html {
  height: 100%;
}
body {
  min-height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: inherit;
}

body.preventSelect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

body {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}



@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.intro{
  min-height: 100%;
  position: absolute;
  width: 100%;
  /* display: table-cell; */
  vertical-align: middle;
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 100% !important;
  text-align: center;
  height: 100%;
  background: #095186;
  color: #fff;
  z-index: 999999;
}

.intro .title{
  background: #fff;
  color: #095186;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 7px;
  margin-top: 45px;
  font-size: 15px;
}

.intro .logo{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: auto;
}

.intro .logo .img{ 
  background-image: url(../img/logo-dragon.png);
  background-size: cover;
  width: 120px;
  height: 118px;
  border-radius: 35px;
  margin: auto;
}

#app{
  height: 100%;
  max-height: 100%;
  overflow-y: hidden !important;
}

#app > div, #app .wrapper{
  height: 100%;
  min-height: 100%;
} 

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map{
    position:relative;
    width:100%;
    /*height: calc(100% - 60px);*/
    height: calc(100% - 45px);
    top: 45px;
    /*background :#b4cece;*/
}

.places-buttons .btn{
    margin-bottom: 30px
}

.sidebar {
  overflow: hidden;
  height: calc(100% - 44px);
  margin-top: 44px;
  width: 100%;
}

.sidebar .title-bar{
  display: none;
  height: 45px;
}

.sidebar .title-bar p{
  font-weight: bold;
}

.sidebar .sidebar-wrapper{
    height: 100%;
}

.sidebar .nav{
  display: block;
  height: calc(100% - 140px) !important;
  /* height: 1000px !important; */
  overflow: auto;
}

.sidebar .nav > div.active-pro{
  background: #152031;
  position: absolute;
  bottom:0px;
  display: block;
  width: 100%;
  height: 65px;
  z-index: 1000
}
.sidebar .nav > .group .selection-indicator{

}

.sidebar .nav .group{
  width: 100%;
  height: 55px;
  padding: 5px 10px;
  background-color: #00000030;
  margin: 4px 0px;
}

.sidebar .nav .group.active{
  background-color: #ffffff30;
}

.sidebar .nav .group:first-child{
  margin-top: 0;
}

.sidebar .nav .group .size{
  float: right;
  margin-right: 25px;
  font-weight: bold;
  color: #eee;
  margin-top: 12px;
}
.sidebar .nav .group .name{
  font-weight: bold;
  padding: 10px 15px;
  float: left;
  color: #ffffffa3;
}

.sidebar .group-selection{
  color: #eee;
}

.sidebar .active-pro, .sidebar .icons-menu{
  touch-action: none;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
    touch-action: auto;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}

.sidebar .nav .device p {
  line-height: 15px;
  margin-left: 45px;
}

.sidebar .nav .device small {
  display: inline-block;
  font-size: 10px;
  opacity: 0.7;
}

.sidebar .nav .device small{
  margin-bottom: 4px;
  font-size:11px;
}

.sidebar .nav .device .serialNumber{
  margin-top: 5px;
}

.sidebar .nav .device a {
  color: rgba(255,255,255,0.7);
  margin: 0;
  opacity: 1;
  border-radius: 0;
}

.sidebar .device .coloredTag{
  height: 10px;
  width: 10px;
  border-radius: 31px;
  /* float: right; */
  position: absolute;
  right: 14px;
  bottom: 18px;
}

.coloredTag.preview{
  float:right;
  border:1px solid #888;
  height: 14px;
  width: 14px;
}

.coloredTag.app-theme-preview{
  border: none;
  height: 20px;
  width: 38px;
  border-radius: 5px;
  margin: 0px 5px;
}

.coloredTag{
  background: transparent;
  height: 10px;
  width: 10px;
  border-radius: 30px;
}

.coloredTag.red{
  background: #e83f09;
}
.coloredTag.green{
  background: #8bc34a;
}
.coloredTag.yellow{
  background: #ffeb3b;
}
.coloredTag.blue{
  background: #4994e2;
}
.coloredTag.orange{
  background: #ff9800;
}
.coloredTag.brown{
  background: #ab5434;
}
.coloredTag.purple{
  background: #9c65fd;
}

.coloredTag.gray{
  background: #a2a2a2;
}

.coloredTag.slake{
  background: #3f505d;
}
.coloredTag.darkGreen{
  background: #168270;
}

.coloredTag.darkPurple{
  background: #2a3846;
}

.sidebar .nav .device i {
  font-weight: bold;
  opacity: 0.3;
}

.sidebar .nav li.device i {
  font-weight: bold;
  opacity: 1;
}
.sidebar .nav li.device.off i {
  color:#fff;
  opacity: 0.2 
}
.sidebar .nav li.device.on i {
  color:#04ce98;
}
.sidebar .nav li.device.idle i {
  color:orange;
}

.sidebar .nav li.on a {
  background: transparent;
}

.sidebar .nav li.selected a {
  background: rgba(255,255,255,0.1);
}

/* ********** Search Panel and menu button ********* */

#searchPanel{
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
  background-color: #1b3e6d;
  position: absolute;
  z-index: 9999;
  top: 10px;
  height: 34px;
  width: 75%;
  right: 10%;
  top: 0px;
  height: 45px;
  width: 100%;
  right: 0;
  padding: 4px 0px;
}

#menuButton{
  position: absolute;
  background-color: #007ac1;
  height: 45px;
  top: 0;
  width: 40px;
}
#searchPanel button.filter, #searchPanel button.close{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 22px;
  border: 0;
  box-shadow: none;
  background: transparent;
  /*margin: 4px;*/
  height: 34px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 4px; /* Safari iOS fix*/
}

#searchPanel button.close{
  display: none;
  font-size: 34px;
  padding: 0px 0px 2px 1px;
  font-family: 'Pe-icon-7-stroke';
  opacity: 1;
  border-radius: 5px;
  background: #597295
}

#searchPanel button.filter{
  background: #556e92;
  padding: 0px 6px;
  border-radius: 6px;
}

.main-panel .floating-btn{
  background: #1b3e6d;
  height: 36px;
  width: 36px;
  z-index: 10033;
  right: 4px;
  border-radius: 44px;
  position: absolute;
  box-shadow: 0 0 2px #000;
  cursor: pointer;
}

.main-panel .notification-btn{
  right: 4px;
  top: 60px;
}

.main-panel .global-view-btn{
  display: none;
  right: 4px;
  top: 103px;
  background: #188925;
}

.main-panel .global-view-btn i{
  font-size: 20px !important;
  margin: 4px 4px 0 2px;
}

.main-panel .alerts-btn{
  background: #ffaeae;
  right: 4px;
  top: 112px;
  display: none;
}

.main-panel .floating-btn.alerts-btn i{
  color:#d21c1c;
}

.main-panel .entretien-btn{
  background: #ad6e1c;
  right: 4px;
  top: 162px;
  display: none;
}

.main-panel .floating-btn.entretien-btn i{
  color:#fff3e4;
}

.main-panel .floating-btn .txt-label{
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: bold;
  color: #ffffff;
  text-shadow: #2f0707 2px 2px;
  background: #bf0000;
  /* border-radius: 8px; */
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  top: -48px;
  right: 8px;
  width: 28px;
  text-align: center;
}

.main-panel .floating-btn i {
  font-size: 26px;
  color: #fff;
  font-weight: 900;
  padding: 5px 6px;
}
#main-search{
  touch-action: none;
}
#main-search .placeholder{
  font-size: 15px;
  letter-spacing: 0.4px;
}

.button_container{
  height: 34px;
  padding: 9px 8px 0 8px;
  cursor: pointer;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 1px;
}

.button_container div{
  background: #e0e5ec;
  /*box-shadow: 2px 2px 3px #a9a9a9;*/
  margin:0;
  padding: 0;
  border: none;
  height: 3px;
  width: 100%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.button_container div.middle, .button_container div.bottom{
  margin-top: 3px;
}

#main-search{
  border:0;
  height: 30px;
  width: calc(100% - 80px);
  padding-left:4px;
  color: #b5c1d2;
  padding: 6px 0;
  text-align: center;
  margin-left: 40px;
}

#form_addDevice input {
  margin: 5px 0;
}

.icons-menu{
  padding: 0px !important;
  text-align: center;
}
.icons-menu .menuItem{
  display: inline-block;
  width: 48px;
  height: 40px;
  color: #fff;
  margin: 10px 10px;
  font-size: 26px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 4px 10px;
  text-align: center;
  opacity: 0.6 !important;
}

.icons-menu .menuItem i.fa{
  font-size: 29px;
  position: relative;
  top: -5px;
  left: -7px;
}

.icons-menu .menuItem.active i{
  color: #ffeb3b;
  font-weight: bolder !important;
}

.icons-menu .menuItem:hover{
  opacity: 0.8 !important;
}

.icons-menu .menuItem i{
  /*font-weight: 800;*/
  color: #fff;
  /*text-shadow: 1px 1px #1a4580;*/
  text-shadow: none;
}

.icons-menu .menuItem:hover{
  background: rgba(0, 0, 0, 0.1);
}

.icons-menu a i{
  font-weight: normal !important;
}

/*#menu-overlay{
  display: none;
  background: #fff;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  height: 100%;
  max-height: 100%;
}

#menu-overlay .content{
    width: 400px;
    height: 400px;
    margin: auto;
    margin-top: 20%;
}*/

