.mai-top-header .navbar-brand {
  width : 300px;
  background-image: none;
  font-family: 'Oleo Script', cursive;
  font-size: 2em;
}
.mai-sub-header .search > input:focus {
  border-color: #187f57;
}
.mai-sub-header .search {
  border:none;
}

#searchresults{
  display: none;
  background: white;
  z-index: 44;
  position: absolute;
  width: 500px;
  right: 0;
  max-height: 80vh;
  overflow: auto;
  box-shadow: 0 0 10px #00000085;
}
.highlight {
  background: yellow;
}
.card-highlight {
  border: 2px solid #222!important;
}
.btn-primary svg path {
  fill:#ffffff;
}

@media (max-width: 500px) {
  .mai-top-header .navbar-brand {
    width : auto;
    font-size: 1.6em;
    margin: 0;
  }
  .print {display:none}
}
.logo-login {
  font-family: 'Oleo Script', cursive;
  font-size: 2.4em;
  padding-bottom: 30px;
}
.logo-agenda {
  font-weight: 400;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0px 7px;
  border-radius: 10px 0 0 10px;
}
.logo-photographes {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  color: #323232;
  padding: 0px 7px;
  border-radius: 0 10px 10px 0;
}
.mai-top-header .navbar-brand .icon {
  position: relative;
  top: 8px;
  padding: 10px;
  font-size: 1.4em;
}

.mai-top-header .navbar-nav.langue>.nav-item>.nav-link {
  padding: 0 10px;
  line-height: 32px;
  color: #fff;
}
.mai-top-header .navbar-nav.langue>.nav-item>.selected {
  font-weight: bold;
  background: #fefefe;
  color: #111;
}

.pastillecontainer {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

.pastille {
    background: #c74c4c;
    color: #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    line-height: 24px;
    display: none;
    font-size: 0.8em;
    font-weight: 800;
}

.panel-short {
  margin-bottom: 10px;
}

.trumbowyg-box, .trumbowyg-editor {
  min-height: 70px!important;
}
.table>thead>tr>th {
    border-bottom-width: 2px;
    border-top-width: 0;
    font-weight: 700;
}

.table-striped tbody tr {
    background-color: #fff;
}

.actions {
  white-space: nowrap;
  text-align: right;
}

.btn-grey {
    border: 2px solid #ccc;
    background: #888888;
    color: #fff;
}

#table th.actions {
    text-align: right;
}
.clickable { cursor: pointer; }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    z-index: 99;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: auto;
    left: -4px;
    height: auto;
    content: "\e684";
    font-family: 'Stroke 7';
    color: #333;
    background-color: transparent;
    box-shadow: none;
    font-size: x-large;
    font-weight: 800;
    border: transparent;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "\e684";
    color: #333;
    background-color: transparent;
}

#spinner {
  display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: #00000036;
}

.spinner-body {
    padding: 0;
    margin: 0;
    color: #fff;
    height: 100px;
    position: relative;
}
#spinner .spinner-body {
  height: 100%;
}

.spinner-container {
    width: 60px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #166445;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


   
.item-0, .item-1, .item-2 {
  font-size: 20px;
  font-weight: bold;
  margin:20px 0px;
  padding: 10px;
  background: #e2e4e6;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  position: relative;
  white-space: normal;
}

.item-0 {
  background: #efefef;
  font-weight: bold;
  margin:10px;
  height: 100%;
}

.item-0>.title  {
  background: #bdbdbd;
  margin: -10px -10px 20px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 11px 20px #d6d6d6;
  display: flex;
  justify-content: space-between;
}

.item-1 .title, .item-2 .title {
  font-size: 18px;
  margin: -10px -10px 20px;
  padding: 10px;
  color: #222;
  background: #d4d4d4;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
}
.initiales {
  padding: 3px 6px;
  border-radius: 20px;
  height: 28px;
  vertical-align: middle;
  white-space: nowrap;
}

#listelements .col-md-4 {
  padding: 0;
}
.list-wrapper {
  width: 100%;
  margin: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  /* white-space: nowrap; */
}
.list-wrapper h2 {
  text-align: center;
  padding: 15px;
}
.add-item, .send-sujet {
  display:none;
  z-index: 1041;
}
.cahier {
  margin-bottom: 30px;
  padding:0;
  color: #424242;
}

.empty {
  background: #ff000012;
  margin: 10px 10px 40px 10px;
  flex: 1;
}

.sortable_list {
  min-height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
}

