/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/


/* Radzen Global Overrides */
.rz-button-md, .rz-date-filter-buttons .rz-button, .rz-date-filter-buttons .rz-paginator-element, .rz-fileupload-choose, .rz-selectbutton .rz-button, .rz-selectbutton .rz-paginator-element, .rz-splitbutton-menubutton, .rz-splitbutton .rz-button-text-icon-left, .rz-splitbutton .rz-button-text-only {
    font-weight: normal;
}

.rz-pager-element, .rz-button-md {
    line-height: var(--rz-button-line-height);
}

/* Rates feature */
.rates-style .row {
    padding-bottom: 0 !important;
}

.rates-style .col-md-3 {
    border-right: 1px solid;
    text-align: center;
    padding-bottom: 16px;
}

.rates-style .col-first {
    text-align: left !important;
}


/* Rest of css */
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.shift-type .rz-selectbutton .rz-button {
    font-size: 0.875rem;
    padding: 0 1rem;
}

.join-button-class {
    background-color: #479cc8;
    border-color: #479cc8;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    font-size: 0.6875rem;
}

.ag-theme-alpine .past-trips {
    background-color: #ffb169;
}

.ag-theme-alpine .active-trips {
    background-color: #d4a2fc;
}

.ag-theme-alpine .trips-next-week {
    background-color: #5afa6a;
}

.ag-theme-alpine .trips-beyond-next-week {
    background-color: #fff15c;
}

.ag-theme-alpine .rush-case {
    background-color: #f8d7da !important;
    border-color: #dc3545 !important;
}

.ag-theme-alpine .red-text {
    color: red !important;
    font-weight:bold;
}

.ag-theme-alpine .edit-cell {
    background-color: #FFFDD0 !important;
    border-color: #FFFF8F !important;
}


.rates-style .row {
    padding-bottom: 0!important;
}

.rates-style .col-md-3 {
    border-right: 1px solid;
    text-align: center;
    padding-bottom: 16px;
}

.rates-style .col-first {
    text-align: left!important;
}



/*.upload-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 13px;
    font-size: 17px;
    color: #b8b8b8;
}*/

.button-wrap {
    position: relative;
    z-index: 1;
}

.button {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ff6d41;
    font-size: 1.0625rem;
    color: #fff;
}

    .button:hover {
        background-color: #df582f;
        border-color: #c94c27;
    }

.button:active {
    background-color: #c94c27;
    border-color: #c94c27;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-color: #1C3755;
}

    .sidebar .top-row {
        background-color: #FFFFFF;        
        border-right: 3px solid #1C3755;
        padding-right: .5rem;
        /*background-color: #1C3755;*/
        /*border-bottom: 3px solid #D7D7D7;*/
    }

    .sidebar .navbar-brand {
        width: 85px;
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 1.25rem;
        font-size: 1.1rem;
        vertical-align: middle;
        top: auto;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        /*padding-bottom: 0.5rem;*/
        max-width: 100%;
    }

.row .content-between {
    justify-content: space-between;
    align-items: center; 
    padding: 0.5rem 0px;
    border-bottom: 1px solid #dee2e6;
}

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem !important;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 0px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: inherit;
            gap: 0.375rem;
        }

        .sidebar .nav-link {
            padding: 1rem 1rem;
        }

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) var(--bs-card-spacer-bottom)!important;
    color: var(--bs-card-color);
}

