.vertical_base {
    vertical-align: baseline;
}

.headsmall{
    top: 14px;
    right: 0;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
}

@media (max-width: 767px) {
    .headsmall{
        right: 9px;
    }
}

.modal{
    z-index: 99999;
}

.form_required_name{
    display: none !important;
}

@media only screen and (max-width: 800px) {

    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
        min-height: 45px;
    }

    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    #no-more-tables td:before { content: attr(data-title); }
}



.fm_file{
    height: 215px;
    width: 200px;
    text-align: center;
    position: relative;
}

.fm_file input{
    font-size: 8px;
    width: 100%;
    text-align: center;
}


.fm_file .caption{
    position: relative;
}

.fm_file .filedel{
    position: absolute;
    right: 0;
    bottom: 0;

    color: #fff;
    background-color: #81021f;
    border: 1px solid #540114;

    padding: 4px;
}

.fm_file .filedel:hover{
    color: #81021f;
    background-color: #fff;
    border: 1px solid #540114;
}


.fm_file .filedown{
    position: absolute;
    left: 0;
    bottom: 0;

    color: #fff;
    background-color: #3276b1;
    border: 1px solid #2c699d;

    padding: 4px;
}

.fm_file .filedown:hover{
    color: #3276b1;
    background-color: #fff;
    border: 1px solid #2c699d;
}


.imgpad{
    height: 110px;
    width: 160px;
    margin: auto;
}

.fm_file img{
    margin: auto;
    margin-top: 5px;
    max-width: 150px;
    max-height: 100px;
    vertical-align: middle;
    padding: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb;
}


@media (max-width: 767px) {
    .imgcrop{
        clear: both;
        margin: 10px;
        padding: 10px;
    }
    .bsp2 {
        clear: both;
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .imgcrop{
        clear: both;
        margin: 10px;
        padding: 10px;
    }
    .bsp2 {
        clear: both;
        float: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .imgcrop{
        float: left;
        width: 53.1%;
        margin: 10px;
        padding: 10px;
    }
    .bsp2 {
        width: 40%;
    }
}
@media (min-width: 1200px) {
    .imgcrop{
        float: left;
        width: 53.8%;
        margin: 10px;
        padding: 10px;
    }
    .bsp2 {
        width: 40%;
    }
}

.cropfile_parent{
    width: 100%;
}

.cropfile{
    margin: auto;
}



.dragfile_parent{
    width: 100%;
    margin: auto;
    text-align: center;
}

.dragfile{
    width: 100%;
    height: 333px;
    margin: auto;
    text-align: center;
}

.dragfileicon{
    height: 333px;
    width: 100%;
    background-color: #eee;
    font-size: 80px;
    color: #aaa;
    line-height: 333px;
    text-align: center;
}

.droppable{
    border: 2px dashed darkgreen;
    z-index: 9999;
}

.vertical-center{
    vertical-align: middle !important;
}

.thumbnail-crop{
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.imgdown{
    display: block;
    padding: 3px;
    color: #aaa;
    text-decoration: none;
}

.imgdown a{
    color: #aaa;
    text-decoration: none;
}

.imgdown a:hover{
    color: #444;
    text-decoration: none;
}

.thumbnail-crop img:hover{
    opacity: 0.8;
    cursor: pointer;
}

.thumbnail-crop img{
    max-width: 60px;
}

#uploader{
    margin: auto;
    margin-top: 9px;
}

.bg-color-default{background-color:#999}
.bg-color-success{background-color:#739e73}
.bg-color-info{background-color:#57889c}
.bg-color-warning{background-color:#c79121}

.ticket_flag{
    position: absolute;
    top: 5px;
    right: 5px;
}

.closeBoard{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    line-height: 14px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.mce-fullscreen {
    z-index: 111111 !important;
}

.subtable .sort{
    margin-left: 25px;
}

.shadowboxed
{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) ;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) ;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) ;
}

.headline{
    font-weight: bolder;
    font-size: 140%;
    text-align: center;
    padding: 4px;
    margin: 4px;
    border-bottom: 1px solid #ccc;
}

.margin-10{
    margin: 10px;
}

.readabletext{
    text-align: justify;
    justify-content: flex-end;
    line-height: 150%;
    word-wrap:break-word;
}

.highbox
{
    margin: 3px;
    border-radius: 8px;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) ;
    background-color: rgb(169, 3, 41);
    display: inline-block;
    font-size: 95%;
    padding: 1px 6px 1px 6px;
    line-height: 150%;
    color:#fff;
    text-shadow: 1px 1px 0 #000;
}

.one-edge-shadow {
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb;
}

ol.readableol {
    display: block !important;
    padding: 30px !important;
}

ol.readableol li {
    margin-top: 5px;
    border-bottom: 1px solid #eee;
    font-size: 120%;
}
ol.readableol li p {
    line-height: 150%;
    padding: 5px;
    text-align: justify;
    justify-content: flex-end;
    word-wrap:break-word;
}

.helptitle{
    padding: 5px;
    text-align: left;
}

.box i{
    position: absolute;
    right: 5px;
    top: 5px;
}

.helpbody{
    padding: 15px;
}

.box hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #656767;
}

.box {

    margin: 5px;

    min-width: 650px;
}

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1
{
    box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
    position: relative;
}
.effect2:before, .effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.effect2:after
{
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3
{
    position: relative;
}
.effect3:before
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
    position: relative;
}
.effect4:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5
{
    position: relative;
}
.effect5:before, .effect5:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.effect5:after
{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}