.menu .app-brand.demo {
  height: 85px;
  margin-top: 12px;
  margin: auto;
  border-bottom: solid 1px #a3a3a4;
  width: 80%;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}


/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.logo_menu{
  margin: 0 auto
}
.logo_menu img{
height: 49px;
}
.notification_menu{
  max-height: 567px;
  overflow: scroll
}
.dataTables_filter{
  margin-bottom: 30px;
}
.table thead{
background:#181bac;
}
.gid_top{
 width: 433px; 
}
.gid_top .nav-item h5{
  font-size: 14px;
}
.noti_icn{
  position: relative;
}
.add_bar{
 padding-bottom: 48px; 
}
.top-bar-table{
 padding-bottom: 48px; 
}

.add_bar button i{
 margin-right: 10px; 
}

.loadin_table
{
  height: 10cm;
  align-items: center;
  display: flex;
  justify-content: center;
}
.dataTables_wrapper {
 overflow-y: hidden;
 padding: 20px 0px;
}
.btn_tab_option{
  padding: 8px 12px;
  margin: 0px 3px;

}
.table td, .table th {
  white-space: nowrap;
}

/*________________custom_loader_____________________*/
/* full pge */
.container_loading {
height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;}

.machine {
  width: 20vmin;
fill:rgba(234, 36, 36);
position: relative;}

.small-shadow, .medium-shadow, .large-shadow {
  fill: rgba(0, 0, 0, 0.05); }

.small-load {
  -webkit-animation: counter-rotation 2.5s infinite linear;
     -moz-animation: counter-rotation 2.5s infinite linear;
       -o-animation: counter-rotation 2.5s infinite linear;
          animation: counter-rotation 2.5s infinite linear;
  -webkit-transform-origin: 100.136px 225.345px;
      -ms-transform-origin: 100.136px 225.345px;
          transform-origin: 100.136px 225.345px; }

.small-shadow {
  -webkit-animation: counter-rotation 2.5s infinite linear;
     -moz-animation: counter-rotation 2.5s infinite linear;
       -o-animation: counter-rotation 2.5s infinite linear;
          animation: counter-rotation 2.5s infinite linear;
  -webkit-transform-origin: 110.136px 235.345px;
      -ms-transform-origin: 110.136px 235.345px;
          transform-origin: 110.136px 235.345px; }

.medium-load {
  -webkit-animation: rotation 3.75s infinite linear;
     -moz-animation: rotation 3.75s infinite linear;
       -o-animation: rotation 3.75s infinite linear;
          animation: rotation 3.75s infinite linear;
  -webkit-transform-origin: 254.675px 379.447px;
      -ms-transform-origin: 254.675px 379.447px;
          transform-origin: 254.675px 379.447px; }

.medium-shadow {
  -webkit-animation: rotation 3.75s infinite linear;
     -moz-animation: rotation 3.75s infinite linear;
       -o-animation: rotation 3.75s infinite linear;
          animation: rotation 3.75s infinite linear;
  -webkit-transform-origin: 264.675px 389.447px;
      -ms-transform-origin: 264.675px 389.447px;
          transform-origin: 264.675px 389.447px; }

.large-load {
  -webkit-animation: counter-rotation 5s infinite linear;
     -moz-animation: counter-rotation 5s infinite linear;
       -o-animation: counter-rotation 5s infinite linear;
          animation: counter-rotation 5s infinite linear;
  -webkit-transform-origin: 461.37px 173.694px;
      -ms-transform-origin: 461.37px 173.694px;
          transform-origin: 461.37px 173.694px; }

.large-shadow {  
  -webkit-animation: counter-rotation 5s infinite linear;
     -moz-animation: counter-rotation 5s infinite linear;
       -o-animation: counter-rotation 5s infinite linear;
          animation: counter-rotation 5s infinite linear;
  -webkit-transform-origin: 471.37px 183.694px;
      -ms-transform-origin: 471.37px 183.694px;
          transform-origin: 471.37px 183.694px; }

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to   {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}

