*{
    outline:none;
}
/* Routing */
.routing-container {
    position: relative;
    height: 100%;

    /*    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 40px;*/
}

#btn-routing {
    margin-bottom: 8px;
    text-transform: none;
}

#btn-routing label {
    font-family: "CircularPro";
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
}

#btn-routing label,
#btn-routing i {
    color: #009900;
}

#btn-routing svg {
    background-image: url("https://svgshare.com/i/G81.svg");
}

#btn-routing label span {
    margin-top: 8px;
}


#routeContainer {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 8px;
}

#routeContainer .results {
    /** five rows a 32px + half 16px **/
    max-height: 26vh;
    overflow-y: auto;
    /*background-color: rgba(0,0,0,0.04);*/
}

#routeContainer .results .template {
    border-bottom: 1px solid #cbcbcb;
    padding: 6px 0px;
    font-size: 14px;
    color: #212121;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


#routeContainer .results .name {
    overflow: hidden;
    font-family: 'CircularPro', sans-serif;
    font-weight: 400;
    margin-right: auto;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#routeContainer .results .duration, 
#routeContainer .results .distance {
    font-family: 'CircularPro', sans-serif;
    font-weight: 100;
    color: #757575;
    margin-left: 12px;
    margin-right: 0px;
}

#routeContainer .results .duration {
    color: rgb(0, 153, 0);
}

#routeContainer .results .directions {
    /*flex-basis: 100%;*/
}

#routeContainer .results .template button {
    margin: 0 auto;
    margin-right: 12px;
    margin-left: 12px;
    font-size: smaller;
    background: #fff;
    border: solid 1px #37b0ff;
    color: #37b0ff;
    border-radius: 20px;
}
#routeContainer .results .template button:hover{
    background:#37b0ff30;
    cursor:pointer;
}
input.input-search {
    width: 100%;
    border: 1px solid #37b0ff;
    border-radius: 20px;
    box-sizing: border-box;
    font-family: "CircularPro", sans-serif;
    font-weight: 100;
}

/* Alarm template styling */
.alarmTpl {
    margin: 3px 5px;
}
.alarmTpl .ui-state-error {
    padding: 0 0.7em;
}
.alarmTpl .ui-icon {
    float: left;
    margin-right: .3em;
}
.alarmTpl p {
    margin: 0.1em;
}

#instantSearch,
input.input-search {
    height: 48px;
    width: 100%;
    border: none;
    border-radius: 32px;
    padding: 12px 56px 14px 56px;
    font-size: 14px;
    background-color: #eaeaea;
    font-family: 'CircularPro', Arial, sans-serif;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px;
}

#instantSearch::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
    font-weight: 100;
    pointer-events: none !important;
}

/*
#instantSearch::-webkit-search-cancel-button {
    height: 24px;
    width: 24px;
}
*/

#search-clear {
    position: absolute;
    right: 14px;
}
.filterDialog{
    min-width:600px;
}
.filterDialog .ui-dialog-title{
    font-size: 16pt;
}

.filterDialog select {
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding:20px 0 5px;
    margin-bottom:10px;
    font-size: 16px !important;
    color: grey !important;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
}
.filterDialog .selectField select:focus{
    border-bottom: solid 1px #00B0FF !important;
}
#filterDialog{
    width:100% !important;
    min-width:100%;
    box-sizing: border-box;
}
.filterDialog label{
    display:block;
    width: 100%;
    position: absolute;
    top: 0px;
    font-size: 16px;
    color: #9e9e9e;
    -webkit-transform: translateY(-.4px) scale(0.8);
    transform: translateY(-.4px) scale(0.8);
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* Remove focus */
.filterDialog select:focus {
    outline: none;
}

/* Use custom arrow */
.filterDialog .selectField select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.filterDialog .selectField {
    position: relative;
}
.filterDialog .selectField:after {
    position: absolute;
    top: 2em;
    right: 1em;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: .25em solid transparent;
    border-right: .25em solid transparent;
    border-top: 0.375em solid grey;
    pointer-events: none;
}

/* a bit off padding on global controls makes a nice separation */
#global_controls {
    background-color: #fbfbfb;
    padding: 24px 16px 16px 16px;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: rgba(0,0,0,0.14) 0px 2px 4px 0px, rgba(0,0,0,0.12) 0px 4px 5px 0px, rgba(0,0,0,0.2) 0px 1px 10px 0px;
}

.search-container {
    position: relative;
    width: 100%;
}

