html {
  height: 100%;
}

body {
  height: 100%; 
  padding: 0px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}


a {
  /* color: #00B7FF; */
  color: #969696;
  display: block;
}

.parent_div {
  position: fixed; 
  height: 100px; 
  height: 100%;
  clear: both;
}


#map_div {
  width: 100%;
  height: 100%;
}

#map_div1 {
  position: fixed !important;
  outline: none;
  height: 100%;
  width: 100%;
  float: left;
  }

.map_div1 {
    position: fixed !important;
    outline: none;
    height: 100%;
    width: 100%;
    float: left;
    }
  

#divCME {
  float: left;
  width: 100%;
  height: 100%;
}


#logoContainer {
  position: fixed;
  z-index: 999;
  bottom: 32px;
  left: 10px;
  background-color: transparent;
  border: 1px solid rgb(136, 22, 7);
  width: 32px;
  height: 32px;
}


/* 
.mapboxgl-ctrl-pitchtoggle-3d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+ICAgIDx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBkeT0iLjM1ZW0iIHN0eWxlPSJmb250LXNpemU6IDE0cHg7IGZvbnQtZmFtaWx5OiAnSGVsdmV0aWNhIE5ldWUnLEFyaWFsLEhlbHZldGljYSxzYW5zLXNlcmlmOyBmb250LXdlaWdodDogYm9sZDsgdGV4dC1hbmNob3I6IG1pZGRsZTsiPjNEPC90ZXh0Pjwvc3ZnPg==);
} */
/* 
.mapboxgl-ctrl-pitchtoggle-2d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+ICAgIDx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBkeT0iLjM1ZW0iIHN0eWxlPSJmb250LXNpemU6IDE0cHg7IGZvbnQtZmFtaWx5OiAnSGVsdmV0aWNhIE5ldWUnLEFyaWFsLEhlbHZldGljYSxzYW5zLXNlcmlmOyBmb250LXdlaWdodDogYm9sZDsgdGV4dC1hbmNob3I6IG1pZGRsZTsiPjJEPC90ZXh0Pjwvc3ZnPg==);
} */


.custom_PV_Popup .leaflet-popup-content-wrapper {
  background: white;
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #e93434;
  text-align: center;
  min-width: 130px;
}


.custom_PV_Popup2 .leaflet-popup-content-wrapper {
  background: white;
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #139bf5;
}

/* --- triange--- */
.custom_PV_Popup .leaflet-popup-tip {
  background: #e93434;
}

.custom_PV_Popup2 .leaflet-popup-tip {
  background: #139bf5;
}




a { cursor: pointer }
form {
border: 3px solid #f1f1f1;
}

.modal {
position: fixed; 
z-index: 1; 
left: 0;
top: 0;
width: 100%; 
height: 100%; 
overflow: auto; 
background-color: rgb(0,0,0); 
background-color: rgba(0,0,0,0.4); 
padding-top: 10px;
}

.modal-content {
background-color: #07326b;
min-width: 160px;
margin: auto; 
width: 70%;
height: auto; 
max-width: 235px;
border: 2px solid rgb(76, 84, 160);
color: #fdfdfd;
z-index:1;
}

.dialog {
  display:none;
  position: fixed; 
  z-index: 10; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  /* padding-top: 10px; */
  align-items: center;
  justify-content: center;
  }
  
  .dialog-content {
  background-color: #0a7506;
  /* min-width: 160px; */
  margin: auto; 
  /* width: 70%; */
  height: auto; 
  /* max-width: 235px; */
  border: 2px solid rgb(25, 100, 2);
  color: #fdfdfd;
  z-index:1;
  padding: 20px;
  /* border: 1px solid #888; */
  width: 80%;
  border-radius:5px;
  }
  .closeDialog {
    color: #aaaaaa;
    float: right;
    font-size: 14px;
    font-weight: bold;
    border:1px solid #aaaaaa;
    padding:5px;
    border-radius:5px;
  }
  
  .closeDialog:hover,
  .closeDialog:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}

input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}

.loginbutton {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
border-radius: 8px;
}


.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}

.imgcontainer {
text-align: center;
margin: 3px 0 3px 0;
}

img.avatar {
width: 40%;
border-radius: 50%;
}

.container {
padding: 5px;
}

span.psw {
float: right;
padding-top: 16px;
}

@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}

}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)} 
to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
from {transform: scale(0)} 
to {transform: scale(1)}
}

.grandParentContainer{
  display:table;
  height:95%;
  width:100%;
  margin: auto;
}

/* .SpeedGrandParentContainer, .histGrandParentContainer , .coursesGrandParentContainer , .zoneGrandParentContainer , .KmgeGrandParentContainer{  
  display:none;
  height:100%;
  width:100%;
  margin: auto;
} */




