@import url('../Basic-Font/stylesheet.css');

/*
Theme Name: GLAS Theme
Theme URI:
Description: GLASS ADMIN Theme
Version: 1.00
Author: Asif(developer)
Tags: ADMIN DASHBOARD TEMPLATE
*/

body {
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, .nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
    font-family: "Montserrat",sans-serif;
}

.display_inline {
    display: inline-block !important;
}

/* Background colors */
.bg-royal_blue {
    background-color: #1f364f !important;
}

.btn {
    /*padding: 4px 8px;
    font-size: 12px;*/
}

.btn-primary {
    background-color: #1f364f !important;
    border: 1px solid #1f364f !important;
    color: #fff;
}

    .btn-primary .btn-label {
        background: rgba(255, 255, 255, 0.1);
    }

    .btn-primary:hover, .btn-primary:focus,
    .btn-primary:active, .btn-primary.active, .btn-primary.focus,
    .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
    .open > .dropdown-toggle.btn-primary {
        background-color: #1f364f !important;
        border: 1px solid #1f364f !important;
        color: #fff;
    }

#topnav .topbar-main {
    background-color: #1f364f;
}

    #topnav .topbar-main .logo .logo {
        padding-left: 10px;
    }

        #topnav .topbar-main .logo .logo img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

        #topnav .topbar-main .logo .logo i, #topnav .topbar-main .logo .logo span {
            display: inline-block;
            vertical-align: middle;
        }

.topbar-main > div > div > div {
    padding-left: 0;
    padding-right: 0;
}

#topnav .navigation-menu > li {
    float: none;
    display: inline-block;
}

    #topnav .navigation-menu > li > a i {
        color: #FFF;
    }

#topnav .topbar-main .navigation-menu > li > a {
    display: block;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 17px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 9px;
    border-top: 4px solid transparent;
}

ul.submenu.megamenu {
    max-height: 650px;
    overflow: auto;
}
    #topnav .topbar-main .navigation-menu > li > a:hover {
        color: #5FBEAA;
        border-top: 4px solid #5fbeaa;
    }

#topnav .topbar-main .navigation-menu > li > .submenu {
    text-align: left;
}


/*** Content ***/
.wrapper {
    padding-top: 80px;
}

.select2-container .select2-selection--multiple {
    min-height: 30px !important;
    border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 30px !important;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 10px;
}

.form-control {
    padding: 3px 12px;
    height: 30px;
    font-size: 12px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.2) !important;
}

/*.vertical-tabs{*/
/*border: 1px solid #5fbeaa;*/
/*}*/
.vertical-tabs .tabs-vertical-env {
    background: #ebeff2;
    border: 1px solid #ebeff2;
}

    .vertical-tabs .tabs-vertical-env .nav.tabs-vertical li > a {
        text-align: left;
        font-size: 12px;
        text-transform: capitalize;
        line-height: 45px;
    }


.panel-custom {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3) !important;
}

    .panel-custom > .panel-heading {
        background-color: #1f364f;
    }

.panel-border.panel-custom .panel-heading {
    background-color: #FFFFFF;
    border-color: #1f364f !important;
    color: #1f364f !important;
}


.panel-heading {
    padding: 6px 20px;
}

.datatable {
    font-size: 11px;
}

.datatable-heading-style.panel-border .panel-heading {
    padding: 6px 20px 0px;
}

.datatable-heading-style .panel-title {
    /*font-size: 18px;*/
    border-bottom: 1px dotted;
    padding-bottom: 6px;
}

.datatable .btn-icon {
    padding: 4px 6px;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.5);
    font-size: 10px;
    line-height: normal;
}

.datatable th {
    font-weight: 600;
    color: #1f364f;
}

.datatable td {
    color: #000;
    vertical-align: middle !important;
}

.table-bordered.datatable {
    border: 1px solid #ccc;
}

    .table-bordered.datatable > thead > tr > th, .table-bordered.datatable > tbody > tr > th, .table-bordered.datatable > tfoot > tr > th,
    .table-bordered.datatable > thead > tr > td, .table-bordered.datatable > tbody > tr > td, .table-bordered.datatable > tfoot > tr > td {
        border: 1px solid #ccc;
    }

