.d-grid{
    display: grid !important;
}
#single-wrapper{
    min-height: 100vh; 
    background: url('/admin/web/pictures/Fonds.png') center top/cover no-repeat;
}
.fixed-navbar {
   /*background: #9b1b54 !important;*/
   background: #ccc !important;
   background: linear-gradient(90deg, #ccc 0%,#ccc 7%, #9b1b54 80%, #9b1b54 100%) !important;
}
.header .logo, .menu-mobile-button, .menu-active .header .logo::before, .menu-active .header .logo::after{
    /*background: #9b1b54 !important;*/
    background: #ccc !important;
}
.js.menu-active #logo-img, .js #logo-small-img {
  display: none;
}
.js #logo-img, .js.menu-active #logo-small-img {
  display: initial;
}
.fixed-navbar .ico-item {
    color: #fff !important;
}
.fixed-navbar .ico-item.mdi{
    display: revert;
}
ul.nav-user li.dropdown a.dropdown-toggle {
    display: inline !important;
}
.frm-single .frm-submit:hover {
    background: #9b1b54;
}
.frm-single .frm-submit {
    background: #c01768;
}
.ul-tasks{
    padding-left: 15px;
    list-style-type: square;
    line-height: 35px;
    font-size: 16px;
}
.ul-tasks-2{
    /*width: 40%;*/
    background-color: #fff;
}
.divComapny{
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    margin-bottom: 20px;
}
.Objectif-Date{
    text-align: center;
    margin-top: 20px;
}
#dropdown2 li{
    white-space: nowrap;
    padding: 0px 5px;
}
.list-select2-style .dropdown-menu {
    display: none;
    left: auto;
    right: -15px;
    margin-top: -15px;
    padding: 0px 10px;
    min-width: 20rem;
}
.filter-content-input{
    white-space: nowrap;
}
.calendar-container .modal-dialog .select2-container {
    height: 31px;
}
.calendar-container .modal-dialog .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}
#customer-collapse.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
.modal-dialog .select2-container {
    height: 38px;
}
.modal-dialog .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}
.select2-container {
    width: 100% !important;
}
#ModalDates .btn-check:checked ~ label{
    background: #9b1b54 !important;
}
#ModalDates .btn.btn-outline-primary {
    border: 1px solid #9b1b54 !important;
}
#ModalDates .btn.btn-outline-primary {
    color: #9b1b54;
}
#ModalDates .btn.btn-xs {
    padding: 3px 0px;
    font-size: 11px;
}
.classSettingsFormControl input[type=text],.classSettingsFormControl .Select{
    border-radius: 3px;
    line-height: 24px;
    border-color: #ccd1d9;
    height: calc(2.25rem + 2px) !important;
}
.dropdown-menu{
    z-index: 10;
}
/*table .dropdown-menu{
    position: relative;
}
table .dropdown-menu > div {
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  margin-bottom: 55px;
}

table .dropdown-menu > div > div:not(.filter-content-input) {
  background: white;
  position: absolute;
  bottom: 3em;
  left: 0;
  right:0;
  padding: .5em 1em 0;
  width: 100%;
  z-index: 10;
}

table .dropdown-menu > div > div:not(.filter-content-input):last-child {
  padding-top: 0;
  bottom: .75em;
    z-index: 9;
}*/
.class-table-search-select2 .select2-container {
    height: 32px;
}
.navigation ul li ul li ul li .menu-icon{
    top: 50% !important;
    transform: translate(0,-50%);
}
.table .Search-SystemCity-class{
    height: 32px !important;
}
/*----------------------------------------------------------------*/
.Gauge{ position: relative !important; }
.Gauge svg{ width: 260px; }
.load {
    fill: none;
    stroke: #e9eaed;
    stroke-width: 7px;
    stroke-linecap: round;
    stroke-dasharray: 200 300;
    transform: rotate(142deg);
    transform-origin: 50px 50px;
    animation: progress 2s linear;
  }
  @keyframes progress {
    from {
      stroke-dasharray: 0 300;
    }
  }
  .spesial {
    stroke: #eee;
    stroke-dasharray: 0 300;
    stroke-width: 8px;
    transform: rotate(38deg);
    animation: circpro 5s linear reverse;
  }
  @keyframes circpro {
    from {
      transform: rotate(96deg);
      stroke-dasharray: 0 300;
    }
    to {
      transform: rotate(-220deg);
      stroke-dasharray: 205 300;
    }
  }