.speedformparentContainer,.histformparentContainer, .coursesformparentContainer,
.saveZoneformparentContainer, .zoneformparentContainer, .KmgeformparentContainer,
.GeneralGPformparentContainer, .POIformparentContainer, .UserNewformparentContainer
{
  display:table-cell;
  height:auto;
  margin: auto;
  padding: 5px;
  z-index: 10;
  /* background-color: #196692; */
  /* background-image: linear-gradient(#052f47, rgb(53, 126, 168));  */
  vertical-align:middle;
  }

  .speedformparentContainer .modal-content, .coursesformparentContainer .modal-content ,
  .zoneformparentContainer .modal-content, .KmgeformparentContainer .modal-content,
  .GeneralGPformparentContainer .modal-content, .POIformparentContainer .modal-content, .UserNewformparentContainer .modal-content
  {
    color: #ffffff;
    min-width: 160px;
    margin-bottom:auto; 
    width: auto;
    height: 335px; 
    height: auto; 
    border-radius: 8px;
    background-image: linear-gradient( #000000,#0b4b8f);
    box-shadow: 5px 5px 10px #4b4c4c;
    }

    .histformparentContainer .modal-content{
      color: #ffffff;
      min-width: 300px;
      padding: 2px;
      margin-bottom:auto; 
      width: auto;
      height: 335px; 
      height: auto; 
      border-radius: 8px;
      background-image: linear-gradient( #000000,#0b4b8f);
      box-shadow: 5px 5px 10px #4b4c4c;      
    }

    #histinputtime_de ,#histinputtime_a, #histcoloris, #histinputtemps_arret, #histinputproximityPOI {
      margin: 3px;
      width:auto;
    }


.parentContainer{
  display:table-cell;
  vertical-align:middle;
}
/* ------- */

.sidenav {
  height: auto; 
  padding-left: 10px;
  z-index: 99;
  background-color: #196692;
  background-image: linear-gradient(#052f47, rgb(3, 58, 90)); 
  overflow-x: hidden;
  transition: 0.8s;
  transition-timing-function: cubic-bezier(0.32, 0.11, 0.25, 1);
  padding: 10px;
  position: absolute;
  top: 30px;
  left: -280px;
  max-height: 90%;
  box-shadow: 5px 5px 10px #888888;
  width:auto;
  border-radius: 0px 10px 88px 0px
}

.sidenav a {
  /* padding: 2px 2px 2px 2px; */
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#divtablevehicle{
  display: none;
  background-color:white;
  margin-right:3px;
  /* margin-left: 3px; */
  border: 1px solid #575656;
}

/* --Style table vÃ©hicules------------------------------- */
.tablevehicle {
  display: block;
  font-family:  Arial,Helvetica, sans-serif;
  border-collapse: separate;
  width: auto;
  min-width: 180px;
  height: auto;
  background-color: #044479;
  font-size: 8pt;
  max-height: 300px;
  overflow-y: scroll;
  }

    
  .tablevehicle thead{
    font-family:  Arial,Helvetica, sans-serif;
    border-collapse: separate;
    width: 100%;
    font-size: 8pt;
    display: table;
	  overflow: auto;
    }  
  .tablevehicle tbody{
    display: block;
    font-family:  Arial,Helvetica, sans-serif;
    border-collapse: separate;
    width: auto;
    font-size: 8pt;
    min-height: 230px;
    overflow: auto;
    }  

.tablevehicle td, .tablevehicle th {
  vertical-align: middle;
  text-align: center; 
  border-radius: 20% 20%;
  color:white;
  border: 1px solid #a5a5a5;
  border-left: none;
  border-right: none;
  border-top: none;
 }
 
.tablevehicle tr:hover {
  /* background-color: #0efaafbd; */
  background-color: #ca0606;
}

.tablevehicle th {
  padding-top: 1px;
  text-align: center;
  background-color: #1aa3ff;
  color: white;
  }

.tableAllGPSs4User{
  display: inline-block;
  font-family:  Arial,Helvetica, sans-serif;
  border-collapse: separate;
  width: auto;
  min-width: 180px;
  height: auto;
  /* background-color: #044479; */
  font-size: 8pt;
  max-height: 115px;
  overflow-y: scroll;
  border: 1px solid;
  border-color: #727272
  }
.tableAllGPSs4User thead{
  font-family:  Arial,Helvetica, sans-serif;
  border-collapse: separate;
  width: 100%;
  font-size: 8pt;
  display: table;
  overflow: auto;
  }  
  .tableAllGPSs4User tbody{
    display: block;
    font-family:  Arial,Helvetica, sans-serif;
    border-collapse: separate;
    width: auto;
    font-size: 8pt;
    min-height: 230px;
    overflow: auto;
    }  

.tableAllGPSs4User td, .tableAllGPSs4User th {
  vertical-align: middle;
  text-align: center; 
  border-radius: 5px/5px;
  color: white;
  border: 1px solid;
  border-color: #727272;
}
 
  
.tableAllGPSs4User tr:hover {
  /* background-color: #0efaafbd; */
  background-color: #ca0606;
}

.tableAllGPSs4User th {
  padding-top: 1px;
  text-align: center;
  background-color: #05253a;
  /* color: white; */
  }
  
  


  .tablevehicle2 {
  font-family:  Arial,Helvetica, sans-serif;
  border-collapse: separate;
  width: 100%;
  height: 100%;
  font-size: 8pt;
  overflow-y: auto; 
  background-color: rgb(56, 56, 56);
  }
  
  .tablevehicle2 thead{
    font-family:  Arial,Helvetica, sans-serif;
    border-collapse: separate;
    width: 25%;
    border: 1px solid #cccccc;
    font-size: 8pt;
    display: table;
	  overflow: auto;
    }  

  .tablevehicle2 tbody{
    display: block;
    font-family:  Arial,Helvetica, sans-serif;
    border-collapse: separate;
    width: 100%;
    border: 1px solid #cccccc;
    font-size: 8pt;
    overflow: auto;
    }  

.tablevehicle2 td, .tablevehicle2 th {
  border: 1px solid #ccebff;
  vertical-align: middle;
  text-align: center; 
  width: 25px;
  border-radius: 1px/1px;
 }

.tablevehicle2 tr:hover {background-color: #054570;}

.tablevehicle2 th {
  padding-top: 1px;
  text-align: center;
  background-color: #1aa3ff;
  color: white;
  }

/* ----------------------------------------------- */

.tablegeofence, .tablePOIs, .tableUsers, .tableProfil {
  display: none;
  font-family:  Arial,Helvetica, sans-serif;
  border-collapse: separate;
  min-width: 175px;
  height: auto;
  background-color: #044479;
  font-size: 8pt;
  max-height: 200px;
  overflow-y: scroll;
  cursor:pointer;
  }
  
  .tablegeofence thead, .tablePOIs thead, .tableUsers thead, .tableProfil thead{
    font-family:  Arial,Helvetica, sans-serif;
    border-collapse: separate;
    width: 100%;
    font-size: 8pt;
    display: table;
	  overflow: auto;
    }  
  .tablegeofence tbody, .tablePOIs tbody, .tableUsers tbody, .tableProfil tbody {
    display: block;
    font-family:  Arial,Helvetica, sans-serif;
    border-collapse: separate;
    width: auto;
    border: 1px solid #cccccc;
    font-size: 8pt;
    min-height: 90px;
    overflow: auto;
    }  

.tablegeofence td, .tablegeofence th , .tablePOIs td, .tablePOIs th, .tableUsers td ,.tableUsers th, .tableProfil th {
  border: 1px solid #626262;    
  vertical-align: middle;
  text-align: center; 
  min-width: 10px;
  max-width: 160px;
  border-radius: 20px/50px;
  color:white;
 }
 .tableProfil td {
  border: 1px solid #626262;    
  vertical-align: middle;
  text-align: right; 
  min-width: 10px;
  max-width: 160px;
  border-radius: 20px/50px;
  color:white;
  padding-right: 5px;
 }
 
.tablegeofence tr:hover, .tablePOIs tr:hover, .tableUsers tr:hover {
  background-color: #ca0606;
}

/* .tablegeofence th , .tablePOIs th{
  padding-top: 1px;
  text-align: center;
  background-color: #1aa3ff;
  color: white;
  } */

/* ---------------------------------------------------- */

  input[type=checkbox]{
  width: 20px; 
  height: 20px; 
  cursor: pointer;
  /* appearance: none; */
  /* top: 3px; */
  top: 6px;
  position: relative;
  }


  /* input[type=checkbox]:checked
  {
      position:relative;
  } */

  /*----style menu vÃ©hicules--------------------------------------------------*/
  .dropbtn {
    background-color:rgba(4, 68, 121, 0);
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px 5px;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content-hide {
    display: none;
  }

  .dropdown-content-show {
    display: block;
    position: absolute;
    background-color: #ffffff00;
    /* color: red; */
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 10;
  }
  
  /*-------------------notification------------------- */
.clientname {
  background-color:rgb(23, 70, 158);
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 1px 1px;
  position: relative;
  display: inline-block;
  border: 1px solid  rgb(255, 255, 255);
  border-radius: 20px/50px;
  font-size: 12px;
  
}

.clientname:hover {
  background: rgb(197, 147, 9);
}

.clientname .badge {
  position: absolute;
  left: -15px;
  border-radius: 50%;
  background-color: red;
  color: white;
}
/*-------------------toast------------------- */
#toast {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  margin: auto;
  background-color: rgb(129, 15, 15);
  color: #fff;
  text-align: center;
  border-radius: 5px;

  position: fixed;
  z-index: 15;
  left: 20px;
  right:0px;
  bottom: 30px;
  font-size: 14px;
  white-space: nowrap;
}

#toast #img{
  width: 50px;
  height: 50px;
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
}

#toast #desc{
  color: #fff;
  padding: 10px;

  overflow: hidden;
  white-space: nowrap;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
  from {min-width: 50px} 
  to {min-width: 350px}
}

@keyframes expand {
  from {min-width: 50px}
  to {min-width: 350px}
}
@-webkit-keyframes stay {
  from {min-width: 350px} 
  to {min-width: 350px}
}

@keyframes stay {
  from {min-width: 350px}
  to {min-width: 350px}
}
@-webkit-keyframes shrink {
  from {min-width: 350px;} 
  to {min-width: 50px;}
}

@keyframes shrink {
  from {min-width: 350px;} 
  to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 60px; opacity: 0;}
}

