@media all and (orientation: portrait) {
    .portrait {
        width: 1200px;
    }

    .landscape {
        width: 1300px;
    }
}

@media all and (orientation: landscape) {
    .portrait {
        width: 1300px;
    }

    .landscape {
        width: 1200px;
    }
}

:root {
    --sab: env(safe-area-inset-bottom);
    /* THIS ONE GETS US THE HOME BAR HEIGHT */
}

.ui-btn-yellow {
    background-color: burlywood !important;
    height: 72px;
    white-space: normal;
}

.ui-btn-red {
    background-color: lightcoral !important;
    height: 72px;
    white-space: normal;
}

.ui-btn-green {
    background-color: mediumseagreen !important;
    height: 72px;
    white-space: normal;
}

.ui-bar-l {
    /* background: url('images/header_back.png') repeat-x;*/
    height: 44px;
}

.ui-btn-my1 {
    /* margin-top: 4px !important;*/
    border-radius: 50px;
    background-color: var(--text);
    color: var(--background);
    text-shadow: none;
}

.ui-btn-my2 {
    /* margin-top: 4px !important;*/
    border-radius: 50px;
    background-color: var(--iconbackg);
    color: var(--text);
}

.ui-btn-inner {
    border: none !important;
}

input.ui-input-text,
textarea.ui-input-text {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: var(--text);
}

.ui-input-text {
    border-radius: 50px;
    color: var(--text);
}

label.ui-input-text span {
    color: var(--text);
    /*text-shadow: 0 1px 0 white; */
    margin-right: 5px;
    vertical-align: top;
}

input[type=text],
input[type=password],
input[type=number] {
    border-radius: 50px;
    text-align: center;
    background-color: var(--iconbackg);
    color: var(--text);
}

.inputback {
    background-color: var(--iconbackg);
}

