/* CSS Document */
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
}
fieldset{
	border:1px solid grey;
}
input[type="text"],input[type="email"],select,input[type="date"],input[type="password"]{
	width:300px; 
	height:25px;
	font-size:15px;
}
textarea{
	width:298px; 
	height:50px;
	font-size:15px;
}
select{
	width:304px; 
	height:30px;
}
input[type=checkbox]{
	/* Double-sized Checkboxes */
  -ms-transform: scale(1.4); /* IE */
  -moz-transform: scale(1.4); /* FF */
  -webkit-transform: scale(1.4); /* Safari and Chrome */
  -o-transform: scale(1.4); /* Opera */
}

.contour:focus{
	border-color:#00CCFF;
}

.datatable{
	border-collapse: collapse;
	clear:both;
	margin-top:60px;
	width:100%;
	border: 1px solid #999;
}

.datatable th{
	background-color:#003399;
	padding:5px;
	padding-left:20px;
	color:#FFF;
}

.datatable tr{
	background-color:#E6E6E6;
	border:1px solid lightgrey;
}
.datatable tr:nth-child(even) {
    background-color: #FFF;
}
.datatable tr:nth-child(odd) {
    background-color: #E6E6E6;
}

.datatable td{
	padding:5px;
}


#LigneInfoTop #first{
	float:left;	
}

#LigneInfoTop #second{
	float:right;
	text-align:right;	
}
#LigneInfoTop #second input[type=text]{
		width:200px;
		margin-right:10px;
}
#LigneInfoTop #first select{
	width:200px;	
}


/*.content_form{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
}*/

.content_form section{
	clear:both;
	height:35px;
}

.content_form label{
	float:left;
	width:150px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
}

/*******************************************************************************/
/*------------------------ PLACER UNE COMMANDE --------------------------------*/
/*******************************************************************************/

.commande_section{
	width:100%;	
	display:inline-block;
	margin-bottom:30px;
}

.commande_entete{
	background-color:lightgrey;
	color:#000;
	height:30px;
	width:100%;
	text-align:center;
	padding-top:12px;
	border:1px solid #666;
	font-size:14px;
	font-weight:bold;
	
}

.commande_content{
	width:100%;
	text-align:left;
	overflow:auto;
}

#commande_client_left{
	float:left;	
}

#commande_client_right{
	float:right;
	width:400px;
}

.lien_commande{
	text-decoration:underline; 
	cursor:pointer; 
	color:#03F;
}
.element_select{
	float:left; 
	padding:8px; 
	margin:10px; 
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	color:#042E73;
	display:inline-block;
}

.element_select_couleur{
	float:left; 
	padding:8px; 
	margin:10px; 
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	color:#042E73;
	width:200px;
	min-height:80px;
}


.img_gamme{
	height:68px;
	width:auto;
	margin:5px;	
}

.img_collection{
	height:75px;
	width:auto;
	margin:5px;	
}

.img_couleur{
	height:45px;
	width:auto;
	margin:5px;	
	border: 1px solid #666;
}

.img_commande{
	height:140px;
	width:auto;
	border:1px solid #666;
}

.div_img_gamme{
	width:90px;
	height:68px;	
	background-size:90px 68px;	
}

.div_img_collection{
	width:42px;
	height:55px;	
	background-size:42px 55px;	
}

.div_img_couleur{
	width:50px;
	height:50px;	
	border: 1px solid #666;
	background-size:40px 50px;	
}

.div_img_commande{
	width:75px;
	height:140px;
	background-size:75px 140px;
	margin:auto;
	border:1px solid #666;
}

/*******************************************************************************/
/*------------------------ PAGINATION PUBLIC ----------------------------------*/
/*******************************************************************************/
/* Afficher les fleche des ordres de tries */
.sorting_asc {
	background: url(../../../css/images/icons/dark/triangle_up.png) no-repeat left;
	cursor:pointer;
}

.sorting_desc {
	background: url(../../../css/images/icons/dark/triangle_down.png) no-repeat left;
	cursor:pointer;
}

.sorting {
	background: url(../../../css/images/icons/dark/triangle_up_down.png) no-repeat left;
	cursor:pointer;
}

.sorting_asc_disabled {
	background: url(../../../css/images/icons/dark/triangle_up.png) no-repeat left;
	cursor:pointer;
}

.sorting_desc_disabled {
	background: url(../../../css/images/icons/dark/triangle_down.png) no-repeat left;
	cursor:pointer;
}


/* pagination bouton de navigation */

.paginationpublic{
	margin-top:25px;
	clear:both;
}

.tablepublic_info{
	float:left;
}

.tablepublic_numbers{
	float:right;	
}


.tablepublic_active{
	font-weight:bold;
}

.tablepublic_first,.tablepublic_prev,.tablepublic_next,.tablepublic_last,.tablepublic_page,input[type=button],input[type=submit]{
	border:1px solid #999; 
	background-color:#e6e6e6; 
	text-align:center; 
	padding:3px; 
	min-width:100px;
	cursor:pointer;
	padding:7px;
}
.tablepublic_first:hover,.tablepublic_prev:hover,.tablepublic_next:hover,.tablepublic_last:hover,.tablepublic_page:hover,input[type=button]:hover,input[type=submit]:hover{
	background-color:#CCC; 
}