/* ----------------------------- */

.mybuttonaction{
  /* background-image: linear-gradient( #27d2ef,#002a88); */
  background-image: linear-gradient(#002a88 25%,#27d2ef 100%);
  /* border-color: #00000000;  */
  border: 1px solid #ffffff4d;
  color: rgb(255, 255, 255);
  border-radius: 50px/50px;
  position: absolute;
  left: 24px;
  /* top: 75px; */
  overflow: visible;
  height: 45px;
  width: 45px;
  cursor:pointer;
  overflow: hidden;
  }


.mybuttonaction i {
  font-size: 20px;
  margin-top: 2px;
}



.mybuttonaction_mini{
  background-image: linear-gradient(#002a88 25%,#27d2ef 100%);
  border-color: #00000000;
  color: rgb(255, 255, 255);
  border-radius: 50px/50px;
  position: absolute;
  left: 24px;
  /* top: 75px; */
  overflow: visible;
  height: 30px;
  width: 30px;
  cursor:pointer;
}


.mybuttonaction_mini i {
  font-size: 14px;
  margin-top: 2px;
}

.mybuttonaction_T {
  background-image: linear-gradient(#000000 25%,#c0c0c0 100%);
  overflow: hidden;
}

.mybuttonaction_A {
  background-image: linear-gradient(#420000 25%,#ff4343 100%);
  overflow: hidden;
}

.mybuttonaction_M {
  background-image: linear-gradient(#094e05 25%,#2aff3b 100%);
  overflow: hidden;
}

.mybuttonaction_Taxi {
  background-image: linear-gradient(#c69d03 25%,#fff800 100%);
  color: #000000;
  overflow: hidden;
}


/* ----------------vehiclestatus --------------------------------vehiclestatus ----------------*/
.VehicleContent{
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  /* box-shadow: 0px 0px 6px 1px black; */
}
.VehicleContentMat{
  background: #b1b1b1;
  color: #000000;
  font-size: 10px;
  text-align: center;
  /* width: 98%; */
  width: auto;
  border-radius: 4px;
  border: 1px solid #7d7d7d;
  margin: 1px;
  font-weight: bold;
  /* text-shadow: 1px 1px #ffffff; */
  text-shadow: 0.5px -1px 0px rgb(255, 255, 255);
  padding-left: 1px;
  padding-right: 1px;
  
  /* box-shadow: 0px 0px 6px 1px black;
  margin-top: 2px; */
}

.VehicleContentKm {
  background: #ffffff;
  color: #000000;
  font-size: 10px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #7d7d7d;
  margin: 1px;
  /* font-weight: bold; */
  padding-left: 1px;
  padding-right: 1px;
}
.VehicleContentKm {
  background: #ffffff;
  }
.VehicleContentKm_inf {
  background: #a7ffaf;
  }
.VehicleContentKm_sup {
  background: #ff89d5;
  }

.vehiclestatus {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-width: 85px;
  width: 100%;
  /* border: 1px solid #424242; */
  padding: 1px;
  background-color: #adaaaa;
  text-shadow: 0.5px 0.5px #000000;
  }

/* Clear floats after the columns */
.vehiclestatus:after {
  content: "";
  display: table;
  clear: both;
  
 }
 

.vehstatuscolumn {
  float: left;
  width: 20%;
  padding: 0px;
  height: 15px; 
  line-height: 15px;
  font-size: 14px;
  color:#464646; 
  border-radius: 25%;
  background-color: white;
}
/* ----------------------------------------------------------------*/
.vehstopstatus_blinkdiv{
  border-radius: 10px 10px 0px 0px;
  background-color: #d10c0c;
  padding-top: 3px;
  padding-bottom: 2px;
  display: inline-block;
  height: auto;
  line-height: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  position: absolute;
  top: -22px;
  left: 0px;
}

.vehstopstatus_span{
  font-size: 16px bold;
  color: rgb(255, 255, 255);
  animation: vehstopstatus_blinkdiv 1s linear infinite;
}

@keyframes vehstopstatus_blinkdiv{
0%{opacity: 0;}
25%{opacity: .5;}
50%{opacity: 1;}
100%{opacity: 1;}
}
/* ----------------------------------------------------------------*/
.vehiclesnumgps {
  background: #fdfdfd;
  width: 50px;
  /* position: absolute; */
  /* border: 1px solid #787878; */
  border-radius: 0px 0px 8px 8px;
  /* top: 56px; */
  /* left: 21px; */
  font-size: 8px;
  box-shadow: #333 5px 5px 5px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  }
  /* ----------------------------------------------------------------*/
.vehiclesnumtaximetre {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: #333 5px 5px 5px;
    top: -15px;
    border-radius: 8px 8px 0px 0px;
    width: max-content;
    padding-left: 3px;
    padding-right: 3px;
    border: 0.4pt solid #ffffff;
    background-color: white;
    color: #ce0000;
    font-family: "Times New Roman", Times, Arial, serif;
    font-size: 11px;
    font-weight: 800;
    background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgb(185, 183, 183) 100%);
    overflow: hidden;
    text-shadow: 0px -1px 0px rgb(255, 255, 255);
    z-index: -1;
}
  
/* ----------------------------------------------------------------*/

    .speedbuttonOk , .histbuttonOk, .coursesbuttonOk, .ZoneGPSbuttonOk , .KmgebuttonOk, .POIbuttonOk,.zonebuttonOk {
        -moz-appearance: button;
        -webkit-appearance: button; 
        text-decoration: none; 
        color: #ffffff;
        padding: 5px;
        background-color: #029941;
        float: left;
        height: auto;
        margin-left: 15px;
        border-radius: 5px;
        margin-bottom: 8px;
        width: 74px;
        border-color: #00d328;
        
    }

    .GP_buttonOk{
      -moz-appearance: button;
      -webkit-appearance: button;
      text-decoration: none; 
      /* padding: 5px; */
      color: #0ade3a;
      background: none;
      float: left;
      height: auto;
      margin-left: 15px;
      border-radius: 5px;
      margin-bottom: 8px;
      /* width: 74px; */
      border-color: #2b538894;
  }

  /* .zonebuttonOk{
      -moz-appearance: button;
        -webkit-appearance: button;
        text-decoration: none; 
        color: #ffffff;
        padding: 5px;
        background-color: #029941;
        float: left;
        height: auto;
        margin-left: 15px;
        border-radius: 5px;
        margin-bottom: 8px;
        width: auto;
        border-color: #00d328;

    } */
    .speedbuttonCancel , .histbuttonCancel, .coursesbuttonCancel, .zonebuttonCancel, .ZoneGPSbuttonCancel , .KmgebuttonCancel,.POIbuttonCancel {
      -moz-appearance: button;
      -webkit-appearance: button;
      text-decoration: none; 
      color: #ffffff;
      padding: 5px;
      background-color: #dd3e0e;
      float: right;
      margin-right: 15px;
      border-radius: 5px;
      margin-bottom: 8px;
      width: 74px;
      border-color: #ff7575;
  }
    .GP_buttonCancel {
      -moz-appearance: button;
      -webkit-appearance: button;
      text-decoration: none; 
      /* padding: 5px; */
      color: #de110a;
      background: none;
      float: right;
      /* height: auto; */
      margin-right: 15px;
      border-radius: 5px;
      margin-bottom: 8px;
      /* width: 74px; */
      border-color: #2b538894;
  }
    
    .titleForSpeed, .titleForhist, .titleForcourses, .titleForzone , .titleForKmge,
    .titleForGPGeneral, .titleForPOI, .titleForUserNew
    {
    vertical-align:middle;
    text-align: center;
    }
    .spantitle{
      vertical-align:middle;
      text-align: center;
    }
    .radiospeedon, .radiospeedoff, .radiozoneon , .radiozoneoff, .radioAMon, .radioAMoff{
      margin-right: 8px;
      margin-left: 8px;
    }

    .vehiclenameForSpeed, .vehiclenameForhist, .vehiclenameForcourses, .vehiclenameForKmge{
      margin-right: 8px;
      margin-left: 8px;
    }

    .gpsNumForSpeed , .gpsNumForhist, .gpsNumForcourses, .gpsNumForKmge {
      margin-right: 8px;
      margin-left: 8px;
    }

    
/* DRIL DOWN----------------------------------------------------------------*/
.dropdown-item.dropdown-notification:active, .dropdown-item.dropdown-notification.active {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
  }

  .dropdown-notification:hover .notification-read {
  color: #34495E;
  }

  .dropdown-notification-all {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: oblique;
  background-color: #34495E;
  color: white;
  }

  .dropdown-notification-all:hover {
  background-color: #34495E;
  color: white;
  }

  .notifications-container {
  /* max-height: 300px; */
  /* width: 200px; */
  width: 100%;
  font-size: 12px;
  }

  .notification-dropdown-menu {
  padding-bottom: 0;
  min-width: 528px;
  }

  .notification-img {
  width: 48px;
  display: inline-block;
  vertical-align: top;
  }

  .notifications-body {
  display: inline-block;
  }

  .notification-texte {
  text-align: left;
  margin: 0;
  }

  .notification-read {
  margin: 0;
  height: 48px;
  vertical-align: top;
  line-height: 48px;
  padding-left: 15px;
  color: white;
  float: right;
  }

  .notification-date {
  text-align: left;
  color: #2980b9;
  margin: 0;
  }

  .notification-solo {
  margin-top: 1rem;
  }

  .notification-unread {
  text-decoration: none;
  background-color: #f7f7f9;
  }

  /*---*/


#spannbrvehiclesselected {
  color:#000000;
  background-color: rgb(243, 243, 100);
  float:right;
  margin-left: 3px;
  margin-right: 1px;
  vertical-align: middle;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
}

#spannbrvehiclesonline {
  color:#000000;
  background-color: rgb(64, 255, 64);
  float:right;
  margin-left: 3px;
  margin-right: 1px;
  vertical-align: middle;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
}
.spanMenuIcon {
  width: 20px;
  text-align: center;
  vertical-align: middle;
  color:#000000;
  background-color: #43adfa;
  float:left;
  /* margin-left: 3px; */
  margin-right: 2px;
  border-radius: 0px 5px 0px 5px;
  /* padding-left: 2px;
  padding-right: 2px; */
  font-size: 12px;
}

#spannbrabonnementsexpired {
  color:#ffffff;
  background-color: rgb(202, 0, 0);;
  float:right;
  margin-left: 3px;
  margin-right: 1px;
  vertical-align: middle;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
}


#spannbrtaxis, #spannbrzones, #spannbrabonnements, #spannbrvehicles, #spannbrPOIs, #spannbrUsers {
  color:#000000;
  background-color: white;
  float:right;
  margin-left: 3px;
  margin-right: 1px;  
  vertical-align: middle;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
}

#spannbrGPalerts{
  color:#ffffff;
  background-color: rgb(202, 0, 0);
  float:right;
  margin-left: 3px;
  margin-right: 1px;  
  vertical-align: middle;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
}

/*---*/
#mydivdraggable {
  display :none;
  position: absolute;
  background-color: #585856;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 5px;
  left: 15px;
  bottom: 105px;
  min-height: 125px;
  max-height: 170px;
  max-width: 122px; 
  opacity: 1;
  height: 125px;
  width: 125px;
  box-shadow: 3px 4px 4px 2px #848181;

}

