﻿
/*Color Variables and their corresponding classes*/

:root {
    /* --cramerred: #CF0A2C;*/
    --black: #000;
    --white: #fff;
    --greytext: #B2B2B2;
    --darkgrey: #384345;
    --redonepointone: #CC0C2F;
    --iconcolor: #B3B3B3;
    --navandsecondary: #FFFFFF;
    --mainbg: #FFFFFF;
    --footerbg: #242D2E;
    --border: #DBDBDB;
    --blackborder: #213035;
    --whitesvg: invert(100%) sepia(100%) saturate(20%) hue-rotate( 11deg ) brightness(115%) contrast(121%);
    --seperation: #EBEBEB;
    --arrowsvg: brightness(0) saturate(100%) invert(21%) sepia(5%) saturate(1498%) hue-rotate(141deg) brightness(98%) contrast(84%);
    --greybackground: #f4f5f5;
    --online-inuse-connected: #7AC143;
    --stopped: #ED9B40;
    --alarmorerror: #CC0C2F;
    --maintenance: #06AED5;
    --offline-disconnected: #B3B3B3;
    /*--tasks*/
    --created: #deb37f;
    --prepared: #5e9434;
    --started: #7AC143;
    --paused: #CC0C2F;
    --hindered: #06AED5;
    --finished: #e0c025;
    --aborted: #B3B3B3;
    --green: #66B32D;
    --GWgreen: #66B32E;
    --cramerred: #CF0A2C;
}


.svg-white {
    filter: invert(100%) sepia(100%) saturate(20%) hue-rotate( 11deg ) brightness(115%) contrast(121%);
}

.svg-red-to-white {
    filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(212deg) brightness(115%) contrast(104%);
}

/*-----------end of color variables---------*/


/*.pagetitleanddashboardBG {
    background-color: var(--pagetitleanddashboard);
}*/

/*-------------- legend color-profile color-profile variables -----------------*/

/*Fonts*/
@font-face {
    font-family: 'proximanova-regular';
    src: url('font/proximanova-regular-webfont.woff2') format('woff2'), url('font/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova-black';
    src: url('font/proximanova-black-webfont.woff2') format('woff2'), url('font/proximanova-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h4, h3, nav, body, .dashboard-caption {
    color: var(--bodytext);
    font-family: proximanova-regular;
}

h2, h1 {
    font-family: proximanova-black;
    color: var(--bodytext);
}

h1 {
    text-transform: uppercase;
    text-align: center;
}

/*Font-weight*/
h4, h3 {
    font-weight: bold;
}


#radio {
    height: 25px;
    width: 25px;
}

/*Font-size*/
h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}


/*body, .sub-nav {
    font-size: 18px;
}

.hamburger-nav, nav {
    font-size: 18px;
}*/


p, .small-text {
    font-size: 16px;
}

.grey-small-text {
    font-size: 16px;
    color: var(--greytext);
}

.greytext {
    color: var(--greytext);
}

/*----------end of fonts------------*/

/*Globals*/

.modal {
    text-align: center;
}

label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.radio-container {
    display: flex;
    align-items: center;
}

/*html {
    position: relative;
    min-height: 100%;
}*/

a, a:active {
    color: #0B0B0B;
}

    #password a, a:active {
        color: #f4183e;
    }

.text-white {
    color: white !important;
}

    .text-white .nav-link.dropdown-toggle {
        color: white !important;
    }


a:hover, a:focus {
    color: #f4183e;
}


.app-header {
    background-color: var(--appheader);
    border-bottom: 1px solid var(--appheaderborder);
    height: 75px;
    color: var(--white);
    padding: .3rem 2rem;
}

.breadcrumb {
    border-radius: 0;
    border-bottom: 1px solid var(--border);
    background-color: var(--pagetitleanddashboard);
}

button:focus {
    outline: none;
}

.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}


.page-container {
    margin: 1rem 10rem auto 10rem;
}

@media (max-width: 1200px) {
    .page-container {
        margin: 1rem 1rem auto 1rem;
    }
}

​​
/*-----------end of globals--------*/
/*----------- navbar -----------*/
.activeIcon {
    filter: var(--activeIcon);
}

.dropdown-item.nav-link.active {
    background: #f2f2f2;
    color: var(--redone) !important;
    font-family: proximanova-black;
}

.nav-link.active {
    background-color: var(--redone);
    color: var(--white);
}

.dropdown-header {
    background-color: var(--navandsecondary);
    border-bottom: 1px solid var(--border);
    color: var(--bodytext);
}

.dropdown-item {
    border-bottom: 1px solid var(--navborder);
    font-weight: 400;
    white-space: nowrap;
    background-color: var(--dropdownitem);
    color: var(--white) !important;
}

    .dropdown-item:focus, .dropdown-item-active {
        text-decoration: none;
        background-color: var(--redone);
        font-weight: 600;
        cursor: pointer;
    }

    .dropdown-item:hover {
        color: var(--bodytext) !important;
        text-decoration: none;
        background-color: #f2f2f2;
        font-weight: 600;
        cursor: pointer;
    }

.app-header .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(204, 12, 47)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link, .navbar-nav .nav-link:focus {
    color: var(--white);
}

header .far:not(i), header .fa:not(i), header .fas:not(i) {
    font-weight: inherit;
}



#add-product-to-view-modal .dropdown-toggle::after, .dashboard-card-container .dropdown-toggle::after {
    border-top: 0.5em solid;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    float: right;
    margin-top: 7px;
    margin-right: 11px;
}

#add-product-to-view-modal .dropdown-menu, .dashboard-card-container .dropdown-menu {
    padding: 0;
}

#add-product-to-view-modal .modal-body-content-right {
    background: var(--appheader);
}


#add-product-to-view-modal .close img {
    filter: var(--whitesvg)
}

#add-product-to-view-modal p {
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

#remove-product-from-view-modal .close img {
    width: 30px;
}

#remove-product-from-view-modal .modal-h2 {
    font-size: 25px;
}

.call-attention {
    animation-name: pulse;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 24, 62, 0.4), 0 0 0 0 rgba(244, 24, 62, 0.4);
        box-shadow: 0 0 0 0 rgba(244, 24, 62, 0.4), 0 0 0 0 rgba(244, 24, 62, 0.4);
        background: #DBDBDB; /* var(--navandsecondary);*/
    }

    70% {
        -moz-box-shadow: 0 10px 0 0 rgba(244, 24, 62, 0), 0 -10px 0 0 rgba(244, 24, 62, 0);
        box-shadow: 0 10px 0 0 rgba(244, 24, 62, 0), 0 -10px 0 0 rgba(244, 24, 62, 0);
        background: transparent;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 24, 62, 0);
        box-shadow: 0 0 0 0 rgba(244, 24, 62, 0);
        background: transparent;
    }
}
/*----------- end of navbar -----------*/
.fa, .fas, .far {
    color: var(--iconcolor);
}

button .fa, button .fas, button .far, a .fa, a .fas, a .far {
    color: inherit;
}

div.deselectall, div.selectall {
    margin-top: 0.5em;
    cursor: pointer;
    float: left;
}

div.deselectall {
    margin-right: 0.5em;
}

.app-footer {
    color: #e4e7ea;
    background: #3a4149;
    border-top: 1px solid var(--border);
}

/*----------- menu -----------*/
.bell-color {
    color: var(--white) !important;
}

.activeIcon {
    filter: var(--activeIcon);
}

.dropdown-menu {
    min-width: auto;
}

.nav-link {
    /*padding: 12px 16px 12px 16px;*/
    display: block;
    padding: 1.5rem 1.5rem;
    color: var(--appheader);
    text-decoration: none;
    width: 140px;
    text-align: center;
}

    .dropdown-item {
        padding: 1rem 1rem;
        padding-left: 26px !important;
        padding-right: 20px;
        min-width: 200px;
        text-align: left;
    }

.accountIcon img, .organizationIcon img {
    height: 20px;
    width: auto;
    margin-top: 18px;
    filter: var(--whitesvg);
}

.accountIcon .nav-link, .organizationIcon .nav-link {
    width: 100%;
    padding: 0.5rem 0.5rem;
    text-align: left;
    padding-left: 12px !important;
}


.dropdown-menu-right {
    border: 1px solid var(--bodytext);
    z-index: 0;
}

.organizationIcon .dropdown-menu {
    right: 21% !important;
    left: auto;
    top: 62px !important;
}

.app-header .navbar-toggler {
    margin-top: 15px;
    min-width: 90px !important;
}

    .app-header .navbar-toggler img {
        filter: var(--whitesvg);
    }

.navbar-toggler:focus {
    box-shadow: none;
}

/* ----- end menu -----*/

/* ----- Users -----*/
.btn-table {
    height: 37px;
}
/* ----- end Users -----*/


/* ----- Buttons and Links ----- */

/*Mark as complete, Maintenance, Work task*/


.btn-primary-disgrey {
    width: 212px;
}

.btn-primary-disgrey:disabled {
    background-color: #E0E0E0;
    color: #B2B2B2;
    cursor: default;
}

.btn-link:hover {
    color: #aaa;
    text-decoration: underline;
}

.btn-secondary:visited {
    background: #e1e1e1;
}

.btn-secondary:not(:disabled):active {
    background-color: #e1e1e1;
    border: none;
}

.btn-a { /* use for a-tag whit btn-class */
    padding-top: 12px;
}

.card .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background: var(--redone) !important;
}

.card.bg-primary {
    border: 0;
}

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-dark {
    color: #fff;
}

.card-body .control-label {
    margin-bottom: 0.5rem;
}

.card-body {
    background: var(--white)
}

.card-header h4 {
    float: left;
}

.card-header h3 {
    color: var(--greytext);
}

.dashboard-card-container .card-header img {
    width: 30px;
    cursor: pointer;
}

/* ----- end Buttons and Links ----- */

/* ----- Page link (Users) ----- */
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #aaa;
    background-color: #333;
    border: 1px solid var(--border);
}

    .page-link:hover {
        z-index: 2;
        color: #aaa;
        text-decoration: none;
        background-color: #333;
        border-color: var(--border);
    }

.page-item.disabled .page-link {
    color: var(--greytext);
    pointer-events: none;
    cursor: auto;
    background-color: var(--darkgrey);
    border-color: var(--border);
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(120,120,120,.25);
}
/* ----- end Page link (Users) ----- */

/*----------- Tables (users) ----------*/
.table {
    color: var(--black);
}

.dataTables_wrapper {
    padding: 31px 0;
}

#jobPlanCard, #workOrderCard {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 40px;
}

li.paginate_button a {
    background: #384345 0% 0% no-repeat padding-box;
}

.main li.paginate_button.previous a {
    background: #384345 0% 0% no-repeat padding-box;
    border-radius: 17px 0px 0px 17px;
}

.main li.paginate_button.next > a {
    background: #384345 0% 0% no-repeat padding-box;
    border-radius: 0px 17px 17px 0px;
}

.page-item.active .page-link {
    background-color: var(--redone);
    border-color: transparent;
}

.main table.dataTable, .main .card-body table {
    border: none;
    background: #F5F7F7 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 24px 14px;
    border-collapse: separate;
    border-spacing: 0 12px;
}

    .main .card-body table td, .main .card-body table th {
        vertical-align: middle;
    }

.main table td:last-child {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 6px 6px 0;
}

.main table.table-bordered.dataTable td {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    padding-left: 8px;
}

.main table td:first-child {
    border-left: 1px solid #DBDBDB;
    border-radius: 6px 0 0 6px;
}

.main table tbody tr {
    border-radius: 6px;
    box-shadow: 3px 3px 6px #00000029;
    border: 1px solid #DBDBDB;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border: none;
}

.table thead tr {
    font-size: 15px;
}

.table-hover tbody tr:hover {
    color: var(--redone);
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--border);
}

.table-bordered th, .table-bordered td {
    border: none;
}

.table th, .table td {
    border-top: 1px solid var(--border);
}

.table-bordered {
    border: 1px solid var(--border);
}

#filterTable_wrapper .table-custom-active {
    color: var(--white);
    background-color: var(--black);
}

/*------ end of tables --------*/


/*------ Overview --------*/
.map {
    height: 89vh;
    margin: auto;
}

.dashboard-page .map {
    height: calc(100vh - 75px);
}

.dashboard-page .btn-primary {
    width: 100%;
}

/*Search bar*/
.search {
    position: relative;
    /* margin: 8px 0 8px 40px;
    width: 65%;*/
    margin: 13px 0 8px 0;
    width: 100%;
    padding-right: 10px;
}

.notificationIcon {
    position: relative;
    font-size: 18px;
    margin-top: 16px;
}

/*------ end of Overview --------*/

/*------ Map --------*/
/*map-marker-tooltip*/
.map-marker-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted var(--white);
}

    .map-marker-tooltip .map-marker-tooltiptext {
        visibility: visible;
        width: 360px;
        background-color: var(--white);
        color: var(--black);
        text-align: left;
        border-radius: 6px;
        padding: 12px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -180px;
        display: flex;
        align-items: center;
    }

        .map-marker-tooltip .map-marker-tooltiptext::after {
            content: "";
            position: absolute;
            top: 95%;
            left: 50%;
            margin-left: -20px;
            border-width: 20px;
            border-style: solid;
            border-color: var(--white) transparent transparent transparent;
        }

.map-marker-tooltiptext-header {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
}

