.order.form-horizontal {
    overflow: hidden;
}

.order.form-horizontal .control-label {
    text-align: left;
}

.order.row {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order.row.pseudo-border {
    border-bottom: 0;
    position: relative;
}

.order.row.pseudo-border .pseudo-border-placeholder::before {
    height: 1px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 1;
    background-color: #ddd;
    content: '';
}

.order.row.border-top {
    border-top: 1px solid #ddd;
    border-bottom: none;
}

.order-separator.row hr {
    margin-bottom: 35px;
    border-color: #bbb;
}

.order.form-group.padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.order.form-group.no-margin-bottom {
    margin-bottom: 0;
}

.order.table tbody + thead th {
    padding-top: 30px;
}

.order.table tbody td {
    vertical-align: middle;
}

.order.table .btn-group {
    white-space: nowrap;
}

.order.table .btn-group .btn {
    float: none;
    display: inline-block;
}

.row.row-tools {
    padding-top: 5px;
    padding-bottom: 5px;
}

.row.row-tools > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ck-editor__editable {
    height: 100px;
}

.order-comment {
    word-wrap: break-word;
}

.order-comment img {
    max-width: 200px;
    max-height: 200px;
}

.order-comment p:last-of-type {
    margin-bottom: 0;
}

.affix {
    position: fixed !important;
}

.ui-datepicker {
    z-index: 10 !important;
}

.clr-field {
    margin-left: 20px;
}

.loading-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 60%);
    z-index: 9999;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}