#mydivdraggableheader {
  padding: 2px;
  cursor: move;
  z-index: 10;
  background-color: #000000;
  color: #ffffff;
  /* float:left; */
  width:100%;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
}
/*---*/
.chart_div{
  position: absolute;
  background-color:#3e414700;
  width: 10px;
  height: 10px;
  left: 25px;
  top: 106px;
}

#chartCarburant_div{
  position: absolute;
  z-index: 15;
  text-align: center;
  border-radius: 5px;
  left: -25px;
  top: 109px;
  min-height: 25px;
  max-height: 25px;
  min-width: 25px;
  max-width: 25px; 
  z-index: 0;
}

.chartinfodiv{
  background-color:#3e4147;
  color:white
}

.chartclose {
  position: absolute;
    right: -12.5px;
    height: 25px;
    /* opacity: 0.7; */
    color: #ffffff87;
    background-color: #3e414700;
    cursor: pointer;
    float: right;
    width: 25px;
    top: -12.5px;
    border-radius: 50% 50% 50% 10%;;
    border: 1px solid white;
}
/* .chartclose:hover {
  opacity: 1;
} */

/*---*/
#maindropdown-menu{
  box-shadow: 5px 5px 10px #888888;
}
/*---*/
.miniDashbord_div{
  display:none;
  position: absolute;
  z-index: 15;
  text-align: center;
  border-radius: 5px;
  left: -32px;
  top: -8px;
  
  min-height: 16px;
  max-height: 16px;
  
  min-width: 16px;
  max-width: 16px; 
  color:#234d50;
}
.miniFollow_div{
  position: absolute;
  z-index: 15;
  text-align: center;
  border-radius: 5px;
  left: -18px;
  top: -8px;
  min-height: 16px;
  max-height: 16px;

  min-width: 16px;
  max-width: 16px; 
  color:#234d50;

}