#menuOverlay{
  position: absolute;
  width: 100%;
  margin-left: 0;
}

#menu-overlay .close-btn{
  position: absolute;
  right: 10px;
  top:10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cusor: pointer;
}

.btn:not(.btn-success){
  border-width: 1px !important;
  border-color: #dcdcdc !important;
  color: #27272a;
  font-weight: bold !important;
  font-size: 12px !important;
  background: rgba(0, 0, 0, 0.02);
  text-transform: uppercase ;
  white-space: pre-wrap;
}

.btn.control-view {
    padding: 20px;
    width: 50% !important;
    margin: auto !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
}

.btn.control-view i {
    font-size: 33px;
}

.btn-blue{
  background :rgb(71, 63, 241) !important;
  color : #fff !important;
}

.btn-red{
  background :rgb(242, 63, 71) !important;
  color : #fff !important;
}

.btn-green{
  background :#009c00 !important;
  color : #fff !important;
}

.btn:hover{
  border: 1px solid #265c77 !important;
}
#menu-overlay .close-btn:hover{
  font-weight: bold;
}

#menu-overlay .icons-menu .menuItem{
  width: 68px;
  height: 64px;
  font-size: 48px;
  margin:20px;
  background: rgba(0, 0, 0, 0.04);
  color:#000;
}

#menuOverlay .icons-menu a {
  background: #174482;
      opacity: 0.9 !important;
  color: rgba(0, 0, 0, 0.8);
  font-size: 40px;
  width: 64px;
  height: 64px;
  margin: 7% 5%;
  border: 1px solid #174482;
}

#menuOverlay h5{
  font-size:13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#menuOverlay .icons-menu a:hover {
  background: rgb(234 245 255);
  color: #026f62;
  font-weight: bold;
  border: 1px solid #2768a2;
  box-shadow: 0 0 14px rgba(255,255,255,1);
}

#menuOverlay .icons-menu a:hover i{
  color: #254d71;
  /*text-shadow: 1px 1px #ffffff;*/
}
#menuOverlay .icons-menu:hover desc{
  color: #0c4980;
  opacity: 0.7;
}

#menuOverlay .icons-menu .option{
  margin: 12px auto;
}
#menuOverlay .icons-menu .option .desc{
  font-size:11px;
  font-weight: bold;
  opacity: 0.6;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  height: 15px;
}

.back-link{  
  /*z-index: 999; */
  /* margin-right: 5px; */
  /* max-height: 20px; */
  color: #044baf;
  background-color: #fff;
  /* display: inherit; */
  cursor: pointer;
  float: right;
  position: absolute;
  top: 16px;
  right: 20px;
  background: #ececec;
  border-radius: 5px;
  padding-right: 15px;
}

/*.modal-body > .back-link{
  
}*/

.back-link:hover{

}

#menuOverlay .back-link i{
  font-size: 34px;
  color: rgb(92 92 92);
  font-weight: bold;
  margin: 3px 5px 0 0;
}

#menuOverlay .back-link .txt{
  margin-top: 10px;
  /* margin-left: -20px; */
  text-transform: uppercase;
  font-size: 14px;
  margin-left: -10px;
  font-weight: bold;
  float: right;
  color: rgb(92 92 92);
}

#root .logo{
  border:0 !important;
}

.modal-backdrop{
  background: rgba(255, 255, 255, 0.6);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}


.modal-fullscreen .modal-content{
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 0;
  overflow-y: auto;
}
.modal-fullscreen .modal-header{
  /*background: #e1e1e1 !important;*/
  background: #1b3e6d !important;
  border-bottom: none;
  padding: 4px 15px;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 45px;
}
.modal-fullscreen .modal-body{
  /*display: grid;*/
  background-color: rgba(255, 255, 255, 1);
  margin-top: 50px;
  height: 100% !important;
  max-height: 100%;
  padding: 8px;
  padding-top: 18px;
  /*min-height: calc(100% - 52px) !important;
  height: calc(100% - 52px) !important;*/
  overflow-y: auto;
  overflow-x: hidden;
  /*padding: 0;*/
  /*padding-bottom: 100px;*/
}

.modal-fullscreen .modal-header h6, .modal-fullscreen .modal-header small{
  color:#fff;
}

.modal-fullscreen .modal-header .matricule{
  font-size: 14px;
  color: #ddeeff;
}

/** BEGIN : overlay blured BG Effect related **/
.modal-open .sidebar {
  /*display: none;*/
}
/*.modal-open .main-panel {
  filter: blur(14px);
}*/
.modal-open .main-panel{
  /*width: 100%*/
}

#menuOverlay.modal-fullscreen.fade{
  /*opacity: 0.8;*/
}



/*
  disable modal awful slide down effect, modal fadein is more pure
*/
.modal.fade .modal-dialog{-webkit-transition:none;-o-transition:none;transition:none;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;     padding: 0 !important;
}

#menuOverlay.modal-fullscreen{
  /*opacity: 0.4;*/
}

#menuOverlay{
  background:#fff;
  width: 100%;
  margin-left: 0px;
  padding-left: 0 !important;
  /*overflow-y: none !important;*/
  overflow-y: auto;
  margin-top: 45px;
  height: calc(100% - 45px);
}

#menuOverlay .modal-header{
  height: 0;
  display: none;
}

#menuOverlay .modal-body{
  margin-top: 0px;
}


/** END :  blured BG Effect related **/

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.modal button.close{
  font-size: 30px;
  opacity: 1;
  height: 36px;
  width: 36px;
  background: #ffffffcc;
  border-radius: 60px;
  margin-right: -5px;
  margin-top: -11px !important;
}

.modal .close span{
  margin-top: -3px !important;
  display: block;
  color: #3a79a9;
  font-weight: bold;
  padding: 7px;
  /* text-shadow: 0 0 BLACK; */
}

.modal .close:hover{
  opacity: 1;
}

/* Leaflet CSS Fix  missing tiles */

.leaflet-tile{
  visibility: visible !important;
}

/* Leaflet CSS Override */

.leaflet-control-attribution{
  display: none;
}
.leaflet-control-layers{
  border-radius: 1px !important;
}
.leaflet-bar{
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  border-radius: 1px;
}

.leaflet-bar a:first-child{
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
}

.leaflet-bar a:last-child{
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}

.leaflet-popup-content-wrapper{
  border-radius: 1px !important;
}

.leaflet-popup-content-wrapper .actions-block{
  float: right;
}

.panel .panel-title{
  font-size: 13px;
  font-weight: normal;
}

.panel .panel-default{
  font-size: 13px;
}


#timeline-mobile{
  display: none;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:  2;
  background: #f6f6f6;
  font-size: 12px;
  border-top: 2px solid #02596c;
}

#timeline-mobile{
  border-color: #f6f6f6 !important;
}

/* ########## BEGIN : VIS TIMELINE STYLE ################*/
#timeline{
  display: none;
  height: 122px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:  2;
  background: #f6f6f6;
  font-size: 12px;
  border-top: 2px solid #1b3e6d;
}

#timeline .timeaxis .grid.minor{
  border-color: #f6f6f6 !important;
}

#timeline .vis.timeline .item{
  background-color: rgba(4, 158, 193, 1);
  border: 0px;
  color: rgba(255, 255, 255, 1);
  font-weight: bold
}

.vis.timeline .timeaxis .text{
  color: rgba(115, 114, 116, 1);
  font-size: 11px;
  padding:6px;
  font-weight: bold;
}

.vis.timeline .customtime{
  background-color: #011b31b3 !important;
  width: 35px !important;
  margin-left: -10px;
}

#timeline .root{
  border:none !important;
}


.datetimeControl{
  font-weight: bold;
  width: 134px;
  font-synthesis: 13px;
  cursor: pointer;
}
.datetimeControl p {
 margin: 0;
 font-size: 16px;
}

.adress-event-popup{
  margin-top: 7px; padding-top: 7px; border-top: 1px solid #e4e4e4; color:#777
}

/* ########## END : VIS TIMELINE STYLE ################*/


/* ########## BEGIN : rc-datetime-picker ################*/

.datetime-trigger {
  text-align: left;
  cursor: pointer;
  display: inline-block;
}

.datetime-trigger input {
  height: 30px;
  padding: 0 8px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  float:left;
}

.datetime-trigger .pe-7s-clock {
  /* background-color: #ffffff; */
  /* border-radius: 25px; */
  /* border: 1px solid #ddd; */
  /* height: 28px; */
  line-height: 30px;
  /* padding: 0 8px; */
  margin-left:-24px;
  /* vertical-align: middle; */
  font-weight: bold;
  font-size: 14px;
  color: #737274;
}

/* ########## END : rc-datetime-picker ################*/

/* ########## BEGIN : google charts ################ */

#chart_speed_container{
  background: #fff;
  display: none;
  box-shadow:4px 0px 4px rgba(0, 0, 0, 0.27);
  position: absolute;
  z-index: 2;
  bottom: 0px;
  height: 225px;
  margin-left:0px;
  width: calc(100%);
}
#chart_speed{
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 120px;
  margin-top: 28px;
}


#chart_fuel_container{
  height: 280px;
  width: 100%
}

#chart_fuel{
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}


/*#control_div{
  position: absolute;
  top: 20px;
  right: 500px;
  height: 20px;
  width: 70px;
  zoom: 0.5;
}*/

