﻿
body {
    font-size: 14px;
}

#container_body {
    position: fixed;
    width: calc(100% - 160px);
    top: 0;
    right: 0;
    height: calc(100% - 0px);
    border-radius: 0;
    background: #efefef;
    z-index: 1;
}

main {
    height: 100%;
    padding: 0 !important;
    text-align: center;
}

/*ASSET DASHBOARD*/
#device_list_container {
    float: left;
    width: 32.5%;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position:relative;
}

#filter_device_list > li {
    list-style-type: none;
    background: white;
    width: 40px;
    height:40px;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    vertical-align: top;
    display:inline-block;
    position:relative;
}

#service_on_map {
    color: white;
}

#filter_device_list > li:hover {
    background: #dddddd!important;
}

    #filter_device_list > li > p {
        background: var(--brand-color);
        color: white;
        border-radius: 1.5px;
        min-width: 20px;
        height: 20px;
        font-size: 0.8em;
        padding: 2.5px;
        display: inline-block;
        float: right;
        position: absolute;
        top: 27px;
        right: -12px;
    }


#filter_device_list {
    padding: 5px;
    text-align:center;
    margin:0px;
}

.filter_full > img {
    width: 200%;
    height: 200%;
    margin: -35% 0 0 -50%;
    /*display: none;*/
}

.go_ahead_space {
    clear: both;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

#device_list {
    padding: 0px 5px 100px 15px;
    width: 100%;
    height: calc(100% - 185px); /*- 60px*/
    overflow: hidden;
    display: none; /*inline-block;*/
    overflow-y: scroll;
    box-sizing: content-box;
    text-align:left;
}

    #device_list > li {
        width: 100px; /*calc(100% - 20px);*/
        padding: 10px;
        list-style-type: none;
        display: inline-block;
        border-radius: 6px;
        margin: 5px 2.5px; /*5px 0;*/
        cursor: pointer;
        /*min-height: 192px;*/
        vertical-align: top;
        text-align:center;
    }

        #device_list > li:hover #device_list > li > img:nth-child(1) {
            background: #dddddd;
        }


.maintenance_device_ {
    width: calc(33% - 20px) !important;
}

.device_ {
    background: white;
}

.device_selected {
    background: white!important#c6c6c6; /*!important;*/
}

.device_:hover {
    /*background: #c6c6c6;*/
    border: 1px solid #c6c6c6!important;
}



.title_device_container {
    float: left;
    display: none;
    width: calc(100% - 80px);
    height: 80px;
    color: #636363;
    position: relative;
}

.status_device {
    background: white; /*#1882b2; /*#198754;*/
    color: white;
    padding: 2.5px;
    /*margin: 5px;*/
    margin-bottom: 5px;
    text-align: center;
    border-radius: 1.5px; /*6px; /*25px;*/
    width: 50px;
    font-size: 0.7em;
    /* clear: both; */
    height: 20px;
    margin-left: -50px; /*27.5px;*/
    float: left;
    border-width: 3px;
    border-style: solid;
}

.status_asset {
    background: var(--brand-color);
    color: white;
    border:1px solid white;
    padding: 2.5px;
    text-align: center;
    width: 60%;
    font-size: 0.7em;
    height: 60%;
    float: left;
    border-radius: 50% 0 50% 50%;
    margin: 2.5px 3px;
}

.distance_device, .odometer_distance {
    background: var(--brand-color); /*#1882b2; /*#198754;*/
    color: white;
    padding: 2.5px;
    /*margin: 5px;*/
    margin-bottom: 5px;
    text-align: center;
    border-radius: 1.5px; /*6px; /*25px;*/
    width: 100%; /*50px;*/
    font-size: 0.7em;
    /* clear: both; */
    float: left;
    height: 20px;
}

.odometer_device > span {
    width: 15px;
    height: 15px;
    /* float: right; */
    display: inline-block;
    font-size: 1.5em;
    line-height: 1 !Important;
    vertical-align: bottom;
    float: right;
    margin-right: 2.5px;
}

.asset_edit {
    width: 21px;
    height: 21px;
    line-height: 21px !important;
    display: inline-block;
    float: right;
    color: #333;
    border-radius: 2.5px;
    background: #efefef;
    margin-top: 0px!important;
}

    .asset_edit:hover, .find_more_detail_device:hover {
        background: #c6c6c6;
    }

.device_info_header {
    /*float: right;
    display: inline-block;*/
    position:absolute;
    top:0px;
    right:0px;
    display:block;
}

    .device_info_header > span {
        font-size: 1.4em;
        float: left;
        color: #333;
        height: 21px;
        vertical-align: top;
        margin-top: -5px;
    }

.network_type_icon {
    font-size: 1em !important;
    margin-right: -7.5px;
    margin-top: -7.5px !important;
}


.device_level {
    color: var(--brand-color)!important;
}

.first_title_device {
    float: left;
    padding: 0 2.5px;
    margin: 20px 2.5px 0 2.5px;
    width: calc(100% - 5px);
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    text-align: left;
    color: #333;
}

.second_title_device {
    float: left;
    padding: 0 2.5px;
    margin: 0 2.5px;
    width: 100%;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
}

.last_update {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    width: calc(100% - 97.5px);
    font-weight: lighter;
    letter-spacing: -0.5px;
    text-align: left;
}

