﻿
body {
    font-size: 12px;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    color: #232323;
    background-color: #fff;
    /*padding-bottom: 0px !important;*/
}

label {
    font-weight: 500;
    color: dimgray;
    margin-bottom: 0px;
    padding-left: 5px;
}

.small, small {
    font-size: 95%;
}

.icon {
    line-height: 0;
}

.btn-modal {
    height: 28px;
}

.btn .modal-icon {
    width: 1em;
    margin: -2px -1px -1px;
    line-height: inherit;
    text-align: center;
}

.btn-sm {
    font-weight: 600;
    padding: 6px 6px;
    height: 32px;
}

.btn-icon.btn-xs, .btn.icon.btn-xs {
    padding: 2px 4px 3px 4px;
}

.btn .icon {
    top: 2px;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: auto;
}

.btn-floating.btn-xxs {
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 10px;
}

.page-content-login {
    padding: 15px 15px !important;
}

.page-login-v3 .panel {
    width: 420px !important;
}

.page-login-v3:before {
    background-image: url(../Content/global/assets/images/login.jpg) !important;
    background-size: cover !important;
}

.page-login-v3 form {
    margin: 15px 0 10px !important;
}

.layout-full:after {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-login .page-brand-info {
    margin: 220px 350px 0 30px;
}

.navbar-avatar .avatar {
    height: 30px;
}

.site-menu {
    font-size: 13px;
}

    .site-menu .site-menu-sub {
        font-size: 13px;
    }

        .site-menu .site-menu-sub .site-menu-item {
            line-height: 22px;
        }

            .site-menu .site-menu-sub .site-menu-item > a {
                padding: 2px 40px;
            }

.site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
    font-size: 13px;
}

.site-menubar-unfold .site-menu > .site-menu-item > a {
    line-height: 32px;
}

.site-menubar-unfold .site-header {
    margin-left: 260px;
}

.site-menubar-fold .site-header {
    margin-left: 90px;
}

@media (max-width:767px) {
    .site-menubar-unfold .site-header {
        margin-left: auto
    }

.site-menubar-open .site-header {
    -ms-transform: translate(260px, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0)
}
}

.no-margin {
    margin-right: 0px !important;
}

/*.widget-header .avatar {
    height: 120px;
}*/

.text-white {
    background-color: white !important;
}
.bg-white {
    background-color: white !important;
}
.bg-whitesmoke {
    background-color: whitesmoke !important;
}

text-italic {
    font-style: italic;
}

.avatar-xl {
    width: 120px;
    height: 120px;
}

.avatar-xxl {
    width: 200px;
    height: 200px;
}

.page {
    overflow: hidden !important;
}

.signup .page {
    overflow-y: auto !important;
}


.page-header-bordered {
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    margin-bottom: 0px;
    border-bottom: 1px solid #e4eaec;
}

.page-header {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 100;
}

    .page-header.toolbar {
        margin-top: -69px;
        padding: 0px 0px 0px 0px;
    }

.page-title {
    line-height: 30px;
    padding-left: 25px;
    font-size: 20px;
    white-space: nowrap;
}

#personalCompletedWidget .table td {
    padding: 5px 0px 5px 0px;
    /*padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;*/
    width: 25%;
}

#personalCompletedWidget .widget-content {
    padding: 20px 15px 0px;
}


.widget .widget-header {
    text-align: center;
}

.widget .btn .icon {
    margin: 4px 3px 0;
}

.table label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.widget .table {
    color: #76838f;
}

.site-dashboard .widget {
    margin-bottom: 10px;
}

/*

RESPONSTABLE 2.0 by jordyvanraaij
  Designed mobile first!

If you like this solution, you might also want to check out the 1.0 version:
  https://gist.github.com/jordyvanraaij/9069194

*/

/*.page {
    min-height: -webkit-calc(100% - 100px);
    min-height: calc(100% - 100px);
}*/

.panel {
    margin-bottom: 5px;
    /*background-color: #f9f9f9;*/
}

    .panel .panel_disable {
        background-color: #f3f7f9;
    }

