﻿.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.clearfloat {
    clear: both;
}

.floatLeft {
    float: left;
}
.floatRight,
.pull-right {
    float: right;
}
.noFloat {
    float: none;
}
.overflow-hidden {
    overflow: hidden;
}

.inline {
    display: inline-block;
}
.inline-flex {
    display: inline-flex;
}
.flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-justify-between {
    justify-content: space-between;
}
.block,
.show {
    display: block;
}
.none,
.hide {
    display: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.stretch20 {
    width: 20%;
}
.stretch25 {
    width: 25%;
}
.stretch33 {
    width: 33%;
}
.stretch40 {
    width: 40%;
}
.stretch45 {
    width: 45%;
}
.stretch50 {
    width: 50%;
}
.stretch60 {
    width: 60%;
}
.stretch80 {
    width: 80%;
}
.stretch100,
select.stretch100 + button.ui-widget {
    width: 100% !important;
}

.widthAuto,
select.widthAuto + button.ui-widget {
    width: auto !important;
}

.heightAuto {
    height: auto !important;
}

.fondBlanc {
    background-color: #f7f7f7;
}
.noir {
    color: black !important;
}
.rouge {
    color: red;
}
.texteGris {
    color: #747473;
}

.marginLeftNegative10 {
    margin-left: -10px;
}

.marginLeft4 {
    margin-left: 4px !important;
}
.marginRight4 {
    margin-right: 4px;
}
.marginLeft15 {
    margin-left: 15px !important;
}
.marginLeft20 {
    margin-left: 20px !important;
}
.marginLeft30 {
    margin-left: 30px !important;
}

.textAlignCenter,
.text-center {
    text-align: center !important;
}
.textAlignLeft {
    text-align: left !important;
}

.noMargin {
    margin: 0 !important;
}
.noMarginTop {
    margin-top: 0 !important;
}
.noMarginBottom {
    margin-bottom: 0 !important;
}
.marginHorizontal10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginTop1 {
    margin-top: 1px !important;
}
.marginTop3 {
    margin-top: 3px !important;
}
.marginTop4 {
    margin-top: 4px !important;
}
.marginTop5 {
    margin-top: 5px !important;
}
.marginTop7 {
    margin-top: 7px !important;
}
.marginTop10 {
    margin-top: 10px !important;
}
.marginTop15 {
    margin-top: 15px;
}
.marginTop25 {
    margin-top: 25px;
}
.marginTop35 {
    margin-top: 35px;
}
.marginBottom05 {
    margin-bottom: 5px !important;
}
.marginBottom10 {
    margin-bottom: 10px !important;
}
.marginBottom15 {
    margin-bottom: 15px !important;
}
.marginRight05 {
    margin-right: 5px !important;
}
.marginRight10 {
    margin-right: 10px !important;
}
.marginRight14 {
    margin-right: 14px;
}
.marginRight15 {
    margin-right: 15px;
}
.marginRight17 {
    margin-right: 17px;
}
.marginRight25 {
    margin-right: 25px;
}
.marginLeft10 {
    margin-left: 10px;
}
.marginLeft25 {
    margin-left: 25px;
}

.noPadding {
    padding: 0;
}
.noPaddingBottom {
    padding-bottom: 0 !important;
}
.noPaddingTop {
    padding-top: 0;
}
.noPaddingLeft {
    padding-left: 0;
}
.paddingLeft10 {
    padding-left: 10px;
}
.paddingRight10 {
    padding-right: 10px;
}
.paddingLeft5 {
    padding-left: 5px;
}
.paddingRight5 {
    padding-right: 5px;
}
.paddingRight0 {
    padding-right: 0 !important;
}
.paddingLeft35 {
    padding-left: 35px !important;
}
.paddingTop10 {
    padding-top: 10px;
}
.paddingTop3 {
    padding-top: 3px;
}
.paddingBottom3 {
    padding-bottom: 3px;
}
.paddingButtonPopupReservationRessource {
    padding: 5.2px 13px 5.2px 13px;
}

.lineHeight20 {
    line-height: 20px;
}

.cliquable {
    cursor: pointer;
}

.col0 {
    width: 0;
}
.largeur40 {
    width: 40px;
}
.largeur50 {
    width: 50px;
}
.largeur75 {
    width: 75px;
}
.largeur80 {
    width: 80px;
}
.largeur90 {
    width: 90px;
}
.largeur100 {
    width: 100px;
}
.largeur107 {
    width: 107px;
}
.largeur110 {
    width: 110px;
}
.largeur120 {
    width: 120px;
}
.largeur140 {
    width: 140px;
}
.largeur170 {
    width: 170px !important;
}
.largeur175 {
    width: 175px;
}
.largeur200 {
    width: 200px;
}
.largeur250 {
    width: 250px !important;
}
.largeur255 {
    width: 255px;
}
.largeur260 {
    width: 260px;
}
.largeur270 {
    width: 270px;
}
.largeur280 {
    width: 280px;
}
.largeur300 {
    width: 300px;
}
.largeur380 {
    width: 380px;
}
.largeur400 {
    width: 400px;
}
.largeur450 {
    width: 450px;
}
.largeur460 {
    width: 460px;
}
.largeur380Important {
    width: 380px !important;
}
.largeur475 {
    width: 475px !important;
}
.largeur500 {
    width: 500px;
}
.largeur70pc {
    width: 70%;
}
.largeur100pc {
    width: 100%;
}
.hauteur100 {
    height: 100px;
}
.hauteur20 {
    height: 20px;
}
.centrerVerticalement {
    align-items: center;
    display: flex;
}

.contourBlanc {
    border: 1px solid white;
}

#navigationFleches {
    position: absolute;
    bottom: 0;
}

#precedent {
    margin-top: 10px;
}

#suivant {
    margin-top: 10px;
}

.width450 {
    width: 400px !important;
}

.width74 {
    width: 74px !important;
}

.width50 {
    width: 50px;
}

#ddlRapport {
    width: 400px;
}

.width170 {
    width: 170px !important;
}

.width400 {
    width: 400px !important;
}

.width600 {
    width: 600px;
}
/*TODO: Mauvaise pratique ici, la classe est déjà définit plus haut et celle-ci l'override. Il faut corriger ça*/
.width450 {
    width: 450px;
}

.width80 {
    width: 80px !important;
}

.DateFinRecurrence {
    width: 153px;
}

#ddlEtablissementProprietaire_ms {
    width: 700px;
}

select.dropdownListeTouteLargeur + button,
div.dropdownListeTouteLargeur ul li {
    width: 100% !important;
    max-width: 100% !important;
}

select.listeSystemeExterne + button {
    max-height: 34px !important;
    overflow-x: hidden !important;
}

.tippy-tooltip.projectionEtConflit-theme {
    padding: 10px;
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #333;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.projectionEtConflit-theme .tippy-arrow {
    border-right-color: #333;
}

.tippy-tooltip.projectionEtConflit-theme .tippy-content {
    color: #333;
}

.tippy-tooltip.voirPlus-theme {
    text-align: left;
}

.tippy-tooltip.voirPlus-theme .tippy-content {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tippy-tooltip.voirPlus-theme .tippy-content ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 5px;
}

.tippy-tooltip.voirPlus-theme .tippy-content ul li {
    word-break: keep-all;
}
