.body{
    overflow-x:hidden;
    background:#f9f9f9;
}
.logo{
    display:block;
    height:70px;
    width:50px;
    padding:0;
    background:#efefef;
    text-align: center;
    z-index:100;
    position: fixed;
    left:0;
    top:0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}

.custom-col-md-1 {
    padding:10px 0 0 20px;
    min-width:0px;
    width: 80px;
}

.logo img {
    width: 50px;
    /*padding: 2px;*/
	height: 50px;
	background: #efefef;
    margin-top: 10px;
	background-clip: border-box;
}
.pointer {
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 17px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
}


/*------ ADDED CSS ---------*/

.on {
    display: none;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 25%;
    left: 25%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.on {
    top: 8px;
}

.off {
    left: auto;
    right: -5px;
    top: 8px;
}

input:checked+ .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}


/*--------- END --------*/


/* Rounded sliders */

.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}
#modalZone .modal-dialog{
    max-width: 500px;
    position: relative;
    top: 20px;
    right: 10px !important;
}
.modal-dialog-routes-map{
    max-width: 800px;
    position: relative;
    top: 20px;
    right: 10px !important;
}
#modalZone .colorpicker-container{
    position: relative;
    padding-bottom:5px;
    height: 50px;
}
#modalZone .colorpicker-container .colpick{
    left:0 !important;
    top:100% !important;
    z-index: 20;
}

#errorModal {
    left: 50%;
    transform: translate(-50%, 0);
    width: 600px;
}

#errorModal .modal-dialog .modal-dialog-routes-map {
    width: 100%;
}

.object-color .colorpicker-container .colpick{
    left:10% !important;
    top:80% !important;
    z-index: 20;
}
.no-overflow {
    overflow:visible !important;
}
#modalZone #color-box{
    display: block;
    padding:10px;
    color:#fff;
    text-align: center;
    border:1px solid #c7d5e0;
}

.carpooling-table {
    height: 100%;
    overflow-y: auto;
}

.db-graphics {
    margin-bottom: 15px;
}

.side-menu{
    position: fixed;
    width:50px;
    top:70px;
    left:0;
    z-index: 50;
    bottom:0;
    background:#00447d;
    overflow-x:hidden;
}

.side-menu-item{
    width:45px;
}
.hidden {
    display: none;
}

.hidden-header-nav{
    background:#fff;
    position: fixed;
    width:100%;
    right:100%;
    z-index: 15;
    top:0;
    height:70px;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.side-menu-list{
    margin:0;
    padding:0;
    list-style: none;
}
.side-menu-list > li {
    border-bottom:1px solid #003d70;
}
.side-menu-list > li a{
    display:block;
    height: 51px;
    padding:15px 0;
    text-align: center;
    position: relative;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}

.side-menu-list > li a img{
    height: 25px;
}
.side-menu-text{
    display:block;
    padding:5px 3px;
    text-align: center;
    color:rgba(255,255,255,0.5);
    text-transform: uppercase;
    font-size:0.6em;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.side-menu-list > li a img{

}
.side-menu-list > li a:hover .side-menu-text,.side-menu-list > li a.highlight  .side-menu-text{
    color:#fff;
}
.side-menu-list > li a:hover,.side-menu-list > li a.highlight{
    background: #00549b; /* Old browsers */
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 ); /* IE6-9 */
}
.side-menu-list > li a.highlight:after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 28, 36, 0);
    border-left-color: #ed1c24;
    border-width: 6px;
    margin-top: -6px;
    z-index: 50;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;

}
.side-menu-content{
    border-left:2px solid #ed1c24;
    position: fixed;
    background:#f9f9f9;
    top:70px;
    left:-350px;
    width:350px;
    bottom:0;
    z-index: 20;
    padding:0 0 180px 0;
    padding:10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.side-menu-content.active{
    left:50px;
}
.widget {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    padding: 5px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.widget canvas {
    height: 100% !important;
    width: 100% !important;
}
#report-data{
    overflow: auto;
}
#active-vehicles img{
    height: 30px;
    top: -3px;
    position: relative;
}
#inactive-vehicles img{
    height: 30px;
    top: -3px;
    position: relative;
}
#sideContentVehicle {
    min-height: 100px;
    bottom: unset;
}
#sideContentVehicle.active{
    left: 399px;
    box-shadow: none;
}
.realtimeChart {
    min-height: 100px;
    bottom: unset;
}
.realtimeChart.active{
    opacity: 85%;
    box-shadow: none;
    padding:0px 5px 0px 0px;
    width:300px;
    position: fixed;
    background: #ffffff;
    top:750px;
    right:60px;
    z-index: 9;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
    max-height: 80vh;
    overflow: auto;
}

.chartBox {
    position: relative;
    width:20vw;
}

#sensorTableFirstColumn {
    min-width: 20vw;
}

#sideContentVehicle .vehicles-statistic-list > li {
    width: 20%;
}
.side-menu-header{
    padding:10px 10px;
}
.vehiclelist-container{
    padding: 10px 0px 20px 0px;
    height: 80vh;
    width: 309px;
}

.hv55 {
    height: 55vh !important;
}



#search_address {
    width: 100%;
    border: solid 1px #DDDDDD;
    display: none;
}
#zones_groups {
    display: none;
}
.download-button-big {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    left: 10px;
    top: 0;
    bottom: 0;
    font-size: 1em;
    text-align: center;
    display: block;
    padding: 1px;
    padding-top: 1px;
    margin: auto;
    vertical-align: middle;
    padding-top: 8px;
    float: right;
    margin-right: 5px;
}

.delete-all-authorizations-button-big {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    left: 10px;
    top: 0;
    bottom: 0;
    font-size: 1em;
    text-align: center;
    display: block;
    padding: 1px;
    padding-top: 1px;
    margin: auto;
    vertical-align: middle;
    padding-top: 8px;
    float: right;
    margin-right: 5px;
    background:url(../images/loading.gif)no-repeat center;
}

.mark-trace {
    padding-right: 10px;
}

.mark-trace.active {
    background-color: #D8D8D8;
}
.page-content-map {
    padding: 0px !important;
}
.layer_header {
    width: 100%;
    float: left;
    font-size: 0.75em;
    padding: 6px 10px 6px 0;
    position: relative;
    color: rgba(0,68,125,0.5);
    border-bottom: 1px solid #ddd;
}
.green {
    color: #59C600;
}
.grey {
    color: #d8d8d8;
}
.dark-grey {
    color: #aaacad !important;
}
.lightblue {
    color:#c7d5e0;
}
.color-box {
    width: 100%;
    margin: 10px 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 38px;
    float: left;
}
.color-box>li{
    width: 31px;
    height: 31px;
    float: left;
    margin-right: 10px;
}
.no-border {
    border: none;
}
.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}
.selected-color {
    border: solid 3px #000;
}
.custom_layers {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.custom_layers>li {
    width: 100%;
    float: left;
}
.custom_layers>li>a {
    font-size: 0.85em;
    display: block;
    padding: 5px 10px;
}
.close-menu{
    position: absolute;
    display:block;
    cursor:pointer;
    width:30px;
    height:30px;
    top:0px;
    right:0%;
    background:#ed1c24;
    color:#fff;
    padding:5px;
    text-align: center;
}
.side-menu-title{
    margin:0;
    font-size:1.4em;
    color:#00447d;
    padding-bottom:10px;
}
.overlay{
    background:rgba(0,0,0,0.4);
    position: fixed;
    z-index: 10;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    display:none;
    -webkit-transition:all 200ms ;
    -moz-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
.overlay.visible{
    display:block;
}
.no-padding {
    padding: 0 !important;
}
#search-vehicle{
    padding-right:40px;
    background:url(../images/search.png) no-repeat right 10px center #fff;
}
#main-search{
    padding-right:40px;
    background:url(../images/search.png) no-repeat right 10px center #fff;
}
.main-search-item {
    font-size: 12px;
    line-height: 1.42857143;
    color: #00447d;
}
.menu-search{
    padding-right:40px;
    background:url(../images/search.png) no-repeat right 10px center #fff;
}
.menu-search-objects-sensor-reports{
    padding-right:40px;
    background:url(../images/search.png) no-repeat right 10px center #fff;
}
.menu-search-drop-down{
    background: none;
}
.span-vehicle-name-sensor-report{
    display: inline-block;
    width: 18ch;
    word-break: break-word;
}
.vehicle-list{
    margin:0;
    padding:0;
    list-style:none;
}
.vehicle-list > li a{
    display:block;
    position: relative;
    padding:10px 25px 10px 50px;
    background: url(../images/arrow-active.png) no-repeat right 10px center;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.edit-groups-icons .link-router[data-id='']{
    display: none;
}

.vehicle-list > li a:hover{
    background:url(../images/arrow-active.png) no-repeat right 10px center #c7d5e0;
    background-color: #c7d5e0;
}
.vehicle-list > li a.active{
    background-color: #c7d5e0;
}
#trace-menu-list > li a:hover{
    background: no-repeat right 10px center #c7d5e0!important;
    background-color: #c7d5e0;
}