.table.datatable > thead > tr > th {
    border-bottom: 2px solid #ccc;
    background: linear-gradient(to bottom, rgba(31,54,79,0.8) 0%, rgba(31,54,79,0.9) 25%, rgba(31,54,79,1) 40%,rgba(31,54,79,1) 60%, rgba(31,54,79,0.95) 90%, rgba(31,54,79,1) 100%) !important;
    color: #fff;
}

.datatable > tbody > tr.group.group-style > td {
    font-weight: 600;
    /*background: linear-gradient(to bottom, rgba(235, 239, 242, 0.7) 0%, rgba(235, 239, 242, 0.85) 25%, #ebeff2 40%,#ebeff2 60%, rgba(235, 239, 242, 0.85) 90%, rgba(235, 239, 242, 0.7) 100%) !important;*/
    background: linear-gradient(to bottom, rgba(204, 204, 204, 0.7) 0%, rgba(204, 204, 204, 0.85) 25%, #ccc 40%,#ccc 60%, rgba(204, 204, 204, 0.85) 90%, rgba(204, 204, 204, 0.7) 100%) !important;
}

.dataTables_scrollBody {
    position: initial !important;
}

.tooltip.top {
    z-index: 99999999 !important;
}

/*** Loader ***/
#loading {
    /*min-height: 100vh;
    min-width: 100%;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    /* background: #1f364f; */
    /*background: rgba(31,54,79,0.85);*/
    background: rgba(0,0,0,0.75);
    top: 0;
    z-index: 99999;
    display: none;
}

.loader-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}

.dots {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .dots:not(:last-child) {
        margin-right: 9px;
    }

    .dots:before, .dots:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
    }

    .dots:nth-child(1):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
        /*background-color: #F00;*/
        background-color: #5fbeaa;
    }

    .dots:nth-child(1):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
        /*background-color: #777;*/
        background-color: #fff;
    }

    .dots:nth-child(2):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -1.8s;
        animation-delay: -1.8s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(2):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -1.8s;
        animation-delay: -1.8s;
        background-color: #fff;
    }

    .dots:nth-child(3):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -2.7s;
        animation-delay: -2.7s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(3):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -2.7s;
        animation-delay: -2.7s;
        background-color: #fff;
    }

    .dots:nth-child(4):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -3.6s;
        animation-delay: -3.6s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(4):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -3.6s;
        animation-delay: -3.6s;
        background-color: #fff;
    }

    .dots:nth-child(5):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -4.5s;
        animation-delay: -4.5s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(5):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -4.5s;
        animation-delay: -4.5s;
        background-color: #fff;
    }

    .dots:nth-child(6):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -5.4s;
        animation-delay: -5.4s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(6):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -5.4s;
        animation-delay: -5.4s;
        background-color: #fff;
    }

    .dots:nth-child(7):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -6.3s;
        animation-delay: -6.3s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(7):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -6.3s;
        animation-delay: -6.3s;
        background-color: #fff;
    }

    .dots:nth-child(8):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -7.2s;
        animation-delay: -7.2s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(8):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -7.2s;
        animation-delay: -7.2s;
        background-color: #fff;
    }

    .dots:nth-child(9):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -8.1s;
        animation-delay: -8.1s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(9):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -8.1s;
        animation-delay: -8.1s;
        background-color: #fff;
    }

    .dots:nth-child(10):before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-animation: animBefore 1s linear infinite;
        animation: animBefore 1s linear infinite;
        -webkit-animation-delay: -9s;
        animation-delay: -9s;
        background-color: #5fbeaa;
    }

    .dots:nth-child(10):after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-animation: animAfter 1s linear infinite;
        animation: animAfter 1s linear infinite;
        -webkit-animation-delay: -9s;
        animation-delay: -9s;
        background-color: #fff;
    }

@-webkit-keyframes animBefore {
    0% {
        -webkit-transform: scale(1) translateY(-200%);
        z-index: 1;
    }

    25% {
        -webkit-transform: scale(1.3) translateY(0);
        z-index: 1;
    }

    50% {
        -webkit-transform: scale(1) translateY(200%);
        z-index: -1;
    }

    75% {
        -webkit-transform: scale(0.7) translateY(0);
        z-index: -1;
    }

    100% {
        -webkit-transform: scale(1) translateY(-200%);
        z-index: -1;
    }
}