.sortable_list li {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  max-width: 100%;
  min-height: 20px;
  position: relative;
  text-decoration: none;
  z-index: 0;
  font-size: 14px;
  font-weight: 200;
  padding: 7px;
}
.sortable_list li:hover {
  transform: scale(1.03);
    box-shadow: 0px 10px 40px #44434357;
}
.sortable_list .empty-li {
  background: #2cc185;
  text-align: center;
  color:#fff;
}
.sortable_list .tilt:hover {
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}


.sous-cahier {
  border: solid 1px #c2c2c2;
  background: #d1d1d1;
  margin: 20px;
  padding: 10px;
}
.sous-sous-cahier {
  border: solid 1px #c2c2c2;
  background: #d1d1d1;
  margin: 20px;
  padding: 10px;
}
.sous-sous-sous-cahier {
  border: solid 1px #b2b2b2;
  background: #c1c1c1;
  margin: 20px;
  padding: 10px;
}
.cahier h2 {
  display: inline-block;
}
.add-btn {
  float: right;
}
.edit-btn {
  margin-left: 10px;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.sortable_list li:hover .edit-btn {
opacity: 1;    
transition: opacity .15s ease-in-out;
}
.sortable_list .ui-sortable-placeholder {
  border: dashed 1px #909090;
  background-color: #d0d0d0;
  visibility: visible!important;
  height: 40px;
}
#modalcontent {
  display:none;
}


.col-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
    
.col-7-days, .col-3-days {
  flex: 1;
}

.days-7 .item-0 {
  margin: 1px;
}
.days-7 #intemporels .item-0 {
  margin: 10px;
}
.days-7 .item-1, .days-7 .item-2 {
  padding: 6px;
  margin: 5px -10px;
  background: transparent;
}

.days-7 .item-0, .days-7 .item-1, .days-7 .item-2 {
  font-size: 14px;
}
.days-7 .item-1 .title, .days-7 .item-2 .title {
  font-size: 14px;
  margin: 5px 0;
}
.days-7 .sortable_list li {
  font-size: 11px;
}
.days-7 .initiales {
  padding: 1px 4px;
  height: 19px;
}

.days-7 .add-sujet {
  padding: 3px 5px;;
}



.days-7 .add-sujet span, .days-0 .add-sujet span {
  display: none;
}
.days-0 .add-sujet::before, .days-7 .add-sujet::before {
  content: '+';
  display: inline-block;
}


.profile-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.profile-display-right {
font-size: 1.8em;
}

.profile-display-id {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.profile-display-avatar {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.profile-display-name {
  font-size: 1.2em;
  font-weight: 800;
  padding-left: 10px;
}

.imgcircle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  margin-right: 10px;
  float: left;
  background-size: 100%;
  color: #eee;
  background-color: #c6c6c6;
  font-size: 22px;
  display: table;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
}

.header h1 {
  color: #555;
  font-size: 22px;
  margin: 13px 0 0;
}

.header-year {
  padding-left: 1rem;
  font-weight: 200;
}

.header {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .add-sujet span, .add-sujet span {
    display: none;
  }
  .add-sujet::before, .add-sujet::before {
    content: '+';
    display: inline-block;
  }
  .item-0, .item-1, .item-2 {
    font-size: 14px;
  }
  .item-1 .title, .item-2 .title {
    font-size: 14px;
    margin: 5px 0;
  }
  .item-0 {
    margin: 1px;
  }
  .sortable_list li {
    font-size: 11px;
  }
  .initiales {
    padding: 1px 4px;
    height: 19px;
  }
  
  .add-sujet {
    padding: 3px 5px;;
  }
}



.days-0 .list-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
}


.days-0 .cahier {
  flex: 1;
}

.days-0 .item-0 {
  background: #efefef;
  margin: 0;
  border: solid 1px #c3c3c3;
  border-radius: 0;
  padding-bottom: 20px;
}
.days-0 .item-0 ul {
  padding-bottom: 20px;
}

.days-0 .item-0>.title {
  background: #ececec;
  box-shadow: none;
  margin-bottom: 0;
}
.days-0 .item-1, .days-0 .item-2 {
  background: rgba(220, 221, 222, 0.45);
  margin: 5px 0px;
  padding-bottom: 20px;
}


.days-0 .item-1 .title, .days-0 .item-2 .title {
  background: rgba(0, 0, 0, 0);
  margin-bottom: 0px;
}
.col-0-days, .col-1-days {
  width: 100%;
}
 .col-0-days .date-container {
  display: none;
}

