﻿/*-------------------Start MapView-----------------------*/

.mapViewContainer {
   /* display: grid;
    grid-template-columns: repeat(12, 1fr);*/
}

    .mapViewContainer .mapViewContainerHeader {
        grid-column: 1/13;
        background-color: #10203c;
        position: relative;
        height: 2.1rem;
    }

        .mapViewContainer .mapViewContainerHeader span {
            color: #D7DCDE;
            font-weight: 700;
            font-family: 'Segoe UI';
            position: absolute;
            transform: translate(.9rem, 0.26rem);
        }


    .mapViewContainer .mapViewContainerContentKPIs {
        grid-column: 1/13;
        color: #10203C;
        opacity: 90%;
        height: 4.375rem;
    }

    .mapViewContainer .mapViewContainerContentSub {
        /*display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(12,1fr);
        width: 100vw;*/
        display: flex;
        width: 100%;
        height: calc(100vh - 9.85rem);
    }

.handle {
    width: 3px;
    cursor: ew-resize;
    background-color: #888;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}


        .mapViewContainer .mapViewContainerContentSub .TimelineContainer {
            grid-column: 1/2;
            grid-row: span 12;
            background-color: #10203C;
            height: 100%;
            overflow: initial;
        }

.mapViewContainer .mapViewContainerContentSub #mapViewContainerContentMap {
    /*grid-column: 2/8;
            grid-row: span 12;*/
    flex-grow: 1;
    overflow: auto;
    width: calc(100vw - 230px - 230px);
    min-width: calc(100vw - 230px - 230px);
    min-width: 50vw;
    max-width: calc(100vw - 230px - 230px);
}

        .mapViewContainer .mapViewContainerContentSub .OrderTabs {
            grid-column: 10/12;
            grid-row: span 12;
            background-color: #10203C;
            height: 100%;
            overflow: initial;
        }


/*-------------------End MapView-----------------------*/

/*-------------------Start SideBar-----------------------*/

.RoutesVechiclesToggleContainer {
    background-color: #214E87;
    height: 2rem;
    position: relative;
}

    .RoutesVechiclesToggleContainer span {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 12px;
        color: #B6B4BD;
        position: absolute;
        transform: translate(1.2rem, .6rem);
    }

/*-------------------End SideBar-----------------------*/

/*-------------------Start SearchBox-----------------------*/

.SearchBoxContainer .vehicleSearch {
    width: initial;
}

/*-------------------End SearchBox-----------------------*/

/*-------------------Start RouteList-----------------------*/

.vehicles-Map-View {
    height: calc(100vh - 15.75rem);
}

    .vehicles-Map-View .vehicles_header {
        height: 2.7rem;
    }

    .vehicles-Map-View .vehicles_list_wrapper {
        overflow: auto;
        height: calc(100% - 2.7rem);
    }

/*-------------------End RouteList-----------------------*/

/* node more details pure map */

