﻿.vertical-middle-alignment {
    vertical-align: middle;
}

.flex-inherit {
    flex: inherit !important;
}

.font-family-inherit {
    font-family: inherit !important;
}

.padding-right-0-875rem {
    padding-right: 0.875rem !important;
}

.padding-bottom-demi-em {
    padding-bottom: 0.5em !important;
}

.margin-top-0 {
    margin-top: 0rem !important;
}

.margin-top-1rem {
    margin-top: 1rem;
}

.margin-left-3 {
    margin-left: 3rem;
}

.width-130 {
    width: 130% !important;
}

.display-block {
    display: block !important;
}

.width-600px {
    width: 600px;
}

.align-items-flex-start {
    align-items: flex-start !important;
}

.padding-bottom-1-rem {
    padding-bottom: 1rem;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-1-rem {
    font-size: 1.5rem !important;
}

.margin-right-auto {
    margin-right: auto;
}

.margin-auto {
    margin: auto !important;
}

/* CSS to override behavior on checkboxes that are "checked" and "disabled" at the same time */
.field-checkbox input:checked:disabled+input[type=hidden]+label:after, .field-radio input:checked+input[type=hidden]+label:after {
    background-color: #bcbcbc!important;
}

/* Bandeau de maintenance menu Espace BO */
.bandeau-maintenance {
    background-color: #ffc;
    border-bottom: 1px solid #fbeed5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #826534;
}

/* Message maintenance PJ Espace BO */
.maintenance-attachments {
    padding: 0.625rem;
    margin-top: 0.25rem;
    border: 1px solid #fbeed5;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffc;
    z-index: 2;
    font-size: 1.1428571429em;
    font-weight: 700;
    color: #826534;
}

.field-warning {
    font-size: .8571428571em;
    line-height: 1.4166666667em;
    line-height: 1.2142857143em;
    color: grey;
    clear: both;
    padding: 5px 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.field-error-no-empty {
    font-size: .8571428571em;
    line-height: 1.4166666667em;
    line-height: 1.2142857143em;
    color: #C90205;
    clear: both;
    width: 100%;
    display: block;
    padding: 5px 0;
}

*[class^="icon"].icon-psc1 {
    width: 86px;
    height: 49px;
    background-image: url("../img/icons/icon-psc1.svg");
}