/*================================================================*/
.highcharts-figure svg {
  width: 100%;
}
/*================================================================*/
.div-contracts-style{
    column-count: 2;
}
.div-contracts-style .stacked-item {
    display: inline-block;
    float: none;
    width: 100%;
}
.custom-file-label-class {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label-class2 {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}
.navigation .menu > li {
    padding: 5px;
}
.navigation .menu > li > a {
    padding-top: 9px;
}
.remove-first-class.active .menu-icon{
    top: 50% !important;
    transform: translate(0,-50%);
}
.navigation .menu > li.active{
    background: transparent;
}
/*#config-Documents{
    min-height: 407px;
}*/
#config-Financial{
    /*min-height: 226px;*/
}
#config-States{
    min-height: 340px;
}
#config-Downloads{
    min-height: 407px;
}
#config-Sales{
    min-height: 262px;
}
.table-position-class tr td{
    position: relative;
}
.table-position-class tr .count:hover i{
    display:  inline !important;
    position: absolute;
    left: 12px;
    top: 12px;
}
#table-contract-crm .RowBlock {
    width: 44% !important;
}
#company-name-select-companies-ctn{
    top: 73px !important;
    bottom: auto !important;
    width: 115%;
}
#company-phone-select-companies-ctn{
    top: 73px !important;
    bottom: auto !important;
    width: 216%;
    left: 0px !important;
    scrollbar-width: thin;
}
.navigation .menu > li > ul > li.active > a {
    /*background: #e6e9ed;
    color: #1d84df;*/
    font-weight: bold;
}
@media only screen and (max-width: 1840px) {
    #table-contract-crm .RowBlock {
        width: 40% !important;
    }
}

/************************************  Rajae 20/12/2021  ***************************************/

/****       STACKED BAR CHART       ****/
.bar-contain {
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
}
.bar-chart {
    /*margin: 0 auto;*/
    /*width: 280px;*/
    width: 100%;
    position: relative;
    margin: 0 40px;
}
.bar-chart h2 {
    text-align: center;
    margin: .5em 0 1em;
    font-size: 2em;
    font-weight: 600;
}
.bar-chart .row {
    position: relative;
    line-height: 1.25em;
    margin-bottom: 3em;
    height: 200px;
    width: 280px;
    margin: 0 auto 3em;
}
.bar-chart .row .segment {
    flex: 1 100%;
    display: block;
    position: relative;
    align-self: flex-end;
    border-bottom: 1px solid #414245;
}
.bar-chart .row .segment:before {
    content: "";
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 1px;
    background-color: #414245;
    z-index: -1;
}
.bar-chart .label {
    display: block;
    font-size: .85em;
}
/* X Axis */
.bar-chart .x-axis {
    display: flex;
    height: 100%
}
.bar-chart .x-axis .year {
    flex: 1;
}
.bar-chart .x-axis .year .col {
    display: flex;
    height: 100%;
    flex-flow: column-reverse;
    margin: 0 32%;
}
/* #state-label .legend{
  background-color: #85dadf;
} */
/* #state-label .legend + .legend{
  background-color: #85dadf;
    opacity: .75;
} */

.bar-chart .x-axis .year .col .bar {
    /* flex: 1; */
    background-color: #85dadf;
    /* align-self: flex-end; */
    position: relative;
    /* margin: 0 25%; */
    height: 0px;
    width: 50px;
    -webkit-transition: height, 1s ease;
    -moz-transition: height, 1s ease;
    -ms-transition: height, 1s ease;
    transition: height, 1s ease;
}
 
