/*** ANCIEN CSS ***/
.images-list pdf-thumbnail-file {
  display: block;
  width: 100%;
  height: 100%;
}
.images-list .image-item {
  height: 150px;
  width: 150px;
  display: inline-block;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
  position: relative;
  vertical-align: top;
}
.images-list .image-item .close-file {
  color: #6b6f82;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  top: -11px;
  right: -11px;
  height: 25px;
  width: 25px;
  line-height: 21px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.19);
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.19);
  border: 1px solid rgba(62, 57, 107, 0.5);
}
.images-list .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.images-list .image-item-add {
  height: 150px;
  width: 150px;
  display: inline-block;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
  border: 1px solid #f4f4f4;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: top;
}
.images-list .image-item-add > span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 100;
}
.input-group-text {
  padding: 0 0.5rem !important;
}
.pull-up-active {
  -webkit-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
  box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
  z-index: 999;
}
.mr-0-5 {
  margin-right: 0.5rem;
}
.lds-main {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #896D66;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
.content-body {
  height: auto !important;
}
.mh-600 {
  min-height: 600px;
}
.calendar-arrow {
  width: 50px;
  position: relative;
}
.calendar-arrow > i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.weekly-calendar {
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0px 10px;
  background: #342d2b;
  border-radius: 10px;
}
.weekly-calendar .selectable-day {
  cursor: pointer;
}
.weekly-calendar .selectable-day .week-day-value {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.weekly-calendar .selectable-day:hover .week-day-value {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #9a9a9a;
}
.weekly-calendar .week-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 100%;
}
.weekly-calendar .week-empty .week-empty--day {
  background: #342d2b;
  color: #fff;
  line-height: 25px;
  text-align: center;
  height: 25px;
  width: 100%;
  position: relative;
}
.weekly-calendar .week-month {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #907A73;
}
.weekly-calendar .week-name {
  background: #332D2B;
  color: #fff;
  line-height: 25px;
  text-align: center;
  height: 25px;
  width: 100%;
}
.week-day,
.dragItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: 100%;
}
.week-day .week-day-value,
.dragItem .week-day-value {
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  color: #332D2B;
  line-height: 25px;
  text-align: center;
  height: 28px;
  width: 100%;
  position: relative;
  font-weight: 600;
}
.week-day .week-day-name,
.dragItem .week-day-name {
  background: #332D2B;
  color: #fff;
  line-height: 25px;
  text-align: center;
  width: 20px;
  height: 28px;
  min-width: 20px;
}
.week-day .moment {
  color: grey;
  font-size: 10px;
}
.week-day .day-index {
  color: black;
  background-color: white;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0px 10px 0px 0px;
}
.week-day .week-day-value-alert,
.dragItem .week-day-value-alert {
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #795548;
}
.inline-middle-left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.border-tab-content {
  border: 1px solid #BABFC7;
  border-top: none;
}
.border-top-color-warning-1.active {
  border-top-color: #FF8942 !important;
}
.progress-upload {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-shadow: black 0 0 5px;
  font-size: 14px;
  background: #00000094;
  width: 100%;
  text-align: center;
}
.tooltip-data {
  text-align: left;
}
body {
  position: relative;
}
.dragItems {
  width: 120px;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.8;
  height: 25px;
}
.dragItems .dragItem {
  /*&:first-of-type{
              .week-day-value{
                  background-color: transparent !important;
              }
          }*/
}
.dragItems .dragItem .week-day-name {
  visibility: hidden;
}
.modal .modal-dialog .modal-content {
  min-width: 50vw;
}
.alerts-step {
  padding: 5px 10px;
  border-radius: 12px;
  display: inline-block;
  margin: 5px 5px;
  font-weight: 600;
  color: white;
  background-color: #907A73;
  border: 2px solid #907A73;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.alerts-step:hover {
  color: #907A73;
  background-color: white;
}
.drop-hover .week-day-value {
  border: 2px dashed #9a9a9a;
}
.btn-primary {
  border: 2px solid #927a73 !important;
  background-color: #927a73 !important;
  -webkit-transition: all 200ms ease !important;
  -o-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
}
.btn-primary:hover {
  border: 2px solid #927a73 !important;
  background-color: transparent !important;
  color: #927a73 !important;
}
.btn-small {
  border: 2px solid #927a73 !important;
  background-color: #927a73 !important;
  -webkit-transition: all 200ms ease !important;
  -o-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
  padding: 5px !important;
}
.btn-small:hover {
  border: 2px solid #927a73 !important;
  background-color: transparent !important;
  color: #927a73 !important;
}
.warning.darken-1 {
  color: #927a73 !important;
}
.border-top-color-warning-1.active {
  border-top-color: #927a73 !important;
}
.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
  border: 1px solid #927a73 !important;
  color: #927a73 !important;
}
.pagination > li.active > a {
  background: #927a73 !important;
  color: #fff !important;
}
/*** FIN ANCIEN CSS ***/
.optimisation {
  display: none;
}
.month {
  padding: 2px 12px;
  border: 1px solid rgba(169, 169, 169, 0.48);
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
.nav-link {
  border-radius: 5px 5px 0px 0px !important;
}
#DataTables_Table_0_wrapper {
  padding: 0 !important;
}
#DataTables_Table_0_filter {
  margin-left: 40px;
  margin-bottom: 20px;
}
#DataTables_Table_0 tr {
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#DataTables_Table_0 tr:hover {
  background-color: rgba(144, 122, 115, 0.14117647);
}
.b-color-disabled{
  background-color: rgba(0, 0, 0, 0.05);
}



