#moreFilter {
    display:none;
}

#phoneNbElement{
    display:none;
}

#moreFilterDiv{
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
}

@media only screen and (max-width: 1222px) {
    #moreFilterDiv{
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #phoneNbElement {
        display: block;
    }

    #computerNbElement {
        display:none;
    }

    #moreFilterDiv{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#moreFilter{
    display : none;
}

.p1[data-count]:after {
  position: absolute;
  right: 10%;
  top: 8%;
  content: attr(data-count);
  font-size: 40%;
  padding: .2em;
  border-radius: 50%;
  line-height: 1em;
  color: white;
  background: rgba(255, 0, 0, 0.85);
  text-align: center;
  min-width: 1em;
}


.iti-flag {background-image: url("../../img/input_tel_img/flags.png")!important;}

.intl-tel-input{
  width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("../../img/input_tel_img/flags@2x.png")!important;}
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.required{
  color: red;
}

.success{
    background-color : #2ecc71 ;
    border : 1px solid #27ae60;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
}

.boutonAfficherCarte {
  cursor:pointer;
  display:none;
  background:#2a70b8;
  color:#fff;
  text-transform:uppercase;
  font-size:18px;
  padding:10px;
  text-align:center;
  box-sizing:border-box;
  margin:10px;
}

.boutonAfficherCarte:hover {
  background:#2563a3;
  box-shadow:inset 0 0 10px #0E559E;
}

@media screen and (min-width: 1261px){
  .conteneurCarte {
    display: block;
  }
}


@media screen and (max-width: 1260px){
  .conteneurCarte {
    display: none;
    position: static;
    width: 100%;
    height: 500px;
  }

  .divBorne{
    width: 100%;
  }

  .conteneurBornes{
    width: calc(100% - 20px);
    margin:0;
  }

  .boutonAfficherCarte{
    display:block;
  }

  .fixed{
    position: relative;
    width: 100%;
  }
}

.waiting{
  background-color: grey;
  color: white;
}

.denied{
  background-color: red;
  color: white;
}

.accepted{
  background-color: green;
  color : white;
}

table.liste2{
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

table.liste2 tr:first-child td{
    font-weight: bold;
    text-transform: uppercase;
    background: #dfdfdf;
}

table.liste2 tr td {
    padding : 15px;
    border-right: 1px solid #cfcfcf;
}

#filtreAsp option{
    background-color: rgba(52,73,94,.94);
    color : #ECF0F1
}
#filtreAsp{
    background-color: rgba(52,73,94,.94);
}

#filtreNbElement {
    margin-bottom: 5px;
    border: 0;
    border-bottom: 2px solid currentcolor;
    font-weight: bold;
    letter-spacing: .15em;
    border-radius: 0;
    &:focus, &:active {
        outline: 0;
        border-bottom-color: #2c60ac;
    }
}

#pending_request{
  padding: .25em;
  border: 0;
  border-bottom: 2px solid currentcolor;
  font-weight: bold;
  letter-spacing: .15em;
  border-radius: 0;
  &:focus, &:active {
    outline: 0;
    border-bottom-color: #2c60ac;
  }
}

#havre, #rouen, #paris, #vnf{
  display: inline;
}

.btn-sq-lg{
  width: 250px !important;
  height: 250px !important;
  background-color: #D2CECE !important;
  border: none !important;
}

.btn-sq-lg div{
  margin-top: 50px;
}

.title-btn{
  color: black;
  font-size: 25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

div#bulleI {
        display: none;
        z-index: 99999999;
        position: absolute;
        background: #333;
        color: #eee;
        padding: 5px;
        border-radius: 2px;
        max-width: 300px;
        text-align: left;
    }

    div#fenetreCache {
        display: none;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999998;
    }

    div#fenetreCache div#fenetreCadre {
        background: #fff;
        position: fixed;
        box-shadow: 0 0 20px #444;
        overflow: auto;
    }

    div#fenetreCache div#fenetreCadre div#fenetreTitre{
        background: #2c3e50;
        text-align: center;
        line-height: 40px;
        height: 40px;
        color: #fff;
        font-size: 18px;
    }

    div#fenetreCache div#fenetreCadre div#fenetreTitre span {
        display: inline-block;
        float : right;
        cursor: pointer;
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    div.historiqueBadge {
        height: 400px;
        max-height: 400px;
        overflow: auto;
        position: relative;
    }

    table.liste2{
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    table.liste2 tr:first-child td{
        font-weight: bold;
        text-transform: uppercase;
        background: #dfdfdf;
    }

    table.liste2 tr td {
        padding : 15px;
        border-right: 1px solid #cfcfcf;
    }

    input[type=text], textarea, input[type=date]:not(.swal2-input){
        background : #fff;
        font-size: 17px;
        border: 1px solid #cfcfcf;
        box-shadow: inset 0 3px 3px -3px #aaa, inset 0 3px 3px -3px #aaa;
    }

    div.btn-submit{
      display: grid;
    }

    input[type=submit]:not(#buttonResolved):not(#buttonBeingResolved):not(#buttonLogin), input[type=button].btn-primary{
        cursor: pointer;
        border: none;
        display : inline-block;
        background: #3d8eb9;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 3px;
    }

    #formModification p, #formModification input{
        margin-left: 140px;
    }

    #formModification input[type=submit]{
        margin-left: 0;
    }

    #formModification p{
        margin-top : 25px;
    }

    .petit {
        font-size: 10px;
    }

    /* Switch blocked */

    .material-switch > input[type="checkbox"] {
    display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0;
        position: relative;
        width: 40px;
    }

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position:absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }
    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }
    .material-switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }
    .material-switch > input[type="checkbox"]:checked + label::after {
        left: 20px;
    }

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:not(.required):first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:not(.required):first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506EEC;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.cbx:hover span:first-child {
  border-color: #506EEC;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #506EEC;
  border-color: #506EEC;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

.inputfile-6 + label, .button {
    color: #d3394c;
}

.inputfile-6 + label, .button {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong,
.button span,
.button strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span, .button span {
    width: 110px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong, .button strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
  .inputfile-6 + label strong {
    display: block;
  }
}

.modal {
  display : none;
  position: fixed;
  z-index : 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.8)
              url('../img/ajax-loader.gif')
              50% 50%
              no-repeat;
}

body.loading .modal{
  overflow: hidden;
  display: block;
}

#graph{
  margin-right: 16px;
  display: block;
  outline: black 3px solid;
}

#calendar{
    margin: 10px auto;
    padding: 10px;
    max-width: 1100px;
    height: 700px;
}

/*  FICHE PRODUIT */

.modal-content{
  border: none;
  border-radius: 0;

}

.fiche-header{
  height: 50px;
  background-color: black;
  margin: 0;
}

.item-header, .close, #numLocker, #nameUnit{
  /*color: white;*/
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
}

.close{
  /*color: white;*/
  opacity: 1;
}

.imgFiche{
    max-height: 200px;
    max-width: 350px;
    display: block;
    margin: 10px auto 30px;
}

.item{
    color: black;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.name, .line-item{
    padding-bottom: 20px;
}

.price{
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  width: 200px;
}

#unit_price{
  display: block;
  text-align: center;
  color: #73879C;
  font-size: 18px;
}

.item-price{
  font-size: 11px;
  display: block;
  text-align: center;
  color: black;
  font-weight: bold;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 5%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}
