body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
}

.login-background{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:50%;
    background-color: rgb(49,110,172);
    z-index:-1;
    visibility: hidden;
}

.login-container{
    display: flex;
    align-items: stretch;
    height:100vh;
}

.login-panel-container{
    width:100%;
    position:relative;
}

.login-panel{
    display:flex;
    flex-direction: column;
    align-items: center;
    height:100vh;
    margin:auto 10%;
}

.login-panel-inner{
    margin:auto;
}

.login-panel-left{
    color:#fff;
    overflow: auto;
}

.login-panel-header{
    font-size:24px;
    margin-bottom:16px;
    font-weight:500;
}

.login-panel-text-block{
    border-radius:10px;
    background-color: #215ea2;
    padding:10px;
    margin-bottom:10px;
    font-size:16px;
}

.login-panel-text-block p{
    margin:0;
}

.login-panel-text-block-title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:3px;
    color: rgba(255,255,255,.5);
    line-height: 20px;
}

.login-panel-text-block:last-of-type{
    margin-bottom:10px;
}

.login-panel-text-block a{
    text-decoration: underline;
    color:#fff !important;
    font-weight:bold;
}

.login-logo{
    width:200px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    text-align: center;
}

.login-form-container{
    max-width:400px;
    width:100%;
    padding:50px 0;
}

.login-form-container .form-control{
    height:50px;
}

.login-panel-left{
    display:none;
}

.login-footer-container{
    text-align:center;
    padding-bottom:50px;
}

.onsiteregister-container{
    display: flex;
    align-items: stretch;
    height:100vh;
}

.onsiteregister-form{
    width:100%;
    max-width:700px;
    margin:0 auto;
    margin-top:30px;
}

.onsiteregister-footer-container{
    text-align:center;
    padding-bottom:50px;
}

.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;
}

.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);
}

@media (min-width: 992px) {
    .login-panel-left{
        display:block;
    }

    .login-background{
        visibility: visible;
    }

    .login-panel-container{
        width:50%;
    }

    .login-footer-container{
        padding-bottom:10px;
    }
}

@media (min-width: 1400px) {
    .login-footer-container{
        padding-bottom:50px;
    }
}

.topbar-container{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1031;
    padding:0;
}

.topbar-impersonate{
    z-index:1031;
    background-color: #ec1313;
    padding:0;
}

.topbar{
    z-index:1031;
    background-color: #f5ac2b;
    padding:0;
}

.topbar-inner{
    display:flex;
    align-items: center;
    height:40px;
}

.topbar-client{
    margin-left:16px;
}

.topbar-user{
    margin-left:auto;
    margin-right:16px;
}

.main-container-content{
    width:100%;
    max-width:1500px;
    margin:0 auto;
}

.main-container-content-fluid{
    width:100%;
    margin:0 auto;
}

.navbar-brand{
    float: none;
    height: auto;
    padding:0;
    margin:0;
}

.main-container{
    max-width:1800px;
    padding-top:40px;
}

.main-container-impersonate{
    max-width:1800px;
    padding-top:80px;
}

.main-container-library-page-only{
    padding-top:0 !important;
    margin:auto !important;
    max-width:auto !important;
}


.subheader{
    margin-top:30px;
    margin-bottom:0;
}

.navbar-custom-top {
    height: 32px;
    background-color:#f5ac2b;
    margin-right:-1px;
    padding-left: 15px;
    position: fixed;
    top: 32px;
    left: 0px;
}

.navbar-filler {
    z-index: -1;
    top: 0px !important;
}

.navbar-fixed-left .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size:16px;
    background-color: #f4f4f4;

    border:0;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    border-radius:0;

}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-custom{
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 4px 6px -6px #000;
    -moz-box-shadow: 0 4px 6px -6px #000;
    box-shadow: 0 4px 6px -6px #000;
    border-right:1px solid #dadada;
    top: 40px;
    width:100%;
    min-height:60px;
    height:auto;
    overflow-y: auto;
    padding-bottom:6px;
}

.navbar-custom-impersonate{
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 4px 6px -6px #000;
    -moz-box-shadow: 0 4px 6px -6px #000;
    box-shadow: 0 4px 6px -6px #000;
    border-right:1px solid #dadada;
    top: 80px;
    width:100%;
    min-height:60px;
    height:auto;
    overflow-y: auto;
    padding-bottom:6px;
}

.navbar-custom::-webkit-scrollbar {
    display: none;
}

.navbar-custom{
    -ms-overflow-style: none;
}

