/*
#@plugins/seances/css/creneau.less
*/
select.small {
  font-size: 1em;
  height: 1.8em;
}
.grille {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: visible;
}
.grille .table-reservations {
  width: calc(100% - 160px);
  position: relative;
  float: left;
  height: 100%;
}
.grille .table-reservations .cell {
  color: white;
  border: 1px solid #ddd;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.grille .table-reservations .cell a:not(.contacter_inscrits) {
  color: white;
  vertical-align: middle;
  line-height: 1.2em;
  display: block;
  width: 100%;
  height: 100%;
}
.grille .table-reservations .cell a:not(.contacter_inscrits) > span {
  position: absolute;
  top: 50%;
  right: 2%;
  left: 2%;
  transform: translate(0%, -50%);
}
.grille .table-reservations .cell .contacter_inscrits {
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  line-height: initial;
  text-align: right;
  width: initial;
  height: initial;
  display: none;
  color: white;
}
.grille .table-reservations .cell .contacter_inscrits .fa {
  font-size: 20px;
  margin: 0;
  padding: 4px 5px;
  background-color: #0000004a;
}
.grille .table-reservations .cell:hover .contacter_inscrits.hover {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade .6s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grille .table-reservations .cell.reserve,
.grille .table-reservations .cell.reservable {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 20px);
  text-align: center;
}
.grille .table-reservations .cell.reserve .lien_auteur,
.grille .table-reservations .cell.reservable .lien_auteur {
  color: #555;
  overflow: hidden;
  font-size: 0.9em;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.grille .table-reservations .cell.reserve.valide {
  background: none;
}
.grille .table-reservations .cell.ajouter,
.grille .table-reservations .cell.reserve.self {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 20px);
}
.grille .table-reservations .cell.supprimer {
  background: repeating-linear-gradient(-45deg, #ffe1ed, #ffe1ed 2px, transparent 2px, transparent 20px) !important;
}
.grille .table-reservations .jour {
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
}
.grille .table-reservations .date-header {
  text-align: center;
  padding: 6px 12px;
  width: 100%;
  color: #2e6c94;
  height: 40px;
  background-color: #fff;
  box-sizing: border-box;
}
.grille .table-reservations .jour .date-header {
  border-right: 1px solid;
}
.grille .table-reservations .jour:last-child .date-header {
  border-right: none;
}
.grille .creneaux {
  width: 80px;
  float: left;
  height: inherit;
  color: #2e6c94;
}
.grille .creneaux .creneau {
  height: 60px;
}
.grille .creneaux:last-child {
  right: 10px;
}
.grille .table-reservations a.edit_note {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
}
.grille .table-reservations a.edit_note .fa {
  font-size: 20px;
  background-color: #2e6c94;
  color: #fff !important;
  padding: 10px 5px;
  box-sizing: content-box;
}
.grille .nombre_reservations {
  font-weight: bold;
}
.valoriser_cellules .table-reservations .cell {
  opacity: 0.3;
}
.valoriser_cellules .cell.reserve,
.valoriser_cellules .cell.ajouter {
  opacity: 1;
}
.montoir {
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}
.montoir .equides {
  position: relative;
  float: left;
  height: 100%;
}
.montoir .equides > div {
  border-right: 1px solid #eeeeee;
  width: 80px;
  height: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.montoir .equides > div .header {
  text-align: center;
  padding: 0px 5px;
  width: 100%;
  color: #2e6c94;
  height: 40px;
  line-height: 20px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.montoir .table-reservations {
  cursor: pointer;
}
input#date_montoir {
  border-color: #ddd;
  border-width: 1px;
  cursor: pointer;
  text-align: center;
}
#reservations_en_cours {
  padding: 20px 5px;
  margin-bottom: 30px;
}
#reservations_en_cours .fa-check {
  color: green;
}
#reservations_en_cours .fa-plus {
  color: blue;
}
#reservations_en_cours .fa-minus {
  color: orangered;
}
#reservations_en_cours .fa-pencil {
  color: blue;
}
#reservations_en_cours small {
  color: #2e6c94;
}
#reservations_en_cours .message_retour {
  clear: both;
}
.creneau_navigation {
  padding: 5px 20px;
  margin: 20px;
  border: 1px solid #ddd;
}
.creneau_navigation .h5 {
  font-weight: 400;
  margin-bottom: 1em;
  color: #274a72;
}
.table-reservations-auteur {
  padding: 0 20px;
}
.liste-reservations {
  font-size: 0.9em;
}
.couper-note {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  max-height: 34px;
  /* fallback */
  width: inherit;
}
@media (max-width: 768px) {
  .couper-note {
    white-space: normal !important;
  }
}
/*
@media (max-width : 1128px) {
	.grille .table-reservations{
		> div:nth-child(5) {visibility: hidden;}
		.jour {width: 25%;}
	}
}
@media (max-width : 960px) {
	.grille .table-reservations{
		> div:nth-child(4) {visibility: hidden;}
		> div:nth-child(3) {visibility: hidden;}
		.jour {width: 50%;}
	}
}
@media (max-width : 450px) {
	.grille .table-reservations{
		> div:nth-child(2) {visibility: hidden;}
		.jour {width: 100%;}
	}
}*/
form .trier {
  cursor: pointer;
}
form .trier.active {
  color: #383838;
}
#table_gerer_creneau .statut {
  cursor: pointer;
}
.page_creneau_adm_rapide .navbar-inner a {
  float: left;
  font-size: 1.2em;
  line-height: 30px;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 15px 0;
  border-right: 1px solid #eaeaea;
}
.page_creneau_adm_rapide .navbar-inner a:last-child {
  border: none;
}
.page_creneau_adm_rapide .navbar-inner a.pull-right {
  float: right;
}
.page_creneau_adm_rapide .alert {
  margin: 20px 10px;
}
.page_creneau_adm_rapide .formulaire_login {
  margin: 0 !important;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 400px;
  left: 50%;
}
.page_creneau_adm_rapide .formulaire_login input {
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_creneau_adm_rapide .formulaire_login button {
  height: 45px;
  width: 100%;
}
.page_creneau_adm_rapide .formulaire_login .left-inner-addon i {
  top: 14px;
}
.page_creneau_adm_rapide .deconnecte .page {
  margin-top: 0;
}
.page_creneau_adm_rapide input:-webkit-autofill,
.page_creneau_adm_rapide textarea:-webkit-autofill,
.page_creneau_adm_rapide select:-webkit-autofill {
  background-color: #fff !important;
}
.liste_creneaux_a_gerer {
  margin: 20px 10px;
}
.liste_creneaux_a_gerer li {
  border-bottom: 1px solid #eee;
}
.liste_creneaux_a_gerer li a {
  color: #FFF;
  display: block;
  padding: 20px 15px;
}
.liste_creneaux_a_gerer .bg-white a {
  color: #000;
}
.formulaire_gestion_creneau_rapide .modal-body {
  overflow-y: unset;
  max-height: unset;
}
.page_creneau_adm_rapide,
body.deconnecte,
.deconnecte .page,
.deconnecte .fullheight {
  height: 100%;
}