#trace-menu-list > li a{
    display:block;
    position: relative;
    padding:10px 25px 10px 50px;
    background: no-repeat right 10px center!important;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}

.vehicle-list-without-devices{
    margin:0;
    padding:0;
    list-style:none;
}
.vehicle-list-without-devices > li a{
    display:block;
    position: relative;
    padding:10px 25px 10px 50px;
}

#driving-behavior-operators-menu-list{
    height: 33em;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
}

#objects-sensor-reports-list, #objects-monitoring-events-reports-list, #routes-objects-groups-left-menu{
    height: 25em;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
}

.objects-groups-left-menu, .operators-groups-left-menu, .pois-groups-left-menu, .zones-groups-left-menu, .routes-objects-groups-left-menu{
    height: 35em;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
}

#trace-menu-list .vehicle-letter, #poi-menu-list .vehicle-letter, #zones-menu-list .vehicle-letter{
    left: unset;
    right: 31px !important;
}

#trace-objects-without-devices-menu-list .vehicle-letter, #poi-menu-list .vehicle-letter, #zones-menu-list .vehicle-letter{
    left: unset;
    right: 31px !important;
}

#zones-menu-list .vehicle-letter{
    left: unset;
    right: 5px !important;
}

#objects-sensor-reports-list .vehicle-letter, #objects-monitoring-events-reports-list .vehicle-letter,
#routes-objects-groups-left-menu .vehicle-letter{
    left: unset;
    right: 31px !important;
}

#trace-menu-list .vehicle-symbol {
    position: absolute;
    top: 10px;
    left: 0px !important;
    width: 30px;
    height: 30px;
    text-align: center;
}

#trace-objects-without-devices-menu-list .vehicle-symbol {
    position: absolute;
    top: 10px;
    left: 0px !important;
    width: 30px;
    height: 30px;
    text-align: center;
}

#objects-sensor-reports-list .vehicle-symbol, #objects-monitoring-events-reports-list .vehicle-symbol,
#routes-objects-groups-left-menu .vehicle-symbol{
    position: absolute;
    top: 10px;
    left: 0px !important;
    width: 30px;
    height: 30px;
    text-align: center;
}

#poi-menu-list .link-side-menu, #zones-menu-list .link-side-menu {
    padding-left: 10px !important;
}

.side-menu-options-without-sensors-button {
    width: 15.9% !important;
}

.side-menu-options {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

.side-menu-options > li{
    width: 13.4%;
    padding: 5px;
    float: left;
    font-size: 2em;
    text-align: center;
    margin-right: 10px;
}

.side-menu-options > li:hover{
    border-radius: 4px;
    background: #00549b;
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%);
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%);
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 );
    color: #fff;
}
.side-menu-options > li.active{
    border-radius: 4px;
    background: #00549b;
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%);
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%);
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 );
    color: #fff;
}
.side-menu-options > li:hover a{
    color: #fff;
}

.active-sensors-menu{
    border-radius: 4px!important;
    background: #00549b!important;
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%)!important;
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%)!important;
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 )!important;
    color: #fff !important;
}

.side-menu-options-vehicle {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.side-menu-options-vehicle > li{
    width: 20%;
    padding: 5px;
    float: left;
    font-size: 1.5em;
    text-align: center;
}
.side-menu-options-vehicle > li:hover{
    border-radius: 4px;
    background: #00549b;
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%);
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%);
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 );
    color: #fff;
}
.side-menu-options-vehicle > li:hover a{
    color: #fff;
}
.vehicle-number-model{
    display:block;
    color:#3f3f3f;
}
.vehicle-number-model span{
    font-size:0.8em;
}
.vehicle-type{
    font-size:0.6em;
    display:block;
    text-transform: uppercase;
    color:rgba(63,63,63,0.5);
}
.vehicle-letter{
    position: absolute;
    width:20px;
    height:20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:#fff;
    left:10px;
    top:0;
    bottom:0;
    font-size:1em;
    text-align: center;
    display:block;
    padding:1px;
    margin:auto;
}

.sensor-letter{
    position: absolute;
    width:20px;
    height:20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:#fff;
    left:120px;
    top:0;
    bottom:0;
    font-size:1em;
    text-align: center;
    display:block;
    padding:1px;
    margin:auto;
}

.vehicles-without-devices-linked-object{
    position: absolute;
    width:20px;
    height:40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left:150px;
    top:0;
    bottom:0;
    font-size:2.5em;
    text-align: center;
    display:block;
    padding:1px;
    margin:auto;
}


.vehicle-list > li a:hover .vehicle-number-model{
    color:#00447d;
}
.vehicle-list > li a:hover .vehicle-type{
    color:rgba(0,68,125,0.5);
}

.vehicle-list-without-devices > li a:hover{
    background-color: #c7d5e0;
}
.vehicle-list-without-devices > li a:hover .vehicle-number-model{
    color:#00447d;
}
.vehicle-list-without-devices > li a:hover .vehicle-type{
    color:rgba(0,68,125,0.5);
}

.vehicle-letter img {
    width: 20px;
}


.sensor-image {
    width: 25px;
    margin-top: -0.5rem;
}

.alerts {
    color: #FF0000;
    height: 0;
    position: relative;
    top: -38px;
    right: -15px;
    width: 100%;
    text-align: right;
    font-weight: 900;
}
.notifications_count {
    color: #59C600;
    height: 0;
    position: relative;
    top: -38px;
    left: -35px;
    width: 100%;
    text-align: right;
    font-weight: 900;
}
.red {
    color: #FF0000;
}
.driver-alert {
    border-radius: 50%;
    background-color: #00447D;
    text-align: center;
    padding: 20px;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    color: #FFF;
    cursor: pointer;
}
.vehicle-status-active {
    border-radius: 50%;
    background-color: #59c600;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 5px;
}

.vehicle-status-inactive {
    border-radius: 50%;
    background-color: #C6C6C6;
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 5px;
}

.vehicle-status-no-info {
    border-radius: 50%;
    background-color: #000000;
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 5px;
}

.route-play-button {
    border-radius: 4px;
    background: #00549b;
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%);
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%);
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 );
    color: #fff;
    font-size: 2em;
}
/*.vehicle-list > li a:hover .vehicle-letter{
	background: #00549b;
	background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%);
	background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%);
	background: linear-gradient(to bottom, #00549b 0%,#003d70 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 );
	color:#fff;
}*/