.map-marker-tooltiptext-medium {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.map-marker-tooltiptext-small {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.map-marker-tooltip-image {
    width: 30px;
    height: 39px;
}

.tooltip-text-container {
    padding-right: 20px;
    width: 90%;
}
/*map-marker-tooltip-end*/
.map-marker {
    border-radius: 5px;
    background-color: white;
    z-index: 10;
    position: absolute;
    /*padding: 4px;*/
    cursor: pointer;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 16px;
}

.map-marker-selected {
    z-index: 100;
    text-align: center;
}

    .map-marker-selected i {
        z-index: 101;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        font-family: 'Font Awesome\ 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        color: white;
    }

        .map-marker-selected i:before {
            position: absolute;
            transform: translate(-50%, 50%);
        }

.map-marker-inuse {
    border: 3px solid #7AC143;
}





.map-marker-selected.map-marker-inuse, .map-marker-selected.map-marker-inuse i {
    background-color: #7AC14399;
}

.map-marker-stopped {
    border: 3px solid #ED9B40;
}

.map-marker-selected.map-marker-stopped, .map-marker-selected.map-marker-stopped i {
    background-color: #ED9B4099;
}

.map-marker-outline {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    transform: translate(-50%, -50%);
    border: 3px solid #B3B3B3;
}


.map-marker-bg {
    border-radius: 50%;
    background-color: white;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 16px;
}

.map-marker-bg-idle {
    opacity: 50%;
}

.map-marker-outline-status-1, .map-marker-outline-status-6 {
    border: 3px solid var(--GWgreen);
}

.map-marker-outline-status-3 {
    border: 3px solid #CC0C2F;
}

.map-marker-outline-status-4 {
    border: 3px solid #B3B3B3;
}

.map-marker-alarm {
    border: 3px solid #CC0C2F;
}

.map-marker-selected.map-marker-alarm, .map-marker-selected.map-marker-alarm i {
    background-color: #CC0C2F99;
}

.map-marker-maintenance {
    border: 3px solid #06AED5;
}

.map-marker-selected.map-marker-maintenance, .map-marker-selected.map-marker-maintenance i {
    background-color: #06AED599;
}

.map-marker-offline {
    border: 3px solid #B3B3B3;
}

.map-marker-selected.map-marker-offline, .map-marker-selected.map-marker-offline i {
    background-color: #B3B3B399;
}
/*------ end Map --------*/


/*------------- Product list ----------------*/
/*.filter-dropdown {
    position: absolute;
    top: 20px;
    left: 40px;
}*/



.search-result-card-right, .productlist-item-label-small, .productlist-item-text-small {
    font-size: 16px;
}

.productlist-container {
    height: 100%;
}

.productlist {
    text-align: left;
    height: calc(100vh - 75px);
    overflow-y: auto;
}

#productlist-clear {
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background-color: white;
}

.SettingsPage .right-column {
    padding: 1.3em 0 0 3em;
}

.productlist-item-inner {
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

.productlist-item-bar {
    width: 10px;
    margin-right: 5px;
}

.productlist-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

    .productlist-item-image img {
        width: 55px;
    }

.productlist-item-filter {
    font-weight: 500;
    font-size: 16px;
}

    .productlist-item-filter.inuse, .productlist-item-filter.online, .productlist-item-filter.connected, .productlist-item-filter.status-1 {
        color: #7AC143;
    }

    .productlist-item-filter.stopped, .productlist-item-filter.status-2 {
        color: #ED9B40;
    }

    .productlist-item-filter.alarm, .productlist-item-filter.alarmorerror, .productlist-item-filter.status-3 {
        color: #CC0C2F;
    }

.productlist-status-6 img, .productlist-status-4 img, productlist-item-filter.status-4 img {
    opacity: 50%;
}

.productlist-item-filter.offline, .productlist-item-filter.disconnected, .productlist-item-filter.status-5 {
    color: #B3B3B3;
}

.productlist-item-label {
    font-weight: 600;
    color: var(--navborder);
    font-size:18px;
}

.productlist-item-text {
    color: var(--navborder);
    font-size:16px;
}


.productlist-item-space {
    margin-left: 10px;
    margin-right: 10px;
}

.productlistmap {
    position: relative;
    height: 100%;
}

    .productlistmap .map, .product-list-map-container .map {
        height: calc(100vh - 75px);
    }

.productlist .btn-light {
    border-radius: 28px;
    opacity: 1;
    background-color: #E1E1E1;
    border: none;
    color: #000000;
    height: 28px;
    padding: 0px 15px 2px;
    margin-top: 6px;
}

.productlist-filter-container {
    position: absolute;
    text-align: left;
    padding: 62px 0 13px 50px;
    z-index: 10;
    border-bottom: 1px solid var(--iconcolor);
    border-bottom: 1px solid var(--iconcolor);
    background-color: rgba(255,255,255,0.9);
    width: 100%;
}

    .productlist-filter-container .btn-add {
        padding-top: 7px;
    }

    .productlist-filter-container img {
        margin-bottom: 6px;
    }

/*------------- end Product list ----------------*/

/*------------- Add product ----------------*/
#add-mower-modal button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(120 120 120 / 25%);
}

.addProduct label {
    font-size: 18px;
    font-weight: bold;
}

.addProduct .notice {
    width: 30px;
    filter: invert(86%) sepia(19%) saturate(4141%) hue-rotate(6deg) brightness(98%) contrast(101%);
}
/*------------- end Add product ----------------*/

/*-------------   Device details ----------------*/

.connection-icon-blue {
    width: 30px;
    height: 30px;
    filter: invert(51%) sepia(78%) saturate(2047%) hue-rotate(176deg) brightness(98%) contrast(94%);
}

.connection-icon-grey {
    width: 30px;
    height: 30px;
    filter: invert(77%) sepia(1%) saturate(0%) hue-rotate(355deg) brightness(95%) contrast(85%);
}

.productlist-item-inner .connection-icon-blue, .productlist-item-inner .connection-icon-grey {
    height: 40px;
}


.details-setting-label {
    font-weight: 600;
}

.details-window-switch .details-setting-label {
    margin-left: 16px;
}

.details-page .productlist-item-bar {
    width: 24px;
}

.details-page .btn-light {
    border-radius: 20px;
    opacity: 1;
    background-color: #E1E1E1;
    border: none;
    color: #000000;
    height: 39px;
    width: 13em;
}

.details-page .map {
    height: 94vh;
}

.details-window-menu-item-react-app {
    background-color: #F5F7F7;
    border: 1px solid #CC0C2F;
    font-family: proximanova-regular, 'Roboto','sans-serif';
    line-height: 24px;
    width: inherit;
}

.details-window-menu-item-active-react-app {
    background-color: #CC0C2F;
    border-right: 1px solid #CC0C2F;
    color: #fff;
    font-family: proximanova-regular, 'Roboto','sans-serif';
    line-height: 24px;
    width: inherit;
}

.details-window-menu-react-app {
    position: absolute;
    bottom: 100%;
    left: 25%;
    z-index: 5;
    line-height: 24px;
    width: 50%;
    height: 10%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

.details-window-react-app {
    position: absolute;
    bottom: 0px;
    z-index: 5;
    background-color: #fff;
    border: 1px solid #999;
    line-height: 24px;
    width: 100%;
}

.details-window-container {
    border-right: 1px solid var(--blackborder);
    width: 500px;
}

    .details-window-container .notice {
        width: 40px;
        align-self: flex-end;
        margin-right: 40px;
        cursor: pointer;
    }

.error-event-fatal {
    filter: invert(21%) sepia(46%) saturate(6811%) hue-rotate(340deg) brightness(78%) contrast(110%);
}

.error-event-warning {
    filter: invert(86%) sepia(19%) saturate(4141%) hue-rotate( 6deg ) brightness(98%) contrast(101%);
}

.details-window-map-container {
    flex-grow: 1;
}

.device-info-img {
    width: 370px;
    height: 370px;
    object-fit: contain;
}

.details-header-options-container {
    height: 5%;
}

.details-header-options {
    display: flex;
    width: 100%;
}



/* dashboard tabs for a tag */
a.details-header-options-button.active {
    background-color: var(--redone);
    color: var(--white);
    line-height: 24px;
    width: inherit;
    font-weight: bold;
}

a.details-header-options-button {
    color: #000000;
    background-color: var(--white);
    line-height: 24px;
    width: inherit;
    border-right: 2px solid var(--blackborder);
    border-bottom: 2px solid var(--blackborder);
}

    a.details-header-options-button-active:hover, a.details-header-options-button-active:focus,
    a.details-header-options-button-active, a.details-header-options-button:focus {
        color: var(--white);
    }

        a.details-header-options-button-active:hover {
            background-color: var(--redone);
        }
/* daashboard tabs */
/* vehicle status */

/*Vehicle status updated*/

/*CZRX-TEMPLATE*/
#CZRX-template .overlay-position-helper {
    margin-left: 40px;
}

#CZRX-template .vehicle-error-overview-img {
    width: 400px;
    height: 360px;
    opacity: 0.5;
}

#CZRX-template .vehicle-motor {
    top: 110px;
    left: 143px;
}

#CZRX-template .vehicle-r {
    top: 140px;
    left: 240px;
}

#CZRX-template .vehicle-l {
    top: 140px;
    left: 47px;
}

#CZRX-template .vehicle-a {
    top: 240px;
    left: 65px;
}

#CZRX-template .vehicle-b {
    top: 240px;
    left: 235px;
}

#CZRX-template .vehicle-battery {
    top: 220px;
    left: 150px;
}

/*CZSS-TEMPLATE*/
#CZSS-template .overlay-position-helper {
    margin-left: 80px;
}

#CZSS-template .vehicle-error-overview-img {
    width: 320px;
    height: 360px;
    opacity: 0.5;
}

#CZSS-template .vehicle-motor {
    top: 110px;
    left: 143px;
}

#CZSS-template .vehicle-r {
    top: 140px;
    left: 150px;
}

#CZSS-template .vehicle-l {
    top: 140px;
    left: 40px;
}

#CZSS-template .vehicle-a {
    top: 255px;
    left: 45px;
}

#CZSS-template .vehicle-b {
    top: 255px;
    left: 160px;
}

#CZSS-template .vehicle-battery {
    top: 175px;
    left: 95px;
}

/*CZSX-TEMPLATE*/
#CZSX-template .overlay-position-helper {
    margin-left: 40px;
}

#CZSX-template .vehicle-error-overview-img {
    width: 400px;
    height: 360px;
    opacity: 0.5;
}

#CZSX-template .vehicle-motor {
    top: 130px;
    left: 153px;
}

#CZSX-template .vehicle-r {
    top: 150px;
    left: 250px;
}

#CZSX-template .vehicle-l {
    top: 150px;
    left: 50px;
}

#CZSX-template .vehicle-a {
    top: 260px;
    left: 65px;
}

#CZSX-template .vehicle-b {
    top: 260px;
    left: 250px;
}

#CZSX-template .vehicle-battery {
    top: 220px;
    left: 150px;
}

/*ZT82-TEMPLATE*/
#ZT82-template .overlay-position-helper {
    margin-left: 40px;
}

#ZT82-template .vehicle-error-overview-img {
    width: 400px;
    height: 360px;
    opacity: 0.5;
}

#ZT82-template .vehicle-motor {
    top: 130px;
    left: 153px;
}

#ZT82-template .vehicle-r {
    top: 125px;
    left: 250px;
}

#ZT82-template .vehicle-l {
    top: 95px;
    left: 90px;
}

#ZT82-template .vehicle-a {
    top: 250px;
    left: 115px;
}

#ZT82-template .vehicle-b {
    top: 250px;
    left: 240px;
}

#ZT82-template .vehicle-battery {
    top: 180px;
    left: 172px;
}

#ZT82-template .vehicle-battery img{
    width: 60px !important;
    height: 50px !important;
}

/*LMS82-TEMPLATE*/
#LMS82-template .overlay-position-helper {
    margin-left: 0;
    width: auto;
    min-height: 530px;
}

#LMS82-template .vehicle-error-overview-img {
    width: 200px;
    height: 494px;
    opacity: 0.8;
}

#LMS82-template .vehicle-motor {
    top: 130px;
    left: 153px;
}

#LMS82-template .vehicle-r {
    width: 95px;
    height: auto;
    top: 90px;
    left: 230px;
}

#LMS82-template .vehicle-l {
    width: 95px;
    height: auto;
    top: 125px;
    left: 140px;
}

#LMS82-template .vehicle-l img{
    width: 100%;
    height: auto;
}
#LMS82-template .vehicle-r img{
    width: 100%;
    height: auto;
}

#LMS82-template .vehicle-a {
    top: 190px;
    left: 165px;
}

#LMS82-template .vehicle-b {
    top: 190px;
    left: 255px;
}

#LMS82-template .vehicle-battery {
    top: 80px;
    left: 205px;
}

#LMS82-template .vehicle-battery img{
    width: 60px !important;
    height: auto !important;
}

#LMS82-template .lawnmower-others {
    top: 10px;
    left: 10px;
}
#LMS82-template .lawnmower-others img{
    width: 45px !important;
    height: auto !important;
}

/*LT82-TEMPLATE*/
#LT82-template .overlay-position-helper {
    margin-left: 40px;
}

#LT82-template .vehicle-error-overview-img {
    width: 400px;
    height: 360px;
    opacity: 0.5;
}

#LT82-template .vehicle-motor {
    top: 130px;
    left: 153px;
}

#LT82-template .vehicle-r {
    top: 145px;
    left: 250px;
}

#LT82-template .vehicle-l {
    top: 120px;
    left: 90px;
}

#LT82-template .vehicle-b {
    top: 260px;
    left: 175px;
}

#LT82-template .vehicle-battery {
    top: 200px;
    left: 172px;
}

#LT82-template .vehicle-battery img{
    width: 60px !important;
    height: 50px !important;
}