.panel-heading {
    border-bottom: 2px solid ghostwhite !important;
}

.panel-heading h5 {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 600;
}

.panel-heading.panel-heading-clear {
    color: #76838f;
    background-color: white !important;
    border-color: #e4eaec;
    text-align: center;
}

.panel-heading.panel-heading-blue {
    color: #fff !important;
    /*background-color: #00adee !important;*/
    background-color: #263238 !important;
    border-color: #e4eaec;
    text-align: center;
}

.panel-body.panel-clear {
    background-color: white !important;
    padding-top: 5px !important;
}

.panel-title {
    padding: 2px 10px 2px 10px;
    font-size: 16px;
}

.panel-title h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-register {
    margin-top: 70px !important;
}

.panel-title-lg {
    padding: 25px 25px 25px 25px !important;
    font-size: 30px !important;
}

.content-panel {
    margin-bottom: 50px;
    /* background-color: ghostwhite; */
    top: 50px;
    margin-top: 0px;
    position: relative;
    /*min-height: -webkit-fill-available;*/
}

    .content-panel.toolmenu {
        margin-top: 50px !important;
        /*min-height: -webkit-fill-available;*/
    }

.page-content {
    margin-bottom: 0px;
    top: 165px;
    padding: 10px 10px 40px 10px !important;
    /*min-height: -webkit-fill-available;*/
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 1400;
    right: 0px;
    left: 0px;
    background-color: whitesmoke;
}

.panel-body {
    padding: 15px 10px 15px 10px !important;
}

.panel-group-info {
    margin-bottom: 22px;
    border: 1px solid #57C7D4;
    border-radius: 4px 4px 0 0;
}

.panel-group-dark {
    margin-bottom: 22px;
    border: 1px solid #37474f;
    border-radius: 4px 4px 0 0;
}

.panel-group .panel-title {
    position: relative;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    font-weight: 600;
}

    .panel-group .panel-title::after, .panel-group .panel-title::before {
        top: 5px;
    }

.input-group-btn .btn {
    padding: 3px 10px;
    height: 28px !important;
}

