.logo-text {
    font-size: 13px;
}
.validation-summary-errors {
    color: #fd3550;
    text-align: center;
}

    .validation-summary-errors ul {
        list-style: none;
    }

#flow-steps {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #flow-steps li {
        margin: 0 5px 25px 5px;
        padding: 5px 10px;
        font-size: 1.2em;
        border-radius: 1rem;
    }

        #flow-steps li:nth-child(2n+1) {
            background-color: #f7f7f7;
        }

    #flow-steps.readonly li {
        border-bottom: 2px solid #008cff;
        padding-bottom: 1rem;
    }

.ui-state-default {
    border: 1px solid #008cff !important;
}

.ui-state-highlight {
    height: 10em;
    background-color: rgb(255 193 7 / .11) !important;
}

.list-elems-container {
    min-height: 40px;
}

.flow-list-elem {
    display: flex;
    padding-bottom: 15px;
}

.worder-hover:hover {
    background-color: #008cff12;
}

.btn-floating {
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    position: fixed;
    border-radius: 10px;
    bottom: 50px;
    right: 12px;
    z-index: 5;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    cursor: pointer;
}

.save-order {
    color: #fff;
    background-color: #aeaeae;
}

    .save-order .loading {
        display: none;
    }

    .save-order.dirty {
        background-color: #008cff;
    }

    .save-order.diry:hover {
        background-color: #0073d1;
        color: #fff;
    }

    .save-order.loading i {
        display: none;
    }

    .save-order.loading .loading {
        display: inline-block;
    }

.float-order-action {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: fixed;
    border-radius: 10px;    
    right: 12px;    
    z-index: 5;
    cursor: pointer;
}

.edit-order {
    background-color: #15ca20;
    top: 85px;
}

.finish-order {
    background-color: #0d6efd;
    top: 140px;
}

.suspend-order {
    background-color: #ffc107;
    top: 195px;
}

.activate-order {
    background-color: #0dcaf0;
    top: 195px;
}

.cancel-order {
    background-color: #dc3545;
    top: 250px;
}

.order-charges {
    background-color: #15ca20;
    top: 305px;
}

.order-alerts {
    background-color: #ff7007;
    top: 355px;
}

.step-icon {
    font-size: 24px;
    padding-right: 0.5rem;
}

.flow-step-complete button {
    border: 1px solid #15ca20 !important;
    font-weight: 500;
    color: #1a9521 !important;
}

.flow-step-complete .step-icon {
    color: #15ca20;
}

.flow-step-dirty button {
    border: 2px solid #ffc107 !important;
    font-weight: 500;
}

.flow-step-dirty .step-icon {
    color: #ffc107;
}

textarea.tall {
    height: 100px;
}

.table-full-width {
    overflow-x: auto;
}

    .table-full-width table {
        width: max-content;
    }

.buttons-excel {
    background-color: #217346 !important;
}

.table.separated-rows {
    border-spacing: 0 8px !important;
    height: fit-content;
}

thead.thead-border-light {
    border-collapse: collapse;
}

    thead.thead-border-light > tr > th {
        border-left: 1px solid white;
        border-bottom: none;
    }

    thead.thead-border-light > tr > th:first-child {
        border-left: 1px solid #008cff;
    }

    thead.thead-border-light > tr > th:last-child {
        border-right: 1px solid #008cff;
    }

.th-header {
    position: sticky;
    top: 60px;
    z-index: 10;
}

.th-header > .td-header {
    background-color: #fff !important;
    text-align: center;
    box-shadow: none !important;
    padding: 0 0 5px 0;
    border: none;
}

    .th-header > .td-header > div {
        background-color: #bae1ff !important;
        text-align: center;
        border: 1px solid #b1b1b1;
        height: 100%;
        width: calc(100% - 6px);
        padding: 2px;
        margin-left: 3px;
        margin-right: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .th-header > .td-header.bg-secondary-pastel > div {
        background-color: #e6e6e6 !important;
    }

    .th-header > .td-header.bg-primary-dark-pastel > div {
        background-color: #7ec7ff !important;
    }

    .th-header > .td-header:first-child {
        width: calc(100% - 3px);
        margin-right: 3px;
    }

    .th-header > .td-header:last-child {
        width: calc(100% - 3px);
        margin-left: 3px;
    }

tbody.tbody-border-black > tr > td {
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    vertical-align: middle;
}

    tbody.tbody-border-black > tr > td:last-child:not(.td-header) {
        border-right: 1px solid #b1b1b1;
    }

    tbody.tbody-border-black > tr > td:first-child:not(.td-header) {
        border-left: 1px solid #b1b1b1;
    }

.tbody-round-cells td.td-header > div {
    border-radius: 1rem;
}

.tbody-round-cells td:first-child:not(.td-header) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.tbody-round-cells td:last-child:not(.td-header) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.border-none, .border-none > td {
    border: none !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-success-pastel {
    background-color: #86ff8e !important;
}

.bg-warning-pastel {
    background-color: #ffdb70 !important;
}

.bg-danger-pastel {
    background-color: #ff7b8d !important;
}

.bg-info-pastel {
    background-color: #7ac3ff !important;
}

.bg-primary-pastel {
    background-color: #bae1ff !important;
}

.bg-secondary-pastel {
    background-color: #e6e6e6 !important;
}

.bg-bluish {
    background-color: rgb(101, 126, 190) !important;
}

.td-chip {
    display: inline-block;
    padding: 0 12px;
    font-weight: 500;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: none;
}

.font-size-10 {
    font-size: 10px;
}

.wo-step-detail {
    cursor: pointer;
}

.progress-round {
    width: 50px;
    height: 50px;
    background: none;
    position: relative;
}

    .progress-round::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-round > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress-round .progress-left {
        left: 0;
    }

    .progress-round .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress-round .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress-round .progress-right {
        right: 0;
    }

        .progress-round .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress-round .progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

.help-time-resume {
    display: block;
    width: 75%;
    text-align: center;
    font-size: .875em;
}

.status-green {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-color: #1fff2e;
    border-radius: 1rem;
    border: 2px solid white;
}

.status-red {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-color: #ff2442;
    border-radius: 1rem;
    border: 2px solid white;
}

.bg-success-pastel .status-green, .bg-warning-pastel .status-green {
    border-color: #646464;
}

.nowrap {
    white-space: nowrap;
}

#orders-grid_info {
    display: none;
}

.wo-step-resp-text {
    display: inline-block;
    padding-top: 0.5rem;
}

.bg-orange {
    background-color: #ff7007;
}

.bg-row-orange {
    background-color: #ff6c0038 !important;
}

.inline-select {
    max-width: 25%;
    margin-right: 1rem;
}
.row-alerted {
    font-size: 18px;
    color: #ff7007;
    cursor: pointer;
    padding-right: 5px;
}

.chart-title-big {
    color: #fff;
    text-align: center;
    font-size: 14pt;
}

.chart-foot-text {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #fff;
}

.chart-foot-button {
    color: #aee8b4;
}

.chart-foot-button i {
    font-size: 30pt;
}

.mini-circle {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.chart-text-title {
    font-size: 12pt;
    color: #fff;
    text-decoration-line: underline;
    text-underline-position: under;
}

.text-bold-underline {
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    margin-bottom: 5px;
}

.w-350 {
    width: 350px;
}

.select-with-br-container .select2-selection.select2-selection--single {
    height: 100%;
}

.show-client-comments {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.show-client-comments i {
    padding-left: 1rem;
    font-size: 20px;
}