.active-side-menu-item{
    background: #00549b; /* Old browsers */
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 ); /* IE6-9 */
    color:#fff;
}
.active-side-menu-item-green{
    background: #00549b; /* Old browsers */
    background: -moz-linear-gradient(top, #39ff00 0%, #00985a  100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #39ff00 0%,#00985a  100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #39ff00 0%,#00985a  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39FF00', endColorstr='#00985a ',GradientType=0 ); /* IE6-9 */
    color:#fff;
}
.add-menu-item{
    background: linear-gradient(to bottom, #3ae900 0%,#7dd434 100%) !important;
}
.small-title{
    text-transform: uppercase;
    font-size:0.8em;
    text-align: center;
    display:block;
    color:#3f3f3f;
}
.left {
    text-align: left !important;
}
.vehicles-statistic{
    position: absolute;
    bottom:0;
    /*height:160px;*/
    left:0;
    right:0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    background:#fff;
    padding:20px;
}

.vehicles-statistic-list{
    margin:0;
    padding:0;
    list-style:none;
}
.vehicles-statistic-list > li{
    float:left;
    width:33.333%;
    padding:10px 0;
    position: relative;
    height:80px;
}
.vehicles-statistic-list .active{
    border-bottom: solid 2px;
}
.vehicles-statistic-list > li:after{
    content:"";
    position: absolute;
    top:15%;
    bottom:15%;
    width:1px;
    left:100%;
    border-right: 1px dotted rgba(0,68,125,0.5);
}
.vehicles-statistic-list > li:last-child:after{
    display:none;
}
.vehicles-statistic-list > li h5{
    font-size:2em;
    text-align: center;
    margin-bottom:0;
}
.vehicles-statistic-list > li span{
    display:block;
    text-align: center;
    font-size:0.55em;
    text-transform: uppercase;
}
.nicescroll-cursors{
    background:#00447d !important;
}
.header-menu{
    margin:0;
    padding:0;
    list-style:none;
    text-align: right;
}
.header-menu > li{
    display:inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: -4px;
}
.header-menu > li{
    border-right:1px solid #f0f0f0;
    height:70px;
}
.header-menu > li .small-title{
    font-size:0.6em;

}
.header-menu > li .big-title{
    font-size:0.9em;
    font-weight: bold;
}
.header-menu > li > a{
    display:block;
    padding:15px 20px;
    height:70px;
}

.header-menu > li .profile-btn{
    padding:20px 50px 15px 65px;
    text-align: left !important;
    position: relative;
}
.header-menu > li .lang-btn{
    padding:20px 50px 15px 20px;
    position: relative;
}
.header-menu > li .profile-btn .small-title,.header-menu > li .lang-btn .small-title{
    text-align: left;
    color:rgba(63,63,63,0.5);
}
.arrow-down{
    position: absolute;
    font-size:0.8em;
    width:11px;
    height:11px;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
}
.profile-image{
    position: absolute;
    display:block;
    width:36px;
    height:36px;
    left:15px;
    top:0;
    bottom:0;
    margin:auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.profile-dots{
    display:block;
    width:20px;
    height:20px;
    position: absolute;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../images/profile-dots.jpg) no-repeat center center;
}
.header-menu .dropdown-menu{
    background:#00447d;
    border:0;
}
.header-menu .dropdown-menu a{
    color:rgba(255,255,255,0.7);
}
.header-menu .dropdown-menu a:hover{
    background:#003a6b;
    color:#fff;
}
.map-container{
    position: fixed;
    z-index: 5;
    top:0;
    left:80px;
    right:0;
    bottom:0;
}
.map-container > iframe{
    width:100% !important;
    height:100% !important;
}
.place-card.place-card-large{
    display:none !important;
}
#exit{
    background:#f0f0f0;
}
.btn-header-nav{
    position: fixed;
    background:url(../images/arrow-menu-active.png) no-repeat center center #ed1c24;
    color:#fff;
    display:block;
    width:30px;
    height:30px;
    font-size:0.9em;
    top:20px;

    margin:auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right:20px;
    cursor: pointer;
    z-index: 110;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.btn-header-nav.active{
    background:url(../images/arrow-menu.png) no-repeat center center #ed1c24;
}
.hidden-header-nav{
    left:100%;
}
.anh{
    display: none;
}

.ganh{
    display: none;
}

.priv {
    display: none;
}
.visible-top .hidden-header-nav{
    left:0;
    /*padding-left:80px;*/
    right:0;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.visible-top .btn-header-nav{
    right:initial;
    left:95px;
}
.map-tools-btn{
    background:#00447d;
    color:#fff;
    text-transform: uppercase;
    display:block;
    width:90px;
    padding:8px 10px 8px 15px;
    position: fixed;
    z-index: 9;
    top:70px;
    right:0;
    font-size:0.6em;
    cursor:pointer;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.map-tools-btn.active{
    width:300px;
    background: #00549b; /* Old browsers */
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 ); /* IE6-9 */
}
.map-tools-btn.active .mtb-circle{
    background:url(../images/arrow-menu.png)no-repeat center center #ed1c24;
}
.mtb-circle{
    display:block;
    width:20px;
    height:20px;
    background:url(../images/arrow-menu-active.png)no-repeat center center #ed1c24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left:-10px;
    top:0;
    bottom:0;
    margin:auto;
}
.map-tools{
    background:#fff;
    padding:20px;
    width:300px;
    position: fixed;
    top:97px;
    right:-300px;
    z-index: 9;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
    max-height: 80vh;
    overflow: auto;
}
.map-tools.active{
    right:0;
}

.map-tools .nav-tabs > li a{
    font-size:0.75em;
    padding:6px 10px 6px 0;
    position:relative;
    color:rgba(0,68,125,0.5);
}
.map-tools .nav-tabs > li a:hover,.map-tools .nav-tabs > li a:focus,.map-tools .nav-tabs > li a:visited{
    background:transparent;
}
.map-tools .nav-tabs > li.active a:after{
    content:"";
    position: absolute;
    bottom:-1px;
    height:2px;
    background:#ed1c24;
    left:0;
    right:10px;
}
.map-tools .nav-tabs > li.active a{
    color:#00447d;
}
.tab-content{
    padding-top: 0;
    margin-top: -5px;
}

.tab-content #info-vehicles-1{
    margin-top:5px;

}

.tab-content #tab-trace-1, #tab-trace-2, #tab-trace-3{
    padding-top:10px;
}

#info-vehicles-1 {
    max-height: 65vh;
    overflow: auto;
}
.tab-menu{
    margin:0;
    padding:0;
    list-style:none;
}
.tab-menu a{
    font-size:0.85em;
    display: block;
    padding:5px 10px;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.tab-menu a span{
    font-size:1.2em;
}
.tab-menu a:hover{
    background:#e4e4e4;
}
.active-option {
    background: #c6c6c6;
}
.page-content{
    padding:100px 30px 450px 110px;
}

.page-title{
    margin:-15px 0 5px 0;
    padding-bottom:5px;
    position: relative;
    border-bottom:1px solid #e2e2e2;
    color:#ed1c24;
    font-size:1.4em;
}
.page-title:after{
    top:100%;
    content:"";
    position: absolute;
    height:3px;
    background:#e2e2e2;
    width:200px;
    left:0;
}
.statistic-list{
    margin:0;
    padding:0;
    list-style:none;
}
.statistic-list > li{
    float:left;
    width:25%;
    padding:20px;
    position:relative;
    text-align: center;
}
.labels {
    color: #FFF;
    background: #00447d;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: none;
    padding: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.optimized-planned-route-labels {
    color: #FFF;
    background: #F83131;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: none;
    padding: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.initial-planned-route-labels {
    color: #FFF;
    background: #0903FE;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: none;
    padding: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.events-on-map-labels {
    color: #FFF;
    background: #00447d;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.labels-actions {
    color: #FFF;
    background: #29AB87;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: none;
    padding: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.statistic-list > li:after{
    content:"";
    width:1px;
    top:10%;
    bottom:10%;
    left:100%;
    position: absolute;
    background-image: linear-gradient(rgba(0,0,0,0.2) 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 10px;
    background-repeat: repeat-y;
}
.statistic-list > li:last-child:after{
    display:none;
}
.white-btn{
    background:#fff;
    display: inline-block;
    padding:6px 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.white-btn:hover{
    background:#ed1c24;
    color:#fff;
}
.statistic-list-internal{
    margin:10px 0 20px 0;
    padding:0 25%;
    list-style: none;
    min-height: 180px;
    text-align: left;
}
.statistic-list-internal > li{
    padding:5px 10px 5px 30px;
    position: relative;
}
.statistic-list-internal .big-title{
    display:block;
    font-weight: 600;
    color:#3f3f3f;
}
.statistic-list-internal .small-title{
    text-align: left;
    color:rgba(63,63,63,0.7);
    text-transform: none;
}
.statistic-value{
    font-weight: 700;
    font-size:4em;
    display: block;
    line-height: 0.95em;
}
.category-statistic{
    color:rgba(0,68,125,0.5);
    font-size:0.9em;
}
.sli-icon{
    position: absolute;
    display:block;
    width:20px;
    height:20px;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.chart-area{
    /*position: absolute;*/
    bottom:0;
    right: 0px;
    left: 80px;
}
.average-fuel{
    position: absolute;
    left:20px;
    bottom:20px;
    background:#fff;
    padding:20px 60px 20px 100px;
    text-align: left;
    display:block;
}
.data-month{
    position: absolute;
    right:20px;
    bottom:20px;
    padding:10px 0px 10px 40px;
    text-align: left;
    display:block;
}
.data-month .small-title{
    text-align: left;
    text-transform: none;
    color:#00447d;
}
.data-month .data-month-icon{
    font-size:2em;
    width:28px;
    height:28px;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    position: absolute;
}
.fuel-value{
    font-weight: 700;
    color:#00447d;
    font-size:2.5em;
    height:50px;
    top:0;
    bottom:0;
    margin:auto;
    position: absolute;
    left:20px;
}
.average-fuel .small-title{
    font-size:0.7em;
    text-align: left;
    color:#3f3f3f;
}
.average-fuel .big-title{
    font-size:1.1em;
    font-weight: 600;
    color:#3f3f3f;
}
.average-fuel .circle-arrow{
    display:block;
    background:url(../images/arrow-menu.png) no-repeat center center #00447d;
    width:30px;
    height:30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    right:20px;
}
.data-list{
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
    border-bottom:1px solid #e4e4e4;
}
.data-list > li{
    float:left;
    margin-right:15px;
}
.data-list > li a{
    display:block;
    padding:5px 0 5px 0;
    text-transform: uppercase;
    font-size:0.9em;
    position: relative;
    color: rgba(0,68,125,0.5);
}
.data-list > li.active a{
    color: rgba(0,68,125,1);
    font-weight: bold;
}
.data-list > li.active a:after{
    content:"";
    position: absolute;
    height:3px;
    background:#00447d;
    left:0;
    top:100%;
    right:0;
}
.collapse-item{
    padding:0;
    background:#fff;
    border-left:2px solid #00447d;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,68,125,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,68,125,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,68,125,0.25);
    margin-bottom: 10px;
    overflow: hidden;
}
.collapse-item.active{
    border-color:#ed1c24;

}
.collapse-item-btn{
    display:block;
    padding:10px 20px 10px 10px;
    color: rgba(0,68,125,1);
    font-weight: bold;
    background:url(../images/arrow.png)no-repeat right 10px center;
    overflow: hidden;
}
.collapse-item-btn span{
    font-size:0.85em;
    color: rgba(0,68,125,0.5);
    font-weight: normal;
}
.collapse-content{
    padding:15px 0;
    margin:0px 10px 10px 10px;
}
.collapse-item-first-item{
    display:block;
    padding:10px 20px 10px 10px;
    color: rgba(0,68,125,1);
    font-weight: bold;
    overflow: hidden;
}


.notification-list-item {
    float: right;
    padding: 0px 10px;
}
.car-icon{
    display:block;
    width:28px;
    height:28px;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;

}
.green-label{
    padding:10px 0;
    color:#00447d;
    display:block;
    position: relative;
}

.last-update{
    font-size:0.75em;
    display:block;
}

.image-container{
    position: relative;
    margin-bottom:10px;
}
.image-container img{
    max-width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.collapse-item-btn img{
    max-width: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.collapse-list{
    margin:0;
    padding:0;
    list-style:none;
}
.collapse-list li{
    padding:10px 5px;
    border-bottom: 1px solid rgba(0,68,125,0.1);
}
.collapse-list li:last-child{
    border-bottom:0;
}
.collapse-list li .small-title{
    font-size:0.7em;
    text-align: left;
}
.collapse-list li .big-title{
    font-weight: bold;
}

.gray-label{
    font-size:0.75em;
    display: inline-block;
    padding:3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0,68,125,0.1);
}
.change-data-box{
    padding:50px 20px;
    background: rgba(63,63,63,0.1);
    text-align: center;
}
.cdb-icon{
    font-size:1.5em;
    color:#59c600;
}
#routesContent {
    max-height: 40vh;
    overflow: auto;
    z-index: 1;
}
#routesContent .routeItem, #dailyRoutesContent .routeItem {
    border-left: solid 2px;
    padding-left: 5px;
    margin-left: 5px;
}
.routes-draw .colpick {
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    z-index: 10000;
}
.route-event-button {
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%);
    padding: 15px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.route-start-point {
    border-radius: 50%;
    background-color: #00447d;
    width: 15px;
    height: 15px;
}

.route-end-point {
    border-radius: 50%;
    background-color: #00447d;
    width: 15px;
    height: 15px;
}

.route-report-expanded-collapse-row-icon{
    float:right;
    margin: 0 24px;
    cursor: pointer;
}

.route-report-expanded-td{
    padding-left: 24px!important;
}

.red{
    color:#ed1c24 !important;
}

.white{
    color:#ffffff !important;
}

.bgred{
    background-color:#ed1c24 !important;
}
.change-data-box p{
    font-size:0.7em;
    text-align: center;

    color: rgba(0,68,125,0.5);
}
.change-data-box p span{
    display:block;
    font-size:1.2em;
    color:#00447d;
}
.collapse-item-btn.active{
    background: rgba(0,68,125,0.1)
}
.page-content.page-content-blank{
    padding:100px 30px 30px 110px;
}
.modal-change label,.new-driver label,.new-car label{
    font-size:0.8em;
    font-weight: 500;
}
.modal-change .row,.new-driver .row,.new-car .row{
    margin:0 -5px;
}
.login-container .row{
    margin:0 -10px;
}
.modal-change .col-md-4,.new-driver .col-md-4,.new-driver .col-md-3,.new-driver .col-md-9,.new-car .col-md-4,.new-car .col-md-3,.new-car .col-md-9{
    /*padding:0 5px;*/
}
.login-container .col-md-6{
    padding:0 10px;
}
.modal-vehicles{
    padding:5px 0;
}
.modal-vehicles h4,.add-vehicles h4{
    font-size:1.2em;
    font-weight: bold;
    margin-bottom:5px;
    margin-top: 0px;
}
.checkVehicle-option{
    display: none;
}
.categories-change .checkbox-inline{
    display:inline-block;
    padding:5px 10px;
    font-size:0.75em;
    font-weight: bold;
    background:#daecfc;
    margin-left:0;
    margin-right:3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:5px;
}
.categories-change .checkbox-inline.selected{
    background:#00447d;
    color:#fff;
}
.header-bg{
    position: fixed;
    top:0;
    left:0;
    right:0;
    height:70px;
    background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    display:none;
    z-index: 99;
}
.new-driver,.new-car{
    background:#fff;
    padding:30px 30px 80px 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    position:relative;
}

.sensor-report-menu{
    display:flex;
    height:100%;
    overflow: auto show;
    background:#fff;
    padding:15px;
    margin:0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    position:relative;
}

.sensor-report-filter-messages-minutes {
    width: 100%!important;
    padding-left: 10px;
    height: 34px !important;
    color: #00447D !important;
}

.add-new{

    position: absolute;
    left:0;
    bottom:0;
    right:0;

}
.add-new button{
    font-size:1.2em;
    width:100%;
    padding:15px;
    text-align: center;
    border-radius: 0;
}
.add-new .submit{
    font-size:1.2em;
    width:100%;
    padding:15px;
    text-align: center;
    border-radius: 0;
}

.standalone-btn{
	font-size: 1.2em;
	width: 100%;
	padding: 15px;
	text-align: center;
	border-radius: 0;
}

.gm-style .gm-style-iw-c{
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.gm-style-iw-d{
    max-height: 300px !important;
}

#driverImageUpload .ajax-file-upload{
    display:inline-block;
    background:#00447d;
    color:#fff;
    padding:10px 20px;
    cursor: pointer;
}
.ajax-file-upload-filename{
    font-size:0.8em;
    padding:10px 0;
}
.choose-new-vehicle{
    margin:0 -0.5%;
}
.choose-new-vehicle .radio-inline{
    float:left;
    margin:0 0.5% 10px 0.5%;
    width:10%;
    border:1px solid #daecfc;
    background:#fff;
    padding:10px 10px 10px 5px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.choose-new-vehicle .radio-inline img{
    max-width:70px;
}
.choose-new-vehicle .radio-inline.selected{
    background:#daecfc;
}
.radio-check{
    display:none;
}
.radio-check-title{
    text-align: center;
    font-size:1em;
    display:block;

    position: absolute;
    left:0;
    right:0;
    bottom:0;
    padding:5px 10px;
    color:#00447d;
    background:#daecfc;
}
.choose-new-vehicle .radio-inline.selected .radio-check-title{
    background:#00447d;
    color:#fff;
}
.fullscreen-login{
    background: #00549b; /* Old browsers */
    background: -moz-linear-gradient(top, #00549b 0%, #003d70 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00549b 0%,#003d70 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00549b 0%,#003d70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: #ffffff url(../images/cars-highway.jpg) center center fixed ;
    background-size: cover;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549b', endColorstr='#003d70',GradientType=0 ); /* IE6-9 */
    min-height:100vh;
    padding:50px;
}
.login-container-wrapper{
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 60px auto;
    background:#fff;
    border-radius: 45px;
    opacity: 90%;
}
.login-container-left{
    float:left;
    width:350px;
    padding:30px;
    background: #f2f9fe; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f9fe 0%,#d6f0fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
    height: 485px;
    position:relative;
    border-right:1px solid #eaf0fc;
    border-radius: 15px;
}
.login-container-left h4{
    margin:0;
    text-align:center;
    font-weight:500;
    font-size:1.1em;
    line-height:1.3em;
}
.login-container-right{
    float:left;
    width:450px;
    padding:30px;
    /*padding-top: 55px;*/
    height: auto !important;
}

.check-icon-login{
    width:25%;
    margin-top:5px;
}

.choose-language{
    padding: 0px 33px 0px 33px !important;
}

.login-title{
    font-size: 4.5em !important;
    width: 100% !important;
    margin-top: 5px !important;
}

.check-icon{
    display:inline-block;
    position:relative;
    padding:10px;
    font-size:3em;
}
.container-program{

    padding:30px 10px 30px 10px;

}
.login-container-wrapper h1{
    text-align: center;
    font-weight: 300;
    font-size:1.8em;

}
.login-container{
    background:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:30px;
    margin:0px 0 0px 0;
}
.text-link{
    text-decoration: underline;
}
.login-container-wrapper .text-link{

}
.login-container .checkbox{
    font-size:0.85em;
}
.login-container .btn-default{
    display:block;
    width:100%;
    padding:15px 10px;
    text-align: center;
}

.login-submit-button{
    border-radius: 5px;
}
.terms-link{
    text-decoration: underline;
}
.login-container .form-control{
    margin-bottom:20px;
}

.login-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 12px;
    font-size: 12px;
    border:none;
    line-height: 1.42857143;
    color: #00447d;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #c7d5e0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-form-control:focus {

    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.login-container .image-container img{
    max-width: 120px;
    margin-bottom:10px;
}
.forgot-password{
    font-size:0.9em;
    text-decoration: underline;
}
.user_settings ul{
    list-style-type: none;
    padding-left: 0px;
}
.user_settings ul li{
    width:100%;
    height:auto !important;
    text-align: left;
    padding: 5px 0px;
}
.route-reports li{
    width: 100% !important;
    padding: 0px;
    padding-bottom: 35px;
    text-align: left;
}
.route-reports canvas {
    size: 250px;
}
.route-reports .statistic-value {
    font-size: 1.5em;
}
.login-container-wrapper .small-text{
    font-size:0.85em;
    text-align: center;
    padding:20px 0;
    color:rgba(0,68,125,0.7);
    line-height:1.6em;

}
.center {
    text-align: center !important;
}
.clear-list {
    list-style-type: none;
    margin: 0px;
    padding: 5px;
    max-height: 350px;
    overflow: auto;
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 21%;
}
.center-loader-small-top-margin {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.modal-body {
    overflow: auto;
    max-height: 80vh;
}
.mobile-only {
    display: none;
}

.select2-companySelect-container {
    color: #00447D !important;
    line-height: 34px;
    margin-top: 0px;
}

#companySelectForm > .select2-container--default .select2-selection--single {
    margin-top: 0px;
}

#companySelectForm > .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #00447D !important;
}

#companySelectForm > .select2-container--default .select2-selection--single {
    height: 34px !important;
}

.select2-trace-group-container {
    color: #00447D !important;
    line-height: 34px;
    margin-top: 0px;
}


.select-column {
    display: block !important;
    width: 90% !important;
    height: 24px !important;
    padding: 3px 6px !important;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    color: #00447d !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #c7d5e0 !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.select-column > .select2-container--default li.select2-results__option[aria-disabled=true] {
    color: red !important;
}

.select-column option:disabled {
    color: red !important;
}

#columns-matching-table > tbody > tr > td > span > .select2-container--default li.select2-results__option[aria-disabled=true] {
    color: red !important;
}

#check-column-parameters-matching, #import-staging, #insert-staging-data  {
    font-size: 1.2em;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 0;
}
#objectGroupSelectForm > .select2-container--default .select2-selection--single {
    margin-top: 0px;
}

#objectGroupSelectForm > .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #00447D !important;
}

#objectGroupSelectForm > .select2-container--default .select2-selection--single {
    height: 34px !important;
}

#objectGroupSensorReportSelectForm > .select2-container--default .select2-selection--single,
#xAxisDataTypeSensorReportSelectForm > .select2-container--default .select2-selection--single,
#filterMessagesDiv > .select2-container--default .select2-selection--single{
    margin-top: 0px;
}

#objectGroupSensorReportSelectForm  > .select2-selection .select2-selection--single,
#xAxisDataTypeSensorReportSelectForm > .select2-selection .select2-selection--single,
#filterMessagesDiv > .select2-selection .select2-selection--single{
    height: 34px !important;
}