.navbar-custom .custom-dropdown-toggle.show {
    background-color: #eeeeee !important;
}

.navbar-custom .dropdown-divider{
    border-top:1px solid #aaaaaa;
}

.navbar-custom .dropdown-menu {
    padding-top: 17px;
    padding-bottom: 12px;
}

.navbar-custom .dropdown-menu a {
    color: #2B3A59 !important;
    font-size: 15px;
    padding: 5px 6px 6px 35px;
    display:block;
    text-decoration:none;
}

.navbar-custom .navbar-nav a{
    color: #2B3A59;
}

.navbar-custom .navbar-nav a:hover{
    background-color:transparent;
    /* hover color here */
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #2B3A59;
}

.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover{
    color:#2B3A59;
    border-color: #2B3A59;
}

.navbar-custom .navbar-toggle {
    color:#2B3A59;
    border-color: #2B3A59;
}

.navbar-custom .active>a {
    /* active color here */
}

.navbar-custom .nav .keep-open {
    background-color: #eeeeee;
}

.navbar-custom .dropdown-menu{
    padding-top:17px;
    padding-bottom:12px;
}

.navbar-custom .dropdown-menu a{
    color:#2B3A59;
    font-size:15px;
    padding: 5px 6px 6px 35px;
}

.navbar-custom .navbar-toggler{
    border:1px solid #555;
    border-radius:3px;
    color:#555;
}


.navbar-custom-inner{
    margin-top:0;
    padding:0;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color:#e6e6e6;
    color:#2B3A59;
}

.navbar-custom .dropdown-menu a:hover{
    color:#000;
    box-shadow: none;
}

.navbar-custom .nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.navbar-nav {
    margin-top:4px;
}

.navbar-custom .navbar-nav a:hover{
    background-color: #eeeeee;
}

.navbar-custom .navbar-nav .active{
    background-color: #e1e1e1;
    cursor:auto;
}

.navbar-custom .navbar-nav .active:focus{
    background-color: #e1e1e1;
}

.navbar-custom .navbar-nav .active:hover{
    background-color: #e1e1e1;
}

.navbar-custom .navbar-nav .active:visited{
    background-color: #e1e1e1;
}

.menuicons:hover .menuicon {
    display: none;
}

.menuiconhover {
    display: none;
}
.menuicons:hover .menuiconhover {
    display: inline-block;
}


.caretup{
    display: none;
}

.dropdown .show .caretup{
    display:inline-block;
}

.dropdown .show .caretdown{
    display:none;
}

.BeaconFabButtonFrame{
    z-index:1030 !important;
}

.footer {
    border-top:1px solid #dadada;
    background-color: #f7f7f7;
    color:#555;
}
.footer a{
    color:#555 !important;
}

.custom-list-avatar, .custom-list-expandable-avatar{
    background-color: #337ab7;
    color:#fff;
}
.custom-list-avatar-inactive{
    background-color: #6c757d;
    color:#fff;
}

.custom-list h1, .custom-list-expandable h1{
    color: #337ab7;
}

.custom-list h2, .custom-list-expandable h2{
    color: #282828;
}

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

.filters-section {
    margin-bottom: 0.5rem;
}

.filters-section-label {
    color: #337ab7;
    font-size: 18px;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.dash-box-color-opt1 .dash-box-avatar{
    background-color:#9bba3b;
}

.dash-box-color-opt1 .dash-box-link a {
    color:#9bba3b;
}

.dash-box-color-opt1 .dash-box-title{
    color:#9bba3b;
}

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

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

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

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

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

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

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

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

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

.dash-box-color-opt5 .dash-box-avatar{
    background-color:#01babd;
}

.dash-box-color-opt5 .dash-box-link a {
    color:#01babd;
}

.dash-box-color-opt5 .dash-box-title{
    color:#01babd;
}

.dash-box-color-opt6 .dash-box-avatar{
    background-color:#2b3a59;
}

.dash-box-color-opt6 .dash-box-link a {
    color:#2b3a59;
}

.dash-box-color-opt6 .dash-box-title{
    color:#2b3a59;
}

.dash-box-color-opt7 .dash-box-avatar{
    background-color:#aa599c;
}

.dash-box-color-opt7 .dash-box-link a {
    color:#aa599c;
}

.dash-box-color-opt7 .dash-box-title{
    color:#aa599c;
}

.dash-graph-color-opt1{
    color:#9bba3b;
    border:1px solid rgba(155, 186, 59, 0.4);
}

.dash-graph-color-opt1 .glyphicon{
    color:rgba(155, 186, 59, 0.4);
}

.dash-graph-color-opt2{
    color:#af3966;
    border:1px solid rgba(175, 57, 102, 0.4);
}

.dash-graph-color-opt2 .glyphicon{
    color:rgba(175, 57, 102, 0.4);
}

.dash-graph-color-opt3{
    color:#faa635;
    border:1px solid rgba(250, 166, 53, 0.4);
}

.dash-graph-color-opt3 .glyphicon{
    color:rgba(250, 166, 53, 0.4);
}

.dash-graph-color-opt4{
    color:#ef402a;
    border:1px solid rgba(239, 64, 42, 0.4);
}

.dash-graph-color-opt4 .glyphicon{
    color:rgba(239, 64, 42, 0.4);
}

.dash-graph-color-opt5{
    color:#01babd;
    border:1px solid rgba(1, 186, 189, 0.4);
}

.dash-graph-color-opt5 .glyphicon{
    color:rgba(1, 186, 189, 0.4);
}

.dash-graph-color-opt6{
    color:#2b3a59;
    border:1px solid rgba(43, 58, 89, 0.4);
}

.dash-graph-color-opt6 .glyphicon{
    color:rgba(43, 58, 89, 0.4);
}

.custom-pi-tooltip .tooltip.left{
    left:-210px !important;
}

#existing-code-prompt {
    color: #a94442;
    margin-top: 5px;
    font-size: 14px;
    display:none;
}

