
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;
}

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:before {
    background-image: url(../Content/global/assets/images/login.jpg) !important;
}

.page-login-v3 form {
    margin: 03px;
}

.layout-full:after {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(38,50,56,.6);
    z-index: -1;
}

.page-login .page-brand-info {
    margin: 220px 350px 0 30px;
}

.navbar-avatar .avatar {
    height: 30px;
}

.site-navbar-custom {
    background-color: #16337F !important;
}

.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;
}

/*.site-menubar-unfold .page, .site-menubar-unfold .site-footer {
    margin-left: 0px !important;
}*/

/*.widget-header .avatar {
    height: 120px;
}*/

.text-white {
    background-color: white !important;
}

.avatar-xl {
    width: 120px;
    height: 120px;
}

.avatar-xxl {
    width: 200px;
    height: 200px;
}

.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-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 10px 10px !important;
    min-height: 100%;
}

.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: 25px 0 20px;
    width: 300px;
}

.page-login-v2 .page-login-main {
    padding: 100px 40px 140px;
}

.page-login-v2 .page-content {
    padding-right: 50px;
    padding-left: 10px;
    background-image: url(../Content/global/assets/images/login.jpg) !important;
    background-size: 100%;
    background-repeat: no-repeat;
}

.page-login-v3 .panel .panel-body {
    padding: 30px 40px 40px !important;
}

.page-login-v2 footer {
    margin: 10px 10px;
}

.validation-summary-valid {
    display: none;
}

.navbar-brand {
    padding: 5px 5px !important;
    width: 277px !important;
}

.navbar-brand-logo {
    height: 55px;
    margin-top: 5px;
}

/*.brand-img {
    height: 55px;
    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-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;
}

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;
}


.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: 25px !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: 28px;
            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 .nav {
            margin: 0;
        }

        .toolbar .navbar-toolbar .toolbar-btn > i {
            display: block;
            margin-top: 12px;
            color: #333;
            font-size: 16px;
        }

        .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;
        }

.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: 10px;
    background: #E8E8E8;
    position: relative;
    min-height: 100%;
}

.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;
}

.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;
    }
.dt-sm .pagination li > a, .pagination li > span {
    padding: 2px 10px;
}
