﻿/* custom */
/*.fade.in {
    opacity: 1;
}*/

.disabled {
    cursor: not-allowed !important;
    color: #b0bec5 !important;
    background-color: transparent;
}

button:disabled {
    cursor: not-allowed;
}

.modal-backdrop.fade {
    opacity: 0.5 !important;
}

/*.badge span {
    position: inherit;
}*/

/*table thead tr th, .table thead tr th {
    background: #f7f9fa;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
}*/
.esri-popup__button {
    display: none !important;
}

.esri-popup__content {
    padding-bottom: 15px;
}

.e-c-base {
    stroke: #8c8b8b;
}

.e-c-pointer {
    stroke: #000000;
}

.dashboard-section .card.grid-card {
    min-height: 338px;
}

.grid-card .card-block {
    max-height: 350px;
}

header.navbar .navbar-brand {
    background-image: url("images/logo.png");
}
.dataLoadingNotification {
    text-align: center;
    background-color: #ff261f;
    color: #fff;
    height: 29px;
    padding: 4px;
    margin: -21px 0px 0px 0px;
}

@media screen and (max-width: 600px) {
    header.navbar .navbar-brand {
        background-image: url("images/logo-icon.png");
        background-size: 35px auto;
    }

    .area-text {
        padding-left: 10px;
        text-align: left;
        width: 180px;
    }
}

/*.navbar-brand {   
    background-size: 110px auto !important;
}*/

tbody .btn {
    background: #f7f9fa;
    border: 1px solid #ff261f;
    color: #ff261f;
    padding: 2px 10px;
    min-height: auto;
    min-width: 4.25rem;
}

    tbody .btn:hover {
        background: #ff261f;
        color: #fff;
    }

.modal-body img {
    max-width: 100%;
    max-height: 500px;
}

.none {
    display: none
}

.max-width {
    width: 90vw;
    max-width: none;
}
/*.modal-dialog .modal-body {
    max-height: 64vh;
    overflow-y: auto;
}*/
.modal {
    z-index: 1045;
}

.map-card #map {
    flex: none;
}

/*Timepicker Delay popup*/
.uib-timepicker tr, .uib-timepicker tr:hover {
    background: transparent;
}

.uib-timepicker td {
    border: 0;
}

.uib-timepicker .fa {
    font-weight: 600;
    font-size: 16px;
}

