@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';

/* _content/StellaPolaris.Web/Components/Pages/CII/Card/Card.razor.rz.scp.css */
.card-lock-panel[b-e09tw030s1] {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.95;
    background-color: #ffffff;
    position: absolute !important;
    z-index: 9999;
}

.card.bg-light.bg-transparent[b-e09tw030s1] {
    background-color: transparent !important;
}
/* _content/StellaPolaris.Web/Components/Pages/CII/Modal/ModalDialog.razor.rz.scp.css */
.modal-lock-panel[b-l0cg3vog1d] {
    height: 100%;
    width: 100%;
    top: -100%;
    opacity: 0.95;
    background-color: #ffffff;
    position: relative !important;
    z-index: 9999;
}
/* _content/StellaPolaris.Web/Components/Pages/CII/NoonReport/Reporting/DNVReporting.razor.rz.scp.css */
[b-p6gqec9ldd] .dxbl-tabs-content-panel {
    overflow: auto;
}
/* _content/StellaPolaris.Web/Components/Pages/CII/NoonReport/UploadFile/UploadFile.razor.rz.scp.css */
[b-7v8cog77ve] .dxuc-button-container .dxuc-button-icon-container {
    display: none !important;
}

[b-7v8cog77ve] .dxbs-uc .dxuc-file-view div.col.pt-1.pb-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-7v8cog77ve] .dxbs-uc .dxbs-progress ~ div,
[b-7v8cog77ve] .dxuc-file-list-view .dxuc-file-view tr td:nth-child(2) > div:last-child {
    display: none !important;
}
/* _content/StellaPolaris.Web/Components/Pages/CII/NoonReport/UploadFile/VesselFileModal.razor.rz.scp.css */
[b-q6krn0n88i] .dxbl-tabs-content-panel {
    overflow: auto;
}

[b-q6krn0n88i] #entry-corrections-grid tr {
    cursor: pointer;
}
/* _content/StellaPolaris.Web/Components/Pages/CII/Voyages/List.razor.rz.scp.css */
[b-39sv75d0bv] .dxbl-tabs-content-panel,
[b-39sv75d0bv] .dxbl-tabs-content-panel .dxbl-tabs-content:last-child {
    flex-basis: 1px !important;
    display: flex !important;
    flex: auto !important;
    height: 100% !important;
    overflow: auto !important;
    flex-direction: column !important;
}

.layout-item:has(.dx-chart-tooltip.show)[b-39sv75d0bv],
.layout-item > div:has(.dx-chart-tooltip.show)[b-39sv75d0bv],
[b-39sv75d0bv] .h-100:has(.dx-chart-tooltip.show),
[b-39sv75d0bv] .overflow-auto:has(.dx-chart-tooltip.show),
[b-39sv75d0bv] .overflow-auto .dxbl-tabs-content-panel:has(.dx-chart-tooltip.show),
[b-39sv75d0bv] .overflow-auto .dxbl-tabs-content:has(.dx-chart-tooltip.show) {
    overflow: visible !important;
}

[b-39sv75d0bv] .ui-sortable-placeholder {
    border: 1px dotted !important;
    opacity: 0.5 !important;
    border-color: var(--bs-danger) !important;
    animation: ui-sortable-placeholder-pulse-b-39sv75d0bv 2s infinite;
}

    [b-39sv75d0bv] .ui-sortable-placeholder td {
        border-left: none !important;
    }

        [b-39sv75d0bv] .ui-sortable-placeholder td:first-child {
            border-left: 3px solid !important;
            border-color: #ff6a00 !important;
        }

[b-39sv75d0bv] .dxbl-grid-command-cell {
    padding: 0 3px !important;
}

[b-39sv75d0bv] .btn-cta,
[b-39sv75d0bv] .btn-cta:hover,
[b-39sv75d0bv] .btn-cta:visited,
[b-39sv75d0bv] .btn-cta:focus {
    font-size: 0.7rem !important;
    border: none !important;
}

@keyframes ui-sortable-placeholder-pulse-b-39sv75d0bv {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

[b-39sv75d0bv] tr[data-draggable-index] {
    cursor: all-scroll;
}
/* _content/StellaPolaris.Web/Components/Pages/DashboardManagement/UI/AddWidgetTeaser.razor.rz.scp.css */
#custom-dashboard-add-widget:hover[b-1wtdqikmi4] {
    background-color: rgba(0, 0, 0, 0.1);
}
#custom-dashboard-add-widget[b-1wtdqikmi4] {
    cursor: pointer;
}
/* _content/StellaPolaris.Web/Components/Pages/DashboardManagement/UI/DashboardComponent.razor.rz.scp.css */
.grid-item.selected .card[b-l3el4otb1r] {
    border-color: rgba(var(--bs-primary-rgb)) !important;
    background-color: rgba(var(--bs-primary-rgb)) !important;
    z-index: 1000;
}

