body{
	background-color:#5853dc
}
.menu-panel {
    background: #5853dc;
}
table {
	width: 100%;
}
table.dommages{
	border:1px solid black;
}
th{
	width:50%;
	background-color:#5853dc;
	color:#FFF;
	border: 1px solid black;
	padding: 5px;
    text-align: center;
}
td{
	width:50%;
}
table.last {
	border:1px solid black;
}
table.last td {
	width:33%;
}
ui-datepicker-calendar td{
	width: auto;
}
table.last td:nth-child(3){
	text-align:right;
}
table.last td:nth-child(2){
	text-align:center;
}

table.signature{
	margin-bottom:25px;
}
h2.car{
	float:right;
	text-align:right;
}
h2.sign{
	text-align:center;
}
h2{
	display: initial;
}

div.voitureall{
	width:100%;
	border: 1px solid black;
    padding-bottom: 4px;
	margin-bottom: 10px;
}
div.voitureall h3{
	text-align:center;
	color:#FFF;
	background-color:#5853dc;
	margin-bottom:4px;
	margin-top:0;
	font-size: 16px;
}
div.voiture{
	width:100%;
}

div.immall{
	width:100%;
	padding-left: 4px;
}
div.cinqtocent{
	width:50%;
	float:left;
	text-indent: 10px;
}
.clear{
	clear:both;
}
div.livraisonreprise,div.dureeprolongation{
	border:1px solid black;
	margin-bottom:10px;
}
div.dureeprolongation{
	padding:7px 0;
}
div.contentAuto{
	margin:0 auto;
	width:900px;
}
div.cop p{
	text-align:center;
	margin:0;
}
div.headerauto {
	width:100%;
}
div.headerauto  div:nth-child(1),div.headerauto  div:nth-child(2),div.headerauto  div:nth-child(3){
	float:left;
}
div.headerauto  div:nth-child(1){
	width:64%;
	
}
div.headerauto  div:nth-child(2){
	width:20%;
}
div.headerauto  div:nth-child(3){
	width:15%;
}
div.headerauto  div:nth-child(1) img{
	width:358px;
}
div.headerauto  div:nth-child(3) img{
	width: 134px;
}

div.tel{
	margin-bottom:10px;
}
.content {
    background: #FFFFFF;
/*     background-color:#06bcab; */
   padding-top: 10px;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #5853dc;
    color: #fff;
    cursor: pointer;
    padding: 9px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
label {
	 font-weight: normal;
/* 	 text-indent: 10px; */
}
input ,textarea{
    display: initial;
    border: 1px solid #d4c6c6;
}
.row{
	display: initial;
}
input[type="submit"],input[type="button"],button{
	background-color: #5853dc;
	color:#fff;
}
.js .bb-item{
/* 	background-color: #5853dc; */
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
      background-color: #ff8282;
}

/* Style the collapsible content. Note: hidden by default */
.listview {
  padding: 18px 0;
  display: none;
  overflow: hidden;
  background-color: #fff;
}
.formrecherche p{
	text-align: center;
}
#niveau{
	width: 40px;
}
.button {
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #5853dc;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    margin-bottom: 20px;
    font-size:14px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button:hover {background-color: #5853dc}
.content p {
    font-size: 1.2em;
    line-height: 29px;
    font-weight: inherit;
    text-align: justify;
    font-size: 17px;
    font-family: Rabat;
}
@media (max-device-width: 480px) {
	div.contentAuto,div.cinqtocent{
		width: 96%;
	}
	div.cinqtocent{
		margin-bottom:6px;
		text-indent: 2px;
	}
	div.headerauto  div:nth-child(1),div.headerauto  div:nth-child(2),div.headerauto  div:nth-child(3){
		width:100%;
	}
	#niveau{
		width: 40px;
	}
	div.headerauto div:nth-child(1) img {
	    width: 300px;
	    text-align: center;
	}
	.scroller img {
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	}
	input[type="submit"] {
		width: 50%;
	}
	input[type="text"] {
	    width: 134px !important;
	}
	.wrap-table100 {
	    width: 100%;
	    margin-top: 0;
	}
	.row,.col-sm-6,.col-sm-12{
		padding: 0;
	}
	div.dataTables_wrapper > div.row > div{
		text-align: left;
	}
	.container {
    	padding:0;
	}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	#niveau{
		width: 40px;
	}
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	#niveau{
		width: 40px;
	}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	#niveau{
		width: 40px;
	}
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
	#niveau{
		width: 40px;
	}
}

.imgliste {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 17px;
}
.imgliste img,.errors{
	width: 140px;	
}
.errors{
	margin: 0 auto;
}
table.table-bordered tbody td:nth-child(4),table.table-bordered tbody td:nth-child(5){
	text-align: center;
}
.importexcell input[type="submit"]{
	width: 100%;
}
.container{
	padding-left: 0;
	padding-right: 0;
}
.menu-toc{
	text-align: left;
}