@import '_content/PlanSea.Alerting.Blazor/PlanSea.Alerting.Blazor.bundle.scp.css';
@import '_content/PlanSea.Authentication.Local.Blazor/PlanSea.Authentication.Local.Blazor.bundle.scp.css';
@import '_content/PlanSea.Common.Blazor/PlanSea.Common.Blazor.bundle.scp.css';
@import '_content/PlanSea.Identity.Blazor/PlanSea.Identity.Blazor.bundle.scp.css';
@import '_content/PlanSea.Library.Blazor/PlanSea.Library.Blazor.bundle.scp.css';
@import '_content/PlanSea.Voyages.Blazor/PlanSea.Voyages.Blazor.bundle.scp.css';

/* _content/OperationalTool.Blazor/Components/NavMenu.razor.rz.scp.css */
.plansea-logo[b-h8bdfs3ud5] {
    width: 117px;
    height: 40px;
    background-image: url("images/PlanSeaLogo.svg");
    background-repeat: no-repeat;
}

[b-h8bdfs3ud5] .nav-item a {
    border-bottom: 3px solid transparent;
    height: 39px;
    padding-bottom: 39px;
    font-weight: bold;
}

[b-h8bdfs3ud5] .nav-item a.active,
[b-h8bdfs3ud5] .nav-item a:hover {
    color: #2d50f9 !important;
    border-bottom: 3px solid #2d50f9;
}

[b-h8bdfs3ud5] .header-override h5 {
    font-size: 1.0rem !important;
}
/* _content/OperationalTool.Blazor/Components/PlanShareDialog.razor.rz.scp.css */
.modal-body.dxbs-modal-body > .membership-list[b-i9oroyt4nx] {
    min-height: 310px;
    max-height: 310px;
    overflow-y: auto;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
}
/* _content/OperationalTool.Blazor/Pages/Activities/Components/ActivitiesDataGrid.razor.rz.scp.css */
[b-8iszgguwbm] thead > tr > th {
    background-color: aliceblue !important;
    border-color: gray;
    color: black;
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    border: 0 !important;
}

[b-8iszgguwbm] thead > tr > div > a {
    font-weight: bold;
}

[b-8iszgguwbm] .dxbs-scrollbar-padding {
    background-color: aliceblue !important;
}

[b-8iszgguwbm] .btn-link {
    color: black;
}

[b-8iszgguwbm] a {
    font-weight: normal !important;
}

[b-8iszgguwbm] div.card {
    height: calc(100vh - var(--total-height) - 40px) !important;
}

[b-8iszgguwbm] table {
    height: auto !important;
    width: 100% !important;
}

[b-8iszgguwbm] tfoot > tr {
    border: 0 !important;
}

    [b-8iszgguwbm] tfoot > tr > td {
        border: 0 !important;
    }