@keyframes animBefore {
    0% {
        transform: scale(1) translateY(-200%);
        z-index: 1;
    }

    25% {
        transform: scale(1.3) translateY(0);
        z-index: 1;
    }

    50% {
        transform: scale(1) translateY(200%);
        z-index: -1;
    }

    75% {
        transform: scale(0.7) translateY(0);
        z-index: -1;
    }

    100% {
        transform: scale(1) translateY(-200%);
        z-index: -1;
    }
}

@-webkit-keyframes animAfter {
    0% {
        -webkit-transform: scale(1) translateY(200%);
        z-index: -1;
    }

    25% {
        -webkit-transform: scale(0.7) translateY(0);
        z-index: -1;
    }

    50% {
        -webkit-transform: scale(1) translateY(-200%);
        z-index: 1;
    }

    75% {
        -webkit-transform: scale(1.3) translateY(0);
        z-index: 1;
    }

    100% {
        -webkit-transform: scale(1) translateY(200%);
        z-index: 1;
    }
}

@keyframes animAfter {
    0% {
        transform: scale(1) translateY(200%);
        z-index: -1;
    }

    25% {
        transform: scale(0.7) translateY(0);
        z-index: -1;
    }

    50% {
        transform: scale(1) translateY(-200%);
        z-index: 1;
    }

    75% {
        transform: scale(1.3) translateY(0);
        z-index: 1;
    }

    100% {
        transform: scale(1) translateY(200%);
        z-index: 1;
    }
}

/**** Modal ****/
.custombox-modal-container.custombox-modal-container-door {
    margin: 5% auto !important;
    width: 1100px !important;
    text-align: left;
}

.custombox-modal.custombox-modal-door {
    width: 100%;
}

.modal-demo .panel {
    margin-bottom: 0;
}

.modal-demo {
    padding: 10px;
}

/** Updated **/
.custombox-content .modal-demo {
    margin: 5% auto !important;
    width: 1100px !important;
    text-align: left;
    overflow-y: auto;
}



/** Checkbox **/
.checkbox label {
    line-height: 20px;
}

    .checkbox label::after {
        top: -2px;
    }

/**** Custom File Upload ****/
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    padding: 4px 8px;
    border: 1px solid #ccc;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        direction: ltr;
    }

.fileupload {
    margin-bottom: 0px;
}

    .fileupload .uneditable-input {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
        min-height: 30px;
        border: 1px solid #ccc;
        border-right: none;
        line-height: 28px;
    }

    .fileupload .thumbnail {
        display: inline-block;
        margin-bottom: 5px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

        .fileupload .thumbnail > img {
            display: inline-block;
            max-height: 100%;
            vertical-align: middle;
        }

    .fileupload .btn {
        vertical-align: middle;
        display: inline-block;
        padding: 4px 8px;
        border-radius: 0;
        border: 1px solid #ccc;
        font-size: 12px;
        line-height: 20px;
    }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

a.fileupload-exists {
    position: relative;
    right: 3px;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.thumbnail-borderless .thumbnail {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}


/**** search-dd-modal ****/
.search-dd-modal .input-append a.btn-danger {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.2) !important;
    width: 100%;
}

.search-dd-modal .input-append a.btn-primary {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.2) !important;
    right: 3px;
    width: 100%;
}

.search-dd-modal .input-append input {
    width: 100%;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
    right: 2px;
    bottom: 0.5px;
}

.search-dd-modal .input-append .col-sm-3:first-child a .btn-label {
    /*padding: 7px 20px;
    margin: -7px -33px;
    margin-right: 20px;*/
    padding: 7px 10px;
    margin-right: 10px;
}

.search-dd-modal .input-append .col-sm-3:last-child a .btn-label {
    /*padding: 7px 17px;
    margin: -7px -33px;
    margin-right: 15px;*/
    padding: 7px 10px;
    margin-right: 10px;
}


/**** Normal Tabs ****/
.nav.nav-tabs {
    border-bottom: 0;
    /*box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);*/
    box-shadow: none;
}

.tabs li.tab {
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*width: 17.5% !important;*/
    position: relative;
    z-index: 2;
    border-left: none;
}

    .tabs li.tab:first-child {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }

    .tabs li.tab.active {
        border-bottom: 1px solid #fff;
    }

.tabs-top .indicator {
    z-index: 3;
}

.nav.nav-tabs > li > a {
    background-color: #ebeff2;
}


