.session-select{
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  height: 55px;
  position: relative;
  background: transparent;
  color: #222222;
}

.session-block{
  display: flex;
  background: white;
}

.session-cloture{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 55px;
  background: red;
  font-weight: 500;
  font-size: 22px;
}

.push-subscription-button{
  display: flex;
  width: auto;
  height: 47px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #f5f5f5;
  background: none;
  margin: 5px;
  border: solid 1px white;
  border-radius: 12px;
  opacity: 0.7;
  gap: 4px;
}

.push-subscription-button div{
  display: flex;
  flex-direction: column;
  text-align: left;

}
.push-subscription-button div span{
  font-size: 13px;
  font-weight: 500;
}
.push-subscription-button div small{
  font-size: 10px;
}

/*PLANNING CSS*/
.colonne_style{
  width: 100%;
  clear: both;
  padding: 7px;
}

.colonne_style div{
  float: left;
  margin: 5px 10px;
}

.planning_plage{
  display: flex;
      align-items: center;
      justify-content: start;
      flex-direction: column;
      width: 110px;
      height: 110px;
      overflow: hidden;
      border: solid 1px #222;
}

.planning_plage_in{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: center;
  width: 110px;
  height: 90px;
  cursor: pointer;
  padding:3px;
  font-size:10px;
  color: black
}


.planning_plage_btn{
  display: left;
  height: 18px;
  width: 109px;
  align-items: left;
  justify-content: start;
}
.planning_plage_btn a{
  width: : 18px;
  height: 18px;
  padding: 2px;
  color: white;
  font-size: 10px;
  font-weight: normal;
}
.planning_absence{
  background: orange;
}

.planning_devoir{
  background: red;
}

.planning_jumele{
  background: gray;
}

.planning_active{
  background: #ccc;
}
.planning_effectue{
  background: #66ff99;
}

.planning_cour_jumele{
  margin:0 4px;
}

.planning_cour_jumele a{
  display: flex;
  width: 18px;
  height: 18px;
  font-size:12px;
  color:white;
  background:#ccc;
  border-radius: 50%;
}

/*END PLANNING CSS*/

.notes input{
  width:55px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.plage{
  width:150px;
  min-height:50px;
  font-size:0.8em;
  padding:4px;
  background: #f5f5f5;
  text-align:center;
  position: relative;
}
.plageOccupe{
  background: #99cc99;
  border: solid 1px #006633;
  color: black;
}
.plageOccupeInfo{
  background: #66cccc;
  border: solid 1px #003366;
  color: black;
}
.champ{
  position: absolute;
  top:-10px;
  right: 0px;
}
.unlike{
  opacity: 0.5;
}
.unlike > tr >td{
  background-color: #ffcccc;
}

.loader2{
    display:block;
    position: absolute;
    top: 2px;left:2px;right:2px;bottom: 2px;
    z-index: 9000;
    background: #f5f5f5 url('../img/ajax-loader.gif') 45% 45% no-repeat;
}
.loader-page{
    position: absolute;
    top:0;right:0;bottom:0;left:0;
    display: block;
    background: #00746b url('../img/ajax-loader.gif') 50% 50% no-repeat;
    z-index: 10000;
}
.loader-page_view{
    position: absolute;
    top:0;right:0;bottom:0;left:0;
    display: block;
    opacity: 0.95;
    background: #f5f5f5 url('../img/ajax-loader.gif') 50% 50% no-repeat;
    z-index: 9000;
}

.timeliner{
  border:solid #ccc 1px;
  margin: 0;
  background: #f5f5f5;
  font-size: 10px;
  line-height: 22px;
}
.timeline_ok{
  background: green;
  color: white
}
.timeliner .linein{
  height:24px;display:block;float:left;border:red;padding:0 7px;margin: 0
}

.cleaner {clear:both;}
.bgGreen{
  background: #99cc99;
}
.alg-center{text-align:center;}
.alg-right{text-align:right;}
.alg-left{text-align:left;}
a,link{cursor:pointer;}
.preload{
    width: 100px;
    height: 50px;
    background: #e5e5e5 url('../img/ajax-loader.gif') 50% 50% no-repeat;
}
.loader{
    display: inline-block;
    padding:0 0 0 21px;
    height: 17px;
    background: url('../img/ajax-loader-mini2.gif') 0 0 no-repeat;
}

.chargement{
  display: inline-block;
  padding:0 0 0 21px;
  height: 17px;
  background: url('../img/ajax-loader-mini2.gif') 0 0 no-repeat;
}

#msg{
  display:none;
  position: absolute;
  z-index: 9000;
  top:48px;
  left: 4px;
  right: 4px;
}

