﻿@charset "utf-8";

.select_choice {
	font-style:normal;
	font-family: Cardana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	text-align:center;
	line-height: 25px;
	background:#0077c1;
    color: #D2D2D2;
	border-radius: 5px;
	border-style: outset;

	margin-top:10px;
	margin-bottom:1px;
}

.planning_year {
	font-style:normal;
	font-family: Cardana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	text-align:center;
	line-height: 25px;
	background:#0077c1;
    color: #D2D2D2;
	border-radius: 5px;
	border-style: outset;
	float:left;
	width:110px;
	margin-top:10px;
	margin-bottom:1px;
}
.planning_day {
	font-style:normal;
	font-family: Cardana;
	font-size:12px;
	font-weight:lighter;
	background:#8bc6eb;

}
.planning_dayoff {
	font-style:normal;
	font-family: Cardana;
	font-size:12px;
	font-weight: bold;
	background:#278bca;
}

.planning_dayHoliday {
	background:#2f9fe6e3;
}

.planning_seance {
	font-style: normal;
	font-family: Cardana;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: center;
	border-radius: 4px;
	vertical-align: top;
}

.planning_seanceoff {
	font-style: normal;
	font-family: Cardana;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: center;
	border-radius: 2px;
	vertical-align: top;
	background-color: #CCCCCC;
	vertical-align: top;
}
.planning_seanceholiday {
	background-color: #a19b9b;
	border-radius: 0px;
	vertical-align: top;
	font-weight: normal;
	font-size: 10px;
}

.seance{
	border-radius: 5px;
	border-style: inline;
    color:#FFF;
    text-decoration:none;
	margin-bottom:1px;
}

.desactivated {
    color: #AAAAAA;
}

div.registered { background-color:#FF0000;}

#TR:hover { background-color:yellow; }

.tooltip {
    position:relative; 
}

.tooltip:hover{z-index:25; }

.tooltip span{
	display: none;
    position:relative; 
    z-index:24; 
    color:#000;
    text-decoration:none;
}

.tooltip a {
    color:#FFF;
}
.tooltip a:hover {
    color:red;
}

.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:-7em; width:15em;
    /*border:1px solid #000000;*/
	border:1px solid #AAAAAA;
	border-radius: 5px;
	border-style: outset;
    background-color:#F2F5A9; 
	color:#333;
    text-align: center;
}

.tooltip:hover span.registered { 
	border-color:red;
	border-style: solid;
}

div.error {
	width:70%;
	margin:5px auto 5px;
	padding-bottom: 4px;
	
	border:1px solid red;
	border-radius: 5px;
	border-style: outset;
	font-weight:bold;
}
div.error span {
width:100%;
}

.management {
	width: 400px;
	/*background-color: rgb(196, 222, 236);*/
	margin:0 auto;
}

#formManagement .error {
   border: 2px solid red !important;
}

#formManagement [required] {
   border: 2px dotted orange;
}

#formulaire {
	background-color : rgb(196 222 236 / 80%) ;
	margin : 0 auto
}

label {
	width: 70px;
	display: inline-block;
}
.short label {
	width: 50px;
	display: inline-block;
	background-color:yellow;
}
/*form span {
	width: 75px;
	display: inline-block;
}
*/
form .evallabel {
		background-color : #C4DEEC;
}

input.elimine {
	background-color:red;
	border:2px solid red;
}
label.elimine {
	color: red;
}

.readonly {
	background-color:lightgrey;
	border: 0px;
}

.nonmodifiable {
	background-color:lightgrey;
}

.info_version {
	background-color:orange;
	color : white;
	clear: both;
	text-align : center;
	
}


/* List - Style on column */
/*                        */
.col_active {
	width : 25px;
}

.col_actions {
	width : 45px;
   text-align : center;
   vertical-align : center;
} 

.col_actions_4 {
	//width : 55px;
	text-align : center;
	vertical-align : center;
} 

button.Zebra_DatePicker_Icon {
	top:6px !important;
}
