.flex {
    display: flex;
}

.tableWidth {
  max-width: 200px;
}


#tableClients > #dataTable_wrapper > div > div > table > tbody > .custom-tr:hover{
  background-color: #eaecf4;
  /*cursor: pointer;*/
}

#tableTickets > #dataTable_wrapper > div > div > table > tbody > .custom-tr:hover{
  background-color: #f4f2ea;
  /*cursor: pointer;*/
}

#tableTickets > #dataTable_wrapper > div > div > div > .pagination > li > .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f6c23e;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

#tableTickets > #dataTable_wrapper > div > div > div > .pagination > li > .page-link:hover {
  z-index: 2;
  color: #f6c23e;
  text-decoration: none;
  background-color: #f4f2ea;
  border-color: #dddfeb;
}

#tableTickets > #dataTable_wrapper > div > div > div > .pagination > li > .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 197, 78, 0.25);
}

#tableTickets > #dataTable_wrapper > div > div > div > .pagination > li > .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

#tableUtilisateur > #dataTable_wrapper > div > div > table > tbody > .custom-tr:hover{
  background-color: #eaf4f4;
  cursor: pointer;
}

#tableUtilisateur > #dataTable_wrapper > div > div > div > .pagination > li > .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #36b9cc;
  background-color: #fff;
  border: 1px solid #ddebeb;
}

#tableUtilisateur > #dataTable_wrapper > div > div > div > .pagination > li > .page-link:hover {
  z-index: 2;
  color: #36b9cc;
  text-decoration: none;
  background-color: #eaf4f4;
  border-color: #ddebeb;
}

#tableUtilisateur > #dataTable_wrapper > div > div > div > .pagination > li > .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 213, 223, 0.25);
}

#tableUtilisateur > #dataTable_wrapper > div > div > div > .pagination > li > .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

#tableGroupe > #dataTableTwo_wrapper > div > div > table > tbody > .custom-tr:hover{
  background-color: #eaf4f4;
  cursor: pointer;
}

#tableGroupe > #dataTableTwo_wrapper > div > div > div > .pagination > li > .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5a5c69;
  background-color: #fff;
  border: 1px solid #ddebeb;
}

#tableGroupe > #dataTableTwo_wrapper > div > div > div > .pagination > li > .page-link:hover {
  z-index: 2;
  color: #5a5c69;
  text-decoration: none;
  background-color: #eaf4f4;
  border-color: #ddebeb;
}

#tableGroupe > #dataTableTwo_wrapper > div > div > div > .pagination > li > .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 213, 223, 0.25);
}

#tableGroupe > #dataTableTwo_wrapper > div > div > div > .pagination > li > .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

#tableTickets > div > div > div > table > tbody > .groupe-tr {
  background-color: #f0cdcd;
}

table > tbody > .type-1-tr {
  background-color: #f4f2ea;
}

table > tbody > .type-2-tr {
  background-color: #f4f2ea;
}

table > tbody > .type-3-tr {
  background-color: #f4f2ea;
}

table > tbody > .type-4-tr {
  background-color: #f4f2ea;
}

table > tbody > .type-5-tr {
  background-color: #f4f2ea;
}

table > tbody > .primary-tr {
  background-color: #cdd8f6;
}

table > tbody > .primary-tr:hover {
  background-color: #b7c7f2;
}

table > tbody > .secondary-tr {
  background-color: #dddde2;
}

table > tbody > .secondary-tr:hover {
  background-color: #cfcfd6;
}

table > tbody > .success-tr {
  background-color: #bff0de;
}

table > tbody > .success-tr:hover {
  background-color: #aaebd3;
}

table > tbody > .danger-tr {
  background-color: #f8ccc8;
}

table > tbody > .danger-tr:hover {
  background-color: #f5b7b1;
}

#titre-section-ticket {
  padding-top: 3rem;
}

.input-group > .selectize-control { display: flex !important; }


#listClient {
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.selectize-input::after {
  border-style: none !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-bottom: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* DEBUT AVATAR */
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
  
}

.avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-input {
  display: none;
}

.avatar-label {
  padding-left: 9px;
  padding-top: 9px;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all .2s ease-in-out;
}

.avatar-label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
/* FIN AVATAR */

.help-block {
  color: #e74a3b;
}

#calendrier{
  width: 100%;
  margin: auto;
}

.Hidden {
  display: none;
}

@media (max-width: 460px) {
  .HiddenMobile {
    display: none;
  }
}

.block_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 96, 96, 0.3);
  top: 0;
  z-index: 10000;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 100%;
  border-top: 10px solid #4e73df;
  width: 200px;
  height: 200px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  top: 25%;
  position: sticky;
}

.block_loader_data {
  /*background-color: rgba(96, 96, 96, 0.3);*/
}

.loader_data {
  border: 10px solid #bdbdc7;
  border-radius: 100%;
  border-top: 10px solid #4e73df;
  width: 200px;
  height: 200px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  top: 25%;
  position: sticky;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-listRoutine {
  cursor: pointer;
  padding: 0.5rem 0rem !important;
}

.recherche-listClient-alerte {
  color: #e74a3b !important;
}
.recherche-listClient-contrat {
  color: #1cc88a !important;
}
.recherche-listClient-contrat-expire {
  color: #f6c23e !important;
}
.recherche-listClient-contrat-non {
  color: #262626 !important;
}

.dt-button.btn-success-spe {
  color: #fff !important;
  background-color: #1cc88a !important;
  display: inline-block !important;
  font-weight: 400 !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border: 1px solid #1cc88a !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.35rem !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out  !important;
}

/* GESTION MENU FIXE */
.topbar {
  position: fixed;
  width: calc(100% - 6.5rem);
  z-index: 10;
}

.sidebar-toggled > #wrapper > #content-wrapper > #content > .topbar {
  width: 100%;
}
.custom-container {
  margin-top: 6.375rem;
}

