.loader-cont{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    display:none;
    opacity: 0.4;
}

.loader{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/static/images/loader.gif) 50% 50% no-repeat;
    background-size: 60px;
}

.chosen-container-multi .chosen-choices{		
    border-color: #F3F6F9;
    color: #31c582;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 1.75rem !important;
    background: #F3F6F9;
    border: 0px;
    border-radius: 0.85rem !important;
    font-size: 1.175rem !important;			
}

.search-choice{
	background: #F3F6F9;
    border-radius: 5px;
}

.hidden{
	display: none!important;
}

.chosen-container-multi .chosen-choices li.search-choice{
	font-size: 12px;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Customized */


.aside-menu {
    background-color: #31c582;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #0040c4;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #31c582;
}

a {
    color: #0040c4;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    color: #484747;
}


.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon {
    color: #0040c4;
}

.brand {
    background-color: #31c582;
}


.aside {
    background-color: #31c582;
}

.header-mobile {
    background-color: #31c582;
}

.navi .navi-item .navi-link {
    color: #dccd3;
}

.navi .navi-item .navi-link:hover {
    color: #dccd3;
}

.btn.btn-clean i {
    color: #fff;
}

.symbol.symbol-light-success .symbol-label {
    background-color: #0040c4;
    color: #0040c4;
}

.btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-clean:focus:not(.btn-text) i, .btn.btn-clean.focus:not(.btn-text) i {
    color: #ffffff;
}

body {
    background: #fdfdfd;
}


.dataTables_wrapper .dataTable thead th{
	padding: 0.75rem 1rem;
    vertical-align: middle;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.text-yellow{
    color: #ffc52d;
}

.text-dark{
    color: #231f20;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}