.bar-chart .x-axis .label {
    align-self: flex-end;
    padding: .5em 0 0;
    line-height: 1em;
    text-align: center;
}
.bar-chart .x-axis .label:not(.number) {
    /*color: #fff;*/
    text-transform: uppercase;
    padding-top: 1em;
    font-size: .875em;
}
.bar-chart .x-axis .year .col .bar .bar-tooltip,
.bar-chart .x-axis .year .col .bar .bar-tooltip:after {
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bar-chart .x-axis .year .col .bar .bar-tooltip {
    /*top: .75em;*/
    top: 0;
    font-size: .875em;
    color: #505458;
    padding: 0;
    font-weight: 600;
}
/* Y Axis */
.bar-chart .y-axis {
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
}
.bar-chart .y-axis .label {
    margin: 0 -24px -10px auto;
    text-align: left;
    width: 24px;
    padding-left: .5em;
}
@media screen and (min-width: 768px){
    .bar-chart {
        float: left;
    }
}

/* Legend */
.bar-chart .legend {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font-size: .875em;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bar-chart .legend li {
    display: inline-block;
    padding: .25em 1em;
    line-height: 1em;
    text-align: left;
    width: 33.33%;
}
/*.bar-chart .legend li:before {
    content: "";
    margin-right: .5em;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2493bf;
}
.bar-chart .legend li:nth-child(2):before {
    background-color: #38b59c;
}*/
.bar-chart .legend li .legend-key {
    width: 12px;
    height: 12px;
    margin-right: .25rem !important;
}
/****         MEETING EVENTS         ****/
.Event > a{
    padding-left: 0 !important;
}

.fc-time-grid-event.fc-v-event.fc-event{
    border: 2px solid #1d84df;
}

.fc-time-grid-event .fc-action-icon{
    right: 3px !important;
}

.event-time {
  width: 40px !important;
  padding: 0 !important;
}

.event-text-container {
  width: calc(8vw - 75px);
}

.menu-active .event-text-container {
  /*width: calc(10vw - 75px);*/
  width: calc(100% - 80px);
}

.fc-time-grid-event[data-mode="day"] .event-text-container {
  width: calc(12.5vw - 75px);
}

.event-text{
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 2px;
  margin: -2px 0;
}

.Event-Container .fc-action-icon{
  right: 10px;
}

.weekSlider, .userSlider {
    height: 10px !important;
    display: none;
  }

.calendar-legend {
    position: relative;
}
.fc-toggle-legend {
    position: absolute;
    display: none;
    top: 10px;
    left: 10px;
    font-size: 16px;
}
/****         USER AGENDA -NOWRAP USERNAMES-         ****/

.fc-text-ellipsis-ctn{
    overflow: hidden !important; 
}
.fc-text-ellipsis{
    white-space: nowrap !important; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block !important;
}

/************************************  Rajae 17/01/2022  ***************************************/

/****      USER, WEEK & DAY CALENDAR RESPONSIVE       ****/

@media only screen and (min-width: 577px) {
    .fc-resp {
        display: revert !important;
      }
/*    .fc-large-toolbar{
        display: block;
    }
    .fc-small-toolbar{
        display: none;
    }*/
}
@media only screen and (max-width: 576px) {

/*    .fc-large-toolbar{
        display: none;
    }
    .fc-small-toolbar{
        display: block;
    }*/
    
    .fc.fc-unthemed.fc-ltr{
        width: 100% !important;
        overflow: hidden !important;
    }
   .fc-resp {
      display: none;
    }
    .fc-resp[id='1'], .fc-resp.fc-show {
      display: revert;
    }
    .weekSlider, .userSlider {
      height: 10px !important;
      display: revert;
    }
    .fc-time-grid-event.fc-v-event.fc-event.fc-start.fc-end.fc-draggable.fc-resizable {
      max-width: 100% !important;
    }
    .d-flex.Event-Container {
      display:  block !important;
    }
/****       TEAMS CALENDAR RESPONSIVE       ****/
    .table-teams th{
        width: 23% !important;
        min-width: 100px !important;
        vertical-align: middle !important;
    }
    .table-teams .vertical-text {
        width: 8% !important;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }
    .table-teams th.fc-resp{
        width: 50% !important;
    }
    .fc-right, .fc-left{
        display: none;
    }
     
/******** FILTERS BAR ********************************************/
    
    .fc-left,.fc-right,.fc-center{
      display: revert;
      clear: both;
      width: 100% !important;
      margin: 0 !important;
    }
    .fc-center div{
        width: 100% !important;
        justify-content: center;
        margin: 1em auto;
    }
    .fc-filter > div {
      width: 50% !important;
      display: inline-block;
      margin: 0 !important;
      padding: .15em;
    }
    .fc-filter .global-class-drop.dropdown.level-drop.mx-1 .btn {
      width: 100%;
    }
    .fc-filter {
      width: 100% !important;
      display: flex !important;
      flex-wrap: wrap;
    }
    .fc-left .fc-resp-btn {
      width: 50% !important;
      margin: 0 !important;
    }
    .fc-right .fc-resp-btn {
      flex-grow: 1;
      min-width: 25% !important;
    }
    .fc-left .fc-resp-btn{
      width: 100% !important;
    }
    .fc-filter .fc-button-group{
        width: 100% !important;
    }
    .fc-resp-btn.btn.btn-spinner {
      margin-right: 0 !important;
      font-size: 11px !important;
    }
    .fc-filter .fa.fa-lg.fa-plus {
      margin: 3px 0px;
    }
    
    .fc-resp-block {
        min-width:   50% !important;
        margin: 0 !important;
        padding: 0 .25em !important;
        display:    flex !important;
        flex-grow: 1;
      }
    .fc-right .fc-resp-block {
        flex-wrap: wrap;
      }
     .fc-left .fc-resp-block .btn{
         width: 100% !important;
        margin: 0;
      }
      .fc-right .fc-resp-block .fc-resp-btn {
        flex-grow: 1;
      }
      .fc-left.w-25 .fc-resp-block{
        width: 50% !important;
      }
      
    /******** MODALS ************************************/
    .modal-title {
        font-size: 18px;
      }
    /******** MEETING TEXT ************************************/
    .event-text-container {
        width: calc(100vw - 235px) !important;
      }
    .fc-action-icon > a {
        margin: .2em;
      }
    /******** LEGENDE *****************************************/

    .calendar-legend {
      padding: 2em 0 1em;
    }
    .fc-legend {
      width: 100%;
    }
    .fc-toggle-legend {
      display: block;
    }
    .calendar-legend .row {
      display: none;
    }
    .calendar-legend.show .row {
      display: block;
    }
}
/******** NOWRAP *****************************************/  
.nowrap{
    white-space:nowrap !important;
}

/******** MENU  *****************************************/  
@media (min-width: 800px){
    .navigation .menu .menu-icon {
        line-height: 42px;
    }
}


/******  flash animation  **********************************************/
.fc-event-flashing {
/*  border-color: #c9397a !important;
  box-shadow: 0 0 2px #c9397a;*/
  border-width: 2px !important;
  border-image : linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000) 1 round !important;
  box-shadow: 0 0 5px #bb1c63;
  animation-name: heartBeat;
  animation-duration: 1s;
  animation-iteration-count: 3;
}

.fc-widget-content.fc-background.fc-event-flashing {
   border-width: 2px !important;
   background: #f2c7da !important;
}

.fc-event-highlight{
    color: #e6287d;
    text-shadow: 0 0 3px #c9397a;
    font-size: 105%;
    animation-name: heartBeat;
    animation-duration: 1s;
    animation-iteration-count: 3;
}

@keyframes heartBeat {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  14% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  28% { -webkit-transform: scale(1); transform: scale(1); }
  42% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  70% { -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes Flashing {
  0%   { border-color: #c9397a; box-shadow: 0 0 10px #c9397a; }
  24%  { border-color: #c9397a; box-shadow: 0 0 0px #c9397a; }
  48%  { border-color: #c9397a; box-shadow: 0 0 10px #c9397a; }
  72%  { border-color: #c9397a; box-shadow: 0 0 0px #c9397a; }
  96%  { border-color: #c9397a; box-shadow: 0 0 10px #c9397a; }
  100% { border-color: none; box-shadow: none; }
}

/*@keyframes Flashing {
  0%   { border-color: #c9397a; box-shadow: 0 0 10px #c9397a; }
  25%  { border-color: #c9397a; box-shadow: 0 0 0px #c9397a; }
  50%  { border-color: #c9397a; box-shadow: 0 0 10px #c9397a; }
  75%  { border-color: #c9397a; box-shadow: 0 0 0px #c9397a; }
  99%  { border-color: #c9397a; box-shadow: 0 0 10px #c9397a; }
  100% { border-color: none; box-shadow: none; }
}*/

/**************** Calendar Duration *****************/

.fc-event-duration {
  position: absolute;
  padding: 2px !important;
  min-height: 26px;
  margin: 0em;
  opacity: 0.90;
  border-top-color: whitesmoke !important;
}
.fc-event-duration:hover{
      opacity: 1;
      z-index: 10 !important;
}
.fc-event-duration .fc-time, .fc-event-duration .fc-title {
  padding: 0px;
}
.fc-event-duration.fc-event-width-10 {
  width: calc(33% - 14px) !important;
}
.fc-event-duration.fc-event-width-15 {
  width: calc(50% - 14px) !important;
}
.fc-event-duration.fc-event-width-30 {
  width: calc(100% - 18px) !important;
}
/* Mode Jour **********************************************/
.fc-day-mode .fc-event-duration.fc-event-width-10 {
  width: calc(33% - 12px) !important;
}
.fc-day-mode .fc-event-duration.fc-event-width-15 {
  width: calc(50% - 18px) !important;
}
.fc-day-mode .fc-event-duration.fc-event-width-30 {
  width: calc(100% - 18px) !important;
}
/**********************************************************/
.fc-event-duration.fc-event-lvl0 {
  left: 0;
  z-index: 1;
}
.fc-event-duration.fc-event-width-15.fc-event-lvl1 {
  left: 49%;
  z-index: 2;
}
.fc-event-duration.fc-event-width-10.fc-event-lvl1 {
  left: 32.5%;
  z-index: 2;
}
.fc-event-duration.fc-event-width-10.fc-event-lvl2 {
  left: 65%;
  z-index: 3;
}
/* Mode Jour **********************************************/
.fc-day-mode .fc-event-duration.fc-event-lvl0 {
  left: 0;
  z-index: 1;
}
.fc-day-mode .fc-event-duration.fc-event-width-15.fc-event-lvl1 {
  left: 50%;
  z-index: 2;
}
.fc-day-mode .fc-event-duration.fc-event-width-10.fc-event-lvl1 {
  left: 33.33%;
  z-index: 2;
}
.fc-day-mode .fc-event-duration.fc-event-width-10.fc-event-lvl2 {
  left: 66.66%;
  z-index: 3;
}
/**********************************************************/

.fc-event-width-30 .event-text-container{
  margin-top: 15px;
}
.fc-event-width-30 .duration-actions {
  position: absolute;
  top: 2px;
  right: 2px;
}
.fc-event-width-30 .CustomerMeetingData[name="time"] {
  position: absolute;
  left: 2px;
  top: 2px;
}
/* Mode Jour **********************************************/
.fc-day-mode .event-text-container{
  margin-top: 15px;
}
.fc-day-mode .duration-actions {
  position: absolute;
  top: 2px;
  right: 2px;
}
.fc-day-mode .CustomerMeetingData[name="time"] {
  position: absolute;
  left: 2px;
  top: 2px;
}
/* Mode Dark ************************************************/
.text-dark .fc-action-icon i.text-white,.text-dark .duration-actions i.text-white, .text-dark .fc-title{
  color: #212121 !important;
}
.text-dark.fc-event-duration{
  box-shadow: 0 0 5px #ddd;
  border-top-color: #212121  ; 
  border-top-color: #ddd ; 
}
.Event.text-dark > a {
  box-shadow: 0 0 3px #ddd;
}
/************************************************************/

/**********************************************************************************/
.btn.disabled, .btn:disabled {
  opacity: .5;
}

.old-div-icons #dropdown2 {
    left: auto !important;
    right: -15px !important;
    /*margin-top: -15px !important;*/
    margin-top: -5px !important;
    transform: none !important;
    top: 80px !important;
}
.old-div-icons .dropdown-menu {
    top: 89px !important;
}
/*.old-div-icons #user-reconnection-as-user-ctn {
    top: 89px !important;
}*/
.modal-dialog {
  margin: auto;
}
#dropdown1 {
transform: revert !important;
left: auto !important;
right: 0px !important;
display: none;
}
.numberOfNewMettings{
    background: #e1ac27;
    max-width: 35px;
    min-width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    right: 17px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0 2px;
}

/**** Toggle Text Bootstrap Collapse ****************************************************************************/
.collapse-toggle-text .show {
  display: none;
}
.collapse-toggle-text .hide {
  display: block;
}

.collapse-toggle-text.collapsed .show {
  display: block;
}
.collapse-toggle-text.collapsed .hide {
  display: none;
}

/**** Toggle Challenges Values ******************************************************************************/

.GiftValue{
    opacity:0;
    margin: 0 .5em;
    color: #9b1b54;
    font-weight: 500;
    transition: .3s all;
}
.GiftTitle:hover .GiftValue{
    opacity:1;
}
/**** Toggle Challenges Collapse ****************************************************************************/

[data-toggle="collapse"] ~ .Checkbox.UserTeam, [data-toggle="collapse"] ~ .checkbox-right {
  position: absolute;
  right: 32px;
  top: 10px;
  display: block !important;
}
[data-toggle="collapse"].collapsed ~ .Checkbox.UserTeam, [data-toggle="collapse"].collapsed ~ .checkbox-right {
  display: none !important;
}

[data-toggle="collapse"] .UserTeamIcon:before {
  content: "\f068" !important;
}
[data-toggle="collapse"].collapsed .UserTeamIcon:before {
  content: "\f067" !important;
}

[data-toggle="collapse"] .UserTeamIcon {
  transition: .3s all;
  transform: rotate(0deg);
}
[data-toggle="collapse"].collapsed .UserTeamIcon {
  transform: rotate(360deg);
}
.validateEmail{
    position: absolute !important;
    right: 30px !important;
    top: 5px !important;
    font-size: 22px; 
}
.validateEmail i{
    color: rgb(9, 173, 126) !important;
}
.old-div-icons .dropdown-menu-erp{
    top: 25px !important;
    transform: translate3d(-248px, 51px, 0px) !important;
}
.menu-active .fixed-navbar{
    padding: 0px 20px 0px 0px;
}

/***** stacked-cols flex ***********************************************************************************/
.stacked-cols.row .stacked-item{
  height: auto !important;
  flex: 0 0 100%;
}

.stacked-cols.row .stacked-item.half {
  width: 50%;
  flex: 0 0 50%;
}

.stacked-cols.row .stacked-item .card {
  height: calc(100% - .65em);
  background-color: transparent;
  border: none;
}
.stacked-cols.row .stacked-item .card-header {
  border: 1px solid rgba(0,0,0,.125);
}
.stacked-cols.row .stacked-item .card-content {
  height: calc( 100% - 2.5em ) !important;
  height: 100% !important;
}
.stacked-cols.row .stacked-item .card-body {
  height: 100% !important;
  background: white;
  border: 1px solid rgba(0,0,0,.125);
  border-top: none;
  border-radius: 0 0 .25rem .25rem;
}
.stacked-cols.row .stacked-item > div {
  height: 100%;
}

.stacked-cols.row .stacked-item .card-collapse.show {
  min-height: calc(100% - 35px);
}
.dropdown-menu-erp.show{
/*    display: block !important;*/
}
.dropdown-toggle-nonchev::after {
    display: none !important;
}
@media only screen and (max-width: 1060px) {
    .fixed-navbar{
        padding: 0px;
    }
    .show-icons{
        display: block !important;
    }
    .show-menu{
        display: block !important;
    }
/*    .show-icons .list-select2-style .dropdown-menu {
        margin-top: 17px;
        padding: 15px 10px;
    }*/
    .menu-icons-reponsive .ico-item {
        color: #a53f6c !important;
        display: block;
        line-height: 0px;
        float: none !important;
        height: auto !important;
        display: inline-block !important;
    }
    .menu-icons-reponsive .ico-item.mdi::before {
        line-height: 25px !important;
        top: 0px !important;
    }
    .menu-icons-reponsive a.dropdown-toggle{
        color: #a23465 !important;
    }
    .div-icons-new{
        display: none !important;
    }
    .menu-mobile-button {
        height: 50px;
        width: 40px;
    }
    .menu-mobile-button {
        font-size: 15px;
        line-height: 50px;
    }
    .fixed-navbar .ico-item {
        line-height: 51px;
    }
    .fixed-navbar {
        height: 57px;
    }
    .fixed-navbar .ico-item {
        display: revert;
    }
    .div-icons-new.dropdown-menu.show {
        display: block !important;
        width: 100vw;
        max-width: 100vw;
        left: revert;
        right: 0;
        top: 55px !important;
    }
    .old-div-icons #dropdown2{
        top: 60px !important;
    }
    .old-div-icons .dropdown-menu-erp{
        top: 2px !important;
    }
    .old-div-icons .show-menu{
        background-color: transparent !important;
    }
    .old-div-icons .dropdown-toggle::after {
        content: none;
    }
/*    .old-div-icons #drop2{
        position: absolute;
        top: -98px;
        left: 374px;
    }
    .old-div-icons #top-menu{
        position: absolute;
        top: -54px;
        right: 32px;
    }*/
    .div-icons-new .menu-icons-reponsive #drop2.dropdown-toggle {
        color: #fff !important;
    }
    .div-icons-new .lang-container .btn-group a{
        color: #a53f6c !important;
        margin-bottom: 10px;
    }
    .div-icons-new .search-bar{
        display: none !important;
    }
    .old-div-icons #dropdown2{
        left: revert;
        right: 0;
        top: 60px !important;
    }
    .old-div-icons #dropdown1{
        top: 70px !important;
    }
    .js #logo-img, .js.menu-active #logo-small-img {
        display: none;
    }
    .js.menu-active #logo-img, .js #logo-small-img {
        display: block;
        width: auto !important;
        /* padding: 10px; */
        padding: 18px 40px 18px 15px;
    }
    .card-contract-responsive .search-area-m{
        float: none;
    }
    .card-contract-responsive .col-md-5{
        display: block !important;
    }
    .card-contract-responsive .col-md-5 .filter{
        margin-right: 0px !important;
        display: inline-block;
        margin-bottom: 5px;
    }
    .card-contract-responsive .col-float-right{
        padding: 0px !important;
        margin-bottom: 10px;
    }
    .card-contract-responsive .col-md-5 .filter .btn {
        padding: 5px 7px !important;
        margin-left: 5px !important;
    }
    .card-contract-responsive .div-responsive-signed{
        padding: 10px 0px !important;
    }
    .card-contract-responsive .div-search-responsive{
        padding: 0px !important;
    }
    .card-contract-responsive .div-search-responsive .search-area{
        width: 100% !important;
    }
}
.stacked-cols .form-control{
    font-size: 14px !important;
}
.modal-products-CkEditor{
    min-height: 500px;
}
.modal-products-CkEditor .cke_contents{
    min-height: 350px !important;
}
#elfinder .ui-dialog{
    position: absolute;
    max-width: fit-content;
    left: 50% !important;
    transform: translate(-50%) !important;
}
#elfinder .ui-icon-closethick{
    cursor: pointer !important;
}
/********************* SELECT2 ******************************/
.form-control-sm ~ .select2-container {
    height: 31px !important;
}
.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered{
   line-height: 27px !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 2px;
}
/***************** Meeting paste ************************************/
.Paste-Meeting ,.MeetingIcon{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.fc-slats td.fc-widget-content:hover .Paste-Meeting, .fc-day-top:hover .Paste-Meeting {
  opacity: 1;
  visibility: visible;
}
/***************** Tables with sticky head ************************************/
.table-sticky-head {
  max-height: 75vh;
  position: relative !important;
}
.table-sticky-head thead{
  position: sticky;
  top: 0;
  background: white;
  z-index: 9;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 7px #cdd1d5;
}
.table-sticky-head .sticky-row {
  position: sticky;
  top: 38.7px;
  background: #f2f2f2 !important;
  z-index: 9;
  border: 1px solid #dee2e6;
  display: revert;
}
.table-sticky-head table {
  background: white;
  border-collapse: separate !important;
  border: none;
}
.table-sticky-head table th,.table-sticky-head table td {
  border-left: 1px solid #0000;
  border-bottom: none;
}
.table-sticky-head table th:first-child,.table-sticky-head table td:first-child {
  border-left: 1px solid #dee2e6;
}
/*.table-sticky-head table th:last-child,.table-sticky-head table td:last-child {
    border-right: none;
}*/
.table-sticky-head table thead tr:last-child{
  background: white;
  filter: drop-shadow(0 2px 0 #cdd1d5);
}
.table-sticky-head table tbody tr:last-child td{
  border-bottom: 1px solid #dee2e6;
}

/************ Dot Elastic  *********************************************************************/
.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1d84dfee;
  color: #1d84dfee;
  animation: dotElastic 1s infinite linear;
}

.dot-elastic::before, .dot-elastic::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1d84dfee;
  color: #1d84dfee;
  animation: dotElasticBefore 1s infinite linear;
}