.grid-item.selected #custom-dashboard-add-widget > span[b-l3el4otb1r] {
    display: none !important;
}
/* _content/StellaPolaris.Web/Components/Pages/DashboardManagement/UI/LoadingCircle.razor.rz.scp.css */
.loading[b-hbz571avhr] {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin-b-hbz571avhr 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin-b-hbz571avhr { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/* _content/StellaPolaris.Web/Components/Pages/DashboardManagement/UI/TimelineControls.razor.rz.scp.css */
.slider-container input[b-fvg7bgbecx] {
    width: 100% !important;
    cursor: pointer !important;
    outline: none !important;
    border-radius: 16px !important;
    width: 100% !important;
    border-radius: 5px !important;
    background: var(--timeline-bg-color) !important;
    outline: none !important;  
    outline: none;        
/*    -webkit-transition: .2s;
    transition: opacity .2s;*/
}

/* Thumb: webkit */
.slider-container input[b-fvg7bgbecx]::-webkit-slider-thumb {
    width: 12px !important;
    height: 12px !important;
    background: var(--timeline-thumb-color) !important;
    border-radius: 50% !important;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.controls[b-fvg7bgbecx] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn[b-fvg7bgbecx] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.slider-container[b-fvg7bgbecx] {
    position: relative;
    flex-grow: 1;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.timeline-slider[b-fvg7bgbecx] {
    width: 100%;
}

.slider-label[b-fvg7bgbecx] {
    position: absolute;
    top: -14px;
    font-family: "Inter";
/*    background: var(--timeline-thumb-color);
    color: white;
    border: 1px solid #ddd;
    padding: 2px 5px;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;*/
}
/* _content/StellaPolaris.Web/Components/Pages/FleetManagement/ForecastComponent.razor.rz.scp.css */
    [b-e339tf89ft] .compass-map-target-dot-button-container .compass-map-target-dot-button-wrapper {
        border-radius: 100%;
        background: #02A9F4;
        box-shadow: inset 0px 0px 0px 2px rgba(1, 1, 1, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
        position: relative;
        cursor: pointer;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-container .compass-map-target-dot-button .compass-map-target-dot-button-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-container .compass-map-target-dot-button .compass-map-target-dot-button-content i {
        margin-top: -5px;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-container .compass-map-target-dot-button .compass-map-target-dot-button-indicators {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 2px;
        margin-top: -2px;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-container .compass-map-target-dot-button .compass-map-target-dot-button-indicators>span {
        border-radius: 100%;
        background-color: #175B93;
        box-shadow: inset 0px 0px 2px rgba(1, 1, 1, 0.8);
        display: none;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-container .compass-map-target-dot-button .compass-map-target-dot-button-indicators>#planned.active {
        display: inline-block;
        background-color: var(--color-planned) !important;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-container .compass-map-target-dot-button .compass-map-target-dot-button-indicators>#actual.active {
        display: inline-block;
        background-color: var(--color-actual) !important;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-container .compass-map-target-dot-button i {
        color: white;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-container {
        position: absolute;
        display: grid;
        justify-content: center;
        align-items: flex-start;
        justify-items: center;
        bottom: 50%;
        border-radius: 10%;
    }

    [b-e339tf89ft] .compass-map-vessel-waypoint {
        position: absolute;
        height: 50%;
        bottom: 50%;
        left: 50%;
        transform-origin: 0% 100%;
        border-radius: 10%;
        z-index: 1;
        width: 2px;
        background-color: unset;
        background-size: 2px 9px;
        background-repeat: repeat;
        background-image: linear-gradient(to top, var(--color-planned) 60%, rgba(255, 255, 255, 0) 0%);
    }

    [b-e339tf89ft] .compass-map-vessel-waypoint-actual {
        background-image: linear-gradient(to top, var(--color-actual) 60%, rgba(255, 255, 255, 0) 0%);
    }

    [b-e339tf89ft] .compass-map-target-waypoint .arrow {
        content: "";
        position: absolute;
        left: -6px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 15px solid var(--color-planned);
    }

    [b-e339tf89ft] .compass-map-target-waypoint-actual .arrow {
        border-top-color: var(--color-actual) !important;
    }

    [b-e339tf89ft] .compass-map-target-waypoint {
        position: absolute;
        height: 50%;
        bottom: 50%;
        left: 50%;
        transform-origin: 0% 100%;
        border-radius: 10%;
        z-index: 1;
        width: 2px;
        background-color: unset;
        background-repeat: repeat;
        background-size: cover;
    }

    [b-e339tf89ft] .compass-map-dot-button-options {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-items: center;
        top: -15%;
        left: 0;
        width: 50%;
        height: 50%;
        max-width: 25px;
        max-height: 25px;
        background-color: #175B93;
        box-shadow: inset 0px 0px 3px rgba(1, 1, 1, 1);
        border: none;
        border-radius: 100%;
        z-index: 10;
    }

    [b-e339tf89ft] .compass-map-target-dot-button-tooltip {
        display: inline-block;
        z-index: 1000 !important;
        background-color: white;
        width: 100%;
        min-width: 200px;
        position: absolute !important;
        top: 100%;
        padding: 0.5rem;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        border-radius: 0.2rem;
    }
/* _content/StellaPolaris.Web/Components/Pages/FleetManagement/ForecastMap.razor.rz.scp.css */
.compass-map[b-0e8iu1sqyg] {
    width: 100%;
    min-height: 100%;
    display: flex;
    border-radius: 100%;
    box-shadow: inset 0px 0px 0px 3px rgba(1, 1, 1, 0.2);
    background: linear-gradient(to bottom, #2C9CF9 0%, #88D3E9 100%);
    flex-grow: 1;
}

.compass-map[b-0e8iu1sqyg]:after,
.compass-map[b-0e8iu1sqyg]:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    z-index: 0;
}

.compass-map .compass-map-inner[b-0e8iu1sqyg] {
    width: 28%;
    min-height: 28%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    flex-grow: 1;
    box-shadow: inset 0px 0px 0px 2px rgba(1, 1, 1, 1%);
}

.compass-map .compass-map-positioning[b-0e8iu1sqyg] {
    width: 55%;
    min-height: 55%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: transparent;
    flex-grow: 1;
}

.compass-map[b-0e8iu1sqyg]:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.compass-map-labels[b-0e8iu1sqyg] {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.compass-map-labels > p[b-0e8iu1sqyg] {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(0, 12, 39);
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 0px;
    width: 20px;
    text-align: center;
}

.compass-map-labels #y-axis[b-0e8iu1sqyg]:before,
.compass-map-labels #y-axis[b-0e8iu1sqyg]:after,
.compass-map-labels #x-axis[b-0e8iu1sqyg]:before,
.compass-map-labels #x-axis[b-0e8iu1sqyg]:after {
    content: " ";
    background: rgb(0, 32, 78);
    width: 2px;
    height: 11px;
    position: absolute;
    text-align: center;
}

.compass-map-labels #y-axis[b-0e8iu1sqyg]:before,
.compass-map-labels #y-axis[b-0e8iu1sqyg]:after {
    width: 2px;
    height: 12px;
}

.compass-map-labels #x-axis[b-0e8iu1sqyg]:before,
.compass-map-labels #x-axis[b-0e8iu1sqyg]:after {
    height: 2px;
    width: 12px;
}

.compass-map-labels #x-axis[b-0e8iu1sqyg]:before {
    left: 1px;
    top: 50.4%;
    transform: translate(-50%, -50%);
}

.compass-map-labels #x-axis[b-0e8iu1sqyg]:after {
    right: -11px;
    top: 50.4%;
    transform: translate(-50%, -50%);
}

.compass-map-labels #y-axis[b-0e8iu1sqyg]:before {
    top: 1px;
    left: 50.4%;
    transform: translate(-50%, -50%);
}

.compass-map-labels #y-axis[b-0e8iu1sqyg]:after {
    bottom: -11px;
    left: 50.4%;
    transform: translate(-50%, -50%);
}

.compass-map-labels #north[b-0e8iu1sqyg] {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.compass-map-labels #west[b-0e8iu1sqyg] {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
}

.compass-map-labels #east[b-0e8iu1sqyg] {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(-50%, -50%);
}

.compass-map-labels #south[b-0e8iu1sqyg] {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.compass-map[b-0e8iu1sqyg] {
        width: 100%;
        min-height: 100%;
        display: flex;
        border-radius: 100%;
        box-shadow: inset 0px 0px 0px 3px rgba(1, 1, 1, 0.1);
        flex-grow: 1;
}
.compass-map.level-1[b-0e8iu1sqyg] {
    background: radial-gradient(circle at 50% 50%, #6ADFF3 40%, #88D3E9 100%);
}
    
.compass-map.level-2[b-0e8iu1sqyg] {
    background: radial-gradient(circle at 50% 50%, #44b5de 40%, #88D3E9 100%);
}
.compass-map.level-3[b-0e8iu1sqyg] {
    background: radial-gradient(circle at 50% 50%, #3ba5fb 40%, #88D3E9 100%);
}

.compass-map.level-4[b-0e8iu1sqyg] {
    background: radial-gradient(circle at 50% 50%, #1B87DF 40%, #88D3E9 100%);
}

.compass-map[b-0e8iu1sqyg]:after,
.compass-map[b-0e8iu1sqyg]:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    z-index: 1;
}
    
.compass-map[b-0e8iu1sqyg]:after{
    transform: translate(-50%, -50%) rotate(90deg);
}

.compass-map-labels[b-0e8iu1sqyg] {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.compass-map-labels>p[b-0e8iu1sqyg] {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(0, 12, 39, 50%);
    /* color: white; */
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 0px;
    width: 20px;
    text-align: center;
}

.compass-map-labels #y-axis[b-0e8iu1sqyg]:before,
.compass-map-labels #y-axis[b-0e8iu1sqyg]:after,
.compass-map-labels #x-axis[b-0e8iu1sqyg]:before,
.compass-map-labels #x-axis[b-0e8iu1sqyg]:after {
        content: " ";
        background: rgb(0, 32, 78);
        width: 2px;
        height: 11px;
        position: absolute;
        text-align: center;
}

    .compass-map-labels #y-axis[b-0e8iu1sqyg]:before,
    .compass-map-labels #y-axis[b-0e8iu1sqyg]:after {
        width: 2px;
        height: 12px;
    }

    .compass-map-labels #x-axis[b-0e8iu1sqyg]:before,
    .compass-map-labels #x-axis[b-0e8iu1sqyg]:after {
        height: 2px;
        width: 12px;
    }

    .compass-map-labels #x-axis[b-0e8iu1sqyg]:before {
        left: 1px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .compass-map-labels #x-axis[b-0e8iu1sqyg]:after {
        right: -11px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .compass-map-labels #y-axis[b-0e8iu1sqyg]:before {
        top: 1px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .compass-map-labels #y-axis[b-0e8iu1sqyg]:after {
        bottom: -11px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .compass-map-labels #north[b-0e8iu1sqyg] {
        position: absolute;
        top: 26px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .compass-map-labels #west[b-0e8iu1sqyg] {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translate(-50%, -50%);
    }

    .compass-map-labels #east[b-0e8iu1sqyg] {
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translate(-50%, -50%);
    }

    .compass-map-labels #south[b-0e8iu1sqyg] {
        position: absolute;
        bottom: 27px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/* _content/StellaPolaris.Web/Components/Pages/FleetManagement/ForecastVessel.razor.rz.scp.css */