/*CZR-TEMPLATE*/
#CZR-template .overlay-position-helper {
    margin-left: 70px;
}

#CZR-template .vehicle-motor {
    top: 100px;
    left: 138px;
}

#CZR-template .vehicle-r {
    top: 160px;
    left: 220px;
}

#CZR-template .vehicle-l {
    top: 160px;
    left: 60px;
}

#CZR-template .vehicle-a {
    top: 270px;
    left: 85px;
}

#CZR-template .vehicle-b {
    top: 270px;
    left: 195px;
}

#CZR-template .vehicle-battery {
    top: 325px;
    left: 140px;
}

/*CZR-TEMPLATE END*/
/*CZS-TEMPLATE*/
#CZS-template {
    margin-top: 20px;
}

    #CZS-template .vehicle-error-overview-img {
        width: 540px;
        height: 340px;
        opacity: 0.5;
    }

    #CZS-template .overlay-position-helper {
        margin-left: -30px;
        width: auto;
    }

    #CZS-template .vehicle-motor {
        top: 60px;
        left: 235px;
    }

    #CZS-template .vehicle-r {
        top: 110px;
        left: 310px;
    }

    #CZS-template .vehicle-l {
        top: 110px;
        left: 160px;
    }

    #CZS-template .vehicle-a {
        top: 210px;
        left: 180px;
    }

    #CZS-template .vehicle-b {
        top: 210px;
        left: 320px;
    }

    #CZS-template .vehicle-battery {
        top: 150px;
        left: 240px;
    }
/*CZS-TEMPLATE END*/
/*LV-TEMPLATE*/
#LV-template .overlay-position-helper {
    margin-left: 65px;
}

#LV-template .vehicle-r {
    top: 175px;
    left: 180px;
}

#LV-template .vehicle-l {
    top: 150px;
    left: 70px;
}

#LV-template .vehicle-b {
    top: 270px;
    left: 195px;
}

#LV-template .vehicle-battery {
    top: 325px;
    left: 140px;
}
/*LV-TEMPLATE END*/
/*UTV-TEMPLATE*/
#UTV-template .overlay-position-helper {
    margin-left: 85px;
}

#UTV-template .vehicle-b {
    top: 295px;
    left: 195px;
}

#UTV-template .vehicle-battery {
    top: 195px;
    left: 140px;
}
/*LV-TEMPLATE END*/

/*RZ-TEMPLATE*/
#RZ-template .overlay-position-helper {
    margin-left: 70px;
}

#RZ-template .vehicle-r {
    top: 160px;
    left: 220px;
}

#RZ-template .vehicle-l {
    top: 160px;
    left: 60px;
}

#RZ-template .vehicle-a {
    top: 265px;
    left: 85px;
}

#RZ-template .vehicle-b {
    top: 265px;
    left: 200px;
}

#RZ-template .vehicle-battery {
    top: 205px;
    left: 140px;
}

/*RZ-TEMPLATE END*/
/*Unknown-TEMPLATE*/
#Unknown-template .overlay-position-helper {
    margin-left: 70px;
}
/*Unknown-TEMPLATE END*/
#vehicle-parts img {
    width: 55px;
    height: 55px;
}

#vehicle-status-container .sub-settings-header {
    display: flex;
}

#vehicle-status-container .details-header-options-back-button {
    display: flex;
    top: 28px;
}

.info-box {
    padding: 10px;
}

#vehicle-parts .vehicle-battery img {
    width: 55px;
    height: 25px;
}

#vehicle-parts .vehicle-a img, #vehicle-parts .vehicle-b img {
    width: 45px;
    height: 55px;
}

.vehicle-part-letter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: var(--white);
}

.vehicle-a .vehicle-part-letter {
    left: 63%;
}

.vehicle-b .vehicle-part-letter {
    left: 37%;
}

.explanation-text-container {
    padding: 15px;
    margin: 10px 0px 10px 0px;
    border: 2px solid var(--darkgrey);
    border-radius: 5px;
    column-count: 2;
}

    .explanation-text-container p {
        color: var(--greytext);
        margin: 0px;
    }

#vehicle-status-container {
    overflow-y: auto;
    overflow-x: hidden;
}

.vehicle-status-serial {
    color: var(--greytext);
}

.error-info-box {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid var(--border);
}

.error-info-box-img, .error-info-box-img-battery {
    margin-right: 20px;
}

.error-info-box-img img {
    width: 50px;
    height: 50px;
}

.error-info-box-img-battery img {
    width: 50px;
    height: 25px;
}
.lawnmower-error-info-box-img-battery img {
    width: 50px;
    height: auto;
}

.lawnmower-error-info-box-img img {
    width: 50px;
    height: auto;
}

.error-item-content {
    text-align: left;
    margin-left: 15px;
}

/*Vehicle status updated END*/
.vehicle-status {
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: 300px;
    position: relative;
    background-image: url(/images/zeroturnerror.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.vehicle-motor, .vehicle-r, .vehicle-l {
    width: 55px;
    height: 55px;
}

.vehicle-a, .vehicle-b {
    width: 45px;
    height: 55px;
}

.vehicle-battery {
    width: 55px;
    height: 25px;
}


.vehicle-motor, .vehicle-r, .vehicle-l, .vehicle-b, .vehicle-a, .vehicle-battery, .lawnmower-others {
    position: absolute;
    cursor: pointer;
}

.vehicle-error-overview-img {
    width: 330px;
    height: 420px;
}

.overlay-position-helper {
    position: relative;
    width: 330px;
    height: 400px;
    margin-left: 90px;
}
/* end vehicle status */

a.details-header-options-button, a.details-header-options-button .active {
    text-decoration: none;
}

.details-header-options-back-button {
    height: 16px;
    filter: var(--whitesvg);
    position: absolute;
    left: 25px;
    top: 50px;
    cursor: pointer;
}

button#backToList {
    width: 25%;
}

.details-header-options-container .container {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.details-window-container .productlist-item-bar {
    width: 20px;
    margin: 0px;
    height: 100%;
}

.details-window-info-container {
    display: flex;
    height: 95%;
    padding: 0px;
    border-right: 2px solid var(--blackborder);
    text-align: center;
    background-color: #f7f7f7;
    height: calc(100vh - 180px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.details-info {
    height: 100%;
    width: 100%;
}
.details-info-temperature-container {
    display:  flex;
    justify-content: flex-end;
}

.details-info-sum-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    vertical-align: top;
}

    .details-info-sum-container .container {
        display: flex;
        flex-direction: column;
    }
.box-40 {
    width: 40%;
}
.details-info-sum-text-medium {
    margin: 0px;
    font-size: 18px;
    color: #25373C;
}

.details-info-image-area-positioning {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.details-info-image-area {
    height: 50%;
    padding-top: 20px;
    width: 89%;
}

.details-window-map-container .map {
    height: calc(100vh - 75px);
}

.details-info-image-area-arch {
    border: 10px solid black;
    width: 100%;
    height: 700px;
    border-top-right-radius: 240px;
    border-top-left-radius: 240px;
    border-bottom: 0;
    position: absolute;
    top: 0px;
}

.arch-inuse, .arch-status-1 {
    border: 18px solid var(--online-inuse-connected);
    opacity: 0.2;
}

.arch-stopped, .arch-status-2 {
    border: 20px solid var(--stopped);
    opacity: 0.2;
}

.arch-alarm, .arch-status-3 {
    border: 20px solid var(--alarmorerror);
    opacity: 0.2;
}

.arch-maintenance {
    border: 20px solid var(--maintenance);
    opacity: 0.2;
}

.arch-offline, .arch-status-4 {
    border: 20px solid var(--offline-disconnected);
    opacity: 0.2;
}

#battery-side-menu {
    background-color: #f7f7f7;
}

.details-info-button-area {
    background-color: white;
    height: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px -3px 6px #00000029;
}


    .details-info-button-area button {
        width: 379px;
        height: 52px;
        font-size: 18px;
        font-weight: bold;
    }

.schedule-button-holder button, #maintenace-rlm button {
    width: 379px !important;
    height: 52px !important;
    font-size: 18px;
    font-weight: bold;
}

.schedule-btn-container button {
    width: 100% !important;
    height: 52px !important;
    font-weight: bold;
}

.details-item-title { /*change class to mt-4*/
    padding-top: 25px;
}

.btn-wrapper-lg-react-app {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 24px;
}

.map-control-buttons button {
    margin-right: 20px;
}

.product-name-and-btn {
    display: flex;
    position: absolute;
    left: 500px;
    top: 100px;
    z-index: 11;
    padding-left: 50px;
}

/*------------- end Device details ----------------*/

/*DeviceGroup*/
#maintenance-task .task-list-grouped-item, #work-task-details .task-list-grouped-item {
    border: none;
    height: 30px;
    cursor: inherit;
}

#validation-summary {
    display: inherit !important;
}

    #validation-summary ul {
        list-style-type: none;
    }

/*#device-group-details .task-list-grouped-item {
    border: none;
    height: auto;
    cursor: inherit;
    width: 220px;
}*/

/*#device-group-details .settings-grouped-item-image {
    margin: 10px;
    padding: 0px;
}*/

#device-group-details .settings-grouped-item-image img, #work-task-details .settings-grouped-item-image img {
    width: 35px;
    height: 50px;
}

/*#device-group-details .dark-border-box-text {
    display: flex;
    flex-wrap: wrap;
    margin: 19px 30px;
    justify-content: unset;
    flex-direction: unset;
}
*/

#add-device-modal .settings-grouped-item-image img, #add-equipment-modal .settings-grouped-item-image img {
    width: 60px;
    max-height: 45px;
    filter: none;
}

#equipment-list-container .dark-border-box-text, #user-list-container .dark-border-box-text {
    display: flex;
    flex-wrap: unset;
    margin: 19px 30px;
    justify-content: center;
    flex-direction: column;
}

#equipment-list-container .task-list-grouped-item, #user-list-container .task-list-grouped-item {
    border: none;
    height: auto;
    cursor: inherit;
    width: 100%;
    background-color: var(--greybackground);
    height: 65px;
}

#user-list-container .task-list-grouped-item {
    background-color: var(--white);
}


    #equipment-list-container .task-list-grouped-item:not(:last-child), #user-list-container .task-list-grouped-item:not(:last-child) {
        margin-bottom: 9px;
    }

#equipment-list-container .settings-grouped-item-image img {
    min-width: 70px;
    max-width: 90px;
    max-height: 110px;
    filter: none;
}

#user-list-container .settings-grouped-item-image img {
    width: 35px;
    height: auto;
}

#equipment-list-container .settings-arrow-container img, #user-list-container .settings-arrow-container img {
    width: 25px;
    height: 25px;
    filter: unset;
    margin: 0px 7px;
}

#equipment-list-container .settings-arrow-container i, #user-list-container .settings-arrow-container i {
    width: 25px;
    filter: unset;
    color: var(--bodytext);
    margin: 0px 7px;
    cursor: pointer;
}

#equipment-list-container .settings-arrow-container, #user-list-container .settings-arrow-container {
    opacity: 1;
}

#add-device-modal #select-equipment, #add-user-modal #select-user {
    border: 1px solid var(--bodytext);
    border-radius: 5px;
    padding: 10px;
    height: 50px;
}

#add-device-modal .dark-border-box, #add-user-modal .dark-border-box, #add-equipment-modal .dark-border-box {
    border-radius: 5px;
    padding: 15px;
}

#add-device-modal .task-list-grouped-item, #add-user-modal .task-list-grouped-item, #add-equipment-modal .task-list-grouped-item {
    height: 45px;
    cursor: inherit;
    border: none;
}

#add-device-modal .settings-arrow-container, #add-user-modal .settings-arrow-container, #add-equipment-modal .settings-arrow-container {
    opacity: 1;
}

    #add-device-modal .settings-arrow-container i, #add-user-modal .settings-arrow-container i, #add-equipment-modal .settings-arrow-container i {
        color: var(--footerbg);
        cursor: pointer;
    }



#add-equipment-modal .select2-container, #add-device-modal .select2-container, #add-user-modal .select2-container {
    text-align: left
}

#add-equipment-modal .task-list-grouped-item {
    min-height: 45px;
    max-height: 45px;
}

#assigned-container {
    max-height: 200px;
    overflow-y: auto;
}

#add-equipment-modal .dark-border-box {
    border-radius: 5px;
}

#add-equipment-modal .dark-border-box-text {
    justify-content: inherit;
}

/*END DeviceGroup*/

/*------------- Product list ----------------*/
.product-list-container {
    width: 500px;
    border-right: 1px solid var(--bodytext);
}

.product-list-map-container {
    flex-grow: 1;
    position: relative;
}

.top_container {
    position: relative;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    font-family: proximanova-black;
    font-size: 48px;
}

.btn-product-add {
    width: 37px !important;
    min-width: 0px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    border-radius: 28px;
}

    .btn-product-add img {
        width: 13px;
        height: 13px;
    }

/*------------- end Product list ----------------*/

#backToList, #btn-details, #btn-scheduling, #btn-status, #btn-settings {
    /*--black or grey here?*/
    border-right: 2px solid var(--iconcolor);
    border-bottom: 2px solid var(--iconcolor);
}

#backToList {
    border-left: 1px solid var(--blackborder);
}

.details-header-options button, .details-header-options a {
    border: none;
}

.details-header-options-button {
    color: #000000;
    background-color: var(--white);
    line-height: 24px;
    width: inherit;
}

