.table-responsive thead tr{
    background-color: #e6947d;
}

.sortable_th {
    background: url('../img/table/sort.gif') 97% center no-repeat;
    cursor: pointer;
}

.asc_th {
    background: url('../img/table/ddn.png') 97% center no-repeat;
    cursor: pointer;
}

.desc_th {
    background: url('../img/table/uup.png') 97% center no-repeat;
    cursor: pointer;
}


.pager-link{
	float: left;
    border: 1px solid #74b749;
    padding: 5px;
    border-radius: 10px;
}
.pager-link:HOVER{
	background-color: #c7ffa3;	
}

.error_label{
	display: block;        
	font-size: 95%;
	font-weight: bold;  
	font-style: normal;
  	color: #b94a48;
	background-color: #f2dede;
  	border-color: red;
  	padding-left: 5px;
  /*	width: 50%; */
}
.spinner {
/*     width: 64px; */
/* 	height: 64px; */
	position: fixed;
	right: 13px;
	bottom: 3px;
}

.table-full { 
	table-layout:fixed;
	border-collapse: collapse;
	outline:none;
}
.table-full td {
	text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap; /*Pour les trois points*/
}

#img-spinner {
}

.custom-search .btn-success{
	float: left;
	margin-top: 11px;
	margin-right: 6px;
}

.required{
  	background: url('../img/required.png') no-repeat;
    background-position: 100% 13px;
}
#ui-datepicker-div{
	width: 260px;
}
input[mtt]{
	text-align: right;
}
input[qte]{
	text-align: right;
}
.uppercase {
    text-transform: uppercase;
}

/* Surcharge select */
.select2-selection {
	height: 34px !important;	
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 5px;
}
.select2-selection__rendered{
	padding-top: 2px;
}