@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
body {
  font-family: 'Cabin', sans-serif !important;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*End Absolute Center Spinner */
/*bar for search users*/
.search
{
	margin-bottom: 20px;
}
.search-bar li{
	list-style: none;
	display: inline-block;
	padding: 10px 5px 0px 0px;
}
.form-padding{
	padding: 20px 0px;
}
.page-header-home{
	margin-bottom: 0px;
}
/* align btn for form*/
.align-btn
{
	margin-top: 26px;
}
#allworkeforces tbody tr
{
	cursor: pointer;
}
#details_worker,#add_worker
{
	display: none;
}
.dataTable
{
	/* margin: 20px 0; */
}
#richtext
{
	display: none;
}
#holiday_worker
{
    margin-top: 26px;
    position: absolute;
    right: 0;
    background-color: #B71234;
    border-color: #B71234;
}
.nav-pills li.active button
{
  color: #40a69a;
  transition:.3s;
  border: 1px solid #40a69a;
}
.calendar table td
{
  font-size: 11.5px;
}
/*calendar td hover*/
.calendar table.month td.day .day-content:hover
{
  background: rgba(33, 150, 243, 0.52);
}

.box-typical
{
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d8e2e7;
  margin: 0 0 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.day-content
{
  position: relative;
}
.role_dev.demandevacances-bg
{
  background-color: #080;
  color: #fff;
}
.role_seo.demandevacances-bg
{
  background-color: #3B5998;
  color: #fff;
}
.role_sda.demandevacances-bg
{
  background-color: #5F4F3A;
  color: #fff;
}
.role_cca.demandevacances-bg
{
  background-color: #A4509B;
  color: #fff;
}
.role_sales.demandevacances-bg
{
  background-color: #404E5A;
  color: #fff;
}
.role_rrh.demandevacances-bg
{
  background-color: #FF9980;
  color: #fff;
}

.malade-bg
{
  background-color: #6D431D;
  color: #fff;
}
.pasjustifie-bg
{
  background-color: #f00;
  color: #fff;
}
.dev-bg
{
  background-color: #080;
  color: #fff;
}
.seo-bg
{
  background-color: #3B5998;
  color: #fff;
}
.sda-bg
{
  background-color: #5F4F3A;
  color: #fff;
}
.cca-bg
{
  background-color: #A4509B;
  color: #fff;
}
.sales-bg
{
  background-color: #404E5A;
  color: #fff;
}
.rrh-bg
{
  background-color: #FF9980;
  color:#000;
}
.day-content.day-off.jourferie-bg:after
{
    background: #800080;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
}

.Nouveaunee-bg
{
  background-color: #00FFFF;
  color: #000;
  opacity: 1;
}
.colors-guide-list .color-double
{
  background-color: transparent;
}
.mariage-bg,.colors-guide-list .color-double.mariage-bg
{
  background-color: #0081C6;
  color: #000;
  opacity: 1;
}
.dev-bg.seo-bg:before {
  content: "";
  width: 12px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0ACF5B;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  background-color: #343434;
  border-radius: 2px;
}
.year-title_span
{
  pointer-events: all;
}
.table > thead:nth-child(1) > tr > th
{
  border-bottom: 1px solid #bbb;
}
@media (min-width: 769px)
{
.nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #37474f;
}
	.nav-tabs > li {
    	width: 25%;
    	text-align: center;
	}


}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
      border-left: 1px solid #546E7A;
      border-right: 1px solid #546E7A;
}
.nav-tabs {
    border-bottom: 1px solid #c9d3d8;
}
.nav-tabs.nav-tabs-highlight > li.active > a, .nav-tabs.nav-tabs-highlight > li.active > a:hover, .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #546E7A;
    border-bottom: 4px solid #546E7A;
    border-left: 4px solid #546E7A;
}
.glyphicon-delete{
  padding-left: 10px;
  color: red;
  cursor: pointer;
}
.glyphicon-edit{
  padding-left:5px;
  color: green;
  cursor: pointer;
}
.footer{
  padding-left: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #546E7A;
    border-color: #546E7A;
    border-radius: 0px;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover{
  background-color: #546E7A;
    border-color: #546E7A;
}
/*.loading:not(:required):after{
  -webkit-box-shadow: #fff 1.5em 0 0 0,
   #fff 1.1em 1.1em 0 0,
   #fff 0 1.5em 0 0,
   #fff -1.1em 1.1em 0 0,
   #fff -1.5em 0 0 0,
   #fff -1.1em -1.1em 0 0,
   #fff 0 -1.5em 0 0,
   #fff 1.1em -1.1em 0 0;
   background-color: #26a69a;
}*/
.input-group-addon > i{
  color:#26a69a;
}
.icon-green, .icon-green:hover, .icon-green:focus
{
  color: #26a69a;
}
#columns
{
  padding-left: 0;
}
.editTemplateSection
{
	display: none;
}
.footer
{
	position: static;
}
.endDateContrat_addSection,.dateTitulation_addSection,.period_addSection,.period_updateSection,.endDateContrat_updateSection,.dateTitulation_updateSection
{
	display: none;
}
#errorSection,#succesSection
{
	display: none;
}
.hideSection
{
	position: absolute;
    right: 10px;
    cursor: pointer;
    width: 10px;
}
span.btn.btn-default.btn-file,span.btn.btn-default.btn-file
{
    margin-top: -180px;
    width: 150px;
    height: 155px;
    background-color: transparent;
    border-color: transparent;
}
span.fileinput-new, span.fileinput-exists,#workeforceForm span.fileinput-new,span.fileinput-exists
{
  display: none;
}
.content:first-child
{
  padding-top: 0;
}
.text-primary, .text-primary:hover, .text-primary:focus {
    color: #26a69a !important;
}
.input-group-addon
{
  color: #26a69a;
}
.editableform .form-control
{
  min-width: 100px;
}
.w-10pct
{
  width: 10%;
}
#holidayModal
{
  display: none;
}
/*.table > tbody > tr > td
{
  padding: 5px 10px;
  text-align: left;
}*/
.dataTables_wrapper
{
  overflow-wrap:unset;
}
.year-title_span
{
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
#scheduler .calendar-header table th
{
  pointer-events: none;
}
.Y_hidden
{
  display: none;
}
#scheduler .calendar-header table th.next, #scheduler .calendar-header table th.prev
{
  vertical-align: middle;
  pointer-events: all;
}
.remainingLastYear
{
  color: #FF530D;
}
.remainingDays
{
  color: #5e53ab;
  font-weight: bold;
}
.pointage .table thead:nth-child(1) th
{
    background: #eceff4;
    color: #000;
}
.pointage .table-bordered, .pointage .table-bordered td, .pointage .table-bordered th
{
  border: 1px solid #000;
  text-align: center;
}
#pointage_table td {
    height: 30px;
    padding: 0;
}
.action.btn
{
  background-color: #26a69a !important;
  border-color: #26a69a !important;
  color: #fff;
}
#addWorkeforce
{
  float: right;
}
.editable-click, a.editable-click, a.editable-click:hover
{
  border-bottom: none;
}
.page-container
{
  padding-top: 0;
}
.table-responsive tr {
    cursor: pointer;
}
.ws_details label {
    float: left;
    font-weight: bold;
    width: 65%;
    display: block;
}
.accounting  .table > tbody > tr > td
{
    text-align: left;
}
.ws_details div > div
{
  width: 35%;
  float: right;
}
.page-header
{
  margin-bottom: 60px;
}
.calendar table.month tr td .day-content
{
  padding: 5px;
}
td.day.new {
    border-top: 0px;
}
.weekend
{
    background-color: #f1eded;
}
.rel_holiday
{
  background-color: #DC6516 !important;
  color:#fff !important;
}
.nat_holiday
{
  background-color: #FFEB3B !important;
  color: #000 !important;
}
.rel_holiday,.nat_holiday
{
  opacity: 1 !important;
}
.calendar
{
  overflow: unset;
}
.dataTables_filter,.icon-spinner2,#allworkeforces,#not-advised,#Divmaladie
{
  display: none;
}
.icon-spinner2
{
  display: inline-block;
}
.ferie
{
  display: block;
  position: relative;
  top: -8px;
  right: -23px;
}
.ferie .fa
{
  font-size: 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
  padding: 12px 10px;
}
.dataTable thead .sorting
{
  padding-right: 25px;
}
span.required {
    color: #f00;
}
#details_worker .nav-tabs-bottom
{
  border-top: 0px;
}
.nav-tabs-bottom>li>a:hover
{
  border: 0px;
}
/* MOCTAR CONFIGURATION FOR NAV BAR */
.sidebar-contents ul.navigation li a {
  background: #fff !important;
}

/* MOCTAR CONFIGURATION FOR NAV BAR */
.required label:after {
  color: rgb(241, 86, 72);
  content: ' *';
  display: inline;
}


/*Custom CSS ALI*/


/*CV THEQUE */
.input-select{
  height :36px !important;

}

.modal-footer{

  padding : 20px !important;
}


.keyboardInputInitiator{
  position: absolute;
    right: 0;
    top: 40px;
    z-index: 9;
}

.modal-footer-del{

  padding: 20px !important;
}



/*Contrats */


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  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(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
    background-color: #26a69a ;
}

.pointer{

  cursor: pointer;
}

#view-files :hover{
  background-color: #5eafed;

}