#dataTableCard, 
.custom-container > .row > .col-12, 
.custom-container > .row > .col-12 > #dataTableCard > .card-body > .table-responsive > .dataTables_wrapper > .row > .col-sm-12 {
  position: unset;
}

#listRoutine > p {
  padding-left: 10px !important;
}

@media (min-width: 768px) {

  .sidebar,
  .sidebar.toggled {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .sidebar::-webkit-scrollbar,
  .sidebar.toggled::-webkit-scrollbar {
    width: 20px;
  }

  .sidebar::-webkit-scrollbar-thumb,
  .sidebar.toggled::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 20px;
    border: 7px solid transparent;
    background-clip: content-box;
  }
  
  .sidebar::-webkit-scrollbar-track,
  .sidebar.toggled::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .sidebar .nav-item .nav-link {
    padding-right: 2px;
  }

  .topbar {
    width: calc(100% - 14rem);
    margin-left: 14rem;
  }

  .custom-container {
    margin-left: 14rem;
    width: calc(100% - 14rem);
  }
  
  .sidebar-toggled > #wrapper > #content-wrapper > #content > .custom-container {
    margin-left: 0;
    width: 100%;
  }

  .sidebar-toggled > #wrapper > #content-wrapper > #content {
    margin-left: 6.5rem;
  }

  .sidebar-toggled > #wrapper > #content-wrapper > #content > .topbar {
    width: calc(100% - 6.5rem);
    margin-left: 0;
  }
}

button > span > i {
  margin-top: 2.5px;
}

.scroll-to-top i {
  margin-top: 10px;
}

.dataTable > tbody > tr > td {
  vertical-align: middle !important;
}

::-webkit-scrollbar {
  width: 20px;
}

#typeInterventionCard{
  min-height:300px;
}

::-webkit-scrollbar-thumb {
  background: #4e73df;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

#etapeProjet > .card {
  width: 100%;
}

.card > .card-header > .card-titre[data-toggle="collapse"] {
  text-decoration: none;
  position: relative;
  padding: 0.75rem 3.25rem 0.75rem 0;
}

.card > .card-header > .card-titre[data-toggle=collapse].collapsed::after {
  content: '\f105';
}

.card > .card-header > .card-titre[data-toggle="collapse"]::after {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1.725rem;
  line-height: 45px; /*51px;*/
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  color: #d1d3e2;
}

#descriptionProjet > textarea {
  resize: none;
}

.selectize-control > .selectize-input {
  padding: .475rem .75rem !important;
}

.form-check {
  margin-bottom: 0.5rem;
}

.btn-etape {
    position: relative;
    padding: 0.25em 0.75em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    margin: 0 0.8em 1em;
    color: #b22833;
}

/*
ADMINISTRATION STYLE
*/


.border-left-pink {
  border-left: 0.25rem solid #ffbeff !important;
}

.text-pink {
  color: #ffbeff !important;
}


.border-left-red {
  border-left: 0.25rem solid #8f303e !important;
}

.text-red {
  color: #8f303e !important;
}


input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 2.5em;
  margin-top:-0.2em;
  margin-left:2rem;
  padding: 0;
  width: 10em;
}

#valeurCouleurEdit{
  margin-left:0;
}

#hexCouleurAdd{
  margin-left:0;
}

#hexCouleurEdit{
  margin-left:0;
}

/*ENLEVER LES BORDER SUR LE INPUT TYPE COLOR GOOGLE CHROME*/
input[type="color"]::-webkit-color-swatch {
	border: none;
}
/*ENLEVER LES BORDER SUR LE INPUT TYPE COLOR MOZZILA*/
input[type="color"]::-moz-color-swatch {
  border: none;
}


.menu-adm-link-wrapper
{
  display:flex;
  justify-content: space-around;
}
.menu-adm-link{
  margin:0;
  padding:0;
  text-align: center;
}

.top-icone-administration{
  display: block;
  font-size:4rem;
  margin-top:5rem;
  color:grey;
}

.top-icone-administration:hover{
  font-size: 5rem;
}

.menu-administration-text{
  color:#5a5c69;
  font-size:1.5rem;
}



.btn-administration
{ 
  margin-top:1rem;
} 

.btn-administration:hover{
  background-color: #2c7f8b;
}

.administration-actions-boutton{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}


.administration-actions-boutton:focus{
  outline: none;
}


.card-deck{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* 
ADMINISTRATION STYLE 
*/ 

.btn-etape.selected {
    font-weight: 700;
}

.btn-etape:before, .btn-etape:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b22833;
    transition: all 0.3s ease;
    transform: scale(0.85);
}

/*.btn-etape.selected:before {
    top: 0;
}*/

.btn-etape:hover:before {
    top: 0;
    transform: scale(1);
}

.btn-etape:hover:after {
    transform: scale(1);
}

/* Gestion bouton Microsoft */

.btn-microsoft {
  color: #fff;
  background-color: #464deb;
  border-color: #fff;
}

.btn-microsoft:hover {
  color: #fff;
  background-color: #3c3cde;
  border-color: #e6e6e6;
}

.btn-microsoft:focus, .btn-microsoft.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft.disabled, .btn-microsoft:disabled {
  color: #fff;
  background-color: #464deb;
  border-color: #fff;
}

.btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active,
.show > .btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: #3c3cde;
  border-color: #dfdfdf;
}

.btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus,
.show > .btn-microsoft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.displayProjet {
  display: none;
}

.displayTicket {
  display: none;
}

.displayStatistique {
  display: none;
}

@media(max-width:760px){
  #headerTicket {
    display:none;
  }
  #dropdownMenuButton {
    display:none;
  }

}