.mai-top-header .navbar-brand {
  width : 300px;
  background-image: none;
  font-family: 'Oleo Script', cursive;
  font-size: 2em;
}

@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: #0394a7;
  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: #029db1;
  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{
  font-size: 1.3rem;
  text-align: center;
  height: 1rem;
}

.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: #00BCD4;
  color: #fff;
}


.fc-today-button {
  background-color: #029db1;
  border-color: #029db1;
}

.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: #00BCD4;
  background: #00BCD4; }

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


@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: #CCC; } 
::-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%
    }
}