.graph_icon {
  border: none;
  position: absolute;
  width: 24px;
  -webkit-transform: rotate(134deg);
  background: #f2f2f2;
  border-radius: 20px;
  padding: 4px;
  border: 1px solid #e0e0e0;
}

/* ########## END : google charts ################ */


#menuOverlay .txt-label{
  min-width: 20px;
  display: inline;
  position: absolute;
  padding: 2px 5px;
  /*right: 18px;*/
  top: 5px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  /* text-shadow: #fff 2px 2px; */
  background: #dc0000;
  border-radius: 8px;
}

#menuOverlay .txt-label.green{
  background: #099a74;
}

#menuOverlay .txt-label.custom_1{
  background: #c33690;
  left: calc(50% - 30px);
  bottom: 15px;
  width: 60px;
  top: inherit;
  border-radius: 4px;
}
.circle-green{
  width: 16px;
  height: 16px;
  background: #1bb92a;
  border: 3px solid #18a525;
  border-radius: 50px;
}

.circle-red{
  width: 16px;
  height: 16px;
  background: #d80909;
  border-radius: 50px;
}

.bg-security-main-bad{
  border: 1px solid rgba(205, 4, 23, 0.29);
  background-color: #fceaea;
  border-radius: 8px
}

.bg-security-main-fine{
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #d6fcd2;
  color : #000;
}
.bg-security-main-fine .icon{
  float:left;
}
.bg-security-main-bad .icon{
  float:left;
  color: #dc1703;
}

.bg-security-main-fine .txt{
  display: inline-block;
  margin: 10px 0 0 10px;
}

.bg-security-main-bad .txt{
  display: inline-block;
  margin: 10px 0 0 10px;
  color: #dc1703;
  text-transform: uppercase;
}

.bg-security-sub{
  background: #fff;
  padding: 10px 15px;
  border: 1px solid rgba(220, 60, 33, 0.24);
  border-radius: 5px;
}

#path_events_toggler{
  display: none;
  cursor:pointer;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 46px;
  height: 46px;
  font-size: 30px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px;
  border-radius: 5%;
  box-shadow: 0px 0px 2px #969696;
}

#path_events_toggler i{
  font-weight: bold !important; color: #4d86f2; margin-left: 2px;
}

#path_settings_toggler i{
  font-weight: bold !important; color: #4d86f2; margin-left: 2px;
}

#path_settings_toggler{
  display: none !important;
  cursor:pointer;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 60px;
  width: 46px;
  height: 46px;
  font-size: 30px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px;
  border-radius: 5%;
  box-shadow: 0px 0px 2px #969696;
}

#path_events_container, #transport-trajets-ramassage {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  /* width: 100%; */
  height: calc(100% - 110px);
  /* max-height: calc(100%); */
  /*overflow-y: auto;*/
  overflow-y: hidden;
  background: #fff;
  /*padding: 15px 0;*/
  /*font-family: 'Open Sans', sans-serif;*/
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.21);
}

#path_events_container .inner-layout{
  height: 100%;
}

#path_events_container .header-bar{
  height: 30px;
}

#path_events_container .content{
  height: calc(100% - 30px);
  overflow-y: auto;
}

#path_events_container #hideBtn{
  cursor: pointer;
  padding: 2px 8px;
  background: #e8e8e8;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 23px;
  line-height: 12px;
  border-radius: 4px;
}

#path_events_container #hideBtn:hover{
  background: #d4d4d4;
}

#path_events_container .event{
  padding: 5px;
  padding-bottom: 15px;
  color:rgba(186, 186, 186, 1);
  /*border-bottom: 2px solid #ececec;*/
  cursor: pointer;
}

#path_events_container  .event .heat-icon{
  color:red;
}

#path_events_container .type i{
  font-size: 30px;
  font-weight: bold;
  color: #fafafa;
  float: left;
  margin-right: 20px;
  padding: 0 20px;
  border-right: 1px dashed #efefef;
  /* border-bottom: 1px dashed #d8d8d8; */
}

#path_events_container .tarjet i{
  font-size: 28px;
  font-weight: bold;
  color: #afafaf;
  /*margin-top: 20px;*/
  padding: none;
}

#path_events_container .tarjet {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  /* margin-left: 50px; */
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  color: #3272b9;
}

#path_events_container .tarjet.perimetre {
  padding-left: 52px;
  color: #333;
  text-align: left;
}

#path_events_container .tarjet.perimetre i{
  margin-right: 30px;
  font-size: 27px;
  margin-top: 0px;
  background: #afafaf;
  color: #ffffff;
  padding: 6px;
  border-radius: 6px;
}

#path_events_container .tarjet.perimetre .type{
  color: #888;
}

#path_events_container .type{
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(123, 123, 123, 1);
  margin-bottom: 5px;
  font-size: 11px;
}

#path_events_container .time{
  font-size: 12px;
  text-transform: lowercase;
  font-weight: bold;
}

#path_events_container .sub .type i{
  font-size: 24px;
  margin-right: 0px;
  padding: 0 10px;
  width: 60px
}

#path_events_container .event:last-child {
  margin-top: 10px;
}

.leaflet-control-draw-measure {
    background-image: url(../img/icons/measure-control.png);
}

#speed_block{
  height: 35px;
  position: absolute;
  width: 160px !important;
  top: 0px;
  left: 38px;
  color:#000;
  z-index:  2;
  font-size: 20px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
}

#speed_block .red{
  color: red !important;
}

#speed_block.track {
  top: 0px;
  left: 38px;
}

/*@font-face {
  font-family: 'sa-digital-number';
  src: url('../fonts/DigitalNumbers-Regular.eot');
}
@font-face {
  font-family: 'sa-digital-number';
  src: url('../fonts/DigitalNumbers-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/

#car-details-popup{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #174482;
  /*background: #1744829c;*/
  color: #fff;
  font-size: 13px;
  border-top: 2px solid #bdc1bf;
  /*padding: 5px 5px 18px 5px;*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
  padding: 0px;
}

#car-details-popup .action-buttons{
  position: absolute;
  top: -40px;
  right: 4px;
  direction: rtl;
  pointer-events: all;
}
#car-details-popup .action-buttons .btn{
  padding: 4px 10px;
}
#car-details-popup .action-buttons:not(.summary) .btn .txt{
  display: none;
}

#car-details-popup .action-buttons.summary .txt{
  display: block;
}

#car-details-popup .action-buttons .btn .txt.custom_1{
  display: block;
  float: left;
  margin-top: 2px;
  display: inline-block;
  padding-right: 4px;
}

#car-details-popup .action-buttons .btn.popup-related{
  background: #174482 !important;
  color: #fff !important;
}

#car-details-popup .action-buttons i{
  font-size: 22px;
}

#car-details-popup .action-buttons .btn{
  background: white !important;
  opacity: 1;
  border: 1px solid #8e8e8e !important;
  color: #464646;
}

#multi-suivi-layer{
  display: none;
  position: fixed;
  z-index: 98;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: none;
  background: #5f5f5f;
}

#multi-suivi-layer .header{
  background-color: #1b3e6d;
  height: 45px;
}
#multi-suivi-layer .header .title{
  float: left;
  text-align: center;
  font-weight: bold;
  color:#f0f6ff;
  margin-top: 12px;
  width: 100%;
  text-transform: uppercase;
}

#multi-suivi-layer .header button {
  font-size: 34px;
  padding: 0px 0px 2px 1px;
  font-family: 'Pe-icon-7-stroke';
  opacity: 1;
  border-radius: 5px;
  background: #597295;
  margin: 5px;
  box-shadow: none;
  height: 34px;
  font-weight: bold;
  color: #ffffff;
}

#multi-suivi-layer .header button.close {
  position: absolute;
  right: 0px;
}

#multi-suivi-layer .header button.up-scroll, #multi-suivi-layer .header button.down-scroll{
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0px;
  background: transparent;
  border: none;
  opacity: 0.3;
}

#multi-suivi-layer .header button.down-scroll{
  left: 46px;
  top: 0px;
}

#multi-suivi-layer .maps-container {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  /* margin: 0; */
  /* padding: 0; */
  width: 100%;
  max-height: calc(100% - 40px);
  overflow: hidden;
}

.car-track-map{
  display: inline-block;
  border: 1px solid #5f5f5f;
}
.car-track-map.add-vehicule{
  background: #e2e2e2;
}

.car-track-map .leaflet-top{
  top: 0 !important;
}

.multi-suivi .preview{
  width: 295px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
  background: #b3b3b3;
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 20px;
}

.car-track-map .leaflet-control-container{
  position: relative;
  top: 0;
  z-index: inherit;
}

.car-track-map .leaflet-top.leaflet-right{
  position: absolute;
  right: 0px;
  top: 0px !important;
  z-index: inherit;
}

.car-track-map .leaflet-top.leaflet-left{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: inherit;
}

.car-track-map .leaflet-bottom.leaflet-left{
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: auto;
  z-index: inherit; 
}

.car-track-map .leaflet-bottom.leaflet-right .leaflet-control{
  background: none;
  border: none;
  margin: 1px;
  padding: 0px;
}

