@font-face {
    font-family: FSMeWeb;
    src: url('fonts/FSMeWeb-Light.woff');
    font-weight: 300;
}

@font-face {
    font-family: FSMeWeb;
    src: url('fonts/FSMeWeb-Regular.woff');
    font-weight: 400;
}

@font-face {
    font-family: FSMeWeb;
    src: url('fonts/FSMeWeb-Bold.woff');
    font-weight: bold;
}

body{
    font-family: FSMeWeb,Arial,Helvetica,sans-serif;
    font-weight:400;
    color:#333;
}

.topbar{
    background-color: #333;
    color:#fff;
    padding:0;
}

.topbar .header-row{
    height:50px;
}

.topbar-public-buttons a{
    border-left: 1px solid #4b4b4b;
    display:inline-block;
    height:50px;
    line-height:50px;
    padding:0 16px;
    color:#fff !important;
    text-decoration:none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-bottom 0.07s ease;
}

.topbar-public-buttons a:last-of-type{
    border-right: 1px solid #4b4b4b;
}

.topbar-dropdown a:hover{
    color:#fff !important;
}

.navbar-custom{
    background-color: #fff;
    padding:20px 0;
    min-height: 116px;
}

.navbar-custom .navbar-toggler .icon-bar{
    color:#333;
}

.navbar-custom .navbar-toggler{
    color:#333;
    border-color:#333;
}

.navbar-custom .navbar-collapse {
    padding-top: 0;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link, .navbar-custom .navbar-nav .nav-link.active{
    background-color:#eee;
    transition: box-shadow 0.2s ease;
}

.navbar-custom .navbar-nav{
    margin:30px 0;
}

.navbar-custom .navbar-nav a{
    color:#333;
    line-height:40px;
    display:block;
    text-transform: capitalize;
    font-size:15px;
    padding:0 0 0 14px !important;
}
/*DB*/


.navbar-custom .navbar-nav a:hover, .navbar-custom .navbar-nav a:active, .navbar-custom .navbar-nav a:focus{
    color:#fff !important;
    box-shadow: none !important;

}

.subheader-outer{
    overflow:hidden;
    width:100%;
}

.subheader{
    border: 0;
    border-radius: 0;
    margin:0;
    padding:20px 0 235px 0;
}

.main-content{
    border-radius:15px;
    margin-top:-220px;
    background-color:#fff;
    padding:30px 20px 35px 20px;
    min-height:300px;
}

.main-content-player{
    position:relative;
    overflow:hidden;
}

.page-title{
    color:#fff;
    font-size: 22px;
    line-height: 30px;
}

.breadcrumb-custom{
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0 0 36px 0;
    font-size:14px;
}

.breadcrumb-custom .breadcrumb-item::before {
    padding: 0;
    content: "";
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
    padding: 0;
    content: "";
}

.breadcrumb-custom .breadcrumb-item{
    line-height:25px;
}

.breadcrumb-custom .inactive-link{
    color:#333;
}

#logo{
    max-height:65px;
}

#logo-cropped, #logo-client{
    max-height: 65px;
}

.footer {
    border-top:2px solid #333;
    background-color: #f4f4f4;
    color:#333;
}

.footer-title{
    font-size:16px;
    font-weight:bold;
    margin-bottom:14px;
}

.footer-list{
    margin-left:20px;
}

.footer-list li{
    margin-bottom:5px;
}

.footer-list .footer-list{
    padding-left:0;
    margin-left:16px;
    margin-top:5px;
}

.login-submit-btn{
    padding: 8px 16px 8px 16px !important;
}

.login-body{
    margin-top:-200px;
    padding-bottom:100px;
}

