.form-control:focus {
    border-color: #CCCCCC;
    box-shadow: none;
}

.form-control:required:focus {
    border-color: var(--danger) !important;
    box-shadow: none;
}

.chosen-container-single .chosen-single {
    height: 36px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container .chosen-drop {
    z-index: 9999;
}
.chosen-container-single .chosen-single span {
    padding: 5px;
}

.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.chosen-container::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.custom-block-upload {
    position: absolute;
    top: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    z-index: 10;
    cursor: pointer;
}
.adress-icon {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*.adress-icon span { font-size: medium; }*/
/*.custom-buttons .dt-buttons { display: none !important; }*/
.corporation-container {
    width: 150px;
    height: 150px;
    display: block;
    content: '';
    background-size: cover;
    background-position: center;
    border: 3px solid #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
/*form .form-group label { display: none !important; }*/
form .form-check label { display: block !important; }
.iti.iti--allow-dropdown { width: 100% !important; }
label.required:after {
    content: " *";
    color: var(--danger);
}

.avatar-5xl.avatar-profile .fs-0 { font-size: 4rem; }
.loading {
    opacity: 0.4;
    position: relative;
}
.chart-dashboard .spinner-grow {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chart-dashboard.loading .spinner-grow {
    display: block;
}
/*input:required:focus:valid, input[pattern]:focus:valid {*/
/*    border-color: #b3f3a2;*/
/*    box-shadow: 0 0 1px #b3f3a2;*/
/*}*/

/*input:required:focus:invalid, input[pattern]:focus:invalid {*/
/*    border-color: #f79c9c;*/
/*    box-shadow: 0 0 1px #f79c9c;*/
/*}*/

.chart-dashboard .custom-select-sm {
    height: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.chart-dashboard #timepicker2 {
    height: 30px;
    font-size: 0.9em;
    width: 210px;
    text-align: center;
}

body
{
    font-family: 'Roboto', sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #005691;
    border-color: #005691;
}

.text-primary {
    color: #005691 !important;
}

a {
    color: #005691;
    text-decoration: none;
    background-color: transparent;
}
