.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb100{margin-bottom: 100px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.mt80{margin-top: 80px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.ml20{margin-left: 20px;}
.ml50{margin-left: 50px;}
.pr30{padding-right: 30px;}
.pt25{padding-top: 25px;}
.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.ml10{margin-left: 10px;}
.fs10{font-size: 10px;}

.fichier{
	font-size: 11px;
	color:#1d4095;
	}
	.btn-ultramini{
	font-size: 9px;
	padding:0;
	line-height: 1.0;
}

.formateTexte p{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.faRouge{color:red;}
.btnFaCustom{
padding-right: 4px;
padding-left: 3px;
}

.monWell{
	background: #f4f6f6;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 15px;

}
.monWell h3{
	margin-top: 10px;
	margin-bottom: 10px;
	}

.inline{
	display: inline-block;
	vertical-align: top;
}

.contourTotVideo{
margin-bottom: 20px;
background-color: rgba(236, 240, 241, 0.5);
padding: 15px;
}
.imgTabClient{
max-width: 150px;
}
.imgTabVideo{
max-width: 175px;
}

.ligneBleu{
	border-bottom: 2px solid #212f3f;
}
/***********menu ********/
.navbar-default .navbar-brand{
	font-size: 16px;
	color:#18bc9c;
}
/* .open .dropdown-menu{display:block;} */
/**********table*************/
.table-striped>tbody>tr:nth-child(odd)>td,tr.found{
 background-color:#f3f3f3
 }
 .table>thead>tr{
color:#212f3f;
border-bottom: #212f3f solid 2px;
 }
.table-video>thead>tr{
color:#212f3f;
border-bottom: #212f3f solid 1px;
 }
 /********** Xeditable***************/
.inputtext500{width:500px;}

 .editable-click{
    border-bottom: dashed 0px #0088cc;
}
.editable-click:hover{
cursor: pointer;
}
.editable-checklist label span {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	}
.btn-mini{
	padding:0px;
}

.imageModifier {
      max-width: 100%;
    }
.well-mini {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: rgba(236, 240, 241, 0.82);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.carreVert{
	width:50px;
	padding: 5px;
	background-color: rgba(36,175,137,0.5);
}

.prev:before {
    content: "\2190 ";
}

.next:before {
    content: "\2192 ";
}

/**************switch*****************/
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 3px 1px 3px;
  font-size: 9px;
  line-height: 1.5;
}

