.skin-blue .main-header .logo {
    background: rgb(105,114,122);
}

a {
    text-decoration: none;
    cursor: pointer;
}
 



.skin-blue .main-header .logo:hover {
    background-color: rgba(0,0,0,0.1);
}

.bg-primary-logo {
    color: #fff;
    background-color: rgb(58, 164, 221);
}

.main-sidebar {
    background: rgb(105,114,122) !important;
}

.skin-blue .sidebar a {
    color: #FFF;
    font-weight: 600;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-margin {
    width: 100%;
    height: 2px;
    background-color: #5b646b;
}

.skin-blue .treeview-menu>li>a {
    color: #c6d1d6;
}

.skin-blue .treeview-menu>li>a:hover {
    color: rgb(58, 164, 221) !important;
}

.skin-blue .main-header .navbar .nav>li>a {
    font-weight: 600 !important;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    background: rgb(58, 164, 221) !important;
    border-left-color: #000000;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: rgba(0,0,0,0.1);
}

.datepicker {
    z-index: 10000 !important;
}

.ui-autocomplete {
    cursor: default !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
    /* add padding to account for vertical scrollbar */
    width:auto ;
}

.form-label, label:not(.form-check-label) {
	font-weight: 700;
}

.dropdown-item {
    font-size: 14px;;
}
.divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
 
.btn-light-secondary, .btn-light-secondary:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}




.content-header>.breadcrumb>li+li:before {
    content: '>\00a0';
    margin: 0 9px;
    color: #a7a7a7;
}