.off {
	display: none;
}
.droite {
	float: right;
}
.gauche {
	float: left;
}
.both {
	clear: both;
}
.tab-content {
    border-left: 1px solid #ddd;
    background: white;
    padding: 10px;
}


@media (max-width:768px){
	#conteneur_fil_ariane {
		padding-left : 0px !important;
	}
}
#reduire_menu,#augmenter_menu {
	cursor :pointer;
}
#side-menu-mini {
	display: none;
}
#myModal{
    z-index: 1100;
}
#myModal2{
    z-index: 1100;
}
#side-menu-mini li a,#side-menu-mini li a:hover {
	color : white;
	background: transparent;
}
#side-menu-mini li {
	border : 0;
	color : white;
	margin-top: 8px;
	font-size: 18px;
}
#side-menu-mini {
	list-style-type:none;
	background : transparent;
	padding-left : 10px;
	width : 100%;
	background : transparent;
	box-sizing : border-box;
}
#containertel{

width: 559px;
}
#iconeAppel{    
  margin-top: 15px;
  text-align: center;
}
#iconeSkype{
  
  font-size:50px;
  margin-left: 5px;
}
.glyphicon-earphone{
font-size:40px;

}
 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-color:#d5d8da;
 }


#side-menu-mini .nav-second-level li a {
	padding: 0px;
	margin: 0;
	font-size : 14px;
}
#side-menu-mini .nav-second-level {
	background: #4585C2;
	position: absolute;
	z-index: 100;
	line-height: 22px;
	margin-left : 10px;
	width : 175px;
	padding: 10px 10px 10px 15px;
	margin : -37px 0 0 40px;
}
 .badge-success {
	background-color: #5cb85c;
}
.badge-danger {
	background-color: #d9534f;
}
.badge-warning {
	background-color: #f0ad4e;
}
.badge-info {
	background-color: #5bc0de;
}
.badge-primary {
	background-color: #286090;
}

#_page-wrapper {
	margin-left : 50px;
}
#_side-menu {
	display : none;
}
._sidebar {
	width : 50px;
	background: transparent;
}

.nav-tabs {
    margin-bottom: 0;
}
.dataTables_length {
    float: left;
}
.dataTables_filter {
	float : right;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}
#liste-widget {
	margin-bottom : 20px;
}
#liste-widget button {
	margin-bottom : 10px;
}
.supprimer_widget {
	cursor: pointer;
}
.input_datatable {
	border : 1px solid transparent;
	padding : 5px;
	width:90%;
	margin-right: 5px;
	background-color:transparent;
}
#btn_quitte {
  margin-right: 3px;

}
.confirm-edit {
	margin-top : 10px;
}
.input_datatable:hover,.input_datatable:focus {
	border : 1px solid #CCCCCC;
	background-color:white;
}
.alert-danger-input {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
}
.btn-widget {
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border : 1px solid #ddd;
	margin-left : 15px;
	margin-bottom : 10px;
}
.conteneur_widget {
	padding-left: 15px;
	padding-right: 15px;
	width : 100%;
}
.li-widget {
	box-sizing: border-box;
	padding: 5px;
	text-align: left;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border : 1px solid #ddd;
	margin-bottom :10px;
}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }
  
  div.uploader {
    background-position: 0 -297px;
    background : none;
    cursor: pointer;
    _min-height: 200px;
    height: auto;
    position: relative;
    width: auto;
}
ul.thumbnails li{
	margin-left : 0px;
	width : 100px;
	height:  110px;
	display : inline;
	float : left;
	margin-right : 10px;
	text-align :center;
	box-sizing: border-box; 
}
ul.thumbnails {
	width : 100%;
	padding : 0;
	margin : 0 0 0 0;
}
#zone-up {
	
	width : 100%;
	text-align:center;
	font-size : 16px;
	height : 130px;
	margin-bottom: 10px;
}

