/*
Theme Name: C3BI
Theme URI: https://c3bi.pasteur.fr/
Author: Christophe Malabat
Description: C3BI Theme
*/

.not-tuesday{
    pointer-events: none;
    cursor: default;
    
}
.not-tuesday .ui-state-default{
    color:#DDD;
}

.gform_wrapper ul.gfield_radio li input[type=radio]+label {
    font-weight: 400;
    margin-left: 0px;
    width: 97.5%;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400;
    margin-left: 0px;
    width: 97.5%;
}

.gform_wrapper .gfield_radio li label {
    padding: 0px;
    border: 1px #ddd solid;
    width:auto;
    text-align: center;
    background-color: #F9F9F9;
    color: #A1A1A1;
    font-size: 16px;
}

.gform_wrapper .gfield_radio li label:hover, 
.gform_wrapper .gfield_radio li label.selected { 
    cursor:pointer;
    background-color: #2D96FA;
    color: #fff;
	font-weight: 400;
}

.gform_wrapper .gfield_radio li input:checked+label { 
    cursor:pointer;
    background-color: #2D96FA;
    color: #fff;
	font-weight: 400;
}

.gform_wrapper .gfield_radio li {
    
}
ul.gfield_radio input {
    display: none;
}
.inactiveClick {
    pointer-events: none;
}
.gform_wrapper .gfield_radio li.inactiveClick label {
    background-color: #FFFDFD;
    color: #FFFDFD;
} 