* {
  box-sizing: border-box;
  outline: none !important;
}
*, *:focus, *:active{
  outline: none !important;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #f8f4ef;
  font-family: "Open Sans", sans-serif;
  padding-top: 90px;
  padding-left: 50px;
}

input{
  font-family: "Open Sans", sans-serif;
}

h1{
  color: #00a2a7;
  margin-bottom: 30px;
}

a{
  color: #00a2a7 !important;
}

nav a {
  color: #ffffff !important;
}

th a{
  color: #ffffff !important;
}

.bold{
  font-weight: bold;
}

.title{
  font-size: 2.5rem;
}

.titre_recherche{
  color: #00a2a7;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.separator{
  padding-top: 25px;
  padding-bottom: 25px;
}

#formList{
  /*max-width: 500px;*/
}

.form-control{
  max-width: 300px;
  margin-bottom: 20px;
}

label{
  color: #00a2a7;
  width: 100%;
}


#login{
  margin-top: 150px;
  width: 320px;
  background-color: #00a2a7;
  align-self: center;
}

#login form{
  padding-top: 30px;
}

#login form input{
  display: block;
  background-color: #ffffff;
  border: none;
  height: 40px;
  line-height: 40px;
  width: 300px;
  margin: 25px auto;
  padding: 5px;
  font-size: 1em;
}

#login .boutonSubmit{
  display: block;
  height: 50px;
  line-height: 30px;
  background-color: #ffffff;
  font-size: 1em;
  border: none;
  width: 300px;
  margin: 25px auto;
  margin-top: 40px;
  padding: 5px;
  color: #00a2a7;
  font-weight: normal;
  background-image: url('../img/icon_quit.png');
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 85px 11px;
  padding-left: 40px;
  cursor: pointer;
}

#login2{
  margin-top: 70px;
  width: 320px;
  background-color: #ffffff;
  align-self: center;
  padding: 0px 20px;
  border-radius: 5px;
  padding-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#login2 img{
  margin: 0px !important;
  margin-top: 15px !important;
}

#login2 form{
  margin-top: 40px;
}


.connect{
  width: 280px;
}

.mdp_oublie{
  text-align: center;
  display: inherit;
}

.button_form_connect{
  margin-bottom: 10px;
  text-align: center;
}

header{
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  /*background-image: url('../img/subtle_dots.png');*/
}

#logo{
  margin-top: 20px;
  margin-left: 15px;
}

#quit{
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
}

#notif{
  display: block;
  position: absolute;
  top: 30px;
  right: 70px;
}

#puce_notif{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ff0005;
  color: #fff;
  text-align: center;
  line-height: 20px;
  z-index: 150;
  position: absolute;
  top: 22px;
  right: 61px;
  font-size: .75em;
}

.text {
  width: 100%;
  text-align: center;
  margin-top: 10%;
  font-size: 3em;
  color: #dddddd;
  font-weight: 800;
}