#objectGroupSensorReportSelectForm  > .select2-container--default .select2-selection--single .select2-selection__rendered,
#xAxisDataTypeSensorReportSelectForm > .select2-container--default .select2-selection--single .select2-selection__rendered,
#filterMessagesDiv > .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #00447D !important;
    width: 100%;
}

#objectGroupSensorReportSelectForm  > .select2-container--default .select2-selection--single,
#xAxisDataTypeSensorReportSelectForm > .select2-container--default .select2-selection--single,
#filterMessagesDiv > .select2-container--default .select2-selection--single{
    height: 34px !important;
}

#select2-object-group-sensor-report-container #x-axis-data-sensor-report #sensor_report_filter_messages_selection{
    color: #00447D !important;
    line-height: 34px;
    margin: 0px;
    position: absolute;
}




.w11 {
    width: 11% !important;
}

#link0 {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

#seasonal_period_from_date .picker-switch{
    display: none !important;
}
#seasonal_period_from_date .prev{
    display: none !important;
}
#seasonal_period_from_date .next{
    display: none !important;
}

.create-polygon-zone-from-route-icon {
    font-size: 1.5em;
    float:right;
    text-align: right;
    cursor: pointer;
}

.formula-based-aggregation-operation {
    width: 25%;
    background: #425062;
    color: #fff;
    padding: 20px;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    margin-right: -4px;
    border-right: solid 2px #3C4857;
    border-bottom: solid 2px #3C4857;
    transition: all 0.2s ease-in-out;
}