.last_address_device {
    float: left;
    padding: 1.5px 0;
    margin: 0 5px;
    width: calc(100% - 80px - 90px);
    display: none; /* inline-block;*/
    text-align: center;
    color: #868a8f;
    height: 20px;
    background: var(--brand-color);
    color: white;
    border-radius: 1.5px;
}

    .last_address_device > span {
        line-height: 19px !important;
        font-size: 0.7em !important;
        display: inline-block;
        margin: 0;
        vertical-align: top;
        width:0%;
    }

    .last_address_device > p {
        line-height: 19px !important;
        font-size: 0.7em !important;
        display: inline-block;
        margin: 0;
        vertical-align: top;
        width:95%;
    }

.day_in_place {
    background: var(--brand-color);
    color: white;
    padding: 2.5px;
    margin-top: 52.5px;
    margin-left: -25px;
    text-align: center;
    border-radius: 50% 50% 0 50%;
    width: 25px;
    font-size: 0.8em;
    float: left;
    height: 25px;
    line-height: 13px;
    font-weight: bold;
}

    .day_in_place > span {
        line-height: 3px;
        font-size: 0.8em;
        clear: both;
        display: block;
        font-weight: lighter;
    }

.asset_icon {
    width: 80px;
    height: auto;
    display: inline-block;
    float: left;
    border-radius: 50%;
    background:white;
}

.report_icon {
    color: white;
    text-align: center;
    border-radius: 1.5px;
    font-size: 0.7em;
    height: 25px;
    width: 25px;
    /*margin-left: -95px;
    margin-top: -10px;*/
    margin-left: -92.5px;
    margin-top: -12px;
    float: left;
}

.report_icon_error, .report_icon_ok {
    margin-top: -2.5px;
    background: white;
    border-radius: 50%;
    margin-left: -80px;
}

.report_icon > img {
    width: 200%;
    height: 200%;
    display: block;
    position: relative;
}

.report_icon_ok > span {
    color: #198754;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-top: -2px;
}

.report_icon_error > span {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #ea373e;
    margin-top: -2px;
    filter: none !important;
}


.volt_status {
    margin-left: -62px;
    background: white;
    border-radius: 50%;
    position: relative;
}

.volt_on > span {
    color: #198754 !important;

}

.volt_off > span {
    color: #636363 !important;
    /*#b1b1b1*/
}

.motor_status {
    margin-left: -42px;
    height: 20px;
    margin:0 1px;
    margin-left: -44px;
    padding-left: 3px;
    width: 22px;
    border-radius: 50%;
    background: white;
    position: relative;
}


.motor_on > span, .motor_on_span {
    color: #198754 !important;
    font-size: 1.4em!important;
    line-height: 16px !important;
    background: white;
    border: 2px solid #198754;
    border-radius: 50%;
    margin-top: 0px;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.motor_off, .volt_off {
    display: none;
}

.motor_off > span, .motor_off_span {
    color: #636363 !important;
    font-size: 1.4em!important;
    line-height: 16px !important;
    background: white;
    border: 2px solid #636363;
    border-radius: 50%;
    margin-top: 0px;
    /*#b1b1b1*/
}

.license_plate {
    width: 80px;
    height: 19px;
    border-radius: 1.5px;
    border: 1px solid #868a8f;
    /*border-left: 10px solid var(--brand-color);; /*#1882b2; /*084298;*/
    /*border-right: 10px solid var(--brand-color);; /*#1882b2; /*084298;*/
    text-align: center;
    float: left;
    clear: both;
    font-size: 0.95em;
    letter-spacing: -1px;
    line-height: 12px;
    /*transform: scale(1, 1.4);*/
    padding: 2.5px 0;
    margin-bottom: 2.5px;
    background: white;
}

.container-asset > .license_plate {
    border: 1px solid var(--brand-color);
    background: var(--brand-color);
    /*background: transparent;*/
    color: white;
}

.container-asset .status_device, .autocompactor .status_device, .sweeper .status_device, .trailer .status_device, .hooklift .status_device, .hooklift_crane .status_device {
    border-radius: 50% 0 50% 50%;
    width: 20px;
    margin-left: -20px;
}

.level_container {
    background: #b1b1b1;
    width: 100%;
    display: inline-block;
    border-radius: 1.5px; /*6px;*/
    /*height: 10px;
        margin-top: 27px;*/
    height: 32px;
    margin-top: 5px;
}

.level_fuel_container {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50% 50% 0 50%;
    display: inline-block;
    position: relative;
    background: #b1b1b1;
    font-size: 0.7em;
    color: white;
    margin-top: 52.5px;
    margin-left: -25px;
    overflow: hidden;
}

.cobo_device {
    color: var(--brand-color);
    display: block !important;
    display: block !important;
    float: left;
    width: 25px;
    height: 30px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    position: relative;
    font-size: 0.7em;
    /* color: white; */
    margin-top: 50px;
    margin-left: -80px;
    overflow: hidden;
}

.version_bug_alert {
    color: #ea373e;
    display: block !important;
    float: left;
    width: 25px;
    height: 30px;
    border-radius: 25%;
    background: white;
    display: inline-block;
    position: relative;
    font-size: 0.7em;
    /* color: white; */
    margin-top: 25.5px;
    margin-left: -80px;
    overflow: hidden;
}

.level_fuel {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-color);
    display: inline-block;
    width: 100%;
}

.level_fuel_perc {
    position: absolute;
    bottom: 5.5px;
    width: 100%;
    line-height: 15.5px;
    font-weight: bold;
}

    .level_fuel_perc > span {
        line-height: 3px;
        font-size: 0.8em;
        clear: both;
        display: block;
        font-weight: lighter;
    }