/*
.producttype-counter-bar.created {
    background-color: #deb37f;
    height: 100%;
}*/
/*.producttype-counter-bar.started*/
.producttype-counter-bar.status-11 {
    background-color: var(--started);
    height: 100%;
}
/*.producttype-counter-bar.aborted*/
.producttype-counter-bar.status-15 {
    background-color: var(--aborted);
    height: 100%;
}
/*producttype-counter-bar.hindered*/
.producttype-counter-bar.status-13 {
    background-color: var(--hindered);
    height: 100%;
}
/*.producttype-counter-bar.prepared*/
.producttype-counter-bar.status-10 {
    background-color: var(--prepared);
    height: 100%;
}
/*producttype-counter-bar.paused*/
.producttype-counter-bar.status-12 {
    background-color: var(--paused);
    height: 100%;
}
/*producttype-counter-bar.finished*/
.producttype-counter-bar.status-14 {
    background-color: var(--finished);
    height: 100%;
}
/*
.producttype-counter-info-item-box.created, .productlist-item-bar.created, .status-checkbox.productlist-item.created:checked {
    background-color: #deb37f;
}*/

.producttype-counter-info-item-box.status-11, .productlist-item-bar.status-11, .status-checkbox.productlist-item.status-11:checked {
    background-color: var(--started);
}

.producttype-counter-info-item-box.status-15, .productlist-item-bar.status-15, .status-checkbox.productlist-item.status-15:checked {
    background-color: var(--aborted);
}

.producttype-counter-info-item-box.status-13, .productlist-item-bar.status-13, .status-checkbox.productlist-item.status-13:checked {
    background-color: var(--hindered);
}

.producttype-counter-info-item-box.status-10, .productlist-item-bar.status-10, .status-checkbox.productlist-item.status-10:checked {
    background-color: var(--prepared);
}

.producttype-counter-info-item-box.status-12, .productlist-item-bar.status-12, .status-checkbox.productlist-item.status-12:checked {
    background-color: var(--paused);
}

.producttype-counter-info-item-box.status-14, .productlist-item-bar.status-14, .status-checkbox.productlist-item.status-14:checked {
    background-color: var(--finished);
}

.map-marker-created {
    border: 2px solid var(--created);
}

.map-marker-prepared {
    border: 2px solid var(--prepared);
}

.map-marker-started {
    border: 2px solid var(--started);
}

.map-marker-paused {
    border: 2px solid var(--paused);
}

.map-marker-hindered {
    border: 2px solid var(--hindered);
}

.map-marker-finished {
    border: 2px solid var(--finished);
}

.map-marker-aborted {
    border: 2px solid var(--aborted);
}

/*------------- Task ----------------*/

.task-list-title-container {
    display: table;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.task-list-title-inner {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.task-list-title {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    word-break: break-all;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
}

.task-list-subtitle {
    font-size: 10px;
    line-height: 1;
    display: block;
    font-weight: normal;
    word-break: break-all;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
}

/*-------------   end task ----------------*/


/*----------------- React-app styling ----------------*/
.container-fluid {
    height: 90%;
}

.animated, #root {
    /* height: 100%;*/
}

.column-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row-container {
    display: flex;
    flex-direction: column;
}

.dashboard-page {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    height: 100%;
}

.summarycard {
    position: absolute;
    bottom: 20px;
    left: 40px;
    background-color: white;
    padding: 25px 30px 25px 30px;
    border: 1px solid lightgray;
    border-radius: 8px;
    text-align: left;
}


.producttype-small {
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
}

.producttype-medium {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    align-self: flex-end;
    margin-bottom: 3px;
}

.border-black {
    border: 1px solid #25373C;
}


.border-bottom-none {
    border-bottom: none;
}

.producttype-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .producttype-image img {
        width: 160px;
        height: auto;
    }

.dashboard-modal-img {
    width: 295px !important;
    height: auto;
}

#remove-product-from-view-modal .dashboard-modal-img {
    width: 250px;
}

.producttype-counter {
    width: 100%;
    height: 15px;
    border: 1px solid black;
    border-radius: 8px;
    margin-top: 5px;
}

.producttype-counter-bar {
    float: left;
}

    .producttype-counter-bar:first-child {
        border-radius: 8px 0 0 8px;
    }

    .producttype-counter-bar:last-child {
        border-radius: 0 8px 8px 0;
    }

    .producttype-counter-bar:only-child {
        border-radius: 8px 8px 8px 8px;
    }
    /* .producttype-counter-bar.online, .producttype-counter-bar.connected,*/
    .producttype-counter-bar.inuse, .producttype-counter-bar.status-1 {
        background-color: var(--online-inuse-connected);
        height: 100%;
    }

    .producttype-counter-bar.stopped, .producttype-counter-bar.status-2 {
        background-color: var(--stopped);
        height: 100%;
    }
    /* .producttype-counter-bar.alarmorerror,*/
    .producttype-counter-bar.alarm, .producttype-counter-bar.status-3 {
        background-color: var(--alarmorerror);
        height: 100%;
    }

    .producttype-counter-bar.maintenance, .producttype-counter-bar.status-4 {
        background-color: var(--offline-disconnected);
        height: 100%;
    }
    /* .producttype-counter-bar.disconnected,*/
    .producttype-counter-bar.offline, .producttype-counter-bar.status-5 {
        background-color: var(--offline-disconnected);
        height: 100%;
    }

.producttype-counter-info {
    margin-top: 5px;
    font-size: 11px;
    display: flex;
    height: 50px;
    width: 352px;
    flex-flow: wrap;
    /*justify-content: space-around;*/
    justify-content: flex-start;
}

    .producttype-counter-info :hover {
        text-decoration: underline;
    }

.producttype-counter-info-item {
    /*display: table;*/
    padding-top: 6px;
    cursor: pointer;
    margin-right: 30px;
}

.producttype-counter-info-item-box {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    float: left;
    display: table-cell;
}

.producttype-counter-info-item-label {
    font-size: 13px;
    padding-left: 10px;
    /*display: table-cell;*/
    color: var(--bodytext);
}

.status-checkbox-container {
    width: 50px;
    cursor: inherit;
    display: flex;
    align-items: center;
}

.status-checkbox.productlist-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid gray;
    border-radius: 2px;
    outline: none;
    vertical-align: middle;
    /* margin: 0.75em;*/
    cursor: pointer;
}

    .status-checkbox.productlist-item:checked:after {
        display: block;
        font-family: 'Font Awesome\ 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 10px;
        content: '\f00c';
        color: white;
        text-align: center;
    }
    /*
        .producttype-counter-info-item-box.online, .productlist-item-bar.online, .status-checkbox.productlist-item.online:checked,
    .producttype-counter-info-item-box.connected, .productlist-item-bar.connected, .status-checkbox.productlist-item.connected:checked
    */
    .producttype-counter-info-item-box.inuse, .productlist-item-bar.inuse, .status-checkbox.productlist-item.inuse:checked,
    .producttype-counter-info-item-box.status-1, .productlist-item-bar.status-1, .status-checkbox.productlist-item.status-1:checked {
        background-color: var(--online-inuse-connected);
    }

    .producttype-counter-info-item-box.stopped, .productlist-item-bar.stopped, .status-checkbox.productlist-item.stopped:checked,
    .producttype-counter-info-item-box.status-2, .productlist-item-bar.status-2, .status-checkbox.productlist-item.status-2:checked {
        background-color: var(--stopped);
    }

    .producttype-counter-info-item-box.alarm, .productlist-item-bar.alarm, .status-checkbox.productlist-item.alarm:checked,
    .producttype-counter-info-item-box.status-3, .productlist-item-bar.status-3, .status-checkbox.productlist-item.status-3:checked {
        background-color: var(--alarmorerror);
    }

    .producttype-counter-info-item-box.maintenance, .productlist-item-bar.maintenance, .status-checkbox.productlist-item.maintenance:checked,
    .producttype-counter-info-item-box.status-4, .productlist-item-bar.status-4, .status-checkbox.productlist-item.status-4 :checked {
        background-color: var(--offline-disconnected);
    }

    .producttype-counter-info-item-box.offline, .productlist-item-bar.offline, .status-checkbox.productlist-item.offline:checked,
    .producttype-counter-info-item-box.status-4, .productlist-item-bar.status-4, .status-checkbox.productlist-item.status-4:checked {
        background-color: var(--offline-disconnected);
    }

.productlist-item-image.img-status-4 img {
    opacity: 50%;
}
/*-------------- end React-app styling-----------------*/

/*-------------- end task --------------------*/


/*.checkbox-round {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid var(--black);
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .checkbox-round:checked {
        background-color: var(--redone);
    }
*/


/*------------ Change organization menu ---------------*/

#organization-card-container ul {
    color: var(--black);
    list-style: none;
    padding: 0;
    margin: 0;
}

#organization-card-container h4 {
    color: var(--white);
}

#organization-card-container span.check-icon {
    width: 20px;
    font-size: 20px;
    position: inherit;
    padding-left: 0px;
    margin: 0;
    bottom: 0;
}

.org-selections img {
    filter: none;
    margin: 0 7px 9px;
    width: 25px;
    height: 25px;
}

#active-org {
    font-size: 22px;
    color: var(--white);
    font-weight: 500;
}


.organizationIcon .org-list li:last-child {
    border: none;
}

.organizationIcon .org-list li:hover {
    cursor: pointer
}


.organizationIcon .dropdown-menu {
    background-color: transparent !important;
    border: none;
    min-width: 18rem;
}
/*------------ end Change organization menu ---------------*/


/*------------ Vehicle cutting statistics ------------*/
#vehicle-cutting-statistics {
}

    #vehicle-cutting-statistics .settings-header-title {
        margin-left: 10px;
        font-weight: normal;
    }

.cutting-total-info {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.date-filter-container {
    background-color: var(--redone);
    padding: 20px 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .date-filter-container span {
        margin: 5px;
        font-weight: bold;
    }

.date-picker-container {
    background-color: white;
    padding: 12px;
}

#vehicle-cutting-statistics .sub-settings-header {
    margin-bottom: 10px;
}

#vehicle-cutting-statistics .settings-grouped-item, #vehicle-cutting-statistics .settings-grouped-item-last {
    border-top: 1px solid var(--greybackground);
}

#vehicle-cutting-statistics .settings-grouped-options-container {
    margin-top: 20px;
}

#vehicle-cutting-statistics .settings-grouped-item-last {
    border-bottom: 1px solid var(--greybackground);
}

#vehicle-cutting-statistics .settings-arrow-container img {
    height: 20px;
    filter: none;
}

.wr-selected {
    outline: 1px solid #000;
    font-weight: normal;
}

#vehicle-cutting-statistics .settings-header-title-container {
    color: var(--black);
    font-weight: normal;
}

#vehicle-cutting-statistics .wr-selected .settings-header-title-container {
    color: var(--black);
}

#vehicle-cutting-statistics .settings-arrow-container {
    opacity: 1;
}

#vehicle-cutting-statistics .wr-selected .settings-header-title {
    font-weight: bold;
}

#vehicle-cutting-statistics .date-filter-button-container {
}

#vehicle-cutting-statistics .btn {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
}

#vehicle-cutting-statistics .btn-outlined {
    border: 1px solid black;
    background: white;
    color: black !important;
}

    #vehicle-cutting-statistics .btn-outlined:active {
        background: var(--redone) !important;
    }

.work-report-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-bottom: 1px solid var(--blackborder);
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 20px;
}

.cutting-statistics-container {
    text-align: center;
    display: inline-block;
    position: relative;
    margin-top: 12px;
}

.cutting-statistics-item {
    position: relative;
    display: inline-block;
    border-right: solid black 1px;
    width: 15%;
}

.cutting-statistics-item-last {
    position: relative;
    display: inline-block;
    width: 12%;
}

.cutting-statistics-item-header {
    margin-bottom: 2px;
    color: var(--greytext);
    min-width: 80px;
}

.cutting-statistics-item-value {
    margin-bottom: 2px;
    min-width: 80px;
}

/* TODO: This should embed done input another way*/
/*Style form device image input cutting statistics*/
#markerLayer img[src*="StaticFiles/img"] {
    border-radius: 5px !important;
    background-color: white !important;
    z-index: 10 !important;
    position: absolute !important;
    cursor: pointer !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    font-size: 16px !important;
    border: 2px solid #B3B3B3 !important;
}

/*------------ end Vehicle cutting statistics ------------*/

/*Misc*/
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*End Misc*/

/*------------ React calendar ------------*/
.react-calendar {
    max-width: 100%;
    background: white;
    font-family: proximanova-regular, Arial, Helvetica, sans-serif;
    line-height: 1.125em;
}

.react-calendar--doubleView {
    width: 700px;
}

    .react-calendar--doubleView .react-calendar__viewContainer {
        display: flex;
        margin: -0.5em;
    }

        .react-calendar--doubleView .react-calendar__viewContainer > * {
            width: 50%;
            margin: 0.5em;
        }

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .react-calendar button {
        margin: 0;
        border: 0;
        outline: none;
    }

        .react-calendar button:enabled:hover {
            cursor: pointer;
        }

.react-calendar__navigation {
    display: flex;
    height: 44px;
    margin-bottom: 1em;
}

    .react-calendar__navigation button {
        min-width: 44px;
        background: none;
    }

        .react-calendar__navigation button:enabled:hover {
            background-color: #e6e6e6;
        }

        .react-calendar__navigation button[disabled] {
            background-color: #f0f0f0;
        }

.react-calendar__month-view__weekdays {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
    color: var(--greytext);
}

.react-calendar__month-view__weekdays__weekday {
    padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    font-weight: bold;
    padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}