.col-1-days .item-0>.title {
  box-shadow: none;
  background: #d4d4d4;
}

.col-1-days .title {
  margin: 0;
}
.col-1-days .cahier {
  border: solid 1px #bdbdbd;
}

.col-1-days .sortable_list {
  list-style-type: disc;
  margin: 0 0 0 25px;
  padding: 5px 5px 0 0;
 }
 .col-1-days .sortable_list li {
   border: 0;
   display: list-item;
  }
.col-1-days .sujet-name, .col-1-days .initiales, .desc {
  display: inline-block;
  padding: 4px;
}
.desc {
  margin-top: 3px;
}

.col-1-days .sujet-name {
  margin-right: 12px;
  font-weight: 600;
}
.col-1-days .sortable_list li:hover {
  transform: scale(1.0);
  box-shadow: none;
}

.col-1-days .item-1 .title, .item-2 .title, .col-1-days .item-0, .item-1, .item-2 {
  background: #efeeee;
  margin: 0;
}


.col-1-days .add-sujet {
  display: block;
  background: #fff;
}

.sujet-name .fa-camera, .sujet-name .fa-video, .sujet-name .fa-globe, .sujet-name .fa-chart-bar {
  margin-left: 5px;
}
.col-green {
 color: #036f03;
}

.col-red {
 color: #9c0303;
}

.fa-globe {
  color:#ff7e22;
}

.h2-jour {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 9px;
  display: block;
}

.h2-num {
  font-size: 4rem;
  display: block;
  line-height: 4rem;
}

.h2-mois {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 600;
  display: block;
}

.daytitle{
  height: 4.5rem;
  margin: 0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.daytitle span{
  font-size: 1.3rem;
  padding: 0.2rem;
  background: #efefbf;
  border-radius: 0.5rem;
  vertical-align: middle;
}

.col-7-days .daytitle span{
  font-size: 1rem;
}

.daytitle-empty{
  height: 4.5rem;
  margin: 0 10px;
}

.date-container {
  position: relative;
}
.date-edit {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 2rem;
}
.date-container:hover .date-edit {
  display: block;
}
.date-container h2 {
  padding: 0;
  line-height: 0.8;
}


.pull-right {
float: right;
position: relative;
top: -4px;
}

#ui-datepicker-div {
  background: dimgrey;
  box-shadow: 1px 10px 40px #0000008c;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: 600;
  font-size: 1.7rem;
  background: #565656;
  padding: 3px;
}
.ui-datepicker table.ui-datepicker-calendar th {
  padding: 5px;
  background: #7d7d7d;
}

.print {
  margin-top: 10px;
}
.cf:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.ui-dialog {
  z-index: 9999;
  background: #fff;
}

.strong {
  font-weight: 800;
}

.red {
  background: #ffecec;
  border-color: #ff8e8e;
}

svg:not(:root).svg-inline--fa {
  overflow: visible
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
  vertical-align: -.225em
}
.modal-header {
  padding: 10px;
  background: #03aabf;
  color: #fff;
}
.modal-header .s7-close {
  color: #fff;
}


.modal-footer-cust {
  text-align: right;
  margin: 10px -30px -30px -30px;
  padding: 5px 10px 0px;
  background: #eaeaea; 
}
.loading-container {
  width: 100%;
  text-align: center;
  position: relative;
  top: -36px;
  left: -12px;
}

#loading {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid rgb(255, 255, 212);
  border-radius: 50%;
  border-top-color: #c1c1c1;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  }

  @keyframes spin {
  to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
.simplecolorpicker span.color {
  border: 1px solid #ddd;
  width: 20px;
}

.toast-success {
  background-color: #34bfa3;
  color: #fff;
  -webkit-box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
  -moz-box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
  box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
}
#intemporels .item-0>.title {
  background: #2cc185;
  color: #fff;
}


.fc-today-button {
  background-color: #2cc185;
  border-color: #2cc185;
}

.fc-view-container {
  background-color: #f9f7f7;
}


.fc-event, .fc-event-dot, .fc-event:hover, .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #222;
  background-color: #ffffff;
  border: 1px solid #cccccc!important;
  padding: 0.3rem;
  overflow: visible;
}

.fc-time-grid-event {
  display: flex;
  justify-content: space-between;
}

.fc-content {
  display: flex;
  flex-direction: column;
}

.fc-allow-mouse-resize  {
  
} 

