/**
 *= require_tree .
 *= require bootstrap/dist/css/bootstrap.min
 *= require font-awesome/css/font-awesome.min
 */

body.layout-default {
  padding-top: 70px;
}
body.layout-login .form-horizontal .col-lg-offset-2 {
  margin-left: 0;
}

.fieldset_custom {
	border: 2px solid #ce2739;
 	padding-left: 30px;
 	padding-right: 30px;
}

.fieldset_custom legend {
 	font-size: 12px;
}

.fieldset_legend_custom {
 	border-bottom: none;
 	width: auto;
 	padding-left: 10px;
 	padding-right: 10px;
 	font-weight: bold;
 	text-transform: uppercase;
}

.fieldset_legend_custom_vendeur {
 	text-transform: none;
}

.panel_body_custom {
	background-color: #ce2739;
	color: white;
	font-weight: bold;
}
.panel_body_custom a {
	float: right;
}
.panel_body_custom a:hover {
	color: black;
}

/* ECRAN DEMANDE */

form label,
form .input-group-addon {
	font-size: 12px;
	font-weight: normal;
	color: gray;
}

form  input[type="text"],
form  textarea {
	width: 100%;
}

.field_custom_sans_border {
	border: none;
}

.field_custom_sans_border legend {
	font-weight: bold;
}

form  .communicationFieldset textarea {
	height: 100px;
}

form  .inputTaux {
	width: 80px;
}

form .commentaireTitre,
form .financementTitre {
	font-weight: bold;
}

form .commentaireMessages {
	overflow-y: scroll;
	max-height: 250px;
	width: 300px;
	margin-bottom: 15px;
}

form .commentaireMessages p,
form .commentaireMessages footer {
	font-size: 12px;
}

/* ECRAN USER */

.formCreateUser input[type=radio].form-control,
.formUpdateUser input[type=radio].form-control {
	height: auto;
	box-shadow: none;
}

form .form-group {
	margin-bottom: 5px;
}
form .form-control {
	height: 28px;
	margin-top: 0px;
	font-size: 13px;
	border-radius: 0px;
}
form.form-horizontal .control-label {
	padding-top: 3px;
}

.financementFieldset .input-group-addon {
	width: 55px;
}

/* ECRAN VENDEUR */
form .projet input :not([type=radio]) {
	width: 250px;
}

form input[type=radio][name=projet_fond_conquete] {
	top:4px;
}

form .fond-conquete {
	display:none;
}

form .vehiculesTable th {
	font-size: 12px;
}

form .vehiculesTable input {
	width: 100px;
}

form .vehiculesTable .modele,
form .vehiculesTable .version,
form .vehiculesTable .options {
	width: 20%;
}

form .vehiculesTable input.version {
  width: 100%;
}

form .clientConcession,
form .projet,
form .financement {
	padding-bottom: 10px;
}

form .client .fieldset_custom {
	height: 245px;
}

.listeDemandesVendeur .afficheInfoDecalee {
	padding-left: 15px;
}

.listeDemandesVendeur .afficheInfoDecalee span {
	font-weight: bold;
}

.listeDemandesVendeur .vehicule_modele {
	width: 20%;
}

.listeDemandesVendeur .codeFlotteValeur {
	font-weight: bold;
}


.radio input[type="radio"].form-control {
	width: inherit;
}

.layout-iframe .listeDemandesVendeur .form-control-static {
	padding-top: 0px;
	padding-bottom: 0px;
}

.layout-iframe .listeDemandesVendeur .form-group {
	margin-bottom: 2px;
}

.formDemande .vehiculesTable .vehiculeTitre {
	display: none;
}

.mt-0 {
  margin-top:0px!important;
}

div.checkboxes-column label {
  line-height: 2.0em;
}

@media screen and (max-width: 481px) {
	.formDemande .vehiculesTableResponsible,
	.formDemande .vehiculesTableResponsible .panel-body {
		padding: 0px;
	}

	.formDemande .vehiculesTable tr,
	.formDemande .vehiculesTable td {
		display: block;
	}

	.formDemande .vehiculesTable thead {
		display: none;
	}

	.formDemande .vehiculesTable tr {
		margin-bottom: 20px;
		border-top: 4px solid gray;
	}

	.formDemande .vehiculesTable .vehiculeTitre {
		display: inline-block;
		width: 100%;
		margin-right: 20px;
		font-weight: normal;
		color: gray;
	}
}


.formDemandeVendeur .liste_messages_erreurs {
	background-color: #f2dede;
	color: #a94442;
	padding: 10px 10px;
	margin-bottom: 15px;
}

.formDemandeVendeur .documents input[type=file]{
	display: inline;
}

.formDemandeVendeur .documents i.fa{
	cursor:pointer;
	margin-left:0.5em;
}

body .navbar-default {
	background-color: #C71444;
}
body .navbar-default .navbar-nav>li>a,
body .navbar-default .navbar-brand {
	color: white;
}
body .navbar-default .navbar-brand {
	font-weight: bold;
}
body .navbar-default .navbar-brand:hover,
body .navbar-default .navbar-brand:focus,
body .navbar-default .navbar-nav>li>a:hover,
body .navbar-default .navbar-nav>li>a:focus {
	color: #333;
}

table.no-head tr:first-child td {
		border-top:none;
}