@keyframes miniFollowAnimation {
0%{ transform: rotate3d(0,1,0,-90deg);}
100%{ transform: rotate3d(0,1,0,90deg);}
}


.mydivmenu {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
  width: 30px;
  vertical-align: middle;
  text-align: center;
  padding-top: 6px;
  float: left;

  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;

}
.mydivhisttoggle, .mydivGeoFencetoggle, .mydivPOItoggle{
  display: none;
  position: relative;
  height: 100%;
  width: auto;
  float: left;
  padding-top: 3px;

  padding-left: 2px;
  padding-right: 2px;
  border: 1px dotted;
  border-color: #bfbebe;
  margin-right: 2px;
}
/* 
.mydivGeoFencetoggle{
  display: none;
  position: relative;
  height: 100%;
  width: auto;
  float: left;
  padding-top: 3px;

  padding-left: 2px;
  padding-right: 2px;
  border: 1px dotted;
  border-color: #bfbebe;
  margin-right: 2px;
} */



.mydivsleeptoggle{
  display: block;
  position: relative;
  height: 100%;
  width: auto;
  float: left;
  padding-top: 3px;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px dotted;
  border-color: #bfbebe;
  margin-right: 2px;
}

.miniHist_div{
  color:yellow;
  cursor:pointer;
  animation: miniHistAnimation 0.5s infinite;
}
/* .miniHist_div_animate{
  animation: miniHistAnimation 0.5s infinite;
} */