.btn-formula-based-aggregations-operation {
    font-size: 20px;
    width: 18%;
}

.btn-formula-based-aggregations-operation.active {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-formula-based-aggregations-operation.active.without-events {
    pointer-events: none;
}

.show-optimized-route-on-map {
    float:left;
    margin:0 8px;
    text-align:center;
    font-size: medium;
    cursor:pointer;
}

@media(max-width:1199px){
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .statistic-list-internal{
        padding: 0 15px;
    }
    .page-content{
        padding-bottom:250px;
    }
    .chart-area iframe{
        height:250px !important;
    }
    .average-fuel,.data-month{
        bottom:initial;
        top:-70px;
    }
    .login-container-right{
        height: 485px;
    }
}

@media(max-width:800px)
{
    .login-container-wrapper {
        margin: 0px auto;
    }

    .fullscreen-login {
        padding: 15px;
    }

    .login-container-left {
        width: 100%;
    }

    .login-container-right {
        width: 100%;
    }
}

@media(max-width:900px){
    .header-bg{
        display:none;
    }
    .logo{
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
    }
    .side-menu-content {
        top: 0px;
    }
    .hidden-header-nav{
        left:50px !important;
        top:0px;
        width:auto !important;
        right:0;
        height:auto;
        display:none;
    }
    #sideContentVehicle .tab-content {
        height: 80vh;
        /*overflow: auto;*/
    }
    .hidden-header-nav.active{
        display: block;
    }
    .overlay.active{
        display: block;
    }
    .mobile-alert {
        float: right;
        margin: 15px 75px;
    }
    .visible-top .hidden-header-nav{
        display:none;
    }
    .visible-top .btn-header-nav {
        right: 10px;
        left: auto;
    }
    .header-menu > li{
        display:block;
        width:100%;
        height:auto !important;
        text-align: left;
        border-bottom:1px solid #f0f0f0;
    }
    .header-menu > li > a.instructions,.header-menu > li > a.write,.header-menu > li > a.exit{
        padding-left:65px;
        position: relative;
        height:auto !important;
    }
    .instructions img,.write img,.exit img{
        position: absolute;
        left:15px;
        top:0;
        width:30px;
        height:30px;
        margin:auto;
        bottom:0;
    }
    .header-menu > li .small-title{
        text-align: left;
    }
    .btn-header-nav{
        right:20px;
        left:initial;
    }
    .header-menu > li .lang-btn{
        padding:10px 50px 10px 20px;
        height:auto;
    }
    .header-menu > li .profile-btn{
        height:auto;
        padding: 10px 50px 10px 65px;
    }
    .side-menu-list > li a img{
        max-width:28px;
    }
    .side-menu-content{
        /*width:260px;*/
    }
    .side-menu-list > li a{
        height:60px;
        padding-top: 5px;
    }
    .page-content.page-content-blank{
        padding:85px 15px 15px 95px;
    }
    .btn-header-nav{
        background: url(../images/arrow-mobile.png) no-repeat center center #ed1c24;
    }
    .btn-header-nav.active{
        background: url(../images/arrow-mobile-active.png) no-repeat center center #ed1c24;
    }
    .visible-top .overlay{
        display:none;
    }
    .statistic-list > li{
        width:50%;
    }
    .statistic-list > li:nth-child(2):after{
        display:none;
    }
}
@media(max-width:768px){
    .data-list > li{
        width:100%;
        float:none;
    }
    .data-list > li.active a:after{
        display:none;
    }
    .modal-body{
        padding:15px 20px;
    }
    .page-content{
        padding-bottom:30px;
    }
    .chart-area{
        display:none;
    }
    .choose-new-vehicle .radio-inline img{
        max-width:40px;
    }
    .new-driver, .new-car{
        padding:15px 15px 80px 15px;
    }
}
@media(max-width:640px){
    .page-content{
        padding:85px 15px 15px 75px;
    }
    .page-content.page-content-blank{
        padding:85px 15px 15px 75px;
    }
    .statistic-list > li{
        width:100%;
        padding:20px 0;
    }
    .statistic-list > li:after{
        display:none;
    }
    .map-tools-btn.active,.map-tools{
        width:240px;
    }
    .side-menu-content{
        width:230px;
        padding:0px;
    }

    .side-menu-options > li{
        width: 20%;
        padding: 5px;
        float: left;
        font-size: 2em;
        text-align: center;
        margin-right: 10px;
    }

    .map-tools{
        padding:15px;
    }
    .vehicles-statistic{
        padding:10px;
    }
    .vehicles-statistic-list > li h5{
        font-size:1.4em;
    }
    .side-menu{
        width:50px;
    }
    .side-menu-text{
        font-size:0.55em;
    }
    .map-container{
        left:50px;
    }
    .side-menu-content.active,.hidden-header-nav{
        left:50px !important;
    }
}