.login-box{
    background-color:#fff;
    margin:auto;
    width:100%;
    max-width:475px;
    border-radius:10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.login-logo{
    margin-bottom:20px;
}

a.btn-theme, .btn-theme{
    color:#fff;
    border-radius: 4px;
    border: none;
    transition: all .25s ease-in-out;
    padding:8px 40px 8px 16px !important;
    position:relative;
    font-size:14px;
}

a.btn-theme:hover, .btn-theme:hover, a.btn-theme:active, .btn-theme:active, a.btn-theme:focus, .btn-theme:focus{
    color:#fff;
}

a.btn-theme:after, .btn-theme:after {
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 13px;
    height: 40px;
    margin-top: -9px; 
}


.btn-theme-no-icon, .title-action-button{
    color:#fff;
    border-radius: 4px;
    border: none;
    transition: all .25s ease-in-out;
    padding:8px 16px !important;
    font-size: 14px;
}

.btn-theme-no-icon:hover, .title-action-button:hover{
    color:#fff;
}

.btn-theme-no-icon.btn-sm{
    padding:3px 6px !important;
    font-size:13px !important;
}

.btn-theme.btn-sm{
    padding:3px 26px 3px 6px !important;
    font-size:13px !important;
}

a.btn-theme.btn-sm:after, .btn-theme.btn-sm:after{
    right: 5px;
}

.btn-outline-theme{
    border-radius: 4px;
    transition: all .25s ease-in-out;
    padding:8px 16px;
    font-size: 14px;
}

.btn-group .btn-theme{
    color:#fff;
    border-radius: 6px;
    box-shadow: none;
    transition: all .25s ease-in-out;
    padding:4px 8px !important;
}

.btn-group .btn-theme:after {
    display:none;
}

.btn-group .btn-theme:hover{
    color:#fff;
    box-shadow: none;
}

.panel, .custom-list-expandable .panel{
    box-shadow: 0 5px 0 rgba(0,0,0,.3);
    border-radius:6px;
    border-color: #e3e3e3;
    overflow:hidden;
}

.custom-list-avatar, .custom-list-expandable-avatar{
    background-color: #333;
    color:#fff;
}

.custom-list-expandable-check{
    color:#5cb85c;
}

.custom-list li {
    background-color: #fff;
    margin-bottom: 25px;
    border: 1px solid #ededed;
    box-shadow: 0 5px 0 rgba(0,0,0,.3);
    border-radius: 6px;
    padding: 10px;
}

.custom-list-ul li{
    background-color: #fff;
    margin: 0 10px 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.dash-box-container{
    box-shadow: 0 5px 0 rgba(0,0,0,.3);
    border-radius:6px;
    border-color: #ccc;
    overflow:hidden;
}

.dash-graph-title{
    padding:0;
    margin-bottom:8px;
}

.dash-box-color-opt1 .dash-box-avatar{
    background-color: #8BB918;
}

.dash-box-color-opt1 .dash-box-link a {
    color:#8BB918;
}

.dash-box-color-opt1 .dash-box-title{
    color:#8BB918;
}

.dash-box-color-opt2 .dash-box-avatar{
    background-color: #E84244;
}

.dash-box-color-opt2 .dash-box-link a {
    color:#E84244;
}

.dash-box-color-opt2 .dash-box-title{
    color:#E84244;
}

.dash-box-color-opt3 .dash-box-avatar{
    background-color: #3d96ce;
}

.dash-box-color-opt3 .dash-box-link a {
    color:#3d96ce;
}

.dash-box-color-opt3 .dash-box-title{
    color:#3d96ce;
}

.dash-box-color-opt4 .dash-box-avatar{
    background-color:#f44336;
}

.dash-box-color-opt4 .dash-box-link a {
    color:#f44336;
}

.dash-box-color-opt4 .dash-box-title{
    color:#f44336;
}

.dash-box-color-opt5 .dash-box-avatar{
    background-color: #00bcd4;
}

.dash-box-color-opt5 .dash-box-link a {
    color:#00bcd4;
}

.dash-box-color-opt5 .dash-box-title{
    color:#00bcd4;
}

.dash-box-color-opt6 .dash-box-avatar{
    background-color: #3f51b5;
}

.dash-box-color-opt6 .dash-box-link a {
    color:#3f51b5;
}

.dash-box-color-opt6 .dash-box-title{
    color:#3f51b5;
}

.dash-graph-color-opt1{
    color:#8BB918;
    border:0;
}

.dash-graph-color-opt1 .glyphicon{
    color:rgba(118, 162, 8, 0.4);
}

.dash-graph-color-opt2{
    color:#E84244;
    border:0;
}

.dash-graph-color-opt2 .glyphicon{
    color:rgba(183, 46, 47, 0.4);
}

.dash-graph-color-opt3{
    color:#3d96ce;
    border:0;
}

.dash-graph-color-opt3 .glyphicon{
    color:rgba(39,109,152, 0.4);
}

.dash-graph-color-opt4{
    color:#f44336;
    border:0;
}

.dash-graph-color-opt4 .glyphicon{
    color:rgba(244, 67, 54, 0.4);
}

.dash-graph-color-opt5{
    color:#00bcd4;
    border:0;
}

.dash-graph-color-opt5 .glyphicon{
    color:rgba(0, 188, 212, 0.4);
}

.dash-graph-color-opt6{
    color:#3f51b5;
    border:0;
}

.dash-graph-color-opt6 .glyphicon{
    color:rgba(63, 81, 181, 0.4);
}

.introhelp-box-text{
    font-size:13px;
}

.public-container {
    color: rgba(0, 0, 0, 0.7);
}

.public-list ul{
    color:rgba(0, 0, 0, 0.75);
}

.public-list-icon {
    color: #ff9933;
}

.public-course-list-item {
    border-bottom:1px solid #ccc;
}

.public-call-to-action{
    background-color:#8bb918;
    color:#fff !important;
}

.public-call-to-action h1, .public-call-to-action h2{
    margin-top: 20px;
}

.public-course-sidebar-item-title {
    text-shadow: 1px 1px #000;
}

.public-course-sidebar-item-text {
    text-shadow: 1px 1px #000;
    color: #fff !important;
}

.public-course-sidebar-item-background-graphics {
    color: rgba(255, 255, 255, 0.45);
}

.public-course-sidebar-call-to-action-small, .public-course-sidebar-call-to-action-small:hover {
    color: #fff;
}

.public-course-sidebar-call-to-action-small:hover .public-course-sidebar-call-to-action-small-body{
    background-color: rgba(139, 185, 24, 0.8);
}

.public-course-sidebar-call-to-action-small-body {
    background-color: #8bb918;
}

.public-course-sidebar-feature-list .public-list ul>li>i {
    color: #3d96ce;
}

.element-dropdown .dropdown-toggle{
    color:#337AB7;
}

.element-dropdown .dropdown-toggle:hover{
    color: #23527c;
    text-decoration: underline;
}

.element-dropdown .dropdown-item{
    font-size:14px;
}

.panel-link{
    margin-top:10px !important;
    margin-bottom:10px !important;
}

.jconfirm-closeIcon{
    margin-top:10px;
}

.fieldmessage-error{
    display:inline-block;
    margin-top:6px;
    font-size:13px;
}

.alert ul{
    margin-bottom:0;
    padding-left:16px;
}

.accordion .card-header {
    background-color: #333;
    color: #fff;
}

.accordion-card-header-button {
    font-weight: 400;
    font-size: 22px;
}

.accordion .card-body {
    background-color: rgba(72, 38, 131, 0.05);
}

.contentauthoring-item{
    border:1px solid #fff;
}

.contentauthoring-item:hover{
    background-color: #fafafa;
    box-shadow: 0 5px 0 rgba(0,0,0,.3);
    border-radius: 6px;
    border-color: #ccc;
}

span.tagit-label, li.tagit-new input, ul.ui-menu li.ui-menu-item{
    font-family: FSMeWeb,Arial,Helvetica,sans-serif !important;
}

.dropdown-item{
    color:#212529 !important;
}

.custom-list-label{
    color: #5f5f5f;
}

.custom-list-value{
    color:#5f5f5f;
}

.custom-list-section{
    color:#5f5f5f;
}

.topbar-impersonate-container{
    color: #ff9b24;
}

.modal-title{
    font-weight:600;
    font-size:17px;
    margin:0;
}

.overdue {
    font-weight:600;
    color: #ca181f;
}

.exceeded {
    font-weight:600;
    color: #ca181f;
}

.ceceeded {
    font-weight:600;
    color: #006400;
}

.custom-badge {
    padding: .5em .6em .3em;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0;
    min-width: 50%;
    margin-bottom: 3px;
    color: #333;
    text-transform: uppercase;
}

.custom-badge-default {
    background-color:#577590;
    border:1px solid #577590;
    color:#fff;
}

.custom-badge-primary {
    background-color:#073B4C;
    border:1px solid #073B4C;
    color:#fff;
}

.custom-badge-success {
    background-color: #328069;
    border:1px solid #328069;
    color:#fff
}

.custom-badge-warning {
    background-color: #d93d00;
    border:1px solid #d93d00;
    color:#fff;
}

.custom-badge-info {
    background-color: #0f7ca0;
    border:1px solid #0f7ca0;
    color:#fff;
}

.custom-badge-danger {
    background-color: #c33639;
    border:1px solid #c33639;
    color:#fff;
}

.main-container{
    min-height: calc(100vh - 206px);
}

@media (min-width: 576px) {

    .subheader{
        border-radius: 0 0 50% 50%;
        margin:0 -80px;
        padding:30px 0 245px 0;
    }

    .page-title{
        font-size: 26px;
        line-height: 28px;
    }

    .login-body{
        margin-top:-190px;
    }

    .login-logo{
        margin-bottom:42px;
    }

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

    .main-content{
        padding:30px 35px 35px 35px;
        min-height:600px;
    }

    .navbar-custom{
        padding:0;
    }

    .navbar-custom .navbar-nav{
        margin:0;
    }

    .navbar-custom .navbar-nav a{
        line-height:114px;
        display:inline-block;

    }

    .navbar-custom .dropdown a{
        padding-right:12px !important;
    }

    .navbar-custom .navbar-nav a .nav-link-text{
        border-right:1px solid #e0e0e0;
        padding-right:12px;
    }

    .navbar-custom .nav-item:last-of-type a .nav-link-text{
        border-right-color:#fff;
    }

    .navbar-custom .navbar-nav .nav-item.active .nav-link, .navbar-custom .navbar-nav .nav-link.active{
        background-color: inherit;
        -moz-box-box-shadow: inset 0 -4px 0 #333;
        -webkit-box-shadow: inset 0 -4px 0 #333;
        box-shadow: inset 0 -4px 0 #333;
        transition: box-shadow 0.2s ease;
    }

}

@media (min-width: 1200px) {

    .navbar-custom .navbar-nav a{
        font-size:18px;
    }

    .navbar-custom .navbar-nav a{
        padding-left:14px !important;
    }

    .navbar-custom .navbar-nav a .nav-link-text{
        padding-right:14px;
    }

}

@media (max-width: 992px) {
    #logo-client {
        max-height: 50px;
    }
}

@media print {
    .page-title{
        font-size:18px;
        font-weight:500;
        margin:0;
        padding:0;
        color:#000;
    }

    .main-content{
        padding-top:0;
        margin-top:-220px;
    }
}