.chart_device_container {
    background: transparent;
    width: 100%;
    display: inline-block;
}

.chart_device {
    width: 100%;
    height: 120px!important;
    display: inline-block !important;
    /*background-image: url(/images/menu/chart.svg);*/
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100% 120px;
}

.select_property_tracking{
    float:none!important;
    margin:5px;
    background:transparent;
    border:0px;
}

#log_select {
    border: 0px;
    float: right;
    background: transparent;
    width: 45%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    padding: 5px;
    margin: 0 0 10px 0;
}

.log_list_chart {
    width: 100%;
    padding: 0px;
    display: inline-block;
    font-size:0.7em;
}

.log_list_chart > li{
    list-style-type:none;
    width:48%;
    margin:0.5% 1%;
    display: inline-block;
    float: left;
}

.waste_type_container {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /*border-radius: 50% 50% 50% 0%;border: 1px solid #c6c6c6;*/
    background: white;
    display: inline-block;
    position: relative;
    font-size: 0.7em;
    color: white;
    margin-top: 52.5px;
    margin-left: -80px;
    overflow: hidden;
}

.waste_type {
    width: 95%;
    padding: 5% 5% 0 0;
    height: auto;
    display: inline-block;
}

.level_desc_container {
    width: 100%;
    height: 10px;
    padding: 0px;
    display: inline-block;
}

    .level_desc_container > li {
        list-style-type: none;
        width: 25%;
        float: left;
    }

.level_full {
    background: var(--brand-color); /*#198754;*/
    height: 100%;
    display: inline-block;
    float: left;
    border-radius: 1.5px 0 0 1.5px;
    /*border-radius: 6px 0 0 6px;*/
}

.level_perc {
    float: right;
    padding: 5px;
    margin-left: -50px;
    color: white;
    font-weight: bold
}

/*.container-asset > .level_container{
        height: 32px;
        margin-top:5px;
    }*/

#map {
    display: block;
    width: 67.5%;
    height: 100%;
    float: left;
}

#detail_device {
    display: block;
    width: 0; /*35%;*/
    height: 100%;
    float: left;
    padding: 0px; /*10px;*/
    border-radius: 0 25px 25px 0;
}

.device_detail_container {
    background: white;
    width: 100%;
    height: 100%;
}

.summary_value_container {
    display: none;
    width: 100%;
    cursor: default;
}

/*TRACKING LIST DEVICE*/
.device_menu {
    display: none;
    list-style-type: none;
    /*/width: calc(100% + 20px);*/
    width: 100%;
    padding: 0px; /*padding: 0 10px;*/
    /*border: 1px solid #efefef;*/
    margin: 10px 0 0;
    border-radius: 2.5px;
    overflow: hidden;
}

.device_menu > li{
    width: calc(10% - 5px);
    min-width: 20px;
    display:inline-block;
    text-align:center;
    /*float:left;*/
    padding:2.5px;
    border-bottom: 2.5px solid #333;
    padding-bottom: 0px !important;
    cursor:pointer;
}

.device_menu > li:hover {
    background:#c6c6c6;
}

.container-asset > .summary_value_container > .device_menu > li, .trailer > .summary_value_container > .device_menu > li {
    width: calc(11% - 5px);
}

.device_menu_selected {
    /*border-bottom: 5px solid var(--brand-color);;
    height: 36px;*/
    /*background: var(--brand-color);;
    color: white;*/
    color: var(--brand-color);
    border-bottom: 2.5px solid white;
    border-color: var(--brand-color) !important;
    padding-bottom: 0px !important;
}

.device_info, .log_list, .fms_list, .register_device, .set_parameter, .notification_area, .comment_area, .account_area, .maintenance_area {
    display: none;
    width: calc(100% + 10px);
    padding: 0 0.5%;
    margin-left: -5px;
}

    .register_device > li {
        width: 98%;
        border: none;
        margin: 1%;
        padding: 1%;
        float: left;
        display: inline-block;
        list-style-type: none;
        font-size: 0.9em;
    }
 
.device_info > li, .log_list > li, .fms_list > li {
        width: 31%;
        margin: 1%;
        /* background: #a3a3a3; */
        border: 1px solid #c6c6c6;
        border-radius: 4px;
        padding: 7.5px 5px;
        /*max-height:60px;*/
        float: left;
        display: inline-block;
        list-style-type: none;
        font-size: 0.8em;
    }

    .device_info > li > span {
        width: 100%;
        color: #333; /*var(--brand-color);;*/
        float: left;
        display: inline-block;
        text-align: center;
    }

.log_list > li > span, .fms_list > li > span {
    width: 100%;
    color: #333;/*var(--brand-color);;*/
    float: left;
    margin: -5px 0 0 0;
    display: inline-block;
    text-align: left;
    font-weight: lighter;
}

.log_list > li > p, .fms_list > li > p {
    margin: -5px 0 -5px 0;
    text-align: left;
    color: #c6c6c6;
    font-size: 0.8em;
    font-weight: lighter;
}


.digital_output {
    background: #f3f3f3;
}

.digital_input {
    width: 47.5% !important;
    display: inline-block !important;
    margin: 0.5% 1% !important;
    padding: calc(1% + 5px) 1% !important;
    max-height: unset !important;
}

    .digital_input > span {
        width: 80% !important;
        height: 17px;
        overflow: hidden;
        text-align: left !important;
    }

    .digital_input > .value_on_off {
        float: right !important;
        margin-bottom: -2px!important;
    }