.uib-timepicker .uib-increment, .uib-timepicker .uib-decrement {
    padding: 0;
}

    .uib-timepicker .uib-increment a, .uib-timepicker .uib-decrement a {
        display: block;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.esri-fullscreen {
    margin-right: 15px !important;
}

a[disabled] {
    pointer-events: none;
}

/*.is-invalid {
    border:1px solid red !important;
}*/

.custom-marker {
    background: #ff261f;
    color: #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

    .custom-marker:after {
        content: "\f0d7";
        font-family: fontAwesome;
        color: #ff261f;
        position: absolute;
        top: 15px;
        font-size: 20px;
    }

    .custom-marker.success {
        background: #4dbd74;
    }

        .custom-marker.success:after {
            color: #4dbd74;
        }

    .custom-marker.error {
        background: #f44336;
    }

        .custom-marker.error:after {
            color: #f44336;
        }

    .custom-marker.warning {
        background: #FF9800;
    }

        .custom-marker.warning:after {
            color: #FF9800;
        }

    .custom-marker i {
        position: absolute;
        right: -10px;
        top: -7px;
        color: #FF9800;
        font-size: 16px;
        background: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

    .animationIf.ng-enter,
    .animationIf.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .animationIf.ng-leave,
        .animationIf.ng-enter.ng-enter-active {
            opacity: 1;
        }

.filter-block .setup .form {
    display: block;
}

div[ng-view].ng-enter {
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}

.ng-hide-remove {
    -webkit-animation: bounceIn 2.5s;
    animation: bounceIn 2.5s;
}

.ng-hide-add {
    -webkit-animation: flipOutX 2.5s;
    animation: flipOutX 2.5s;
    display: block !important;
}

.my_polyline {
    stroke: green;
    fill: none;
    stroke-dasharray: 10,10;
    stroke-width: 5;
}

.modal-backdrop {
    opacity: 0.7
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    /*width: 170px;*/
    text-align: center;
    padding: 50px 10px;
    margin-left: 10px;
}

.navbar-brand-admin {
    background-image: url('images/logo.png') !important;
}

.task-view {
    height: calc(100vh - 420px);
}

.modal-backdrop {
    opacity: 0.7
}

.uib-timepicker {
    border: 0 !important;
}

    .uib-timepicker tbody {
        border: 0 !important;
    }

        .uib-timepicker tbody td {
            border: 0 !important;
        }

.section-footer {
    /*    position: sticky;
*/ bottom: 0;
    left: 0;
    padding: 5px 0 0 0;
    background: #f7f9fa;
    border-top: 1px solid #cfd8dc;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    min-height: 45px;
}


/*========================= Quality reports =================================*/
.sub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}

    .sub-header .col {
        padding: 0;
    }

        .sub-header .col:nth-child(2) {
            display: flex;
            justify-content: flex-end;
        }

    .sub-header .title {
        font-weight: bold;
    }

    .sub-header .col:nth-child(2) .btn {
        margin-left: 5px;
        border-radius: 5px;
    }




.card-qr .card-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

    .card-qr .card-header .left-content .title {
        font-weight: bold;
    }

    .card-qr .card-header .left-content .sub-title {
        font-size: 90%;
        color: #aaa;
    }

    .card-qr .card-header .right-content i {
        color: #ccc;
    }

    .card-qr .card-header .right-content:hover i {
        color: #999;
    }

.card-qr .card-block {
    height: 205px;
    overflow: hidden;
    overflow-y: auto;
}



.card-span-2 .card-block {
    height: 600px;
}

.card-qr .table, .table-qr {
    margin: 0;
}

.modal .table-qr, .modal .table-qr thead {
    border: 1px solid transparent !important;
}

.card-qr-graph .card-block {
    height: 260px;
    overflow: hidden;
    overflow-y: auto;
}

.card-qr .table th, .card-qr .table td, .table-qr th, .table-qr td {
    border: 0 !important;
}

.card-qr .card-block {
    padding: 0px;
}

.card-qr .card-block-10 {
    height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.card-qr table thead tr th, .card-qr .table thead tr th, .table-qr thead tr th {
    padding: 5px !important;
    top: -5px !important;
}

.card-qr .badge {
    border: 0;
    padding: 5px 15px;
    background: #ff261f;
    font-weight: 600;
    color: #fff;
}

    .card-qr .badge a {
        color: #fff;
    }

    .card-qr .badge.danger {
        background: red;
    }


.badge-qr {
    border: 1px solid #c2ddea;
    background: rgba(167, 137, 137, 0.05);
    color: #ff261f;
    display: inline-flex;
    flex-direction: row;
    padding: 5px 40px 5px 10px;
    min-width: 50px;
    width: auto;
    position: relative;
    margin: 5px 10px 5px 0;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 900;
}

    .badge-qr button {
        position: absolute;
        right: 2.5px;
        margin-left: 25px;
        background: none;
        border: 0;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: 400;
        color: #ccc;
    }

        .badge-qr button:hover {
            color: #999;
        }

.qr-checkbox {
    height: 0;
    width: 0;
    /*visibility: hidden;*/
    display: none;
}

.qr-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 18px;
    background: #ccc;
    /*display: block;*/
    border-radius: 100px;
    position: relative;
}

    .qr-label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 1.5px;
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 90px;
        /*transition: 0.1s;*/
    }

.qr-checkbox:checked + .qr-label {
    background: #ff261f;
}

.qr-checkbox:checked + .qr-label-success {
    background: #3c763d;
}

.qr-checkbox:checked + .qr-label-danger {
    background: #a94442;
}

.qr-checkbox:checked + .qr-label:after {
    left: calc(100% - 51.5px);
    transform: translateX(35px);
}

.switch {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.text-sans {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.environment {
    background: #fff;
    padding: 2.5px 10px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    right: 50%;
    font-size: 0.9rem;
    font-weight: 800;
}

.card-qr table thead tr th, .card-qr .table thead tr th, .table-qr thead tr th, .card-qr table tbody tr td, .card-qr .table tbody tr td, .table-qr thead tr th, .table-qr tbody tr td {
    padding: 8px 10px !important;
}

.form-control.w-10 {
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 5px;
}

.form-control.is-invalid {
    background-color: rgba(244,57,64, 0.050);
    /*border-bottom: 1px solid #f44336;*/
}


.multi-select {
    padding: 10px 0;
}

    .multi-select ul {
        height: 130px;
        overflow: auto;
        list-style-type: none;
        padding-left: 0px;
        border: 1px solid #ddd;
    }

        .multi-select ul li {
            padding: 5px;
            border-bottom: 1px dotted #ccc;
            padding-left: 10px;
        }

            .multi-select ul li .form-check {
                margin-bottom: 0;
            }

img.receipt-type {
    width: 18px;
    float: right;
    margin-left: 2px;
}

.drag-list-item {
    background: #fefefe;
    padding: 15px 15px 15px 55px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

    .drag-list-item:before {
        font-family: "FontAwesome";
        content: "\f047";
        position: absolute;
        left: 20px;
        top: 40%;
        color: #ccc;
    }

.modal-dialog .modal-body .form-group.full-width .selectize-control.single {
    max-width: none;
}

.input-group-prepend {
    padding: 5px 0 5px 10px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .input-group-prepend + .form-control {
        border-left: 0;
        padding-left: 0;
    }

.border-success {
    border-color: #4dbd74 !important;
}

.border-new {
    border-color: #ff9800 !important;
}

.section-footer {
    height: 55px;
}

.search-block {
    position: sticky;
    top: 0;
    z-index: 1020;
    overscroll-behavior: contain;
    width: 350px;
    background: #f5f7f9;
    height: calc(100vh - 165px);
}

.main-card {
    height: calc(100vh - 70px);
    overflow: hidden;
}

.activity-section {
    width: calc(100% - 350px);
}


/**/
.loginConfig .mobile-view {
    align-items: center;
    justify-content: center;
    display: flex;
}

.loginConfig .smartphone {
    position: relative;
    width: 560px;
    height: 250px;
    margin: auto;
    border: 16px black solid;
    border-radius: 36px;
    border-left-width: 60px;
}

.loginConfig .mobile-view .smartphone .media img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    object-position: center;
}

.loginConfig .mobile-view .smartphone.split-view .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

    .loginConfig .mobile-view .smartphone.split-view .content .description {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-left: 14px;
        padding-right: 14px;
        text-align: center;
        word-break: break-all;
    }

    .loginConfig .mobile-view .smartphone.split-view .content .title {
        margin-bottom: 0;
        width: 140px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

.loginConfig .mobile-view .smartphone.split-view .content-row {
    display: grid;
    grid-template-columns: 50% 50%;
}


/**/



.loginConfig .mobile-view .smartphone.full-view .content {
    width: 300px;
    min-height: 160px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 12px 32px 63px -10px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.loginConfig .mobile-view .smartphone.full-view .box-row {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background: #eceff1;
    border-radius: 0 16px 16px 0;
}

.loginConfig .mobile-view .smartphone.full-view .description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 14px;
    padding-right: 14px;
    word-break: break-all;
}

.loginConfig .mobile-view .smartphone.full-view .title {
    margin-bottom: 0;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.loginConfig .main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inline-editor .form-control, .inline-editor .input-group-addon {
    max-height: 27px;
    min-height: 27px;
    line-height: 1;
}

.inline-editor .form-control {
    padding: 7px;
}

.inline-editor .input-group-addon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

.fa-lg {
    font-size: 1.33333333em !important;
}

.mh-dashboard-section {
    padding: 0 15px;
    padding: 0;
    margin: 15px 0 50px;
}

    .mh-dashboard-section .card {
        margin-bottom: 15px;
    }

        .mh-dashboard-section .card.grid-card {
            flex: 0 0 49.5%;
            min-height: 375px;
        }

@media (max-width: 1100px) {
    .mh-dashboard-section .card.grid-card {
        flex: 100%;
    }
}

.mh-dashboard-section .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
}

    .mh-dashboard-section .header button {
        min-height: 38px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
    }

    .mh-dashboard-section .header h5 {
        color: #263238 !important;
        font-size: 16px;
    }

    .mh-dashboard-section .header .dropdown-menu {
        border-radius: 5px;
    }

        .mh-dashboard-section .header .dropdown-menu .dropdown-item:focus, .mh-dashboard-section .header .dropdown-menu .dropdown-item:hover, .mh-dashboard-section .header .dropdown-menu .dropdown-item:active {
            background: #f7f9fa;
            color: #263238;
        }

.mh-dashboard-section .mh-card {
    margin-right: 15px;
    border-color: #eceff1;
    border-radius: 5px;
    border: 0px solid #eceff1 !important;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.075);
}

    .mh-dashboard-section .mh-card .card-block,
    .mh-dashboard-section .mh-card .card-header,
    .mh-dashboard-section .mh-card .card-footer,
    .mh-dashboard-section .mh-card .task-view .footer,
    .task-view .mh-dashboard-section .mh-card .footer {
        padding: 15px;
        background: transparent;
    }

    .mh-dashboard-section .mh-card .card-header {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding: 15px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
        border-radius: 5px 5px 0 0;
    }

        .mh-dashboard-section .mh-card .card-header h3 {
            font-weight: 900;
            margin-bottom: 0;
        }

        .mh-dashboard-section .mh-card .card-header label {
            font-weight: 400;
            margin-bottom: 0px;
            padding-bottom: 0;
            display: block;
            width: 100%;
        }

    .mh-dashboard-section .mh-card h5 {
        font-size: 26px;
        font-weight: 800;
    }

    .mh-dashboard-section .mh-card label {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
    }

.mh-dashboard-section .summary-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    width: 100%;
    padding: 0;
}

    .mh-dashboard-section .summary-container:not(#dashboard-summary) .mh-figure-card .card-block:after,
    .mh-dashboard-section .summary-container:not(#dashboard-summary) .mh-figure-card .card-body:after {
        display: none;
    }

    .mh-dashboard-section .summary-container .mh-figure-card {
        margin: 0;
        padding: 0;
        background: #fff;
        min-height: 156px;
        border: 0px solid #eceff1 !important;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.075);
    }

        .mh-dashboard-section .summary-container .mh-figure-card .card-block,
        .mh-dashboard-section .summary-container .mh-figure-card .card-body {
            position: relative;
            overflow: hidden;
            border: 0;
        }

            .mh-dashboard-section .summary-container .mh-figure-card .card-block:after,
            .mh-dashboard-section .summary-container .mh-figure-card .card-body:after {
                content: attr(data-icon);
                color: #ff261f;
                background: #eceff1;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 30px;
                font-family: "FontAwesome";
                width: 100px;
                height: 100px;
                position: absolute;
                right: -20px;
                bottom: -20px;
                opacity: 0.75;
            }

            .mh-dashboard-section .summary-container .mh-figure-card .card-block .counter,
            .mh-dashboard-section .summary-container .mh-figure-card .card-body .counter {
                display: flex;
                justify-content: space-around;
                width: 100%;
                border-top: 1px solid #f7f9fa;
                padding: 15px 0 5px;
            }

                .mh-dashboard-section .summary-container .mh-figure-card .card-block .counter label,
                .mh-dashboard-section .summary-container .mh-figure-card .card-body .counter label {
                    font-size: 14px;
                }

        .mh-dashboard-section .summary-container .mh-figure-card.danger .card-block:after {
            color: #B10003;
            background: rgba(177, 0, 3, 0.075);
        }

        .mh-dashboard-section .summary-container .mh-figure-card.success .card-block:after {
            color: #4dbd74;
            background: rgba(77, 189, 116, 0.075);
        }

        .mh-dashboard-section .summary-container .mh-figure-card.warning .card-block:after {
            color: #FF9800;
            background: rgba(255, 152, 0, 0.075);
        }

        .mh-dashboard-section .summary-container .mh-figure-card.neutral label {
            margin-bottom: 0;
        }

        .mh-dashboard-section .summary-container .mh-figure-card.neutral .counter {
            border: 0;
            padding-top: 35px;
            padding-bottom: 0;
            justify-content: space-between;
        }

        .mh-dashboard-section .summary-container .mh-figure-card.neutral .card-block:after {
            display: none;
        }

        .mh-dashboard-section .summary-container .mh-figure-card progress {
            appearance: none;
            -webkit-appearance: none;
            position: absolute;
            bottom: 10px;
            left: 4%;
            width: 92%;
            background: #eceff1;
            height: 7.5px;
            border-radius: 5px;
        }

            .mh-dashboard-section .summary-container .mh-figure-card progress::-webkit-progress-value {
                background-color: #ff261f;
                border-radius: 5px;
                border: 0;
            }

            .mh-dashboard-section .summary-container .mh-figure-card progress::-webkit-progress-bar {
                background-color: #eceff1;
                border-radius: 5px;
            }

            .mh-dashboard-section .summary-container .mh-figure-card progress::-moz-progress-bar {
                background-color: #ff261f;
                border-radius: 5px;
            }

        .mh-dashboard-section .summary-container .mh-figure-card label {
            font-weight: 400;
            font-size: 16px;
        }

        .mh-dashboard-section .summary-container .mh-figure-card a {
            font-size: 30px;
        }

        .mh-dashboard-section .summary-container .mh-figure-card h5 {
            font-size: 40px;
            font-weight: 900;
            margin-bottom: 20px;
        }

            .mh-dashboard-section .summary-container .mh-figure-card h5 small {
                font-size: 20px;
            }

    .mh-dashboard-section .summary-container.alt {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .mh-dashboard-section .summary-container.alt .mh-figure-card {
            flex: 1 0 calc((100% / 4) - 15px);
            flex-wrap: wrap;
            margin-bottom: 0px;
            min-width: 250px;
        }

            .mh-dashboard-section .summary-container.alt .mh-figure-card .card-block,
            .mh-dashboard-section .summary-container.alt .mh-figure-card .card-body {
                padding: 15px;
            }

                .mh-dashboard-section .summary-container.alt .mh-figure-card .card-block:before,
                .mh-dashboard-section .summary-container.alt .mh-figure-card .card-body:before {
                    display: none;
                    right: -20px;
                    top: -20px;
                }

                .mh-dashboard-section .summary-container.alt .mh-figure-card .card-block .counter,
                .mh-dashboard-section .summary-container.alt .mh-figure-card .card-body .counter {
                    display: flex;
                    justify-content: space-around;
                    width: 100%;
                    border-top: 1px solid #f7f9fa;
                    padding: 15px 0 5px;
                }

                    .mh-dashboard-section .summary-container.alt .mh-figure-card .card-block .counter label,
                    .mh-dashboard-section .summary-container.alt .mh-figure-card .card-body .counter label {
                        font-size: 14px;
                    }

.mh-dashboard-section .mh-chart-card {
    flex: 0 1 calc(25% - 1em);
    margin-bottom: 1em;
    background: #fff;
}

    .mh-dashboard-section .mh-chart-card.fixed {
        text-align: center;
    }

        .mh-dashboard-section .mh-chart-card.fixed:last-of-type {
            margin-right: 0;
        }

    .mh-dashboard-section .mh-chart-card [class*="col-"] {
        margin-bottom: 15px;
        text-align: center;
    }

    .mh-dashboard-section .mh-chart-card .card-block {
        padding: 30px 10px 15px 10px;
        overflow-x: hidden;
    }

        .mh-dashboard-section .mh-chart-card .card-block .row {
            min-height: 100px;
        }

.mh-dashboard-section .mh-map-card {
    flex: 100%;
    background: #fff;
    min-height: 500px;
    margin: 0;
}

    .mh-dashboard-section .mh-map-card .card-header {
        flex-direction: row;
        background: #fff;
    }

        .mh-dashboard-section .mh-map-card .card-header strong {
            text-transform: none;
        }

    .mh-dashboard-section .mh-map-card .card-block {
        max-height: 500px;
        overflow: auto;
        padding: 5px;
    }

    .mh-dashboard-section .mh-map-card img,
    .mh-dashboard-section .mh-map-card #map,
    .mh-dashboard-section .mh-map-card .map {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 0 0 5px 5px;
    }

.mh-dashboard-section .mh-task-map-card {
    flex: 0 0 100%;
    margin: 0;
    margin-bottom: 10px;
    background: #fff;
    padding: 0px;
    border-radius: 0;
    height: calc(100vh - 135px);
}

    .mh-dashboard-section .mh-task-map-card .card-block {
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .mh-dashboard-section .mh-task-map-card img,
    .mh-dashboard-section .mh-task-map-card #map,
    .mh-dashboard-section .mh-task-map-card .map {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 0 0 0px 0px;
    }

.mh-dashboard-section .mh-parcel-card {
    flex: 0 0 335px;
    background: #fff;
    margin-bottom: 1em;
}

.mh-dashboard-section .scroll-area-container {
    width: 98%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
}

    .mh-dashboard-section .scroll-area-container button {
        border: 0;
        position: absolute;
        z-index: 10;
        width: 60px;
        height: 100%;
        outline: none;
    }

        .mh-dashboard-section .scroll-area-container button i {
            margin: 0;
            font-size: 25px;
        }

        .mh-dashboard-section .scroll-area-container button.left {
            left: -10px;
            background: white;
            background: linear-gradient(90deg, #f7f9fa 50%, rgba(255, 255, 255, 0) 100%);
            display: none;
        }

            .mh-dashboard-section .scroll-area-container button.left i {
                margin-left: -20px;
            }

        .mh-dashboard-section .scroll-area-container button.right {
            right: -10px;
            background: white;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f7f9fa 50%);
        }

            .mh-dashboard-section .scroll-area-container button.right i {
                margin-right: -20px;
            }

    .mh-dashboard-section .scroll-area-container .scroll-area {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

        .mh-dashboard-section .scroll-area-container .scroll-area::-webkit-scrollbar {
            display: none;
        }

        .mh-dashboard-section .scroll-area-container .scroll-area .mh-chart-card {
            min-width: 335px;
        }

.mh-dashboard-section .problem-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    padding: 0;
}

    .mh-dashboard-section .problem-container .mh-chart-card {
        margin: 0;
    }

.device-board .card-block [class^=col-] .search-bar {
    z-index: 1;
}

.fa-big {
    font-size: 26px !important;
}

.sub-header .col:nth-child(2) {
    flex-grow: 2;
}

.mh-dashboard-section .header h5 {
    font-weight: 600;
}

.login-card .input-group-addon {
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.aside-options input[type=radio] + label {
    color: #607d8b;
}

.aside-options img.inactive {
    filter: grayscale(100%);
}

.aside-options img.active {
    border: 2px solid #ff261f;
    border-radius: 50%;
}

.custom-marker {
    background: #4075ac !important;
}

    .custom-marker:after {
        color: #4075ac !important;
    }

.repository .preview-block .tab-content .tab-pane {
    overflow-x: auto;
}

.chat_container .chat-sidebar .dropdown button:focus {
    outline: none !important;
}

.dropdown-menu {
    z-index: 99999 !important;
}

.bootstrap-datetimepicker-widget table td {
    white-space: unset !important;
}

.bootstrap-datetimepicker-widget .table-condensed td:hover {
    background-color: unset !important;
}

.bootstrap-datetimepicker-widget .table-condensed td span:hover {
    background-color: #f44336 !important;
    color: #fff !important;
}

.custom-marker:after {
    color: #4075ac !important;
}

table td.mid.menu .dropdown .dropdown-menu {
    right: auto;
    left: -100% !important;
}

    table td.mid.menu .dropdown .dropdown-menu .dropdown-item {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 200px;
        max-width: 100%;
    }

.bootstrap-datetimepicker-widget {
    background: #fff;
    box-shadow: 0px 1px 5px rgb(30 32 37 / 10%);
    border-radius: 5px;
}

    .bootstrap-datetimepicker-widget .datepicker-days table td.active:hover {
        background-color: #ff261f !important;
    }

    .bootstrap-datetimepicker-widget table th {
        position: relative;
    }

.modal .bootstrap-datetimepicker-widget, .search-block .bootstrap-datetimepicker-widget {
    inset: auto auto auto 10px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 24em !important;
}

.bootstrap-datetimepicker-widget table th {
    top: unset !important;
    padding: 10px 5px 7px 5px;
}

tags-input .autocomplete .suggestion-item.selected {
    background-color: #f44336 !important;
}

ul.filter {
    top: 20px !important;
}

.dashboard-section .card.full-card {
    min-height: 338px;
    border-radius: 5px;
    border: 1px solid #eceff1;
    -webkit-box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.05);
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.05);
}

    .dashboard-section .card.full-card .card-header {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .dashboard-section .card.full-card .card-block, .dashboard-section .card.full-card .card-footer {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.full-card .card-header strong {
    display: block;
    margin: 0;
    width: 100%;
    padding: 10px 0 0 10px;
}

.full-card .text-muted {
    padding: 0 0 11px 11px;
    background: white;
}

.left-70 .dropdown-menu {
    left: 70px !important;
}

.chat-trash-icon-position {
    position: absolute !important;
    right: 5px !important;
    top: 11px !important;
}

.chat-badge-icon-position {
    right: 25px !important;
    top: 10px !important;
}

.min-width {
    width: 0px !important;
}

.flex-start {
    justify-content: flex-start !important
}

.bg-body {
    background: rgb(241, 245, 249) !important;
}

    .bg-body .cg-busy {
        background: rgb(241, 245, 249) !important;
    }

.card-header .filtered-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
}

.dropdown .dropdown-menu.menu-width {
    min-width: 274px;
}

.bg-body .cg-busy {
    background: rgb(241, 245, 249) !important;
}

@media (min-width: 992px) {
    .sidebar-compact .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a .multi-line-text {
        text-wrap: wrap;
        padding-left: 55px;
    }

    .sidebar-compact .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item ul.nav-dropdown-items li.nav-item a .multi-line-text {
        padding-left: 0;
    }

    .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.d-flex-open {
        display: flex;
    }

    .sidebar-compact .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.d-flex-open {
        display: block;
    }

    .sidebar-compact .sidebar .nav .nav-item .nav-dropdown-items .nav-item .nav-dropdown-items .nav-item .nav-link i {
        width: 35px;
    }
}


.dataLoadingNotification {
    text-align: center;
    background-color: #ffe8e7;
    color: #ff261f;
    height: 29px;
    padding: 4px;
}

    .dataLoadingNotification success {
        text-align: center;
        background-color: #d3eed1;
        color: #0b7f18;
        height: 29px;
        padding: 4px;
    }

.text-danger-problem {
    color: #dc3545 !important;
}

.text-orange-problem {
    color: #FFA500 !important;
}

.text-success-problem {
    color: #00af12 !important;
}