.miniGeoFence_div{
  color:rgb(252, 162, 29);
  animation: miniHistAnimation 0.5s infinite;
}
/* .miniGeoFence_div_animate{
  animation: miniHistAnimation 0.5s infinite;
} */

.miniPOI_div{
  color:#ffcd39;
  cursor:pointer;
  animation: miniHistAnimation 0.5s infinite;
}

.minisleep_div{
  color:lightgray;
  cursor:pointer;
}



@keyframes miniHistAnimation {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}


/*---*/

#coursesInfosGrandParentContainer{
  display: none;
  flex-direction: column;

  width: auto;
  height: auto;
  max-height: 90%;
  z-index: 1;
  position: fixed;
  right: 0px;
  top: 30px;
  background-color: #d1d0add9;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 5px;
  
  }
#recetteInfosGrandParentContainer{
    display: none;
    flex-direction: column;
  
    width: auto;
    height: auto;
    max-height: 90%;
    z-index: 1;
    position: fixed;
    right: 0px;
    top: 30px;
    background-color: #d1d0add9;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 5px;
    
    }


  #coursesInfosRecap{
  display: table-row;
  width: auto;
  height: auto;
  font-size: 12px;
  background-color: rgba(245, 244, 233, 0.851);
  padding: 5px;
  border-radius: 7px;
  margin-bottom: 5px;
  text-align: center;

  }

  #recetteInfosRecap{
  display: table-row;
  width: auto;
  height: auto;
  font-size: 12px;
  background-color: rgba(245, 244, 233, 0.851);
  padding: 5px;
  border-radius: 7px;
  margin-bottom: 5px;
  text-align: center;

  }
  #coursesbuttonzone{
    display: table-row;
    text-align: center;
    margin-bottom:5px;
    
  }

#buttoncoursesdetails {
  color: black;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
  box-sizing: border-box;
  padding: 2px;
  text-align: center;
  background-color: #afbdb0;
  border-radius: 10px 0px;
  float: left;
  width: 55px;
  margin-left: 3px;
  margin-right: 3px;
}

#buttoncoursesclose {
  color: black;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
  box-sizing: border-box;
  padding: 2px;
  text-align: center;
  background-color: #afbdb0;
  border-radius: 0px 10px;
  float:right;
  width: 55px;
  margin-left: 3px;
  margin-right: 3px;
}


#buttonrecetteclose {
  color: black;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
  box-sizing: border-box;
  padding: 2px;
  text-align: center;
  background-color: #afbdb0;
  width: 75px;
  margin: auto;
  display: block;
}

#divtablecoursesdetails {
  display: none;
  text-align: center;
  font-size: 12px;
  overflow-y: scroll;
  height: auto;
} 

#tablevehiclecoursesdetails {
  border-collapse: collapse;
}

#tablevehiclecoursesdetails tr:nth-child(odd) {
  background-color: #e8f5c6;
}

#tablevehiclecoursesdetails tr:nth-child(even) {
  background-color: #c6ccb7;
}

#tablevehiclecoursesdetails td, th {
  border: 1px solid #999;
  padding: 1px;
}


.cptchanged{
  display: none;
  font-size: 12px;
  color: red;
  animation: Animationcptchanged 1s linear infinite;
}

@keyframes Animationcptchanged {
  0%{ transform: rotate3d(0,1,0,-90deg);}
  15%{ transform: rotate3d(0,1,0,0deg);}
  85%{ transform: rotate3d(0,1,0,0deg);}
  100%{ transform: rotate3d(0,1,0,90deg);}
}


#divtableoldnotifs {
  font-size: 10px;
  height: auto;
  width: 100%;
  overflow: auto;
  max-height: 280px;
} 

#tableoldnotifs {
  border-collapse: collapse;
  margin-left: 3px;
  margin-right: 3px;
  width: 97%;
  display: table;
}

#tableoldnotifs tr:nth-child(odd) {
  background-color: #e8f5c6;
}

#tableoldnotifs tr:nth-child(even) {
  background-color: #c6ccb7;
}

#tableoldnotifs td {
  border: 1px solid #999;
  padding: 1px;
}
#tableoldnotifs  th {
  border: 1px solid #999;
  padding: 1px;
  text-align: center;
}

/*---*/
.myhr { 
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
/*---*/
#divetattaximetergraph{
  display:none;
  width:100%;
  height: 80px; 
  background-color:#c1c1c1b0;
  position: fixed;
  z-index: 3;
  bottom: 0px; 
}

#divSpeedgraph{
  display: block;
  /* display: none; */
  width:100%;
  height: 40%;
  max-height: 100%;
  background-color: #3d3d3e;
  border: 2px solid #606280;
  position: fixed;
  z-index: 3;
  bottom: -40%; 
  overflow: scroll;
  transition: 0.5s;
  transition-timing-function: ease-in;  
}
.canvasSpeedgraph{
  /* height: 100% !important; */
  height: 100% ;
  width:100% !important;
  /* background-color: rgb(49, 49, 49); */
  background-color: rgb(255, 255, 255);
}


#divdisplaytaximeterstatuscharts{
  font-size: 12px;
  text-align: center;
}
/*---*/
#GeoFenceMenu, #POIMenu{  
  display: table;
}

#newzonecontrol{
  visibility: visible;
}

#zoneContainer, #zoneContainer4Update{
  display: inline-block;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 220px;
}

.mymenu{
  display:table;
  width:100%;
  border-bottom: 1px solid;
  border-color: #06466b;
  cursor:pointer;
   }

   .mymenu:hover{
    border-bottom: 1px solid;
    background-color: #d11414;
     }