/*new small menu*/

.small-icon{
    width:24px;
    height:24px;
    vertical-align: middle;
}
.side-menu-content .nav-tabs > li{
    width:50%;
}
.side-menu-content .nav-tabs > li a{
    font-size:1em;
    text-align: center;
    display:block;
    padding:10px 0px 10px 0;
    position:relative;
    color:rgba(0,68,125,0.6);
    font-weight: 700;
}
.side-menu-content .nav-tabs > li a:hover,.side-menu-content .nav-tabs > li a:focus,.side-menu-content.nav-tabs > li a:visited{
    background:transparent;
}
.side-menu-content .nav-tabs > li.active a:after{
    content:"";
    position: absolute;
    bottom:-1px;
    height:2px;
    background:#ed1c24;
    left:0;
    right:0px;
}
.side-menu-content .nav-tabs > li.active a{
    color:#00447d;
}
.row-small{
    margin: 0 -5px;
}
.row-small > div{
    padding: 0 5px;
}
#sideContent3{
    width:400px;
    left:-400px;
}
#sideContent3.active{
    left:80px;
}
.date-input{
    position: relative;
}
.date-input label{
    position: absolute;
    left:10px;
    z-index: 10;
    height:14px;
    margin:auto;
    top:0;
    bottom:0;
}
.date-input .form-control{
    padding-left:30px;
}

.route-controls {
    padding-bottom: 20px;
}