.mail-attachments .mail-attachments-content {
    margin-left: 25px !important; }

.panel-body {
      padding: 9px;
  }
/* DEBUT CONFIG STYLE  FICHE ENTREPRISE    */

.ficheenthover:hover {

opacity: 0.5;

}

#ficheentreprise-datatable_info {
  padding: 10px;

}

#ficheentreprise-datatable_next  {
  margin: 10px;
}

/* BEGIN CONFIG FOR WORKEFORCE */
div#allworkeforces_info {
padding: 10px;
}

a#allworkeforces_next{
  margin: 10px;
}

/*  END CONFIG FOR WORKEFORCE */


/* BEGIN CONFIG FOR DEMANDE PAGE */
div#allDemandes_info {
padding: 10px;
}

a#allDemandes_next{
  margin: 10px;
}
/*  END CONFIG FOR DEMANDE PAGE */


/* BEGIN CONFIG FOR SIDEBAR */
.colormenuperso {
 list-style:none;
 background-color: #778899 !important ;

}
/* END CONFIG FOR SIDEBAR */

/* CONFIG FOR READ MORE */

.readlienutil{
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 10px;
    text-align: justify;
     height: 40px;
}
.read-lesslienutil{
   height: 100px !important;
 
}

/* END  CONFIG FOR READ MORE */