.MarkercustomPopUp .leaflet-popup-tip, .MarkercustomPopUp .leaflet-popup-content-wrapper {
    background: #0579f1;
    color: #ffffff;
    text-align: center;
    box-shadow: 7px 7px 13px -1px rgb(19, 19, 19);
} 
.MarkercustomPopUp .leaflet-popup-content {
  background-color: #07335a;
  padding: 1px;
  color: #ffffff;
  border-radius: 11px;
  margin: 3px;
} 

.POIcustomPopUp .leaflet-popup-content-wrapper {
  background: #746042;
  color: #000000;
  text-align: center;
} 

.POIcustomPopUp .leaflet-popup-tip {
  background: #ff9d09;
  color: #000000;
  text-align: center;
} 

.POIcustomPopUp .leaflet-popup-content {
background-color: #fdff77;
padding: 1px;
color: #000000;
border-radius: 10px;
margin: 3px;
} 

.MiniwaypointcustomPopUp .leaflet-popup-content-wrapper {
  background: #880388;
  color: #000000;
  text-align: center;
} 
.MiniwaypointcustomPopUp .leaflet-popup-tip {
  background: #fc0dff;
  color: #000000;
  text-align: center;
} 

.MiniwaypointcustomPopUp .leaflet-popup-content {
  background-color: #ffcaff;
  padding: 1px;
  color: #000000;
  border-radius: 10px;
  margin: 3px;
  } 


/* .graphMenu{
  left: 35px;
  width: auto;
  height: 25px;
  background-color: white;
  top: 3px;
  display: table-cell;
  position: absolute;
  padding: 3px;
  border-radius: 3px;
  box-shadow: 3px 3px 5px 0px #040404;
} */

.tableGp{
  font-size: 12px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 3px 3px grey;
}

.tableGp th{
  filter: drop-shadow(2px 4px 6px black);
  background: linear-gradient(to right,#c3c3c3 , #fffffff7 , #c3c3c3 );
  text-align: center;
}

.tableGp tbody:before {
  content: "-";
  display: block;
  line-height: 0.5em;
  color: transparent;
}


.nextprevious {
  background-color: #e6ffcb;
  color: white;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  text-decoration: none;
  display: inline-block;
  padding: 0px 11px;
  height: 30px;
  margin-left: 1px;
  border: solid #696b00 1px;
}

#ButtonGlobalTrackingIsRuning{
  background-color: #ffffff;
}