.fc-initiales {
  align-self: flex-end;
  width: fit-content;
  height: 14px;
  padding: 1px 4px;
}
.fc-title, .fc-time-grid-event.fc-short .fc-title {
  padding: 1px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.fc-lieu {
  font-weight: 400;
}
.fc-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  flex-direction: row;
}
.fc-time-grid-event {
  border-color: #cccccc!important;
}
.noninput {
  width: 100%;
  background: #e6e3e3;
  display: flex;
  padding: 10px 20px;
}

.swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: none!important;
}

a.ui-corner-all:hover {
  color: rgb(104, 231, 248)!important;
}

footer {
  margin-top: auto;
  background: #333;
  color: #fff;
  padding: 10px;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer-left {
  text-align: left;
}
.footer-right {
  text-align: right;
}
.warningbottom {
  position: fixed;
  bottom: 0;
  left:0;
  right:0;
  background: #50505067;
  color: #fff;
  padding: 7px;
  z-index: 9999;
}


@media (max-width: 767px) {
  .btn-group {
    display: flex; 
  } 
  .btn-group button{
    flex: 1;
    width: 100%; 
  } 
  .list-wrapper {
    width: 270px;
    display: inline-block;
  }
  .col-0-days .list-wrapper, .col-1-days .list-wrapper {
    width: 100%;
  }
  .footer-left, .footer-right {
    text-align: left;
  }

  
  #canvas-container {
   
  }
  #canvas {
    overflow: auto;
  }
  #board {
    
 
  }
  .col-7-days, .col-3-days {
    flex: none;
    float: left;
  }
  .days-3 .col-flex {
    display: block;
    width: 820px;
  }

  .days-7 .col-flex {
    display: block;
    width: 1920px;
  }



      .main-content {
          padding-top: 25px;
          padding-left: 0;
          padding-right: 0;
      }
      .panel-body {
          padding: 14px 5px;
      }

      table.dataTable {
        font-size: 0.7rem;
    }

}

@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: -3px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #2cc185;
  background: #2cc185; }

.magic-checkbox:checked[disabled] + label:before {
  border: #2cc185;
  background: #2cc185; }


@media (max-width: 600px) {
  
  


  
  
  }

/* Let's get this party started */
::-webkit-scrollbar-button:hover{ background-color: #AAA; } 
::-webkit-scrollbar-thumb{ background-color: #808080; } 
::-webkit-scrollbar-thumb:hover{ background-color: #606060; } 
::-webkit-scrollbar-track{ background-color: #efefef; } 
::-webkit-scrollbar-track:hover{ background-color: #CCC; } 
::-webkit-scrollbar{ width: 13px; }



@media (min-width:1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        width: 95%;
        max-width: 100%
    }
}

@media (min-width:1700px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        width: 1640px;
        max-width: 100%
    }
}



#calendar-left {
  padding: 20px 40px;
}

.calendar {
  width: 100%;
  margin-top: 10px;
}

.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}
.highlighted {
  background: yellow !important;
}

#calendar-right {
  padding: 0;
  background: #e5e5e5;
  box-shadow: -20px 0px 40px -20px #aaa;
}

.header-year {
  padding-left: 1rem;
  font-weight: 200;
}

.tablemois-container {
  width: 33%;
}

.tablemois {
  width: 90%;
  margin-bottom: 30px;
}

.tablemois th, .tablemois td {
  text-align: center;
  padding: 0.9rem;
}

.tablemois th {
  font-size: 1.5rem;
  font-weight: 200;
}
.calendar table.month th.month-title {
  font-size: 1.5rem;
  font-weight: 200;
  padding-bottom: 5px;
  padding-top: 20px;
}

.calendar table td, .calendar table th {
  width: 30px;
  height: 27px;
}
.calendar table.month tr td.range .day-content {
  background: #ffeb3b75!important;
}

.box {
  background: #737373;
  margin-bottom: 20px;
  box-shadow: 0px 5px 20px #8d8d8d;
}

.p20 {
  padding: 10px 20px;
  margin: 0;
  color: #fff;
}
h2.p20 {
  padding: 12px 20px;
  background: #504f4f;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 800;
}

.rht .total .p20 {
  color: #272727;
}


.autres .box-group.total {
  background: #321b5a;
}

.autres .box-group {
  background: #462681;
}

.rht .box-group {
  background: #c3c3c3;
}


.box-table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.box-table td {
  padding: 5px 20px;
}
.box-table td.nopadding {
  padding: 0 20px;
}

.number {
  font-size: 3em;
  font-weight: 800;
}
.numbertitle {
  padding-left: 10px;
  position: relative;
  top: -4px;

}
.td1 {
  background: #b07676;
}

.td2 {
  background: #b05c5c;
}

.td3 {
  background: #bf3939;
}

.box-table .n-1 {
  background: #8d4949;
  padding-top: 15px;
}
.box-table .total {
  padding-top: 15px;
  background: #754141;
}

.nuit1 {
  background: #3c82a2;
  
}
.nuit2 {
  background: #326c87;
}    
.nuit3 {
  background: #22566e;
}    
.box-table .nuit4 {
  background: #153d50;padding-top: 15px;
}    
.box-table .nuit5 {
  background: #071f2b;padding-top: 15px;
}

.scroll {
  margin: 0 -10px;
  overflow: auto;
  overflow-x: hidden;
}
.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.scroll::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}
.modal-footer-cust {
  text-align: right;
  margin-top: 0px;
}