/* FIN CONFIG STYLE  FICHE ENTREPRISE    */


/*   CONFIG FOR DASHBORD */
.imgnotecircularedashboard{

    max-width: 100%;
    max-height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto

}


.imglogonotecircularedashboard{

    max-width: 100%;
    max-height: 100px;
     display: block;
    margin-left: auto;
    margin-right: auto

}


/*  END  CONFIG FOR DASHBORD */

.text-center-i{
  text-align: center !important;

}


.panel-h{

  padding-bottom: 0px !important;

}

.panel-flat > .panel-h{

  padding-bottom: 0px !important;
}

.panel-h h3{

  margin-bottom: 20px !important;
  font-size : 18px !important;
}

/*#list_cvTheque .dataTable{

    margin-top : 0px !important;
}

#list_repertoire .dataTable{
  margin-top : 0px !important;
}*/

#add_cvTheque .close{

  top: 46% !important;
}

/*#add_cvTheque .modal-title{

  font-size: 18px !important;
  margin-bottom: 12px !important;
}*/

#update-modal .close{
  top: 46% !important;

}

#update-modal .modal-title{

    font-size: 18px !important;
    margin-bottom: 12px !important;
}

/*#cvtheque-datatable_info, #repertoire-datatable_info{

  padding: 12px !important;
}
#cvtheque-datatable_paginate, #repertoire-datatable_paginate{

    margin: 0 20px 5px;
}
*/
.md-f{

  padding : 0px !important;
  margin-top :12px !important;
}

.cg-f{

  margin-bottom: 0px !important;
}

.view-files-title{

  font-size : 18px;
}

.file-content{
  padding : 5px !important;
}

.view-dialog-files{

  width: 700px !important;
}

.btn-close-files{

      margin-top: 30px !important;
}
.icon-spinner2:before{content:"\eb51";}

#codTravail { height : 68rem; border: 1rem solid rgba(0,0,0,.1); width:"100%";}

.hide_edit_code_travail
{
	display: none;
}