.expanded_io {
    width: calc(20% - 10px) !important;
    margin: 2.5px !important;
    padding: 3px !important;
}







/***********************************/

.set_ok {
    margin: 0px -5px 0 -10px;
    vertical-align: bottom;
    display: inline-block;
    padding-top: 0.5px;
    width: 15px !important;
    line-height: 15px !important;
    height: 15px;
    font-size: 15px;
    color: #198754 !important;
    background: white;
    border-radius: 100%;
}

.set_pending {
    margin: -40px 0px 0 -25px;
    vertical-align: bottom;
    display: inline-block;
    padding-top: 0.5px;
    width: 25px !important;
    line-height: 25px !important;
    height: 25px;
    font-size: 15px;
    color: #ffc000 !important;
    background: white;
    border-radius: 100%;
}

.set_waste_container, .asset_status_container, .set_mission_and_operator {
    width: calc(100% - 10px);
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #efefef;
    background: #efefef;
}
    .set_mission_and_operator > p {
        padding: 1%;
        margin: 1% 4%;
        width: calc(40% - 2px);
        float: left;
        display: inline-block;
    }
    .set_mission_and_operator > input {
        padding: 1%;
        margin: 1% 4%;
        width: calc(40% - 2px);
        background: transparent;
        border: none;
        border-bottom: 1px solid #c6c6c6;
        text-align: center;
    }

.asset_status_setting {
    width: 29%;
    font-size: 0.8em;
    margin: 0.5%;
    padding: 1%;
    line-height: 25px;
    display: inline-block;
    border-radius: 6px;
}

.asset_status_setting > p {
    margin: 0;
}
.asset_status_setting:hover {
    background: #c6c6c6!important;
}

.waste_type_setting {
    width: 40px;
    height:40px;
    padding: 5px;
    display: inline-block;
    border-radius: 6px;
}

.asset_status_icon {
    width: 25px;
    height: 25px;
    padding: 5px;
    display: inline-block;
    border-radius: 6px;
}


.waste_type_setting:hover{
    background:#c6c6c6!important;
}

.set_pressure_container {
    width: calc(33% - 2px);
    min-width: 110px;
    max-width: 200px;
    padding: 2.5px 0;
    margin: 5px 0;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #efefef;
    background: #efefef;
}

.reset_container {
    width: calc(33% - 2px);
    padding: 2.5px 10px;
    vertical-align: top;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #efefef;
    background: #efefef;
    margin: 5px 0;
}

.label_set {
    margin: 5px 0 10px 0;
    width: 100%;
}

.reset_button {
    width: 40px;
    padding: 5px;
    display: inline-block;
    border-radius: 6px;
    background: #bfbfbf;
    margin-bottom: 10px;
    cursor:pointer;
}

.reset_button:hover{
    background: #c6c6c6!important;
}

.remote_set_on_off {
    width: calc(100% - 2px);
    padding: 2.5px 10px;
    vertical-align: top;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #efefef;
    background: #efefef;
    margin: 5px 0;
    font-size: 0.8em;
}

.remote_set_on_off > .label_set{
    width: 70%;
    margin: 5px 0 5px 0;
    float:left;
    text-align:left;
    display:inline-block;
}

.remote_set_on_off > span{
    width:12.5%;
    margin:5px 0.5%;
    color:white;
    background:#212529;
    float:right;
}

.slider_num_cicle_set > .k-slider-track-wrap > .k-slider-track > .k-slider,
.slider_num_cicle_set > .k-slider-track-wrap > .k-slider-track > .k-draghandle,
.slider_num_cicle_set > .k-slider-track-wrap > .k-slider-track > .k-slider-selection {
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.gauge_pressure_set, .gauge_counter_hour {
    width: 90px;
    height: 90px;
}

.pressure_set_icon {
    width: 110px;
    height: 110px;
    margin-top: -100px;
    margin-left: -2.5px;
}

.pressure_set_value{
    margin: -15px 0 10px 0;
    height: 21px;
    width: 100%;
}

.slider_pressure_set {
    margin-top:-10px;
    width: 80px!important;
}

.slider_pressure_set > .k-slider-selection{
    width:100%!important;
}

.slider60 > .k-slider-track-wrap > .k-slider-track > .k-slider,
.slider60 > .k-slider-track-wrap > .k-slider-track > .k-draghandle,
.slider60 > .k-slider-track-wrap > .k-slider-track > .k-slider-selection {
    background-color: #d9ca36 !important;
    border-color: #d9ca36 !important;
}

.slider80 > .k-slider-track-wrap > .k-slider-track > .k-slider,
.slider80 > .k-slider-track-wrap > .k-slider-track > .k-draghandle,
.slider80 > .k-slider-track-wrap > .k-slider-track > .k-slider-selection {
    background-color: #ea9936 !important;
    border-color: #ea9936 !important;
}

.slider100 > .k-slider-track-wrap > .k-slider-track > .k-slider,
.slider100 > .k-slider-track-wrap > .k-slider-track > .k-draghandle,
.slider100 > .k-slider-track-wrap > .k-slider-track > .k-slider-selection {
    background-color: #ea373e !important;
    border-color: #ea373e !important;
}

.account_company {
    background: white;
    /* color: white; */
    border-radius: 50% 50% 0 0;
    min-width: 30px;
    height: 30px;
    margin: 23px -15px -23px -48px;
    font-size: 0.8em;
    padding: 2.5px;
    display: inline-block;
    float: left;
}

.opencloseEvent {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #777;
    line-height: 40px;
    font-size: 2.1em;
    float: right;
    margin: 0 0 5px 0;
    display: inline-block;
    cursor:pointer;
}

.opencloseEvent:hover{
    color: #efefef;
    background:#777;
}

.account_type {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #efefef;
    background: white;
    line-height: 40px;
    font-size: 1.2em;
    background: #777;
    float: right;
    margin: 0 5px 0 0;
    display: inline-block;
}

.comment_list, .account_list {
    width: 100%;
    padding: 0;
    display: inline-block;
}

    .comment_list > li, .account_list > li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
        padding: 10px;
        margin: 2px 0; /*5px 0;*/
        display: inline-block;
        border-radius: 6px;
        border: 1px solid #efefef;
    }



