/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 oct. 2019, 14:02:55
    Author     : IT-PC-006
*/

/* checkbox container */
.checkbox-container {
    position: relative;
    width: 18px;
    height: 18px;
    left: 6px;
}
label.form-checkbox-label {
    height: 18px;
    width: 18px;
    border: 1px solid #333;
    border-radius: 3px;
    vertical-align: bottom !important;
}

input[type="checkbox"]:not(:checked) + label.form-checkbox-label:before {
    content: '';
    position: relative;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

input[type="checkbox"]:checked + label.form-checkbox-label:after {
    content: '×';
    position: relative;
    left: 2%;
    bottom: 50%;
    font-size: 1.3em;
    font-weight: normal;
    font-family: Calibri;
    transition: all 1s;
}
.spinLoader {
    height: 16px;
    width: 16px;
    display: none;
    background-image: url(../../features/client/images/ajax-loader.gif);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9;
    margin-left: 1%;
}
.modelTitre{
    margin-left: 10%;
    margin-top: -1%;
    display: none;
}