.search-container #filter-btn-container {
    position: absolute;
    right: 2px;
}

#global_controls .search_icon{
    position: absolute;
    color: rgb(117, 117, 117);
    top: 14px;
    left: 14px;
    font-size: 24px;
}

#global_controls .filter_icon{
    margin: 0 auto;
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0px;
}

#global_controls .filter_icon:hover{
    cursor: pointer;
    color: #00b0ff;
    background: rgba(0,176,255,0.15);
}


#global_controls i.active:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #00b0ff;
    border-radius: 50%;
    position: absolute;
    border: 4px solid #fff;
    box-sizing: content-box;
    right: -4px;
    top: -6px;
}

/* fixes the buttons to not be so in your face */
#global_controls .ui-button {
    font-weight: normal;
}
#global_controls #sortContainer .ui-button {
    padding: 5px;
    border: none;
    background: none;
}




/* Overrides the normal jQuery-UI button padding */
#global_controls .ui-button-text-only .ui-button-text {
    padding: 0;
}
#global_controls .ui-button-icon-only .ui-button-text {
    padding: 0;
}
#global_controls #sortTypeContainer .ui-button-text {
    height: 18px;
    margin-top: 2px;
}
#global_controls #sortOrdContainer .ui-button-text {
    height: 18px;
    margin-top: 2px;
}
#sortTypeContainer, #sortOrdContainer {
    padding: 0 3px;
    border-radius: 4px;
    background: #57575712;
}

#sortTypeContainer .material-icons{
    font-size: 16px;
}

/* Overrides the jQuery-UI background icon to use our own instead. Note that the
   icons.primary for each one is set via JS in the same manner as status icons
*/
#sortTypeContainer .ui-button.ui-button-icon-only .ui-icon {
    background-image: url(../images/status/icons_20x20.png);
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
}

/* hide the template items */
#liveDevice, #liveMapped { display: none; }

/* part with the name, etc. */
.live.ui-widget {
    position: relative;
    /*margin: 0 1px 1px 1px;*/
    padding: 6px 0px;
    font-size: 14px;
    border-radius: 0px;
}
/* override default .ui-widget-header */
.live.ui-widget.ui-widget-header {
    border: 0;
    font-weight: normal;
    height: 50px;
}
.live.ui-widget .device_name {
    font-weight: 600;
    font-family: "CircularPro", sans-serif;
    letter-spacing: 0.15px;
    font-size: 15px;
    color: #212121;
    max-width: 212px;
    height: 20px;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto 0 0;
}

.live.ui-widget .device-state {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 15px;
    left: 16px;
    z-index: 0;
    background-color: #F5F5F5;

}

.live.ui-widget .device-state:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    /*border: currentColor 1px solid;*/
    border-radius: 50%;
}


.device-state .device-icon {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    line-height: 36px;
    color: #757575;
}

.live.stateActive .active,
.live .parking {
    display: block;
}

.live.stateActive .parking,
.live .active {
    display: none;
}


.live.stateActive .device-state .device-icon {
    color: #009900;
    z-index: 1;
}



.live.stateActive .device-state .device-icon:after {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #00C853;
    display: block;
    content: "";
    left: -2px;
    top: -2px;
    border-radius: 100%;
    z-index: -1;
    animation: pulsate 1.5s ease-in-out infinite;
    will-change: transform, opacity;
}

#deviceList.no-animation .live.stateActive .device-state .device-icon:after {
    animation: none;
    background-color: rgba(0, 200, 83, 0.22);
    background-color: #00C85322;
}

@keyframes pulsate {
    from {
        transform: scale(0);
        opacity: 0.6; }
    95% {
        transform: scale(1.3);
        opacity: 0; }
    to {
        transform: scale(0.3);
        opacity: 0; }
}

/* the icons can overlap other things */
.live.ui-widget .status {
    z-index: 5;
    color: #c2c2c2;
    cursor: default;
    margin: 0 0 0 auto;
}