.car-track-map .txt-shadow{
  text-shadow: 1px 1px 3px #fff;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.car-track-map .leaflet-top.leaflet-left .leaflet-control, .car-track-map .leaflet-top.leaflet-right .leaflet-control,
.car-track-map .leaflet-bottom.leaflet-left .leaflet-control, .car-track-map .leaflet-bottom.leaflet-right .leaflet-control{
  margin: 1px;
  background: transparent;
  border: 0;
  padding: 0;
}

.car-track-map .leaflet-control button{
  width: 34px;
  height: 24px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #888;
  background-color: #fff;
}

#notification-line{
  display: inline-block;
  font-size: 85%;
  background: #7b967721;
  width: 40%;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  border-left: 3px solid #0003;
  color: #464646;
  padding-left: 18px;
}


.notification-line{
  display: inline-block;
  background: #7b967721;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #464646;
  padding: 10px 18px;
  border-radius: 2px;
  margin-bottom: 15px;
}

p.notification-line.new i {
    color: #739c73;
}

.notification-line.new{
  border-left: 3px solid #61b9a6;
}

.notification-line.old{
  border-left: 3px solid #e69baf;
}

.notification-line .time{
  float: right;
  color:#999;
}

.notifications-list .marker-btn{
  float: right;
  background: #ffffeb;
  border-radius: 5px;
  padding: 3px 5px;
  vertical-align: middle;
  display: cell;
  border: 1px solid #c3c3c3;
  font-weight: bold;
  font-size: 12px;
}

.notifications-list .marker-btn i {
    margin-top: 1px;
    float: right;
    font-size: 14px !important;
    color: #656565 !important;
}

.notifications-wrapper .notifications-br{
  width: 100% !important;
}

.notifications-wrapper .notifications-tr{
    margin-top: 45px;
  }

.input-table{
  margin: 20px;
  width: calc(100% - 40px);
}

.input-table tr:first-child td{
  text-transform: uppercase;
  font-weight: bold;
  background: #c1d2dc;
  /*border-bottom: 1px solid #000;*/
}

.input-table tr:not(:first-child) td{
  padding: 6px 10px;
  font-weight: bold;
  color: #333;
}

.input-table tr td input{
  border: none;
  border-bottom: 1px solid #ccc;
  color: #000000;
}

.input-table{
  margin: 10px 45px;
  width: calc(100% - 90px);
}

.input-table .row div{
  text-transform: uppercase;
  font-weight: bold;
  /*background: #c1d2dc;*/
  /*border-bottom: 1px solid #000;*/
}

.input-table div.header{
  background: #d3ddea !important;

}

/*.input-table div:not(.header) div{
  padding: 4px 10px;
  background: transparent;
  font-weight: bold;
  color: #333;
}*/

.input-table .row:not(:first-child) div:first-child{
  padding-top: 4px;
}

.input-table input{
  border: none;
  border-bottom: 1px solid #ccc;
  color: #000000;
}

button.btn-md .icon.pe{
  width:26px;
}
button.btn-md .icon{
  float: right;
  width: 22px;
  /* margin-left: 45px; */
}

.reminders-list .warning-indicator {
    float: right;
    margin-top: -19px;
    font-size: 24px;
    margin-left: 12px;
}

.reminder-row{
  /*background: #e9f3f9;*/
  margin: 0 0 20px 0;
  display: block;
  height: 50px;
  padding: 0px;
}

.reminder-row .progress-bar{
  background: #cacaca !important;
  height: 4px;
  margin: 0;
  padding: 0px !important;
  position: relative;
  left: 0px;
  bottom: 8px;
  width: 100%;
}

.reminder-row .name{
  padding: 4px 0px;
  background: transparent;
  font-weight: bold;
  color: #333;
}
.reminder-row .last-time{
  position: relative;
  top: -9px;
  float: left;
  font-size: 12px;
  color: #8c8c8c !important;
  font-weight: normal !important;
  padding: 4px 0px;
}

.reminder-row .next-time{
  float: right;
  font-size: 12px;
  margin-top: -18px;
  color: #002e82 !important;
  text-transform: none !important;
  text-align: right;
}


.reminder-row .next-time .lbl{
  font-weight: normal !important;
  text-transform: uppercase;
  display: block;
}
.reminder-row .next-time .value{
  font-weight: bold;
  font-size:14px;
}

.reminder-row .progress-bar .value{
  background: #2dbae4;
  height: 4px;
  padding: 0px;
}

.modal-fullscreen .modal-dialog{
  display: grid !important;
  height: 100%;
}

.modal-fullscreen .modal-dialog{
  padding: 0 !important;
}

.leaflet-top.leaflet-right{
    position: fixed;
    right: 0px;
    top: 40px;
    z-index: 99999;
}

.leaflet-control-container{
    z-index: 99999;
    position: absolute;
    top: 40px;
    height: 100%;
}

.fleet-summary {
  /*background: #174482;*/
  font-size: 14px;
  padding: 8px 5px;
  pointer-events: all;
}

.action-buttons.summary{
  left: inherit;
  right: 0 !important;
}

.action-buttons.summary .action-toggle{
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.fleet-summary .action-toggle i{
  font-size: 22px;
}

.fleet-summary h2.title{
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.fleet-summary h2.group-title{
  background: #ffeb3b;
  color: #ce0000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px;
  text-align: center;
  border-radius: 2px;
  margin: 8px 0px;
  cursor: pointer;
}

.fleet-summary h2.group-title i{
  font-size: 14px;
  float: left;
  font-weight: bold;
  margin: -3px 0;
  border-radius: 40px;
  background: #00000020;
  padding: 3px;
}

.fleet-summary .group-title .btn-nav {
  background-color: white !important;
  padding: 4px;
}

.fleet-summary .group-title .btn-nav i{
    background: transparent;
}

.fleet-summary .block{
  width: calc(50% - 5px);
  display: inline-block;
  font-size:11px;
  cursor: pointer;
}

.fleet-summary .block:hover{
  opacity: 0.6
}

.fleet-summary .block:nth-child(odd){
  margin-right: 5px;
}
.fleet-summary .block:nth-child(even){
  margin-left: 5px;
}

.fleet-summary .stat{
  font-size: 15px;
  padding: 1px 2px;
  display: inline-block;
  background: #cecece;
  border-radius: 4px;
  width: 40px;
  color: #000;
  font-weight: bold;
  float: right;
  text-align: center;
  margin-bottom: 6px;
}

.fleet-summary .stat.live-on, .fleet-summary .stat.location-available{
  background: #6aff4f;
}
.fleet-summary .stat.live-off{
  background: #a51515;
  color: #fff; 
}
.fleet-summary .stat.live-idle, .fleet-summary .stat.location-rented{
  background: #ffb94f;
}

.fleet-summary .stat.day-on{
  background: #6aff4f;
}
.fleet-summary .stat.day-off{
  background: #a51515;
  color: #fff; 
}

.fleet-summary .live-icon, .action-suivre .live-icon{
  background: red;
  height: 10px;
  width: 10px;
  border-radius: 30px;
  display: block;
  margin-top: 4px;
  margin-right: 8px;
  float: right;
}

.action-suivre .live-icon{
  margin-top: 6px;
  margin-left: 6px;
  background: green;
}

.fleet-summary .group-filter{
  float: right;
  max-width: 300px;
  padding: 3px 4px;
  background: #1f5eb5;
  border-radius: 4px;
}

.fleet-summary .group-filter .txt{
  margin-top: 3px;
  display: inline-block;
  white-space: nowrap;
}

.fleet-summary .group-filter .filter-btn{
  width: 24px;
  /* float: right; */
  float: right;
  background: #fff;
  border-radius: 5px;
  border: none;
  padding: 2px 4px;
  margin-left: 5px
}

.fleet-summary .group-filter .filter-btn i{
  color: #333;
}


.pulse {
  -webkit-animation-name: pulsate;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes pulsate {
0% { opacity: 0.0}
 10% { opacity: .20}
 20% { opacity: .40 }
 30% { opacity: .60 }
 40% { opacity: .80 } 
 50% { opacity: 1.0}
 60% { opacity: .80}
 70% { opacity: .60}
 80% { opacity: .40}
 90% { opacity: .20}
 100% { opacity: 0.0}
}

#car-details-popup .car-dashboard{
  padding: 5px;
  pointer-events: none;
  background: transparent;
}

.car-dashboard .unit{
  display: none;
}

.car-dashboard .vizualInfos-block{
  float: left;
  /*width: 120px;*/
  width: 85px;
  text-align: center; 
}

.car-dashboard .stats-block{
  float: right;
  /*width: calc(100% - 120px);*/
  width: calc(100% - 85px);
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 24px;
}

.car-dashboard .stats-block td.title{
  opacity: 0.8;
  font-size: 10px;
  font-weight: bold;
  vertical-align: bottom;
}

.car-dashboard .stats-block td.value{
  text-align: right;
}

.car-dashboard .stats-block td.value span{
    font-weight: bold;
    margin-right: 5px;
    /* border-bottom: 2px solid #00b8ff; */
    color: #ffffff;
    background-color: #0000008a;
    padding: 0 3px;
}


.car-dashboard .adress {
  margin: 4px 5px 0;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  clear: both;
  /*display: inline-block;*/
}

.car-dashboard .adress .itinerary-btn{
  pointer-events: all;
}

.car-dashboard .adress .icon{
  float: left;
  margin: 6px 0 0 10px;
}

.car-dashboard .stats-block .icon{
  display:none
}

.car-dashboard .adress .icon .txt{
  display:none
}

.car-dashboard .adress div.txt{
  display: inline-block;
  float: right;
  width: calc(100% - 64px);
  font-weight: 700;
  font-size: 12px;
}

.car-dashboard .adress .icon img{
  height: 22px;
}

.car-dashboard .odometer-block{
  margin-top: -45px;
}

.car-dashboard .odometer-block{
  margin-top: -32px;
}

.car-dashboard .odometer-block .speed-txt{
  background-size: cover;
  background-color: #174482;
  height: 95px;
  width: 85px;
  border-radius: 76px;
  border-top: 2px solid #c5c5c5;
}

.car-dashboard .odometer-block .speed-txt .img{
  background-image: url(../img/layout_odometer.png);
  background-size: cover;
  width: 75px;
  height: 64px;
  margin: auto;
  margin-top: 8px;
}

.car-dashboard .odometer-block .speed-txt .speed-val{
  position: absolute;
  z-index: 222;
  top: 0px;
  width: 48px;
  margin-left: 19px;
  text-align: center;
  font-weight: bolder;
  font-size: 20px;
}

.car-dashboard .odometer-block .speed-txt .sub-txt{
  /*margin-top: -35px;*/
  margin-top: -25px;
  font-size: 11px;
}

.car-dashboard .odometer-block .distance-txt{
   font-size: 12px;
    background: #071c3a;
    width: 57px;
    margin: auto;
    margin-top: -20px;
    font-weight: bold;
    padding: 0px 4px;
    /* z-index: 555555; */
    font-family: monospace;
}

.km-style{
  font-family: monospace;
  font-weight: bold;
}

#car-details-popup .filter{
  text-align: right;
  color: #00ffe9;
  margin-bottom: 3px;
  position: absolute;
  right: 0;
  padding: 5px;
}

#car-details-popup .filter .btn{
  background: #fff814 !important;
  border: none;
  margin-left: 6px;
  color: #000000 !important;
}