.zone-drop-photos{
	width:100%; 
	height:130px; 
	color:#808080; 
	border:1px solid #C6C6C6; 	 
	position : absolute;
	z-index : 100;
	padding-top:10px;
	
}
.zone-drop-photos input[type=file]{
	display : inline-block;
}  
  
#upload-logo div.uploader {
    background-position: 0 -297px;
    background : none;
    cursor: pointer;
    min-height: 200px;
    height: auto;
    position: relative;
    width: auto;
}
#upload-logo ul.thumbnails li{
	margin-left : 0px;
	width : 100px;
	height:  110px;
	display : inline;
	float : left;
	margin-right : 10px;
	text-align :center;
	box-sizing: border-box; 
}
#upload-logo ul.thumbnails {
	width : 100%;
	padding : 0;
	margin : 0 0 0 0;
}
 #zone-up-logo {
	
	width : 100%;
	text-align:center;
	font-size : 12px;
	height : 110px;
	margin-bottom: 10px;
}

.zone-drop-logo{
	width:100%; 
	height:110px; 
	color:#808080; 
	border:1px solid #C6C6C6; 	 
	position : relative;
	z-index : 100;
	padding-top:10px;
	
}
 .zone-drop-logo input[type=file]{
	display : inline-block;
}
.logo-small {
	padding : 0 !important;
	margin-bottom:0px !important;
}
.file-uploader-doc-client .logo-small li{width:100px !important;}
.logo-small li{
	padding : 0 !important;
	border : 0 !important;
	margin-bottom:0px !important;
	width: 100% !important;
	height: auto !important;
}

.logo-small img {
	width : 100% !important;
}


#upload-image-vehicule div.uploader {
    background-position: 0 -297px;
    background : none;
    cursor: pointer;
    min-height: 200px;
    height: auto;
    position: relative;
    width: auto;
}
#upload-image-vehicule ul.thumbnails li{
	margin-left : 0px;
	width : 100px;
	height:  110px;
	display : inline;
	float : left;
	margin-right : 10px;
	text-align :center;
	box-sizing: border-box; 
}
#upload-image-vehicule ul.thumbnails {
	width : 100%;
	padding : 0;
	margin : 0 0 0 0;
}
 #zone-up-image-vehicule {
	
	width : 100%;
	text-align:center;
	font-size : 12px;
	height : 110px;
	margin-bottom: 10px;
}

.zone-drop-image-vehicule{
	width:100%; 
	height:110px; 
	color:#808080; 
	border:1px solid #C6C6C6; 	 
	position : relative;
	z-index : 100;
	padding-top:10px;
	
}
 .zone-drop-image-vehicule input[type=file]{
	display : inline-block;
}
.image-vehicule-small {
	padding : 0 !important;
	margin-bottom:0px !important;
}
.image-vehicule-small li{
	padding : 0 !important;
	border : 0 !important;
	margin-bottom:0px !important;
	height: auto !important;
}

.image-vehicule-small img {
	width : 100% !important;
}
tfoot {
    display: table-header-group;
}
.glyphicon-resize-vertical {
    cursor: move;
}

