/*-------------------- --------------------------- ------------------------*/
/*-------------------- EMENSASPI CUSTOMIZATION CSS ------------------------*/
/*-------------------- --------------------------- ------------------------*/

/* COLORIMÉTRIE
/\
||
|| #fff : pure white
|| #1e1e2d : dark blue metronic
|| #00a4d8 : light blue Emensaspi
|| #3fa94c : grass green Emensaspi
|| #d61d7d : red magenta Emensaspi
|| #e57f57 : soft orange Emensaspi
||
\/
*/

/* ##################### GENERAL ############################################## */

img{
    max-width: 50vw;
}

.blue-metronic{
    color:#1e1e2d !important;
}

.blue-emensaspi{
    color:#00a4d8 !important;
}

.underlined{
    text-decoration: underline;
}

.btn-blue,.btn-green{
    border-radius: 30px;
}

.btn-blue{
    background-color: #00a4d8;
    border: #00a4d8;
}

.btn-green{
    background-color: #3fa94c;
    border: #3fa94c;
}

.btn-large{
    padding: 10px 30px;
    font-size: 1rem;
}

.custom-select{
    width:unset !important;
    border: 2px solid #00a4d8;
    border-radius: 5px;
    padding: 0.3rem 2rem;
    font-weight: bold;
    font-size:1.1rem;
    color: #00a5d8;
}

.pointable{
    cursor:pointer;
}

.reduce{
    text-decoration: underline;
}

/* ##################### AUTH VIEWS ########################################### */

#language .login-dropdown{
    list-style: none;
    font-size: 1.2rem;
}

#language .login-dropdown #navbarDropdownLang{
    color: #fff;
}

#language .login-dropdown .dropdown-menu{
    min-width: 10rem;
}

.partners{
    background-color: #fff;
    padding:5px 0;
}

.partners-body{
    border-top:1px solid #00a4d8;
    border-bottom:1px solid #00a4d8;
}

/* ##################### DASHBOARD FRAME ######################################## */

.brand-custom{
    background-color: #fff;
    border-right: 2px solid #1e1e2d;
}

.mobile-brand-custom{
    border-top: 2px solid #1e1e2d;
    border-bottom: 2px solid #1e1e2d;
    padding:0;
}

.mobile-brand-custom .kt-header-mobile__logo{
    background-color: #fff;
    width:100%;
}

.mobile-brand-custom .kt-header-mobile__logo img{
    width:unset;
    max-height:45px;
}

#kt_header_menu_wrapper{
    max-width: 75vh;
}

#kt_header_menu .s-50{
    height:50%;
    width:auto;
    margin-right:2rem;
    max-width:90%;
}

#kt_header_menu .s-90{
    height:100%;
    width:auto;
    margin-right:2rem;
    max-width:90%;
}

/* ##################### DIAGNOSTIC FORM ######################################## */

#kt_subheader h3,
#kt_content h3{
    text-transform: uppercase;
}

.diagnostic-group{
    margin:25px 0;
}

label{
    display: inline !important;
    margin-left: 0.3rem !important;
}

/* ##################### RESPONSIVENESS ######################################## */

@media screen and (min-width: 992px) {
    .lg-dark{
        background-color: #f5f5f5;
        padding-top:1rem;
        padding-bottom:1rem;
    }
    .question-div{
        border-right: 1px solid #eee;
    }
}

@media screen and (max-width: 991px) {
    #kt_header_menu{
        margin-top: 20% !important;
        margin-left:2rem;
    }
    #kt_header_menu img{
        margin-bottom:3rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .md-dark{
        background-color: #f5f5f5;
        padding-top:1rem;
        padding-bottom:1rem;
    }
}

@media screen and (max-width: 767px) {
    .diagnostic-group .col-md-6:nth-child(odd){
        background-color: #f5f5f5;
        padding-top:1rem;
        padding-bottom:1rem;
    }
}