.input-group-addon {
    padding: 6px 6px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.bootstrap-datetimepicker-widget {
    z-index: 1600 !important;
}

.page-login-main {
    /*padding-top: 120px !important;*/
}

.page-login-v2 form {
    margin: 15px 0 20px;
    width: 280px;
}

.page-login-v2 .page-content {
    padding-right: 50px;
    padding-left: 10px;
}

.page-login-v2 .page-login-main {
    padding: 13px 10px 14px !important;
}

.page-login-v3 .panel .panel-body {
    padding: 20px 20px 20px !important;
}

.page-login-v2 footer {
    margin: 5px 5px;
}

.validation-summary-valid {
    display: none;
}

.navbar-brand {
    padding: 5px 5px !important;
    width: 260px !important;
    background-color: #00adee;
    border-right: 1px solid #f5f5f5;
}

.navbar-brand-logo {
    /*height: 86px !important;*/
    height: 100%;
    margin: 1px;
    width: 100%;
}
@media (max-width:480px) {
    .navbar-brand-logo {
        display: none !important;
    }
    .site-navbar .navbar-header .navbar-brand {
        background-color: #00adee;
        border-right: none;
    }
    .site-navbar .navbar-header .navbar-brand h4 {
        display: inline-block;
        margin-top: 20px;
        color: #fff;
    }
}
@media (min-width:481px) {
    .site-navbar .navbar-header .navbar-brand h4 {
        display: none;
    }
}
/*
.brand-img {
    height: 85px;
    margin-top: 0px;
}
*/
.site-menubar-hide .navbar-brand-text {
    display: none;
}

.site-menubar-open .navbar-brand-text {
    display: none;
}

.navbar {
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 0px;
}

.form-group-sm .form-control {
    padding: 0px 5px;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #33383c;
    height: 28px;
}

.form-material .form-control {
    padding: 0 !important;
}

.form-material.floating + .form-material.floating {
    margin-top: 20px;
}

.table {
    color: black;
    background-color: white;
}

    .table > tfoot > tr > th, .table > thead > tr > th {
        font-weight: bold;
        color: #048abb;
        border: 0px;
        /*background-color: #f1f4f5 !important;*/
        border-top: 1px solid #ddd;
        padding-left: 3px;
        background: linear-gradient(#ffffff,#f6f7f8);
        border-top-color: #e9edf2;
        border-left-color: #e9edf2;
    }

    .table > tfoot > tr > th {
        font-weight: bold;
        color: #048abb;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        /*background-color: #f1f4f5 !important;*/
        padding-left: 3px;
        background: linear-gradient(#ffffff,#f6f7f8);
        border-top-color: #e9edf2;
        border-left-color: #e9edf2;
    }

    .table > thead > tr > th {
        font-weight: bold;
        color: #048abb;
        /*background-color: #f1f4f5 !important;*/
        padding-left: 3px;
        background: linear-gradient(#ffffff,#f6f7f8);
        border-top-color: #e9edf2;
        border-left-color: #e9edf2;
    }

    .table > tbody > tr > td {
        padding: 2px 4px 2px 4px;
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 0px;
        border-left: 0px;
    }

    .table.tb-line > tbody > tr > td,
    .table.tb-line > thead > tr > th,
    .table.tb-line > tfoot > tr > th {
        border-left: 1px solid #ddd !important;
    }

    /*.table.ajaxgrid > tbody > tr > td {
        padding: 2px 4px 2px 4px;
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 0px;
        border-left: 0px;
    }*/
    .table.tb-dash > tbody > tr > td,
    .table.tb-dash > thead > tr > th,
    .table.tb-dash > tfoot > tr > th {
        border-left: 1px solid #ddd !important;
    }

.table-bordered {
    border: 0px;
}

    .table-bordered > thead:first-child > tr:first-child > th {
        font-weight: bold;
        color: #048abb;
        border-top: 1px solid #ddd;
        border-bottom: 0px;
        /*background-color: #f1f4f5 !important;*/
        padding-left: 3px;
        background: linear-gradient(#ffffff,#f6f7f8);
        border-top-color: #e9edf2;
        border-left-color: #e9edf2;
        border-right: 0px;
        border-left: 0px;
    }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 25px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 3px 3px;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    bottom: 3px;
    right: 5px;
}

div.dataTables_scrollBody > table > tbody > tr:first-child > td {
    border-top: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .ui-toolbar {
    padding: 2px 8px 2px 8px;
}

.dataTables_length select.input-sm {
    line-height: 25px;
}

div.bubbleToolbar {
    float: left;
    width: 100%;
    clear: both;
    padding: 4px 10px 11px;
    margin: 16px 0 0;
    background: url(/assets/992c020….png) no-repeat 0 0;
    /* height: 40px; */
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 25px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 25px;
}

select {
    color: initial;
}

.form-inline .select2-container {
    width: 300px !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px,5px;
    color: #24292d;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e4eaec;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f3f7f9;
    cursor: default;
}




.modal-xl {
    width: 90%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 4px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1900;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.page-register-v2 .page-register-main {
    position: absolute;
    right: 10%;
    top: 140px;
    height: auto;
    min-height: 75%;
    padding: 0px 60px 80px;
    color: #76838f;
    background: #fff;
    left: 10%;
}

.page-register-v2 form {
    margin: 45px 0 20px;
    width: 100%;
}

.page-register-v2 footer {
    margin: 0px 0px;
}

.page-login-v2:before {
    background-image: url(../Content/global/assets/images/login.jpg) !important;
}

.page-header-register {
    position: fixed;
    width: 100%;
    z-index: 20;
}



.page-dark.layout-full {
    color: #fff !important;
}

    .page-dark.layout-full label {
        color: #fff !important;
    }

.upload-img {
    display: none !important;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.select2-container--open {
    z-index: 1800;
}

.step-anchor > li > a {
    overflow: visible !important;
}

.ribbon-container {
    position: relative;
    padding: 50px 15px 15px 50px;
    background-color: #f3f7fa;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}

.font-size-13 {
    font-size: 13px;
}

.width-70 {
    width: 70px !important;
}

/*.bg-ebk {
    background-color: #FDB03C !important;
    
}*/

.bg-widget-green-300 {
    color: #76838f;
    background-color: #9fe5c5 !important;
}

.bg-widget-blue-200 {
    color: #76838f;
    background-color: #d5e4f1 !important;
}

.bg-page {
    background: #f1f4f5;
}

.tab-content {
    /*border-bottom: 1px solid #e4eaec !important;
    border-left: 1px solid #e4eaec !important;
    border-right: 1px solid #e4eaec !important;*/
}

.nav-tabs > li > a {
    background-color: #e5f4f9;
    font-weight: bold;
    font-size: 13px;
    color: lightseagreen;
}

/*.site-menubar {
    background: #88AC30 !important;
}

.site-menu-item a {
    color: rgba(249, 251, 252, 0.9);
}

.site-menubar-unfold .site-menu-category {
    color: black !important;
    font-weight: bold !important;
}*/

.dropdown-menu {
    margin-top: -5px !important;
    background-color: ghostwhite;
}

.nav-tabs-inverse .tab-content {
    background: ghostwhite;
}

.step-anchor > li > a {
    font-weight: 200 !important;
    font-size: 16px;
}

.sw-theme-arrows > ul.step-anchor > li > a small {
    font-size: 80%;
}


/*.sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
    padding: 15px 0 15px 45px;
}*/

.sw-theme-arrows > ul.step-anchor {
    border-bottom: 0px;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

    .sw-theme-arrows > ul.step-anchor > li.active > a {
        border-color: #62a8ea !important;
        color: #fff !important;
        background: #62a8ea !important;
    }

        .sw-theme-arrows > ul.step-anchor > li.active > a::after {
            border-left: 30px solid #62a8ea !important;
        }

.sw-theme-arrows {
    border-radius: 0px;
    border: 0px;
}

    .sw-theme-arrows .step-content {
        background-color: ghostwhite !important;
    }

.padding-top-7 {
    padding-top: 7px;
}

.has-error .help-block {
    font-size: 12px;
}


.page-aside-title {
    padding: 5px 15px;
    margin: 0px 0 10px;
    font-weight: 500;
}

.list-group-item {
    padding: 5px 15px !important;
}

a.list-group-link {
    color: #199ae6 !important;
}

.page-aside {
    position: static;
    width: 100%;
}

.sub-menu {
    border-right: 1px solid #e4eaec;
    border-bottom: 2px solid ghostwhite;
    color: #76838f;
    background-color: #fff;
}

    .sub-menu .page-aside {
        border: 0px;
    }


.panel-grey {
    border-color: #E5E5E5;
}

    .panel-grey > .panel-heading {
        color: #76838f;
        background-color: #E5E5E5;
        border-color: #E5E5E5
    }

        .panel-grey > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #E5E5E5
        }

        .panel-grey > .panel-heading .badge {
            color: #E5E5E5;
            background-color: #76838f
        }

    .panel-grey > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #E5E5E5
    }

.site-skintools-toggle {
    top:-10px !important;
}

.toolbar {
    background-color: #F7F8FA;
    border-bottom: 1px solid #D5D5D5;
    height: 50px;
    max-height: 50px;
    z-index: 10;
}

    .toolbar .navbar-toolbar {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        left: 0;
        position: relative;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        padding-left: 5px;
    }

        .toolbar .navbar-toolbar .toolbar-btn {
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 35px;
            margin-right: 3px;
            margin-top: 4px;
            filter: alpha(opacity=90);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            -moz-opacity: 0.9;
            -khtml-opacity: 0.9;
            opacity: 0.9;
            padding: 1px 6px;
            position: relative;
            text-align: center;
            min-width: 50px;
            color: #333;
            background-color: #fff;
            border: 1px solid #ccc;
            display: inline-block;
            height: 40px;
        }

            .toolbar .navbar-toolbar .toolbar-btn:hover {
                filter: brightness(85%);
            }

            .toolbar .navbar-toolbar .toolbar-btn:focus {
                outline: none !important;
            }

        .toolbar .navbar-toolbar .nav {
            margin: 0;
        }

        .toolbar .navbar-toolbar .toolbar-btn > i {
            display: block;
            margin-top: 12px;
            color: #333;
            font-size: 16px;
        }

        .toolbar .navbar-toolbar .toolbar-btn.disable-link > i {
            color: lightgray !important;
        }

        .toolbar .navbar-toolbar .toolbar-btn.toolbtn-primary > i {
            color: #337ab7;
        }

        .toolbar .navbar-toolbar .toolbar-btn.toolbtn-success > i {
            color: #5cb85c;
        }

        .toolbar .navbar-toolbar .toolbar-btn.toolbtn-danger > i {
            color: #d9534f;
        }

        .toolbar .navbar-toolbar .toolbar-btn.toolbtn-warning > i {
            color: #f0ad4e;
        }

        .toolbar .navbar-toolbar .dropdown-menu {
            margin-top: 2px !important;
            background-color: white !important;
            font-size: 12px;
        }

.site-navbar .container-fluid {
    padding-left: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.page-plain {
    top: -20px;
    background: #E8E8E8;
    background-repeat: repeat;
    background-image: none;
    background-size: auto auto;
    background-image: url('../Content/global/assets/images/login.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    min-height: -webkit-calc(100% - 44px);
    min-height: calc(100% - 44px);
}

.outer-header {
    padding-left: 0px;
    vertical-align: middle;
    top: 66px;
}

.report.table > tbody > tr > td {
    padding: 2px 4px 2px 4px;
    vertical-align: middle;
    border-bottom: 0px solid #ddd;
    border-top: 0px solid #ddd;
    border-right: 0px;
    border-left: 0px;
}

.table-lg.table > tbody > tr > td {
    text-wrap: none;
}

.dropdown-toggle.btn-default {
    color: #76838f;
    background-color: white;
    border-color: #e4eaec;
    font-size: 12px !important;
    padding: 4px 15px;
}

.dropdown-toggle.btn-select {
    color: #76838f;
    background-color: white;
    border-color: #e4eaec;
    font-size: 12px !important;
    padding: 4px 15px;
    height: 30px;
}

.bootstrap-select .dropdown-menu {
    font-size: 12px;
    margin-top: 4px !important;
    background-color: white;
}

    .bootstrap-select .dropdown-menu > .dropdown-header {
        padding: 4px 10px 4px;
        font-size: 12px;
        font-weight: 600;
        cursor: default;
    }

    .bootstrap-select .dropdown-menu > li > a {
        padding: 2px 12px;
    }

.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #f3f7f9;
        box-shadow: none;
        opacity: 1;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }

.icheckbox-readonly {
    pointer-events: none;
    touch-action: none;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.swal2-container {
    z-index: 2000 !important;
}

td.row-red {
    color: red;
    font-style: italic;
}

.min-width-25 {
    min-width: 25px;
}

#select2-ddlSearchMenu-results .select2-results__group {
    font-style: italic !important;
    font-weight: 600 !important;
    padding-top: 1px;
    padding-bottom: 1px;
    color: gray;
}

#select2-ddlSearchMenu-results .select2-results__options--nested .select2-results__option {
    padding-left: 2em !important;
    padding-top: 1px;
    padding-bottom: 1px;
}

.disable-link {
    pointer-events: none !important;
    cursor: default;
    color: lightgray !important;
}

.ms-container {
    width: 100% !important;
}

    .ms-container .ms-list {
        height: 400px;
    }

    .ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
        font-size: 12px !important;
    }

    .ms-container input.search-input {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        margin-bottom: 5px;
        height: auto;
        border-radius: 4px;
        border: 1px solid #ccc;
        width: 100%;
        padding: 3px 5px;
    }

    .ms-container .custom-header {
        text-align: center;
        padding: 3px;
        background: #000;
        color: #fff;
    }
/*.ms-container .ms-selectable button, input, select, textarea {
        width: 100%;
        padding: 3px 5px;
    }*/

.mvc-grid {
    font-size: 12px !important;
}

    .mvc-grid table {
        white-space: nowrap;
    }

    .mvc-grid th, .mvc-grid td {
        border: 1px solid #dee2e6;
        padding: 0.25em;
    }

    .mvc-grid th {
        font-weight: bold;
        color: #048abb;
        border: 1px solid #ddd;
        border-bottom: 0px;
        /* background-color: #f1f4f5 !important; */
        background: linear-gradient(#ffffff,#f6f7f8);
        border-top-color: #e9edf2;
        border-left-color: #e9edf2;
        /*border-right: 0px;
    border-left: 0px;*/
    }

    .mvc-grid button.mvc-grid-filter {
        font-weight: 100;
    }

        .mvc-grid button.mvc-grid-filter.applied {
            font-weight: 600;
            color: red;
        }

.mvc-grid-buttons {
    overflow: hidden;
    width: 100%;
}

.mvc-grid-popup .mvc-grid-value, .mvc-grid-popup .mvc-grid-method, .mvc-grid-popup .mvc-grid-operator {
    font-size: 1.2em !important;
}

.mvc-grid-pager, .mvc-grid-empty-row {
    text-align: right;
}

    .mvc-grid-pager button {
        line-height: 2em;
        padding: 0 0.2em;
    }

.mvc-grid-page-sizes select {
    padding: 0.35em 0;
}

.error-page .site-menubar {
    width: 0 !important;
}

.error-page .page, .site-menubar-unfold .site-footer {
    margin-left: 0 !important;
}

.error-page .site-header {
    margin-left: 0 !important;
}

.steps-sm .step-number ~ .step-desc {
    min-height: 30px;
    margin-left: 55Px;
}

.wizard-pane .toolbar {
    border-top: 1px solid #D5D5D5;
}

.wizard-pane .container-fluid {
    padding: 10px;
}

.wizard-pane .panel-title {
    padding: 8px 10px 2px 10px;
}

.wizard-pane .panel-group-controls{
    padding-top: 10px;
}

    .wizard-form .steps {
        margin-bottom: 0px;
    }

.alert {
     margin-bottom: 0px !important; 
}

.header-text-capitalize, .header-text-capitalize a, .header-text-capitalize i {
    text-transform: capitalize !important;
}

.filter-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 170px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.filter-modal-content {
    background-color: #fefefe;
    margin: auto;
    /*padding: 15px;*/
    /*border: 1px solid #888;*/
    border-radius: 5px;
    width: 40%;
}

.filter-modal-row {
    padding: 0 15px 15px 15px;
}

.text-green {
    color: green;
    font-weight: bold;
}
.btn-login-success {
    background-color: #00adee;
    border-color: #00adee;
}

    .btn-login-success:hover {
        background-color: #41bdec;
        border-color: #41bdec;
    }

.login-brand-text-success {
    color: #00adee;
    font: 700;
}

.bg-image {
    background-position: 0 50%;
    background-size: cover;
}

.overflow-hidden {
    overflow: hidden !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .content.content-narrow {
        width: 95% !important;
    }
}

@media (min-width: 768px) {
    .content.content-full {
        padding-bottom: 1.875rem;
    }
}

.content.content-full {
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .content {
        width: 100%;
        margin: 0 auto;
        padding: 1.875rem 1.875rem 1px;
        overflow-x: visible;
    }
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1rem 1px;
    overflow-x: visible;
}

/*-----------Stats widgets-----------*/
.stats-widget {
    text-align: center;
}

    .stats-widget .col-md-3 {
        background-color: #5b6061;
    }

.ui-widget {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: 10px;
    /*border: 15px solid #646e73;*/
    /*border-image: linear-gradient( to bottom, black, gray ) 1 100%;*/
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(silver));
    background-image: -webkit-linear-gradient(white, silver, white);
    background-image: -moz-linear-gradient(white, silver, white);
    background-image: -o-linear-gradient(white, silver, white);
    border-radius: 150px;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), inset 0 3px 5px rgba(0,0,0,.25);
    box-sizing: border-box;
    /*border-bottom-color: #fff*/
}

    .ui-widget .ui-value {
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        font-size: 16px;
        color: #000;
    }

    .ui-widget .ui-label {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        font-size: 14px;
        /*text-transform: uppercase;*/
        color: #000;
        font-weight: 700
    }

    .ui-widget .ui-icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 2px;
        font-size: 18px;
        display: none;
    }

        .ui-widget .ui-icon a {
            color: #fff;
            background-color: #272525;
            border-color: #272525;
        }

    .ui-widget i {
        margin: 9px 3px 0 !important;
    }
/*-----------Stats widgets-----------*/


.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border: 1px solid #b9b9bf;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 15px;
}

.card-header {
    padding: 2px 12px;
    background-color: #00adee;
}

    .card-header .card-title {
        color: #fff5f5;
    }

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-body {
    padding: 2px 12px;
}

.dashboard-widget-content {
    padding-top: 9px;
    overflow: hidden;
}

.dashboard-timeline.widget {
    min-width: 0;
    max-width: inherit;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul.dashboard-timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
}

.dashboard-timeline.widget .dashboard-block {
    margin-left: 5px;
}

.dashboard-timeline .dashboard-block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px;
}

.dashboard-timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0;
}

    .dashboard-timeline h2.title:before {
        content: "";
        position: absolute;
        left: -23px;
        top: 3px;
        display: block;
        width: 14px;
        height: 14px;
        border: 3px solid #d2d3d2;
        border-radius: 14px;
        background: #f9f9f9;
    }

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid silver;*/
}

