input, textarea
 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height: 1;
	vertical-align: middle;
	border-radius: 5px;
}

input.checkbox
{
	height: 25px;
	width: 25px;
	font-size:0.75vw; 
	vertical-align: middle;
}

textarea:focus, input:focus
{
	background: #ACE3FF;
}

body
 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	line-height: 1;
	width: 100%;
}

select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height: 1;
	vertical-align: middle;
}

input.validation_error 
{
	background: #FF0000;
}

label 
{
  display:inline-block;
}

.div_60
{
	width: 50%;
	align: center;
	display: block;
	margin: auto;
}

#banner_top {
	position: fixed;	
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;	
	margin: 0px 0px;
	background-color: #000000;
	width: 100%;
	min-height: 50px;	
	
	
}

#menu_top {
	position: fixed;
	top: 35px;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px 0px;
	background-color: #FAFAFA;
	width: 100%;
	min-height: 80px;	

	
}

.lbl_top
{
	color: #0404B4;
	font-size: 0.6vw;
}

.tab1 {
	width: 100%;
	background-color: #DCDCDC;
	vertical-align: middle;	
	height: 25px;
}
.tab1:hover , .tab2:hover{
	background-color: #FFE9A0;
}
.tab2 {
	width: 100%;
	vertical-align: middle;	
	height: 25px;
	background-color: #C0C0C0;
}

/* DATE PICKER */
.ui-datepicker-week-end >.ui-state-default{
    color: red ;
}

/* MAIN*/

.img_statut{
	cursor: pointer;
	height: 20px;
	width: 'auto';
}

.menu_main{
	float: left;
	width: 10%;
	top: 50px;
	position: relative;
}


/* MAIN CONTEXT MENU */

.cont_row_1{
	width: 100%;
	vertical-align: middle;	
	height: 25px;
}
.cont_row_1:hover{
	background-color: #81BEF7;
}

/* HEADER MENU */

.menu_row{
	width: 100%;
	vertical-align: middle;	
	height: 30pt;
}
.menu_row:hover{
	color: #1eabed;
}

/* MAIN  PAGE */


.img_div_gen{
	cursor: pointer;
	height: 25px;
	width: 'auto';
	transition: transform .1s;
}

.img_div_gen:hover{
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}

.lbl_menu{
	font-size: 0.8vw;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	transition: transform .1s;
}

.lbl_menu:hover{
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}

/* PRESENCES */

.lbl_menu_2{
	font-size: 10pt;
	cursor: pointer;
	text-align: left;
	transition: transform .1s;
}

.lbl_menu_2:hover{
	color: #1eabed; 
	font-weight: bold;
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}

.hr_gris{
	border-top: 1px solid #D8D8D8;
}

/* ----------------------- DASHBOARD ----------------------- */
.dash_rouge_r{
	font-weight: bold; 
	color: #FF3131; 
	text-align: right; 
	font-size: 0.7vw;
}

.info_std{
	font-size: 0.6vw;
	color: #FFFFFF;
}

/* ----------------------- ONGLETS ----------------------- */
#onglets
{
	display: none;
}

#onglets li
{
	font-size: 16px;
	height: 22px;
	position: relative;
	float: left;
	list-style: none;
	padding: 6px 10px 5px;
	margin-right: 5px;
	border: 1px solid #1175AE;
	border-radius: 5px;
	cursor: pointer;
	background-color: #FFFFFF;	
	color: #1eabed;
	z-index: 1;
}

#onglets .actif
{
	border-bottom: none;
	font-weight: bold;
	color: #1175AE;
	z-index: 10;
}

#contenu
{
	clear: both;
	position: relative;
	margin: 0 20px;
	padding: 10px;
	border: 5px solid #0D5995;
	z-index: 5;
	top: -6px;
	background-color: #FFFFFF;
	color: #585858;
	width: 95%;
	overflow: hidden;
	border-radius: 15px;
}

.Button_small_vert {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #8ffc36 5%, #2bfa1d 100%);
	background-color:#8ffc36;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:0.9vw;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.Button_small_vert:hover {
	background:linear-gradient(to bottom, #2bfa1d 5%, #8ffc36 100%);
	background-color:#2bfa1d;
}
.Button_small_vert:active {
	position:relative;
	top:1px;
}

.big_cal
{
	float: left;
	width:28px;
	height:24px;
	border:1px solid #A9A9A9;
	background:#F2F2F2;
	color:#000000;
	border-radius: 5px;
	vertical-align: middle;			
	display: block;	
	line-height: 24px;
	text-align: right;
	padding-right: 3px;
	opacity: 1.0;
	cursor: default;
}