.inputblock {
    background-color: var(--border) !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus {
    box-shadow: 0.5px 0.5px 2px 1px var(--text);
}

.label-input-small {
    font-size: 12px;
    color: var(--text);
}

/*.copyright {
    display: block;
    padding: 0px 18px 0 0;
    margin: 0 auto 0 auto;
    width: 93px;
    height: 15px;
    clear: both;
    background: url('images/copyright.png') no-repeat;
}*/

.center {
    text-align: center;
}

div[data-role="header"] {
    color: var(--text);
    /* text-shadow: 0 1px 0 white;*/
    background: var(--background);
}

div[data-role="header"] a {
    padding-top: 3px;
}

div[data-role="header"]>:first-child {
    border: solid 1px transparent;
    /*  border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;*/
}


div[data-role="content"] {
    position: absolute;
    top: 44px;
    /*  background: url('images/back.png') repeat; */
    background-color: var(--background);
    bottom: 55px;
    left: 0;
    right: 0;
    padding: 0 !important;
    border: 1px solid transparent;
    /*   border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px; */
}

.scrollable {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.scrollable>* {
    -webkit-transform: translateZ(0px);
}

.ui-body-l,
.ui-overlay-l,
.ui-body-c,
.ui-overlay-c {
    background: var(--iconbackg);
    font-family: Helvetica, sans-serif;
}

.ui-body-l {
    background-color: var(--background);
    text-shadow: none !important;
}

.dlg-body {
    color: var(--text);
    text-shadow: none !important;
    text-align: center;
}

.icon_grid {
    display: grid;
}

/* Menu list */
div.menu-index {
    margin: 100px;
    padding: 0;
    display: inline;
}

div.menu-item {
    width: 100px;
    height: 100px;
    margin: 10px 0 0 10px;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.icon-menu {
    margin: 5px auto;
    width: 90%;
    height: 50px;
    border-radius: 30px;
    border: solid var(--border) 2px;
    box-shadow: 1px 1px 5px 1px var(--border);
    background-color: var(--iconbackg);
}

.icon-menu-svg {
    float: left;
    padding-left: 20%;
    padding-top: 6.5px;
    fill: var(--text);
}

.menu-hide {
    background-color: var(--border);
    display: none;
}

.ui-btn-toggle {
    border: none;
    width: 80%;
    margin: 0px 10%;
    display: flex;
    height: 50px;
    padding: 15px 0px;
    color: var(--text);
    cursor: pointer;
}

.ui-btn-menushow {
    border-top: solid 1px var(--border);

}

.display-none {
    display: none;
}

.menu-description {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin: auto;
    margin: 15px 0px 0px 15%;
    display: block;
    color: var(--text);
    cursor: pointer;
    /*  text-shadow: 0 0 0 white;*/
}

/* overview view specific stuff */
.round-list {
    background-color: var(--iconbackg);
    border: 1px solid var(--border);
    border-radius: 8px 8px 8px 8px;
    padding: 0;
}

.round-list-horizontal {
    display: flex;
    overflow: auto;
    margin-bottom: -1px;
    padding: 5px;
    cursor: pointer;
}

.round-list-horizontal::-webkit-scrollbar {
    display: none;
}

.carusel::-webkit-scrollbar {
    display: none;
}

.list-item {
    height: auto;
    line-height: 18px;
    border-bottom: 1px solid var(--borderdark);
    color: var(--text);
    font-weight: bold;
    list-style-type: none;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
}

.carusel-item {
    height: 35px;
    line-height: 18px;
    color: var(--text);
    font-weight: bold;
    list-style-type: none;
    overflow: hidden;
    padding: 0px 12px 0px 33px;
    position: relative;
    min-width: fit-content;
    text-align: center;
    /* border-right: solid 1px var(--border);
    border-left: solid 1px var(--border); */
}

.carusel-item-active {
    border: solid;
    background-color: var(--text);
    color: var(--background);
    border-radius: 20px;
    text-shadow: none;
}

.carusel-item-status {
    position: absolute;
    top: 15px;
    left: 8px;
    border: solid 1px;
    border-radius: 5px;
    padding: 0px 4px;
    font-size: smaller;
    transform: scale(1.2);
}

.carusel-item-status-ign {
    position: absolute;
    top: 16px;
    left: 9px;
    transform: scale(1.4);
    fill: var(--text);
}

.carusel-item-status-ign-active {
    fill: var(--background)
}


.carusel-item-status-icon {
    position: absolute;
    top: 11px;
    left: 7px;
    transform: scale(0.8);
    fill: var(--background);
    stroke: var(--text);
}

.carusel-item-status-icon-active {
    fill: var(--text);
    stroke: var(--background);
}

.carusel-view {
    margin-top: 5px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background-color: var(--iconbackg);
    color: var(--text);
}

.round-list>li,
.round-list>div {
    min-height: 55px;
    padding-top: 8px;
}

.overview-icon {
    background-repeat: no-repeat;
    float: left;
}

.overview-stamp {
    color: var(--text);
    float: right;
    font-size: 65%;
    font-weight: normal;
    margin-right: 5px;
    margin-left: 15px;
}

.overview-content {
    padding-left: 60px;
}

.overview-name {
    font-size: 80%;
    white-space: normal;
    padding-right: 70px;
}

.overview-text {
    font-size: 70%;
    font-weight: normal;
    padding-bottom: 0;
    padding-right: 60px;
    white-space: normal;
    color: var(--text);
}

.overview-text>div>div {
    display: inline-block;
    margin: 0 5px 0 0;
}

.overview-text>div>div>img {
    vertical-align: top;
    margin: 0 2px 0 0;
}

.overview-text>div>div>sub {
    margin: 0 2px 0 -5px;
}

.overview-clear {
    clear: both;
}

.overview-switch {
    float: right;
}

.overview-map {
    background: url("images/svg/overview-map_white.svg") no-repeat;
    background-size: 20px;
    background-position: top 40% right 50%;
    background-color: var(--text);
    position: absolute;
    height: 30px;
    width: 30px;
    top: 40%;
    right: 18px;
    border-radius: 15px;
}

.overview-icon-small {
    fill: var(--text);
    position: relative;
    top: 4px;
    left: 2px;
}

.overview-icon-big {
    position: absolute;
    transform: scale(1.5);
    padding-left: 20px;
    padding-top: 3px;
    fill: var(--text);
}

.overview-status-li {
    min-height: 30px;
}

.overview-status-text {
    padding-left: 60px;
    font-size: 80%;
}

.overview-status-value {
    float: right;
    padding-right: 30px;
    font-weight: bold;
}

.overview_adress {
    border: solid;
    border-radius: 50px;
    margin: 5px 20px;
    padding: 5px 15px;
    text-align: center;
    color: var(--background);
    text-shadow: none;
    background-color: var(--text);
    font-weight: bold;
    font-size: 95%;
}

.history-stamp {
    color: var(--text);
    float: right;
    font-size: 65%;
    font-weight: normal;
    padding-right: 10px;
}

.history-content {
    padding-left: 5px;
}

.history-name {
    font-size: 80%;
}

.history-text {
    font-size: 70%;
    font-weight: normal;
    padding-bottom: 0;
    padding-right: 10px;
}

.text-inside {
    padding: 10px;
}

/* PAGER */
div.pager {
    display: inline-block;
    margin: 0 10px 0 0;
    outline: 0 none;
    padding: 0;
    vertical-align: middle;
    width: 130px;
    text-align: left;
}

div.pager a {
    background: url("images/paging.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 22px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

a.pagerFirst:hover {
    background-position: 0 -108px !important;
}

a.pagerPrev {
    background-position: 0 -27px !important;
}

a.pagerPrev:hover {
    background-position: 0 -135px !important;
}

a.pagerNext {
    background-position: 0 -54px !important;
}

a.pagerNext:hover {
    background-position: 0 -162px !important;
}

a.pagerLast {
    background-position: 0 -81px !important;
    width: 31px !important;
}

a.pagerLast:hover {
    background-position: 0 -189px !important;
    width: 31px !important;
}

div.pagerInterval {
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: middle;
}

div.pagerInterval a {
    background: url("images/paging_interval.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 22px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    width: 31px;
    vertical-align: middle;
}

a.pagerPrevInterval {
    background-position: 0 0 !important;
}

a.pagerPrevInterval:hover {
    background-position: 0 -54px !important;
}

a.pagerNextInterval {
    background-position: 0 -27px !important;
}

a.pagerNextInterval:hover {
    background-position: 0 -81px !important;
}

/* Chart */
.vchart {
    width: 100%;
    height: 100%;
}

/* Images */
.icon_svg {
    position: absolute;
    height: 45px;
    width: 45px;
}

.iconbig {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    height: 110px;
}

.ui-icon-sun {
    background: url('toggle-icon-left') no-repeat;
    background-size: 40px 40px;
    background-position: right;
}

.ui-icon-moon {
    background: url('images/svg/moon.svg') no-repeat;
    background-size: 35px 35px;
    background-position: right;
}


/* Menu icon*/
.icon-menu-user {
    transform: scale(0.7);
    width: 50px;
    padding-top: 5px;
    fill: var(--text);
    position: absolute;
    right: 15%;
}

.icon-menu-notification-badge {
    position: absolute;
    left: 30%;
    margin-top: 5px;
    font-size: 10px;
    width: 15px;
    border-radius: 15px;
    background-color: var(--color);
    color: var(--text);
}

.ui-title {
    margin: 0 !important;
    font-weight: bold;
}

.ui-title span {
    display: block;
    text-shadow: none !important;
}

.dlg-title {
    color: var(--text);
    text-shadow: none !important;
}

.ui-btn-down-n {
    background-color: #d6d6d6;
}

.icon-button-add {
    background: url('images/add.png') no-repeat;
    margin: 0 5px 5px 0;
    width: 77px;
    height: 120px;
    background-position: 20px 60px;
}

.ui-header {
    border: none !important;
}

.someClass {
    border: black;
}

.on_off_button_1off,
.on_off_button_0on {
    display: inline-block;
    border: solid black 1px;
}

.on_off_button_1on,
.on_off_button_0off {
    display: inline-block;
    border: solid grey 1px;
    color: grey;
}

.icon_text_background {
    background-color: blue;
    border-width: 1px;
    border-color: olive;
}

.menu {
    display: flex;
    margin: auto;
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    background-color: var(--background);
}

.icon-menu-bottom {
    margin: auto;
    width: 45px;
    height: 45px;
    /*   border: solid var(--border) 1px; */
    border-radius: 20px;
}

.icon-menu-bottom-background-active {
    background: var(--text);
    height: 45px;
    width: 45px;
    position: relative;
    z-index: -1;
    opacity: 0;
}

.devicemenuview {
    position: absolute;
    bottom: -61px;
    width: 100%;
    color: var(--text);
    /* overflow: hidden; */
}

.carusel-menu {
    position: absolute;
    bottom: 1px;
    width: 100%;
    z-index: 2;
}

.iOS_safezone {
    bottom: 35px !important;
}

.btnback {
    padding-left: 55px;
    background: url('images/svg/btnback.svg') no-repeat;
    background-position: left 15% top 50%;
    border: 2px;
    height: 40px;
}

.btnback2 {
    width: 45px;
    border: none;
    background-color: var(--background);
    stroke: var(--text);
    fill: var(--text);
}

.btncheckmarker {
    transform: scale(1.5);
    border: none;
    padding-top: 10px;
    fill: var(--text);
}

.btncheckmarker-edit {
    padding-top: 7px;
}

.icon-overvivew-header {
    position: relative;
    top: -33px;
    left: 60px;
    transform: scale(0.4);
    fill: var(--borderdark);
}

.btnnotif {
    width: 45px;
    border: none;
    background-color: var(--background);
    fill: var(--text);
}

.btnnotifoff {
    position: absolute;
    right: 20px;
    top: 18px;
}

.btnnotifbadge {
    border: solid;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    color: var(--color);
    background-color: var(--color);
    top: 6px;
    right: 10px;
}

.notiflist {
    padding-left: 80px;
    background: url('images/svg/warning.svg') no-repeat;
    background-size: 40px;
    background-position: 20px 25px;
    min-height: 100px;
    margin-top: 5px;
}

.notiflistsubject {
    padding-bottom: 5px;
}

.notiflistbody {
    font-size: 15px;
    padding-bottom: 5px;
}

.notifliststamp {
    font-weight: normal;
    font-size: 14px;
    color: grey;
    padding-bottom: 8px;
}

.notiflistdel {
    position: absolute;
    top: 5px;
    left: -100px;
    height: 65px;
    width: 65px;
    border-radius: 10px;
    background: url('images/svg/trash_white.svg') no-repeat;
}

.notiflistdel_area {
    position: relative;
    top: -42px;
    left: 107%;
    height: 58px;
    width: 65px;
    border-radius: 49px;
    background: url('images/svg/trash_white.svg') no-repeat;
    background-position: center;
}

.notifdeletall {
    height: 40px;
    background: url('images/svg/trash_red.svg') no-repeat;
    background-position: left 15% top 50%;
    border: 2px;
    padding-right: 20px;
    background-size: 25px 25px;
}

.blocksettings {
    margin: 10px 0px;
    border-top: solid 1px var(--border);
    text-align: center;
    width: 100%;
    display: grid;
    color: var(--text);
}

.blockn1 {
    text-align: center;
}

.switch {
    position: absolute;
    right: 25px;
    top: 32px;
    height: 17px;
    width: 40px;
    border-radius: 20px;
}

.slider {
    border-radius: 50px;
    top: -10px;
    padding: 10px;
    width: 15px;
    z-index: 2;
    box-shadow: 0.5px 0.5px 2px 1px var(--text);
    border: none;
}


/* for switcher toggle */

.toggle-switch {
    top: -35px;
    float: right;
    margin-right: 15%;
}

input[type=checkbox].toggle-switch {
    -moz-appearance: none;
    -webkit-appearance: none;
    /* width of the track */
    width: 3em;
    /* height of the track */
    height: 1.2em;
    border-radius: 3em;
    background-color: var(--bordertoogle);
    transition: background-color 0.09s ease-in-out;
    position: relative;
}

input[type=checkbox].toggle-switch:active::after {
    background-color: var(--iconbackg);
    padding-right: 0.8em;
}

input[type=checkbox].toggle-switch::after {
    content: "";
    /* toggle shape -- 
    height should equal width 
    to maintain circle */
    width: 1.5em;
    height: 1.5em;
    background-color: var(--iconbackg);
    border-radius: 3em;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 1px 1px 2px 0px var(--text)
}

input[type=checkbox].toggle-switch:checked {
    background-color: var(--borderdark);
}

/*input[type=checkbox].toggle-switch-bacgournd:checked {
    background-color: var(--borderdark);
}*/

input[type=checkbox].toggle-switch:checked:active::after {
    margin-left: -0.8em;
}

input[type=checkbox].toggle-switch:checked::after {
    left: 2em;
    background-color: var(--text);
    box-shadow: 1px 1px 2px 0px var(--borderdark)
}

input[type=checkbox].toggle-switch-same {
    background-color: var(--border);
}

input[type=checkbox].toggle-switch-same:active::after {
    background-color: var(--text);
    padding-right: 0.8em;
}

input[type=checkbox].toggle-switch-same::after {
    background-color: var(--text);
}

input[type=checkbox].toggle-switch-same:checked {
    background-color: var(--border);
}


.toggle-icon-right {
    float: right;
    position: relative;
    top: -50px;
    right: -140px;
    transform: scale(0.5);
    fill: var(--border);
}

.toggle-icon-left {
    float: right;
    position: relative;
    top: -49px;
    right: 0px;
    transform: scale(0.4);
    fill: var(--border);
}

.toggle-icon-active {
    fill: var(--text);
}



/*.toggle-switch-auto {
    top: -35px;
    float: right;
    margin-right: 10%;
}

input[type=checkbox].toggle-switch-auto {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 3em;
    height: 1.2em;
    border-radius: 3em;
    background-color: var(--text);
    transition: background-color 0.09s ease-in-out;
    position: relative;
}

input[type=checkbox].toggle-switch-auto:active::after {
    background-color: #f2f2f2;
    padding-right: 0.8em;

}

input[type=checkbox].toggle-switch-auto::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-color: white;
    background-image: url('images/svg/sun_moon.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    border-radius: 3em;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0.5px 0.5px 2px 1px var(--text);
}

input[type=checkbox].toggle-switch-auto:checked {
    background-color: var(--border);
}

input[type=checkbox].toggle-switch-auto-background:checked {
    background-color: var(--background);
}

input[type=checkbox].toggle-switch-auto:checked:active::after {
    margin-left: -0.8em;
}

input[type=checkbox].toggle-switch-auto:checked::after {
    left: 2em;
    background-color: var(--text);
    background-image: url('images/svg/sun_moon_white.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    box-shadow: none;
}
*/

/* caret animation */

.arrow-icon {
    height: 25px;
    width: 40px;
    margin-top: 10px;
    position: absolute;
    right: 13%;
}

.left-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 3px;
    display: block;
    transform: rotate(40deg);
    float: right;
    border-radius: 10px;
}

.left-bar:after {
    content: "";
    background-color: var(--text);
    width: 15px;
    height: 3px;
    display: block;
    float: right;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.right-bar {
    position: absolute;
    top: 0px;
    left: 9.5px;
    width: 15px;
    height: 3px;
    display: block;
    transform: rotate(-40deg);
    float: right;
    border-radius: 10px;
}

.right-bar:after {
    content: "";
    background-color: var(--text);
    width: 15px;
    height: 3px;
    display: block;
    float: right;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.open .left-bar:after {
    transform-origin: center center;
    transform: rotate(-80deg);
}

.open .right-bar:after {
    transform-origin: center center;
    transform: rotate(80deg);
}

.sliderspeed {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: var(--background);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sliderspeed::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--text);
    cursor: pointer;
}

.slidercolor {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    background: -webkit-linear-gradient(left, red, orange, yellow, lime, aqua, blue, purple, red) !important;
    background: -o-linear-gradient(left, red, orange, yellow, lime, aqua, blue, purple, red) !important;
    background: -moz-linear-gradient(left, red, orange, yellow, lime, aqua, blue, purple, red) !important;
    background: linear-gradient(to right, red, orange, yellow, lime, aqua, blue, purple, red) !important;
}

.choosecolor {
    border: solid var(--text);
    height: 35px;
    width: 85px;
    display: inline-block;
    border-radius: 35px;
    margin: auto;
    margin-top: 5px;
}

.slidercolor::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: var(--text);
    border: solid 1px var(--border);
    cursor: pointer;
}

.menuhidesecurity {
    background-color: var(--border);
    /*background-color: #E4E4E4;*/
    padding-bottom: 5px;
}

.securityswitchmaster {
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 30px;
    font-size: 60%;
    height: 30px;
    min-width: 80px;
    padding-left: 32px;
    padding-right: 5px;
    padding-top: 5px;
    border-radius: 25px;

    color: white;
}

.securityswitchmasteron {
    position: absolute;
    height: 30px;
    min-width: 80px;
    background-image: url(images/svg/security_masterswitch_on.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 5px 3px;
    background-color: rgb(13, 197, 13);
}

.securityswitchmasteroff {
    position: absolute;
    height: 30px;
    min-width: 80px;
    background-image: url(images/svg/security_masterswitch_off.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 5px 3px;
    background-color: rgb(214, 34, 34);
}

.pageload {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.arrow_open_rides {
    position: absolute;
    height: 60px;
    width: 50px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.dailydetail {
    background-color: var(--background);
    border-bottom: solid 1px var(--iconbackg);

}

.open_ride {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    background-color: var(--text);
    fill: var(--background);
    margin-top: 7px;
    margin-left: 5px;
}

.mask-search {
    background-color: var(--background);
}

.rides {
    font-size: 80%;
    cursor: pointer;
    padding: 0px 10px 0px 45px
}

.rides_ride {
    margin-left: 40px;
    display: table;
    margin-top: -18px;
    font-size: 11px;
}

.drivermark {
    position: absolute;
    transform: scale(0.7);
}

.deletinput {
    position: absolute;
    padding-top: 5px;
    padding-left: 15px;
    right: 15%;
    font-weight: bold;
    font-size: 16px;
    width: 50px;
    color: var(--borderdark);
}

.search-div {
    border-bottom: 1px solid var(--border);
}

.search-input {
    background-color: var(--background) !important;
    border: 1px solid var(--border) !important;
    padding: 0px 40px !important;
}

.search-input-icon {
    position: absolute;
    transform: scale(0.4);
    fill: var(--borderdark);
    top: 2px
}

.eye-input-icon {
    position: absolute;
    top: 34px;
    right: 15%;
    transform: scale(0.5);
    fill: var(--borderdark);
}

.eye-input-icon-c {
    position: absolute;
    border: 3px solid;
    color: var(--borderdark);
    transform: rotate(45deg);
    top: 12px;
    width: 50px;
    background-color: var(--borderdark)
}

.borderdark {
    color: var(--borderdark);
}

.chooseicons {
    display: flex;
    border: solid;
    border-color: var(--borderdark);
    background-color: var(--iconbackg);
    padding: 0px 15px;
    height: 75px;
}

.chooseiconsopen {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 1;
    background-color: var(--background);
}

.icon_vehicle {
    background: url('images/kind/octavia.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_vehicle_mask {
    background: url('images/kind/octavia_mask.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_vehicle_black {
    background: url('images/kind/octavia_black.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_vehicle_white {
    background: url('images/kind/octavia_silver.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_vehicle_front {
    background: url('images/kind/octavia_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_vehicle_front_black {
    background: url('images/kind/octavia_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_vehicle_front_white {
    background: url('images/kind/octavia_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_vehicle_front_i {
    background: url('images/kind/octavia_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_vehicle_front_black_i {
    background: url('images/kind/octavia_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_vehicle_front_white_i {
    background: url('images/kind/octavia_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_hatchback {
    background: url('images/kind/fabia.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_hatchback_mask {
    background: url('images/kind/fabia_mask.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_hatchback_black {
    background: url('images/kind/fabia_black.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_hatchback_white {
    background: url('images/kind/fabia_silver.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_hatchback_front {
    background: url('images/kind/fabia_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_hatchback_front_black {
    background: url('images/kind/fabia_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_hatchback_front_white {
    background: url('images/kind/fabia_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_hatchback_front_i {
    background: url('images/kind/fabia_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    width: 50px;
}

.icon_hatchback_front_black_i {
    background: url('images/kind/fabia_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    width: 50px;
}

.icon_hatchback_front_white_i {
    background: url('images/kind/fabia_front_silver_i.gif') no-repeat;
    background-size: 55px;
    width: 55px;
    left: 5px;
}

.icon_taxi {
    background: url('images/kind/auris.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_taxi_mask {
    background: url('images/kind/auris_mask.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_taxi_black {
    background: url('images/kind/auris_black.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_taxi_white {
    background: url('images/kind/auris_silver.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_taxi_front {
    background: url('images/kind/auris_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_taxi_front_black {
    background: url('images/kind/auris_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_taxi_front_white {
    background: url('images/kind/auris_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_taxi_front_i {
    background: url('images/kind/auris_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_taxi_front_black_i {
    background: url('images/kind/auris_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_taxi_front_white_i {
    background: url('images/kind/auris_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_wagon {
    background: url('images/kind/cclass.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_wagon_mask {
    background: url('images/kind/cclass_mask.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_wagon_black {
    background: url('images/kind/cclass_black.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_wagon_white {
    background: url('images/kind/cclass_silver.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_wagon_front {
    background: url('images/kind/cclass_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_wagon_front_black {
    background: url('images/kind/cclass_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_wagon_front_white {
    background: url('images/kind/cclass_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_wagon_front_i {
    background: url('images/kind/cclass_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_wagon_front_black_i {
    background: url('images/kind/cclass_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_wagon_front_white_i {
    background: url('images/kind/cclass_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_van {
    background: url('images/kind/transit.png') no-repeat;
    background-size: 290px;
    background-position: center;
}

.icon_van_mask {
    background: url('images/kind/transit_mask.png') no-repeat;
    background-size: 290px;
    background-position: center;
}

.icon_van_black {
    background: url('images/kind/transit_black.png') no-repeat;
    background-size: 290px;
    background-position: center;
}

.icon_van_white {
    background: url('images/kind/transit_silver.png') no-repeat;
    background-size: 290px;
    background-position: center;
}

.icon_van_front {
    background: url('images/kind/transit_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_van_front_black {
    background: url('images/kind/transit_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_van_front_white {
    background: url('images/kind/transit_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_van_front_i {
    background: url('images/kind/transit_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_van_front_black_i {
    background: url('images/kind/transit_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_van_front_white_i {
    background: url('images/kind/transit_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_truck {
    background: url('images/kind/truck.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_truck_mask {
    background: url('images/kind/truck_mask.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_truck_white {
    background: url('images/kind/truck_silver.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_truck_black {
    background: url('images/kind/truck_black.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_truck_front {
    background: url('images/kind/truck_front.png') no-repeat;
    background-size: 44px;
    background-position: center;
}

.icon_truck_front_black {
    background: url('images/kind/truck_front_black.png') no-repeat;
    background-size: 44px;
    background-position: center;
}

.icon_truck_front_white {
    background: url('images/kind/truck_front_silver.png') no-repeat;
    background-size: 44px;
    background-position: center;
}

.icon_truck_front_i {
    background: url('images/kind/truck_front_i.gif') no-repeat;
    background-size: 44px;
    background-position: center;
    height: 55px;
    top: 5px;
}

.icon_truck_front_black_i {
    background: url('images/kind/truck_front_black_i.gif') no-repeat;
    background-size: 44px;
    background-position: center;
    height: 55px;
    top: 5px;
}

.icon_truck_front_white_i {
    background: url('images/kind/truck_front_silver_i.gif') no-repeat;
    background-size: 44px;
    background-position: center;
    height: 55px;
    top: 5px;
}

.icon_machine {
    background: url('images/kind/machine.png') no-repeat;
    background-size: 230px;
    background-position: center;
}

.icon_machine_front {
    background: url('images/kind/machine.png') no-repeat;
    background-size: 80px;
    background-position: center;
}

.icon_machine_front_i {
    background: url('images/kind/machine_i.gif') no-repeat;
    background-size: 80px;
    background-position: center;
}

.icon_bicycle {
    background: url('images/kind/bike.png') no-repeat;
    background-size: 250px;
    background-position: bottom;
}

.icon_bicycle_front {
    background: url('images/kind/bike.png') no-repeat;
    background-size: 75px;
    background-position: center;
}

.icon_bicycle_front_black {
    background: url('images/kind/bike_black.png') no-repeat;
    background-size: 75px;
    background-position: center;
}

.icon_bicycle_front_white {
    background: url('images/kind/bike_silver.png') no-repeat;
    background-size: 75px;
    background-position: center;
}

.icon_bicycle_front_i {
    background: url('images/kind/bike_i.gif') no-repeat;
    background-size: 75px;
    background-position: center;
}


.icon_bicycle_front_black_i {
    background: url('images/kind/bike_black_i.gif') no-repeat;
    background-size: 75px;
    background-position: center;
}

.icon_bicycle_front_white_i {
    background: url('images/kind/bike_silver_i.gif') no-repeat;
    background-size: 75px;
    background-position: center;
}


.icon_bicycle_white {
    background: url('images/kind/bike_silver.png') no-repeat;
    background-size: 250px;
    background-position: bottom;
}

.icon_bicycle_white_i {
    background: url('images/kind/bike_silver_i.gif') no-repeat;
    background-size: 250px;
    background-position: bottom;
}

.icon_bicycle_black {
    background: url('images/kind/bike_black.png') no-repeat;
    background-size: 250px;
    background-position: bottom;
}

.icon_bicycle_black_i {
    background: url('images/kind/bike_black_i.gif') no-repeat;
    background-size: 250px;
    background-position: bottom;
}


.icon_boat {
    background: url('images/kind/boat.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_boat_white {
    background: url('images/kind/boat_silver.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_boat_black {
    background: url('images/kind/boat_black.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_boat_front {
    background: url('images/kind/boat_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_boat_front_white {
    background: url('images/kind/boat_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_boat_front_black {
    background: url('images/kind/boat_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_boat_front_i {
    background: url('images/kind/boat_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_boat_front_white_i {
    background: url('images/kind/boat_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_boat_front_black_i {
    background: url('images/kind/boat_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_bus {
    background: url('images/kind/bus.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_bus_white {
    background: url('images/kind/bus_silver.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_bus_black {
    background: url('images/kind/bus_black.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_bus_front {
    background: url('images/kind/bus_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_bus_front_white {
    background: url('images/kind/bus_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_bus_front_black {
    background: url('images/kind/bus_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_bus_front_i {
    background: url('images/kind/bus_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_bus_front_white_i {
    background: url('images/kind/bus_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_bus_front_black_i {
    background: url('images/kind/bus_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
    height: 50px;
}

.icon_moto {
    background: url('images/kind/moto.png') no-repeat;
    background-size: 210px;
    background-position: bottom;
}

.icon_moto_white {
    background: url('images/kind/moto_silver.png') no-repeat;
    background-size: 210px;
    background-position: bottom;
}

.icon_moto_black {
    background: url('images/kind/moto_black.png') no-repeat;
    background-size: 210px;
    background-position: bottom;
}

.icon_moto_front {
    background: url('images/kind/moto_front.png') no-repeat;
    background-size: 55px;
    background-position: bottom;
}

.icon_moto_front_white {
    background: url('images/kind/moto_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: bottom;
}

.icon_moto_front_black {
    background: url('images/kind/moto_front_black.png') no-repeat;
    background-size: 55px;
    background-position: bottom;
}

.icon_moto_front_i {
    background: url('images/kind/moto_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: bottom;
}

.icon_moto_front_white_i {
    background: url('images/kind/moto_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: bottom;
}

.icon_moto_front_black_i {
    background: url('images/kind/moto_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: bottom;
}

.icon_panelvan {
    background: url('images/kind/panelvan.png') no-repeat;
    background-size: 270px;
    background-position: center;
}

.icon_panelvan_white {
    background: url('images/kind/panelvan_silver.png') no-repeat;
    background-size: 270px;
    background-position: center;
}

.icon_panelvan_black {
    background: url('images/kind/panelvan_black.png') no-repeat;
    background-size: 270px;
    background-position: center;
}

.icon_panelvan_front {
    background: url('images/kind/panelvan_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_panelvan_front_white {
    background: url('images/kind/panelvan_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_panelvan_front_black {
    background: url('images/kind/panelvan_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_panelvan_front_i {
    background: url('images/kind/panelvan_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_panelvan_front_white_i {
    background: url('images/kind/panelvan_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_panelvan_front_black_i {
    background: url('images/kind/panelvan_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_tractor {
    background: url('images/kind/tractor.png') no-repeat;
    background-size: 230px;
    background-position: bottom;
}

.icon_tractor_front {
    background: url('images/kind/tractor.png') no-repeat;
    background-size: 80px;
    background-position: bottom;
}

.icon_tractor_front_i {
    background: url('images/kind/tractor_i.gif') no-repeat;
    background-size: 80px;
    background-position: bottom;
}

.icon_building {
    background: url('images/kind/building.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_building_front {
    background: url('images/kind/building.png') no-repeat;
    background-size: 110px;
    background-position: center;
}

.icon_building_front_i {
    background: url('images/kind/building_i.gif') no-repeat;
    background-size: 110px;
    background-position: center;
}

.icon_person {
    background: url('images/kind/person.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_person_front {
    background: url('images/kind/person.png') no-repeat;
    background-size: 110px;
    background-position: center;
}

.icon_person_front_i {
    background: url('images/kind/person_i.gif') no-repeat;
    background-size: 110px;
    background-position: center;
    height: 55px;
    top: 0px;
}


.icon_escalade {
    background: url('images/kind/escalade.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_escalade_mask {
    background: url('images/kind/escalade_mask.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_escalade_black {
    background: url('images/kind/escalade_black.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_escalade_white {
    background: url('images/kind/escalade_silver.png') no-repeat;
    background-size: 250px;
    background-position: center;
}

.icon_escalade_front {
    background: url('images/kind/escalade_front.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_escalade_front_black {
    background: url('images/kind/escalade_front_black.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_escalade_front_white {
    background: url('images/kind/escalade_front_silver.png') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_escalade_front_i {
    background: url('images/kind/escalade_front_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_escalade_front_black_i {
    background: url('images/kind/escalade_front_black_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_escalade_front_white_i {
    background: url('images/kind/escalade_front_silver_i.gif') no-repeat;
    background-size: 55px;
    background-position: center;
}

.icon_ev {
    background: url('images/kind/ev_i3.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_ev_mask {
    background: url('images/kind/ev_i3_mask.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_ev_white {
    background: url('images/kind/ev_i3_silver.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_ev_black {
    background: url('images/kind/ev_i3_black.png') no-repeat;
    background-size: 300px;
    background-position: center;
}

.icon_ev_front {
    background: url('images/kind/ev_i3_front.png') no-repeat;
    background-size: 44px;
    background-position: center;
}

.icon_ev_front_black {
    background: url('images/kind/ev_i3_front_black.png') no-repeat;
    background-size: 44px;
    background-position: center;
}

.icon_ev_front_white {
    background: url('images/kind/ev_i3_front_silver.png') no-repeat;
    background-size: 44px;
    background-position: center;
}

.icon_ev_front_i {
    background: url('images/kind/ev_i3_front_i.gif') no-repeat;
    background-size: 44px;
    background-position: center;
    height: 55px;
    top: 5px;
}

.icon_ev_front_black_i {
    background: url('images/kind/ev_i3_front_black_i.gif') no-repeat;
    background-size: 44px;
    background-position: center;
    height: 55px;
    top: 5px;
}

.icon_ev_front_white_i {
    background: url('images/kind/ev_i3_front_silver_i.gif') no-repeat;
    background-size: 44px;
    background-position: center;
    height: 55px;
    top: 5px;
}

.select2-selection .select2-selection--single {
    border: solid;
}

.pulsate {
    border: 10px solid red;
    background: tranparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 1s ease-out;
    -moz-animation: pulse 1s ease-out;
    animation: pulse 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0;
}

.iconselect2 {
    position: absolute;
    transform: scale(0.8);
    fill: var(--text);
}

.select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    text-align: center;
}

.select2-selection__arrow {
    height: 45px !important;
    text-align: center !important;
    transform: rotate(180deg) scale(1.5) !important;
    right: 5px !important;
}

.select2-selection .iconselect2 {
    padding-top: 5px;
    fill: black;
}

.select2-results__options {
    position: relative !important;
}

.select2-dropdown--above {
    display: flex !important;
    flex-direction: column-reverse !important;
    background-color: var(--background) !important;
}

.select2-search__field {
    text-align: center;
    background-image: url('images/svg/search.svg');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
    background-color: var(--border) !important;
}

.overview2-set-device {
    position: absolute;
    top: 11px;
    right: 15px;
    transform: scale(1.2);
    fill: var(--borderdark);
}

.overview-set-device {
    fill: var(--borderdark);
    position: absolute;
    margin-top: -2px;
    padding-left: 2px;
    transform: scale(0.8);
}

.overview2-privatemode {
    fill: var(--borderdark);
    position: absolute;
    top: 11px;
    left: 12px;
    transform: scale(1.1);
}

.overview-iconap {
    fill: var(--borderdark);
    stroke: var(--border);
    position: absolute;
    padding-left: 10px;
    padding-top: 10px;
    transform: scale(1.2);
}

.ui-corner-top {
    background: var(--border);
    margin: 0px 10%;
    border-radius: 20px 20px 0px 0px;
    border: solid var(--text) 1px !important;
    border-bottom: none !important;

}

.ui-corner-bottom {
    margin: 0px 10%;
    border-radius: 0px 0px 20px 20px;
    border: solid var(--text) 1px;
    border-top: none;
}

.dlg-btn-ok {
    color: var(--background);
}

.logbook-daytop {
    font-size: 80%;
    padding-left: 10px;
}

.open_ride-daily {
    margin-top: 18px;
}

.totaldailykm {
    position: absolute;
    right: 20px;
}

.totaldailtdur {
    position: absolute;
    left: 45%;
}

.totaldaily {
    font-size: 80%;
    height: 23px;
}

.maxdailyspeed {
    padding-left: 10px;
}

.iconalarm-big {
    padding-left: 20px;
}

.text-color {
    color: var(--text);
}

.newarea {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: var(--background)
}

.newarea_iOS {
    bottom: 25px;
}

.newarea-bnt {
    margin: 5px 15%;
}

.icon-menu-areas {
    height: 60px;
}

.iconzone {
    position: relative;
    left: 30px;
    top: 10px;
}

.namezone {
    position: relative;
    left: 50px;
    padding-right: 22%;
    font-size: 80%;
    font-weight: 600;
    color: var(--text);
}

.editarea_bottom_menu {
    position: fixed;
    bottom: 0;
    border: solid;
    width: 100%;
    overflow: hidden;
    height: 55px;
}

.chooseAreabtn {
    height: 30px;
    width: 81%;
    margin-left: 18px;
    margin-top: 20px;
    position: absolute;
    text-align: right;
    fill: var(--borderdark);
}

.anynotif {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.anynotif_icon {
    transform: scale(3.5);
    margin-bottom: 55px;
    fill: var(--borderdark);
}

.icontcp {
    position: absolute;
    top: 40px;
    right: 17px;
    border: solid;
    height: 15px;
    width: 15px;
    border-radius: 20px;
    color: green;
    background-color: green;
}

.remotepanel {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
    /* margin: 5px 30px; */
    padding: 5px 15px 0px;
}

.remotepanel::-webkit-scrollbar {
    display: none;
}

.remotebtn {
    transform: scale(2);
    fill: var(--text);
    margin: auto;
}

.securitysetdevice {
    margin: auto;
    position: relative;
    right: unset;
    top: unset;
    height: 40px;
    background-position: 5px;
    width: 70%;
    font-size: 100%;
    padding-left: 15px;
    padding-right: unset;
    padding-top: 7px;
    min-width: unset;
    background-position: 15px;
}

#projectinfo {
    width: 35%;
    margin-left: 8%;
    float: left;
    padding: 5px;
    border-radius: 5px;
    background-color: var(--border);
    white-space: initial;
}

#projectstock {
    width: 30%;
    margin-right: 10%;
    float: right;
    padding: 5px;
    border-radius: 5px;
    background-color: var(--border);
    white-space: initial;
}

div[data-role="footer"] {
    border-top: unset;
    opacity: .95;
}

#moveprojectright {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30px;
    right: -5px;
}

#moveprojectleft {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30px;
    left: 10px;
}

/*@media screen and (max-height: 450px) {
    div.menu {
        display: none;
    }

    div[data-role="menu"] {
        display: none;
    }

    div[data-role="content"] {
        bottom: 0px;
    }
} */

.allMapDevControl {
    display: none;
}

.routeMap {
    right: 0.5em;
    bottom: 1.0em;
    display: none;
}

.routeMapDev {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='23.999999999999996' height='23.999999999999996' xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cdesc/%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Ccircle cx='6' cy='19' r='2' id='svg_2' stroke='white'/%3E%3Ccircle cx='18' cy='4.73404' r='2' id='svg_3' stroke='white'/%3E%3Cpath d='m12,19l4.5,0a3.5,3.5 0 0 0 0,-7l-8,0a3.5,3.5 0 0 1 0,-7l3.5,0' id='svg_4' stroke='white'/%3E%3C/g%3E%3C/svg%3E");
    height: 32px !important;
    width: 32px !important;
    background-color: rgba(0, 60, 136, 0.0) !important;
}


.allMapDevControl {
    right: 0.5em;
    bottom: 8.5em;
}



.focusMapDevControl {
    right: 0.5em;
    bottom: 6.3em;
}

.focusMapDev {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='white' stroke-width='0'%3e%3cg%3e%3ctitle%3eLayer 1%3c/title%3e%3cpath fill='none' d='m16.76829,13.41463l24,0l0,24l-24,0l0,-24z' id='svg_1'/%3e%3cpath d='m20.94,11a8.994,8.994 0 0 0 -7.94,-7.94l0,-2.06l-2,0l0,2.06a8.994,8.994 0 0 0 -7.94,7.94l-2.06,0l0,2l2.06,0a8.994,8.994 0 0 0 7.94,7.94l0,2.06l2,0l0,-2.06a8.994,8.994 0 0 0 7.94,-7.94l2.06,0l0,-2l-2.06,0zm-8.94,8c-3.87,0 -7,-3.13 -7,-7s3.13,-7 7,-7s7,3.13 7,7s-3.13,7 -7,7z' id='svg_2'/%3e%3c/g%3e%3c/svg%3e");
    height: 32px !important;
    width: 32px !important;
    background-color: rgba(0, 60, 136, 0.0) !important;
}

.allMapDev {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='currentColor' stroke-width='0'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='none' d='m0,0l24,0l0,24l-24,0l0,-24z' id='svg_1'/%3E%3Cpath fill='white' d='m15,3l2.3,2.3l-2.89,2.87l1.42,1.42l2.87,-2.89l2.3,2.3l0,-6l-6,0zm-12,6l2.3,-2.3l2.87,2.89l1.42,-1.42l-2.89,-2.87l2.3,-2.3l-6,0l0,6zm6,12l-2.3,-2.3l2.89,-2.87l-1.42,-1.42l-2.87,2.89l-2.3,-2.3l0,6l6,0zm12,-6l-2.3,2.3l-2.87,-2.89l-1.42,1.42l2.89,2.87l-2.3,2.3l6,0l0,-6z' id='svg_2'/%3E%3C/g%3E%3C/svg%3E");
    height: 32px !important;
    width: 32px !important;
    background-color: rgba(0, 60, 136, 0.0) !important;
}

.ol-zoom {
    bottom: 2em;
}

.rsd {
    background-image: url('images/rsd.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 20px;
    bottom: 5px;
    border-radius: 20px;
}

.rsd2 {
    background-image: url('images/rsd.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 45px;
    top: 10px;
    border-radius: 20px;
}

.dailyfuelval {
    position: absolute;
    left: 35%;
}

.drivername {
    position: absolute;
    left: 15px;
    font-size: 75%;
    margin-top: 1px
}