.new_comment_input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.add_comment {
    float: right;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    font-size: 1.5em;
    display: block;
    position: relative;
    top: 105px;
    margin-right: 10px;
    color: #333;
    border-radius: 2.5px;
    background: #efefef;
}

.add_comment:hover {
    background: #c6c6c6 !important;
}

.comment_user {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #777;
    background: white;
    line-height: 40px;
    font-size: 1.2em;
    background: #efefef;
    display: inline-block;
    float: left;
}

.comment_note {
    width: calc(100% - 150px);
    display: inline-block;
    float: left;
    font-size: 0.8em;
    padding: 10px;
    text-align: left;
}

.comment_date {
    width: 80px;
    display: inline-block;
    float: right;
    font-size: 0.8em;
    padding: 10px 0;
    color: #777;
}

.mail_list {
    width: 100%;
    padding: 0;
}

.mail_list > li {
    display:inline-block;
    padding: 5PX;
    border-radius: 6px;
    border: 1px solid #efefef;
}

.mail_to {
    padding: 5px;
    display: inline-block;
    float: left;
}

.mail_read {
    float: right;
    color: #198754;
}

.algorithm_list {
    width: 100%;
    padding: 0;
    display: none;
}

.algorithm_list > li {
    list-style-type: none;
    width: calc(100% - 5px);
    display: inline-block;
    padding: 2.5px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #efefef;
    background: #efefef;
}

.algorithm_icon {
    width: 40px;
    height: 40px;
    float: left;
    display: inline-block;
}

.set_parameter_algorithm {
    float: left;
    background: transparent;
    display: inline-block;
    height: 40px;
    width: calc(40% - 70px);
    margin: 7.5px 5px 5px 5px;
    border: 0px;
    border-bottom: 1px solid #333;
    text-align:center;
}

.body_notification {
    height: 40px;
    display: inline-block;
    width: calc(100% - 100px);
    padding:5px 10px;
    text-align: left;
    font-size: 0.9em;
}

.mail_set {
    height: 40px;
    display: inline-block;
    width: calc(60% - 40px);
    margin-top: 10px;
    text-align: left;
    font-size: 0.9em;
    float: right;
}

.mail_status {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    margin: 10px;
}

.new_algotithm_item > .mail_status:hover {
    background: #c6c6c6 !important;
}

.register_device > li > div {
    width: 100%;
    color: var(--brand-color);
    float: left;
    display: inline-block;
    text-align: left;
    font-size: 0.8em;
}

.device_info > li > div {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top:2.5px;
    font-weight: bold;
}

.log_list > li > div, .fms_list > li > div {
    display: inline-block;
    text-align: left;
    font-size: 1.9em;
    width: 100%;
    font-weight: bold;
}

.log_list > li > div > p, .fms_list > li > div > p {
    margin: 0;
    width: 50%;
    overflow: visible;
    display: inline-block;
}

.value_not_in_dictionary{
    display:none!important;
}

.expand_hvalue{
    cursor:pointer;
    width:97%!important;
}

.expand_hvalue:hover {
    background: #c6c6c6!important;
}

.register_device > li > input {
    text-align: center;
    width: 100%;
    margin: 0 0 5px 0;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    padding: 4px 8px;
    border-radius: 4px;
}

.vin_input > .k-floating-label-container {
    width:100%;
}

.vin_input > .k-floating-label-container > .k-input > .k-input-inner{
    text-align:center;
}

.vin_input{
    width:69%!important;
}

    .vin_input > .k-input > .k-input-inner {
        text-align: center;
        width: 100%;
        margin: 5px 0 0 0;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        color: #424242;
        padding: 4px 8px;
        border-radius: 4px;
    }

.year_input {
    width: calc(29% - 29px)!important;
    float: right;
    margin-top: 19.5px !important;
}

.find_more_detail_device {
    margin: 22px 2.5px 0 2.5px;
    height: 26px;
    width: 24px;
    line-height: 24px !important;
    font-size: 17px;
    display: inline-block;
    color: #333;
    background: #efefef;
    border-radius: 2.5px;
    padding: 2px;
    display: inline-block;
}

.is_insured_icon {
    display: none;
    width: 24px;
    height: 24px;
    line-height: 21px !important;
    font-size: 17px;
    float: right;
    color: #333;
    border-radius: 2.5px;
    margin: 5px 5px 2.5px -27px;
}

.licence_input {
    width: 59.5% !important;
    float: left;
    border: 1px solid #868a8f;
    border-left: 20px solid var(--brand-color)!important;
    border-right: 20px solid var(--brand-color)!important;
    height: 42px;
    font-size: 2em;
    margin-bottom: 15px;
}

