/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
@font-face {
    font-family: 'brewery';
    src: url('../fonts/brewery.ttf');
    		}
#emp label{
    color: rgb(11,70,145) !important;
    margin-bottom: 20px;
    
}
h1, h2, h3, h4 {
	font-family: "brewery", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #515a8c;
}
.ferie{
	color: #dc4242;
}
p
{
    text-align: justify;
}

.loading {
    position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 40; top: 0; left: 0;
}
.loading img{
   opacity:0.65;
   margin-bottom: 30%;
   margin-top: 30%;
}

.valid input,input.valid,textarea.valid, .valid textarea {border-color:#2ac620 !important;background-color:rgba(61, 198, 38, 0.1)!important}

p.inline { line-height: 32px; margin: 0 0 12px 0; }

.hidden { display: none; }

.resultat {
    margin-left: 100px;
    font-weight: bold;
    }
.bold {
    font-weight: bold;
}

div.error {
    -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
    border: solid 1px #c60f13 !important;
    background-color:rgba(214, 0, 0, 0.1)
}

    #sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
    #sortable li { margin: 0 5px 6px 5px; padding: 0px; font-size: 1.4em; height: 1.7em; }
    html>body #sortable li { height: 1.7em; line-height: 1.4em; }
    .ui-state-highlight { height: 1.7em; line-height: 1.4em; }
    #sortable li:hover{cursor: default;}

#pdf, #topdf {
  background-image: url('../images/pdf.png');
}

#aucun {
  background-image: url('../images/aucun.png');
  margin-left: 10px;
}
#save {
  background-image: url('../images/save.png');
}


.icons {
  width: 24px;
  height: 24px;
  background-repeat:no-repeat;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: inline-block;
  border-bottom: none;
}
.icons:hover{
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor: pointer;
  border-bottom: none;
}

.lien {
   cursor: pointer; 
}
.datesem {
 font-size: 75%;
display: block;
}
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 500px; user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;}
#selectable li { margin: 3px; padding: 1px; float: left; width: 60px; height: 50px; font-size: 0.9em; text-align: center; }
#selectable li:hover{cursor: default;}
/******************
 * Meter PolyFill
 ******************/
.meter,
meter {
    display: inline-block;
    color: transparent;
    height: 16px;
    width: 100px;
    overflow: hidden;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #bbbbbb 36%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(36%,#bbbbbb), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%,#bbbbbb 36%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%,#bbbbbb 36%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%,#bbbbbb 36%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top, #ededed 0%,#bbbbbb 36%,#f7f7f7 100%); /* W3C */
}

.meter .indicator,
meter .indicator {
    display: block;
    height: 20px;
}