#convert-employee{

  color : #1E88E5;
}

.updt-cvtheque-close{

  position : relative !important;
}

.convert-ico{
     position: relative;
     right: 3px;
     top: -3px;
}


.selectboxit-arrow-kayupe {
  position: absolute;
  top: 50%;
  width: 16px;
  right: 12px;
  margin-top: -8px;
  text-align: right;
  line-height: 1;
}


.wizard > .actions > ul > li > a {
  background: #546e7a ;
  color: #fff ;
  display: block ;
  padding: 7px 12px ;
   border-radius: 0px; 
  border: 1px solid transparent ;
}

.active-label{

  margin-right: 18px !important;
}
.display_none{
  display: none;
}
.vir-footer{
  padding : 0px !important;
}

span.btn.btn-default.btn-file, span.btn.btn-default.btn-file {
  margin-top: -250px;
  width: 222px;
  height: 222px;
  background-color: transparent;
  border-color: transparent;
}

#tablecontratType > tbody > tr > td {
  text-align: center;
}

#add-btn{
   margin-right: 12px ;

}

#icon-export{

  margin-right: 6px;
}

.half-day:hover{
  /* background: transparent; */
}
   
.half-day-squar-morning{
  background: linear-gradient(to top left,#00000000 50%,#008800 50%);
}

.half-day-squar-evening{
  background: linear-gradient(to bottom right,#00000000 50%,#008800 50%);
}

/*.ui-datepicker-calendar {
        display: none;
        }*/

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.col-amountBonus input{

    width: 170px;
    float: left;
}

.edit-salary-bonus{

      position: relative;
    top: 8px;
    left: 11px;
}

.ico-cancel:hover{
  color : red;
  cursor: pointer;

}

.ico-edit-salary:hover{

  color :#43A047 !important;
  cursor: pointer !important;
}

.salaire-order-virement:hover{

  cursor: pointer !important;
  color : #FA5722 !important;
  border-color :#FA5722 !important ;
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

#table_banque > tbody > tr > td {
  text-align: center;
}

#details_worker .nav.nav-tabs li{
  width: 14.28%;
}
#payment-type-datatable > thead {
  background-color: #37474f; 
  color: white;
}

#allLanguages > tbody > tr > td {
  text-align: center;
}

/*#allworkeforces > tbody > tr > td {
  text-align: center;
}*/

#repertoire-datatable > tbody > tr > td {
  text-align: center;
}

#contrat-datatable > tbody > tr > td {
  text-align: center;
}

#allRoles > tbody > tr > td {
  text-align: center;
}
#payment-type-datatable > tbody > tr > td {
  text-align: center;
}
#image-profile{
  cursor: pointer;
}
#profile_img_upd{
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.fileinput-new{
  height: 230px;
  cursor: pointer;
}

/*NAV BAR FOR RESPONSIVE */


/*NAV BAR FOR RESPONSIVE */



#salary-datatable_info{
  margin-left: 10px;
}
#salary-datatable_length, #salary-datatable_paginate{
  margin-right: 10px;
}

.buttons-excel span{
  font-family: sans-serif;
}

/*CONFIG SWEET ALERT*/

/* .swal-button {

  background-color: #5b7784;

} */



/*CONFIG SWEET ALERT*/



/* MOBIL VIEW CONFIG */
@media screen and (max-width: 768px)
{
    .mobilviewcustom{
      display: block !important ;
    }

}
/* END MOBIL VIEW CONFIG */







#contrat-datatable > tbody > tr > td {
  cursor: pointer;
}

#upimgview, #addimgview {
  max-height: 230px;
  max-width: 230px;
}


#contrat-echeance > tbody > tr > td {
  text-align: center;
}

#repertoire_contrats-datatable > tbody > tr > td {
  text-align: center;
}

.deleteAttachement{
  cursor: pointer;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: 18px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #38c355;
}

input:focus + .slider {
  box-shadow: 0 0 1px #38c355;
}