@-webkit-keyframes counter-rotation {
    from {-webkit-transform: rotate(359deg);}
    to   {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes counter-rotation {
    from {-moz-transform: rotate(359deg);}
    to   {-moz-transform: rotate(0deg);}
}
@-o-keyframes counter-rotation {
    from {-o-transform: rotate(359deg);}
    to   {-o-transform: rotate(0deg);}
}
@keyframes counter-rotation {
    from {transform: rotate(359deg);}
    to   {transform: rotate(0deg);}
}

/* full pge */


.custom-loader {
  width: 50px;
  height: 50px;
  display: grid;
  animation: s4 4s infinite;
}
.custom-loader::before,
.custom-loader::after {    
  content:"";
  grid-area: 1/1;
  border:8px solid;
  border-radius: 50%;
  border-color:#F40A0A #F40A0A #0000 #0000;
  mix-blend-mode: darken;
  animation: s4 1s infinite linear;
}
.custom-loader::after {
  border-color:#0000 #0000 #5867ED #5867ED;
  animation-direction: reverse;
}

@keyframes s4{ 
  100%{transform: rotate(1turn)}
}
/*________________custom_loader___________________*/





.load
{
-webkit-animation: root 0.8s infinite linear;

}

@-webkit-keyframes root{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(359deg);
  }
}

.hide{
  display: none !important;
}
.show{
  display: block !important;
}

.btn-lg > i {
  margin-right: 5px;
}




.reload_index
{
background: linear-gradient(195deg, #1c0404 0%, #c6151d 100%);
position: absolute;
height: 100%;
width: 100%;
z-index: 66;
justify-items: center;
  display: grid;
  align-items: center;
}



.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}




.message_user_search{
font-size: 10px;
  color: #ea1919;
  margin: 0px;
}

.fc-unthemed .fc-content{
color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold
}

.message_notif{
    font-size: 13px;
}

.message_notif span{
   font-size: 13px;
  font-weight: bold;
  color: #8c8c8c;
  text-transform: uppercase;
}


.bell {
  display:block;
  font-size: 26px;
  margin: 0px 4px;
  color: #939393;
}

.title_notif{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.notif_datetime{
  position: absolute;
  right: 12px;
  top: 7px;
}

.find{
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
.ps-r{
  position: relative !important;
}
.type_cmpt_input{
  position: absolute;
  right: 9px;
  top: 30px;
  padding: 8px 6px;
background: #ff3131;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0 7px 7px 0;
}

.type_cmpt_input_add{
 position: absolute;
 right: 0px;
  top: 23px;
  padding: 8px 6px;
 background: #ff3131;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0 7px 7px 0;
  display: none;
}
.date-today-add-pointage{
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 19px 0px;
  color: gray;
}
.date-today-add-pointage > span{
  color: #ff3131;
}

.load_seach_pointage{
  position: absolute;
  right: 9px;
  top: 32px;
  font-size: 19px;
  color: #ff3131;
  display: none;
}
.message_id_search,
.message_n_inv_search{
color: red;
  font-size: 11px;
  position: relative;
  top: -2px;
  left: 3px;
  margin: 0;
}

.dtr-details
{
background: transparent;
padding: 10px 5px !important;
border: solid 2px #dfdfdf;
border-radius: 6px
font-size: 10px;
font-weight: bold;
}

.wb-traffic-inner h2{
margin:0;
}
.wb-traffic-inner p{
margin:0;
font-size: 12px;
}

.pall{
text-align: center;
}
.wb-traffic-inner {
  padding: 20px;
  background: #fff;
  display: flex;
}

@media (min-width: 990px) {
 .dtr-details{
  width: 80%;
 }
}
/*--------------mini_modal-------------------*/
@media (max-width: 1200px) {
 .mini_modal{
  max-width: 50%;
 }
}

@media (max-width: 990px) {
 .mini_modal{
  max-width: 70%;
 }
}

@media (max-width: 426px) {
 .mini_modal{
  max-width: 100%;
 }
}

/*--------------end_mini_modal-------------------*/

.obligatoire_el{
color: red;
  font-size: 17px;
}

.buttons-excel {
background: #1fd519;
  padding: 10px 38px;
  color: #fff;
  border-radius: 13px;
  font-weight: bold;
}

.rezult_message{
height: 512px;
  background: #fff;
  border-radius: 10px;
  overflow-y: scroll;
}