.so-panel:last-child {
    margin-bottom: 0px;
}

.panel-grid-cell .so-panel {
    zoom: 1;
}

    .panel-grid-cell .so-panel:before {
        content: "";
        display: block;
    }

.widget_themegrill_suffice_iconbox {
    background: #00adee;
    margin-left: 10px !important;
    font-size: 15px;
}

.icon-box-description {
    color: #fff !important;
}

.icon-box-center {
    text-align: center;
}

.icon-box-hexagon .icon-box-icon {
    width: 100px;
    margin: 35px auto 38px;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    position: relative;
    text-shadow: none;
    transition: all 0.35s linear;
    background: #263238;
    color: #fff;
    font-size: 32px;
}

    .icon-box-hexagon .icon-box-icon::before, .icon-box-hexagon .icon-box-icon::after {
        z-index: 0;
        top: -15px;
        content: "";
        position: absolute;
        width: 55px;
        height: 55px;
        -ms-transform: scaleX(1.7) rotate(45deg);
        transform: scaleX(1.7) rotate(45deg);
        background: inherit;
        left: 23px;
        border-radius: 10px 24px;
        cursor: pointer;
    }

    .icon-box-hexagon .icon-box-icon::before {
        top: 24px;
    }

.icon-box-center {
    text-align: center;
}

.icon-box-hexagon .icon-box-icon .icon-box-icon-container {
    position: absolute;
    z-index: 3;
    text-align: center;
    cursor: pointer;
}

.icon-box .icon-box-icon-container {
    height: 100%;
    width: 100%;
}

    .icon-box .icon-box-icon-container .icon-box-inner-icon {
        display: table;
        height: 100%;
        width: 100%;
    }

        .icon-box .icon-box-icon-container .icon-box-inner-icon .fa {
            padding-top: 5px;
            display: table-cell;
            vertical-align: middle;
        }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-box-hexagon .icon-box-description .icon-box-title {
    text-transform: uppercase;
    margin: 0;
    /*padding: 15px 0;*/
    color: #fff;
}

.icon-box-hexagon .icon-box-description .icon-box-content {
    margin: 0 0 15px;
}

p {
    line-height: 24px;
}

.profile-image-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 1px solid #d0caca;
    max-height: 500px;
}

.widget-user-header {
    background-color: #62a8ea;
    color: #fff;
}

.widget-user-username {
    color: #fff;
}

.widget-user-desc {
    color: #fff;
}
.color-white {
    color: white !important;
}
.color-red {
    font-weight: bold;
}
.mt-5{
    margin-top: 5px;
}