.card {
    --bs-card-spacer-y: 2rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-spacer-bottom: 1rem;
    --bs-card-title-spacer-y: 1rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: transparent;
    --bs-card-border-radius: 1rem;
    --bs-card-inner-border-radius: calc(1rem - 1px);
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 2rem;
    --bs-card-cap-bg: rgba(0,0,0,.03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.ms-3 {
    margin-left: 1rem !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.fw-normal {
    font-weight: 600 !important;
}

.stick-font {
    font-family: 'Stick No Bills', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #365D39 !important;
}

        .svg-icon{
            width: 50px;
            height: 50px;
            vertical-align: text-bottom;
            stroke: currentColor;
            stroke-width: 3;
            --layer1: currentColor;
            --layer2: currentColor;
            --layer3: currentColor;

        }

        .card-footer:last-child{
            border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
        }

.py-3 {
    padding-left: var(--bs-card-spacer-x) !important;
    padding-right: var(--bs-card-spacer-x) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.text-end {
    text-align: right !important;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -0.125em;
}

.link-color {
    color: #479CC8;
}



.sidebar .nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }
			
.sidebar .footer-logo {
	width: 100px; margin-left: 20px;
}



@media (min-width: 768px) {
	 .sidebar .footer-logo {
	position: absolute;
	bottom: 15px;
	left: 50%;
		transform: translate(-50%, 0%);
		margin-left: 0px;
	}
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.case-info-header {
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4em;
    color: #000;
}

.case-info-subheader {
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4em;
    color: #000;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 175px;
        min-width: 175px;
        max-width: 175px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    /* $$$$$$$$$$$$$$$$$$$$$$$$$$  BEGIN CUSTOM  $$$$$$$$$$$$$$$$$$$$$$$$$$*/

    input[type=text], input[type=select] {
        display: block;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #3a0647;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #3a0647;
        border-radius: .25rem;
    }

    .sidebar .navbar-brand img {
        width: 100px;
    }

    

    .input-label {
        margin-left: -5px;
        color: dimgrey;
        font-weight: bold;
    }

    @import url('https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@700&display=swap');
    /* FOR LOGIN - PART 1 */
    .login-col-form .form-container.no-form {
        padding: 0;
        width: 70%;
        text-align: center;
    }

    .login-col-form .form-container .btn-login {
        text-transform: uppercase;
        font-family: 'Stick No Bills', sans-serif;
        font-size: 28px;
        padding: 24px 48px;
        width: 100%;
        cursor: pointer;
        color: #1C3755;
    }

    /* END FOR LOGIN - PART 1 */

    .login-container {
        max-width: 100% !important;
        background: #365d39;
    }

    .login-col-image {
        background: #fff;
    }

        .login-col-image img {
            max-width: 100%;
        }

    .login-col-form {
        background: #1C3755;
    }

        .login-col-form .form-container {
            background: #fff;
            padding: 100px 120px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 90%;
        }

            .login-col-form .form-container form {
                width: 376px;
                max-width: 100%;
                margin: 0 auto;
            }

                .login-col-form .form-container form input {
                    border: 1px solid #dadfe2;
                    border-radius: 4px;
                    background-color: #ffffff;
                }


            .login-col-form .form-container .btn-primary {
                background-color: #ff6240;
                border-color: #ff6240;
            }

                .login-col-form .form-container .btn-primary:hover {
                    background-color: #ea5232;
                    border-color: #ea5232;
                }

                .login-col-form .form-container .btn-primary:active {
                    background-color: #c94c27;
                    border-color: #c94c27;
                }

    @media (min-width: 768px) {
        .login-container {
            min-height: 100vh;
        }

        .login-col-image, .login-col-form {
            min-height: 100vh;
        }

            .login-col-image img.hawkeye {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 80%;
            }

            .login-col-image img.mrg {
                position: absolute;
                top: calc(50% + 250px);
                left: 50%;
                transform: translate(-50%, -50%);
                width: 170px;
            }
    }

    @media (max-width: 767px) {
        .login-container {
            min-height: 100vh;
        }

        .login-col-image {
            padding: 20px 20px;
        }

            .login-col-image img.hawkeye {
                width: 320px;
                margin: 0 auto;
                float: none;
                display: block;
            }

            .login-col-image img.mrg {
                width: 120px;
                margin: 20px auto 0;
                float: none;
                display: block;
            }

        .login-col-form {
            padding: 120px 20px;
        }

            .login-col-form .form-container {
                position: relative;
                padding: 100px 20px;
            }
    }
}




.card {
    cursor: pointer;
}

.card:hover .card-footer {
    background-color: #365D39 !important;
}

.card:hover .card-footer .link-color {
    color: #fff;
}

.card:hover .card-header {
    background-color: #365D39;
    color: #fff;
}

.card:hover .card-title {
    background-color: #365D39;
    color: #fff;
}

.nav-container {
    overflow-y: auto;
    height: calc(100vh - 56px - 16px);
}

    .nav-container::-webkit-scrollbar {
        width: 10px;
        background-color: rgba(0,0,0,0);
    }

    .nav-container::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,0);
        border-radius: 6px;
    }

    .nav-container::-webkit-scrollbar-thumb {
        border-radius: 8px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #babac0;
        border: 2px solid #273329;
    }


.table-row-highlight tr:hover td {
    background-color: #E9F5FB !important;
}