.live.ui-widget .status .stIconContainer{
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.live.ui-widget .status .none::after{
    content: "";
    position: absolute;
    top: 1px;
    left: 1.1em;
    border: solid red 2px;
    border-radius: 100%;
}

.live.ui-widget .status .stIcon{
    font-size: 18px;
}

.live.ui-widget .status .on{
    color: #009900;
}
.live.ui-widget .status .active{
    color: #f47200;
}

.live.ui-widget .status .alert{
    color: #f6443e;
}

.live.ui-widget .status .material-icons{
    font-size: 20px;
    vertical-align: text-bottom;
}

/* Display rotatet Icon correct */
.live.ui-widget .status .battery .stIcon{
    font-size: 12px;
    position: relative;
    top: 2px;
}

.live.ui-widget .status .battery{
    vertical-align: top;
}

.live.ui-widget .status .battery {
    display: none;
}

.live.ui-widget .status .battery.alert {
    display: block;
}

.live.ui-widget .status .stIconContainer.none {
    display: none;
}

.device-state {
    position: relative;
}

.zoom:hover {
    cursor: pointer;
}

.primary-row {
    margin-bottom: 4px;
}

.primary-row,
.secondary-row {
    margin-left: 68px;
}

.primary-row,
.secondary-row, 
.list-actions,
.fuel{
    display: block;
}
.live{
    position:relative;
}
.list-actions{
    position:absolute;
    bottom: -5px;
    right: -10px;
}
.list-actions > div{
    float:right;
}
.secondary-row {
    position: relative;
    text-align: left;

}

/** for dev **/
.secondary-row > div:not(:empty) {
    margin-right: 34px;
}

.secondary-row > div:last-child {
    margin-right: 0;
}

.secondary-row > .ibutton-group {
    margin-top: 8px;
}

.secondary-row > .address,
.secondary-row > .age {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}




.secondary-row .list-actions {
    margin-right: 0px;
    margin-left: auto;
    opacity: 0; 
}

.live .primary-row > .age {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 1.88px;
    text-transform: uppercase;
    position:absolute;
    top:14px;
    right:5px;
}

#deviceList .live:hover {
    cursor: pointer;
    background: #00b0ff12;
}

#deviceList .live:hover .secondary-row .list-actions {
    opacity: 1;
}


/* display of the controls for zooming on map, etc. */
.live.ui-widget .control {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*.live.ui-widget:hover .control {
    opacity: 1;
}*/

.live.ui-widget .visible {
    background-image: url(../images/visibility.png);
}
.live.ui-widget .visible.on {
    background-position: 0px 0px;
}
.live.ui-widget .visible.off {
    background-position: 0px -20px;
}

.live.ui-widget .isolate {
    background-image: url(../images/isolate.png);
    background-size: 20px;
}

.live .address,
.live .speed_cont,
.live .age,
.live .fuel,
.live .ibutton,
.live .dinChips,
.live  .akkuStand{
    font-size: 13px;
    font-family: "CircularPro", sans-serif;
    font-weight: 100;
    color: #757575;
}

.live .age.warning {
    color: red;
}

.live .age.active {
    color: #009900;
}


.live .fuelLevel { font-weight: bold; }

.live.ui-widget .motorDataChartBtn {
    color: #3d8ce3;
    cursor: pointer;
    position: absolute;
    left: -1px;
    top: -2px;
}


/* display of device on the map */
.liveMap *{
    box-sizing: border-box;
}

.live .mdc-chip__icon {
    /*    background: red;*/
}

.live .mdc-chip.ibutton-group:hover {
    cursor: default;
}

.liveMap.ioStatusOn .header{
    background: #f47200;
}
.liveMap.ioStatusOn .headline{
    border: 1px solid #965923;
}

.liveMap.isInactive .ico .arrow{
    display: none;
}

.liveMap.isInactive .ico .marker{
    display: block;
}

.liveMap.isInactive .speed {
    display: none;
}

.liveMap .ico .arrow{
    display: block;
    color: #7fff7f;
}

.liveMap .ico .marker{
    display: none;
}


.liveMap .header{
    color: white;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    height: 25px;
    font-weight: 600;

    background: #00b0ff;
    z-index: 1;
}

.liveMap .header:hover{
    cursor: default;
}

.mapoverspeed.animation{
    position: relative;
    top: 20px;
    left: 15px;
}

.mapoverspeed.animation .centraldot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    transform-origin: 50% 50%;
    background: #FF3D00;
}

.mapoverspeed.animation .wave {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
}

.mapoverspeed.animation .centraldot {
    left: -4px;
    top: -4px;
}

.mapoverspeed.animation .wave {
    top: -50px;
    left:  -50px;
}