.dropdown-menu {
    min-width:152px;
}

fieldset.form-group {
    margin-top: 36px;
}

.dashboard-title {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 24px;
}

.dropdown-item:hover{
    color: #212529 !important;
    text-decoration:none !important;
}

.custom-tab a{
    color: #337ab7;
}

.custom-tab button{
    color: #337ab7;
}

.form-select-xs {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0.3rem;
    font-size: 12px;
    border-radius: 0.15rem;
    background-position: right 0.4rem center;
}

.form-text-xs {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0.3rem;
    font-size: 12px;
    border-radius: 0.15rem;
}

.select2-container{
    z-index:99;
}

.select2-container--open{
    z-index:1100;
}

.toggle.btn{
    border-radius: 0.25rem;
}

.toggle.btn .btn{
    padding: 0.375rem 0.65rem;
    border-radius: 0.25rem;
}

.toggle-off.btn{
    padding-left:16px !important;
}

.toggle-on.btn {
    padding-right: 16px !important;
}

.btn-default{
    color: #fff;
    background-color: #a7a7a7;
    border-color: #a7a7a7;
}

.btn-default:hover, .btn-default:active {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.appdash-ul{
    margin:0;
    padding:0 0 20px 0;
}

.appdash-ul li{
    list-style: none;
}

.appdash-ul li:not(:last-of-type){
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}

.appdash-avatar{
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50%;
    text-align:center;
    font-size:22px;
}

.appdash-lozenge{
    width:75px;
    height:50px;
    line-height:50px;
    border-radius:15%;
    text-align:center;
    font-size:24px;
}

.appdash-avatar-small{
    width:32px;
    height:32px;
    line-height:32px;
    font-size:16px;
}

.appdash-avatar-blue{
    background-color:#3676b6;
    color:#fff;
}

.appdash-avatar-yellow{
    background-color:#ffc107;
    color:#000;
}

.appdash-avatar-green{
    background-color:#198754;
    color:#fff;
}

.appdash-avatar-orange{
    background-color:#f5ac2b;
    color:#000;
}

.appdash-avatar-white{
    background-color:#fff;
    color:#000;
}

.appdash-avatar-gray{
    background-color:#eee;
    color:#212529;
}

.appdash-panel{
    border-radius:8px;     
    padding: 10px 20px;  
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    margin-bottom: 20px;
    background-color:#fff;
}

.appdash-panel-fullheight{
    margin-bottom:0 !important;
    height:100%;
}

.appdash-panel-blue{
    background-color: #3676b6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color:#fff;
    border: 0px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
}

.appdash-panel-blue a, .appdash-panel-blue a:hover, .appdash-panel-blue a:visited {
    color: white; 
    text-decoration: underline;
}

.appdash-panel-yellow{
    background-color: #ffc107;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #000;
    border: 0px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
}

.appdash-panel-yellow a, .appdash-panel-yellow a:hover, .appdash-panel-yellow a:visited {
    color: #000; 
    text-decoration: underline;
}

.appdash-panel-green{
    background-color: #198754;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    border: 0px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
}

.appdash-panel-green a, .appdash-panel-green a:hover, .appdash-panel-green a:visited {
    color: white; 
    text-decoration: underline;
}

.appdash-panel-red{
    background-color: #d9534f;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    border: 0px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
}

.appdash-panel-red a, .appdash-panel-red a:hover, .appdash-panel-red a:visited {
    color: white; 
    text-decoration: underline;
}

.appdash-panel-orange{
    background-color: #f5ac2b;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #000;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
}

.appdash-panel-orange a, .appdash-panel-orange a:hover, .appdash-panel-orange a:visited {
    color: #000; 
    text-decoration: underline;
}

.appdash-panel-white{
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #000;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
}

.appdash-panel-gray{
    background-color: #f3f3f3;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #212529;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08) !important;
    
}

.appdash-panel-no-shadow{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;

}

.appdash-panel-header {
    margin-bottom:7px;
    color: #212529;
}

.appdash-panel-blue .appdash-panel-header {    
    color: #fff;
}

.appdash-panel-green .appdash-panel-header {    
    color: #fff;
}

.appdash-panel-header h2{
    margin:0;
    font-size:20px; 
    font-weight:500;
}

.appdash-container .quicklinks-ul{
    padding-left:0;
    margin-bottom:5px;
}

.appdash-container .quicklinks-ul li{
    list-style: none;
}

.appdash-container .quicklinks-ul li:not(:last-of-type){
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}

.appdash-container .new-message-bell{
    color:#dc3545;
    padding-right:6px;
}

.appdash-container .progress-bar{
    border:1px solid #fff;
    border-radius:0;
}

.appdash-container .progress-bar:not(:last-of-type){
    border-right:0;
}

.appdash-container .progress{
    border-radius:0;
}

.appdash-progress-legend{
    display:inline-block; 
    width:10px; 
    height:10px; 
    border-radius:50%; 
    margin-right:6px; 
    border:1px solid #fff; 
}

.appdash-background-green{
    background-color:rgb(59, 153, 109);
}

.appdash-background-yellow{
    background-color:rgb(255, 205, 86);
}

.appdash-background-blue{
    background-color:rgb(54, 162, 235);
}

.appdash-background-red{
    background-color:rgb(255, 99, 132);
}

.appdash-panel-hero{
    padding:0;
    overflow:hidden;
}

.appdash-panel-hero .appdash-inner{
    height:100%; 
    z-index:1; 
    background: rgb(255,255,255); 
    background: linear-gradient(260deg, rgba(255,255,255,0.25) 30%, rgba(255,255,255,0) 80%);
    padding:1rem;
}

.appdash-panel-hero-text{
    font-size: 44px;
    line-height: 44px;
}

.appdash-panel-hero-subtext{
    margin-top:0px; 
    font-size:24px;
}

.appdash-panel-graphic{
    overflow:hidden;
    position:relative;
}

.appdash-panel-graphic-body{
    z-index:1;
}

.appdash-panel-graphic-icon{
    position:absolute; 
    opacity: 0.15; 
    color:#fff; 
    bottom:-30px; 
    right:-10px; 
    font-size:100px;
}

.appdash-panel-yellow.appdash-panel-graphic .appdash-panel-graphic-icon{
    opacity: 0.2;
}

.appdash-panel-small-box-icon{
    width:62px; 
    height: 62px; 
    line-height:62px; 
    text-align: center; 
    font-size:26px; 
    font-weight:bold; 
    background-color:#3676b6; 
    color:#fff; 
    border-radius:50%;
}

.appdash-panel-small-box-icon-dot{
    position:absolute; 
    top:0px; 
    right:0px; 
    border-radius:50%; 
    width:15px; 
    height:15px; 
    border:3px solid #fff; 
    background-color:red;
}

.appdash-panel-small-card{
    font-size: 16px;
    line-height:1rem;
    padding:0;
    min-height:60px;
}

.appdash-panel-small-card a{
    padding:12px 0 12px 16px;
}

.appdash-panel-gray a, .appdash-panel-gray a:hover{
    color:#000;
}

.appdash-panel-chevron-container{
    width:26px;
}

.appdash-panel .appdash-panel-chevron{
    margin-left:0;
}

.appdash-panel a:hover .appdash-panel-chevron{
    margin-left:6px;
    transition: margin-left 0.2s ease;
}

.text-wrap-ellipsis{
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}

.courses-graph{
    width:200px !important;
    height:150px !important;
}

.courses-graph-cont{
    width: 200px;
    height: 150px;
    margin-left: -30px;
    margin-right: -20px;
}

.leave-graph{
    width:125px !important;
    height:125px !important;
}

.actionstatusdot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.actionstatusdot_1 {  
    background-color: #198754;  
}
.actionstatusdot_2 {  
    background-color: #ffc107;
}
.actionstatusdot_3 {  
    background-color: #dc3545;
}

.occurrencestatusdot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.occurrencestatusdot_2 {  
    background-color: #238823;  
}
.occurrencestatusdot_3 {  
    background-color: #D2222D;
}
.occurrencestatusdot_4 {  
    background-color: #000;
}

.checks .msp-hide-select-all li:first-child{ display:none; }

.checks .ffrmmorelabel{
    font-size:85%;
}
    
.checks fieldset.form-group {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checks fieldset.form-group>legend {
    font-size: 16px;
    color: #555;
}

.checks fieldset.form-group label {
    color: #555;
}

.checks h2.pagesubheader {
    font-weight: 400;   
    font-size: 130%;
}

.checks .fielddatasectionheader {
    font-size: 18px;
}  

.checks .historycard {
    font-size: 85%;
}

.force-word-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-wrap: wrap !important;
}    

.checks .actiondetails-table{
    font-size:80%;
    width:100%;
}
.checks .actiondetails-table td{
    padding:6px 0;
    border-bottom:1px solid #ccc;
}

.checks .actiondetails-table tr:last-of-type td{
    border-bottom:none;
}     

.checks .calendar-box label{
    display:block;
    border:1px solid #ccc;
    padding:15px 0;
    text-align:center;
    cursor: pointer;
}

.checks .calendar-box label:hover{
    background-color: #f1f1f1;
}

.checks .ffrmmorelabel{
    font-size:85%;
}

.datacapitem {
    border: 1px solid #aaa;
    padding: 10px;
    background-color: #efefef;
}
.datacapitemheader {
    font-size: 18px;
    margin-bottom: 10px;
}
.datacap.form-label-legend {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.manage-actions fieldset.form-group {
    margin-top: 0px;
    margin-bottom: 0px;
}

.manage-actions fieldset.form-group>legend {
    font-size: 16px;
    color: #555;
}

.manage-actions fieldset.form-group label {
    color: #555;
}

.manage-actions h2.pagesubheader {
    font-weight: 400;   
    font-size: 130%;
}

.manage-actions .historycard {
    font-size: 85%;
}

.manage-actions table{
    font-size:80%;
    width:100%;
}
.manage-actions td{
    padding:6px 0;
    border-bottom:1px solid #ccc;
}

.manage-actions tr:last-of-type td{
    border-bottom:none;
}

.cqc-progress{
    height:22px;
}

.cqc-progress .progress-bar{
    height:22px;
    font-size:14px;
    font-weight:700;
}

.cqc-progress-small{
    height:16px;
}

.cqc-progress-small .progress-bar{
    height:16px;
    font-size:12px;
    font-weight:700;
}

.cqc-widget-circle{
    border-radius:50%;
    height:20px;
    width:20px;
}

.meetings .calendar-box label{
    display:block;
    border:1px solid #ccc;
    padding:15px 0;
    text-align:center;
    cursor: pointer;
}

.meetings .calendar-box label:hover{
    background-color: #f1f1f1;
}


@media (max-width: 768px) {
    .navbar-custom-top{
        display:none;
    }

    .navbar{
        margin-bottom:0;
    }

    .navbar-custom .dropdown-menu{
        padding-top:14px !important;
        padding-bottom:12px !important;
        background-color: #f4f4f4 !important;
        border:0 !important;
        border-top:1px solid #e6e6e6 !important;
        border-bottom:1px solid #e6e6e6 !important;
        border-radius:0 !important;
    }

    .navbar-custom .dropdown-menu a{
        color:#2B3A59 !important;
        font-size:15px !important;
        padding: 5px 6px 6px 45px !important;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-left{
        position:inherit;
    }
}

@media (min-width: 768px) {
    .main-container{
        padding-top:55px;
    }
    .main-container-impersonate{
        padding-top:95px;
    }
    .navbar-custom{
        width:230px;
        height:100vh;
        overflow-y: auto;
        padding-bottom:60px;
    }
    .navbar-custom-impersonate{
        padding-bottom:100px;
    }
    .nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-custom-inner .navbar-collapse{
        display:block;
    }
}

.btn-xs
{
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.datepicker.datepicker-dropdown {
	z-index: 1100;
}


@media print {
    .main-container{
        padding-top:0px;
    }
    
    .main-container-impersonate{
        padding-top:0px;
    }
}