#wrapper, #page-wrapper {
    background: #fdefd3;
}
.navbar-static-top {
    background: #337ab7;
}
#side-menu, sidebar {
    background: #666;
}
#side-menu a {color:white;}
.sidebar ul li a.active, .sidebar ul li a:hover {
    background-color: #a5a0a0;
}
.navbar-default .navbar-brand, .navbar-right .fa, .navbar-right .fa-caret-down {color:white;}
table {background:white;}
.dropdown .dropdown-toggle:hover {background:#a5a0a0}
.dropdown-menu>li>a:hover {}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {}
.nav-tabs>li>a {background : #ddd;}


.cmde_pduit_impossible {
	background-color: #f2dede !important;
}
.cmde_pduit_possible_reappro {
	background-color: #F7CC6F !important;
}
.cmde_pduit_possible_stock_mini {
	background-color: #fcf8e3 !important;
        //background-color: #F7CC6F !important;
}

#bar-infos-pied {
    display:none;
    bottom: 0;
    color: #2f2f2f;
    font: 11px Verdana,Arial,sans-serif;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 6000000;
    
    box-sizing: border-box;
    
                padding-left:250px;
}
            #bar-infos-pied .contenu-bar {
                background-color: #f7f7f7;
    background-image: -moz-linear-gradient(center top , #e4e4e4, #ffffff);
    border-top: 1px solid #bbb;
                padding : 10px;
                _height : 110px;
            }
            .contenu-bar{
                box-shadow: 0px 1px 10px 1px rgba(119, 119, 119, 0.75);
                -moz-box-shadow: 0px 1px 10px 1px rgba(119, 119, 119, 0.75);
                -webkit-box-shadow: 0px 1px 10px 1px rgba(119, 119, 119, 0.75);
            }
.contenu-bar hr {
	margin-top:5px;
	margin-bottom:5px;
	border-color: #D5D8DA;
}
.contenu-bar div {
	position: relative;
	width: 95%;
	height : 100%;
	
	text-transform: uppercase;
	
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dadada;
}
.masquer_bar {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAllBMVEXDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PExMTPz8/Q0NDR0dHT09Pb29vc3Nzf39/h4eHi4uLj4+P6+vr7+/v8/Pz9/f3///+Nh2QuAAAAIXRSTlMABgwPGBswMzk8QktRV4SKjZOWmaKlq7TAxszb3urt+fy1vNEpAAAAiklEQVQIHUXBBxKCQBREwRFzDqjoGh+C2YV//8u5Sll2S0E/dof1tKdKM6GyqCto7PjZRJIS/mbSELgXOSd/BzpKIH1ZefVWpDDTHsi8mZVnwImPi5ndCLbaAZk3M58Bay0h9VbeSvMpjDUAHj4jL55AW1rxN5fU2PLjIgVRzNdxVFOlGzvnJi0Fb1XNGBHA9uQOAAAAAElFTkSuQmCC");
    background-position: 13px 11px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.miniBar {
    _background-color: #f7f7f7;
                background-color: #4585C2;
    _background-image: -moz-linear-gradient(center top , #e4e4e4, #ffffff);
    border-radius: 16px 0 0;
    bottom: 0;
    padding: 5px 5px 0;
    position: fixed;
    right: 0;
    z-index: 6000000;
}
.commentaireArticleCommande,.commentaireSuppl {
	width : 100%;
	height: 75px;
	resize:none;
	border : 1px solid #2E375A;
	padding : 5px;
	box-sizing : border-box;
}
.commentaireSuppl {
	width : 100%;
	height: auto;
	resize:none;
	border : 1px solid #2E375A;
	padding : 5px;
	box-sizing : border-box;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width : 1px;
}


tr.selected {
    _box-shadow: 0px 1px 10px 1px rgba(119, 119, 119, 0.75);
    _-moz-box-shadow: 0px 1px 10px 1px rgba(119, 119, 119, 0.75);
    _-webkit-box-shadow: 0px 1px 10px 1px rgba(119, 119, 119, 0.75);
    _display: inline-block; 


    
}

tr.selected td {
   border-top : 2px solid #2E375A !important;
   border-bottom : 2px solid #2E375A !important;

	  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
tr.selected td:first-child {
	border-left : 2px solid #2E375A !important;
}
tr.selected td:last-child {
	border-right : 2px solid #2E375A !important;

}

.bulle_jaune {
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-bottom: 2px;
    min-height: 13px;
    min-width: 6px;
    padding: 3px 6px;
    padding: 1px 3px;
    vertical-align: middle;
    border : 1px solid yellow;
    font-size: 10px;
    
}
.bulle_jaune {
    background-color: #ffcc00;
    color: #000;
    border-radius: 12px 12px 12px 0;
    margin-left : 5px;
}

ul#etatCommande li.annule {
	margin-right : 18px;
}
ul#etatCommande {
	margin : 0;
	padding : 0;
	margin-bottom : 0px;
}
ul#etatCommande li {
	width : 43px;
	height : 8px;
	margin-right:1px;
	background : none;
	list-style-type :none;
	display : inline-block;
	border : 1px solid #ccc;
}
ul#etatCommande li.bg-danger {
	background-color : #d9534f;
	border-color: #d9534f;
}
ul#etatCommande li.bg-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
ul#etatCommande li.bg-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.articleSelect{
    cursor:pointer;
}
   button.dt-button, div.dt-button, a.dt-button {
      -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #4585C2;
    border-color: #4585C2;
    color: #fff;
    border-radius : 0;
    margin-left : 5px;
}
.dt-buttons {
	float:right;
}
.txt-pt-bold{
    font-size: 15px;
    font-weight: bold;
}
.txt-gd-bold{
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
}
.folder {
    cursor: pointer;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
  
.table1{
    width:100%;
    font-family: arial;
    margin-bottom: 10px;
    font-weight: bold;
}
.table1 td, .table1 th{
    padding: 10px;
}
.table1 th{
    border-bottom:1px solid black;
}
.table1 td:nth-child(2), .table1 th:nth-child(2){
    border-right:1px solid black;
    border-left:1px solid black;
}
                                                    
.imprimerD{position:relative;}
.menuImpression{
    position:absolute;
    right:0;
    z-index:10;
    width:200px;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    border-left:1px solid #eee;
    display:none;
}
.menuImpression ul{
    list-style: none;
    margin:0;
    padding:0;
}
.menuImpression ul li{
    padding:15px 20px; 
    border-bottom: 1px solid #eee;
    background: white;
}
.menuImpression ul li a{color:black}
.imprimerD:hover div.menuImpression {display:block;}

#upload-image-vehicule div.uploader {
    background-position: 0 -297px;
    background : none;
    cursor: pointer;
    min-height: 200px;
    height: auto;
    position: relative;
    width: auto;
}
#upload-image-vehicule ul.thumbnails li{
	margin-left : 0px;
	width : 100px;
	height:  110px;
	display : inline;
	float : left;
	margin-right : 10px;
	text-align :center;
	box-sizing: border-box; 
}
#upload-image-vehicule ul.thumbnails {
	width : 100%;
	padding : 0;
	margin : 0 0 0 0;
}
 #zone-up-image-vehicule {
	
	width : 100%;
	text-align:center;
	font-size : 12px;
	height : 110px;
	margin-bottom: 10px;
}

.zone-drop-image-vehicule{
	width:100%; 
	height:110px; 
	color:#808080; 
	border:1px solid #C6C6C6; 	 
	position : relative;
	z-index : 100;
	padding-top:10px;
	
}
 .zone-drop-image-vehicule input[type=file]{
	display : inline-block;
}
.image-vehicule-small {
	padding : 0 !important;
	margin-bottom:0px !important;
}
.image-vehicule-small li{
	padding : 0 !important;
	border : 0 !important;
	margin-bottom:0px !important;
	height: auto !important;
}

.image-vehicule-small img {
	width : 100% !important;
}
.select-web {
    position:absolute;
    top:-5px;
    right:-5px;
    height:16px;
    width:16px;
    border-radius:8px;
    border:2px solid rgb(44,163,64);
    cursor:pointer;
}
.select-web.selected {
    background: rgba(44,163,64,1);
}


#modeClient{
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
}

#btnRef{
      padding: 2px 10px;
      margin-bottom: -4px;
      margin-top: -3px;
}

button:disabled, button:disabled {
    cursor: no-drop;
}
.selectDatatable {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-weight : bold;
    font-size:12px;
}