.container-asset > .register_device > li > .licence_input {
    border-left: 0px solid var(--brand-color)!important;
    border-right: 0px solid var(--brand-color)!important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.color_input {
    width: 19.5% !important;
    float: right !important;
    padding-top: 10px;
}

.color_input > .k-colorpicker{
    float:right;
}

.k-button-solid-primary {
    background: var(--brand-color)!important;
    border-color: var(--brand-color)!important;
}

.value_on_off {
    width: 19px !important;
    height: 19px;
    /*float: right;*/
    border: 2px solid white;
    border-radius: 50%;
    margin-bottom: -7px;
}

.filter_tracking_day {
    display: none;
    padding: 0px;
    width: calc(100% + 10px);
    padding: 0px;
    margin-left: -5px;
    margin-bottom: 5px;
}

.filter_tracking_day > li {

    display: inline-block;
    width: calc(14% - 5px);
    position: relative;
    padding: 5px;
    padding: 2.5px;
    border-bottom: 2.5px solid #333;
    padding-bottom: 5px !important;
}

    .filter_tracking_day > li:hover {
        background: #c6c6c6;
    }

.download_bto{

}

.download_bto:hover {
    color:var(--brand-color);
}

.filter_tracking_day_filtered {
    /*background: #7c7c7c!important;  */
    border-bottom: 2.5px solid var(--brand-color)!important;
    color: var(--brand-color);
}

    .tracking_list {
        display: inline-block;
        width: 100%;
        padding: 0px;
    }

.t_container {
    border: 1px solid #7c7c7c;
    display: inline-block;
    background: white;
    border-radius: 2.5px;
    margin: 5px 0;
    width: 100%;
    min-height: 100px;
    position: relative;
}

    .t_container:hover {
        background: #dddddd;
    }

.t_container_statistics {
    background: #e5e5e5;
    min-height:125px;
}



.t_date {
    width: 15%;
    height: 100%; /*calc(100% - 40px);*/
    min-width: 50px;
    color: var(--brand-color);
    border-right: 1px solid #7c7c7c;
    text-align: center;
    padding: 15px 10px;
    font-weight: bold;
    border-radius: 1.5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    cursor:pointer;
}

.t_date_selected {
    background: var(--brand-color);
    color: white;
    border-right: 1px solid var(--brand-color);
}

.t_date_end {
    right: 0;
    left: unset;
    border-left: 1px solid #7c7c7c;
    border-right: none;
}


.t_index_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.t_waste_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    border-radius: 50%;
}

.t_day_of_week, .t_month {
    font-size: 0.8em;
    text-transform: uppercase;
}

.t_day_of_month {
    font-size: 1.6em;
    line-height:1em;
}

.t_year {
    font-size: 0.75em;
}

.t_time {
    font-size: 0.8em;
    text-transform: uppercase;
    color: var(--bs-body-color);
    background: white;
    border-radius: 5px;
    margin: 5px 0 0 0;
}

.t_detail_container {
    width: calc(85% - 10px);
    display: inline-block;
    padding: 5px;
    float: right;
}


.t_detail {
    width: calc(100% - 35px);
    display: inline-block;
    line-height: 30px;
    float: left;
    text-align: left;
}