.react-calendar__month-view__days__day--weekend {
    color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth {
    color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
    padding: 2em 0.5em;
}

.react-calendar__tile {
    max-width: 100%;
    text-align: center;
    padding: 0.75em 0.5em;
    background: none;
}

    .react-calendar__tile:disabled {
        background-color: #f0f0f0;
    }

    .react-calendar__tile:enabled:hover,
    .react-calendar__tile:enabled:focus {
        background-color: #e6e6e6;
    }

.react-calendar__tile--now {
    background: var(--greytext);
}

    .react-calendar__tile--now:enabled:hover,
    .react-calendar__tile--now:enabled:focus {
        background: var(--greybackground);
        color: black;
    }

.react-calendar__tile--hasActive {
    background: var(--greytext);
    color: white;
}

    .react-calendar__tile--hasActive:enabled:hover,
    .react-calendar__tile--hasActive:enabled:focus {
        background: var(--greybackground);
    }

.react-calendar__tile--active {
    background: var(--darkgrey) !important;
    color: white;
}

    .react-calendar__tile--active:enabled:hover {
        background: var(--greytext) !important;
    }

.react-calendar--selectRange .react-calendar__tile--hover {
    background-color: #e6e6e6;
}

/*------------ end React calendar ------------*/

/*------------ Settings page styling ------------*/
.panel {
    border: 1px solid #2E2E2E;
    padding: 14px;
}

.panel-flex {
    display: flex;
    /*padding-bottom: 0px;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-color: var(--white);
}


.maintenance-task-completed {
    color: var(--online-inuse-connected);
}

#battery-settings-side-menu #modal-finish-btn {
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.settings-date-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

    .settings-date-container span {
        text-align: left;
        width: 35%;
        font-size: 13px;
        margin-right: 10px;
    }

.settings-header-option {
    border-bottom: 1px solid var(--iconcolor);
    border-top: 1px solid var(--iconcolor);
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    background-color: white;
    display: flex;
    height: 80px;
    cursor: pointer;
}

.settings-header-title-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    color: #25373C;
}
.settings-header-title-container > h4, .settings-header-title-container > span {
    margin: 0;
}
.settings-header-title {
    font-size: 16px;
    font-weight: bold;
}

history-tasks-list .settings-header-title, #maintenance-upcoming .settings-header-title {
    font-weight: normal;
}

.settings-header-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-left: 10px;
}

.settings-header-image img {
    height: 58px;
}

.settings-grouped-options-container {
}

#vehicle-errors .settings-grouped-item {
    border-top: none;
    border-bottom: 1px solid #A9B3C3;
    margin-bottom: 0;
    font-size: 16px;
    height: auto;
    color: var(--black);
}

#vehicle-errors .settings-arrow-container img {
    height: 14px;
}

.settings-grouped-item, .settings-grouped-item-last {    
    border-top: 1px solid var(--iconcolor);
    margin-bottom: -1px;
    text-align: left;
    background-color: white;
    display: flex;
    height: 50px;
    cursor: pointer;
}

.settings-grouped-item-last {
    border-bottom: 1px solid var(--iconcolor);
    margin-bottom: 30px;
}

#VehicleSecurity .settings-grouped-item-last {
    margin-bottom:0;
}

.settings-grouped-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-right: 20px;*/
    margin-right: 15px;
    margin-left: 10px;
}

    .settings-grouped-item-image img {
        width: 19px;
        filter: invert(16%) sepia(10%) saturate(1587%) hue-rotate(146deg) brightness(96%) contrast(88%);
    }

.settings-grouped-item-disabled {
    cursor: default;
}
.settings-grouped-item-disabled .settings-grouped-item-image{
    filter: grayscale(100%)  opacity(30%);
}
.settings-grouped-item-disabled .settings-arrow-container{
    filter: grayscale(100%)  opacity(30%);
}
.settings-grouped-item-disabled .settings-header-title-container{
    color: var(--iconcolor);
}

#maintenance-upcoming .settings-grouped-item-image img {
    width: 23px;
}

.settings-arrow-container {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
}

.settings-arrow-container img {
    height: 16px;
    filter: var(--whitesvg);
}

.sub-settings-header {
    justify-content: center;
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--iconcolor);
    border-top: 1px solid var(--iconcolor);
    margin-top: 20px;
    height: 80px;    
}

    .sub-settings-header h3 {
        font-size: 24px;
        margin: 0px;
    }

    .sub-settings-header h4 {
        margin-left: 24px;
    }

#submenuback .sub-settings-header {
    justify-content: unset;
    padding: 26px;
}

.sub-settings-header-info {
    justify-content: unset;
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-bottom: none;
    border-top: 1px solid var(--iconcolor);
    margin-top: 20px;
    height: 80px;
    text-align: left;
    text-indent: 4px;
    }


.sub-settings-header-info2 {
    justify-content: unset;
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--iconcolor);
    border-top: 1px solid var(--iconcolor);
    margin-top: 20px;
    height: 80px;
    text-align: left;
    text-indent: 4px;
}

.sub-settings-info {
    display: flex;
    flex-direction: column;
    margin: 40px;
}

.sub-settings-info2 {
    display: flex;
    flex-direction: column;
    margin: 30px;
    margin-top: 15px;
}

#VehicleSecurity .sub-settings-info {
    margin: 10px 40px 10px 40px;
}

.sub-settings-info-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.sub-settings-info-img img {
    width: 200px;
}

.sub-details-item-row {
    text-align: left;
    padding: 0.2em;
}

.sub-settings-back-btn {
    float: left;
    margin-left: 30px;
}

.sub-settings-info-text {
    margin-bottom: 30px;
}

.sub-details-delete-text, .sub-details-text {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 15px;
}


#guard-settings .settings-arrow-container, #installation-settings .settings-arrow-container {
    opacity: 1;
}

#installation-settings td {
    border: none;
    vertical-align: top;
    width: 20%;
}

#rlm-settings-side-menu table tbody tr {
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

#installation-settings .container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

    /* Hide the browser's default checkbox */
    #installation-settings .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
#installation-settings .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--white);
    border-radius: 15px;
    border: 1px solid var(--black);
}

/* On mouse-over, add a grey background color */
#installation-settings .container:hover input ~ .checkmark {
    background-color: var(--greytext);
}


/* Create the checkmark/indicator (hidden when not checked) */
#installation-settings .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#installation-settings .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#installation-settings .container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.installation-edit-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 25px;
}

/*------------ end Settings page styling ------------*/

/*------------ React Switch styling ------------*/
.switch-checkbox {
    height: 0;
    width: 0;
    visibility: hidden;
}

.SecuritySettings .switch-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 50px;
    height: 25px;
    background: grey;
    border-radius: 50px;
    position: relative;
    transition: background-color .2s;
    margin-bottom: 0;
    float: right;
}

.SecuritySettings .switch-with-label-holder {
    display: flex;
    width: 47%;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.SettingsPage .switch-label {
    cursor: pointer;
    width: 50px;
    height: 25px;
    background: grey;
    border-radius: 50px;
    position: relative;
    transition: background-color .2s;
    margin-bottom: 0;
    float: right;
}

.SettingsPage .switch-with-label-holder {
    display: flex;
}

.switch-label .switch-button {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    transition: 0.2s;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
}

.switch-checkbox:checked + .switch-label .switch-button {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switch-label:active .switch-button {
    /*width: 60px;*/
}

.switch-with-label-holder {
    display: flex;
}

.security-settings-switch .switch-with-label-holder {
    display: flex;
    margin: auto;
    width: 50%;
    justify-content: center;
    align-items: center;
    padding: 1%;
    border: solid 2px black;
    border-radius: 5px;
}

.security-settings-switch .switch-with-label-image-text {
    width: 70%;
    display: flex;
}

.security-settings-switch .switch-button-holder {
    width: 30%;
}


.security-settings-switch .details-setting-label {
    font-weight: 600;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

/*------------ end React Switch styling ------------*/

/*------------ noUi slider ------------*/
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
/* Wrapper for all connect elements.*/
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
    background: var(--redone);
}

.noUi-origin {
    height: 10%;
    width: 10%;
}
/* Offset direction*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
    width: 100%;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        right: -17px;
        top: -6px;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        height: 28px;
        width: 50px;
        right: 0px;
        top: -28px !important;
    }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

/*.noUi-connect {
    background: #3FB8AF;
}*/
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}
/* Disabled state;
 */
/*[disabled] .noUi-connect {
    background: #B8B8B8;
}
*/
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 9px;
    height: 1px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    position: absolute;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    display: block !important;
    color: white !important;
    background-color: none !important;
    bottom: 5% !important;
    font-size: 16px;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.noUi-value.noUi-value-horizontal.noUi-value-large {
    bottom: 80px;
}

.custom-slider-border {
    background: #f5f7f7;
    border-radius: 4px;
    border: 1px solid #181b1e;
    width: 52px;
}

.empty-slider {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

/*nouislider single*/
.modalSlider {
}

    .modalSlider .noUi-handle {
        background-color: white !important;
        border: solid 1px black !important;
        border-radius: 100% !important;
        height: 15px !important;
        width: 15px !important;
        margin-top: -5px;
    }

    .modalSlider .noUi-horizontal {
        height: 5px !important;
    }

        .modalSlider .noUi-horizontal .noUi-handle {
            right: -15px !important;
        }

    .modalSlider .noUi-handle.noUi-handle-lower .noUi-tooltip {
        background-color: white !important;
        color: black !important;
        -webkit-transform: translate(50%, 0) !important;
        transform: translate(50%, 0) !important;
        left: -50px !important;
        bottom: 20px !important;
        top: -30px;
    }

    .modalSlider .noUi-marker.noUi-marker-horizontal.noUi-marker-large {
        display: none !important;
    }

    .modalSlider .noUi-value.noUi-value-horizontal.noUi-value-large {
        bottom: 60px !important;
    }

.custom-single-slider-border {
    background: #f5f7f7;
    border-radius: 4px;
    border: 1px solid #181b1e;
    height: 7px;
}

.modal-schedule-holder {
    padding-top: 45px;
    margin-bottom: 70px;
}

    .modal-schedule-holder .custom-slider-border {
        width: 90%;
        padding: 0px 17px;
    }

    .modal-schedule-holder .noUi-pips-horizontal {
        top: -35px !important;
    }

    .modal-schedule-holder .noUi-tooltip-bottom-handle {
        left: -90% !important;
    }

    .modal-schedule-holder .noUi-tooltip-top-handle {
        left: 90% !important;
    }

    .modal-schedule-holder .noUi-horizontal .noUi-handle {
    }
/* end nouislider single */

.slider-locked .noUi-handle-upper {
    background-image: none !important;
}

.slider-locked .noUi-handle-lower {
    background-image: none !important;
}

#TwoSlot .noUi-origin:nth-child(odd) .noUi-handle .noUi-tooltip {
    background-color: transparent !important;
    color: white !important;
    border: none;
    padding: 0%;
    transform: translate(-50%, 0);
    left: 50%;
}

#TwoSlot .noUi-origin:nth-child(even) .noUi-handle .noUi-tooltip {
    background-color: transparent !important;
    color: white !important;
    border: none;
    padding: 0%;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0px;
}

.slider-paused .noUi-connect {
    background-color: #B3B3B3 !important;
}

.slider-paused .noUi-tooltip {
    background-color: #B3B3B3 !important;
}

.slider-paused .noUi-handle {
    background-color: #B3B3B3 !important;
}

.hidden-slider-with-pips-container {
    width: 50px;
    margin-top: 28px;
}
/*pips position*/
.noUi-value {
    left: 30px;
    margin-top: -12px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 22px;
    left: 34px;
    transform: rotate( 180deg );
}

.schedule-area-container .noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 22px;
    left: 34px;
    transform: rotate( 180deg );
}

.schedule-area-container .noUi-value {
    /*transform: scale(-1, -1);*/
    left: 30px;
    margin-bottom: -12px;
}

#lawn-size-slider .noUi-value {
    transform: scale(1, 1) !important;
    bottom: 45px !important;
}

#scheduleWizardModalPage2 .btn {
    height: 40px;
}

#schedule-modal .noUi-value {
    transform: scale(1, 1);
    margin-left: -7px;
}

#lawn-size-slider .noUi-value {
    transform: scale(1, 1) !important;
    bottom: 45px !important;
}

#schedule-modal .noUi-value {
    transform: scale(1, 1);
    margin-left: -7px;
}

.slider-edit .noUi-target, .slider-locked .noUi-target {
    padding-top: 0px;
}

.hidden-slider-with-pips-container .noUi-base {
    display: none !important;
}


.noUi-target {
    border-radius: 0% !important;
}

.noUi-horizontal {
}

