﻿@charset "utf-8";
/* CSS Document */


.clearfloat {
	clear: both;
}

/* suppression des fleches des input type number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

/* width */
.w-10 {
    width: 10px !important;
}
.w-20 {
    width: 20px !important;
}
.w-25 {
    width: 25px !important;
}
.w-30 {
    width: 30px !important;
}
.w-40 {
    width: 40px !important;
}
.w-50 {
    width: 50px !important;
}
.w-60 {
    width: 60px !important;
}
.w-70 {
    width: 70px !important;
}
.w-80 {
    width: 80px !important;
}
.w-90 {
    width: 90px !important;
}
.w-100 {
    width: 100px !important;
}
.w-120 {
    width: 120px !important;
}
.w-140 {
    width: 140px !important;
}
.w-150 {
    width: 150px !important;
}
.w-160 {
    width: 160px !important;
}
.w-180 {
    width: 180px !important;
}
.w-200 {
    width: 200px !important;
}
.w-250 {
    width: 250px !important;
}
.w-300 {
    width: 300px !important;
}
.w-350 {
    width: 350px !important;
}
.w-400 {
    width: 400px !important;
}
.w-450 {
    width: 450px !important;
}
.w-500 {
    width: 500px !important;
}
.w-550 {
    width: 550px !important;
}
.w-600 {
    width: 600px !important;
}

/* margin */
.m-t-1 {
	margin-top: 1px !important;
}
.m-t-2 {
	margin-top: 2px !important;
}
.m-t-3 {
	margin-top: 3px !important;
}
.m-t-4 {
	margin-top: 4px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}


.m-r-1 {
	margin-right: 1px !important;
}
.m-r-2 {
	margin-right: 2px !important;
}
.m-r-3 {
	margin-right: 3px !important;
}
.m-r-4 {
	margin-right: 4px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-20 {
	margin-right: 20px !important;
}
.m-r-30 {
	margin-right: 30px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}
.m-r-50 {
	margin-right: 50px !important;
}


.m-b-1 {
	margin-bottom: 1px !important;
}
.m-b-2 {
	margin-bottom: 2px !important;
}
.m-b-3 {
	margin-bottom: 3px !important;
}
.m-b-4 {
	margin-bottom: 4px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}


.m-l-1 {
	margin-left: 1px !important;
}
.m-l-2 {
	margin-left: 2px !important;
}
.m-l-3 {
	margin-left: 3px !important;
}
.m-l-4 {
	margin-left: 4px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-20 {
	margin-left: 20px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.m-l-40 {
	margin-left: 40px !important;
}
.m-l-50 {
	margin-left: 50px !important;
}


/* padding */
.p-t-1 {
	padding-top: 1px !important;
}
.p-t-2 {
	padding-top: 2px !important;
}
.p-t-3 {
	padding-top: 3px !important;
}
.p-t-4 {
	padding-top: 4px !important;
}
.p-t-5 {
	padding-top: 5px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.p-t-50 {
	padding-top: 50px !important;
}


.p-r-1 {
	padding-right: 1px !important;
}
.p-r-2 {
	padding-right: 2px !important;
}
.p-r-3 {
	padding-right: 3px !important;
}
.p-r-4 {
	padding-right: 4px !important;
}
.p-r-5 {
	padding-right: 5px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-r-20 {
	padding-right: 20px !important;
}
.p-r-30 {
	padding-right: 30px !important;
}
.p-r-40 {
	padding-right: 40px !important;
}
.p-r-50 {
	padding-right: 50px !important;
}


.p-b-1 {
	padding-bottom: 1px !important;
}
.p-b-2 {
	padding-bottom: 2px !important;
}
.p-b-3 {
	padding-bottom: 3px !important;
}
.p-b-4 {
	padding-bottom: 4px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}
.p-b-50 {
	padding-bottom: 50px !important;
}


.p-l-1 {
	padding-left: 1px !important;
}
.p-l-2 {
	padding-left: 2px !important;
}
.p-l-3 {
	padding-left: 3px !important;
}
.p-l-4 {
	padding-left: 4px !important;
}
.p-l-5 {
	padding-left: 5px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-30 {
	padding-left: 30px !important;
}
.p-l-40 {
	padding-left: 40px !important;
}
.p-l-50 {
	padding-left: 50px !important;
}


.text-7 {
	font-size: 7px !important;
}
.text-8 {
	font-size: 8px !important;
}
.text-9 {
	font-size: 9px !important;
}
.text-10 {
	font-size: 10px !important;
}
.text-11 {
	font-size: 11px !important;
}
.text-12 {
	font-size: 12px !important;
}
.text-13 {
	font-size: 13px !important;
}
.text-14 {
	font-size: 14px !important;
}
.text-15 {
	font-size: 15px !important;
}
.text-16 {
	font-size: 16px !important;
}
.text-18 {
	font-size: 18px !important;
}
.text-20 {
	font-size: 20px !important;
}
.text-22 {
	font-size: 22px !important;
}
.text-24 {
	font-size: 24px !important;
}
.text-28 {
	font-size: 28px !important;
}
.text-32 {
	font-size: 32px !important;
}
.text-36 {
	font-size: 36px !important;
}
.text-42 {
	font-size: 42px !important;
}


.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}


/* bootstrap extend and  formvalidation corrections*/
.text-help {
	font-weight: bold;
	color: #F00;
	line-height: 20px;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: auto;
	margin-right : 0px;
}
.navbar-text {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.nav-link:focus, .nav-link:hover {
	background-color: transparent;
}
.navbar-nav > .nav-item > .nav-link {
	padding : .5rem 1rem ;

}
.form-group {
	margin-bottom: 5px;
	margin-left: 0px;
}
.show-password-wrap {
	width:100%;
	height: 20px;
}
.strength-toggle {
    z-index: 9999;
	float: right;
	margin-right: 15px;
	margin-top: -35px;
}




/* AC 20200128 : Correction database text bas gauche fixe */
.dataTables_info[aria-live="polite"] {
	position: inherit;
	z-index: 100;
}
.form-group .form-control-label {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.text-help {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}




.expand-2lines {
	height: 47px;
	overflow: hidden;	
}
.expand-3lines {
	height: 72px;
	overflow: hidden;	
}
.expand-2lines:hover, .expand-3lines:hover {
	overflow: visible;
	height: auto;
}