.mapoverspeed.animation .wave.on {
    animation-duration: 3s;
    background: rgba(229, 57, 53, 0.4);
    animation-name: animationWave;
    animation-timing-function: cubic-bezier(0, .54, .53, 1);
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.mapoverspeed.animation .wave.on {
    animation-delay: 0.9s;
}

.mapoverspeed.animation .wave.on:last-child {
    animation-delay: 1.07s;
}


@keyframes animationWave {
    0% {
        opacity: 0;
        transform: scale(0.00);
    }
    1% {
        opacity: 1;
    }
    10% {
        background: rgba(229, 57, 53, 0.4);
    }
    100% {
        transform: scale(1);
        background: rgba(229, 57, 53, 0.0);
    }
}

@keyframes animationWaveWarning {
    0% {
        opacity: 0;
        transform: scale(0.00);
    }
    1% {
        opacity: 1;
    }
    10% {
        background: rgba(255, 116, 0, 0.4);
    }
    100% {
        transform: scale(1);
        background: rgba(255, 116, 0, 0.0);
    }
}

/* at-a-glance status icon */
.ico {
    font-size: 1.4em;
    float: left;
    padding: 5px 3px;
    background-color: #0b2659;
    color: #c2c2c2;
    height: 25px;

    border-radius: 4px 0 0 4px;
}


.liveMap .headline {
    display: block;
    padding: 5px 5px 5px 30px;
    font-weight: normal;
    border: 1px solid #003fba;
    border-radius: 4px;
    white-space: nowrap;
}
.liveMap .speed {
    font-style: italic;
    font-weight: 100;
    padding-left: 0.5em
}
.liveMap .nose {
    display: block;
    margin-left: 5px;
    margin-top: -1px;
    /* this allows the nose to overlap */
    position: relative;
    width: 0;
    height: 0;
    border-top: 20px solid #2d5e9d;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: none;
}

.liveMap .nose:after {
    display: block;
    content: " ";
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    position: absolute;
    /* box-shadow: 0 2px 6px rgba(0,0,0,.3); */
    /* background: green; */
    border-top: 20px solid rgba(0,0,0,.3);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: none;
    left: -12px;
    top: -20px;
    z-index: -1;
}



.FilterSwitchContainer {
    display: none;
    width: 100%;
    padding: 5px 4px;
    font-size: 14px;
    color: #757575;
    position: relative;
    border-radius: 16px;
    background-color: #00b0ff22;
    margin-bottom: 8px;
}

.switch-input {
    display: none;
}
.switch-label {
    position: absolute;
    top: calc(16px + 12px);
    right: calc(34px + 16px);
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
}
.switch-label:before,
.switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.switch-label:before {
    left: 1px;
    width: 34px;
    height: 14px;
    background-color: #9E9E9E;
    border-radius: 8px;
}
.switch-label:after {
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label + .label {
    text-align: left;
    padding: 14px
}
.switch-label + .label .toggle--on {
    display: none;
}
.switch-label + .label .toggle--off {
    display: inline-block;
}
.switch-input:checked + .switch-label:before {
    background-color: #9eccff;
}
.switch-input:checked + .switch-label:after {
    background-color: #00b0ff;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label + .label {
    color: #00b0ff;
}
.switch-input:checked + .switch-label + .label .toggle--on {
    display: inline-block;
}
.switch-input:checked + .switch-label + .label .toggle--off {
    display: none;
}

#moreOptions {
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 5px;
}

#moreOptions input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}

.singleLineOption{
    padding: 0;
    margin-bottom: 8px;
    margin-right: 0;
    position:relative;
}

.singleLineOption select {
    /* text-align-last: right; */
    /* padding-right: 10px; */
    /*margin-top: 15px;*/
    /*-webkit-appearance: button;*/
    /*     outline: none;
    border-radius: 4px 4px 0 0;
    font-family: inherit;
    background-color: rgba(0,0,0,.04);
    padding: 10px;
    width: 95%;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12); */
    font-family: inherit;
    display: block;
    padding: 12px 8px;
    box-sizing:border-box;
    border:none;
    cursor: pointer;
}

#global_controls label.btn--toggle, 
.singleLineOption select{
    color: #757575;
    font-size: 14px;
    border-radius: 4px;
    background-color: transparent;
    border: none;
    margin: 0;
    box-sizing:border-box;
} 
.sorting{
    position:relative;
    margin: 0 auto;
    margin-right: 0;
}
.singleLineOption select{
    width: 100%;
    -webkit-appearance:none;
}

.singleLineOption select, 
#global_controls label.btn--toggle {
    padding: 12px 40px 12px 8px; 
}
.selectToggle {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: -1;
}
.selectToggle.tless{
    display:none;
}
#global_controls label.btn--toggle{
    width: 100%;  
    text-align:left;
}
#global_controls label.btn--toggle span{
    margin:0;
}
#global_controls label.btn--toggle.ui-state-active span,#global_controls label.btn--toggle.ui-state-active ~ span{
    color:#00b0ff !important;
}
#global_controls label.btn--toggle.ui-state-active + span.tmore{
    display:none;
}
#global_controls label.btn--toggle.ui-state-active ~ span.selectToggle.tless{
    display:block !important;
}
#global_controls label.btn--toggle:hover, 
.singleLineOption select:hover {
    background-color: #75757512;
}
.singleLineOption select:active ~ span.selectToggle.tless{
    display:block !important;
}
.singleLineOption select:active ~ span.selectToggle.tmore{
    display:none !important;
}