.car-dashboard .itinerary-btn{
    background: #0a131f;
    /* width: 62px; */
    margin: auto;
    padding: 8px;
    border-radius: 34px;
    border: 2px solid #5fa1b5;
    /* margin: 7px auto 4px auto; */
    float: right;
}

.car-dashboard .itinerary-btn img { width: 20px; }

.car-dashboard .fuel-block{
  /*width: 70px;*/
  margin: auto;
  margin-top: 8px;
}

.car-dashboard .fuel-block .engine-status{
    /* width: 20px; */
    float: right;
    margin-right: 0;
    background: #011838;
    padding: 2px;
    border-radius: 24px;
    border: 2px solid #00d907;
    height: 25px;
    width: 25px;
}

.car-dashboard .fuel-block .engine-status .img{
  margin: auto;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.car-dashboard .fuel-block .engine-status.on .img{
  background-image: url(../img/icons/car-key-2.png);
  
  
}

.car-dashboard .fuel-block .engine-status.off .img{
  background-image: url(../img/icons/car-key-1.png);
}

.car-dashboard .fuel-block .jauge{
  display: inline-block;
}

.car-dashboard .fuel-block .engine-temperature{
  display: inline-block;
  float: left;
}

.car-dashboard .fuel-block .jauge .img{
  background-image: url(../img/fuel_icon.png);
  background-size: cover;
  width: 23px;
  height: 22px;
}

.car-dashboard .fuel-block .engine-status.on{
    border: 2px solid #00d907;
}

.car-dashboard .fuel-block .engine-status.off{
    border: 2px solid #ff3636;
}

#loading-overlay{
  height: calc(100% - 44px);
  width: 100%;
  background-color: rgba(255,255,255, 0.9);
  position: absolute;
  top: 45px;
  z-index: 9999;
  display: none;
}

#loading-overlay .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

#loading-overlay .content {
  /*flex: 0 0 120px;*/
  text-align: center;
  font-weight: bold;
  color: #888;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
  color: #fff !important;
  background-color: #398439 !important;
  border-color: #006700 !important;  
}