.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1d84dfee;
  color: #1d84dfee;
  animation: dotElasticAfter 1s infinite linear;
}

@keyframes dotElasticBefore {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes dotElastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes dotElasticAfter {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/************ End Dot Elastic  *********************************************************************/
/************ Alerts  *************************************************************************/
#pageMessages {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 30%;
  z-index: 1000;
  padding: 1em;
}

#pageMessages .alert {
  position: relative;
  padding: 1.5em 2em .5em !important;
}

#pageMessages .alert h4 {
  font-size: 1.25em;
}

#pageMessages .alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1em;
}

#pageMessages .alert .fa {
  margin-right:.3em;
}
    /**** Animated *******************************************************************/
    .animated {
     -webkit-animation-duration:1s;
     animation-duration:1s;
     -webkit-animation-duration:1s;
     animation-duration:1s;
     -webkit-animation-fill-mode:both;
     animation-fill-mode:both
    }
    @-webkit-keyframes fadeIn {
     0% {
      opacity:0
     }
     to {
      opacity:1
     }
    }
    @keyframes fadeIn {
     0% {
      opacity:0
     }
     to {
      opacity:1
     }
    }
    .animate__fadeIn {
     -webkit-animation-name:fadeIn;
     animation-name:fadeIn
    }
    @-webkit-keyframes fadeOut {
     0% {
      opacity:1
     }
     to {
      opacity:0
     }
    }
    @keyframes fadeOut {
     0% {
      opacity:1
     }
     to {
      opacity:0
     }
    }
    .animate__fadeOut {
     -webkit-animation-name:fadeOut;
     animation-name:fadeOut
    }