.card .media-body .notif-label{
  display: none!important;
}

.card .media-body .notif-label:first-of-type{
  display: block!important;
}

.card .pipedrive-label.old, .navbar-container .pipedrive-label.old{
  background-color: #d32f2f!important;
}

.card .pipedrive-label, .navbar-container .pipedrive-label{
  background-color: #1ec481;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  margin-top: 10px;
}




.btn-info{
  border-color: #322b29 !important;
  background-color: #322b29 !important;
  transition: all 200ms;
}

.btn-info:hover, .btn-info:focus{
  border-color: #322b29 !important;
  background-color: #322b29 !important;
  transform: translateY(-1px) scale(1.00);
  box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
}



/****** ICO OWNER *****/
.ico-owner{
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ico-owner::after{
  content:'';
  color:black!important;
  font-weight: bold;
  font-size: 14px;
}

.ico-owner.ico-small{
  width: 25px;
  height: 25px;
}

.ico-owner.ico-small::after{
  content:'';
  color:white;
  font-weight: bold;
  font-size: 12px;
}

/**** Personnalisation ****/
.ico-owner.owner-3814195{
  background-color: #5cb85c;
}

.ico-owner.owner-3814195::after{
  content:'C1';
}
/**************************/
.ico-owner.owner-8037706{
  background-color: #5cb85c;
}

.ico-owner.owner-8037706::after{
  content:'C1';
}
/**************************/
.ico-owner.owner-4403949{
  background-color: #aa66cc;
}

.ico-owner.owner-4403949::after{
  content:'C2';
}
/**************************/
.ico-owner.owner-4438461{
  background-color: #337ab7;
}

.ico-owner.owner-4438461::after{
  content:'C3';
}
/**************************/
.ico-owner.owner-22990535{
  background-color: #ffff00;
}

.ico-owner.owner-22990535::after{
  content:'C4';
}
/**************************/
.ico-owner.owner-4403936{
  background-color: #ff3296;
}

.ico-owner.owner-4403936::after{
  content:'C5';
}
/**************************/
.ico-owner.owner-8037717{
  background-color: #ff0000;
}

.ico-owner.owner-8037717::after{
  content:'C6';
}
/**************************/
.ico-owner.owner-10248691{
  background-color: #F5F5DC;
}

.ico-owner.owner-10248691::after{
  content:'C7';
}
/**************************/

.ico-owner.owner-12075801{
  background-color: orange;
}

.ico-owner.owner-12075801::after{
  content:'C8';
}
/**************************/

.ico-owner.owner-12761481{
  background-color: #019297;
}

.ico-owner.owner-12761481::after{
  content:'C10';
}
/**************************/


.ico-owner.owner-13755969{
  background-color: #b5ad48;
}

.ico-owner.owner-13755969::after{
  content:'C9';
}
/**************************/


.no-bb{
  border-bottom: 0px!important;
}

.content-body.isBe{
  margin-left: 0px!important;
}

.left-card{
  background-color: white;
  border-radius: 5px;
  margin-bottom: 1.875rem;
  box-shadow: 0px 8px 9px rgba(62, 57, 107, 0.2)!important;
  padding: 0px;
}

.left-card button{
  white-space: pre-line!important;
}

.left-card .nav-item a{
  padding: 12px 30px 12px 18px;
}

.left-card .nav-item{
  list-style: none;
}

.left-card .nav-item a{
  width: 100%;
  display: block;
}

.container-btn-menu{
  height: 100%;
  margin: 0px!important;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-main{
  overflow: hidden!important;
}


#table-dispo input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

#table-dispo label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 26px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

#table-dispo label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

#table-dispo input:checked + label {
	background: #bada55;
}

#table-dispo input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}