.menu-tab {
  width: 40px;
  /*height: 70px;*/
  position: relative;
  z-index: 100;
  top: 0px;
  left: 300px;
  cursor: pointer;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  /*end of div*/
}
.menu-tab div {
  width: 33px;
  height: 4px;
  background-color: #f1f1f1;
  display: block;
  margin: 5px 5px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.menu-tab div:nth-child(1) {
  margin-top: 20px;
}

/*end of menu-tab*/
.menu-tab.active {
  left: 300px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.menu-tab.active #one {
  -webkit-transform: translateY(9px) rotate(-135deg);
  transform: translateY(9px) rotate(-135deg);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.menu-tab.active #two {
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.menu-tab.active #three {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.menu-hide {
  width: 345px;
  left: -300px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 90px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background-color: #00a2a7;
  /*end of nav*/
}
.menu-hide nav {
  /*end of ul*/
}
.menu-hide nav ul {
  /*end of li*/
  padding-left: 30px;
}
.menu-hide nav ul li {
  /*height: 40px;*/
  list-style-type: none;
  text-align: left;
  line-height: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.menu-hide nav ul li:hover {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.menu-hide nav ul li a {
  display: block;
  text-decoration: none;
  color: #f1f1f1;
  font-weight: 600;
}

.submenu{
  display: none;
  padding-left: 20px !important;
  padding-bottom: 10px;
}
.submenu li {
  height: 25px !important;
  list-style-type: none;
  text-align: left;
  line-height: 25px !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.submenu li a {
  font-size: .9em;
  font-weight: normal !important;
}

/*end of menu-hide*/
.menu-hide.show {
  left: 0px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.cont_planing{
  display: flex;
  flex-direction: row;
  width: 1190px;
  margin: 0px auto 0px auto;
  padding-top: 30px;
}

.cont_calendar{
  width: 459px;
  height: 300px;
  position: fixed;
}

.fixed{
  position: fixed;
  width: 695px;
  height: 110px;
}



.cont_form_calendar_scrollable{
  overflow: scroll;
  padding: 0 20px;
}



.cont_form_calendar_scrollable::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}


.cont_form_calendar{
  width: 695px;
  background-color: #ffffff;
  margin-left: 489px;
  padding: 0 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.btn_cal{
  width: 145px;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
  background-color: #00a2a7;
  border: none;
  padding: 0;
  margin: 0;
  margin-left: 7px;
  font-size: 18px;
  font-weight: 300px !important;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #00a2a7;
}

.btn_cal:first-child{
  margin-left: 0px;
  width: 146px;
}

.btn_cal:hover{
  color: #00a2a7;
  background-color: #ffffff;
  border: 1px solid #00a2a7;
}

.btn_gris{
    background-color: lightgrey;
    border-color: lightgrey;
    cursor: default;
}

.btn_gris:hover{
    background-color: lightgrey;
    border-color: lightgrey;
    color: #fff;
}

.cont_calendar #copy{
  background-image: url('../img/icon_copy.png');
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 30px 12px;
  padding-left: 30px;
}

.cont_calendar #paste{
  background-image: url('../img/icon_paste.png');
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 32px 12px;
  padding-left: 30px;
}

.cont_calendar #dupli{
  background-image: url('../img/icon_dupli.png');
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 18px 12px;
  padding-left: 30px;
}

.cont_calendar_inner{
  background-color: #ffffff;
  margin-top: 10px;
  overflow: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cont_month_nav{
  width: 275px;
  margin: 0 auto;
}

.month_nav{
  display: block;
  height: 23px;
  width: 22px;
  float: left;
}

.month_name{
  display: block;
  float: left;
  border: 1px solid #00a2a7;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #00a2a7;
  text-align: center;
  width: 210px;
  margin-left: 10px;
  margin-right: 10px;
}

.weeks{
  clear: both;
  float: left;
  width: 65px;
  padding-top: 30px;
}

.weeks p{
  font-size: 14px;
  padding-left: 5px;
  text-align: center;
  color: #a7a7a7;
  font-style: italic;
  padding-top: 9px;
}

.weeks ul li{
  font-size: 18px;
  text-align: center;
  color: #a7a7a7;
  font-style: italic;
  height: 40px;
  line-height: 40px;
}

.calend{
  float: left;
  padding-top: 30px;
}

.days_name{
  clear: both;
  width: 385px;
  overflow: hidden;
}

.days_name li{
  width: 55px;
  float: left;
  font-size: 24px;
  color: #00a2a7;
  text-align: center;
}

.days{
  clear: both;
  overflow: auto;
  width: 385px;
  padding-bottom: 20px;
}

.days li{
  width: 55px;
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 24px;
  color: #00a2a7;
  text-align: center;
    cursor: pointer;

}

.days .empty{
  cursor: default;
}

.days .disable{
  color: #a7a7a7;
  cursor: default;
}

.days .day_close{
  color: #a7a7a7;
  cursor: pointer;
}

.days .validate{
  background-image: url('../img/validate_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.days .warn{
  background-image: url('../img/alert_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.legend{
  clear: both;
  overflow: auto;
  width: 420px;
  margin: 0 auto;
  border-top: 3px solid #f8f4ef;
  padding-top: 20px;
}

.legend .legend_validate{
  width: 214px;
  margin-left: 6px;
  height: 40px;
  line-height: 40px;
  float: left;
  background-image: url('../img/validate_bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  font-style: italic;
  font-size: 14px;
  color: #a7a7a7;
}
.legend .legend_alert{
  width: 200px;
  height: 40px;
  line-height: 40px;
  float: left;
  background-image: url('../img/alert_bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  font-style: italic;
  font-size: 14px;
  color: #a7a7a7;
}

.cont_form_calendar form{
  margin-top: 20px;
}

.cont_form_calendar .title{
  font-size: 22px;
  color: #00a2a7;
  text-align: center;
  padding: 15px 0px;
}

.cont_form_calendar .subtitle{
  font-size: 18px;
  color: #00a2a7;
  font-style: italic;
  border-bottom: 1px solid #00a2a7;
  padding-bottom:3px;
  margin-bottom: 0px;
  display: block;
}

textarea:focus, input:focus, select:focus{
    outline: none;
}

select::-ms-expand {
    display: none;
}

.cont_form_calendar fieldset{
  float: left;
  margin-right: 13px;
  margin-bottom: 15px;
  overflow: auto;
}

.cont_fieldset{
  overflow: hidden;
  margin-bottom: 40px;

}

.cont_form_calendar select{
background: transparent;
  border: 1px solid #00a2a7;
  color: #00a2a7;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  font-size: 16px;
  height: 30px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 150px;
  background: url(../img/select_bg.png) no-repeat 130px center;
  margin-right: 10px;
}

.cont_form_calendar .quant{
  color: #00a2a7;
  font-size: 16px;
  margin-right: 5px;
}

.cont_form_calendar input[type=text]{
  height: 30px;
  border: 1px solid #00a2a7;
  color: #00a2a7;
  font-size: 16px;
  height: 30px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 40px;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  vertical-align: top;
}

.cont_fieldset_top{
  overflow: auto;
}

.cont_passed{
  background-color: #00a2a7;
  color: #ffffff;
  padding: 10px;
  overflow: auto;
}

.passed{
  margin-top: 10px !important;
}

.com_passed{
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-style: italic;
}

.com_passed2{
  margin-top: -20px;
}

.bloc_passed{
  display: block;
  float: left;
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
  font-size: 16px;
  height: 30px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 140px;
  text-align: center;
  margin-right: 14px;
  margin-top: 10px;
}

.quant_lab_passed{
  display: block;
  float: left;
  color: #a7a7a7;
  font-size: 16px;
  height: 30px;
  padding-top: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 74px;
  text-align: left;
  margin-top: 10px;
}

.cont_form_calendar .quant_passed{
  display: block;
  float: left;
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
  font-size: 16px;
  height: 30px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 40px;
  text-align: center;
  margin-right: 13px;
  margin-top: 10px;
}

.input_quant_passed{
  margin-left: 10px;
}

.quantpassed2{
  height: 30px;
  border: 1px solid #00a2a7;
  color: #00a2a7;
  font-size: 16px;
  height: 30px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 40px;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  vertical-align: top;
  background-color: #ffffff;
  line-height: 15px;
  float: right;
  margin-right: 40px;
}

.mod_quant{
  float: right;
  margin-top: 5px !important;
}

.bloc_com_passed{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.addrow{
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #00a2a7;
  font-size: 28px;
  padding-right: 3px;
}
.modrow{
  background-color: #ffffff;
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  color: #00a2a7;
  height: 30px;
  width: 30px;
  margin-left: 10px;
}
.suprow{
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 5px;
}

.suprow img{
  height: 30px;
  width: 30px;
}

.cont_form_calendar input[type=submit]{
  width: 145px;
  height: 40px;
  background-color: #00a2a7;
  color: #ffffff;
  border: 1px solid #00a2a7;
  text-align: center;
  font-size: 16px;
  border: none;
  float: right;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cont_form_calendar input[type=submit]:hover{
  background-color: #ffffff;
  color: #00a2a7;
  border: 1px solid #00a2a7;
}

.span_passed{
  width: 185px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 13px;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow:ellipsis;
}

.span_passed_quant{
  width: 40px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow:ellipsis;
}

.cont_alert{
  padding: 40px;
  padding-bottom: 0px;
  padding-top: 5px;
}

#cont_filters{
  background-color: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

#cont_filters .row{
  margin-top: 30px;
}


#cont_filters .btn_filters{
  float: right;
  margin-top: 30px;
}

#cont_filters .form-group{
 background-color: #f8f4ef;
 padding: 10px;
 padding-bottom: 10px;
 min-height: 100%;
}

.cont_table .container{
  margin-right: 0px !important;
  margin-left: 0px !important;
  max-width: 100% !important;
  padding: 40px;
  position: relative;
}


.cont_table .container .alert-inforesult{
  position: absolute;
  top: 7px;
  right: 100px;
}

.close_filter_inner{
  position: absolute;
  top: 7px;
  right: 40px;
  background-color: #00a2a7;
  color: #ffffff !important;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 0px;
  font-size: 24px;
  line-height: 50px;
  border: 1px solid #00a2a7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.close_filter_inner:hover{
  background-color: #ffffff;
  color: #00a2a7 !important;
  border: 1px solid #00a2a7; 
}

.btn-sist-active{
  background-color: #ffffff !important;
  color: #00a2a7 !important;
  border: 1px solid #00a2a7 !important;
  cursor: default !important; 
}

.cont_table{
  padding: 40px;
  position: relative;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    padding-bottom: 100px;
    overflow: visible;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
    border:1px solid #00a2a7;
}

.cont_btn_action_table{
  float: right;
}

.cont_table th{
  background-color: #00a2a7;
  padding: 5px;
  height: 60px;
  vertical-align: middle !important;
  text-align: center;
  border: none !important;
  color: #ffffff;
}
.cont_table a{
  text-decoration: none !important;
  color: #00a2a7;
}

.cont_table td{
  height: 70px !important;
  border: none !important;
}

.cont_table td .btn{
  color: #00a2a7;
  background-color: transparent;
  border: 1px solid #00a2a7;
  cursor: pointer;
}
.dropdown-toggle::after{
  margin-left: 0 !important;
}

.cont_table tr:nth-child(odd) {
    background-color: #ffffff;
}

.dropdown-menu{
  padding-left: 15px !important;
}

.add_new{
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #00a2a7;
  color: #ffffff !important;
  width: 110px;
  padding: 0 5px;
  position: absolute;
  right: 40px;
  top:40px;
  text-align: center;
  border: 1px solid #00a2a7; 
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.add_new:hover{
  background-color: #ffffff;
  color: #00a2a7 !important;
  border: 1px solid #00a2a7; 
}

.add_filter{
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #00a2a7;
  color: #ffffff !important;
  width: 110px;
  padding: 0 5px;
  position: absolute;
  right: 160px;
  top:40px;
  text-align: center;
  border: 1px solid #00a2a7; 
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.add_filter:hover{
  background-color: #ffffff;
  color: #00a2a7 !important;
  border: 1px solid #00a2a7; 
}

.searchform{
  display: block;
  height: 50px;
  line-height: 50px;
  width: 300px;
  padding: 0 5px;
  position: absolute;
  right: 275px;
  top:40px;
  text-align: center;
  overflow: auto;
}

.searchform input[type=text]{
  height: 50px;
  line-height: 50px;
  width: 240px;
  display: block;
  float: left;
  border:none; 
  padding: 0;
  padding-left: 10px;
}

.searchform button[type=submit]{
  height: 50px;
  line-height: 50px;
  background-color: #00a2a7;
  color: #ffffff !important;
  width: 50px;
  display: block;
  float: left;
  border:none;
  padding: 0 !important;
  cursor: pointer;
}

td.action-min-width{
	min-width: 130px;
}




/*STATS HOME*/
.chart {
  position: relative;
  width: 250px;
  height: 250px;
  float: left;
  margin: 0 auto;
}

.chart svg{
  position: absolute;
  z-index: 100;
}

.doughnutTip {
  position: absolute;
  z-index: 200;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background-color: #00a2a7;;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.doughnutTip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}

.doughnutSummary {
  position: absolute;
  top: 0;
  left: 0;
  color: #d5d5d5;
  text-align: center;
  cursor: default;
  width: 100%;
  padding-top: 79px;
}

.doughnutSummaryTitle {
  width: 100%;
  font-size: 16px;
  letter-spacing: .03em;
  color:#00a2a7;
  margin-top: -15px;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

#doughnutChart .doughnutSummaryTitle:before {
  content: "AUJOURD'HUI";
}

#doughnutChart2 .doughnutSummaryTitle:before {
  content: "CE MOIS";
}

.doughnutSummaryTitle:before {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:.7s;
  -moz-animation-duration:.7s;
  animation-duration:.7s;

  -webkit-animation-delay: 1s;
  -moz-animation-delay:1s;
  animation-delay: 1s;
}

.doughnutSummaryNumber {
  font-size: 50px;
  color: #00a2a7;
  margin-bottom: 0px;
  font-weight: bold;
}

.doughnutSummaryNumber:after {
    font-family: FontAwesome;
    content: " \f0f5";
    font-size: 30px;
    vertical-align: 16%;
    font-weight: normal;
}

.chart path:hover {
  opacity: 0;
}



.breadcrumb{
  background-color: transparent;
}

.btn{
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-sist{
  color: #fff !important;
  background-color: #00a2a7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-sist:hover{
  color: #00a2a7 !important;
  background-color: #ffffff;
  border: 1px solid #00a2a7;
}

.btn-mouvement-ok{
  background-color: #00a2a7 !important;
}

.btn-mouvement-ok:hover{
  background-color: transparent !important;
  color: #00a2a7 !important;
}

.btn-mouvement-notok{
  background-color: red !important;
  border-color: red !important;
}

.btn-mouvement-notok:hover{
  background-color: transparent !important;
  color: red !important;
}

.acted_notif:hover{
  color: grey !important;
  border: 1px solid grey !important;
}

.btn-sist:hover a{
  color: #00a2a7 !important;
}

.retour_form{
  margin-left: 20px;
}

.has-requis input{
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.248 44.372'%3E%3Cpath fill='%23636c72' d='M40.759,31.689l-1.849,3.18c-1.011,1.76-3.293,2.367-5.056,1.356l-7.684-4.42v8.869c0,2.021-1.676,3.698-3.698,3.698 h-3.698c-2.021,0-3.698-1.676-3.698-3.698v-8.869l-7.684,4.42c-1.763,1.011-4.045,0.404-5.056-1.356l-1.849-3.18 c-1.011-1.76-0.404-4.043,1.358-5.054l7.684-4.449l-7.684-4.45c-1.763-1.011-2.369-3.293-1.358-5.054l1.849-3.18 c1.011-1.76,3.293-2.367,5.056-1.356l7.684,4.42V3.698C15.077,1.676,16.753,0,18.775,0h3.698c2.021,0,3.698,1.676,3.698,3.698 v8.869l7.684-4.42c1.762-1.011,4.045-0.404,5.056,1.356l1.849,3.18c1.011,1.76,0.404,4.043-1.358,5.054l-7.684,4.45l7.684,4.449 C41.163,27.646,41.77,29.929,40.759,31.689z'/%3E%3C/svg%3E");
}

.btn-sist a{
  color: #fff !important;
}

.btn-sist a:hover{
  color: #00a2a7 !important;
  text-decoration: none;
}

.nav_form a:hover{
  color: #00a2a7 !important;
}


.select-sist{
  border: 1px solid #00a2a7;
  color: #00a2a7;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  font-size: 16px;
  height: 30px;
  padding-left: 5px;
  min-width: 140px; 
  /* If you add too much padding here, the options won't show in IE */
  background: url(../img/select_bg.png) no-repeat right center;
  background-color: #ffffff;
}

.alert{
}

.alert-inforesult{
  background-color: #00a2a7;
  color: #ffffff;
  max-width: 200px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 0px;
}

.submit-sist{
  width: 300px;
  height: 40px;
  background-color: #00a2a7;
  color: #ffffff;
  border: 1px solid #00a2a7;
  text-align: center;
  font-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.submit-sist:hover{
  background-color: #ffffff;
  color: #00a2a7;
  border: 1px solid #00a2a7;
}

.pagination-sist{
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination-sist a{
    color: #00a2a7 !important;
}

.pagination-sist .active a{
  background-color: #00a2a7 !important;
  color: #ffffff !important;
  border-color: #00a2a7 !important;
}

.input-cal-sist{
  background-color: #00a2a7;
  color: #ffffff;
}

.datepicker-input{
  max-width: 261px;
  height: 40px !important;
}

.cont_formulaire{
  width: 500px;
  background-color: #ffffff;
  padding: 40px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.cont_formulaire .form-group{
  width: 100% !important;
}

.cont_formulaire .form-control{
  max-width: 100% !important;
}

.form-control-danger{
  margin-bottom: 5px !important;
}

.img_upload{
  margin-bottom: 10px;
}

.nav_form{
  margin-bottom: 20px;
  margin-top: 20px;
}
.nav_form a{
  color: #ffffff !important;
}
.next_form{
  float: right;
}

.button_form{
  float: right;
  margin-bottom: 40px;
}

.cont_notifications{
  background-color: #ffffff;
  padding: 40px;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
}

.cont_nav_notifs{
  position: absolute;
  top: 45px;
  right: 40px;
}

.cont_nav_notifs a{
  color: #ffffff !important;
}

.notifs_list li{
  padding: 20px;
  margin-bottom: 30px;
  overflow:  auto;
}

.notifs_list li p{
  width: 720px;
  float: left;
}

.notifs_list li a{
  /*color: #ffffff !important;*/
  width: 250px;
  text-align: center;
  display: block;
}

.notifs_list li button{
  width: 250px;
  margin-bottom: 20px;
}

.notif_warn .cont_icon_notif{
  width: 70px;
  float: left;
  color: orange;
  font-size: 45px;
}

.notif_warn_strong .cont_icon_notif{
  width: 70px;
  float: left;
  color: red;
  font-size: 45px;
}

.notif_norm .cont_icon_notif{
  width: 70px;
  float: left;
  color: #00a2a7;
  font-size: 45px;
}

.notif_warn{
  border: 1px solid #00a2a7;
}

.notif_warn_strong{
  border: 1px solid #00a2a7;
}

.notif_norm{
  border: 1px solid #00a2a7;
}

.cont_actions_notifs{
  width: 250px;
  float: left;
  margin-left: 18px;
}

.action_notif{
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.acted_notif{
  background-color: #ffffff;
  color: grey;
  border: 1px solid grey;
}

.infos_notif{
  font-style: italic;
  text-align: right;
  color: grey;
  width: 100% !important;
}

.gris{
  color: grey !important;
}

.legend_open{
  width: 214px;
  margin-left: 6px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 50px;
  font-style: italic;
  font-size: 14px;
  color: #00a2a7;
}

.legend_close{
  width: 200px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 50px;
  font-style: italic;
  font-size: 14px;
  color:#a7a7a7;
}

.cal_temps_restau{
  margin-top: 0px !important;
}

.check_temps_restau{
  padding-left: 10px;
  padding-top: 20px;
}
.check_temps_restau input{
  margin-right: 10px;
}

.sub_temps_restau{
  overflow: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

.btn-rappel{
  margin: 20px auto 40px auto;
}


.cont_dashboard{
  padding: 40px;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  padding-top: 0;
}

.bonjour_dashboard{
  color: #00a2a7;
  font-size: 45px;
  margin-top: 0;
  padding-top: 0;
}

.date_dashboard{
  color: #00a2a7;
  font-size: 22px;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

.underlined{
  padding-bottom: 3px;
  border-bottom: 2px solid #00a2a7;
}

.icon_notif{
  font-size: 45px;
  padding-right: 15px;
  vertical-align: -10px;
}

.icon_modif{
  font-size: 45px;
  padding-right: 15px;
  vertical-align: -10px;
}

.exergue_number{
  font-weight: bold;
}

.dashboard_left{
  width: 540px;
  margin-right: 20px;
  float: left;
}

.dashboard_notifs, .dashboard_stats1, .dashboard_modifs{
  background-color: #fff;
  margin-bottom: 20px;
  overflow: auto;
  padding: 20px;
  color: #00a2a7;
  font-size: 18px;
}

.dashboard_notifs .btn-sist{
  float: right;
}

.dashboard_modifs .btn-sist{
  float: right;
}

.dashboard_right{
  width: 540px;
  float: left;
  padding: 20px;
  background-color: #fff;
}

.cont_diff_numbers{
  width: 250px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.cont_diff_numbers:first-child{
  border-right: 2px solid #00a2a7;
}

.diff_numbers {
  font-size: 50px;
  color: #00a2a7;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
}

.diff_numbers:after {
    font-family: FontAwesome;
    content: " \f0f5";
    font-size: 30px;
    vertical-align: 16%;
    font-weight: normal;
}

.diff_title {
  width: 100%;
  font-size: 16px;
  letter-spacing: .03em;
  color:#00a2a7;
  margin-top: -15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 18px;
  padding-top: 5px;
}

.mess_maintenance{
  text-align: center;
  padding-top: 100px;
  color: #7c7b79;
  margin-left: -50px;
}

.ic_mess_maintenance{
  font-size: 12em;
}

.mess_maintenance p{
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  padding-top: 30px;
}