input + .slider.slider-halfday {
  /* background-color: orange; */
  background:  url("../images/slider-afternoon-halfday.png") no-repeat center center / cover !important;
  /* background-position: center center; */
}
input:checked + .slider.slider-halfday {
  /* background-color: dodgerblue; */
  background:  url("../images/slider-morning-halfday.png") no-repeat center center / cover !important;
  /* background-position: center center; */
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.paginationjs {
  line-height: 1.6;
  font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 14px;
  box-sizing: initial;
}
.paginationjs:after {
  display: table;
  content: " ";
  clear: both;
}
.paginationjs .paginationjs-pages {
  float: left;
}
.paginationjs .paginationjs-pages ul {
  float: left;
  margin: 0;
  padding: 0;
}
.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input, .paginationjs .paginationjs-nav {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.paginationjs .paginationjs-pages li {
  float: left;
  border: 1px solid #aaa;
  border-right: none;
  list-style: none;
}
.paginationjs .paginationjs-pages li>a {
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.paginationjs .paginationjs-pages li>a:hover {
  background: #eee;
}
.paginationjs .paginationjs-pages li.active {
  border: none;
}
.paginationjs .paginationjs-pages li.active>a {
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff;
}
.paginationjs .paginationjs-pages li.disabled>a {
  opacity: .3;
}
.paginationjs .paginationjs-pages li.disabled>a:hover {
  background: 0 0;
}
.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a {
  border-radius: 3px 0 0 3px;
}
.paginationjs .paginationjs-pages li:last-child {
  border-right: 1px solid #aaa;
  border-radius: 0 3px 3px 0;
}
.paginationjs .paginationjs-pages li:last-child>a {
  border-radius: 0 3px 3px 0;
}
.paginationjs .paginationjs-go-input>input[type=text] {
  width: 30px;
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial;
}
.paginationjs .paginationjs-go-button>input[type=button] {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  vertical-align: middle\9;
}
.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text], .paginationjs.paginationjs-theme-blue .paginationjs-pages li {
  border-color: #289de9;
}
.paginationjs .paginationjs-go-button>input[type=button]:hover {
  background-color: #f8f8f8;
}
.paginationjs .paginationjs-nav {
  height: 30px;
  line-height: 30px;
}
.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input {
  margin-left: 5px\9;
}
.paginationjs.paginationjs-small {
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-pages li>a {
  min-width: 26px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-pages li.active>a {
  height: 26px;
  line-height: 26px;
}
.paginationjs.paginationjs-small .paginationjs-go-input {
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text] {
  width: 26px;
  height: 24px;
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-button {
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button] {
  min-width: 30px;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-nav {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
.paginationjs.paginationjs-big {
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-pages li>a {
  min-width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-pages li.active>a {
  height: 36px;
  line-height: 36px;
}
.paginationjs.paginationjs-big .paginationjs-go-input {
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
  width: 36px;
  height: 34px;
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-button {
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button] {
  min-width: 50px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-nav {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a {
  color: #289de9;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a:hover {
  background: #e9f4fc;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a {
  background: #289de9;
  color: #fff;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled>a:hover {
  background: 0 0;
}
.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button] {
  background: #289de9;
  border-color: #289de9;
  color: #fff;
}
.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text], .paginationjs.paginationjs-theme-green .paginationjs-pages li {
  border-color: #449d44;
}
.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover {
  background-color: #3ca5ea;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li>a {
  color: #449d44;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li>a:hover {
  background: #ebf4eb;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a {
  background: #449d44;
  color: #fff;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled>a:hover {
  background: 0 0;
}
.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button] {
  background: #449d44;
  border-color: #449d44;
  color: #fff;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text], .paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
  border-color: #ec971f;
}
.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover {
  background-color: #55a555;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a {
  color: #ec971f;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a:hover {
  background: #fdf5e9;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a {
  background: #ec971f;
  color: #fff;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled>a:hover {
  background: 0 0;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button] {
  background: #ec971f;
  border-color: #ec971f;
  color: #fff;
}
.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text], .paginationjs.paginationjs-theme-red .paginationjs-pages li {
  border-color: #c9302c;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover {
  background-color: #eea135;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li>a {
  color: #c9302c;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li>a:hover {
  background: #faeaea;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a {
  background: #c9302c;
  color: #fff;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled>a:hover {
  background: 0 0;
}
.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button] {
  background: #c9302c;
  border-color: #c9302c;
  color: #fff;
}
.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover {
  background-color: #ce4541;
}
.paginationjs .paginationjs-pages li.paginationjs-next {
  border-right: 1px solid #aaa;
}
.paginationjs .paginationjs-go-input>input[type=text] {
  line-height: 28px\9;
  vertical-align: middle\9;
}
.paginationjs.paginationjs-big .paginationjs-pages li>a {
  line-height: 36px\9;
}
.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
  height: 36px\9;
  line-height: 36px\9;
}

.nav-tabs.custom-inline{
  display:inline-flex;
  justify-content: space-between;
}
.nav-tabs.custom-inline li{
  margin-right: 20px;
  list-style-type:none;
}

a.disabled , a.disabled i{
  color: gray;
  pointer-events: none;
}

/* Color range container */
.daterangepicker{z-index:1151 !important; background-color: rgba(227, 227, 227, 0.6) !important; padding: 10px !important;}
td.today{ background: #2195F3 !important;}
/* td.today{ border: solid #2195F3 3px !important; border-radius: 30% !important; } */

td.off.disabled.holiday-approved:not(.weekend){background:green !important; color: white !important;}
td.off.disabled.holiday-waiting:not(.weekend){background: orchid !important; color: white !important;}
td.off.disabled.company-holiday{background: yellow !important; color: black !important;}

/* begin hover image */

.containerPicture {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.containerPicture img {
  width: 100%;
  height: auto;
}

.containerPicture #del_picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* background-color: #555; */
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  visibility: hidden;
}
/* end hover image */


/* Module - Calendrier des absences - Horizontal employee scroll */
div.scrollmenu {
  background-color: #f5f5f5;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scrollmenu a {
  display: inline-block;
  background-color: #42e0ff;
  color: white;
  text-align: center;
  padding: 0.2em 0.4em 0.2em 0.2em ;
  margin: 0 0.5em;
  text-decoration: none;
  border-radius: 30px;
}

div.scrollmenu a:hover {
  background-color: #777 !important;
}


.styled-checkbox {
  --normal-bg: #eee;
  --hover-bg: #ddd;
  --active-bg: #44D1C4;
}
.styled-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.styled-checkbox label:before {
  content: "";
  background-color: var(--normal-bg);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px' fill='white'><path d='M 41.9375 8.625 C 41.273438 8.648438 40.664063 9 40.3125 9.5625 L 21.5 38.34375 L 9.3125 27.8125 C 8.789063 27.269531 8.003906 27.066406 7.28125 27.292969 C 6.5625 27.515625 6.027344 28.125 5.902344 28.867188 C 5.777344 29.613281 6.078125 30.363281 6.6875 30.8125 L 20.625 42.875 C 21.0625 43.246094 21.640625 43.410156 22.207031 43.328125 C 22.777344 43.242188 23.28125 42.917969 23.59375 42.4375 L 43.6875 11.75 C 44.117188 11.121094 44.152344 10.308594 43.78125 9.644531 C 43.410156 8.984375 42.695313 8.589844 41.9375 8.625 Z' /></svg>");
  background-size: 1000%;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  transition: 0.2s;
}
.styled-checkbox label:hover:before {
  background-color: var(--hover-bg);
}
.styled-checkbox label:active:before {
  transform: scale(0.9);
}
.styled-checkbox input {
  display: none;
}
.styled-checkbox input:checked + label:before {
  background-color: var(--active-bg);
  background-size: 90%;
}

.nav-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px; /* Space between buttons */
}

@media (max-width: 768px) {
  .nav-pills {
      width: 100%;
  }
  
  .nav-pills > li {
      flex: 1; /* Makes buttons take equal width */
  }
  
  .nav-pills > li > button {
      width: 100%;
      padding: 8px 5px; /* Smaller padding on mobile */
      font-size: 12px; /* Smaller font on mobile if needed */
      white-space: nowrap;
  }
}


.nav-tabs-bottom {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
  white-space: nowrap !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ddd !important;
  gap: 10px !important; /* Adds space between tabs */
  padding: 0 5px !important; /* Optional: Adds some padding on the sides */
}

.nav-tabs-bottom::-webkit-scrollbar {
  display: none !important; /* Optional: hides scrollbar on webkit browsers */
}

.nav-tabs-bottom > li {
  float: none !important;
  flex: 0 0 auto !important;
}

.nav-tabs-bottom > li > a {
  margin-right: 2px !important;
  padding: 8px 12px !important;
}