.compass-vessel[b-w1r8whaydj] {
    width: 10%;
    height: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}
.compass-vessel.compass-vessel-actual[b-w1r8whaydj] {
    z-index: 11 !important;
}
/* _content/StellaPolaris.Web/Components/Pages/FleetManagement/InventoryLicensesComponent.razor.rz.scp.css */

.order-steps[b-ocs0km1x3q] {
    width: 25%;
    border-right: 1px solid #eeeeee;
}

.order-steps-wrap[b-ocs0km1x3q] {
    height: calc(100vh - 90px);
}

.save-basket[b-ocs0km1x3q] {
    border-top: 1px solid #eeeeee;
}

.order-step[b-ocs0km1x3q] {
    width: 100%;
}

.disabled-step[b-ocs0km1x3q] {
    opacity: 0.4;
}

.step-detail[b-ocs0km1x3q] {
    height: 57px;
    border-bottom: 1px solid #eeeeee;
}

.product-groups-list[b-ocs0km1x3q] {
    width: 50%;
}

.product-items-groups-list[b-ocs0km1x3q] {
    width: 50%;
}

.product-items-list.is-active[b-ocs0km1x3q] {
    background-color: #E6F1FF;
}

.product-items-list:hover[b-ocs0km1x3q] {
    background-color: rgba(0, 0, 0, 0.0392156862745098);
}