.noUi-handle {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    top: 0 !important;
    cursor: ns-resize !important;
    background-size: 100% 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* .noUi-origin:nth-child(2) > .noUi-handle,  */
.noUi-origin:nth-child(3) > .noUi-handle {
}

.noUi-origin:nth-child(4) > .noUi-handle {
    top: 0px !important;
}

.noUi-origin:last-child > .noUi-handle {
    top: -0px !important;
    height: 28px !important;
}

.noUi-handle:before, .noUi-handle:after {
    content: none !important;
}

.noUi-handle.noUi-handle-upper .noUi-tooltip {
    background-color: transparent !important;
    color: white !important;
    border: none;
    padding: 0%;
    transform: translate(-50%, 0);
    left: 50%;
}

.noUi-handle.noUi-handle-lower .noUi-tooltip {
    background-color: transparent !important;
    color: white !important;
    border: none;
    padding: 0%;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0px;
}

.noUi-tooltip-top-handle {
    display: block !important;
    background-color: none !important;
    color: white !important;
    transform: translate(-100%, 0) !important;
    left: -5% !important;
    bottom: 6% !important;
    border: none !important;
    padding: 0% !important;
    position: inherit;
}

.noUi-tooltip-bottom-handle {
    display: block !important;
    background-color: none !important;
    color: white !important;
    transform: translate(100%, 0) !important;
    left: 5% !important;
    bottom: 6% !important;
    border: none !important;
    padding: 0% !important;
    position: inherit;
}
/*------------ Schedule Styling ------------*/


.input-border {
    border: 2px solid #5c6873c4 !important;
    border-radius: 0.4rem !important;
}

.wrapper-modal-body {
    display: flex;
    flex-direction: row;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    max-height: 400px;
}


.wrapper-details-bar {
    display: flex;
    flex-direction: row;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    outline: 1px solid #707070;
    opacity: 1;
}

.main-content-wrapper {
    height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
}

.main-content-container-bottom {
    width: 100%;
    margin-top: auto;
}

.main-content-container {
    width: 100%;
    overflow-y: scroll;
    margin: auto;
}

.small-icon {
    width: 22px;
    height: 22px;
}

.btn-tiny {
    width: 30px;
    padding: 0px;
    box-shadow: none;
    background: white;
    border-radius: 0px;
    opacity: 1;
}

.btn-tiny-no-bg {
    width: 30px;
    height: 30px;
    padding: 0px;
    box-shadow: none;
    background: none;
    border-radius: 0px;
    opacity: 1;
}

.schedule-small-label {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
}

.schedule-right-icons {
    display: flex;
    justify-content: space-evenly;
}

/*Schedule day label*/
.schedule-day-label-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}



/*Schedule day label*/
/*Schedule tooltips*/
/* Tooltip container */
.schedule-tooltip {
    position: relative;
    display: inline-block;
    background-color: #f7f7f7;
}

    /* Tooltip text */
    .schedule-tooltip .schedule-tooltiptext {
        visibility: hidden;
        width: 100px;
        background-color: #23282c;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 5;
        bottom: 120%;
        left: 50%;
        margin-left: -50px;
        font-size: 12px;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .schedule-tooltip:hover .schedule-tooltiptext {
        visibility: visible;
    }

    .schedule-tooltip .schedule-tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }
/*Schedule tooltips*/

/*NEW Schedule*/

.slider-locked {
    height: 100%;
}

.slider-edit {
    height: 100%;
}

.hidden-slider-with-pips-container {
    height: 55%;
}

.custom-slider-border {
    height: calc(95%);
    padding: 28px 0;
}

.custom-slider-border-short {
    height: calc(85% - 50px);
}

.slider-colum {
    margin: 0px 3px;
    width: 50px;
    height: 90%;
}

.slider-colum-container {
    height: 98%;
}

#oneSlot, #TwoSlot, #hiddenPips,#oneSlotFromWeekDays2,#emptySlot {
    height: calc(100% + 28px);
    width: 50px;
}

#oneSlot, #TwoSlot,#oneSlotFromWeekDays2,#emptySlot {
    height: 100%;
}

#emptySlot .noUi-handle {
    display: none;
}

.schedule-area-container {
    height: 100%;
    width: 100%;
    display: flex;
}

.schedule-top-area {
    padding-top: 20px;
    height: 75%;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.schedule-button-area {
    height: 20%;
    width: 100%;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
}

    .schedule-button-area button {
        font-size: 18px;
    }

/* end NEW Schedule*/

/*------------ end Schedule Styling ------------*/

/*------------ Overview Symmary card (dashboard) styling ------------*/
.dashboard-card-container {
    position: absolute;
    bottom: 20px;
    left: 40px;
    text-align: left;
    display: flex;
    justify-content: left;
    flex-flow: wrap;
}

.dashboard-card {
    background-color: white;
    padding: 25px 30px 25px 30px;
    border: 1px solid lightgray;
    border-radius: 8px;
    text-align: left;
    margin-right: 20px;
    margin-top: 20px;
}

.dashboard-card-btn {
    background-color: var(--redone);
    border-radius: 100%;
    text-align: center;
    margin-right: 20px;
    align-self: center;
    margin-top: 20px;
    width: 55px;
    height: 55px;
}

.dashboard-card-btn-btn {
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

    .dashboard-card-btn-btn img {
        width: 18px;
        height: 18px;
        margin-bottom: 4px;
    }

.modal-hidden {
    display: none;
}

.modal-visible {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.7;
}

.modal-body-content {
    width: 100%;
    height: 580px;
}

.modal-body-content-left {
    width: 55%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0px 0px 8px;
}

.modal-h2 {
    font-size: 32px;
    text-decoration: none;
    color: var(--darkgrey);
    font-family: proximanova-black
}

.modal-btn-dropdown-square {
    width: 100%;
    border: 1px solid rgba(37, 55, 60, 1);
    text-align: left;
    padding: 15px;
    border-radius: 0px;
}

.modal-dropdown-square {
    width: 100%;
    border: 1px solid rgba(37, 55, 60, 1);
    border-radius: 0px;
    margin-top: 0px;
}

.modal-dropdown-square-item:last-child {
    border-bottom: 0;
}

.modal-dropdown-square-item-disabled:last-child {
    border-bottom: 0;
}

.modal-dropdown-square-item-inactive {
}

.modal-body-content-right {
    width: 45%;
    background-color: var(--appheader);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 8px 8px 0px;
}

.btn-modal-add-new {
    width: auto !important;
    padding: 12px 40px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.container-top-right {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-content {
    border-radius: 10px;
}

/*------------ end Overview Symmary card (dashboard) styling ------------*/

/*------------ Maintenance styling ------------*/
#maintenance-task h2, #project-details h2 {
    font-family: proximanova-regular;
    font-weight: bold;
}

#details-maintenance-list .task-list-grouped-item {
    cursor: pointer;
}

#create-task .form-control {
    font-size: 16px;
    color: var(--black);
}

.activity-tasks {
    /*background: #F5F7F7 0% 0% no-repeat padding-box;*/
    background: var(--white) 0% 0% no-repeat padding-box;
    border: 1px solid var(--darkgrey);
    border-radius: 6px;
}

#maintenance-task .acitivity-tasks {
    background: var(--white);
    padding: 10px 5px;
}

.task-list {
    letter-spacing: 0px;
    color: var(--bodytext);
    list-style: none;
    padding-left: 13px;
    padding-right: 13px;
}

    .task-list i {
        color: #2E2E2E !important;
        font-size: 22px;
    }

.task-list-grouped-item {
    text-align: left;
    display: flex;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
}

    .task-list-grouped-item:not(:last-child) {
        border-bottom: 1px solid var(--blackborder);
    }

.task-list-duedate-container {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
    min-width: 85px;
}

.task-list-duedate {
    font-size: 16px;
    color: var(--redone);
}

#maintenance-area h4 {
    font-size: 18px;
    font-family: proximanova-black;
}

.btn-maintenance-active {
    color: #fff;
    background-color: var(--redone);
    border: none;
}

.maintenance-card-header {
    color: black;
    background-color: var(--light);
}

.maintenance-card-body {
    background-color: var(--light);
}

.maintenance-filter-header-disabled {
    color: var(--secondary);
    cursor: pointer;
    text-decoration: none;
}

.maintenance-filter-header-active {
    color: black;
    cursor: pointer;
    text-decoration: none;
}

.maintenance-top-container {
    text-align: left;
    padding: 20px 0 20px 60px;
}

.btn-filtered-mower {
    width: auto;
    padding: 10px 15px;
}

.btn-mini-close {
    width: auto;
}

.filter-mower-name {
    display: inline-block;
    color: #fff;
    background-color: var(--redone);
    background: #CC0C2F 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 30px;
    border: none;
    padding: 6px 15px;
}

.trash-left:hover {
    /*color: var(--redonepointone);*/
    cursor: pointer;
}

span.check-icon {
    width: 36px;
    font-size: 36px;
    position: relative;
    padding-left: 6px;
    margin: 0 13px 0 16px;
    bottom: 7px;
}

    span.check-icon i[data-completed="true"] {
        color: #01b736 !important;
    }

    span.check-icon i[data-completed="false"] {
        color: var(--bodytext) !important;
    }

#maintenance-task .activity-tasks, #work-task-details .activity-tasks, #device-group-details .activity-tasks {
    background: #ffffff 0% 0% no-repeat padding-box;
    padding: 10px 5px;
    position: relative;
}

span.trash-left {
    position: absolute;
    right: 12px;
    top: 6px;
}

    span.trash-left i {
        color: var(--bodytext);
    }

.edit-circle {
    height: 36px;
    width: 36px;
    background-color: #25373c;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin: 0 1px;
}

.dot-circle:nth-child(1) {
    height: 4px;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    top: 16px;
    left: 6px;
    position: absolute;
}

.dot-circle:nth-child(2) {
    height: 4px;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    top: 16px;
    right: 16px;
    position: absolute;
}

.dot-circle:nth-child(3) {
    height: 4px;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    top: 16px;
    right: 7px;
    position: absolute;
}

.edit-circle:hover {
    cursor: pointer;
}

#maintenance-task .task-list-title-container, #work-task-details .task-list-title-container {
    padding-right: 12px;
}

#history-tasks-list .task-list-duedate-container, #project-details .task-list-duedate-container .completed {
    color: var(--green);
    min-width: 105px;
}

.input-dark-border {
    border: 1px solid var(--blackborder) !important;
}

#work-task-details .check-icon, #maintenance-task .check-icon {
    cursor: pointer;
}


/*------------ end Maintenance styling ------------*/

/*-------------- TASK ----------------*/
.connectionIcon {
    margin-left: auto;
    margin-right: 7px;
    /* align-content: baseline; */
    /* align-items: baseline; */
    display: flex;
    align-items: center;
    /* margin-bottom: 6px; */
}

.productlist-header {
    font-size: 16px;
    /*font-weight: bold;*/
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    background-color: var(--white);
    color: var(--bodytext);
    min-height: 45px;
    border-bottom: 1px solid var(--blackborder);
}

.productlist-item {
    margin-bottom: 5px;
    text-align: left;
    background-color: white;
    border-top: 1px solid var(--iconcolor);
    border-bottom: 1px solid var(--iconcolor);
}

.validation-summary-valid {
    display: none !important;
}


.validation-summary-error {
    display: block !important;
}


.font-weight-700 {
    font-weight: 700;
}

#project-container a {
    text-decoration: none;
    color: inherit;
}

#task-container a {
    text-decoration: none;
    color: inherit;
}

.project-description {
    min-height: 80px;
    max-width: 550px;
}

.btn-three-dots-dropdown {
    padding: 0;
    height: 38px;
    width: 40px;
    border-radius: 20px;
}

    .btn-three-dots-dropdown:focus {
        box-shadow: 0 0 0 0.25rem rgba(var(--redonergb), 0.25);
    }

.dark-border-box {
    border: 1px solid var(--blackborder);
    border-radius: 10px;
    background-color: var(--white);
}

.dark-border-box-text {
    height: 100%;
    padding-top: 10px;
}

.activity-tasks .settings-arrow-container {
    opacity: 1;
}

    .activity-tasks .settings-arrow-container img {
        transform: rotate(90deg);
        filter: var(--arrowsvg);
    }

#project-container .settings-grouped-item-image img {
    height: 20px;
    width: 25px;
}


/*-------------- end TASK ----------------*/

