.main {
    margin-top: 200px;
}

.help-inline {
    font-size : 10px;
    color : red;
}

.bouton-plus {
    float: right;
    text-align: right;
}

.icone-bouton-plus {
    color: white
}

.icone-bouton-recherche {
    color: white
}

.icone-bouton-csv {
    color: white
}

.icone-bouton-clear {
    color: white
}

.non-visible {
    display:none
}

.input-file {
    visibility:hidden; width: 1px;
}
.aDroite {
    text-align: right;
}

.auCentre {
    text-align:center;
}

.btn-hover {
    font-weight: normal;
    color: #333333;
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}

.btn-hover-alt {
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}


.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid {
    padding-top: 70px;
}

.espacement-bas{
    margin-bottom: 25px;
}

.lienAction{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left : 5px;
    margin-right : 5px;
}

/* navbar */

/* Changer l'apparence du titre de la barre de navigation */
.navbar-inverse .navbar-brand {
    background-color:#f8f8f8;
    border-color:#e7e7e7;
    color:#777;
}
/*
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background-color:#f8f8f8;
    border-color:#e7e7e7;
    color:#777;
}*/

/* Pour l'icone d'attente de l'autocompletion */
.ui-autocomplete-loading {
    /* background: white url("/images/jqueryUI/ui-anim_basic_16x16.gif") right center no-repeat; */
    background : aquamarine;
}

.panel-heading-sm{
    height: 30px;
}

.titreTableau {
    font-size: 20px;
}
.infoTitre {
    font-size: 15px;
}

.texte-justifie {
    text-align:justify;
}

.bordure-marge {
    margin: 5px;
    margin-right: 30px;
    margin-left: 30px;
}

/* Bouton swtich */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ff6666;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Debug grille Bootstrap */
/*
div[class="row"] {
    outline: 5px dotted rgba(0, 0, 0, 0.25);
}

div[class^="col-"] {
    background-color: rgba(255, 0, 0, 0.2);
    outline: 30px dotted rgba(0, 0, 0, 0.5);
}
*/
.debug1{
    background-color: #b3ffec;
}

.debug2{
    background-color: #99c2ff;
}

.debug3{
    background-color: #ffff99;
}

.hidden {
    /*visibility: hidden;*/
    display: none;
}

.center2 {
padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;


}

.custom-margin-left {
     margin-left: 100px;
}

.custom-margin-right {
    margin-right: 100px;
}

.margin-between-images {
    margin-bottom: 15px;
}