@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --mud-typography-body1-size: .75rem !important;
    --mud-typography-button-size: .75rem !important;
}

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;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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;
    }

.fa-button{
    cursor: pointer;
    font-size: 14px;
}
.table-container-form{
    margin-bottom: 0;
}
    .table-container-form td {
        border-top: none;
    }

.mud-table-sort-label,
.sortable-column-header {
    font-weight: bold;
}
.note-edit-link {
    color: black;
    cursor: pointer;
}
.note-edit-link:hover {
    color: #147fdb;
}

.mud-text-search-data{
    max-width: 180px;
}
.mud-date-rang-filter-data{
    max-width: 300px;
}
.mud-grid-item {
    padding: 6px 12px !important;
}

.div-filter-data-set-autocomplete .mud-select {
    flex-grow: initial;
}

.badge-upload-remove .mud-badge{
    cursor: pointer;
}

.mud-picker.requested-date-range .mud-input-control-input-container {
    border-bottom: 5px solid #00c0ef;
}
/*
 * Component: Box
 * --------------
 */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body,
    .box.collapsed-box .box-footer {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid > .box-header .btn:hover,
        .box.box-solid > .box-header a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default > .box-header {
                color: #444444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default > .box-header a,
                .box.box-solid.box-default > .box-header .btn {
                    color: #444444;
                }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

            .box.box-solid.box-primary > .box-header {
                color: #ffffff;
                background: #3c8dbc;
                background-color: #3c8dbc;
            }

                .box.box-solid.box-primary > .box-header a,
                .box.box-solid.box-primary > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #ffffff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

                .box.box-solid.box-info > .box-header a,
                .box.box-solid.box-info > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

            .box.box-solid.box-danger > .box-header {
                color: #ffffff;
                background: #dd4b39;
                background-color: #dd4b39;
            }

                .box.box-solid.box-danger > .box-header a,
                .box.box-solid.box-danger > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #ffffff;
                background: #f39c12;
                background-color: #f39c12;
            }

                .box.box-solid.box-warning > .box-header a,
                .box.box-solid.box-warning > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #ffffff;
                background: #00a65a;
                background-color: #00a65a;
            }

                .box.box-solid.box-success > .box-header a,
                .box.box-solid.box-success > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*='bg'] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: 0.3em;
    }

    .box > .overlay,
    .overlay-wrapper > .overlay,
    .box > .loading-img,
    .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa,
        .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

    .open .btn-box-tool,
    .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.margin-right-15 {
    margin-right: 15px
}

.card-header-additional {
    max-height:50px
}

.mud-table-head .mud-table-cell {
    padding: 3px !important;
}

.mud-table-cell {
    padding-top: 1px !important;
    padding-right: 1px !important;
    padding-bottom: 1px !important;
    padding-left: 2px !important;
    font-size: .75rem;
}

.mud-link.mud-link-underline-hover {
    text-decoration: none;
    font-size: .75rem;
}

.mud-table-head .mud-table-cell,
.mud-table-foot .mud-table-cell {
    font-weight: bold !important;
    line-height: 1.5rem;
}

.mud-input-control:not(.shipment-card-input) .mud-input-slot,
.mud-input-control:not(.shipment-card-input) .mud-input-label,
.mud-picker:not(.shipment-card-input) .mud-input-slot,
.mud-picker:not(.shipment-card-input) .mud-input-label,
.mud-input-slot, p {
    font-size: .75rem !important;
}

.mud-table-pagination,
.mud-select-input {
    font-size: .75rem;
}

    .mud-table-pagination .mud-icon-size-medium {
        font-size: 1.2rem;
    }

.mud-table-pagination-toolbar {
    height: 35px;
}

.mud-list-item-gutters {
    padding-left: 10px;
    padding-right: 10px;
}

.mud-list-item {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mud-radio-content, .mud-checkbox > .mud-typography-body1 {
    line-height: 1 !important;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    line-height: 6px;
}

.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
    padding-top: 8px;
    padding-bottom: 8px;
    /*background-color: white;*/
}


.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined, .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    transform: translate(10px,0px) scale(.75);
}
.mud-button-filled-size-small {
    padding: 1px 5px !important;
    font-size: .75rem;
}