/*react modal map*/
.modal .map {
    height: 400px;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

/*react modal map*/

/*------------ Form control ------------*/
.form-group input.my-class {
    border: 1px solid #E0E0E0;
    border-radius: .25rem;
    outline: none;
    width: 100%;
    padding: 8px 4px 8px 10px;
}

.form-group input.letter-spacing-V1 {
    letter-spacing: 3px;
}

.form-group input.my-class::placeholder {
    color: rgba(0,0,0,0.3);
}

.form-group input.my-class:focus::placeholder {
    color: rgba(0,0,0,0.2);
}

.form-control:focus {
    border-color: var(--redone, #998fed);
    box-shadow: 0 0 0 0.25rem rgba(var(--redonergb), 0.25);
}

.text-primary {
    color: var(--redone, #321fdb) !important;
}

.form-control:not(select) {
    display: block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--border);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.form-control:disabled, .form-control[readonly] {
    background-color: var(--greytext);
    opacity: 1;
}

input.form-control {
    background-color: var(--white);
}

input[type="search"].form-control {
    border: #B3B3B3 1px solid;
    border-radius: 15px;
}
/*------------ end Form control ------------*/


/*------------ Search ------------*/

.search input {
    height: 40px;
    width: 100%;
    padding: 0 12px 0 25px;
    background: #F5F7F7;
    border-radius: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: #B3B3B3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px #e5e7ed, 0 0px 0 #fcfcfc;
    -moz-box-shadow: inset 0 1px #e5e7ed, 0 0px 0 #fcfcfc;
    -ms-box-shadow: inset 0 1px #e5e7ed, 0 0px 0 #fcfcfc;
    -o-box-shadow: inset 0 1px #e5e7ed, 0 0px 0 #fcfcfc;
    box-shadow: inset 0 1px #e5e7ed, 0 0px 0 #fcfcfc;
}

    .search input:focus {
        outline: none;
        border-color: #66b1ee;
        -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
        -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
        -ms-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
        -o-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
        box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    }

        .search input:focus + .results {
            display: block
        }

.search .results {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;
}

    .search .results li {
        display: block;
    }

        .search .results li a {
            text-decoration: none;
            color: black;
            text-shadow: none;
            display: block;
            padding: 6px 40px 6px 10px;
        }

            .search .results li a:hover {
                text-decoration: none;
            }

        .search .results li:first-child {
            margin-top: -1px
        }

        .search .results li:last-child {
            margin-bottom: -1px
        }

    .search .results div {
        display: block;
        position: relative;
        margin: 0 -1px;
        color: #808394;
        font-weight: 500;
        text-shadow: 0 1px #fff;
        border: 1px solid transparent;
        border-radius: 3px;
    }

    .search .results a span {
        font-weight: 200
    }


    .search .results div:hover {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
        border-color: var(--iconcolor);
        background-color: var(--iconcolor);
        -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
        -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    }

.selectedIndex {
    background: var(--iconcolor);
}


/*----End of Search bar----*/


/*----- Search result ----*/



#searchLinkPic img {
    border: 5px solid #DBDBDB;
    border-radius: 8px;
    opacity: 1;
}

.img_container {
    position: relative;
    text-align: center;
    color: white;
}


.resultBox {
    top: 668px;
    left: 1027px;
    width: 375px;
    height: 324px;
    box-shadow: 0px 3px 6px #00000029;
    border: 5px solid #DBDBDB;
    border-radius: 8px;
    opacity: 1;
}

.search-result {
    background-color: #F5F7F7;
    border: 1px solid #B3B3B3;
    padding: 20px 20px 20px 20px;
    position: absolute;
    z-index: 15;
    width: 100%;
    display: flex;
    overflow-x: auto;
}

.search-result-invalid {
    padding-left: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    align-self: center;
}

.search-result-missing-header {
    padding-top: 3em;
    text-align: center;
    font-size: 40px;
    font-family: proximanova-black;
    color: #000000;
    opacity: 1;
}

.search-result-missing-text {
    text-align: center;
    font-size: 25px;
    padding-bottom: 3em;
}

.search-result-card {
    display: inline-block;
    border: 1px solid #B3B3B3;
    border-radius: 8px;
    margin-left: 20px;
    text-align: left;
    background-color: white;
    min-width: 320px;
    max-width: 320px;
}

.search-result-card-outer {
    display: table;
    min-height: 234px;
}

.search-result-card-inner {
    display: table-row;
}

.search-result-card-left {
    display: table-cell;
    width: 20px;
    border-radius: 8px 0 0 8px;
}

.search-result-card-right {
    display: table-cell;
    padding: 10px 10px 10px 15px;
}

    .search-result-card-right img {
        margin: 10px;
    }

    .search-result-card-right .btn-light {
        border-radius: 28px;
        opacity: 1;
        background-color: #ffffff;
        border: 1px solid #B3B3B3;
        color: #000000;
        height: 28px;
        padding: 0px 15px 0px;
        margin-top: 10px;
        width: 10em;
    }

/*----- /Search result ----*/

/*------------ end Search ------------*/

/*------------ Spinner ------------*/
#loadingoverlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/*------------ end Spinner ------------*/

/*------------ Account ------------*/
#profile-form, #delete-user, #change-password-form label {
    font-weight: bold;
    font-size: 16px;
}
/*------------ end Account ------------*/

/* Notifications */
.badge-notify {
    position: absolute;
    top: -15px !important;
    right: 7px !important;
    font-size: 8px;
    background-color: var(--cramerred);
    color: white;
}

.notifications-header {
    font-size: 18px;
    font-weight: 900;
    padding: 7px 20px 7px 20px;
}

.notification-item-divider {
    margin: 0px;
}

.notification-item {
    min-width: 350px;
}

.notification-item-link {
    padding: 7px 20px 7px 20px;
}

.notification-item-header-row {
    margin-bottom: 10px;
}

.notification-item-header {
    font-size: 16px;
    font-weight: 500;
}

.notification-item-text {
    color: #73818f !important;
}

.notification-item-time {
    color: #73818f !important;
    padding-left: 40px;
    float: right;
}

.notification-all-item-text {
}

.modal-custom-left-bottom {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 400px;
    margin: 0;
}

.btn-modal-dark {
    background-color: #25373c;
}

/*----- Round checkbox ----*/
.round {
    position: relative;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #66bb6a;
            border-color: black;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }
/*-----END Round checkbox ----*/

/*----- Modal schedule wizard ----*/
.modal-steps-image {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 40%;
    width: 50%;
}

.modal-steps-container {
    width: 5%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f5f7f7;
}

#output .modal-footer .nav-link, #modal-output .modal-footer .nav-link, #error-info-modal .modal-footer .nav-link {
    color: var(--bodytext);
    text-decoration: underline;
    /*font-size: small;*/
    font-size: 16px;
    width: auto;
    padding: 0;
}

.modal-footer-custom {
    padding-right: 5%;
    margin-top: 5%;
    position: absolute;
    bottom: 0;
    width: 95%;
}

.modal-body-custom {
    padding-right: 5%;
}

.border-rad-left {
    border-radius: 10px 0px 0px 10px;
    border: 1px solid black;
}

.border-rad-right {
    border-radius: 0px 10px 10px 0px;
    border: 1px solid black;
}

.border-rad-none {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid black;
}

.customTimeContainer {
    display: flex;
    flex-direction: column;
    width: auto;
}

    .customTimeContainer input[type='number']::-webkit-inner-spin-button,
    .customTimeContainer input[type='number']::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .customTimeContainer input[type='number'] {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        margin-left: 10px;
        font-size: xx-large;
    }

.rotate-svg-right {
    transform: rotate(90deg);
    filter: invert(80%) sepia(0%) saturate(7458%) hue-rotate(293deg) brightness(105%) contrast(101%);
    width: 20px;
}

.rotate-svg-left {
    transform: rotate(-90deg);
    filter: invert(80%) sepia(0%) saturate(7458%) hue-rotate(293deg) brightness(105%) contrast(101%);
    width: 20px;
}
/*-----END Modal schedule wizard ----*/

/*----- Add Mower pin input ----*/
.input-pin-small-box {
    width: 30px;
    flex: 0 0 auto;
    padding: 0;
    text-align: center;
}

#pin-select-input-container input[type='number']::-webkit-inner-spin-button,
#pin-select-input-container input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#pin-select-input-container input[type=number] {
    -moz-appearance: textfield;
}
/*----- END Add Mower pin input ----*/

/*----- Add product modal ----*/
.progress-modal-steps {
    position: absolute;
    width: 60px;
    height: 100%;
    border-right: 1px solid #384345;
    z-index: 10;
    background: #E0E0E0 0% 0% no-repeat padding-box;
    border-radius: 0.3rem 0rem 0rem 0.3rem;
}

.modal-title-absolute-center {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--darkgrey);
    width: fit-content;
}

.progress-modal-steps img {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-body-with-absolute-bar {
    /*width: 95%;
    margin-left: auto;*/
}

.modal-footer-with-absolute-bar {
    width: 93%;
    margin-left: auto;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}

#modalProductGeneral .modal-footer-with-absolute-bar {
    justify-content: end;
}

.product-add-card {
    background: #F5F7F7 0% 0% no-repeat padding-box;
    border: 2px solid #E0E0E0;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.product-add-card-text {
    width: 50%;
    font-size: 16px;
    color: var(--bodytext);
    font-weight: bold;
    text-align: center;
}

.product-add-card-img {
    width: 100px;
}

.product-add-card-arrow {
    width: 10px;
    filter: var(--whitesvg);
}
/*progress dots modal*/
.progress-modal-steps ul {
    text-align: justify;
    position: absolute;
    overflow: hidden;
    font-size: 0;
    padding: 0px;
    transform: rotate( 90deg );
    margin: 0px;
    width: 200px;
    top: 45%;
    left: -70px;
}

    .progress-modal-steps ul:before, .progress-modal-steps.active:after {
        content: '';
        width: 100%;
        border: 1px solid #213035;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        z-index: -1;
    }

.progress-modal-steps.active:after {
    border-color: lightblue;
}

.progress-modal-steps ul:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.progress-modal-steps .active ~ li {
    background: var(--white);
    color: var(--black);
}

.min-height-400 {
    min-height: 400px;
}

.modal-margin-left {
    margin-left: 60px;
}

.add-modal-pages {
    /*margin-top: 40px;*/
    /*margin-left: 15px;*/
}

.modal-small-text {
    font-size: 16px;
    margin-top: 15px;
    padding: 0px 3px;
}
/*----- end Add product model ----*/

**nouislider single*/

.wire-slider {
}

.wire-slider .noUi-handle {
    background-color: var(--white) !important;
    border: none !important;
    border-radius: 100% !important;
    height: 25px !important;
    width: 25px !important;
    margin-top: -8px;
    box-shadow: 0px 3px 6px #00000029 !important;
}

.wire-slider .noUi-horizontal {
    height: 5px !important;
}

    .wire-slider .noUi-horizontal .noUi-handle {
        right: -15px !important;
        cursor: w-resize !important;
    }

.wire-slider .noUi-handle.noUi-handle-lower .noUi-tooltip {
    background-color: #f7f7f7 !important;
    color: #808080 !important;
    -webkit-transform: translate(50%, 0) !important;
    transform: translate(50%, 0) !important;
    left: -25px !important;
    bottom: 20px !important;
    top: -30px;
    z-index: -1;
}

.wire-slider .noUi-marker.noUi-marker-horizontal.noUi-marker-large {
    display: none !important;
}

.wire-slider .noUi-value.noUi-value-horizontal.noUi-value-large {
    bottom: 60px !important;
}

.wire-slider .custom-single-slider-border {
    border-radius: 8px;
    border: none;
    background: var(--redone);
    height: 8px;
}

.wire-slider .noUi-value {
    transform: none;
    left: 30px;
    margin-bottom: -12px;
}

.wire-slider .noUi-marker.noUi-marker-horizontal.noUi-marker-normal {
    display: none;
}

.small-number-input {
    border: 1px solid #2E2E2E;
    border-radius: 5px;
    width: 67px;
    height: 42px;
    padding-left: 20px;
}

.lawn-size-slider .noUi-horizontal .noUi-handle {
    cursor: w-resize !important;
}

.radio-group .checkmark {
    top: -10px !important;
    left: 10px !important;
}

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