.t_position_list {
    list-style-type: none;
    padding: 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

    .t_position_list > li {
        display: inline-block;
        width: 100%;
        vertical-align:top;
    }

.point_poi:hover {
    background: white;
}

        .t_index_icon {
            width: 25px; /*20px*/
            height: 25px;
            display: inline-block;
            margin-left: -12.5px;
            float: left;
        }

.t_index_icon_small {
    width: 25px;
    height: 25px;
    padding: 0;
    margin-left: 0px;
    margin-left: -12.5px;
    line-height: 12.5px !important;
    font-size: 1.2em;
    color: #7c7c7c;
}

.t_position_name {
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    vertical-align: top;
    height: 20px;
}

.t_position_dt {
    display: inline-block;
    line-height: 25px;
    padding: 0 5px;
    vertical-align: top;
    height: 25px;
    float: left;
    width: 121px;
    border-right: 1px solid grey;
    text-align: right;
    padding-right: 20px;
}

.t_statistic {
    width: 50%;
    display: inline-block;
    float: right;
    text-align: center;
    margin-top: -67px;
}

.t_number_container {
    width: calc(25% - 5px);
    padding: 2.5px;
    display: inline-block;
}

.t_duration {
    width: calc(50% - 5px);
}

.t_number {
    color: var(--brand-color);
    font-size: 1.5em;
    font-weight: bold;
}

.t_unit {
    font-size: 0.7em;
    margin-top: -7.5px;
}

.t_container_statistics > .t_detail_container {
    width: calc(70% - 10px);
    float:none;
}

.t_container_statistics > .t_detail_container > .t_detail {
    text-align:center;
    width:100%;
    margin-bottom: 10px;
}

.t_container_statistics > .t_detail_container > .t_statistic {
    margin: 0;
    float: none;
}

.map_menu {
    display: none !important;
}


.counter_hour_maintenance_container {
    font-size: 1em;
    width: 96%;
    display: inline-block;
    padding: 1% 2%;
    border: 1px solid #7c7c7c;
    display: inline-block;
    background: white;
    border-radius: 2.5px;
}

.hour_counter_container {
    display: inline-block;
    float: left;
    width: 200px;
    padding: 15px 0;
    font-size: 2.2em !important;
    letter-spacing: -2.5px;
    font-weight: bold;
    line-height: 70px;
}

    .hour_counter_container > p {
        display: inline-block;
        margin: 0;
    }

.gauge_container {
    width: 100px;
    height: 100px;
    padding-top: 5px;
    display: inline-block;
    float: right;
}

    .gauge_container > span {
        width: 100px;
        height: 100px;
        margin-top: -94.5px;
        vertical-align: top;
        /* margin-left: -2.5px; */
        display: inline-block;
        font-size: 5.5em;
        line-height: 100px !important;
    }

.my_service_company_container {
    font-size: 1em;
    width: 96%;
    display: inline-block;
    padding: 1% 2%;
    border: 1px solid #7c7c7c;
    display: inline-block;
    background: white;
    border-radius: 2.5px;
}

    .my_service_company_container:hover {
        background: #c6c6c6;
    }

.star_service_company {
    float: left;
    margin-top: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: var(--brand-color);
}

.my_service_company_container > b {
    line-height: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    float: left;
    padding: 2.5px 5px;
}

.my_service_company_container > p {
    display: inline-block;
    padding: 2.5px 5px;
    text-align: left;
    float: left;
}


.call_service {
    text-decoration: none;
    float: left;
    height: auto;
    text-transform: uppercase;
    background: var(--brand-color);
    color: white;
    padding: 5px;
    font-size: 0.8em;
    border-radius: 2.5px;
    margin: 1% 2%;
}

.info_window_device {
    width: 105px;
    display: inline-block;
}

.poi_editor {
    width: 200px;
    margin-right: 10px;
}

.poi_editor > input{
    text-align: center;
    width: calc(100% - 16px);
    margin: 0 0 5px 0;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    padding: 4px 8px;
    border-radius: 4px;
}

.poi_editor > a {
    margin: 10px;
    padding: 4px 8px;
    text-decoration: none;
    color: var(--bs-body-color);
    display: inline-block;
    width: calc(100% - 16px);
    border-radius: 5px
 }

.poi_type{
    display:inline-block;
    width:80%;
}

.poi_type > span, .poi_type > img {
    border: 1px solid #6b6b6b;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #6b6b6b;
    vertical-align: top;
    margin: 5px;
    cursor: pointer;
}

.poi_type > span:hover, .poi_type > img:hover {
    background:#dbdbdb ;
}

.save_poi_bto {
    float: right;
    margin: 5px 5px 0 0;
    width: 30px;
    height: 70px;
    line-height: 70px!important;
    font-size: 1.4em;
    cursor: pointer;
    /*color: var(--brand-color);;*/
    border: 1px solid #6b6b6b;
}


.search_container {
    display: inline-block;
    padding: 2.5px 2.5px 0 2.5px;
    margin-bottom: -10px;
    width: calc(100% - 5px);
}

.k-list-item {
}

.asset_icon_search {
    width: 30px;
    height: auto;
    display: inline-block;
    float: left;
    border-radius: 50%;
    background: white;
}

.status_device_search {
    background: white;
    color: white;
    padding: 2.5px;
    text-align: center;
    border-radius: 1.5px;
    width: 20px;
    font-size: 0.7em;
    height: 20px;
    float: right;
    margin: 5px 2.5px 0 0;
    border-radius: 50% 0 50% 50%;
    border: 5px solid #b1b1b1;
}

.status_device_search_online {
    border: 5px solid #198754;
}

.status_device_search_company {
    border: 0px solid #198754;
    background: transparent;
    display:none;
}

.icon_search_company {
    background: transparent;
}

.class_num_device {
    background: #b1b1b1;
    color: white;
    border-radius: 1.5px;
    min-width: 20px;
    height: 20px;
    font-size: 0.8em;
    margin: 5px 2.5px 0 0;
    padding: 2.5px;
    display: inline-block;
    float: right;
    text-align: center;
    overflow: hidden;
}

.k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
    padding-inline: 4px!important;
}


.code_search {
    width: calc(100% - 60px);
    line-height: 30px;
    padding: 0 2.5px;
    display: inline-block;
}

.desc_search {
    width: 100%;
    font-size: 0.8em;
    display: inline-block;
}

.k-list-footer {
    padding: 5px;
    text-align: center;
}