#alert{
  min-width: 400px;
  /*z-index: 100000;
  top: 40%;
  left: 40%;
  display:none;
  width: 100px;
  border-radius: 7px;
  padding: 4px 12px;
  font-size: 10px;
  font-style: italic;
  transition-property:opacity;
  -webkit-transition-property:opacity;
  -moz-transition-property:opacity;
  -o-transition-property:opacity;

  transition-duration:.4s;
  -webkit-transition-duration:.4s;
  -moz-transition-duration:.4s;
  -o-transition-duration:.4s;
  -ms-transition-duration:.4s;
*/
}
.alertsuccess{
  background: #c6e8e8;
  font-style: italic;
  box-shadow: 1px 1px #333;
}
.alertdanger{
  opacity:1;
  background: #ffcccc;
  font-style: italic;
  box-shadow: 2px 2px #333;
}
.hiddener{
  opacity: 0.3;
  background: #f5f5f5;
}
.cleaner{
  clear: both;
}




/*************  GS CSS  ***************/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
#alert{
  display: none;
  position: absolute;
  z-index: 9000;
  top: 4px;
  left: 40%;
  border-radius: 7px;
  padding: 7px 12px; 
  transition-property:opacity;
  -webkit-transition-property:opacity;
  -moz-transition-property:opacity;
  -o-transition-property:opacity;

  transition-duration:.4s;
  -webkit-transition-duration:.4s;
  -moz-transition-duration:.4s;
  -o-transition-duration:.4s;
  -ms-transition-duration:.4s;
}
.alertsuccess{
  display: block;
  opacity:1;
  background: #006633;
  font-style: italic;
  box-shadow: 2px 2px #000;
  border: solid 1px #333;
}
.alertdanger{
  color:#000;
  display: block;
  background: #ffcccc;
  font-style: italic;
  box-shadow: 2px 2px #000;
  border: solid 1px #333;
}

/*.input-daterange {
    z-index: 1200 !important;
}*/
/*.loader{
  position: absolute;
  background: #e5e5e5 url(../img/ajax-loader.gif) 50% 50% no-repeat;
  top:0; right:0;bottom:0;left:0;
  opacity: 0.5;
  z-index: 1000;
}*/
.disabled{
  background: gray;
  opacity: 0.4;
}
.submiter{
  width:48px; height: 48px;
  background:url(../img/ajax-loader.gif) 0 0 no-repeat;
}
.dotteder{
  border: dotted 2px green;
  background: #e2e2e2;
}
.bgred{background-color:#ffcccc;color:#000;}
.dragseance{
  border-left:10px #ccc solid;
}

@import url('plugins/select2.css');
@import url('plugins/select2-bootstrap.css');
@import url('plugins/datepicker.min.css');
@import url('plugins/jasny-bootstrap.min.css');                                    
.timepicker-picker .table-condensed td{text-align:center};

/*.navbar-default{
  background-color: #F8F8F8;
    border-color: #7EB348;
}*/
a {
  cursor:pointer;
}

.cleaner{clear:both;}

table > tr:hover{
  background: #99ccff;
}

.img-small{
    width:60px; height:70px; border: solid 2px #ccc;
    cursor: pointer;
}

.h10{height: 10px}
.h20{height: 20px}
.h30{height: 30px}
.h40{height: 40px}

.seancePlanning{
  position:relative;
  width:150px;
  height:45px;
  border:dotted 1px #ccc;
  font-size: 0.7em;
}
.seancePlanning:hover{
  cursor:pointer;
  background:#e5e5e5;
  color:white;
}
.bgpastel{
  background: #ffcccc;
}
.bgGreen{
  background: #99cc99;
}

ng-color-picker ul {
    padding: 0;
    margin: 0;
}

ng-color-picker li {
    width:20px;
    height:20px;
    box-sizing:border-box;
    display:inline-block;
}

ng-color-picker li.selected {
    border: 1px solid #333;
}

.bulletin td{
    padding: 10px;
}


.fileUpdate {
  position: relative;
}
.fileUpdate label {
  background: #e5e5e5;
  padding: 2px 4px;
  color: #fff;
  font-weight: bold;
  font-size: .9em;
  margin:0 15px;
  /*transition: all .4s;*/
}
.fileUpdate input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0.01;
  cursor: pointer;
}
.fileUpdate input:hover + label,
.fileUpdate input:focus + label {
  background: #34495E;
  color: #e5e5e5;
}

.progressUpload {
            width:0%;
            overflow:hidden;
            height:40px;
            display:inline-block;
            vertical-align:middle;
            color:#FFF;
            text-align:right;
            text-shadow:1px 1px 0 #000;
            background:-o-linear-gradient(top,#888888,#333333);
            background:-moz-linear-gradient(top,#888888,#333333);
            background:-webkit-gradient(linear,left top,left bottom,from(#888888),to(#333333));
            background:-webkit-linear-gradient(top,#888888,#333333);
            -o-transition-property:width;
            -o-transition-duration:.5s;
            -moz-transition-property:width;
            -moz-transition-duration:.5s;
            -webkit-transition-property:width;
            -webkit-transition-duration:.5s;
        }