[b-8iszgguwbm] tbody > tr > td {
    border-bottom: 1px solid #dee2e6 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

    [b-8iszgguwbm] tbody > tr > td:last-child {
        overflow: visible !important;
        padding: 0.5rem 0 !important;
    }

    [b-8iszgguwbm] tbody > tr > td:not(:last-child) {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
    }


[b-8iszgguwbm] tbody > tr:hover {
    background-color: #e8e9ed !important;
}
/* _content/OperationalTool.Blazor/Pages/Events/Components/Editing/AddActivityGrid.razor.rz.scp.css */
[b-iqwjenbxdc] .activity-grid {
    height: 260px;
}
/* _content/OperationalTool.Blazor/Pages/Events/Components/EventsDataGrid.razor.rz.scp.css */
[b-bcjd2m24wc] thead > tr > th {
    background-color: aliceblue !important;
    border-color: gray;
    color: black;
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    border: 0 !important;
}

[b-bcjd2m24wc] thead > tr > div > a {
    font-weight: bold;
}

[b-bcjd2m24wc] .dxbs-scrollbar-padding {
    background-color: aliceblue !important;
}

[b-bcjd2m24wc] .btn-link {
    color: black;
}

[b-bcjd2m24wc] a {
    font-weight: normal !important;
}

[b-bcjd2m24wc] div.card {
    height: calc(100vh - var(--total-height) - 40px) !important;
}

[b-bcjd2m24wc] table {
    height: auto !important;
    width: 100% !important;
}

[b-bcjd2m24wc] tfoot > tr {
    border: 0 !important;
}

    [b-bcjd2m24wc] tfoot > tr > td {
        border: 0 !important;
    }

[b-bcjd2m24wc] tbody > tr > td {
    border-bottom: 1px solid #dee2e6 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

    [b-bcjd2m24wc] tbody > tr > td:last-child {
        overflow: visible !important;
        padding: 0.5rem 0 !important;
    }

    [b-bcjd2m24wc] tbody > tr > td:not(:last-child) {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
    }


[b-bcjd2m24wc] tbody > tr:hover {
    background-color: #e8e9ed !important;
}
/* _content/OperationalTool.Blazor/Pages/Plans/Components/DateSelector.razor.rz.scp.css */
.navigate-btn[b-sz97gtiuck] {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    top: 25px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.1;
    transition: 0.5s;
    border-radius: 100%;
    z-index: 9;
}

.navigate-btn-left[b-sz97gtiuck] {
    left: 5px;
}

.navigate-btn-right[b-sz97gtiuck] {
    right: 5px;
}

.date-display[b-sz97gtiuck] {
    width: 90%;
    height: 90px;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    align-items: center;
    display: flex;
}

    .date-display:hover .navigate-btn[b-sz97gtiuck] {
        opacity: 1.0;
        transition: 0.5s;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }
/* _content/OperationalTool.Blazor/Pages/Plans/Components/EventDetailsGrid.razor.rz.scp.css */
[b-0om49ydz21] thead > tr > th {
    background-color: aliceblue !important;
    border-color: gray;
    color: black;
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    border: 0 !important;
}

[b-0om49ydz21] thead > tr > div > a {
    font-weight: bold;
}

[b-0om49ydz21] .dxbs-scrollbar-padding {
    background-color: aliceblue !important;
}

[b-0om49ydz21] .btn-link {
    color: black;
}

[b-0om49ydz21] a {
    font-weight: normal !important;
}

[b-0om49ydz21] table {
    height: auto !important;
    width: calc(100% - 2px) !important;
}

[b-0om49ydz21] tfoot > tr {
    border: 0 !important;
}

    [b-0om49ydz21] tfoot > tr > td {
        border: 0 !important;
    }

[b-0om49ydz21] tbody > tr > td {
    border-bottom: 1px solid #dee2e6 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    vertical-align: top !important;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
}

[b-0om49ydz21] tbody > tr:hover {
    background-color: #e8e9ed !important;
}
/* _content/OperationalTool.Blazor/Pages/Plans/Components/PlanDetailsDataGrid.razor.rz.scp.css */
[b-ek1l0h47un] thead > tr > th {
    background-color: aliceblue !important;
    border-color: gray;
    color: black;
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    border: 0 !important;
}

[b-ek1l0h47un] thead > tr > div > a {
    font-weight: bold;
}

[b-ek1l0h47un] .dxbs-scrollbar-padding {
    background-color: aliceblue !important;
}

[b-ek1l0h47un] .btn-link {
    color: black;
}

[b-ek1l0h47un] a {
    font-weight: normal !important;
}

[b-ek1l0h47un] table {
    height: auto !important;
    width: calc(100% - 2px) !important;
}

[b-ek1l0h47un] tfoot > tr {
    border: 0 !important;
}

[b-ek1l0h47un] tfoot > tr > td {
    border: 0 !important;
}

[b-ek1l0h47un] tbody > tr > td {
    border-bottom: 1px solid #dee2e6 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    vertical-align: top !important;
}

[b-ek1l0h47un] tbody > tr > td:last-child {
    overflow: visible !important;
    padding: 0 !important;
}

[b-ek1l0h47un] tbody > tr > td:not(:last-child) {
    padding: 0.5rem 1rem 0.5rem 1rem !important;
}


[b-ek1l0h47un] tbody > tr:hover {
    background-color: #e8e9ed !important;
}
/* _content/OperationalTool.Blazor/Pages/Plans/Components/RequestedChangesDataGrid.razor.rz.scp.css */
[b-1hyiem9bn8] .i-table .dxbs-table > thead > tr > th {
    background-color: aliceblue;
    border-color: gray;
    color: black;
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 0;
}

[b-1hyiem9bn8] .i-table .dxbs-table > thead > tr > th {
    background-color: aliceblue;
    border-color: gray;
    color: black;
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 0;
}

    [b-1hyiem9bn8] .i-table .dxbs-table > thead > tr > th > div > a {
        font-weight: bold;
    }

[b-1hyiem9bn8] .i-table .dxbs-scrollbar-padding {
    background-color: aliceblue;
}

[b-1hyiem9bn8] .i-table .btn-link {
    color: black;
}

[b-1hyiem9bn8] .i-table .dxbs-table > tbody > tr > td:not(:last-child) {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

[b-1hyiem9bn8] a.i-table {
    font-weight: normal;
}

[b-1hyiem9bn8] .i-table .dxgvCSD {
    height: calc(100vh - 483px) !important;
}

[b-1hyiem9bn8] tr.i-row > td {
    border-bottom: 1px solid #dee2e6 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-1hyiem9bn8] tr.i-row:hover {
    background-color: #e8e9ed;
}

[b-1hyiem9bn8] tr.i-row > td:last-child {
    overflow: visible !important;
    padding: 0 !important;
}
/* _content/OperationalTool.Blazor/Pages/Plans/Components/VoyageCalendarView.razor.rz.scp.css */
[b-7lvhwog63p] .bg-vessel-on-location {
    background-color: #2fdbc5;
}

[b-7lvhwog63p] .bg-vessel-in-port {
    background-color: #5f27e7;
}

[b-7lvhwog63p] .bg-vessel-in-port-idle {
    background-color: #af93f3;
}

[b-7lvhwog63p] .bg-vessel-transiting {
    background-color: #018787;
}

[b-7lvhwog63p] .bg-vessel-name {
    background-color: #ecf2fc !important;
}
/* _content/OperationalTool.Blazor/Pages/Plans/Components/VoyageGroupView.razor.rz.scp.css */
.voyage[b-ck8b2j2eel] {
    position: absolute;
    height: 24px;
    top: 8px;
    border-top: 2px solid white;
    z-index: 10;
}

.event[b-ck8b2j2eel] {
    position: absolute;
    height: 8px;
    z-index: 20 !important;
    cursor: pointer;
    transition: height .25s;
    overflow: hidden;
}

.event > span[b-ck8b2j2eel] {
    display: inline-block;
    padding-top: 10px;
    padding-left: 4px;
    text-overflow: ellipsis;
    color: white;
    font-size: .8rem;
}

.event:hover[b-ck8b2j2eel] {
    height: 32px;
}
/* _content/OperationalTool.Blazor/Pages/Plans/Components/VoyageRouteGrid.razor.rz.scp.css */
[b-hybyclb0ev] div.card {
    border: none;
}

[b-hybyclb0ev] thead {
    display: none !important;
}

[b-hybyclb0ev] tbody > tr {
    border: none;
}

[b-hybyclb0ev] tbody > tr > td {
    border: none;
}

[b-hybyclb0ev] tbody > tr:hover {
    background-color: #e8e9ed;
}