.search-product-items[b-ocs0km1x3q] {
}

.search-product-items[b-ocs0km1x3q], .product-items-list[b-ocs0km1x3q] {
    border-bottom: 1px solid #eeeeee;
}

    .product-items-list:last-child[b-ocs0km1x3q] {
        border-bottom: 0 none;
    }

.product-items-list-wrap[b-ocs0km1x3q] {
    height: calc(100% - 308px);
    overflow-y: scroll;
    border-bottom: 1px solid #eeeeee;
}

    .product-items-list-wrap.catalogue[b-ocs0km1x3q] {
        height: calc(100vh - 255px);
        overflow-y: hidden;
    }

.current-step[b-ocs0km1x3q] {
    background-color: #E6F1FF;
}

.basket-title[b-ocs0km1x3q], .basket-product-groups[b-ocs0km1x3q], .set-duration[b-ocs0km1x3q], .product-items-list-inner[b-ocs0km1x3q] {
    border-bottom: 1px solid #eeeeee;
}

    .product-items-list-inner:hover[b-ocs0km1x3q] {
        background-color: rgba(0, 0, 0, 0.0392156862745098);
    }

    .product-items-list-inner.is-active[b-ocs0km1x3q] {
        background-color: #E6F1FF;
    }

.basket-total-price[b-ocs0km1x3q] {
    border-top: 1px solid #eeeeee;
}

.basket-product-items-list[b-ocs0km1x3q] {
    height: calc(100vh - 190px);
    overflow-y: auto;
}

.confirm-product-items-table[b-ocs0km1x3q] {
    height: calc(100vh - 135px);
    overflow-y: auto;
}

.confirm-basket[b-ocs0km1x3q] {
    border-top: 1px solid #eeeeee;
}

.pointer[b-ocs0km1x3q] {
    cursor: pointer;
}

.product-group-detail-button[b-ocs0km1x3q] {
    border-radius: 0px;
    height: 49px;
    color: #263BDA;
    background-color: #fff;
    border-bottom: solid 0.1px #C0C0C0;
    text-align: justify;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

    .product-group-detail-button:last-child[b-ocs0km1x3q] {
        border-radius: 0px;
        height: 49px;
        color: #263BDA;
        background-color: #fff;
        text-align: justify;
        padding-left: 12px;
        font-size: 16px;
        font-weight: 700;
        border-bottom: none;
    }
.item-detail-title[b-ocs0km1x3q] {
    font-weight: 700;
    width: 180px;
    font-size: 14px;
}

.status-dot[b-ocs0km1x3q] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    align-self: center;
}

