.subtitle {
    font-size: 20px;
    color: #6a6a6a;
    margin-top: .5rem;
}

.filter-search {
    background-color: #d9d9d9!important;
    border-color: #acacac;
    margin-bottom: 10px;
}
.filter-search::placeholder {
    color: #000;
}

.overflow-x {
    overflow-x: auto;
    max-height: 100%;
    padding-bottom: 10px;
}

.filter-select {
    border: #949494 1px solid;
    border-radius: 15px;
    background: url(../img/icones/arrow-down.svg) no-repeat 94% #f4f4f4;
    background-size: 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 24px 3px 10px;
    right : 110px;
}

.table-terminal-mobile .row {
    border-bottom: 1px solid #b7b7b7;
}

#moreFilter {
  display:none;
}

#phoneNbElement{
  display:none;
}

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

.fa-pencil-alt{
    cursor: pointer;
}

@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;
    }
}

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

	/* 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: -99999px;
		left: -999999px;
	}

	#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); }
}

.clearable{
  background: #fff url(https://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
  padding: 3px 18px 3px 4px;     /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;}

.row.nomargin{
  margin: 0;
}

#moreFilter{
  display : none;
}

.no-padding > [class*='col-'] {
  padding-right:0;
  padding-left:0;
  }

.no-gutter {
      padding-right:0;
      padding-left:0;
  }



.btn_showTerminal:hover{
  background-color: #c7c7c8!important;
}

.ui-autocomplete{
  background: #fff;
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ui-menu-item{
  cursor : pointer;
}

.introjs-helperLayer {
    background: transparent;
}

.introjs-overlay {
    opacity: 0 !important;
}

.introjs-helperLayer:before {
    content: '';
    position: fixed;
    width: inherit;
    height: inherit;
    border-radius: 0.5em;
    box-shadow: 0 0 0 1000em rgba(0,0,0, .7);
    opacity: 1;
}

.introjs-helperLayer:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  text-decoration: none;
}

.leftTerminalRemote,.leftTerminalOutlet{
  text-align: center;
}


.rightTerminalOutlet,.rightTerminalRemote{
 text-align: center;
}



.pending_request{
  padding: .25em;
  border: 0;
  border-bottom: 2px solid currentcolor;
  font-weight: bold;
  letter-spacing: .15em;
  border-radius: 0;
}

.pending_request:focus, .pending_request:active {
    outline: 0;
    border-bottom-color: #2c60ac;
}

.leftTerminalOutlet{
  margin-top: 50px;
}

/*#P32AR,#P63A,#P32AL,#P16A,#P400AB1,#P400AB2{
  margin-bottom : 20%;

}*/

.remoteleft, .remoteright{
  margin-top: 15%;
}

#reservenow,.remoteright,.remoteleft,#back{
  margin-bottom: 20%;
}



#aMoreInformations {
  margin-left: 5%
}

#exportDailyMeters{
  width: 127%;
  margin-left: 53%;
}

@media (max-width: 768px) {
  .leftTerminalRemote,.leftTerminalOutlet{
    margin-right: 3%;
    float:none;
  }

  .rightTerminalRemote,.rightTerminalOutlet{
    float:none;
  }

  #back{
    margin-bottom: 0;
  }

  #choose_operation,#choose_outlet{
    margin-left:auto;
    margin-right:auto;
    width:50%;
  }

  #aMoreInformations{
    margin-left: 0;
  }
}

.remote,.outlet {
  width: 190px;
}

#TopTerminal{
  padding-left: 40px;
}

.toggleRadio {
  display: flex;
}
.toggleRadio input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggleRadio input + label {
  margin: 0;
  padding: 1.75rem 5rem;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  flex: 0 0 50%; display: flex; justify-content: center; align-items: center;
  /* ----- */
}

.toggleRadio input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggleRadio input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggleRadio input:hover + label {
  border-color: #213140;
}
.toggleRadio input:checked + label {
  background-color: #4B9DEA;
  color: #FFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #4B9DEA;
  z-index: 1;
}
.toggleRadio input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: .45rem;
}
@media (max-width: 800px) {
  .toggleRadio input + label {
    padding: .75rem .25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.remote,.outlet {
  width: 190px;
}

.custom-underline::after {
  content: "";
  position: absolute;

  top: 90%;
  height: 2px !important;
  width: 10%;
  left: 45%;
  background-color: rgba(0, 0, 0, 0.6);
    transition: 0.4s ease-out all .1s;

}

.linkBox:hover .custom-underline::after {
  width: 20%;
  left: 40%;
    transition: 0.5s ease all;
}

.activePDF .custom-underline{
  width: 20%;
  left: 40%;
}

.intl-tel-input{
  width: 100%;
  margin-bottom : 15px!important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .intl-tel-input{
    width: 100%;
    margin-bottom : 15px!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{
    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;
}

#filtreBorne option,#filtreArmateur option,#filtreBadge option , #typeConso option, #filtreArmateur option,#filtreShips option,#filtreBorneIssue option,#filtreBorneSoluce option{
    background-color: rgba(52,73,94,.94);
    color : #ECF0F1
}
#filtreBorne, #filtreBadge,#filtreArmateur, #typeConso, #filtreArmateur,#filtreShips,#filtreBorneIssue,#filtreBorneSoluce{
    background-color: rgba(52,73,94,.94);
}

.filtreNbElement,#filtrePort {
  padding: .25em;
  border: 0;
  border-bottom: 2px solid currentcolor;
  font-weight: bold;
  letter-spacing: .15em;
  border-radius: 0;
}
.filtreNbElement:active, .filtreNbElement:focus, #filtrePort:active, #filtrePort:focus {
    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;
}

#pending_request:focus, #pending_request:active{
    outline: 0;
    border-bottom-color: #2c60ac;
}

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

.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;
  }
}

.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: url(../img/icones/crossClose.png) no-repeat center;
        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],input[type=email], textarea, input[type=date]{
        background : #fff;
        font-size: 16px;
    }


    #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 {
        background: inherit;
        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:not(.codeEnteredModal) {
  display : none;
  position: fixed;
  z-index : 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(83, 83, 83, 0.8)
              50% 50%
              no-repeat;
}

.modal-content {
    border-radius: 5px;
}

.codeEnteredModal{
  display : none;
  position: fixed;
  z-index : 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.8);
}

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

.imgTerminal{
  width: 20%;
  margin: 0 auto;
}

.imgTerminalOutlet{
  width: 20%;
  margin: 80px auto;
}


.test{
  margin-top: -20px;
}




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

  .resize-xs{
    margin-left: 80px;
  }
}

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

  .resize-xs{
    margin-left: 50px;
  }
}

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

  .resize-xs{
    margin-left:-10px;
  }

  #TopTerminal{
    margin-left: -60px;
  }

  .remoteleft,.remoteright{
    margin-top: 0;
  }
}

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

  .resize-xs{
    margin-left:-40px;
  }
}

/* OPERATION A DISTANCE V2 */