.leaflet-marker-icon{
  filter: drop-shadow(1px 1px 1px #000);
}

.leaflet-marker-icon.inactive{
  background-image: url(../img/markers/arrow-marker.png);
  background-size: cover;
}
.leaflet-marker-icon.active{
  background-image: url(../img/markers/arrow-marker-active.png);
  background-size: cover;
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.idle{
  background-image: url(../img/markers/arrow-marker-idle.png);
  background-size: cover;  
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.light-vehicule.inactive{
  /*background-image: url(../img/markers/arrow-marker.png);*/
  background-image: url(../img/markers/marker-car-light-white-04.png);
  background-size: cover;
}
.leaflet-marker-icon.light-vehicule.active{
  /*background-image: url(../img/markers/arrow-marker-active.png);*/
  background-image: url(../img/markers/marker-car-light-white-04-active.png);
  background-size: cover;
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.light-vehicule.idle{
  /*background-image: url(../img/markers/arrow-marker-idle.png);*/
  background-image: url(../img/markers/marker-car-light-white-04-idle.png);
  background-size: cover;  
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.medium-vehicule.inactive{
  /*background-image: url(../img/markers/arrow-marker.png);*/
  background-image: url(../img/markers/marker-car-light-white-06.png);
  background-size: cover;
}
.leaflet-marker-icon.medium-vehicule.active{
  /*background-image: url(../img/markers/arrow-marker-active.png);*/
  background-image: url(../img/markers/marker-car-light-white-06-active.png);
  background-size: cover;
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.medium-vehicule.idle{
  /*background-image: url(../img/markers/arrow-marker-idle.png);*/
  background-image: url(../img/markers/marker-car-light-white-06-idle.png);
  background-size: cover;  
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.heavy-vehicule.inactive{
  /*background-image: url(../img/markers/arrow-marker.png);*/
  background-image: url(../img/markers/marker-car-light-white-05.png);
  background-size: cover;
}
.leaflet-marker-icon.heavy-vehicule.active{
  /*background-image: url(../img/markers/arrow-marker-active.png);*/
  background-image: url(../img/markers/marker-car-light-white-05-active.png);
  background-size: cover;
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.heavy-vehicule.idle{
  /*background-image: url(../img/markers/arrow-marker-idle.png);*/
  background-image: url(../img/markers/marker-car-light-white-05-idle.png);
  background-size: cover;  
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.utility-vehicule.inactive{
  /*background-image: url(../img/markers/arrow-marker.png);*/
  background-image: url(../img/markers/roller.png);
  background-size: cover;
}
.leaflet-marker-icon.utility-vehicule.active{
  /*background-image: url(../img/markers/arrow-marker-active.png);*/
  background-image: url(../img/markers/roller-active.gif);
  background-size: cover;
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.utility-vehicule.idle{
  /*background-image: url(../img/markers/arrow-marker-idle.png);*/
  background-image: url(../img/markers/roller-active.gif);
  background-size: cover;  
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.utility-vehicule-2.inactive{
  /*background-image: url(../img/markers/arrow-marker.png);*/
  background-image: url(../img/markers/roller-02.png);
  background-size: cover;
}
.leaflet-marker-icon.utility-vehicule-2.active{
  /*background-image: url(../img/markers/arrow-marker-active.png);*/
  background-image: url(../img/markers/roller-02-active.gif);
  background-size: cover;
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.utility-vehicule-2.idle{
  /*background-image: url(../img/markers/arrow-marker-idle.png);*/
  background-image: url(../img/markers/roller-02-active.gif);
  background-size: cover;  
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.utility-vehicule-3.inactive{
  /*background-image: url(../img/markers/arrow-marker.png);*/
  background-image: url(../img/markers/roller-03.png);
  background-size: cover;
}
.leaflet-marker-icon.utility-vehicule-3.active{
  /*background-image: url(../img/markers/arrow-marker-active.png);*/
  background-image: url(../img/markers/roller-03-active.gif);
  background-size: cover;
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.utility-vehicule-3.idle{
  /*background-image: url(../img/markers/arrow-marker-idle.png);*/
  background-image: url(../img/markers/roller-03-active.gif);
  background-size: cover;  
  /*animation: pulse 1000ms  ease-in infinite;*/
}


.leaflet-marker-icon.motor-vehicule.inactive{
  /*background-image: url(../img/markers/arrow-marker.png);*/
  background-image: url(../img/markers/marker-car-light-white-08.png);
  background-size: cover;
}
.leaflet-marker-icon.motor-vehicule.active{
  /*background-image: url(../img/markers/arrow-marker-active.png);*/
  background-image: url(../img/markers/marker-car-light-white-08-active.png);
  background-size: cover;
  /*animation: pulse 1000ms  ease-in infinite;*/
}

.leaflet-marker-icon.motor-vehicule.idle{
  /*background-image: url(../img/markers/arrow-marker-idle.png);*/
  background-image: url(../img/markers/marker-car-light-white-08-idle.png);
  background-size: cover;  
  /*animation: pulse 1000ms  ease-in infinite;*/
}


.leaflet-marker-icon.preview{
  height: 48px;
  width: 48px;
  margin-right: 48x;
  position: inherit;
}

.leaflet-marker-icon.preview.preview-top{
  float:right;
  height: 24px;
  width: 24px;
}



.leaflet-marker-icon.car_inactive{
  background-image: url(../img/markers/car-inactive.png);
  background-size: cover;
}

.leaflet-marker-icon.car_active{
  background-image: url(../img/markers/car-active.png);
  background-size: cover;
}

.leaflet-marker-icon.car_idle{
  background-image: url(../img/markers/car-idle.png);
  background-size: cover;
}

.leaflet-marker-icon.taxi_active{
  background-image: url(../img/markers/arrow-marker-idle.png);
  background-size: cover;
}

.leaflet-marker-icon.small-size{
  width: 24px !important;
  height: 24px !important;
}

.leaflet-marker-icon.focused{
  /*box-shadow: 0px 0px 5px #000;*/
  /*border: 2px solid #2ec73a;
  border-radius: 45px;
  background-color: #00000040;*/
  /*background-image: url(../img/markers/arrow-marker.png);
  background-size: cover;*/
  border-radius: 50%;
  /*background-color: rgb(204 159 0 / 20%);*/
  box-shadow: 0 0 0 rgba(204, 159, 0, 0.7);
  /*animation: pulse 3s infinite;*/

  /*-webkit-animation: pulse 3s infinite ease-in-out;
  -o-animation: pulse 3s infinite ease-in-out;
  -ms-animation: pulse 3s infinite ease-in-out; 
  -moz-animation: pulse 3s infinite ease-in-out; */
  animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
  /*0% {
    -webkit-box-shadow: 0 0 0 5px rgba(204, 159, 0, 0.4);
  }*/
  50% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 159, 0, 0.2);
  }
  100% {
      -webkit-box-shadow: 0 0 0 20px rgba(204, 159, 0, 0.4);
  }
}
@keyframes pulse {
  /*0% {
    -moz-box-shadow: 0 0 0 5px rgba(204, 159, 0, 0.4);
    box-shadow: 0 0 0 5px rgba(204, 159, 0, 0.4);
  }*/
  50% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 159, 0, 0.2);
      box-shadow: 0 0 0 10px rgba(204, 159, 0, 0.2);
      /*background-color: rgb(204 159 0 / 20%);*/
  }
  100% {
      -moz-box-shadow: 0 0 0 20px rgba(204, 159, 0, 0.0);
      box-shadow: 0 0 0 20px rgba(204, 159, 0, 0.0);
      /*background-color: transparent;*/
  }
}

/*.leaflet-marker-icon.focused:after{
  border: 2px solid #009688;
}*/

.dateComponent-responsive{
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}

.col-sm-0{
  display: none;
}

.leaflet-top.leaflet-left .leaflet-control-layers{
  margin-left: 2px ;
  margin-top: 6px;
}

.day_fuel_chart_advanced_view{
  height: 250px;
  width: 100%;
  padding: 0;
}

.day_fuel_chart_advanced_view .tmp-filler{
  margin: 7% 10%;
  width: calc(100% - 20%);
  height:  calc(100% - 30%);
  background: #eee;
}


.legend-block{
  background-color: #fff1bd !important;
  /* display: inline-block; */
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  color: #444;
}

#menuOverlay .summary {
  /*background: #dedede;*/
  width: auto;
  padding: 2px 12px;
  margin: 5px 5px 5px 3px;
  border-radius: 4px;
}

#menuOverlay .info-indicator-fuel{
  display: inline-block;
  margin-right: 10px;
  background: #16ab16;
  /* padding: 6px; */
  color: #fff;
  border-radius: 13px;
  width: 25px;
  height: 25px;
  padding: 2px 6px;
}

.limited-rights{
  margin: 0 0 20px 0;
  background: #f3d5d1;
  display: block;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  border: 1px solid #d9968d;
  color: #333;
}

@media (min-width: 280px) {
  .car-dashboard .stats-block td.title{
    font-size: 10px;
  }
  .car-dashboard .stats-block td.value span{
    font-size: 12px;
  }
}

@media (min-width: 360px) {
  .car-dashboard .stats-block td.title{
    font-size: 11px;
  }
  .car-dashboard .stats-block td.value span{
    font-size: 13px;
  }
  .car-dashboard .unit{
    display: contents;
  }

  .fleet-summary .block{
    font-size: 13px;
  }

  .icons-menu .menuItem{
    margin: 10px 15px;
  }
}

@media (min-width: 380px) {
  .icons-menu .menuItem{
    margin: 10px 20px;
  } 
}


@media (min-width: 400px) {

  .car-dashboard .stats-block{
  width: calc(100% - 120px);
  }

  .car-dashboard .vizualInfos-block{
    width: 120px;
  }

  .car-dashboard .odometer-block .speed-txt .img{
    width: 104px;
    height: 87px;
  }
  .car-dashboard .odometer-block .speed-txt{
    height: 110px;
    width: 117px;
    font-size: 26px;
  }

  .car-dashboard .odometer-block .speed-txt .speed-val{
    top: 7px;
    width: 80px;
  }

  .car-dashboard .odometer-block .speed-txt .sub-txt{
    margin-top: -33px;
    font-size: 13px;
  }
  .car-dashboard .odometer-block .distance-txt{
    margin-top: -20px;
    font-size: 15px;
    width: 75px;
  }

  .car-dashboard .stats-block td.title{
    font-size: 11px;
  }
  .car-dashboard .stats-block td.value span{
    font-size: 13px;
  }
  .fleet-summary .block{
    font-size: 14px;
  }

  #car-details-popup .filter .btn{
    padding: 4px 8px;
  }
  .car-dashboard .stats-block{
    margin-top: 30px;
  }
}

@media (min-width: 500px) {
  .car-dashboard .stats-block td.title{
    font-size: 13px;
  }
  .car-dashboard .stats-block td.value span{
    font-size: 14px;
  }
}

@media (min-width: 700px) {
  .col-sm-0{
    display: initial;
  }

  .modal-fullscreen .modal-body{
    padding: 15px;
  }

  .day_fuel_chart_advanced_view{
    height: 250px;
    width: 50%;
  }
}

@media (min-width: 960px) {

  #car-details-popup .filter.date{
    z-index: 9;
    top: -32px;
    right: 15px;
    pointer-events: all;
  }
  .dateComponent-responsive{
    margin-top: 0;
  }

  #menuOverlay{
    width: calc(100% - 300px);
    margin-left: 300px;
    /*margin-top: 0;
    height: 100%;*/
  }

  #loading-overlay{
    height: 100%;
    top: 0;
  }

  /*#multi-suivi-layer{
    width: calc(100% - 300px);
    left: 300px;
  }*/

  /*#menuOverlay .modal-header{
    height: 45px;
    display: block;
  }*/

  /*#menuOverlay .modal-body{
    margin-top: 50px;
  }*/

  .reminders-list{
    margin: 0 20%;
  }

  .sidebar{
    margin-top: 0;
    height: 100%;
    width: 300px;
  }
  .sidebar .title-bar{
    display: block;

  }
  .sidebar .title-bar p{
    line-height: 45px
  }

  #car-details-popup .action-buttons{
    right: auto;
    left: 10px;
    /* top: 0; */
    position: absolute;
    top: -40px;
    direction: ltr;
  }

  #car-details-popup .action-buttons.summary{
    left: auto;
    right: 5px !important;
    direction: rtl;
  }

  .car-dashboard{
    min-height: 135px !important;
  }

  .car-dashboard .stats-block td.title{
    font-size: 14px;
  }
  .car-dashboard .stats-block td.value span{
    font-size: 13px;
  }
  .car-dashboard .adress div.txt{
    margin-top: 7px;
  }
  .car-dashboard .itinerary-btn{
    display: none;
  }

  .sidebar .nav .device p{
    font-size: 13px;
  }

  .sidebar .nav .device .serialNumber{
    max-width: 200px;
  }

  #car-details-popup{
    width: calc(100% - 300px);
    margin-left: 300px;
    background: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    pointer-events: none;
  }

  #speed_block{
    left: 38px;
    top: 0px;
    bottom: 132px;
  }
  
  #speed_block.track {
    position: absolute;
    top: 0px;
    left: 38px;
  }

  /*.button_container div{
    background: rgb(51 51 51) !important;
  }*/
  /*#searchPanel{ 
    width: 40%;
    right: 30%;
    top: 10px;
    height: 34px;
    background: #fff;
  }*/
  /*#searchPanel button.filter, #searchPanel button.close{
    float: right;
    font-size: 22px;
    border: 0;
    box-shadow: none;
    background: transparent;
    
    height: 34px;
    font-weight: bold;
    color: #a1a7ae;
  }*/
  /*#main-search{
    color: #666 !important;
    padding: 2px;
  }*/

  #main-search .placeholder{
    font-size: 13px;
  }

  #menu-overlay{
    left:300px;
    width: calc(100% - 300px);
  }
  #chart_speed_container{
    margin-left:300px;
    /*width: calc(100% - 300px);*/
  }

  #path_events_toggler{
    bottom: 10px;
    left: 310px !important;
    width: 46px;
    height: 46px;
  }

  #path_settings_toggler{
    bottom: 10px;
    left: 365px !important;
    width: 46px;
    height: 46px;
  }

  #path_events_container{
    /*top: 10px;*/
    left: 310px !important;
    width: 270px;
    /*height: auto;
    max-height: calc(100% - 80px);*/
  }

  .modal-fullscreen .modal-header{
    /*width: calc(100% - 300px) !important;*/
  }

  #timeline{
    margin-left: 300px;
  }
  
  .notifications-wrapper .notifications-br{
    width: 380px !important;
  }

  .notification-line{
    width: 50% !important;
  }

  .notification-line .marker-btn{
    cursor: pointer;
  }

  .car-dashboard .odometer-block {
    margin-top: 0;
    float: left;
  }

  .car-dashboard .vizualInfos-block{
    margin: 0;
    width: auto;
    background: #324765 ;
    padding: 12px 10px;
    border-radius: 6px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 0 2px #000;
  }

  .car-dashboard .unit{
    display: contents;
  }

  .car-dashboard .odometer-block .speed-txt{
    height: 105px;
    width: 105px;
    background-color: #30415a;
  }
  .car-dashboard .odometer-block .speed-txt .img{
    background-image: url(../img/layout_odometer.png);
    background-size: cover;
    width: 87px;
    height: 75px;
    margin-top: 6px;
  }
  .car-dashboard .odometer-block .speed-txt .speed-val{
    font-size: 21px;
    margin-left: 20px;
    top: 40px;
    width: 66px;
  }

  .car-dashboard .odometer-block .speed-txt .sub-txt{
    margin-top: -3px;
    font-size: 13px;
    color: #aab2b7;
  }

  .car-dashboard .odometer-block .distance-txt{
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 68px;
    border-radius: 2px;
    margin-top: -52px;
  }

  .car-dashboard .fuel-block{
    margin: 40px 18px 0 0;
    float: right;
    margin: 20px 0 0 12px;
    min-height: 78px;
    width: auto;
  }

  .car-dashboard .fuel-block .engine-status{
    padding: 2px;
    margin: 0px 0px 8px 0;
    width: 26px;
    float: none
  }

  .car-dashboard .fuel-block .engine-status img{
    height: 12px
  }

  .car-dashboard .stats-block td.value span{
    background-color: #c3def3;
    padding: 2px 10px;
    border-radius: 4px;
    color:#0c1319;
  }

  .car-dashboard .stats-block{
    width: 440px;
    float:none;
    opacity: 1;
    position: absolute;
    right: 10px;
    bottom: 6px;
    padding: 0;
    margin-bottom: 0;
  }

  .car-dashboard .stats-block .icon {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #abbed6;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .car-dashboard .stats-block .icon img {
    height: 15px
  }
  .car-dashboard .stats-block .icon{
    display:block
  }
  .car-dashboard .stats-block .content{
    color: #ffffff;
    background: #324765;
    padding: 5px 10px;
    border-radius: 6px;
    clear: both;
    box-shadow: 0 0 2px #000;
    padding-top: 30px;
  }

  .car-dashboard .adress{
    display: inline-block;
    margin: 0 0 10px 0;
    padding-top: 0;
    border-top: none;
    position: absolute;
    right: 10px;
    bottom: 166px;
    max-width: 370px;
  }

  .car-dashboard .adress div.txt{
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    /* float: right; */
    color: #edf4f9;
    background: #324765;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 0 0 2px #000;
    text-align: justify;
    width: 100%;
  }

  .car-dashboard .adress .icon img{
    height: 15px;
  }

  .car-dashboard .stats-block td.title{
    line-height: 25px;
    font-size: 12px;
    opacity: 1;
    color: #edf4f9;
  }

  .car-dashboard .adress .icon {
    float: left;
    margin: 0px 6px 0 0px;
  }

  .car-dashboard .adress .icon .txt{
    display: inline-block;
  }

  .vis.timeline .customtime{
    width: 28px !important;
  }
  /*.fleet-summary{
    background: #f9f9f9;
    font-size: 14px;
    padding: 8px 5px;
    color: #000;
  }*/

  .fleet-summary{
    background: #324765;
    margin: 0 10px 10px 0;
    border-radius: 7px;
    border: 1px solid #020d1d;
    width: 440px;
    float: right;
    padding: 5px 15px;
  }

  .icons-menu .menuItem{
    margin: 10px 10px;
  }

  .leaflet-top.leaflet-left .leaflet-control-layers{
    margin-left: 10px;
    margin-top: 10px;
  }
}

