/* CSS Document */
.red  {color:red;}

/*
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
*/
.no-padding {padding-left:0; padding-right:0;}
.no-margin {margin:0 ; }

.borderRed {border:1px solid #FF0000 !important;}

tr.tab:nth-child(even) {background-color: #D8D8D8 !important;}

tr.ifait:nth-child(even) {background-color: #FFE8CF !important;}
tr.ifait:nth-child(odd) {background-color: #F4EAFF !important;}

.borderRed {border:1px solid #E03535 !important;}
.borderGreen {border:1px solid #229B14 !important;}
.borderViolet {border:1px solid  #690297 !important;}

.paddingBox {padding-bottom:20px; padding-top:20px;}

.big {font-size:16px; font-weight:bold; color:#1351E3;}

.vert {color:#035E02;}

html {font-size:110%;}

.mdate {width:33.3333% !important;
		margin-right:0px !important;}


div.input> label {color:rgb(67, 32, 221);font-size: 1.5rem;}