.scrolltable {
  
}

.table-right {
  width: 100%;
  margin-top: 20px;
}

.table-right td {
  padding: 2rem 1rem;
}

.jour {
  font-size: 1.2rem;
}

.samedi {
  background: #E4E3E4;
}

.dimanche {
  background: #d8d8d8;
}

.booked1 {
  background: #a9d7c6;
}
.booked2 {
  background: #dbb5b2;
}
.booked3 {
  background: #ccc;
}
.ferie {
  background: #ccc;
}

.pending {
  opacity: 0.7;
}
.day-content {
  width: 34px;
  height: 32px;
  line-height: 24px;
  padding-right:10px!important
}
.day-content .fa-moon {
  font-size: 7px;
  position: relative;
  top: -4px;
}


.holidays{
  background: #333;
  color: white;
}
.green1, .green1-green1  {
  background: #006e46;
  color: white;
}
.red1, .red0-red1, .red1-red0, .red1-red1 {
  background: #941108;
  color: white;
}
.red0  {
  background: #831008;
  color: white;
}

.green1.p125, .green1.p150 {
  background: #005637;
  color: white;
}
.green1-red1, .red1-green1 {
  background:linear-gradient(135deg, #006e46 0%,#006e46 50%,#941108 51%,#941108 100%);
  box-shadow: inset 1px 1px 0px #006e46;
  color: white;
}
.green1-red0, .red0-green1 {
  background:linear-gradient(135deg, #006e46 0%,#006e46 50%,#941108 51%,#941108 100%);
  box-shadow: inset 1px 1px 0px #006e46;
  color: white;
}
.green1-out1, .out1-green1 {
  background:linear-gradient(135deg, #006e46 0%,#006e46 50%,#7927b0 51%,#7927b0 100%);
  box-shadow: inset 1px 1px 0px #006e46;
  color: white;
}

.green1-out2, .out2-green1 {
  background:linear-gradient(135deg, #006e46 0%,#006e46 50%,#a7a7a7 51%,#a7a7a7 100%);
  box-shadow: inset 1px 1px 0px #006e46;
  color: white;
}
.red0-out1, .out1-red0, .out1-red1, .red1-out1 {
  background:linear-gradient(135deg, #941108 0%,#941108 50%,#7927b0 51%,#7927b0 100%);
  box-shadow: inset 1px 1px 0px #941108;
  color: white;
}
.red0-out2, .out2-red0, .out2-red1, .red1-out2 {
  background:linear-gradient(135deg, #941108 0%,#941108 50%,#a7a7a7 51%,#a7a7a7 100%);
  box-shadow: inset 1px 1px 0px #941108;
  color: white;
}


.green2,  .green1-green2, .green2-green1 {
  background: #189416;
  color: white;
}

.green2-red1, .red-green2 {
  background:linear-gradient(135deg, #189416 0%,#189416 50%,#941108 51%,#941108 100%);
  box-shadow: inset 1px 1px 0px #189416;
  color: white;
}

.green2-out1, .out1-green2 {
  background:linear-gradient(135deg, #189416 0%,#189416 50%,#7927b0 51%,#7927b0 100%);
  box-shadow: inset 1px 1px 0px #189416;
  color: white;
}



.green3 {
    background: #328247;
    color: white;
  }

  .green1-green3, .green3-green1  {
    background:linear-gradient(135deg, #328247 0%,#328247 50%,#006e46 51%,#006e46 100%);
    box-shadow: inset 1px 1px 0px #328247;
    color: white;
  }
  
  .green3-red1, .red-green3 {
    background:linear-gradient(135deg, #328247 0%,#328247 50%,#941108 51%,#941108 100%);
    box-shadow: inset 1px 1px 0px #328247;
    color: white;
  }
  
  .green3-out1, .out1-green3 {
    background:linear-gradient(135deg, #328247 0%,#328247 50%,#7927b0 51%,#7927b0 100%);
    box-shadow: inset 1px 1px 0px #328247;
    color: white;
  }


.out1 {
  background: #7927b0;
  color: white;
}

.out2 {
  background: #a7a7a7;
  color: #272727;
}

.out1-out1 {
  background:linear-gradient(135deg, #6c249c 0%,#6c249c 50%,#7927b0 51%,#7927b0 100%);
  box-shadow: inset 1px 1px 0px #6c249c;
  color: white;
}
.out2-out2 {
  background:linear-gradient(135deg, #a7a7a7 0%,#a7a7a7 50%,#a7a7a7 51%,#a7a7a7 100%);
  box-shadow: inset 1px 1px 0px #a7a7a7;
  color: #272727;
}
.out1-out2, .out2-out1 {
  background:linear-gradient(135deg, #6c249c 0%,#6c249c 50%,#a7a7a7 51%,#a7a7a7 100%);
  box-shadow: inset 1px 1px 0px #a7a7a7;
  color: white;
}

.color-2, .color-3 {
  background: #cfbebd;
}
.color-7 {
  background: #a89a99;
}
.color-1, .color-10, .color-11 {
  background: #adcbc0;
} 

.color-0 {
  background: #ccc;
}
.color-20,
.color-21,
.color-22,
.color-23,
.color-24,
.color-25,
.color-26
.color-27,
.color-28,
.color-29,
.color-30,
.color-31,
.color-32,
.color-33,
.color-34 {
  background: #dcd0e4;
}

.opacity50 {
  opacity: 0.5;
}
.opacity0 {
  opacity: 0;
}

.day-start, .day-end {
  color:#fff;
}

.today {
  background: #d0faff;
  border-radius: 100px;
}

.imgcircle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  margin-right: 10px;
  float: left;
  background-size: 100%;
  color: #eee;
  background-color: #c6c6c6;
  font-size: 22px;
  display: table;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
}



.extra {
    display: flex;
    flex-direction: column;
    position: relative;
    right: -18px;
    bottom: 18px;
}

.extra svg {
    font-size: 8px!important;
}

.flex-team {
    display: flex;
    width:100%;
}

.date-team {
    padding: 0;
    width: 100%;
}

.extra-team {
        position: relative;
        right: 10px;
        bottom: 2px;
        font-size: 8px;
}

.calendar-container-inner .calendar-header h1 {
  color: #555;
  font-size: 22px;
  margin: 13px 0 0;
}

.form-group {
  margin: 3px;
}

.col-right {
  margin: auto;
}

.modal-dialog,
.modal-content {
  max-width: 820px;
}

.col-4 {
  text-align: right;
}

.cahier.ferie {
  height: auto;
  flex: 1;
  margin-bottom: 32px;
}

.ferie .item-0>.title {
  background: #ecd1d1;
  box-shadow: none;

}

.ferie .item-0 {
  background: #eccfcf;
  background: linear-gradient(to bottom, #eccfcf 1%, #eaeaea 95%, #ffffff 100%);
}

.ferie .sortable_list {
  flex: 1;
}

#modalcontent {
  display: none;
}

.ui-dialog {
  z-index: 9999;
  background: #fff;
}

.strong {
  font-weight: 800;
}

#calendar-left {
  page-break-after:always;
  break-after: always;
}
#calendar-right {
  page-break-before:always;
  break-inside: avoid;
  break-before: always;
}

.nav-tabs {
    position: relative;
    bottom: -1px;
    z-index: 2;
  }
  
  .nav-tabs .nav-item {
    margin-bottom: 0;
    border-bottom: solid 1px white;
  }
  
  .mai-nav-tabs-sub > .nav-item > .nav-link .icon {
    position: relative;
    top: -2px;
  }

@media (max-width: 600px) {
  #calendar-right {
      padding: 30px;
  }
}


.month-title {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .main-content {
      margin-top: 0px;
  }
}

@media print {
  #calendar-left {
      background: #fff;
      display: block;
      page-break-after:always;
  }
  #calendar-right {
      background: #fff;
      box-shadow: 0;
      padding-top: 350px;
      page-break-before:always;
      break-inside: avoid;
      display: block;
  }
  .box {
      background: #fff;;
      width: 46%;
      margin: 15px;
      float:left;
  }
}