.vessel-name[b-ocs0km1x3q] {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    padding-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* _content/StellaPolaris.Web/Components/Pages/OrderManagement/CreateAvcsOnlineOrder.razor.rz.scp.css */
.order-steps[b-ihs8ryged2] {
    width: 25%;
    border-right: 1px solid #eeeeee;
}

.order-steps-wrap[b-ihs8ryged2] {
    height: calc(100vh - 90px);
}

.save-basket[b-ihs8ryged2] {
    border-top: 1px solid #eeeeee;
}

.order-step[b-ihs8ryged2] {
    width: 100%;
}

.disabled-step[b-ihs8ryged2] {
    opacity: 0.4;
    cursor: default !important;
}

.step-detail[b-ihs8ryged2] {
    height: 57px;
    border-bottom: 1px solid #eeeeee;
}

.product-groups-list[b-ihs8ryged2] {
    width: 50%;
}

.product-items-groups-list[b-ihs8ryged2] {
    width: 100%;
}

.product-items-list.is-active[b-ihs8ryged2] {
    background-color: #E6F1FF;
}

.search-product-items[b-ihs8ryged2] {
}

.search-product-items[b-ihs8ryged2], .product-items-list[b-ihs8ryged2] {
    border-bottom: 1px solid #eeeeee;
}

    .product-items-list:last-child[b-ihs8ryged2] {
        border-bottom: 0 none;
    }

.product-items-list-wrap[b-ihs8ryged2] {
    height: calc(100vh - 205px);
    overflow-y: hidden;
    border-bottom: 1px solid #eeeeee;
}

.current-step[b-ihs8ryged2] {
    background-color: #E6F1FF;
}

.basket-title[b-ihs8ryged2], .basket-product-groups[b-ihs8ryged2], .set-duration[b-ihs8ryged2], .product-items-list-inner[b-ihs8ryged2] {
    border-bottom: 1px solid #eeeeee;
}

    .product-items-list-inner:hover[b-ihs8ryged2] {
        background-color: rgba(0, 0, 0, 0.0392156862745098);
    }

    .product-items-list-inner.is-active[b-ihs8ryged2] {
        background-color: #E6F1FF;
    }

.basket-total-price[b-ihs8ryged2] {
    border-top: 1px solid #eeeeee;
}

.basket-product-items-list[b-ihs8ryged2] {
    height: calc(100vh - 190px);
    overflow-y: auto;
}

.confirm-product-items-table[b-ihs8ryged2] {
    height: calc(100vh - 135px);
    overflow-y: auto;
}

.confirm-basket[b-ihs8ryged2] {
    border-top: 1px solid #eeeeee;
}

.pointer[b-ihs8ryged2] {
    cursor: pointer;
}
/* _content/StellaPolaris.Web/Components/Pages/OrderManagement/CreateOrder.razor.rz.scp.css */
.order-steps[b-tdnfvazfog] {
    width: 25%;
    border-right: 1px solid #eeeeee;
}
.order-steps-wrap[b-tdnfvazfog] {
    height: calc(100vh - 90px);
}
.save-basket[b-tdnfvazfog] {
    border-top: 1px solid #eeeeee;
}
.order-step[b-tdnfvazfog] {
    width: 100%;
}
.disabled-step[b-tdnfvazfog] {
    opacity: 0.4;
}
.step-detail[b-tdnfvazfog] {
    height: 57px;
    border-bottom: 1px solid #eeeeee;
}
.product-groups-list[b-tdnfvazfog] {
    width: 50%;
}
    .product-items-groups-list[b-tdnfvazfog] {
        width: 50%;
    }
.product-items-list.is-active[b-tdnfvazfog] {
    background-color: #E6F1FF;
}
.product-items-list:hover[b-tdnfvazfog] {
    background-color: rgba(0, 0, 0, 0.0392156862745098);
}
.search-product-items[b-tdnfvazfog] {
}
.search-product-items[b-tdnfvazfog], .product-items-list[b-tdnfvazfog] {
    border-bottom: 1px solid #eeeeee;
}
    .product-items-list:last-child[b-tdnfvazfog] {
        border-bottom: 0 none;
    }
    .product-items-list-wrap[b-tdnfvazfog] {
        height: calc(100% - 308px);
        overflow-y: scroll;
        border-bottom: 1px solid #eeeeee;
    }
        .product-items-list-wrap.catalogue[b-tdnfvazfog] {
            height: calc(100vh - 255px);
            overflow-y: hidden;
        }
        .current-step[b-tdnfvazfog] {
            background-color: #E6F1FF;
        }

.basket-title[b-tdnfvazfog], .basket-product-groups[b-tdnfvazfog], .set-duration[b-tdnfvazfog], .product-items-list-inner[b-tdnfvazfog] {
    border-bottom: 1px solid #eeeeee;
}
    .product-items-list-inner:hover[b-tdnfvazfog] {
        background-color: rgba(0, 0, 0, 0.0392156862745098);
    }
    .product-items-list-inner.is-active[b-tdnfvazfog] {
        background-color: #E6F1FF;
    }
.basket-total-price[b-tdnfvazfog] {
    border-top: 1px solid #eeeeee;
}
.basket-product-items-list[b-tdnfvazfog] {
    height: calc(100vh - 190px);
    overflow-y: auto;
}
.confirm-product-items-table[b-tdnfvazfog] {
    height: calc(100vh - 135px);
    overflow-y: auto;
}
.confirm-basket[b-tdnfvazfog] {
    border-top: 1px solid #eeeeee;
}
.pointer[b-tdnfvazfog] {
    cursor: pointer;
}
/* _content/StellaPolaris.Web/Components/Pages/OrderManagement/FlatFeeOrderPage.razor.rz.scp.css */
.vessel-quote.vessel-name[b-nz034ew6dr] {
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 12px;
    height: 40px;
}

.vessel-quote.is-active[b-nz034ew6dr] {
    background-color: #E6F1FF !important;
}

.pointer[b-nz034ew6dr] {
    cursor: pointer;
}

.vessel-quote-need-approvals:hover[b-nz034ew6dr] {
    background-color: rgba(0, 0, 0, 0.0392156862745098);
}

.vessel-quote-need-approvals[b-nz034ew6dr] {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 12px 5px 24px;
}

    .vessel-quote-need-approvals.is-active[b-nz034ew6dr] {
        background-color: #e6e6e6;
    }

.display-vessel[b-nz034ew6dr] {
    width: 100%;
    border-right: 1px solid #7c7f7f;
}

.display-vessel-quote[b-nz034ew6dr] {
    width: 50%;
}

.vessel-is-hidden[b-nz034ew6dr] {
    border-right: 1px solid #7c7f7f;
}

.vessel-quote-detail[b-nz034ew6dr] {
    border-bottom: 2px solid #afafaf;
}

.quote-product-group[b-nz034ew6dr] {
    padding: 8px;
    border-bottom: 1px solid #eeeeee;
    background-color: #e6e6e6;
}

.quote-product-item[b-nz034ew6dr] {
    border-bottom: 1px solid #eeeeee;
}

    .quote-product-item:hover[b-nz034ew6dr] {
        background-color: rgba(0, 0, 0, 0.0392156862745098);
    }

    .quote-product-item.is-active[b-nz034ew6dr] {
        background-color: #E6F1FF;
    }

.vessel-quote-detail-actions[b-nz034ew6dr] {
    border-top: 2px solid #afafaf;
}

    .vessel-quote-detail-actions .quote-summary-price[b-nz034ew6dr] {
        font-weight: 500;
    }

.vessel-quote-detail .line-count[b-nz034ew6dr] {
    position: absolute;
    left: 5px;
    top: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
}

.vessel-quote-line-ref[b-nz034ew6dr] {
    padding: 11px 8px;
    border-bottom: 2px solid #afafaf;
}

.selected-vessel-quote-line .product-group-name[b-nz034ew6dr] {
    padding: 11px 8px;
    border-bottom: 1px solid #eeeeee;
}

.product-group-line-item-number[b-nz034ew6dr] {
    border-bottom: 1px solid #eeeeee;
}

    .product-group-line-item-number .left[b-nz034ew6dr] {
        display: block;
        width: 100px;
        min-width: 100px;
    }
/* _content/StellaPolaris.Web/Components/Pages/OrderManagement/OrderHistoryPage.razor.rz.scp.css */
.vessel-quote.vessel-name[b-l5423yl6ue] {
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 12px;
    height: 40px;
}

.vessel-quote.is-active[b-l5423yl6ue] {
    background-color: #E6F1FF !important;
}

.pointer[b-l5423yl6ue] {
    cursor: pointer;
}

.vessel-quote-need-approvals:hover[b-l5423yl6ue] {
    background-color: rgba(0, 0, 0, 0.0392156862745098);
}

.vessel-quote-need-approvals[b-l5423yl6ue] {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 12px 5px 24px;
}

    .vessel-quote-need-approvals.is-active[b-l5423yl6ue] {
        background-color: #e6e6e6;
    }

.display-vessel[b-l5423yl6ue] {
    width: 100%;
    border-right: 1px solid #7c7f7f;
}

.display-vessel-quote[b-l5423yl6ue] {
    width: 50%;
}

.vessel-is-hidden[b-l5423yl6ue] {
    border-right: 1px solid #7c7f7f;
}

.vessel-quote-detail[b-l5423yl6ue] {
    border-bottom: 2px solid #afafaf;
}

.quote-product-group[b-l5423yl6ue] {
    padding: 8px;
    border-bottom: 1px solid #eeeeee;
    background-color: #e6e6e6;
}

.quote-product-item[b-l5423yl6ue] {
    border-bottom: 1px solid #eeeeee;
}

    .quote-product-item:hover[b-l5423yl6ue] {
        background-color: rgba(0, 0, 0, 0.0392156862745098);
    }

    .quote-product-item.is-active[b-l5423yl6ue] {
        background-color: #E6F1FF;
    }

.vessel-quote-detail-actions[b-l5423yl6ue] {
    border-top: 2px solid #afafaf;
}

    .vessel-quote-detail-actions .quote-summary-price[b-l5423yl6ue] {
        font-weight: 500;
    }

.vessel-quote-detail .line-count[b-l5423yl6ue] {
    position: absolute;
    left: 5px;
    top: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
}

.vessel-quote-line-ref[b-l5423yl6ue] {
    padding: 11px 8px;
    border-bottom: 2px solid #afafaf;
}

.mud-chart .mud-chart-legend[b-l5423yl6ue] {
    display: none !important;
}

.selected-vessel-quote-line .product-group-name[b-l5423yl6ue] {
    padding: 11px 8px;
    border-bottom: 1px solid #eeeeee;
}

.product-group-line-item-number[b-l5423yl6ue] {
    border-bottom: 1px solid #eeeeee;
}

    .product-group-line-item-number .left[b-l5423yl6ue] {
        display: block;
        width: 100px;
        min-width: 100px;
    }

/* _content/StellaPolaris.Web/Components/Pages/OrderManagement/QuotationsToApprove.razor.rz.scp.css */
.vessel-quote.vessel-name[b-he521deugd] {
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 12px;
    height: 40px;
}
    .vessel-quote.is-active[b-he521deugd] {
        background-color: #E6F1FF !important;
    }
.pointer[b-he521deugd] {
    cursor: pointer;
}
.vessel-quote-need-approvals:hover[b-he521deugd] {
    background-color: rgba(0, 0, 0, 0.0392156862745098);
}

.vessel-quote-need-approvals[b-he521deugd] {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 12px 5px 24px;
}
    .vessel-quote-need-approvals.is-active[b-he521deugd] {
        background-color: #e6e6e6;
    }
    
    .display-vessel[b-he521deugd] {
        width: 100%;
        border-right: 1px solid #7c7f7f;
    }
.display-vessel-quote[b-he521deugd] {
    width: 50%;
}
.vessel-is-hidden[b-he521deugd] {
    border-right: 1px solid #7c7f7f;
}
.vessel-quote-detail[b-he521deugd] {
    border-bottom: 2px solid #afafaf;
    height: 81px;                                                                                                                   
}
.quote-product-group[b-he521deugd] {
    padding: 8px;
    border-bottom: 1px solid #eeeeee;
    background-color: #e6e6e6;
}
.quote-product-item[b-he521deugd] {
    border-bottom: 1px solid #eeeeee;
}
    .quote-product-item:hover[b-he521deugd] {
        background-color: rgba(0, 0, 0, 0.0392156862745098);
    }
    .quote-product-item.is-active[b-he521deugd] {
        background-color: #E6F1FF;
    }
.vessel-quote-detail-actions[b-he521deugd] {
    border-top: 2px solid #afafaf;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    height: 50px;
}
    .vessel-quote-detail-actions .quote-summary-price[b-he521deugd] {
        font-weight: 500;
    }

.vessel-quote-detail .line-count[b-he521deugd] {
    position: absolute;
    left: 5px;
    top: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
}
.vessel-quote-line-ref[b-he521deugd] {
    padding: 11px 8px;
    border-bottom: 2px solid #afafaf;
}
.selected-vessel-quote-line .product-group-name[b-he521deugd] {
    padding: 11px 8px;
    border-bottom: 1px solid #eeeeee;
}
.product-group-line-item-number[b-he521deugd] {
    border-bottom: 1px solid #eeeeee;
}
    .product-group-line-item-number .left[b-he521deugd] {
        display: block;
        width: 100px;
        min-width: 100px;
    }
/* _content/StellaPolaris.Web/Components/Pages/OrderManagement/ShipmentTrackingPage.razor.rz.scp.css */
.vessel-quote.vessel-name[b-qsoah3c4y2] {
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 12px;
    height: 40px;
}

.vessel-quote.is-active[b-qsoah3c4y2] {
    background-color: #E6F1FF !important;
}

.pointer[b-qsoah3c4y2] {
    cursor: pointer;
}

.vessel-quote-need-approvals:hover[b-qsoah3c4y2] {
    background-color: rgba(0, 0, 0, 0.0392156862745098);
}

.vessel-quote-need-approvals[b-qsoah3c4y2] {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 12px 5px 24px;
}

    .vessel-quote-need-approvals.is-active[b-qsoah3c4y2] {
        background-color: #e6e6e6;
    }

.display-vessel[b-qsoah3c4y2] {
    width: 100%;
    border-right: 1px solid #7c7f7f;
}

.display-vessel-quote[b-qsoah3c4y2] {
    width: 50%;
}

.vessel-is-hidden[b-qsoah3c4y2] {
    border-right: 1px solid #7c7f7f;
}

.vessel-quote-detail[b-qsoah3c4y2] {
    border-bottom: 2px solid #afafaf;
}

.quote-product-group[b-qsoah3c4y2] {
    padding: 8px;
    border-bottom: 1px solid #eeeeee;
    background-color: #e6e6e6;
}

.quote-product-item[b-qsoah3c4y2] {
    border-bottom: 1px solid #eeeeee;
}

    .quote-product-item:hover[b-qsoah3c4y2] {
        background-color: rgba(0, 0, 0, 0.0392156862745098);
    }

    .quote-product-item.is-active[b-qsoah3c4y2] {
        background-color: #E6F1FF;
    }

.vessel-quote-detail-actions[b-qsoah3c4y2] {
    border-top: 2px solid #afafaf;
}

    .vessel-quote-detail-actions .quote-summary-price[b-qsoah3c4y2] {
        font-weight: 500;
    }

.vessel-quote-detail .line-count[b-qsoah3c4y2] {
    position: absolute;
    left: 5px;
    top: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
}

.vessel-quote-line-ref[b-qsoah3c4y2] {
    padding: 11px 8px;
    border-bottom: 2px solid #afafaf;
}

.selected-vessel-quote-line .product-group-name[b-qsoah3c4y2] {
    padding: 11px 8px;
    border-bottom: 1px solid #eeeeee;
}

.product-group-line-item-number[b-qsoah3c4y2] {
    border-bottom: 1px solid #eeeeee;
}

    .product-group-line-item-number .left[b-qsoah3c4y2] {
        display: block;
        width: 100px;
        min-width: 100px;
    }
/* _content/StellaPolaris.Web/Components/Shared/DateTimeRangePickers/SpCalendar.razor.rz.scp.css */
.next span[b-5t3j561tpa], .prev span[b-5t3j561tpa] {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.next span[b-5t3j561tpa] {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.prev span[b-5t3j561tpa] {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

th[b-5t3j561tpa], td[b-5t3j561tpa] {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

table[b-5t3j561tpa] {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

td.available:hover[b-5t3j561tpa], th.available:hover[b-5t3j561tpa] {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

td.week[b-5t3j561tpa], th.week[b-5t3j561tpa] {
    font-size: 80%;
    color: #ccc;
}

td.disabled[b-5t3j561tpa], option.disabled[b-5t3j561tpa] {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

td.off[b-5t3j561tpa], td.off.in-range[b-5t3j561tpa], td.off.start-date[b-5t3j561tpa], td.off.end-date[b-5t3j561tpa] {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

td.in-range[b-5t3j561tpa] {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

td.start-date[b-5t3j561tpa] {
    border-radius: 4px 0 0 4px;
}

td.end-date[b-5t3j561tpa] {
    border-radius: 0 4px 4px 0;
}

td.start-date.end-date[b-5t3j561tpa] {
    border-radius: 4px;
}

td.active[b-5t3j561tpa], td.active:hover[b-5t3j561tpa] {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

th.month[b-5t3j561tpa] {
    width: auto;
}

select.monthselect[b-5t3j561tpa], select.yearselect[b-5t3j561tpa] {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

select.monthselect[b-5t3j561tpa] {
    margin-right: 2%;
    width: 56%;
}

select.yearselect[b-5t3j561tpa] {
    width: 40%;
}

.daterangepicker .drp-buttons[b-5t3j561tpa] {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}
/* _content/StellaPolaris.Web/Components/Shared/DateTimeRangePickers/SpDateRangePicker.razor.rz.scp.css */
.daterangepicker[b-dob47wqvkr] {
    position: fixed;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 0px;
    left: 0px;
    right: auto;
    z-index: 3001;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

    .daterangepicker[b-dob47wqvkr]:before, .daterangepicker[b-dob47wqvkr]:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.picker-above[b-dob47wqvkr]:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc;
    }

    .daterangepicker.picker-above[b-dob47wqvkr]:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .daterangepicker.picker-below[b-dob47wqvkr]:before {
        top: 301px;
        left: 10px; /* Adjust as needed */
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 7px solid #ccc;
    }

    .daterangepicker.picker-below[b-dob47wqvkr]:after {
        top: 300px;
        left: 10px; /* Adjust as needed */
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .daterangepicker.inline[b-dob47wqvkr]:before, .daterangepicker.inline[b-dob47wqvkr]:after {
        content: none;
    }

    .daterangepicker.inline[b-dob47wqvkr] {
        position: inherit;
        display: inline-block;
    }

    .daterangepicker.opensleft[b-dob47wqvkr]:before {
        right: 9px;
    }

    .daterangepicker.opensleft[b-dob47wqvkr]:after {
        right: 10px;
    }

    .daterangepicker.openscenter[b-dob47wqvkr]:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.openscenter[b-dob47wqvkr]:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.opensright[b-dob47wqvkr]:before {
        left: 9px;
    }

    .daterangepicker.opensright[b-dob47wqvkr]:after {
        left: 10px;
    }

    .daterangepicker.drop-up[b-dob47wqvkr] {
        margin-top: -7px;
    }

        .daterangepicker.drop-up[b-dob47wqvkr]:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.drop-up[b-dob47wqvkr]:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.single .daterangepicker .ranges[b-dob47wqvkr], .daterangepicker.single .drp-calendar[b-dob47wqvkr] {
        float: none;
    }

    .daterangepicker.single .drp-selected[b-dob47wqvkr] {
        display: none;
    }

    .drp-placeholder[b-dob47wqvkr] {
        color: #ccc;
    }

.daterangepicker.show-calendar .drp-calendar[b-dob47wqvkr] {
    display: block;
}

    .daterangepicker.show-calendar .drp-buttons[b-dob47wqvkr] {
        display: block;
    }

    .daterangepicker.auto-apply .drp-buttons[b-dob47wqvkr] {
    }

    .daterangepicker .drp-calendar[b-dob47wqvkr] {
        display: none;
        max-width: 270px;
    }

        .daterangepicker .drp-calendar.left[b-dob47wqvkr] {
            padding: 8px 0 8px 8px;
        }

        .daterangepicker .drp-calendar.right[b-dob47wqvkr] {
            padding: 8px;
        }

        .daterangepicker .drp-calendar.single .calendar-table[b-dob47wqvkr] {
            border: none;
        }

    .daterangepicker .calendar-table[b-dob47wqvkr] {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff;
    }

    .daterangepicker .calendar-time[b-dob47wqvkr] {
        text-align: center;
        margin: 4px auto 0 auto;
        line-height: 30px;
        position: relative;
    }

    .daterangepicker .drp-buttons[b-dob47wqvkr] {
        clear: both;
        text-align: right;
        padding: 8px 18px;
        border-top: 1px solid #ddd;
        display: none;
        line-height: 12px;
        vertical-align: middle;
    }

    .daterangepicker .drp-selected[b-dob47wqvkr] {
        display: inline-block;
        font-size: 12px;
        padding-right: 8px;
    }

    .daterangepicker .drp-buttons .btn[b-dob47wqvkr] {
        margin-left: 8px;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 8px;
    }

    .daterangepicker.show-ranges.single.rtl .drp-calendar.left[b-dob47wqvkr] {
        border-right: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.single.ltr .drp-calendar.left[b-dob47wqvkr] {
        border-left: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right[b-dob47wqvkr] {
        border-right: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left[b-dob47wqvkr] {
        border-left: 1px solid #ddd;
    }

    .daterangepicker .ranges[b-dob47wqvkr] {
        float: none;
        text-align: left;
        margin: 0;
    }

    .daterangepicker.show-calendar .ranges[b-dob47wqvkr] {
        margin-top: 8px;
    }

    .daterangepicker .ranges ul[b-dob47wqvkr] {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .daterangepicker .ranges li[b-dob47wqvkr] {
        font-size: 12px;
        padding: 8px 12px;
        cursor: pointer;
    }

        .daterangepicker .ranges li:hover[b-dob47wqvkr] {
            background-color: #eee;
        }

        .daterangepicker .ranges li.active[b-dob47wqvkr] {
            background-color: #08c;
            color: #fff;
        }

.daterangepicker-visibility-hidden[b-dob47wqvkr] {
    display:none;
}

.daterangepicker-visibility-visible[b-dob47wqvkr] {
    display: block;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker[b-dob47wqvkr] {
        width: auto;
    }

        .daterangepicker .ranges ul[b-dob47wqvkr] {
            width: 140px;
        }

        .daterangepicker.single .ranges ul[b-dob47wqvkr] {
            width: 100%;
        }

        .daterangepicker.single .drp-calendar.left[b-dob47wqvkr] {
            clear: none;
        }

        .daterangepicker.single .ranges[b-dob47wqvkr], .daterangepicker.single .drp-calendar[b-dob47wqvkr] {
            float: left;
        }

    .daterangepicker[b-dob47wqvkr] {
        direction: ltr;
        text-align: left;
    }

        .daterangepicker .drp-calendar.left[b-dob47wqvkr] {
            clear: left;
            margin-right: 0;
        }

            .daterangepicker .drp-calendar.left .calendar-table[b-dob47wqvkr] {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

        .daterangepicker .drp-calendar.right[b-dob47wqvkr] {
            margin-left: 0;
        }

            .daterangepicker .drp-calendar.right .calendar-table[b-dob47wqvkr] {
                border-left: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .daterangepicker .drp-calendar.left .calendar-table[b-dob47wqvkr] {
            padding-right: 8px;
        }

        .daterangepicker .ranges[b-dob47wqvkr], .daterangepicker .drp-calendar[b-dob47wqvkr] {
            float: left;
        }
}

@media (min-width: 730px) {
    .daterangepicker .ranges[b-dob47wqvkr] {
        width: auto;
    }

    .daterangepicker .ranges[b-dob47wqvkr] {
        float: left;
    }

    .daterangepicker.rtl .ranges[b-dob47wqvkr] {
        float: right;
    }

    .daterangepicker .drp-calendar.left[b-dob47wqvkr] {
        clear: none !important;
    }
}

/* _content/StellaPolaris.Web/Components/Shared/DateTimeRangePickers/SpTimePicker.razor.rz.scp.css */
select.hourselect[b-mk7s75qlfo], select.minuteselect[b-mk7s75qlfo], select.secondselect[b-mk7s75qlfo], select.ampmselect[b-mk7s75qlfo] {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

select.disabled[b-mk7s75qlfo] {
    color: #ccc;
    cursor: not-allowed;
}
/* _content/StellaPolaris.Web/Components/Shared/Forms/Splitter/Split.razor.rz.scp.css */
split[b-lqd27h2rf2] {
    box-sizing: border-box;
    overflow: auto;
}
/* _content/StellaPolaris.Web/Components/Shared/Forms/Splitter/SplitZone.razor.rz.scp.css */