.route-selection{
    padding-right:40px;
    position:relative;
}
.refresh-btn{
    position: absolute;
    right:0;
    font-size:1.6rem;
    width:32px;
    height:32px;
    padding:8px;
    top:0;
    bottom:0;
    margin:auto;
    cursor: pointer;
}
.resend-btn{
    font-size:1.7rem;
    height:32px;
    padding:5px 15px 15px 10px;
    top:0;
    bottom:0;
    margin:auto;
    cursor: pointer;
}

.resend-btn-loading{
    font-size:1.5rem;
    height:32px;
    padding:5px 15px 15px 15px;
    top:0px;
    bottom:0;
    margin:auto;
    cursor: pointer;
    background:url(../images/loading.gif)no-repeat left;
}

.route-selection .form-group{
    margin:0;
}

.timepicker-icon-schedule-templates {
    padding: 2px 10px;
    font-size: 10px!important;
    width:0%;
}

.datepicker{
    text-align: center;
}
.bootstrap-datetimepicker-widget{
    padding:15px !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background:#00447d !important;
}
.route-selection{
    margin:0 0 0px 0;
}
.routes-draw{
    padding:10px 100px 10px 0;
    position:relative;
}
.rd-btn{
    position: absolute;
    display:block;
    width:32px;
    height:32px;
    top:0;
    bottom:0;
    margin:auto;
    text-align: center;
    background:#fff;
    font-size:1.2em;
    border-radius: 4px;
    padding:6px;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.rd-btn:hover{
    background-color:#00447d;
    color:#fff;
}
.rd-route-with-middle-points{
    right:120px;
}
.rd-route{
    right:80px;
}
.rd-close{
    right:40px;
}
.rd-edit{
    right:0;
    background-color: #ed1c24;
    color:#fff;
}
.btn-filter-modal{
    display:block;
    padding:10px;
    width:100%;
    text-align: center;
    background: rgba(0,68,125,0.1);
    margin:5px 0 0 0;
    border-radius: 4px;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.btn-filter-modal:hover{
    background: rgba(0,68,125,0.15);
}
#modal-events-content {
    overflow: hidden;
    padding-bottom: 50px;
}
.filterCheck{
    visibility: hidden;
}

.checkbox-custom label {
    margin: 0;
    padding: 5px 5px 5px 25px;
    background: url(../images/check.png) no-repeat left center;
}

.checkbox-custom label.selected {
    background: url(../images/check-active.png) no-repeat left center;
}

.checkbox-custom{
    margin-bottom:4px;
}
.routes-list{
    margin:10px 0;
    padding:0;
    list-style: none;
}
.routes-list li{
    background:#fff;
    padding:15px 15px 15px 40px;
    position:relative;
    border:1px solid transparent;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.routes-list li:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.start-icon{
    border-radius: 50%;
    width:24px;
    height:24px;
    border:1px solid #59c600;
    color:#00447d;
    display:block;
    text-align:center;
    position: absolute;
    left:10px;
    top:10px;
    padding:3px 0;
}

.start-icon-orange{
    border-radius: 50%;
    width:24px;
    height:24px;
    border:1px solid #FFA500;
    color:#FFA500;
    display:block;
    text-align:center;
    position: absolute;
    left:10px;
    top:10px;
    padding:3px 0;
}

.end-icon{
    border-radius: 50%;
    width:24px;
    height:24px;
    border:1px solid #ed1c24;
    color:#00447d;
    display:block;
    text-align:center;
    position: absolute;
    left:10px;
    bottom:10px;
    padding:3px 0;
}

.end-icon-orange{
    border-radius: 50%;
    width:24px;
    height:24px;
    border:1px solid #FFA500;
    color:#FFA500;
    display:block;
    text-align:center;
    position: absolute;
    left:10px;
    bottom:10px;
    padding:3px 0;
}

.v-line{
    width:1px;
    position:absolute;
    top:40px;
    bottom:40px;
    left:20px;
    background:rgba(0,68,125,0.1);
}
.red{
    color:#ed1c24;
}
.green{
    color:#59c600;
}

.midnightblue{
    color:#00447d;
}

.blue-png{
    filter: invert(72%) sepia(59%) saturate(2117%) hue-rotate(187deg) brightness(80%) contrast(80%);
}

.route-address{
    font-size:1em;
    line-height:1.4;
    color: #3f3f3f;
}
.info-table{
    width:100%;
    margin: 0px 0;
}
.info-table td{
    padding:0 5px;
    text-align: center;
    width:33.33%;
    border-right:1px solid #c7d5e0;
}
.info-table td:last-child{
    border-right:0;
}
.route-list-date{
    text-align: left;
    font-size:0.9em;
}
.bold{
    font-weight: 700;
}
.info-table td .small-title{
    font-size:0.6em;
}
.info-table td .big-title{
    font-size:1.2em;
}
.info-table td  .it-icon{
    font-size:1.4em;
}

.show-objects-status-on-map {
    width:20px;
    height:20px;
}

.show-objects-status-on-map-label {
    font-size: 15px !important;
}

.send-report-by-email-label {
    font-size: 15px !important;
}

.send-report-by-email {
    width:20px;
    height:20px;
}

/* Toastr styling */

#toast-container > .toast-info {
    background-color: #00447d;
    color: #daecfc;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #daecfc; /* background color */
    color: #245382; /* text color */
    text-align: center; /* Centered text */
    border-radius: 5px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.tooltip {
    position: relative;
    display: contents;
    opacity:100 !important;
    z-index:1 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width:  fit-content;
    padding: 5px !important;
    background-color: #e0e7ed;
    color: #00447d;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    top: 45px;
    right: 10% !important;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #e0e7ed transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible !important;
}

.nowrap {
    white-space: nowrap ;
}

.drop-area {
    padding: 0.5em;
    display: inline-block;
    height: auto;
    min-height: 150px;
    border: 1px solid #c7d5e0;
    border-radius: 15px;
}
.drop-area tr {
    display: block !important;
    border:none;
    border-bottom: 1px solid #eee;
}



.drop-area:before {
    content: attr(data-content);
    padding: 0 5px;
    position: relative;
    top: -1.1em;
    background-color: #FFF;
}

.header-border {
    width: 100%;
    padding: 10px;
    border: #f9f9f9 solid 3px;
    border-radius: 5px;
}

.heading, .heading-subtitle {
    text-align: center;
    margin-top: -25px;
    opacity: unset;
}

.heading > span, .heading-subtitle > span {
    background-color: #f9f9f9;
}

.heading-subtitle > span {
   top: -13px;
}

.ui-state-disabled {
    opacity: 100 !important;
}

.mytable a:link {
    color: #fff;
    font-weight: bold;
    text-decoration:none;
}
.mytable a:visited {
    color: #fff;
    font-weight:bold;
    text-decoration:none;
}
.mytable a:active, .mytable a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table.mytable {
    width:90%;
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    margin-left:auto;
    margin-right:auto;
    background:#eaebec;
    border:#ccc 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}
.mytable th {
    color:#fff;
    padding:8px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    background:#00447d;
}
.mytable th:first-child {
    text-align: center;
    padding-left:8px;
}
.mytable tr {
    text-align: center;
    padding:8px;
}
.mytable tr td:first-child {
    text-align: center;
    padding:8px;
    border-left: 0;
}
.mytable tr td {
    padding:8px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafa fa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
.mytable tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6 f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.mytable tr:last-child td {
    border-bottom:0;
}
.mytable tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.mytable tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.mytable tr:hover td {
    background: #f2f2f2;
    transform:scale(1.01);
    padding-left:20px;
    outline:1px solid #191970;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

.files input {
    outline: 2px dashed #00447d;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus{     outline: 2px dashed #00447d;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #00447d;
}
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(/images/file_upload.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    margin-top: 10px;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content:  attr(content) ;
    display: block;
    color: #00447d;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.upload-files input {
    outline: 2px dashed #00447d;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 100px 0px 60px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.upload-files input:focus{     outline: 2px dashed #00447d;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #00447d;
}
.upload-files{ position:relative}
.upload-files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(/images/file_upload.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.upload-files:before {
    position: absolute;
    margin-top: 10px;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content:  attr(content) ;
    display: block;
    color: #00447d;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.label-margin-top {
    margin-top: 10px;
}

.expenses-mileage-reminder-additional-labels {
    margin-top:5px;
    margin-right: 5px;
    margin-left: 5px;
    width:100%;
    opacity: 0.8;
}

#gallery { float: left; width: 65%; min-height: 12em; }
.gallery.custom-state-active { background: #eee; }
.gallery li { float: left; width: 96px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; }
.gallery li h5 { margin: 0 0 0.4em; cursor: move; }
.gallery li a { float: right; }
.gallery li a.ui-icon-zoomin { float: left; }
.gallery li img { width: 100%; cursor: move; }

#trash { float: right; width: 32%; min-height: 18em; padding: 1%; }
#trash h4 { line-height: 16px; margin: 0 0 0.4em; }
#trash h4 .ui-icon { float: left; }
#trash .gallery h5 { display: none; }

#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable li {
    margin: 0 3px 3px 3px;
    padding: 5px;
    font-size: 1.1em;
    height: auto;
}
#sortable li span { position: absolute; margin-left: -1.3em; }

/* Animations to fade the snackbar in and out */
@-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 fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

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


img[src^="https://iot.gps.bg/images/map_vicon-"] {
    transform: rotate(90deg);
}

.label-padding-top {
    padding-top: 15px;
}

.filter-status-all .status-inactive{
    font-weight: bold ;
    color: #aaacad;
}
.filter-status-all .status-active{
    font-weight: bold ;
}

.inactive-user-background-color {
    background: #f2f4f5;
}

.static-collapse-item-background {
    background: #f1f1f1;
}

.show-parameters-history , .without-parameters-history {
    float: right;
    opacity: 0.6;
}



.parameter-history-modal-table > td {
    word-wrap:break-word!important;
    text-align:center!important;
}


#modalParamsHistory {
    height: 88vh!important;
    text-align:center;
    top:6vh;
    bottom:6vh;
    right:20vw;
    left:30vw;
}

#modalParamsHistory > td{
    word-wrap:break-word!important;
    text-align:center!important;
}

.filled-bell-in-collapse-item {
    font-size: 2.5em!important;
    float: right;
    margin: -8px 15px -12px 0!important;
}

.calculate-route-mileage-based-on-coordinates-data{
    float:right;
    font-size: 1.1em;
    font-family: Arial, serif;
    margin: 0 10px 2px 5px;
    text-transform: none
}

.calculate-route-mileage-based-on-coordinates{
    font-size: 1.6em;
    float:right;
    text-align: right;
    cursor: pointer;
}

.draw-route-types-on-map{
    padding-right: 16px;
    float:right;
    text-align: right;
    cursor: pointer;
}

.draw-snapped-route-on-map{
    padding-right: 16px;
    float:right;
    text-align: right;
    cursor: pointer;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#manually-input-monitoring-events-report{
    padding-right:40px;
    background:url(../images/search.png) no-repeat right 10px center #fff;
}

#manually-input-monitoring-events-report::-webkit-input-placeholder,  #manually-input-monitoring-events-report:-ms-input-placeholder,
#manually-input-monitoring-events-report::placeholder{
    color: red;
}

#manually-input-monitoring-events-report::-moz-placeholder, #object-filter-input-monitoring-events-report::-moz-placeholder {
    color: #658fb3;
    opacity: 0.8;
}
#manually-input-monitoring-events-report:-ms-input-placeholder, #object-filter-input-monitoring-events-report:-ms-input-placeholder {
    color: #658fb3;
    opacity: 0.8;
}
#manually-input-monitoring-events-report::-webkit-input-placeholder, #object-filter-input-monitoring-events-report::-webkit-input-placeholder {
    color: #658fb3;
    opacity: 0.8;
}