/************ End Alerts  *********************************************************************/
/************ Custom Radio  *******************************************************************/
    .radio.square label::after, .radio.square label::before {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
/************ End Costom Radio  ***************************************************************/
/************ Regulation urgency progress  ****************************************************/
.dash {
  height: 5px;
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
}
.avis1 .dash:first-of-type {
  border: green !important;
  background-color: green;
}
.avis2 .dash:first-of-type, .avis2 .dash:nth-of-type(2) {
  border: orange !important;
  background-color: orange;
}
.avis3 .dash {
  border: red !important;
  background-color: red;
}
/************ End Regulation urgency progress  ************************************************/
/************ navigation bar icons  ***********************************************************/
.fixed-navbar .ico-item.pulse::before {
  right: 2px;
  top: 28px;
}
/************ End navigation bar icons  *******************************************************/
/************ Clipboard icons  ***************************************************************/
    .clipboard-log:hover .row-handle{
        display: initial !important;
    }
    .text-ellipsis{
        text-overflow: ellipsis;
        overflow: hidden;
        width: calc(100% - 20px) !important;
    }
    .capitalize{ text-transform:capitalize; }
    #clipboard-popup-ctn{ overflow: hidden; }
/************ End Clipboard icons  ***********************************************************/

.NumberOfEmails{
    /*background: #c13f79;*/
    /*background: #6a6a6a;*/
    background: #4f4f4f;
    max-width: 35px;
    min-width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    right: 24px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    padding: 0 2px;
}
.DivWidthEmail{
    width: 93%;
}
.EmailIconStyle{
    position: absolute;
    top: 52%;
    right: 9px;
    transform: translate(0%,-50%);
}
.width-fit-content-style{
    width : fit-content;
    height: 0px !important;
    position: revert !important;
    color: revert !important;
}

/************ Table Pager No Border  ***********************************************************/
.dashboard-pager.no-border .page-item .pager-btn {
  border: none;
}
.dashboard-pager.no-border .title.pull-left{
  padding-top: .25em !important;
}
/************ End Table Pager No Border  *******************************************************/

/************ Broadcast list (toggle icons)  ***********************************************************/
 .toggle-icons[data-checked="true"] .fa-check-circle, .toggle-icons[data-checked="false"] .fa-times-circle{ display: initial; }
 .toggle-icons[data-checked="false"] .fa-check-circle, .toggle-icons[data-checked="true"] .fa-times-circle{ display: none; }
/************ End Broadcast list (toggle icons)  *******************************************************/

/************ User Schedule (toggle table)  ***********************************************************/
.Toggle-Hold.checked { background-color: #1d84df !important; }
.Toggle-Hold.ui-selecting { background-color: #1d84dfbb !important; }
/************ End User Schedule (toggle table)  *******************************************************/

/************  Modal note  ****************************************************************************/
.modal-note {
    position: absolute;
    right: 13px;
    top: -14px;
    background-color: #fff;
    padding: 3px 7px;
    font-size: 12px;
}
/************  End Modal note  ************************************************************************/

/************  Checkbox custom cards  ****************************************************************************/
.range-group.xs .custom-control.custom-checkbox{
    padding: 0 .1em !important;
}
.range-group.xs .custom-control label{
  margin-bottom: 0.25em !important;
  padding: 1px 2px !important;
  width: 30px !important;
  min-width: 42px !important;
  height:25px;
}
/************  End Checkbox custom cards  ************************************************************************/

/****************************Jawad**************************/
.row-aligned{
  padding: 0 5px 0px 0px!important;
  margin: 0 -2px !important;
}
.ele-aligned{

  padding: 0 2px 0 2px !important;

}

.msg-env{
  float: right !important;
  font-size: 10px !important;
  bottom: -15px !important;
  position: relative !important
}


/************************End Jawad*************************/

.error-form{
  position: absolute;
  font-size: 13px;
  top: -20px;
  right: 0;
  color: red;
}

div.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccd1d9;
  text-align: center;
  height: 0px;
  line-height: 0px;
}

.hr-title {
  background-color: #fff;
  font-size: 20px;
}


.month-menu.show {
  display: block !important;
}

.sub-user{
  font-size: 8px;
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 60px;
  white-space: nowrap;
  overflow: visible;
}

.sub-user:nth-of-type(1) {
  bottom: -15px;
}

.sub-user:nth-of-type(2) {
  bottom: -25px;
}

.form-select-user select{
  font-size: 12px;
  font-weight: 500;
  max-height: 35px;
  border-radius: 5px;
  border-color: #dadddf;
}


.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}







.filter-sales .btn-sales{
    color: #188ae2;
    background: #fff !important;
    border: 1px solid #188ae2 !important;
}

span.addendum-count {
  background: #188ae2;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}


body#ebp-callback {
  text-align: center;
  padding: 100px 0;
  background: #EBF0F5;
}
body#ebp-callback h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
  }
  body#ebp-callback h1.error {
    color: #d75a4a;

  }
  body#ebp-callback  p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size:20px;
    margin: 0;
  }
  body#ebp-callback i {
  color: #9ABC66;
  font-size: 100px;
  line-height: 200px;
  margin-left:-15px;
}
body#ebp-callback .card {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
}
#state-label{
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
 #state-label .color{
  background-color: #85dadf;
  height: 10px;
  width: 40px;
  display: inline-block;
 
}

 
#state-label .label{
  min-width: 73px !important;
  display: inline-block;
 }

.legend.seperator{
    background: #fff;
  padding: 4px 10px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.Edit-Date.ui-selected{


  border: 1px solid black !important;

}



 

 
.custom-divider.section-title.section-title .divider {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 10px;
  font-weight: 500;
}

.custom-divider.section-title.section-title .content{
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -15px;
  background: white;
  padding: 5px 0px;
 
}

 select.form-control {
    -webkit-appearance: menulist;
}

.items-blocks-style {
  border: 1px solid #ccd1d9 !important;
  border-radius: 5px !important;
  padding: 1px 9px !important;
  border-radius: 5px !important;
  height: 100% !important;
  display: table !important;
  width: 100% !important;
}

.disabled{
  background: #e9ecef !important;
  cursor: context-menu !important;
  color: #666666 !important;

}