﻿/* definition du control de satisfaction*/

.UC_Satisfaction {
    margin:0px;
    width:100%;
    min-height:50px;
    padding:0px;
    text-wrap:none;
    white-space:nowrap;
}

.pic_statisfaction {
    padding: 0px;
    list-style: none;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: calc(99% / 4);
    font-size: 1em;
    text-wrap: none;
    white-space: nowrap;
    line-height:1.9em;
}

.NiveauText {
    text-align:center;
    vertical-align:bottom;
    padding-top:55px;
    display:block;
}

.pic_statisfaction:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.selected
{
    background-color:#f1f1f1;
    border-bottom:2px solid #9cbaae;
    box-shadow: 4px 4px 4px #9cbaae;
    transition:border 1s;
}



/* style générique pour visualiser le degré de satisaction */
.BackgroundBySatisfaction_5 {background-color:#FFADB6;}
.BackgroundBySatisfaction_10 {background-color:#FEFFFC;}
.BackgroundBySatisfaction_15 {background-color:#9EFFDE;}
.BackgroundBySatisfaction_20 {background-color:#70AF62;}


.BackgroundBySatisfaction_5 {background: radial-gradient(white 66%, red);}
.BackgroundBySatisfaction_10 {background:radial-gradient(white 66%, orange);}
.BackgroundBySatisfaction_15 {background:radial-gradient(white 66%, lightgreen);}
.BackgroundBySatisfaction_20 {background:radial-gradient(white 66%, green);}


.BackgroundBySatisfactionGrid_5 {background:linear-gradient(to right, white 66%, red);}
.BackgroundBySatisfactionGrid_10 {background:linear-gradient(to right, white 66%, orange);}
.BackgroundBySatisfactionGrid_15 {background:linear-gradient(to right, white 66%, lightgreen);}
.BackgroundBySatisfactionGrid_20 {background:linear-gradient(to right, white 66%, green);}



.Label_ChoixOuiNon {
    font-size:17px;
    margin-right:20px;
    padding-top:2px;
    vertical-align:top;
}
.ChoixOuiNon {
   
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
  
  
}
