﻿.fsv_italic{
    font-style:italic;
}

.fsv_displayNone {
    display: none;
}

.fsv_displayNoneImportant {
    display: none!important;
}

.fsv_helperChampModifiable {
    color: #2193B0;
    font-family: LatoRegular;
    font-size: 13px;
}

.fsv_helperChampModifiable:hover{
    color:#83B9D8;
    cursor:pointer;
}


.fsv_capitalize {
    text-transform: capitalize;
}

.fsv_latoBold{
    font-family:"LatoBold";
}

.fsv_helperInput {
    padding: 0px 3px 0px 3px;
    color: #97989D;
    border: 1px solid #2E7FAE !important;
    border-radius: 5px;
    height: 30px !important;
    /* line-height: 21px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #97989D !important;
}

.fsv_inputTextArrondiOn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fsv_displayFlex{
    display:flex;
}

.fsv_marginleft100{
    margin-left:100px;
}

.marginLeft10{
    margin-left:10px;
}

.fsv_marginTop20{
    margin-top:20px;
}

.fsv_marginTop8 {
    margin-top: 8px;
}

.fsv_marginBottom20{
    margin-bottom:10px;
}

.fsv_marginRight45{
    margin-right: 45px;
}

.fsv_marginRight100 {
    margin-right: 100px;
}

.fsv_marginRight20 {
    margin-right: 20px;
}

.fsv_cursorPointer:hover {
    cursor: pointer;
}

/*----------HELPER BOUTON ARRONDI----------*/
.fsv_helperBtnArrondi_divBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 70px;*/
    height: 50px;
    width: auto;
    min-width:200px;
    /*background-image: linear-gradient(-50deg,#56B4D3,#7DC6C0);*/
    background-image: linear-gradient(90deg, #7DC6C0 0%, #56B4D3 100%);
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;    
    border-radius: 50px;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.50);
}

    .fsv_helperBtnArrondi_divBtn:not(.fsv_helperBtnArrondi_disable):hover {
        background-image: linear-gradient(90deg, #7DC6C0 0%, #56B4D3 100%);
        box-shadow: 1px 4px 10px 0 rgba(0,0,0,0.50);
    }

    .fsv_helperBtnArrondi_divBtn:not(.fsv_helperBtnArrondi_disable):active {
        background-image: linear-gradient(90deg, #7DC6C0 0%, #56B4D3 100%);
        box-shadow: none;
    }


.fsv_helperBtnArrondi_divLabel {
    color: #FFFFFF;
    font-family: "LatoBold", sans-serif;
    font-size: 15px;
}


.fsv_helperBtnArrondi_divImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.positionRight {
    position: absolute;
    right: 15px;
}

.positionLeft {
    position: absolute;
    left: 15px;
}

.fsv_helperBtnArrondi_disable{
    cursor:not-allowed;
}


/* Css helper switch on off */
.fsv_divFondInputOnOff{
    width:50px;
    height:15px;
    background:#EDEDED;
    border:1px solid #F6F6F6;
    border-radius:2px;
}

.fsv_divFondInputOnOff:hover{
    cursor:pointer;
}

.fsv_divInputOff{
    height:15px;
    width:20px;
    background:linear-gradient(180deg,#F5515F 0%,#9F041B 100%);
    border-radius:2px;
}

.fsv_divInputOn {
    height: 15px;
    width: 20px;
    background: linear-gradient(180deg,#B4EC51 0%,#429321 100%);
    border-radius: 2px;
    margin-left:30px;
}

.fsv_textAlignRight{
    text-align:right;
}

.fsv_width200{
    width:200px;
}

.fsv_width250{
    width:250px;
}

.fsv_width300elipsi {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}


/* Css select Helper */
.divSelectHelper {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 4px;
    min-width: 210px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.divLigneSelect {
    height: 40px;
    line-height: 40px;
    font-family: "LatoRegular";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.divLigneSelect30 {
    height: 30px;
    line-height: 30px;
    font-family: "LatoRegular";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.divLigneChoixSelect:hover {
    cursor: pointer;
}

.divLigneChoixSelect{
    padding-right:10px;
    margin-right:10px;
    margin-left:10px;
    text-align:right;
}

.divLigneChoixSelect:hover{
    background:#EDEDED;
    border-radius:4px;
    color:#000000;
}

.divFlecheSelectBas {
    width: 6px;
    height: 4px;
    background-color: #000000;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    margin-top: 19px;
    margin-left: 10px;
    margin-right: 10px;
}

.divFlecheSelectBas30 {
    width: 6px;
    height: 4px;
    background-color: #000000;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.divValSelectParent {
    display: flex;
    min-width: 210px;
}

.divValSelectionne {
    width: 95%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.divValSelectionneLeft {
    width: 95%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.colorActive {
    color: #2193B0;
    font-family: "latoRegular";
}

.colorDesactive {
    color: #BEBEBE;
}

.backgroundSelectActive {
    background: #2193B0;
    border-radius: 4px;
    color:#FFFFFF;
}