.overlay-element {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.overlay-element-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*<!-- Override background color -->*/
.Toastify__toast--success {
    background: #7AC143 !important;
}

.blade-text-label {
    color: #7AC143;
}

.app-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    margin-top: 75px;
}

    .app-body .main {
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .app-body .sidebar {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        -ms-flex-order: -1;
        order: -1;
    }

.public-event-log.error {
    background-color: #CF0A2C;
}

.public-event-log.fatal-error {
    background-color: #CF0A2C;
}

.public-event-log.warning {
    background-color: #ED9B40;
}

.public-event-log.info {
    background-color: #1EA0F2;
}

.public-event-log.alarm {
    background-color: #CF0A2C;
}



.navbar-collapse .navbar-nav {
    background-color: var(--appheader);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 33 33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.form-check {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    margin-right: 0.375em;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    vertical-align: top;
    background-color: var(--cui-form-check-input-bg, #fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #998fed;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
}

.form-check-input:checked {
    background-color: var(--cui-form-check-input-checked-bg-color, #30353B);
    border-color: var(--cui-form-check-input-checked-border-color, #30353B);
}

    .form-check-input:checked[type=checkbox] {
        background-image: var(--cui-form-check-input-checked-bg-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.87%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"));
    }

    .form-check-input:checked[type=radio] {
        background-image: var(--cui-form-check-radio-checked-bg-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgba%28255, 255, 255, 0.87%29'/%3e%3c/svg%3e"));
    }

.form-check-input[type=checkbox]:indeterminate {
    background-color: #30353B;
    border-color: #30353B;
    background-image: var(--cui-form-check-input-indeterminate-bg-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.87%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"));
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.form-check-label {
    color: var(--cui-form-check-label-color, unset);
    padding-left: 10px;
    padding-right: 10px;
}

.form-switch {
    padding-left: 0.375em;
}

.form-switch .form-check-input {
    width: 1.5em;
    margin-left: -0.375em;
    background-image: var(--cui-form-switch-bg-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"));
    background-position: left center;
    border-radius: 1.5em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: var(--cui-form-switch-focus-bg-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23998fed'/%3e%3c/svg%3e"));
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: var(--cui-form-switch-checked-bg-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.87%29'/%3e%3c/svg%3e"));
}

.form-switch-lg {
    min-height: 1.3333333333em;
    padding-left: 2.5em;
}

    .form-switch-lg .form-check-input {
        width: 2em;
        height: 1.3333333333em;
        margin-left: -2.5em;
    }

.form-switch-xl {
    min-height: 1.6666666667em;
    padding-left: 3em;
}

    .form-switch-xl .form-check-input {
        width: 2.5em;
        height: 1.6666666667em;
        margin-left: -3em;
    }

.form-check-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.btn:disabled {
    cursor: default;
}

.form-check-primary {
    --cui-form-check-input-checked-bg-color: #321fdb;
    --cui-form-check-input-checked-border-color: #321fdb;
    --cui-form-check-input-indeterminate-bg-color: #321fdb;
    --cui-form-check-input-indeterminate-border-color: #321fdb;
}

.form-check-secondary {
    --cui-form-check-input-checked-bg-color: #9da5b1;
    --cui-form-check-input-checked-border-color: #9da5b1;
    --cui-form-check-input-indeterminate-bg-color: #9da5b1;
    --cui-form-check-input-indeterminate-border-color: #9da5b1;
}

.form-check-success {
    --cui-form-check-input-checked-bg-color: #2eb85c;
    --cui-form-check-input-checked-border-color: #2eb85c;
    --cui-form-check-input-indeterminate-bg-color: #2eb85c;
    --cui-form-check-input-indeterminate-border-color: #2eb85c;
}

.form-check-info {
    --cui-form-check-input-checked-bg-color: #39f;
    --cui-form-check-input-checked-border-color: #39f;
    --cui-form-check-input-indeterminate-bg-color: #39f;
    --cui-form-check-input-indeterminate-border-color: #39f;
}

.form-check-warning {
    --cui-form-check-input-checked-bg-color: #f9b115;
    --cui-form-check-input-checked-border-color: #f9b115;
    --cui-form-check-input-indeterminate-bg-color: #f9b115;
    --cui-form-check-input-indeterminate-border-color: #f9b115;
}

.form-check-danger {
    --cui-form-check-input-checked-bg-color: #e55353;
    --cui-form-check-input-checked-border-color: #e55353;
    --cui-form-check-input-indeterminate-bg-color: #e55353;
    --cui-form-check-input-indeterminate-border-color: #e55353;
}

.form-check-light {
    --cui-form-check-input-checked-bg-color: #ebedef;
    --cui-form-check-input-checked-border-color: #ebedef;
    --cui-form-check-input-indeterminate-bg-color: #ebedef;
    --cui-form-check-input-indeterminate-border-color: #ebedef;
}

.form-check-dark {
    --cui-form-check-input-checked-bg-color: #4f5d73;
    --cui-form-check-input-checked-border-color: #4f5d73;
    --cui-form-check-input-indeterminate-bg-color: #4f5d73;
    --cui-form-check-input-indeterminate-border-color: #4f5d73;
}

.app-border-2 {
    border: 2px solid #2F353B;
}


i.battery-level, i.battery-level-0, i.battery-level-1, i.battery-level-2 {
    background-image: none;
    max-width: 142px;
    min-width: 20px;
    min-height: 20px;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


i.battery-level-2 {
    background-image: url(/images/danger-battery-level.svg);
}

i.battery-level-1 {
    background-image: url(/images/battery_temp_x.png);
}

i.battery-level-0 {
    background-image: url(/images/battery_temp_check.png);
}

i.icon-list-page {
    display: block;
    min-height: 30px;
    background-position: left center;
}

ul.pagination {
    text-transform: uppercase;
}

.glb-icon {
    display: inline-block;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.glb-icon.battery {
    -webkit-mask: url(/images/battery_info/battery-soc.svg) no-repeat 50% 50%;
    mask: url(/images/battery_info/battery-soc.svg) no-repeat 50% 50%;
}

.glb-icon.charging {
    width: 16px;
    height: 29px;
    -webkit-mask: url(/images/battery_info/charging.svg) no-repeat 50% 50%;
    mask: url(/images/battery_info/charging.svg) no-repeat 50% 50%;
}

.glb-icon.temperature {
    width: 16px;
    height: 29px;
    -webkit-mask: url(/images/battery_info/temperature.svg) no-repeat 50% 50%;
    mask: url(/images/battery_info/temperature.svg) no-repeat 50% 50%;
}

.glb-icon.icon-black {
    background-color: #000;
}
.glb-icon.icon-blue {
    background-color: #1D8BF1;
}
.glb-icon.icon-red {
    background-color: #CF0A2C;
}

.bg-light-grey {
    background: lightgrey !important;
}
.bg-light-green {
    background: rgba(122, 193, 67, 0.3) !important;
}

.cursor-default {
    cursor: default;
}

.lawnmower-error-list .error-level {
    margin-left: 15px;
}

.lawnmower-error-list .error-critical {
    border-left: solid 10px #CC0C2F;
}
.lawnmower-error-list .errorbg-temporary {
    border-left: solid 10px #FF8A00;
}
.lawnmower-error-list .error-minor {
    border-left: solid 10px #FFD800;
}
.lawnmower-error-list .error-none {
    border-left: solid 10px #FFD80000;
}

.lawnmower .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}
.lawnmower .grid-item {
  text-align: center;
}
.lawnmower .battery-level-container {
    margin-bottom: 0;
}

.color-gray {
  color: #B3B3B3;
}

.checkbox-black:checked {
    background-color: var(--black) !important;
}

.products-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.products-list img{
    width: 40px;
    height: 40px;
}

.cluster-marker {
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    color: #2F353B;
    font-size: 24px;
    background: #fff;
    border: 3px solid #2F353B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-marker-to-details{
    height: 26px;
    padding-top: 8px;
    width: 100%;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.map-marker-to-details i{
    font-size: 18px;
    color: #000;
}

.tooltip-img-close{
    position: absolute;
    top: 5px;
    right: 16px;
}
.tooltip-img-close i{
    font-size: 27px;
    color: #000;
}

.map-tool-tip-box{
    z-index: 9999;
    position: absolute;
    bottom: 20px;
    right: 55px;
}

.map-tool-tip{
    width: 156px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--border-color-88, #E0E0E0);
    background: #FFF;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-tool-tip-union-box{
    position: absolute;
    top: -104px;
    right: 0px;
}
.map-tool-tip-union-box-text{
    position: absolute;
    top: 15px;
    width: 100%;
    text-align: center;
}

.map-tool-tip img{
    height: 20px;
    vertical-align: middle;
}

.map-dialog-title {
    color: #2F353B;
    font-size: 36px;
    font-weight: 600;
}

.map-dialog-content {
  margin: 0 auto;
}

.map-dialog-content .map-content {
    width: 530px;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    text-align: left;
 }

.map-dialog-content .map-dialog-content-img{
  margin-right: 50px;
}

.map-dialog-content .map-dialog-content-img img{
    width: 45px;
}
.map-dialog-content .map-dialog-content-img img{
    width: 45px;
}

.map-dialog-content-line2 img{
    width: 69px;
}

.map-dialog-content-buttom{
    margin: 0 auto;
    margin-top: 50px;
}

.map-dialog-content-buttom .map-dialog-content-buttom-text{
    width: 140px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    background-color: #2F353B;
    color: #fff;
}

.cursor-pointer{
    cursor: pointer;
}

.products-schedule-tip-box {
    width: 630px;
    padding:20px 0 40px 0;
    background-color: var(--white);
    color: var(--black);
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 2vh;
    left: 520px;
}

.products-schedule-tip-box-content{
    max-height: 70vh;
    overflow-y: auto;
    padding: 10px 100px;
}

.products-schedule-tip-box::after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: -40px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; 
    border-right: 20px solid #fff;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.products-schedule-tip-box-header{
    min-height: 26px;
    display: flex;
    justify-content: center;
    position: relative;
}

.products-schedule-tip-box-header-button{
    position: absolute;
    right: 20px;
}
.products-schedule-tip-box-header-button i{
    font-size: 25px;
    color: #2E2E2E ;
}


.products-schedule-tip-box-footer{
    display: flex;
    justify-content: center;
}
.products-schedule-button {
    font-weight: 600;
    width: 140px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #2F353B;
    margin: 0 10px;
}
.products-schedule-save{
    color: #fff;
    background-color: #2F353B;
    line-height: normal;
}

.products-schedule-tip-box .btn-primary{
    margin-right: 5px;
    background-color: #2F353B;
    color: #fff;
}

.products-schedule-tip-box .btn-secondary{
    margin-right: 5px;
    background-color: #fff;
    color: #2F353B;
}
.settings-slider-box{
    margin-bottom: 40px;
}
.settings-slider-box .MuiSlider-marked{
    margin-left: 10px;
    margin-top: 10px;
}
.settings-slider-box .MuiSlider-markLabel{
    font-weight: 700;
}
.schedule-wizard-radio{
    position: relative;
}

.schedule-wizard-time{
    position: absolute;
    bottom: -5px;
    left: 160px;
}

.c-alarmorerror {
    height: 20px;
    color: var(--alarmorerror);
}
.margin-right-20{
    margin-right: 20px !important;
}

.week-selection{
    margin-bottom: 40px;
}

.schedule-edit-header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 700;
    height: 44px;
}
.schedule-edit-header i{
    color: #000;
    font-size: 20px;
}

.schedule-edit-header .header-day {
    font-size: 36px;
    width: 190px;
    margin: 0 60px;
    text-align: center;
}

.schedule-time-slot-box{
    margin-bottom: 5px;
}

.schedule-time-slot-box-line {
    display: flex;
    align-items: center;
}

.schedule-time-slot-line {
    width: 25px;
    height: 5px;
    top: 60px;
    left: 180px;
    gap: 0px;
    border-radius: 3px 0px 0px 0px;
    opacity: 0px;
    background-color: #000;
    margin: 0 15px;
}

.schedule-time-slot-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.schedule-time-slot-icon {
    color: #000;
    margin-left: 15px;
    font-size: 25px;
}

.schedule-add-time-slot {
    width: 165px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    border-radius: 6px;
    opacity: 0px;
    background-color: #2F353B;
}

.schedule-time-slot-icon-plus {
    height: 25px;
    width: 25px;
    color: #fff;
}

.schedule-copy-schedule-to-day {
    padding: 0 40px;
    margin: 40px 0;
}

.schedule-copy-schedule-to-day-header {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.schedule-copy-schedule-to-day-select {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.schedule-copy-schedule-to-day-column {
    width: 50%;
}

.schedule-copy-schedule-to-day-select-box-eveny {
    width: 107px;
    font-weight: 400;
    font-size: 18px !important;
    margin-bottom: 5px;
}
.schedule-copy-schedule-to-day-column:nth-child(2) .schedule-copy-schedule-to-day-select-box{
    display: flex;
    justify-content: end;
}

input:disabled {
    background: rgba(224, 206, 206, 0.5) !important;
}

.time-text-field .MuiInputBase-root {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding: 3px 5px;
    border: 1px solid #2F353B;
    background: #2F353B;
    min-width: 165px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
}


.time-text-field .MuiInputBase-root .MuiInputBase-input {
    min-width: 80px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.time-text-field input[type=time]::-webkit-calendar-picker-indicator {
    display: none;
}

.time-text-field .MuiInputBase-root:before {
    border: none;
}

.time-text-field .MuiInput-underline:hover:not(.Mui-disabled):before {
    border: none;
}

.time-text-field .MuiInput-underline:after {
    border: none;
}
.text-decoration-red {
    text-decoration: underline;
    text-decoration-color: red;
}

.text-decoration-black {
    text-decoration: underline;
    text-decoration-color: black;
}

.MuiRadio-colorPrimary.Mui-checked{
    color: #2F353B !important;
}

.unsaved-changes-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.unsaved-changes-content img{
    width: 70px;
    height: 70px;
    margin: 20px 0;
}

.unsaved-changes-tip .modal-content {
    width: 900px;
    height: 400px;
}

.unsaved-changes-tip .modal-title{
    margin-top: 50px;
    font-weight: 600;
    font-size: 36px;
}
.unsaved-changes-tip .btn{
    border: 2px solid #2F353B;
}
.unsaved-changes-tip .btn-secondary{
    background-color: #fff;
}

.override-btn .modal-footer,
.products-schedule-tip-box .modal-footer{
    padding: initial;
}

.override-btn .modal-footer .btn-dialog-close{
    background-color: #fff;
    color: #2F353B !important;
    border: 2px solid #2F353B;
    margin: 0 10px;
}

.override-btn .modal-footer .btn-dialog-save{
    background-color: #2F353B;
    color: #fff;
    margin: 0 10px;
}

.override-modal-props .modal-title,
.add-modal-pages h3{
    font-size: 36px;
    font-weight: 600;
}

.override-modal-props .btn-wrapper-lg-react-app{
justify-content: center;
}

.products-schedule-tip-box .modal-footer .btn{
    border: 2px solid #2F353B;
    margin: 0 10px;
}

.schedule-img-wizard{
    position: absolute;
    top: 35%;
    z-index: 25;
    width: 100px;
    height: 100px;
}

.tooltip-popper .MuiTooltip-tooltipPlacementTop{
    margin:0;
}
.tooltip-popper .MuiTooltip-tooltip{
    padding-top: 0px;
}

.tooltip-img-container{
    position: absolute;
    right: 10px;
}

.c-ACAEB1{
    color: #ACAEB1;
}

.pl-40{
    padding-left: 40px;
}

.fs18,
.schedule-copy-schedule-to-day-select-box-eveny .MuiTypography-body1{
    font-size: 18px;
  }
 
.schedule-icon-wizard {
    width: 100px;
    position: absolute;
    top: 35%;
    z-index: 99;
}

.schedule-nouislider .noUi-pips-vertical {
    top: 0px;
    left: -21px;   
    color: #E0E0E0;
}
.schedule-nouislider .noUi-value {
    transform:scale(-1,-1);
    left: 18px;
    color: #000;
}
.custom-slider-border{
    position: relative;
    z-index: 6;
}

.noUi-marker-vertical.noUi-marker-large{
    left: 0px;
}
.noUi-marker-normal{
    width:9px;
    left: 7px;
}

.mt-20{
    margin-top: 20px;
}

.text-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
  }

#products-schedule .custom-slider-border{
    padding: 0;
}
#products-schedule .noUi-vertical .noUi-handle{
    top: 0px !important;
    height: 1px !important;
}
#products-schedule .noUi-origin:nth-child(2) > .noUi-handle .noUi-tooltip,
#products-schedule .noUi-origin:nth-child(4) > .noUi-handle .noUi-tooltip
{
    top: 0px !important;
}

.override-modal-props .MuiSlider-rail,
.modal-body-custom .MuiSlider-rail{
    opacity: 1 !important;
}

.override-modal-props .MuiSlider-markLabel,
.modal-body-custom .MuiSlider-markLabel{
    font-weight: 600;
    color: #000;
}

