﻿iframe {
    border: none;
}

img {
    max-width: 100%;
}

select[rel="status"] option[value="1"] {
    background-color: rgb(39, 174, 96);
    color: rgb(255, 255, 255);
}

select[rel="status"] option[value="0"] {
    color: #fff;
    background-color: #e74c3c;
}

.waiting-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    display: block;
    left: -9999px;
}

    .waiting-layer .waiting-bg {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }

    .waiting-layer .waiting-content {
        position: fixed;
        top: 0px;
        left: -9999px;
        padding: 5px 20px;
        border-radius: 3px;
        box-shadow: inset 0 0 20px rgba(255,255,255,0.2);
        background-color: #fff;
    }

    .waiting-layer .waiting-wrap i {
        float: left;
    }

    .waiting-layer .waiting-wrap span {
        float: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-bottom: 20px;
        color: #e74c3c;
        font-family: Tahoma;
        font-size: 20px;
    }

        .waiting-layer .waiting-wrap i.success, .waiting-layer .waiting-wrap span.success {
            color: #27ae60;
        }

.block.block-themed.block-opt-refresh {
    pointer-events: none;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}

.block .block-content.tab-content {
    overflow: visible;
}

#lstCategory, .slimBorder {
    background-color: #f3f3f3;
    border: 1px #ddd solid;
}

    #lstCategory > .checkbox {
        padding-left: 10px;
    }

    #lstCategory .btn-sx {
        font-size: 9px;
        padding: 1px 5px;
        display: none;
    }

    #lstCategory .chk_childCate {
        padding-left: 50px;
        height: 27px;
        padding-top: 3px !important;
    }

        #lstCategory .chk_childCate.active {
            background-color: #f39c12;
        }

        #lstCategory .chk_childCate:hover {
            background-color: #ddd;
        }

            #lstCategory .chk_childCate:hover .btn-sx, .chk_childCate.active .btn-sx {
                display: inline-block;
            }

        #lstCategory .chk_childCate.active:hover {
            background-color: #f39c12;
        }

.switch.switch-success-custom span {
    border-color: #e74c3c;
    background-color: #e74c3c;
}

.switch.switch-success-custom input:checked + span {
    background-color: #27ae60;
    border-color: #27ae60;
}

.img-avatar-new {
    height: auto;
    border-radius: 0;
}

.w100-percent {
    width: 100%;
}

.table span.data-title {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.table span.data-author {
    float: right;
    color: #999;
    font-size: 11px;
}

    .table span.data-author b {
        color: #0973ba;
    }

.table span.data-cate {
    float: left;
    color: #999;
    font-size: 11px;
}

    .table span.data-cate b {
        color: #f39c12;
    }


#PMWrapperIn .slimScrollDiv {
    overflow: auto;
    height: 100% !important;
}

#PMPhotoViewInfoContent {
    overflow: auto;
    height: 100% !important;
}

.mr3 {
    margin-right: 3px;
}

.mr5 {
    margin-right: 5px;
}

.mt20 {
    margin-top: 20px;
}

.pt0 {
    padding-top: 0px;
}

.feature-content {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
/*.feature-content .feature-delete {
        position: absolute;
        right: 0;
    }*/
.iframe-content #side-overlay,
.iframe-content #sidebar,
.iframe-content #page-footer,
.iframe-content #header-navbar {
    display: none !important;
}

.vote-sync-listmember {
    display: flex;
}

    .vote-sync-listmember li {
    }

        .vote-sync-listmember li p {
            padding: 15px;
            border: 1px solid #a7a7a7;
            margin-bottom: -1px;
            margin-left: -1px;
        }

.hid {
    display: none;
}

.mrb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.pl0-pr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.choose-icon {
    cursor: pointer;
    margin-bottom: 0px !important;
    padding: 15px 0px;
}

    .choose-icon:hover {
        background-color: #c7b7e4;
        border-radius: 10px;
    }

    .choose-icon > p {
        margin-bottom: 0px !important;
    }

.nav-main a > i {
    margin-right: 15px;
    color: rgba(255, 133, 133, 0.7);
}


.form-group.relative-form.has-error {
    position: relative;
}

.relative-form.help-block {
    position: absolute;
    bottom: -25px;
    left: 15px;
}

#header {
    width: 100%;
    background-color: #CCCCCC;
    text-align: center;
}

#layouttable {
    border: 0px;
    width: 100%;
    font-family: 'Segoe UI';
}

    #layouttable td.col1 {
        width: 20%;
        vertical-align: top;
    }

    #layouttable td.col2 {
        width: 60%;
        vertical-align: top;
        background-color: #E8E8E8;
    }

    #layouttable td.col3 {
        width: 20%;
        vertical-align: top;
    }


.modal-xlg {
    width: 1200px;
}

.img-item-gallery {
    height: 200px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}

    .img-item-gallery:after {
        content: ' ';
        height: 100%;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        background: RGBA(164, 162, 162, 0.11);
        z-index: 0;
    }

    .img-item-gallery .img-responsive {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        width: auto;
        height: auto;
        box-sizing: border-box;
    }

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.pd-0 {
    padding: 0px !important;
}

.pd-l0-r0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pd-l0 {
    padding-left: 0px !important;
}

.pd-r0 {
    padding-right: 0px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.mg-l0-r0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mg-l0 {
    margin-left: 0px !important;
}

.mg-r0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}
/* BEGIN CHECK BOX custom */
.checkbox-color {
    cursor: pointer;
    padding-left: 0px !important;
    margin: 0px 10px;
}

    .checkbox-color > input {
        cursor: pointer;
        margin-left: 0px !important;
    }

    .checkbox-color > label {
        cursor: pointer;
    }
/* END CHECK BOX custom */


.item-circle-small {
    width: 20px;
    height: 20px;
    border: 1px #999 solid;
}

.table-limit-height > thead > tr > th, .table-limit-height > thead > tr > td {
    padding-bottom: 5px;
    padding-top: 5px;
}

.nav-tabs-wrapt {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs-wrapt .nav-tabs {
        border-bottom: 0px;
    }

        .nav-tabs-wrapt .nav-tabs > li.active > a,
        .nav-tabs-wrapt .nav-tabs > li.active > a:focus,
        .nav-tabs-wrapt .nav-tabs > li.active > a:hover {
            background-color: #5c90d2;
            color: #fff;
        }

.hide {
    display: none !important;
}

.modal-dialog {
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
}

.flex-center {
    display: flex;
    align-items: center;
}

.help-block {
    position: absolute;
    bottom: -20px;
    left: 15px;
}

.has-error {
    position: relative;
}


.mfp-bg {
    z-index: 1060;
}

.mfp-wrap {
    z-index: 1061;
}

.gwbbbui-link:nth-child(4n) {
    display: none;
}

.gwbbbui-link {
    background-size: 100%;
    background-repeat: no-repeat;
}

.checkbox-color {
    cursor: pointer;
    padding-left: 0px !important;
    margin: 0px 10px;
}

    .checkbox-color > input {
        cursor: pointer;
        margin-left: 0px !important;
    }

    .checkbox-color > label {
        cursor: pointer;
    }

.custom-chk-type {
    width: 14px;
    height: 14px;
    margin: 0px;
    -webkit-box-shadow: -2px -2px 10px 5px rgba(255,255,255,1);
    -moz-box-shadow: -2px -2px 10px 5px rgba(255,255,255,1);
    box-shadow: -2px -2px 10px 5px rgba(255,255,255,1);
}

.normal-text {
    color: #646464;
}


.img-gallery-grid {
    width: 100%;
    padding-top: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ededed;
}


.pd-5 {
    padding: 5px !important;
}
