/*
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 : 28 mars 2019, 15:17:48
    Author     : epilogue
*/

.inputsiretsearch{
    margin-bottom: 20px;
}
.sousEnsemblesForme{
    background-color: #3071a9;
    border-radius: 10px 10px 10px 10px;
    margin: 10px;
    padding: 10px;
    color: white;
    text-align: center;
}
.ajoutlabel{
    font-weight: bold;
    float: left;
}
.ajoutligne{
    display: flex;
    justify-content: flex-start;
}

#manualscrutin_valide div.checkbox {
    margin-top: -5px !important;
}

#ballot-form .radio, .checkbox {
    margin-top: 0px !important;
}

#company_wrapper .select2-container,
#enterprise_wrapper .select2-container {
    min-width: 90px !important;
}

#company_wrapper .idccSelected, #enterprise_wrapper .idccSelected {
    color:OrangeRed;
}
#company_wrapper td span.idccSelected, #enterprise_wrapper td span.idccSelected {
    font-weight: bold;
}