.device_offline_ {
    -webkit-filter: brightness(90%); /*grayscale(90%);*/
    -moz-filter: brightness(90%);
    filter: brightness(90%);
    /*background: #efefef;*/
}

    /*.device_offline_ > .asset_icon,*/
    .device_offline_ > .report_icon > span, .device_offline_ > .odometer_device, .device_offline_ > .status_device, .device_offline_ > .day_in_place {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.empty_device {
    clear: both;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0px !important;
}

.dev_internal_number {
    /*width: 25px;
        height: 22px;
        margin-top: 60px;
        margin-left: -52.5px;
        display: block;
        float: left;
        font-size: 0.8em;
        line-height: 20px;
        font-weight: bold;
        color: var(--brand-color);;*/
    /*width: 70px;
    height: 22.5px;
    margin-top: 57.5px;
    padding: 2.5px 0 0 10px;
    margin-left: -80px;
    display: block;
    float: left;
    text-align: center;
    font-size: 0.8em;
    line-height: 20px;
    font-weight: bold;
    /*background: #ffffff;*/
    border-radius: 2.5px;
    color: var(--brand-color);
    font-weight: bold;
    border-radius: 2.5px;
    color: var(--brand-color);
    width: 80px;
    height: 19px;
    border-radius: 1.5px;
    border: 1px solid var(--brand-color);
    text-align: center;
    /* float: left; */
    clear: both;
    font-size: 0.95em;
    letter-spacing: -1px;
    line-height: 12px;
    /* transform: scale(1, 1.4); */
    padding: 2.5px 0;
    margin-bottom: 2.5px;
    background: white;
    

    /*REMOVE THIS FOR CONTAINER AS LICENCE PLATE*/
    clear:none;
    margin-top:-22.5px;
    padding:5px 0;
    background:transparent;
    float:left;
    border:0px;
}

.vehicle_type_electric {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-left: -45px;
    display: inline-block;
    float: left;
}

.altitude_container {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .altitude_container > p {
        line-height: 20px;
        padding: 2.5px;
        display: inline-block;
        margin: 0 auto;
        vertical-align: top;
        width: 50px;
    }


.triangle_climb {
    --r: 2.5px; /* border radius */
    width: 20px;
    margin: 0 auto;
    aspect-ratio: 1;
    border-bottom-right-radius: var(--r);
    clip-path: polygon(100% 0,0 100%,100% 100%);
    --_g: calc(50%*(1 + 1/tan(22.5deg)) - var(--r)/(3*sqrt(2) - 4));
    --_r: calc(var(--r)/tan(22.5deg)),#000 98%,#0000 101%;
    -webkit-mask: radial-gradient(var(--r) at bottom var(--r) left var(--_r)), radial-gradient(var(--r) at right var(--r) top var(--_r)), conic-gradient(from 112.5deg at calc(100% - var(--_g)) calc(100% - var(--_g)),#000 45deg,#0000 0);
    background: #f31700;
    display: inline-block;
}


.triangle_descende {
    --r: 2.5px; /* border radius */
    width: 20px;
    aspect-ratio: 1;
    border-bottom-left-radius: var(--r);
    clip-path: polygon(0 0,100% 100%,0 100%);
    --_g: calc(50%*(1 + 1/tan(22.5deg)) - var(--r)/(3*sqrt(2) - 4));
    --_r: calc(var(--r)/tan(22.5deg)),#000 98%,#0000 101%;
    -webkit-mask: radial-gradient(var(--r) at bottom var(--r) right var(--_r)), radial-gradient(var(--r) at left var(--r) top var(--_r)), conic-gradient(from 202.5deg at var(--_g) calc(100% - var(--_g)),#000 45deg,#0000 0);
    background: #198754;
    display: inline-block;
}

.spin_class {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block;
    transform-origin: 50% 50%;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*.tracking_list > li {
        display: inline-block;
        width: calc(100% - 10px);
        padding:5px;
        list-style-type: none;
        border-bottom:1px solid #333;
        font-size:0.8em;
    }

    .tracking_list > li:hover {
        background: #dddddd;
    }

    
    .tracking_list > li > div{
        width: 10%;
        float: left;
        display: inline-block;
    }

    .tracking_list > li > div:nth-child(1) {
        width: 0%;
        display:none;
    }

    .tracking_list > li > div:nth-child(2) {
        background: #7f7f7f;
        padding: 5px;
        text-align:left;
        width:calc(100% - 10px);
        color: white;
        font-weight: bold;
        border-radius: 1.5px;
    }

    .tracking_list > li > div:nth-child(2) > p {
        float: right;
        padding: 0;
        margin: 0;
        line-height: 10px;
    }

    .tracking_list > li > div:nth-child(2) > p > span {
        font-size: 0.8em;
        clear: both;
        display: block;
        text-align: center;
    }

    .tracking_list > li > div:nth-child(3) {
        width: 10%;
        margin: 10px 0;
    }

    .tracking_list > li > div:nth-child(3) > p:nth-child(1) {
        background: var(--brand-color);;
        color: white;
        margin: 0;
        border: 1px solid var(--brand-color);;
    }

    .tracking_list > li > div:nth-child(3) > p:nth-child(2) {
        margin: 0;
        border: 1px solid #7f7f7f;
    }

    .tracking_list > li > div:nth-child(4) {
        margin:10px 0;
        width: 30%;
    }

    .tracking_list > li > div:nth-child(5) {
        width: 10%;
    }
  
    .tracking_list > li > div:nth-child(6) {
        width: 10%;
    }*/
/********************
*   Mobile Styles 1120px   *
********************/
@media only screen and (max-width: 1360px) {
    #device_list_container {
        width:375px;
    }

    #map{
        width:calc(100% - 375px);
    }

    .maintenance_device_ {
        width: calc(100% - 20px) !important;
    }
}

/********************
*   Mobile Styles 768px   *
********************/

@media only screen and (max-width: 768px) {

    #device_list_container {
        height: 100%;
        width:100%;
    }

    #map {
        width: 100%;
    }


}

/********************
*   Mobile Styles 480px   *
********************/

@media only screen and (max-width: 480px) {

    #device_list_container {
        width: 100%;
    }

    #map {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .device_menu > li {
        width: calc(9.5% - 5px);
    }

    .container-asset > .summary_value_container > .device_menu > li, .trailer > .summary_value_container > .device_menu > li {
        width: calc(10.5% - 5px);
    }

    .device_menu > li > span {
        font-size: 1.4em;
    }

    .map_menu {
        display: inline-block !important;
    }

    .material-symbols-outlined{
        font-size:18px;
    }
}

