.btn-select {
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-select:hover {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.dropdown-menu,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    border-radius: 0;
}

nav.navbar .dropdown-menu {
    padding: 1rem 0;
}

nav.navbar .dropdown-menu .dropdown-item.active {
    color: #fff;
}

.side-navbar.shrink {
    width: 98px;
}

.login-page {
    /*background: #fff url("../image/bg_login_1.jpg") no-repeat left bottom;*/
    background-color: #f8fafc;
    background-size: cover;
}

.login-form-inner {
    border: solid 1px #cccccc;
}




.label-float {
    position: relative;
    padding-top: 13px;
}

.label-float input:focus {
    border-bottom: 2px solid #3951b2;
}

.label-float input::placeholder {
    color: transparent;
}

.label-float label {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 13px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label {
    font-size: 12px;
    margin-top: -5px;
    color: #3951b2;
}

.multiselect {
    width: 100%;
    height: 300px !important;
}
.ui-multiselect {
    border: solid 1px #af9f9f !important;
    border-radius: 3px;
}
.ui-multiselect div.available {
    border-left: none !important;
}
.ui-multiselect li.ui-state-default {
    background: #f5ebeb !important;
    color: #605ca8 !important;
}
.ui-multiselect input.search {
    width: 50%;
}