#top-bar {
  display: none;
  height: 40px;
  width: calc(100% - 20px);
  margin: 4px 10px;
  position: absolute;
  top: 45px;
  background: #031835d4;
  z-index: 999  ;
  text-align: right;
  padding: 2px 4px;
  /* margin-left: 4px; */
  border-radius: 4px;
  border: 1px solid #000000;
}

#top-bar .btn{
  width: 34px;
  height: 34px;
  margin-left: 0px;
  background: #1864ca !important;
  text-align: center;
  padding: 0;
  border: 1px solid #0b2a40;
  border-width: 0px !important;
  border-radius: 4px;
  display: inline-block;
  /* border-top-right-radius: 4px; */
  /* border-bottom-right-radius: 4px; */
  opacity: 1; 
  margin-left: 5px;
}

#top-bar .btn i{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 4px;
}

div.no-result{
  background: #fff2b2;
  color: #565656;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 5px;
}

.boxed-border{
  background: #efefef;
  padding: 6px 16px;
  border-radius: 4px;
}

.guides-list{
  max-width: 580px;
  margin: auto;
}

.guides-list .title{
  /*background: rgb(111 111 111);*/
  color: #000;
  border-radius: 4px;
}

.guide .block{
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #e2e2e2;
  padding: 6px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.guide .block i{
  float: right;
  margin-top: 12px;
  font-size: 22px;
  color:#666;
}

.guide.rtl .block i{
  float: left
}

.guide .block .name{
  font-weight: bold;
  font-size: 14px;
}

.guide .description{
  font-size:12px;
  margin-right: 20px;
}

.guide.rtl .description{
  margin-left: 20px;
  margin-right: 0;
}

.block:hover i{
  color:orange;
}

.video-player{
  height: 90%;
  width: 100%;
}

.block-rounded{
  background: rgb(239, 239, 239);
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.solde-notif{
  font-size: 12px;
  font-weight: bold;
  color: #263238;
  margin-bottom: 100px;
}

.notif-solde i{
  font-size: 25px;
  margin-right: 15px;
  float: left;
}

.notif-solde .remaining{
  text-decoration: underline;
  font-weight: bold;
}

.notification-dismiss{
  width: 24px !important;
  height: 24px !important;
  font-size: 25px !important;
  padding-top: 5px !important;
}

.notification-dismiss:hover{
  background-color: #4a4a4a !important;
}

.notifications-wrapper .notification{
  height: auto !important;
}

.view-rapports p.medium .sub {
  /*width: 64px;*/
  color:#888;
  font-size:12px;
}

.view-rapports p.medium .path-start, .view-rapports p.medium .path-end,
.view-rapports p.medium .max-speed, .view-rapports p.medium .avg-speed,
.view-rapports p.medium .engine-time, .view-rapports p.medium .distance,
.view-rapports p.medium .name{
  /* width: 65px; */
  display: inline-block;
  margin: 0 4px;
}

.view-rapports p.medium .name {
  background: #8a8a8a;
  padding: 0 6px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.view-rapports p.medium i{
  margin-right: 4px;
  color: #555;
}

.view-rapports .week{
  max-width: 480px;
  /*margin: auto;*/
}

.view-rapports .week .period{
  float:right;
  opacity: 0.6
}

.view-rapports .week .header{
  color: #505050;
  background: #efefef;
  padding: 4px 8px;
  border-radius: 4px;
}

.view-rapports .week .header .period{
  display: inline-block;
  margin-left: 26px;
}

.view-rapports .week .results{
  border-left: 2px dashed #d8d8d8;
  font-weight: bold;
  color: #545454;
}

.view-rapports .week .results .infos{
  border-radius: 4px;
  background: #ffffff;
  padding: 4px 13px;
  margin: 14px 0px 10px 10px;
}

.view-fuel .row .summary{
  padding: 2px 12px;
  margin: 7px 5px 7px 3px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.view-fuel .fuel-block{
    background: #ebebeb;
    border-radius: 5px;
    padding: 10px 6px;
    border: 1px solid #fff;
    width: 100%;
    margin: 0 0 10px;
}

.view-fuel .row{
  margin: 0;
}

.view-fuel .summary.header{
  height: 30px;
}

.view-fuel .fuel-block i{
  display: inline-block;
  width: 15px;
}

.view-fuel .summary{
  background: #fafafa;
}

.view-fuel .righty{
  float: right;
}

.view-fuel .medium .name{
  background: #5f5f5f !important;
}

.view-fuel .medium{
  background: #e0e0e0;
  border: 1px solid #ccc;
}

.payment-issue-block {
  display: flex; align-items: center; justify-content: center; height: 100%;
}

.payment-issue-block .link:hover{
  opacity: 1
}

.payment-issue-block h4{
  margin: 0;
  font-weight: bold;
  font-size: 17px
}

.payment-issue-block .link{
  float: right;
  background: #0f408e;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 22px;
  text-decoration: none;
  opacity: 0.7;
  margin-top: 25px;
}

.payment-issue-block .content{
  margin: 15px;
  font-family: sans-serif;
  display: block;
  border: 1px solid #bf1010;
  padding: 10px;
  background: #fff3f3;
  font-size: 15px;
}

@media (min-width: 320px) {
  .payment-issue-block .content{
    padding: 5px;
    margin: 5px;
    font-size:13px;
  }
}

@media (min-width: 480px) {
  .payment-issue-block .content{
    font-size:15px;
  }
}

@media (min-width: 960px) {
  .payment-issue-block .content{
    max-width: 75%;
    padding: 20px;
  }
}

.toaster{
  top: 50px !important;
}

.txt.red{
  color: #e83f09;
}

i.geofence-symbol {
  color: #0c66d8;
  font-size: 48px;
  display: block;
  margin: auto;
  width: 134px;
  background: #f1f1f1;
  padding: 40px;
  border-radius: 10px;
  border: 2px transparent;
}

i.geofence-symbol.active {
  border: 2px solid;
  background: #fdffa6;
}

.btn.info{
  background-color: #0c6c98 !important;
  color: #fff !important;
}

.btn.success{
  background-color: #0e8c0e !important;
  color: #fff !important;
}

.btn.error{
  background-color: #8c0e0e !important;
  color: #fff !important;
}

.btn.action-statistics{
  display: none !important;
}

.leaflet-control-layers-toggle{
  background-size: 22px !important;
  width: 31px !important;
  height: 31px !important;
}

.leaflet-control-layers .leaflet-control-layers-list{
  min-width: 105px !important;
}

.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-layers{
  background-clip: none;
}

#modal-time-input{
  background: rgba(255,255,255, 0.6);
}

#modal-time-input .modal-dialog{
  width: 320px !important;
  top: calc(50% - 200px);
  margin: auto;
}

#modal-time-input .modal-header{
  background: #eee;
  padding: 8px;
  border-radius: 5px
}

#modal-time-input .modal-header .close{
  background-color:transparent;
}


