
/* START Book inspection form */
    /* Datepicker */
.MuiPickersBasePicker-containerLandscape{
    justify-content:center;
}
.MuiPickersBasePicker-container:not(.MuiPickersBasePicker-containerLandscape){
    align-items:center;
}
.MuiPickersBasePicker-container:not(.MuiPickersBasePicker-containerLandscape) .MuiPickersDatePickerRoot-toolbar{
    width:100%;
    box-sizing: border-box;
}

html .MuiFormLabel-root{
    color:#aaa;
}
html .MuiInput-underline:before{
    border-bottom-color:#D2D2D2;
}
html .MuiInput-underline:hover:not(.Mui-disabled):before{
    /* disable hover effect */
    border-bottom-color:#D2D2D2;
    border-bottom-width:1px;
}
html .MuiInput-underline:after{
    border-bottom-color:#00acc1;
}

/* END Book inspection form */


/* START responsive optimisation of tabs */
@media screen and (max-width:959px){
    .MuiTabs-flexContainer{
        flex-direction: column
    }
}
/* END responsive optimisation of tabs */
