/* Color used
1. Normal :#236e8c
*/

body {background: #ffffff; font-family: Verdana, sans-serif !important; font-size: 14px; color: #333}

a, a:hover {
    color:#236e8c ;
}

.filter_wrapper {
    background: #236e8c
}

.badge-primary {
    background:#236e8c ;
}

a.btn.btn-primary {border-radius: 0;
    background-color:#236e8c ;
    border-color:#236e8c ;
    min-width: 150px;}

.btn-primary, .btn-primary.active, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, 
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color:#236e8c  ;
    border-color:#236e8c  ;
    border-radius: 0;
    box-shadow: 0 0 0 0rem !important;
    outline: 0 !important;
	font-size: 13px;
}

.btn-primary:hover {
    background-color: #478BAA  ;
    border-color: #478BAA  ;
}

.dropdown-item.active, .dropdown-item:active {
    background:#236e8c  !important;
    color: #ffffff !important;
}

span.link_span {
    color:#236e8c ;
    cursor: pointer;
    text-decoration: underline;
}

.other_schedule_icon span {
    padding: 6px 10px;
    background:#236e8c ;
    border-radius: 200px;
}

.card:hover .card-title a {
    color:#236e8c ;
    text-decoration: underline;
}

.left_panel_header {
    background:#236e8c ;
    padding: 8px 14px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.right_header h6 {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid#236e8c ;
    padding: 9px 0;
    margin-bottom: 18px;
}

.detail_tabs_wrapper .nav-tabs .nav-item.show .nav-link, .detail_tabs_wrapper .nav-tabs .nav-link.active {
    background:#236e8c ;
    border: 0;
    color: #ffffff !important;
    border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 4px solid#236e8c ;
}

.page-item.active .page-link {
    background:#236e8c ;
    color: #ffffff;
    border-color: #ffffff;
}

li.page-item:hover a {
    background:#236e8c ;
    color: #ffffff;
}


.detail_tabs_wrapper .nav-tabs {
    border-bottom: 1px solid#236e8c ;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 4px solid#236e8c ;
}

.right_header h6 {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid#236e8c ;
    padding: 9px 0;
    margin-bottom: 18px;
}

table .fa.fa-minus-circle, table .fa.fa-plus-circle {color:#236e8c ; }
.presense_training {background-color: #236e8c }
.email-tabs .tab-links a {background-color: #236e8c  }
.email-tabs .tab-links a:hover {
    background: #236e8c ;
    text-decoration: none;
	
}
.confirm_icon {
    color:#236e8c;
}

/*.slide_me {
    padding-left: 145px !important;
}*/

nav.navbar {
    padding-left: 145px;
}

.main_wrapper {
    margin-bottom: 30px;
}

h5.card-title {
    font-weight: bold;
}

@media screen and (min-width: 992px),
tv and (max-width: 992px) {
    /*
     * page layout - fit to system needs
     */
    .fliter_catalog {
        padding: 2px !important;
    }
}

@media screen and (max-width: 992px) {
    .filter_wrapper_pschick{
        padding-top: 85px;
    }
}

/*cookies box*/

.cookie_wrapper {
    position: fixed;
    box-shadow: 10px 10px 10px #8080801c;
    top: 0px;
    width: 300px;
    left: auto;
    right: 100px;
    background: rgba(255, 255, 255, 0.95);
    font-family: sans-serif;
    z-index: 999;
    text-align: left;
    padding: 20px;
}
}

.cookie_wrapper a {
    color: inherit
}

button.dark-gray {
    background: #236e8c;
    color: #ffffff;
}

button.dark-gray:hover {
    color: #fff;
    text-decoration: none;
}

.cookie_wrapper button {
    width: 100%
}