.mud-button {
    padding: 4px 8px;
}

.mud-button-filled.mud-icon-button {
    padding: 3px;
}

.mud-table-pagination-toolbar .mud-icon-button {
    padding: 4px;
    font-size: .75rem;
}

.btn {
    padding: 5px 8px;
    font-size: .75rem;
}

.mud-icon-size-small {
    font-size: 1rem;
}

.mud-icon-size-medium {
    font-size: 1.2rem;
}

.mud-table-cell .mud-table-row-expander,
.mud-table-cell .mud-icon-button-size-small {
    padding: 6px !important;
    margin-left: 6px !important;
}

.mud-table-cell .mud-ripple-checkbox {
    padding: 6px !important;
    margin-left: 24px !important;
}

.daterangepicker.auto-apply .drp-buttons{
    display: block !important;
}

.date-range-picker-l .form-control:focus {
    box-shadow: none !important; 
}

.calendar-table .today {
    background-color: #63c4ff9e;
    border-color: transparent;
    color: inherit;
}

.highlight, .mud-table-hover .mud-table-container .mud-table-root .mud-table-body .mud-table-row:hover {
    background-color: lightblue !important;
}
.drag-icon-container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: inherit;
}
    .drag-icon-container i {
        font-size: 30px;
        cursor: pointer;
    }
    .drag-icon-container h5 {
        font-size: 20px;
        cursor: pointer;
    }


/*shipment*/

.shipment-container {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 100%;
    margin: auto;
}

.shipment-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shipment-column {
    flex: 2;
    min-width: 200px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .shipment-column .shipment-column-content {
        justify-items: flex-start;
    }
        .shipment-column .shipment-column-content .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
            margin-top: 0px;
        }

    .shipment-column .shipment-column-note {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }

        .shipment-column .shipment-column-note svg {
            font-size: 58px;
            margin-top: 5px;
        }

        .shipment-column .shipment-column-note label {
            font-size: 12px !important;
        }

    .shipment-icon-column {
        flex: 0.5;
        min-width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-width: 140px;
    }

        .shipment-icon-column .mud-picker-inline {
            flex: none !important;
        }
        .shipment-icon-column .mud-select {
            flex-grow: 0;
        }
.shipment-column-content .mud-select,
.shipment-column-content .mud-input-control {
    width: 100%
}

.shipment-column-content .content-flex,
.shipment-column-content .content-flex-address {
    display: flex;
    gap: 6px;
    width: 100%;
}
.content-flex .mud-input-control,
.content-flex-address .mud-select{
    flex: 1
}
.content-flex-address .mud-input-control {
    flex: 2
}

.shipment-icon-column .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px;
}

.shipment-group-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.shipment-group-container i {
    font-size: 20px;
}
.shipment-group-container-reorder {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 8px;
}

.shipment-group-container-icon {
    justify-items: center;
}

@media (max-width: 600px) {
    .drag-icon-container {
        flex-direction: row;
        margin-right: 10px;
    }
    .drag-icon-container h5{
        margin-right: 10px;
    }
    .shipment-group-container {
        margin-top: 5px;
        margin-right: 10px;
    }
    .shipment-row {
        flex-direction: column;
    }

    .shipment-column, .shipment-icon-column {
        width: 100%;
        border-bottom: 1px solid #c4c4c4;
        margin-bottom: 10px;
    }
    .shipment-icon-column {
        flex-direction: row;
    }
}

.column-header .sort-direction-icon, .column-header .drag-icon-options {
    display: none;
}

.data-grid-padding-new .mud-table-cell {
    padding-top: 5px !important;
    padding-right: 2px !important;
    padding-bottom: 5px !important;
    padding-left: 2px !important;
    font-size: .75rem;
}
.assign-bill-container .mud-grid-item {
    padding: 0px 12px !important;
}

.table-upload-file .mud-table-toolbar{
    height: 30px !important;
}

.mud-input.mud-input-outlined.mud-input-adorned-end {
    padding-right: 0;
    padding-inline-end: 0;
}

.selected {
    background-color: lightblue !important;
}

    .selected > td {
        color: white !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }