/*
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 : 25 juil. 2016, 11:02:18
    Author     : florian
*/


.radio-selected {
    color: #E43818;
    font-weight: bold;
}

.radioOn, .checkboxOn{
    font-weight: bold !important;
    color:#E43818;
}

.file-preview {
    background-color: #FFFFFF;
}

.btn-voitures { 
  color: #FFFFFF; 
  background-color: #E43818; 
  border-color: #E43818; 
} 
 
.btn-voitures:hover, 
.btn-voitures:focus, 
.btn-voitures:active, 
.btn-voitures.active, 
.open .dropdown-toggle.btn-voitures { 
  color: #FFFFFF; 
  background-color: #E43818; 
  border-color: #E43818; 
} 
 
.btn-voitures:active, 
.btn-voitures.active, 
.open .dropdown-toggle.btn-voitures { 
  background-image: none; 
} 
 
.btn-voitures.disabled, 
.btn-voitures[disabled], 
fieldset[disabled] .btn-voitures, 
.btn-voitures.disabled:hover, 
.btn-voitures[disabled]:hover, 
fieldset[disabled] .btn-voitures:hover, 
.btn-voitures.disabled:focus, 
.btn-voitures[disabled]:focus, 
fieldset[disabled] .btn-voitures:focus, 
.btn-voitures.disabled:active, 
.btn-voitures[disabled]:active, 
fieldset[disabled] .btn-voitures:active, 
.btn-voitures.disabled.active, 
.btn-voitures[disabled].active, 
fieldset[disabled] .btn-voitures.active { 
  background-color: #E43818; 
  border-color: #E43818; 
} 
 
.btn-voitures .badge { 
  color: #E43818; 
  background-color: #FFFFFF; 
}