.bright-blue-placeholder::-moz-placeholder {
    color: #658fb3;
    opacity: 0.8;
}
.bright-blue-placeholder:-ms-input-placeholder {
    color: #658fb3;
    opacity: 0.8;
}
.bright-blue-placeholder::-webkit-input-placeholder {
    color: #658fb3;
    opacity: 0.8;
}

.floating-label-group {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.floating-label {
    font-size: 11px;
    color: #658fb3;
    opacity: 0.6;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 9px;
    left: 12px;
    transition: all 0.1s ease;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: -7px;
    bottom: 0px;
    left: 5px;
    font-size: 11px;
    opacity: 0.8;
    color: #658fb3;
    background:white;
    font-weight: normal;
    height: 10px;
}

.monitoring-notification-data-sms-icon{
    float: left;
    font-size: 40px;
    padding: 0px;
    margin: -0.3em 0.5em -0.5em 0em;
}

.monitoring-notification-data-email-icon{
    float: left;
    font-size: 40px;
    padding: 0px;
    margin: -0.4em 0.4em -0.5em 0em;
}

.monitoring-notification-label{
    color: #b8bab9;
    font-size: 1.2em !important;
    padding: 5px 0px 5px 0px;
}

.monitoring-notification-input-element{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
}

.readonly-class {
    pointer-events: none;
}

.all-events-class {
    pointer-events: auto;
}

#staging-report-table{
    max-width: 100%;
}

#staging-report-table th,
#staging-report-table td {
    border: 1px solid #E5E4E2 !important;
}

.import-module-error-messages {
    font-size: 1.5em;
    color: red;
    text-align:center;
    padding:10px;
}

.announcement-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.announcement-transparent-div {
    width: 100%;
    min-height: 60px;
    background-color: rgba(89, 198, 0);
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #3f3f3f;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.announcement-transparent-div:last-child {
    border-bottom: none;
}

.announcement-button {
    padding: 10px 20px;
    background-color: #00447d;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

.announcement-message {
    text-align: center;
    float: left;
    width: 90%;
    margin-left: 60px;
    margin-top: 10px;
}

.group-summary-by-driver {
    float: left;
    margin-top: 10px!important;
}

.group-summary-by-driver-label {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.margin-top-100 {
    margin-top:100px;
}

.padding-top-20 {
    padding-top:20px;
}

.device-authorization-scenario-button {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgb(222 230 243);
    left: 10px;
    top: 0;
    bottom: 0;
    font-size: 1em;
    text-align: center;
    display: block;
    padding: 1px;
    margin: auto;
    vertical-align: middle;
    padding-top: 8px;
    float: right;
    margin-right: 5px;
    cursor:pointer;
}

.delete-authorization-button, .delete-all-authorizations  {
    position: relative;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 10px;
    top: 4px;
    bottom: 0;
    font-size: 1.5em;
    text-align: center;
    display: block;
    padding: 1px;
    vertical-align: middle;
    float: right;
    color: #FF0000;
    margin:0px;
}

.resend-button-single-authorization {
    font-size: 1.7rem;
    padding: 6px 4px 0px 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    float: right;
}

.resend-button-all-selected-authorization {
    font-size: 1.7rem;
    padding: 6px 4px 0px 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    margin-left:10px;
}

.delete-drivers-chips {
    margin-top:8px!important;
}

.resend-drivers-chips {
    margin-top:8px!important;
}

.checkbox-select-all-to-resend-authorized-drivers {
    margin-top: 8px;
    margin-left: -5px!important;
    float: left!important;
}

.light-red-background-color {
    background: #ff000026;
}