.list__header {
    color: #9E9E9E;
    display: none;
}
.list__header__lbl {
    margin: auto;
    margin-left: 10px;
}

#show_all.list__header__btn,
.list__header__btn {
    margin: auto;
    margin-right: 12px;
    cursor: pointer;
    color: #00b0ff;
    font-family: "CircularPro", sans-serif;
    border: none;
    background: transparent;
    font-size: 14px;
    /*padding: 12px 8px 12px 8px;*/
}

#show_all.list__header__btn:hover {
    background: #75757506;
}

#sortContainer{
    margin-top: 8px;
    margin-bottom: 8px;
}

#deviceCounterContainer{
    margin-left: 10px;
    font-size: 14px;
    color: #9E9E9E;
}

#motorDataHistoryDialog .content {
    width: calc(100% - 10px);
    height: 100%; 
    overflow: hidden;
}

.motorDataHistoryDialog .ui-dialog-title {
    font-size: 12pt;
}

#motorDataLoading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: bold;
}


#toolboxContainer {
    overflow: initial;
}

.liveButtonGroup {
    display: flex;
}

#toolboxContainer  .ui-state-default:not(.list__header__btn),
#toolboxContainer .ui-widget-content .ui-state-default,
#toolboxContainer  .liveButtonGroup .toggleButton.ui-state-focus{
    /* color: #00b0ff !important; */
    /*background:#fff;*/
    /* border:solid 1px #00b0ff; */
}
#toolboxContainer  .ui-widget-content .ui-state-default:hover,
#toolboxContainer  .ui-state-active,
#toolboxContainer  .ui-widget-content .ui-state-active {
    /*background: rgba(0,176,255,0.15) !important;*/
    /*border:solid 1px #00b0ff;*/
    /*padding: 7px 12px !important;*/
}
.ui-dialog-titlebar-close{
    border:none !important;
}
.ui-dialog-buttonset button{
    color: #00b0ff !important;
    height:30px;
    background: #fff;
    border:none !important;
    border-radius:4px;
    padding:0 15px;
    font-weight:bold !important;
    font-family: "CircularPro-Medium",sans-serif !important;
}
#tourfilters  button:hover,.ui-dialog-buttonset button:hover{
    background: #b3e5fc !important;
    color: #00b0ff !important;
}
.filterDialog .ui-button-icon-only.ui-dialog-titlebar-close{
    width: 20px;
    height: 20px;
    right:20px;
    background:none !important;
}

.filterDialog .ui-button-icon-only.ui-dialog-titlebar-close .ui-icon {
    background-image: none;
}


.filterDialog .ui-button-icon-only.ui-dialog-titlebar-close:after{
    background:none;
    content: '\e5cd';
    margin: 0;
    font-family: 'Material Icons';
    color: #343434;
    font-size:25px;
    display: block;
    position:absolute;
    top:0;
    right:0;
}

#filterDialog {
    padding:50px 40px;
    /* min-width: 400px; */
}

/* .list-actions .fuel{
    display:block !important;
} */
.dinChips.boagui-stateChipGroup {
    font-size:13px;
}

span.battery.stIconContainer {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 12px;
}

.live .battery .fa-battery-4,.live .battery .fa-battery-3 {
    display:none !important;
}
.live .battery .fa-battery-2 {
    color:#f5bb0d !important;
}
.live .battery .fa-battery-1,.live .battery .fa-battery-0 {
    color:red !important;
}

:root {
    --mdc-theme-primary: #00b0ff !important;
}

.mdc-button:not(:disabled) {
    color: #00b0ff;
    color: var(--mdc-theme-primary, #00b0ff);
}

.mdc-button.grey600:not(:disabled) {
    color: #757575 !important;
}




.mdc-button.grey600 {
    color: #757575;
}