.tab-content {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #777777;
    position: relative;
    bottom: 1px;
    border-top: 1px solid rgba(0,0,0,0.1);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 350px;
}



/**** custom-ver-tabs-style ****/
.vertical-tabs .tabs-vertical-env {
    background: none;
    border: none;
}

.tabs-vertical-env .nav.tabs-vertical {
    border: none;
    box-shadow: none;
    border-right: none;
    left: 1px;
    position: relative;
    z-index: 2;
    background: #ebeff2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

    .tabs-vertical-env .nav.tabs-vertical > li {
        position: relative;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 0;
        background: #ebeff2;
        border-left: none;
        border-right: none;
    }

        .tabs-vertical-env .nav.tabs-vertical > li:first-child {
            border-top: 0;
        }

        .tabs-vertical-env .nav.tabs-vertical > li:last-child {
            /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
        }

        .tabs-vertical-env .nav.tabs-vertical > li.active {
            background: #fff;
            border-right: 1px solid #fff;
            left: 1px;
        }

.tabs-vertical-env .tab-content {
    width: 100%;
    bottom: 0;
    /*border-left: 0;*/
}

.tabs-vertical-env .search-dd-modal .input-append .col-sm-3:first-child a .btn-label {
    padding: 7px 12px;
    margin: -7px -25px;
    margin-right: 15px;
}

.tabs-vertical-env .search-dd-modal .input-append .col-sm-3:last-child a .btn-label {
    padding: 7px 12px;
    margin: -7px -18px;
    margin-right: 10px;
}

.tabs-vertical-env.custom-vertical-tabs .col-sm-6 .search-dd-modal .input-append .col-sm-3:first-child a .btn-label {
    padding: 7px 12px;
    margin: -7px -25px;
    margin-right: 15px;
    float: none;
}

.tabs-vertical-env.custom-vertical-tabs .col-sm-6 .search-dd-modal .input-append .col-sm-3:last-child a .btn-label {
    padding: 7px 12px;
    margin: -7px -18px;
    margin-right: 10px;
    float: none;
}

/***** Collaspeable Accordion *****/
.accordion-tabel input {
    padding: 3px;
    height: 25px;
    font-size: 11px;
    line-height: normal;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgba(31,54,79,0.8) 0%, rgba(31,54,79,0.9) 25%, rgba(31,54,79,1) 40%,rgba(31,54,79,1) 60%, rgba(31,54,79,0.95) 90%, rgba(31,54,79,1) 100%) !important;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #5fbeaa !important;
    }

/** Y scrollbar **/
.accordion-tabel::-webkit-scrollbar {
    /*width: 5px;*/
    height: 8px;
}

.accordion-tabel::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.accordion-tabel::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(31,54,79,0.8) 0%, rgba(31,54,79,0.9) 25%, rgba(31,54,79,1) 40%,rgba(31,54,79,1) 60%, rgba(31,54,79,0.95) 90%, rgba(31,54,79,1) 100%) !important;
    outline: 2px solid slategrey;
}

    .accordion-tabel::-webkit-scrollbar-thumb:hover {
        background: #5fbeaa !important;
    }

.accordion-tabel::-webkit-scrollbar:vertical {
    display: none;
}

/*** Policy Tabs ***/
.policy-tabs-style .nav.nav-tabs {
    background-color: #ebeff2;
}

/*** horizontal-tabs-inside ***/
.horizontal-tabs-inside .tab-content {
    display: block;
    margin-bottom: 0 !important;
    bottom: 1px !important;
}

/*** Error Notifications ***/
.form-group {
    position: relative;
}

label.error {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 0;
}

/*** InsuredMembers-parent / custom-vertical tabs ***/
.custom-vertical-tabs.tabs-vertical-env .nav.tabs-vertical {
    display: inline-block;
    min-width: 185px;
    float: left;
}

.custom-vertical-tabs.tabs-vertical-env .tab-content {
    display: inline-block;
    max-width: calc(100% - 185px);
    float: left;
}

.tabs-vertical-env .tab-content .horizontal-tabs-inside .tab-content {
    width: 100%;
    max-width: 100%;
}

/** datatable-nowrap **/
.datatable-nowrap th, .datatable-nowrap td {
    /* min-width: 130px !important;*/
    white-space: nowrap;
}

.table .form-control {
    height: 22px;
}


