/******************************************************** MATERIAL UI *******************************************************/

/************************* CONTAINER *************************/
html, body { /* avoid user agent margin 8 */
    margin: 0;
}
.layout_container {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

/************************* LOGIN *************************/
.paper_form {
    max-width: 280px;
    padding: 30px;
    margin: 6vw auto;
}
.button_form {
    /* background-color: #779fa6 !important; */
    margin-top: 2em !important;
    padding: 0 2rem !important;
    height: 36px !important;
}

/************************* NAVIGATOR *************************/
.navigator_section {
    min-height: 0 !important;
    padding: 0 !important;
}
.navigator_section > div {
    margin: 0 !important;
}

/************************* AUTOCOMPLETE *************************/
.css-1n7v3ny-option, .css-yt9ioa-option { /* lignes (selected + not selected) datalist */
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.css-yk16xz-control, .css-1pahdxg-control { /* select (focus + not focused) */
    min-height: 0px !important;
    height: 28px !important;
    top: 2px !important;
}
.css-g1d714-ValueContainer, .css-1hb7zxy-IndicatorsContainer { /* input + arrow */
    /* height: 28px !important; */
    margin-top: -5px !important;
}
.css-1hwfws3, .css-1wy0on6 { /* cf pb recette -> to delete ! */
    /* height: 28px !important; */
    margin-top: -5px !important;
}
.formContainer .css-b8ldur-Input { /* alignement curseur / placeholder */
    padding-top: 0 !important;
}
.css-xb97g8:hover { /* suppression multiselect */
    color: white !important;
    background-color: #779fa6 !important;
}
/***************** ACTIVITY BAR  *****************/
.pow5_activity_bar {
    background-color: #C5DDE5 !important;
}
.pow5_activity_bar_icon {
    /* color: #5A9DAE; */
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}
.pow5_tabs_indicator {
    background-color: #779FA6 !important;
}

/***************** POPUP *****************/
.pow5_popup_action_icon {
    color: #222222 !important;
}

/***************** APPBAR ****************/
.pow5_appbar_action_icon {
    color: #FFFFFF !important;
    margin-top: 2.3px;
}


/***************** INPUT *****************/
.displayOnHover {
    display: none !important;
}
div:hover > .displayOnHover {
    display: flex !important;
}



/***************** RESPONSIVE *****************/
.displayFlexOnlyInWideScreens {
    display: flex;
}
@media screen and (max-width: 600px) {
    .displayFlexOnlyInWideScreens {
        display: block;
    }
    .displayFlexOnlyInWideScreens > div {
        max-width: 100%;
    }
    .displayOnlyInWideScreens {
        display: none;
    }
    .pow5_activity_bar > div > div {
        padding-top: 0 !important;
    }
}