#modal-time-only-input{
  background: rgba(255,255,255, 0.6);
}

#modal-time-only-input .modal-dialog{
  width: 320px !important;
  top: calc(50% - 200px);
  margin: auto;
}

#modal-time-only-input .modal-header{
  background: #eee;
  padding: 8px;
  border-radius: 5px
}

#modal-time-only-input .modal-header .close{
  background-color:transparent;
}

.cars-list-status .header{
  font-weight: bold;
  background: #eee;
  padding: 4px;
  margin-top: 9px;
  padding-left: 30px;
  border-radius: 4px;
  padding-left: 15px;
  cursor: pointer;
}

.cars-list-status .header:hover{
  background:#999;
}

.cars-list-status .header-group.live{
  background: #ffeb3b;
  color: #ce0000;
}

.cars-list-status .header-group.journee{
  background: #5ad6e4;
}

.cars-list-status .header-group {
  background: #dcdcdc;
  padding: 5px;
  border-radius: 4px;
  padding-left: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0px;
  margin-top: 6px
}

.cars-list-status .header .num{
  background-color: #ccc;
  border-radius: 20px;
  width: 25px;
  /* height: 12px; */
  padding: 0 4px;
  text-align: center;
}

.cars-list-status .header i{
  margin-right: 10px;
  color:#999;
}

.cars-list-status .cars-list{
  display: none;
}

.cars-list-status .cars-list p{
  margin-left: 10px;
  margin-top: 4px;
  border-left: 2px solid #ccc;
  padding: 2px 10px;
  font-size: 13px;
}

.cars-list-status .cars-list .indicator{
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color:#ccc;
  margin-right: 10px;
}

.cars-list-status .cars-list .indicator.on{
  background-color:green;
}

.cars-list-status .cars-list .indicator.idle{
  background-color:orange;
}

.cars-list-status .cars-list .indicator.off{
  background-color:red;
}

.corex_embed{
  width:100%;
  height: 100%;
  border: 0;
  /*background-color:#000*/
}

#external-embedded-app{
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
}

#external-embedded-app .corex_embed_frame{
  border: none;
  width: 100%;
  height: 100%;
}

#canvas-chart-1{
  width:320px !important;
  height:364px !important;
}

.danger-block{
  background: rgb(255 178 72);padding: 12px;border-radius: 5px;font-weight: bold;
}

.info-speed-block{
  background:rgb(39 219 189);padding: 12px;border-radius: 5px;font-weight: bold;
}

.unit-indicator{
  width: auto;
  background: #e3e3e3;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 2px 6px;
  float: right;
}
}
.map-label {
  position: absolute;
  bottom: 0;left: -50%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
/*Wrap the content of the divicon (text) in this class*/
.map-label-content {
  order: 1;
  position: relative; left: -50%;
  background-color: #fff;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #444;
  padding: 3px;
  white-space: nowrap;
}
/*Add this arrow*/
.map-label-arrow {
  order: 2;
  width: 0px; height: 0px; left: 50%;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  border-width: 10px 6px 0 6px; /*[first number is height, second/fourth are rigth/left width]*/
  margin-left: -6px;
}

/*Instance classes*/
.map-label.inactive {
  opacity: 0.5;
}

.map-label.redborder > .map-label-content {
  border-color: #e00;
}
.map-label.redborder > .map-label-arrow {
  border-top-color: #e00;
}

.map-label.redbackground > .map-label-content {
  white-space: default;
  color: #fff;
  background-color: #e00;
}

.car-label {
  background: rgba(0, 0, 0, 0.8);
  color: #fafafa;
  font-size: 11px;
  position: absolute;
  top: -45px;
  width: 90px;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.5);
  /* text-shadow: 1px 1Px 1px #000; */
  padding: 0px;
  border-radius: 2px;
  margin-left: -30px;
  text-align: center;
  pointer-events: none;
}

/*.leaflet-marker-icon:hover{
  opacity: 0.2 !important;
}*/

.vehicule-item .btn-info{
  min-width: 130px;
}

.notifications-view span.lbl{
  /*display: inline-block;*/
  /*margin-left: 10px*/
}

.vehicules-list-checkbox .vehicule-item:not(:last-child){
  border-bottom: 1px solid #e1e1e1;
}

.vehicules-list-checkbox .vehicule-item td {
    padding-bottom: 7px;
}

.vehicules-list-checkbox .vehicule-item td {
    padding-bottom: 7px;
    display: block;
}

.vehicules-list-checkbox .col-md-4{
  padding: 0 !important;
}

@media (min-width: 600px){
  .vehicules-list-checkbox .vehicule-item td {
    display: table-cell;
  }
  .vehicules-list-checkbox .col-md-4{
    padding: 2px 4px !important;
  }
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin-left: 0px !important;
}
.short-options{
  min-width: 240px;
  width: auto;
}
.short-options .label{
  background: #1b3e6d;
  padding: 8px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  width: calc(100% - 48px);
}
.short-options .option{
  background: #1c63ba;
  padding: 8px 0;
  border-radius: 4px;
  display: inline-block;
  color:#fff;
  margin: 0 2px;
  cursor: pointer;
  text-align: center;
  width: 34px;
  margin-bottom: 4px;
}

.short-options-popup{
  max-width: 280px;
}

.short-options-popup .leaflet-popup-content-wrapper{
  border-radius: 6px !important;
}

.short-options .option.more{
  background: #183f75;
  width: 48px;
}

.short-options .option.close{
  width: 45px;
}

.short-options .option.disabled{
  background: #ccc;
}

.short-options .option i{
  font-size: 20px;
  font-weight: bold;
}

.short-options-popup .leaflet-popup-content {
    margin: 5px 5px;
    line-height: 1.4;
}

.short-options-popup .leaflet-popup-close-button{
  display: none;
}

.short-options-popup .close {
    opacity: 1;
    background: #aaa9a7;
    border-radius: 5px;
    padding: 5px 2px;
    margin-top: 0px;
    color: #000;
    text-shadow: 0 0 black;
    width: 42px;
    height: 29px;
    font-size: 15px;
    top: 6px;
    right: 3px;
    position: absolute;
}

.leaflet-top{
  top: -40px !important;
}

#search_vehicule{
  color: #fff;
  padding: 8px 8px;
  font-weight: bold;
  text-align: center;
  background: #001c32;
  border: 0;
}

#search_vehicule_clear_btn{
  position: absolute;
  right: 5px;
  /* top: 58px; */
  color: #fff;
  font-size: 16px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: 5px;
}

.leaflet-top.leaflet-right{
  top: 40px !important;
}

#short-option-call, #short-option-road{
  background-color: #088067;
}
#short-option-infosEdit{
  background-color: #853a71;
}

.msg.warning{
  color: orange;
  font-weight: bold;
}

.msg.info{
  background: #ffe951;
  color: #5e5700;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
}

#speed_block .speed_limit, .adress .speed_limit {
  border: 3px solid #d20303;
  display: inline-block;
  border-radius: 122px;
  padding-top: 3px;
  font-weight: bold;
  background: #fff;
  color: red;
  margin: 4px 0 0 2px;
  box-shadow: 0 0 2px #fff;
  text-align: center;
  width: 31px;
  height: 31px;
  font-family: 'Font Awesome 6 Free';
  font-size: 12px;
}
.adress .speed_limit {
  padding-top: 3px;
  width: 29px;
  height: 29px;
  font-family: 'Font Awesome 6 Free';
  font-size: 12px;
  float: left;
}

#speed_block .speed_limit{
  position: absolute;
  top: -2px;
  right: -40px;

}

@media (min-width: 600px){
  
  .adress .speed_limit {
    position: absolute;
    left: -40px;
    bottom: 0px;
    float: none;
  }

  #short-option-road{
    display: none;
  }


}

.bordered{
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #edf7ff;
    padding: 7px 19px;
    color: #000;
    font-size: 14px;
}