.nodeMoreDetailsPureMap {
    box-shadow: 0px 3px 15px rgba(3, 10, 37, 0.73);
    border: 3px solid rgba(11, 35, 90, 1);
    border-radius: 11px;
    width: 240px;
    max-height: 500px;
    overflow: auto;
    background: rgba(21, 43, 86, 1);
    /*display: flex;*/
    flex-direction: column;
    position: fixed;
    inset-inline-start: 0px;
    top: 0px;
    z-index: 9;
    display: none;
}
    /* nodeMoreDetailsPureMapHeader */
    .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader {
        align-items: center;
        padding: 11px;
        background-color: #0b235a00;
    }

        .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader .trackingText p {
            justify-content: flex-end;
            display: flex;
            margin-top: 0px;
            /* margin-bottom: -16px; */
            margin-inline-end: 11px;
            font-size: 10px;
            color: rgba(249, 119, 12, 0.85);
            margin-bottom: 0px;
        }

        .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader .nameAndTime {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-grow: 1;
        }

            .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader .nameAndTime h3 {
                color: rgba(249, 119, 12, 0.85);
                font-size: 12px;
                font-weight: 600;
                margin: 0px;
            }

            .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader .nameAndTime p {
                /* color: #ffffff; */
                /* background: #f9770c; */
                /* width: 64px; */
                font-size: 9px;
                font-weight: 400;
                margin: 0px 12px 0px 0px;
                /* border: 1px solid #f9770c; */
                display: flex;
                align-items: center;
                align-self: baseline;
            }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader .nameAndTime p:first-child {
                    color: var(--norma-primary--1);
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader .nameAndTime p:last-child {
                    color: #899CCB;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader .nameAndTime p span {
                    font-weight: 600;
                    background: rgba(21, 43, 86, 1);
                    padding: 2px 5px;
                    display: block;
                    margin-inline-end: 4px;
                }

        .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader button.closeIcon {
            background: none;
            border: none;
            padding: 0px;
            margin: 0px;
        }

            .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapHeader button.closeIcon img {
            }
    /* nodeMoreDetailsPureMapBody */
    .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody {
        background: rgba(11, 35, 90, 0.53);
        padding: 16px 12px;
        flex-grow: 1;
    }

        .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }

            .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .orderId {
            }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .orderId h4 {
                    color: #899ccb;
                    font-size: 9px;
                    font-weight: 700;
                    margin: 0px;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .orderId p {
                    margin: 0px;
                    color: #ffffff;
                    font-size: 9px;
                    font-weight: 400;
                    display: flex;
                    align-items: center;
                    margin-bottom: 3px;
                }

                    .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .orderId p strong {
                        width: 24px;
                    }

                    .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .orderId p.orderDescription {
                        margin-inline-start: 15px
                    }

                    .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .orderId p span {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        color: #0a8237;
                        width: 11px;
                        height: 11px;
                        border: 1px solid #0a8237;
                        font-weight: 700;
                        font-size: 8px;
                        margin-inline-end: 4px;
                    }

                    .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .orderId p.startTaskTime,
                    .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .orderId p.EndTaskTime {
                        margin-inline-start: 15px;
                        font-weight: 400;
                    }


            .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status {
                border: 1px solid #ffffff;
                border-radius: 32px;
                width: 97px;
                height: 16px;
                color: #ffffff;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding: 0px 5px;
                font-size: 8px;
            }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.beingPlanned {
                    color: #87CEFA;
                    border-color: #87CEFA;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.planned {
                    color: #00BFFF;
                    border-color: #00BFFF;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.uploadFailed {
                    color: #DCDCDC;
                    border-color: #DCDCDC;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.waitingForUpload {
                    color: #AFEEEE;
                    border-color: #AFEEEE;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.uploadedToFMS {
                    color: #00FFFF;
                    border-color: #00FFFF;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.confirmedAtAgent {
                    color: #00FFFF;
                    border-color: #00FFFF;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.onRouteToAddress {
                    color: #DDA0DD;
                    border-color: #DDA0DD;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.arrivedAtAddress {
                    color: #66CDAA;
                    border-color: #66CDAA;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.inProcess {
                    color: #98FB98;
                    border-color: #98FB98;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.executed {
                    color: #00FF7F;
                    border-color: #00FF7F;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.processError {
                    color: #FF8C00;
                    border-color: #FF8C00;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.finished {
                    color: #FFFF00;
                    border-color: #FFFF00;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .status.cancelled {
                    color: #FF0000;
                    border-color: #FF0000;
                }

            .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .ETAAlert {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                font-size: 9px;
                font-weight: 500;
                color: #FFFFFF;
                text-transform: capitalize;
                padding-block-start: 5px;
            }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .ETAAlert span {
                    width: 6px;
                    height: 6px;
                    display: block;
                    margin-inline-end: 5px;
                    border-radius: 100%;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .ETAAlert.onTime span {
                    background-color: #34b53a;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .ETAAlert.late span {
                    background-color: #e37014;
                }

                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .ETAAlert.veryLate span {
                    background-color: #ff3a29;
                }
                .nodeMoreDetailsPureMap .nodeMoreDetailsPureMapBody section .ETAAlert.early span {
                    background-color: rgb(35, 93, 209);
                }

    .nodeMoreDetailsPureMap .closeBtn {
        filter: brightness(1.5);
    }

    .nodeMoreDetailsPureMap p {
        font-size: 9px;
    }

    .nodeMoreDetailsPureMap .orderAndInfoIcon p {
        color: #DFDFDF;
        padding-inline-end: 10px;
    }

    .nodeMoreDetailsPureMap .orderAndInfoIcon button {
        height: fit-content;
    }

    .nodeMoreDetailsPureMap .loadAndUnloadSection p {
        color: #197DD2;
    }

    .nodeMoreDetailsPureMap .orderAddressAndRefNumber {
        color: #959DAD;
    }

.bookedSection div, .suggestedSection div, .requestedSection div {
    background-color: #232C4C;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 150px;
}

    .bookedSection div p, .suggestedSection div p, .requestedSection div p {
        color: #FFFCFC;
        font-size: 9px;
    }

.bookedSection p, .suggestedSection p, .requestedSection p {
    color: #2680EB;
    margin-bottom: 2px;
    font-size: 9px;
}

/* map view stop details */
.mapViewStopDetails {
    /*box-shadow: 0px 3px 15px rgba(3, 10, 37, 0.73);*/
    /*border: 3px solid rgba(11, 35, 90, 1);*/
    border-radius: 11px;
    width: 100%;
    /*height: 100%;*/
    max-height: 500px;
    overflow: auto;
    background: rgba(21, 43, 86, 1);
    /*display: flex;*/
    flex-direction: column;
    position: absolute;
    inset-inline-start: 0px;
    top: 72px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.nodeStopDetailsPureMapHeader {
    align-items: center;
    padding: 11px;
    background-color: #0b235a00;
}

.mapViewStopDetails .stopName {
    padding-inline-start: 14px;
}

    .mapViewStopDetails .stopName p {
        font-weight: 400;
        color: #FEFEFE;
        font-size: 12px;
    }

.mapViewStopDetails .nodeStopDetailsPureMapContent .keyContent {
    color: #F9770C;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.mapViewStopDetails .nodeStopDetailsPureMapContent .valueContent {
    color: #E3E5EA;
    font-size: 12px;
    font-weight: 400;
}

.mapViewStopDetails .nodeStopDetailsPureMapContent div {
    margin-bottom: 8px;
}

.mapViewContainer #TimeLineScrolling {
    /*width: 12% !important;
    min-width: 184px;*/
    min-width: 220px;
    width: 220px;
    max-width: 25%;
    position: relative;
    resize: horizontal;
    /*overflow: auto;*/
}

.mapViewContainer .OrderTabsMapView {
    width: 15% !important;
    min-width: 240px;
}

.w-fitContent {
    width: fit-content !important;
}

.each-orderMapView {
    width: 100% !important;
    border-top: 2px solid #223658 !important;
    cursor: pointer !important;
}

.each-routeMapView .each_order_header .expanding_arrow i {
    transition: .25s ease-in-out;
    font-size: 9pt;
    /*margin-inline-start: 10px;*/
    color: #b6b4bd;
}

.each-routeMapView .each_order_header .order_number h6 {
    font-size: 9pt;
    color: #b6b4bd;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

/* .each-orderMapView .container-mapView:not(:first-child) {
        
    }*/

.each-orderMapView .container-mapView .each_order_header {
    border-bottom: unset !important;
    border-top: unset !important;
}

.unloadingHoveMapView {
    display: none;
}

.unLoadingIconMapView:hover unloadingHoveMapView {
    display: block;
    color: red;
    background-color: aquamarine
}

.getNearestRouteComponent {
    min-width: 461px;
    max-width: 50%;
    top: 40%;
    height: 230px;
    background: rgba(21, 43, 86, 1);
    border-radius: 8px;
}

@media (min-width: 2000px) {
    .getNearestRouteComponent {
        width: 40%;
    }
}

[dir=ltr] .getNearestRouteComponent {
    left: 50%;
    margin: 0 0 0 -230px !important;
}

[dir=rtl] .getNearestRouteComponent {
    right: 50%;
    margin: 0 -230px 0 0px !important;
}

.nearestRoutesSeparetor {
    background-color: #00000026;
    height: 0.5px;
    margin: 0;
    margin-inline: 15px !important;
}

.getNearestRouteHeader {
    padding: 10px 15px;
}

    .getNearestRouteHeader p {
        color: #9DA0A5;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
    }

.confirmBtn, .cancelBtn, .deleteBtn {
    padding-inline: 32px;
    padding-block: 8px;
    font-size: 11px;
    font-weight: 400;
}

.confirmBtn {
    background-color: #36B765 !important;
    color: #FFF !important;
}

.cancelBtn {
    background-color: #B5BCCB !important;
    color: #14284A !important;
}

.deleteBtn {
    background-color: red !important;
    color: white !important;
}

.deleteBtn-unPlanned-orders-circle {
    background-color: red !important;
    color: white !important;
    width: 50px;
    height: 20px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .deleteBtn:hover, .deleteBtn-unPlanned-orders-circle:hover {
        background-color: #ff0000a1 !important;
    }

.confirmBtn:hover {
    background-color: #20a651 !important;
}

.cancelBtn:hover {
    background-color: #9a9da3 !important;
}

.btnsContainer {
    margin-block: 24px;
}

.nearestRouteDetails {
    margin-block: 16px;
}

.btnsContainer div {
    padding-inline: 4px;
}

.nearestRouteDetails p {
    color: #D2D3D7;
    font-size: 12px;
    font-weight: 400;
}

.nearestRouteDetails .workingSet-task-row-item .norma--input-view-noControl {
    background-color: rgba(5, 9, 16, 0.34) !important;
}

.nearestRouteDetails .rz-multiselect-panel, .rz-dropdown-panel {
    z-index: 20000000000000000000 !important;
}

.nearestRouteInput {
    width: 65px;
    height: 24px;
    color: #FFF;
    border-radius: 4px;
    border: 1px solid rgba(43, 81, 148, 0.19);
    background: rgba(5, 9, 16, 0.34);
    padding-inline: 8px;
}

.getNearestRouteComponent .norma--input-view-noControl img.fakeCalendar {
    margin-inline: 8px !important;
}

.remove-AllCircles-Btn-Container {
    z-index: 9999999999;
    position: absolute;
    bottom: 55px;
    display: inline;
}

[dir=ltr] .remove-AllCircles-Btn-Container {
    right: 25px;
}

[dir=rtl] .remove-AllCircles-Btn-Container {
    left: 25px;
}

.vehicle-header {
    padding-inline-start: 27px;
}

.removeAllCirclesBtn {
    background: rgba(250, 250, 250, 0.3);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 8px;
    padding: 10px 16px 10px 16px;
}

    .removeAllCirclesBtn:hover {
        background: rgba(250, 250, 250, 0.6);
        color: #0C1B35;
    }

.MapViewCircle-Details-Title {
    color: rgba(149, 157, 173, 1);
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.MapViewCircle-Details-Arrive-Leave-Titles label, .MapViewCircle-Details-Arrive-Leave-Date label, .MapViewCircle-Details-Arrive-Leave-Time label {
    color: rgba(149, 157, 173, 1);
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

    .MapViewCircle-Details-Arrive-Leave-Titles label span {
        display: inline-block;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        margin-inline-end: 4px;
        background: rgba(227, 112, 20, 1);
    }

    .MapViewCircle-Details-Arrive-Leave-Date label span, .MapViewCircle-Details-Arrive-Leave-Time label span {
        display: inline-block;
        height: 8px;
        width: 8px;
        margin-inline-end: 4px;
    }

.each-order-mapview-circlbox-details {
    background: rgba(40, 34, 61, 1);
}

.orders_wrapper .each_order .each_order_header::before {
    inset-inline-start: 6px !important;
}

.orders_wrapper-MapView {
    height: calc(100% - 15px);
}

.mapViewResizeLine {
    position: absolute;
    inset-inline-end: -18px;
    width: 21px;
    height: 100%;
    background: transparent;
    z-index: 200;
}

.mapViewCornerForResize {
    position: absolute;
    z-index: 1000;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 16px;
}

.mapViewContainerContentMapResizeLine {
    position: absolute;
    inset-inline-start: -9px;
    width: 12px;
    height: 100%;
    background: transparent;
    z-index: 200;
}