.meterValueok div {
        background: #b4e391; /* old browsers */
    background: -moz-linear-gradient(top, #b4e391 0%, #44AA00 35%, #b4e391 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(35%,#44AA00), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b4e391 0%, #44AA00 35%, #b4e391 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b4e391 0%, #44AA00 35%, #b4e391 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b4e391 0%, #44AA00 35%, #b4e391 100%); /* IE10+ */
	background: linear-gradient(top, #b4e391 0%, #44AA00 35%, #b4e391 100%); /* W3C */
}

.meterValueTooHigh div, .meterValueTooLow div {
    background: #ffd65e; /* old browsers */
    background: -moz-linear-gradient(top, #ffd65e 0%, #FBFF47 35%, #febf04 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(35%,#FBFF47), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd65e 0%, #FBFF47 35%, #febf04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd65e 0%, #FBFF47 35%, #febf04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd65e 0%, #FBFF47 35%, #febf04 100%); /* IE10+ */
    background: linear-gradient(top, #ffd65e 0%, #FBFF47 35%, #febf04 100%); /* W3C */
}
.meterValueVerylow div {
    background: #ff2227; /* old browsers */
    background: -moz-linear-gradient(top, #ff1d29 0%, #ff796d 35%, #fe1904 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1d29), color-stop(35%,#ff796d), color-stop(100%,#fe1904)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff1d29 0%, #ff796d 35%, #fe1904 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff1d29 0%, #ff796d 35%, #fe1904 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff1d29 0%, #ff796d 35%, #fe1904 100%); /* IE10+ */
    background: linear-gradient(top, #ff1d29 0%, #ff796d 35%, #fe1904 100%); /* W3C */
}

.meterIsMaxed
{
    border-right: 0px none !important;
}

/* ---------- SECURITE MOT DE PASSE------------------- */
#weak, #medium
{
	border-right:solid 1px #DEDEDE;
}

#sm
{
	margin:0px;
	padding:0px auto 0px;
	height:30px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:9px;
}

#sm ul
{
	border:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

#sm ul li
{
	display:block;
	float:left;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:25px;
}

.nrm
{
	width:33%;
	color:#adadad;
	text-align:center;
	padding:2px;
	background-color:#F1F1F1;
	display:block;
	vertical-align:middle;
}

.red
{
	width:41px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FF6F6F;
	display:block;
	vertical-align:middle;
}

.yellow
{
	width:41px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FDB14D;
	display:block;
	vertical-align:middle;
}

.green
{
	width:41px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#A0DA54;
	display:block;
	vertical-align:middle;
}
/* -----------------------------------------
   CALENDRIER
----------------------------------------- */

.calendar {
	padding-right: 1px;
	padding-left: 1px;
}
.month {
	text-align: center;
	font-size: large;
	background-color: #c8c8c8;
	border: 1px dotted black;
	width: 100%;
}

.jours {
	background-color: #ebebeb;
	padding: 0px 5px;
	border: 1px solid white;
	display: inline-block;
	width:20%
}
.Lettrej {
	background-color: #ebebeb;
	font-weight: bold;
	padding: 0px 5px;
	display: inline-block;
	width:80%;
}
.Lettrejb {
	font-weight: bold;
	padding: 0px 5px;
	display: inline-block;
	width:80%;
}
.j6 {
	background-color: #b9cddc;
}
.j7 {
	background-color: #6393b8;
}
.ferieclass {
	background-color: #c93434;
}
.nomfer {
	color: #930404;
	text-shadow: 0px 1px 1px #c93434;
	line-height:0.8em; font-size:0.8em; font-weight:bold; 
	
}
.selectable div.ui-unselecting,.selectable div.ui-selecting {
	background-color: rgba(0,0,0,0.5);
}
/* -----------------------------------------
   PLANNING
----------------------------------------- */
.separation_heure {
    height: 25px;
    width: 1px;
    background-color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin: -2px;


}
.separation_min {
    height: 25px;
    width: 0px;
    border-right: 1px dotted #000000;
    display: inline-block;
    vertical-align: middle;
    margin-right: -2px;


    
}



.min {
    height: 25px;
    width:3.5%;
    padding-top: 8px;
    padding-left: 2px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    margin: -2px;
    background-color: #ebebeb;

}
.min:hover {
    cursor: default;
}

.ferme {
  background-color: #858585 !important;  
}

.fixedapps {
    position:fixed;
    top:0px;
    z-index: 2;
}
.info {
    background-color: rgba(236, 235, 238, 0.8);
}

.jour {
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.jour p{
    line-height: 25px;
    margin: 0px;
    margin-left: -100px;
}


.occupe {
    height: 25px;
    width: 58px;
    position: absolute;
    z-index: 1;
}

.ecriture .occupe:hover {
    cursor: move;
}

.conge {
	display:inline-block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 7px;
    overflow: hidden;
}
.conge:hover {
	cursor: url("../images/delete.cur"),auto;
}
.conge .texte {
	display:block;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	height: 22px;
}
.cube-emp {
	padding-top: 30px;
	height: 100px;
	width: 100%;
	background-color: #d7d7d7;
	border: 1px dashed black;
	margin: 5px;
	text-align: center;
	
}
.employee .ui-selected{
	background-color: #f2fa9a;
}

.employee li:hover{
	cursor: pointer;
}

.colorRect{
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.5);
	width: 30px;
	height: 28px;
	vertical-align:middle;
}
.text-vertical {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
}
.cube-emp span {
	display: inline-block;
	margin-left: 5px;
	vertical-align:middle;
}
.blank {
 background-color: inherit !important;
 height:22px;
}
.enconge {
	background-image: url(../images/diagonals.gif);
	background-attachment: fixed;
	background-color: #bd2626;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.jconge {
    display: none;
}
/* -----------------------------------------
   Page Name 2
----------------------------------------- */