/*----------------------------------- SPINNER */
.loader {
  border: 16px solid #8f8c8c;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: auto;
  position: fixed;
  z-index: 2;
  left: 45%;
  top: 47%;
  display: none;
  /*animation: spin 2s linear infinite;*/
}
.loader2 {
  border: 16px solid #bfbfbf;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  float: left;
  display: none;
  animation: spin 2s linear infinite;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*----------------------------------- SPINNER new*/
@keyframes ldio {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
.ldio > div > div {
  position: absolute;
  border-radius: 50%;
}
.ldio > div > div:nth-child(1) {
  top: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  background: #e90c59;
}
.ldio > div > div:nth-child(2) {
  top: 15.7px;
  left: 39.5px;
  width: 21px;
  height: 21px;
  background: #f5f5f5;
  animation: ldio 1.5s linear infinite;
  transform-origin: 10.5px 34.3px;
}
.loadingio-spinner-disk {
  width: 98px;
  height: 98px;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  display: none;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.ldio {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.98);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio div { box-sizing: content-box; }
/*-------------- END SPINNER new*/

.buttonCalculate{
  margin: 3px;
}

.blink {
  text-decoration: overline red;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/*----------------------------------------------------------------*/
.carburantlevel{
  top: 102%;
  width: 25px;
  background-color: #ffffff;
  padding: 0px;
  height: 10%;
  position: absolute;
  /* border-radius: 5px 5px 5px 5px; */
  border-radius: 3px 3px 3px 3px;
  box-shadow: #333333d1 5px 5px 5px;
}
.carburantlevelinner{
  width: 50%;
  background-color: #2a75ff;
  height: 100%;
  bottom: 0px;
  position: absolute;
  border-radius: 3px 0px 0px 3px;
}
.networklevel{
  right: 0px;
  top: 102%;
  width: 25px;
  background-color: #ffffff;
  padding: 0px;
  height: 10%;
  position: absolute;
  border-radius: 3px 3px 3px 3px;
  box-shadow: #333333d1 5px 5px 5px;
}
.networklevelinner{
  width: 50%;
    background-color: #00ff4e;
    height: 100%;
    bottom: 0px;
    position: absolute;
    border-radius: 3px 0px 0px 3px;
}

/* ----- */
.gptooltip {
  position: relative;
}
.gptooltip:after {
  position: absolute;
  padding: 8px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background-color: #1778ff;
  font-size: .9em;
  font-weight: bold;
  color: #ffffff;
  content: attr(data-tooltip);
  min-width: 80px;
  width: -webkit-max-content;
  opacity: 1;
  /* transition: all .2s ease-in-out .25s; */
  text-align: center;
  visibility: hidden;
  z-index: 2;
}
.gptooltip:hover:after {
  opacity: 1;
  visibility: visible;
}



/*Tooltip starting positions*/
.gptooltip-top:after {
  bottom: 150%;
  left: 0;
}
.gptooltip-bottom:after {
  top: 115%;
  left: 0;
}
.gptooltip-left:after {
  right: 130%;
  min-width: 100px;
}
.gptooltip-right:after {
  left: 130%;
  min-width: 100px;
}

/*Tooltip final positions*/
.gptooltip-top:hover:after {
  bottom: 120%;
}
.gptooltip-bottom:hover:after {
  top: 115%;
}
.gptooltip-left:hover:after {
  right: 110%;
}
.gptooltip-right:hover:after {
  left: 110%;
}

/**
 * Triangles
 */

 .gptooltip-top:before,
 .gptooltip-bottom:before,
 .gptooltip-left:before,
 .gptooltip-right:before {
     content: "";
     display: block;
     position: absolute;
     border-width: 9px;
     border-style: solid;
     border-color: rgba(0, 0, 0, 0);
     opacity: 0;
     /* transition: all .2s ease-in-out .25s; */
     visibility: hidden;
     z-index: 5;
 }
 .gptooltip-top:hover:before,
 .gptooltip-bottom:hover:before,
 .gptooltip-left:hover:before,
 .gptooltip-right:hover:before {
     opacity: 1;
     visibility: visible;
 }

/*Triangle starter positions*/
.gptooltip-top:before {
  top: -51%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #fff;
}
.gptooltip-bottom:before {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #1778ff;
}
.gptooltip-left:before {
  left: -31%;
  top: 15%;
  border-left-color: #fff;
}
.gptooltip-right:before {
  right: -31%;
  top: 15%;
  border-right-color: #fff;
}

/* Triangle final positions */
.gptooltip-top:hover:before {
  top: -21%;
}
.gptooltip-bottom:hover:before {
  bottom: -26%;
}
.gptooltip-left:hover:before {
  left: -11%;
}
.gptooltip-right:hover:before {
  right: -11%;
}
/*---*/

.inputFacturestofind{
  width: 70% !important;
  padding: 2px !important;
  margin: 4px !important;
  min-width:40%;
  background-color:#f9f6ce;
  background-image: url(../images/findIcon.png);
  background-position: 99% center;
  background-repeat: no-repeat;
}

.tickettiAnimation {
  animation: tickettiZoomInOut 4s ease infinite;
}

@keyframes tickettiZoomInOut {
  0% {
    transform: scale(1, 1);
    /* opacity: 0.5; */
  }
  50% {
    transform: scale(1.2, 1.2);
    /* opacity: 1; */
  }
  100% {
    transform: scale(1, 1);
    /* opacity: 0.5; */
  }
}


/* -------------------------- */

@-webkit-keyframes spincube {
  from,
  to {
      -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  16% {
      -webkit-transform: rotateY(-90deg);
  }
  33% {
      -webkit-transform: rotateY(-90deg) rotateZ(90deg);
  }
  50% {
      -webkit-transform: rotateY(-180deg) rotateZ(90deg);
  }
  66% {
      -webkit-transform: rotateY(-270deg) rotateX(90deg);
  }
  83% {
      -webkit-transform: rotateX(90deg);
  }
}

@keyframes spincube {
  from,
  to {
      -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  16% {
      -moz-transform: rotateY(-90deg);
      -ms-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
  }
  33% {
      -moz-transform: rotateY(-90deg) rotateZ(90deg);
      -ms-transform: rotateY(-90deg) rotateZ(90deg);
      transform: rotateY(-90deg) rotateZ(90deg);
  }
  50% {
      -moz-transform: rotateY(-180deg) rotateZ(90deg);
      -ms-transform: rotateY(-180deg) rotateZ(90deg);
      transform: rotateY(-180deg) rotateZ(90deg);
  }
  66% {
      -moz-transform: rotateY(-270deg) rotateX(90deg);
      -ms-transform: rotateY(-270deg) rotateX(90deg);
      transform: rotateY(-270deg) rotateX(90deg);
  }
  83% {
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      transform: rotateX(90deg);
  }
}

.cubespinner {
  -webkit-animation-name: spincube;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  animation-name: spincube;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 40px 40px 0;
  -moz-transform-origin: 40px 40px 0;
  -ms-transform-origin: 40px 40px 0;
  transform-origin: 40px 40px 0;
  animation-delay: 1s;
}

.cubespinner div {
  position: absolute;
  /* width: 80px;
  height: 80px; */
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, .5);
  /*box-shadow: inset 0 0 20px rgb(0 0 0 / 20%);*/
  box-shadow: 0 0 20px #007bff59;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  /* display: inline-block; */
}

.cubespinner .face1 {
  -webkit-transform: translateZ(30px);
  -moz-transform: translateZ(30px);
  -ms-transform: translateZ(30px);
  transform: translateZ(30px);
  color: #0256ac;
  background-color: #ffffffe6;
}

.cubespinner .face2 {
  -webkit-transform: rotateY(90deg) translateZ(30px);
  -moz-transform: rotateY(90deg) translateZ(30px);
  -ms-transform: rotateY(90deg) translateZ(30px);
  transform: rotateY(90deg) translateZ(30px);
  color: #0256ac;
}

.cubespinner .face3 {
  -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(30px);
  -moz-transform: rotateY(90deg) rotateX(90deg) translateZ(30px);
  -ms-transform: rotateY(90deg) rotateX(90deg) translateZ(30px);
  transform: rotateY(90deg) rotateX(90deg) translateZ(30px);
  color: #0256ac;
}

.cubespinner .face4 {
  -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(30px);
  -moz-transform: rotateY(180deg) rotateZ(90deg) translateZ(30px);
  -ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(30px);
  transform: rotateY(180deg) rotateZ(90deg) translateZ(30px);
  color: #0256ac;
}

.cubespinner .face5 {
  -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(30px);
  -moz-transform: rotateY(-90deg) rotateZ(90deg) translateZ(30px);
  -ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(30px);
  transform: rotateY(-90deg) rotateZ(90deg) translateZ(30px);
  color: #0256ac;
}

.cubespinner .face6 {
  -webkit-transform: rotateX(-90deg) translateZ(30px);
  -moz-transform: rotateX(-90deg) translateZ(30px);
  -ms-transform: rotateX(-90deg) translateZ(30px);
  transform: rotateX(-90deg) translateZ(30px);
  color:#0256ac;
  ;
}


/* -------------------------- */

/*----------------------------------------------------------------*/

.test{
  color:#ff5959;
  /* pointBorderColor */
  color:#f700ff;
  
  color:#089e46;
  color:#02153f;
  color	: #535457;
}