/**** disabledfield ****/

.disabledfield a, .disabledfield button {
    pointer-events: none;
    opacity: 0.6;
}

.disabledfield select, .disabledfield textarea, textarea.disabledfield {
    pointer-events: none;
    background-color: #eee;
    cursor: not-allowed;
}

.disabledfield span.select2-selection.select2-selection--single {
    pointer-events: none;
    background-color: #eee;
    cursor: not-allowed;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.2);
}
.disabledfield input {
    pointer-events: none;
    background-color: #eee;
    cursor: not-allowed;
}

.disabledfield .checkbox input + label {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

/**/ /**/
input.disabledfield {
    pointer-events: none;
    background-color: #eee;
    cursor: not-allowed;
}

a.disabledfield, button.disabledfield {
    pointer-events: none;
    background-color: #eee;
    cursor: not-allowed;
}

select.disabledfield {
    pointer-events: none;
    background-color: #eee;
    cursor: not-allowed;
}

/**/ /**/
.disabledfield select.disabledfieldremove {
    pointer-events: initial;
    background-color: #fff;
    cursor: default;
}

.disabledfield input.disabledfieldremove {
    pointer-events: initial;
    background-color: #fff;
    cursor: default;
}

.disabledfield .checkbox input.disabledfieldremove + label {
    pointer-events: initial;
    opacity: 1;
    cursor: default;
}

.disabledfield a.disabledfieldremove, .disabledfield button.disabledfieldremove {
    pointer-events: initial;
    opacity: 1;
    cursor: pointer;
}

.GetReport label.error {
    position: absolute;
    top: 110%;
    right: 5px;
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 0;
    z-index: 9;
}

/*a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  display: none !important;
}*/

div.fr-wrapper > div > a {
    /* display: none !important; */
    /* position: fixed; */
    /* z-index: -99999 !important; */
    font-size: 0px !important;
    padding: 0px !important;
    height: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.custombox-content .modal-demo#modal-memberspremiumbreakup {
    width: 1130px !important;
}

.theme-conventional .tabs li.tab {
    width: 17.5% !important;
}
.theme-takaful .tabs li.tab {
    width: 17.5% !important;
}
.tabs-vertical-env.custom-vertical-tabs .tabs li.tab {
    width: 17.5% !important;
}

.col-sm-6 .search-dd-modal .input-append .col-sm-3:last-child a .btn-label {
    float: left;
    padding: 7px 15px;
    margin-right: 5px;
}

.col-sm-6 .search-dd-modal .input-append .col-sm-3:first-child a .btn-label {
    float: left;
    padding: 7px 15px;
    margin-right: 5px;
}

.icon_key {
    cursor: pointer;
    padding: 6px 10px 5px 12px;
    background: #f7f5f5;
    position: absolute;
    border: 1px solid #E3E3E3;
    right: 0;
    top: 21px;
}

    .icon_key i.icon-key.m-r-5 {
        font-weight: 700;
    }

.panel.panel-border.panel-custom.m-t-15.datatable-heading-style.fix-table .dataTables_scrollHeadInner table.table.table-hover.table-striped.table-bordered.table-condensed.datatable.dataTable-scroll-x.no-footer.compact.dataTable {
    width: 100% !important;
}
.panel.panel-border.panel-custom.m-t-15.datatable-heading-style.fix-table .dataTables_scrollHeadInner {
    width: 100% !important;
}
    .panel.panel-border.panel-custom.m-t-15.datatable-heading-style.fix-table .dataTables_scrollHeadInner table.table.table-hover.table-striped.table-bordered.table-condensed.datatable.dataTable-scroll-x.no-footer.compact.dataTable tr th.sorting_asc {
        width: 100% !important;
    }
form#UWMemberQuestions td {
    width: 100% !important;
}
form#UWMemberQuestions thead th::after {
display:none;
}
li.BulkSearch {
    border-radius: 0;
    color: #505461 !important;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-right:none;
    font-weight: 600;
    text-transform: uppercase;
}
 li.Posting {
    border-radius: 0;
    color: #505461 !important;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    font-weight: 600;
    text-transform: uppercase;
}
    li.BulkSearch.active a {
        width: 100% !important;
    }
a.btn.btn-primary.btn-icon.btn-right {
    margin-top: 15px;
}
.btn-right {
float:right;
}