

/* Start:/local/components/eastcement/delivery.application.list/templates/.default/style.css?176973286944342*/
.orders-filter-empty h2 {
    color: #363435;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}

.button.md {
    font-weight: bold;
    line-height: 140%;
    font-size: 18px !important;
    padding: 11px 24px;
    -webkit-appearance: none;
}

.orders-filter-empty a.button {
    width: fit-content;
    margin-top: 24px;
}

.orders-filter-empty a.button:active, .orders-filter-empty a.button:hover, .orders-filter-empty a.button:focus {
    background: #FE601F;
    color: #fff !important;
    border-color: #FE601F;
}

.button {
    background-color: #FA9533;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    width: fit-content;
}

.orders-filter-empty span {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}

.orders-filter-empty.no-orders {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0
}

.u-text {
    padding-bottom: 2px;
    border-bottom: 1px solid #FA9533;
    font-size: 16px;
}

.main-table.application-table {
    margin-top: 50px;
}

.application-table th {
    white-space: nowrap;
}

.application-table .datetime {
    white-space: nowrap;
}

.application-table .goods {
    max-width: 170px;
}

.application-table .col-status {
    max-width: 160px;
}

.bx-pagination {
    margin: 10px 0;
}

.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}

.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px;
}

.bx-pagination .bx-pagination-container ul li span {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
    background: #DADADA;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #0083d1;
    color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    color: white;
    background: #f89633;
    border: 2px solid #f89633;
    line-height: 28px;
    padding: 0 18px;
    border-radius: 0px;
}

.bx-pag-prev, .bx-pag-next {
    width: 32px;
}

.bx-pag-next path {
    fill: #CCCCCC;
}

.bx-pag-next a path {
    fill: #363435;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    color: #a9a1a5;
    background: white;
    border: 1px solid #a9a1a5;
    line-height: 28px;
    padding: 0 18px;
    border-radius: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fc611f;
    border-color: #fc611f;
    color: white;
}

/*color schemes*/
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #3bc915;
    color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
    background: #F9A91D;
    color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
    background: #E22B2B;
    color: #fff;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #f89633;
    color: #fff;
}

.custom-pagination {
    margin-top: 52px;
}

.bx-pagination .bx-pag-prev-mobile,
.bx-pagination .bx-pag-next-mobile {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: url(/local/templates/eastcement/assets/img/general/arrow-down-black.svg) center center no-repeat;
    background-size: contain;
    filter: opacity(0.5);
}

.bx-pagination a .bx-pag-prev-mobile,
.bx-pagination a .bx-pag-next-mobile {
    filter: none;
}

.bx-pagination .bx-pag-prev-mobile {
    transform: rotate(90deg);
}

.bx-pagination .bx-pag-next-mobile {
    transform: rotate(-90deg);
}

@media screen and (max-width: 1225px) {
    .custom-pagination {
        margin-top: 30px;
    }

    .bx-pagination .bx-pag-prev-mobile,
    .bx-pagination .bx-pag-next-mobile {
        display: block;
    }

    .bx-pagination .bx-pag-prev span,
    .bx-pagination .bx-pag-next span {
        display: none !important;
    }

    .bx-pagination .bx-pag-prev,
    .bx-pagination .bx-pag-next {
        width: 32px;
        height: 32px;
    }

    .bx-pagination .bx-pagination-container ul li {
        position: relative;
    }
}

.custom-pagination-app {
    margin: 30px auto 0;
}

.bx-pagination .bx-pagination-container ul li span {
    font-weight: 600;
}

.custom-pagination-app .bx-pagination .bx-pagination-container ul li.bx-dots {
    margin: 0 6px;
}

.col-status .status {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 16px;
    white-space: nowrap;

}

.col-status .status:before {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: flex;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center center;

}


.col-status .status.cancelled:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMjU1ODYgNS4yNTU2QzUuNDUxMTIgNS4wNjAzNCA1Ljc2NzcxIDUuMDYwMzQgNS45NjI5NyA1LjI1NTZMNy45OTk5NCA3LjI5MjU3TDEwLjAzNjkgNS4yNTU2QzEwLjIzMjIgNS4wNjAzNCAxMC41NDg4IDUuMDYwMzQgMTAuNzQ0IDUuMjU1NkMxMC45MzkzIDUuNDUwODYgMTAuOTM5MyA1Ljc2NzQ0IDEwLjc0NCA1Ljk2MjdMOC43MDcwNSA3Ljk5OTY4TDEwLjc0NCAxMC4wMzY2QzEwLjkzOTMgMTAuMjMxOSAxMC45MzkzIDEwLjU0ODUgMTAuNzQ0IDEwLjc0MzhDMTAuNTQ4OCAxMC45MzkgMTAuMjMyMiAxMC45MzkgMTAuMDM2OSAxMC43NDM4TDcuOTk5OTQgOC43MDY3OEw1Ljk2Mjk3IDEwLjc0MzhDNS43Njc3MSAxMC45MzkgNS40NTExMiAxMC45MzkgNS4yNTU4NiAxMC43NDM4QzUuMDYwNiAxMC41NDg1IDUuMDYwNiAxMC4yMzE5IDUuMjU1ODYgMTAuMDM2Nkw3LjI5MjgzIDcuOTk5NjhMNS4yNTU4NiA1Ljk2MjdDNS4wNjA2IDUuNzY3NDQgNS4wNjA2IDUuNDUwODYgNS4yNTU4NiA1LjI1NTZaIiBmaWxsPSIjN0Y4MDdGIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuMTY2NyA3Ljk5OTY3QzE1LjE2NjcgMTEuOTU3NyAxMS45NTgxIDE1LjE2NjMgOC4wMDAwNCAxNS4xNjYzQzQuMDQyIDE1LjE2NjMgMC44MzMzNzQgMTEuOTU3NyAwLjgzMzM3NCA3Ljk5OTY3QzAuODMzMzc0IDQuMDQxNjMgNC4wNDIgMC44MzMwMDggOC4wMDAwNCAwLjgzMzAwOEMxMS45NTgxIDAuODMzMDA4IDE1LjE2NjcgNC4wNDE2MyAxNS4xNjY3IDcuOTk5NjdaTTE0LjE2NjcgNy45OTk2N0MxNC4xNjY3IDExLjQwNTQgMTEuNDA1OCAxNC4xNjYzIDguMDAwMDQgMTQuMTY2M0M0LjU5NDI4IDE0LjE2NjMgMS44MzMzNyAxMS40MDU0IDEuODMzMzcgNy45OTk2N0MxLjgzMzM3IDQuNTkzOTIgNC41OTQyOCAxLjgzMzAxIDguMDAwMDQgMS44MzMwMUMxMS40MDU4IDEuODMzMDEgMTQuMTY2NyA0LjU5MzkyIDE0LjE2NjcgNy45OTk2N1oiIGZpbGw9IiM3RjgwN0YiLz4KPC9zdmc+Cg==);
}

.col-status .status.done:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzMTZfOTg4NSkiPgo8Y2lyY2xlIGN4PSI3Ljk5OTk2IiBjeT0iOC4wMDAzMyIgcj0iNy4zMzMzMyIgZmlsbD0iIzdGODA3RiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjg3MDQgNS45MDM1NEMxMS4xNzI4IDYuMjA1OTIgMTEuMTcyOCA2LjY5NjE4IDEwLjg3MDQgNi45OTg1Nkw3Ljc3MzIzIDEwLjA5NTdDNy40NzA4NSAxMC4zOTgxIDYuOTgwNTkgMTAuMzk4MSA2LjY3ODIxIDEwLjA5NTdMNS4xMjk2MiA4LjU0NzE1QzQuODI3MjQgOC4yNDQ3NyA0LjgyNzI0IDcuNzU0NTEgNS4xMjk2MiA3LjQ1MjEzQzUuNDMyIDcuMTQ5NzUgNS45MjIyNiA3LjE0OTc1IDYuMjI0NjQgNy40NTIxM0w3LjIyNTcyIDguNDUzMjFMOS43NzUzOSA1LjkwMzU0QzEwLjA3NzggNS42MDExNiAxMC41NjggNS42MDExNiAxMC44NzA0IDUuOTAzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMzMTZfOTg4NSI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
}

.col-status .status.awaiting {
    align-items: flex-start;
    white-space: inherit;
}

.col-status .status:before {
    margin-top: 3px;
}

.col-status .status.awaiting:before {
    margin-top: 3px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZBOTUzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjgzMyA4YTcuMTY3IDcuMTY3IDAgMSAxIDE0LjMzNCAwQTcuMTY3IDcuMTY3IDAgMCAxIC44MzMgOFpNOCAxLjgzM2E2LjE2NyA2LjE2NyAwIDEgMCAwIDEyLjMzM0E2LjE2NyA2LjE2NyAwIDAgMCA4IDEuODMzWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iI0ZBOTUzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOC4wMDMgMy41YS41LjUgMCAwIDEgLjUuNXYzLjc5NmwyLjY4IDIuNjhhLjUuNSAwIDEgMS0uNzA4LjcwN0w3LjY1IDguMzU3YS41LjUgMCAwIDEtLjE0Ny0uMzU0VjRhLjUuNSAwIDAgMSAuNS0uNVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.col-status .status.in-progress:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iNy4zMzMiIGZpbGw9IiMzNEFEODciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjg3IDUuOTA0YS43NzQuNzc0IDAgMCAxIDAgMS4wOTVsLTMuMDk3IDMuMDk3YS43NzQuNzc0IDAgMCAxLTEuMDk1IDBMNS4xMyA4LjU0N2EuNzc0Ljc3NCAwIDAgMSAxLjA5NS0xLjA5NWwxIDEuMDAxIDIuNTUtMi41NWEuNzc0Ljc3NCAwIDAgMSAxLjA5NSAwWiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.col-status .status.checking:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzNEFEODciPjxwYXRoIGQ9Ik0uODMzIDhhNy4xNjcgNy4xNjcgMCAxIDEgMTQuMzM0IDBBNy4xNjcgNy4xNjcgMCAwIDEgLjgzMyA4Wk04IDEuODMzYTYuMTY3IDYuMTY3IDAgMSAwIDAgMTIuMzMzQTYuMTY3IDYuMTY3IDAgMCAwIDggMS44MzNaIi8+PHBhdGggZD0iTTguMDAzIDMuNWEuNS41IDAgMCAxIC41LjV2My43OTZsMi42OCAyLjY4YS41LjUgMCAxIDEtLjcwOC43MDdMNy42NSA4LjM1N2EuNS41IDAgMCAxLS4xNDctLjM1NFY0YS41LjUgMCAwIDEgLjUtLjVaIi8+PC9nPjwvc3ZnPg==)
}

.col-status .edit, .col-status .cancel {
    margin: 6px 0 6px 22px;
    color: #7F807F;
    border-bottom: 1px solid #FA9533;
    padding-bottom: 2px;
    width: fit-content;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    display: flex;
}

.col-status .edit {

}

.application-table tbody td {
    vertical-align: baseline;
    font-size: 16px;
}

.filter-link__text {
    display: flex;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #363435;
    width: auto;
    border-bottom: 1px solid #FA9533;
    cursor: pointer;
    margin-left: 30px;
}

.filter-link__text:before {
    content: "";
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 6px;
    margin-left: -30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzNjM0MzUiPjxwYXRoIGQ9Ik0xMy41ODYgNi45ODJhMy4wMDEgMy4wMDEgMCAwIDEtNS42NzIgMEEuNzUzLjc1MyAwIDAgMSA3Ljc1IDdoLTVhLjc1Ljc1IDAgMCAxIDAtMS41aDVsLjA0MS4wMDFhMyAzIDAgMCAxIDUuOTE4IDAgLjc2NC43NjQgMCAwIDEgLjA0MS0uMDAxaDhhLjc1Ljc1IDAgMCAxIDAgMS41aC04YS43NTIuNzUyIDAgMCAxLS4xNjQtLjAxOFpNMTIuMjUgNmExLjUgMS41IDAgMSAxLTMgMCAxLjUgMS41IDAgMCAxIDMgMFpNMiAxOC4yNWEuNzUuNzUgMCAwIDEgLjc1LS43NWgzbC4wNDEuMDAxYTMgMyAwIDAgMSA1LjkxOCAwIC44MDcuODA3IDAgMCAxIC4wNDEtLjAwMWgxMGEuNzUuNzUgMCAwIDEgMCAxLjVoLTEwYS43NDguNzQ4IDAgMCAxLS4xNjQtLjAxOCAzLjAwMSAzLjAwMSAwIDAgMS01LjY3MiAwQS43NDguNzQ4IDAgMCAxIDUuNzUgMTloLTNhLjc1Ljc1IDAgMCAxLS43NS0uNzVabTYuNzUgMS4yNWExLjUgMS41IDAgMSAwIDAtMyAxLjUgMS41IDAgMCAwIDAgM1pNMi43NSAxMS41YS43NS43NSAwIDAgMCAwIDEuNWgxMWEuNzQ4Ljc0OCAwIDAgMCAuMTY0LS4wMTggMy4wMDEgMy4wMDEgMCAwIDAgNS42NzIgMCAuNzQ4Ljc0OCAwIDAgMCAuMTY0LjAxOGgyYS43NS43NSAwIDAgMCAwLTEuNWgtMmwtLjA0MS4wMDFhMyAzIDAgMCAwLTUuOTE4IDAgLjgwNy44MDcgMCAwIDAtLjA0MS0uMDAxaC0xMVptMTUuNS41YTEuNSAxLjUgMCAxIDEtMyAwIDEuNSAxLjUgMCAwIDEgMyAwWiIvPjwvZz48L3N2Zz4=);
    border-bottom: 1px solid #fff;
}


.addition-filters.open {
    width: auto;
}

.addition-filters {
    /*overflow: hidden;*/
    transform: scaleY(0);
    transform-origin: top;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.addition-filters.open {
    height: auto;
    transform: scaleY(1);
    opacity: 1;
    transition: all 0.26s ease-in;
    z-index: 99;
    position: relative;
    margin-bottom: 29px;
}

.addition-filters li {
    margin-top: 16px;
}

.addition-filters__title {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.d-dlex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.filter-item__input {
    border: 1px solid #A8A9A8 !important;
    background: #fff !important;
}

.filter-item {
    margin-bottom: 16px;
}

.filter-item .input-label {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #363435;
    margin-bottom: 8px;
    text-align: left;
}

.force-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.filter-item .selectholder .selectdropdown {
    z-index: 999 !important;
}

.report-description {
    margin-bottom: 16px;
}

#popupCancelOrder {
    display: none;
}

#popupCancelOrder .popupCancelOrder__title {
    font-weight: 600;
    line-height: normal;
    font-size: 34px;
    margin-bottom: 24px;
    text-align: left;
}

#popupCancelOrder .popup-text {
    padding: 0 0 24px 0;
    text-align: left;
    font-size: 16px;
}

.white-btn {
    display: inline-block;
    width: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #000 !important;
    background: #fff;
    border: 1px solid #A8A9A8;
    padding: 8px 16px 10px;
    text-decoration: none;
}

.white-btn:focus, .white-btn:active, .white-btn:hover {
    color: #000 !important;
    background: #fff;
    text-decoration: none;
}

.white-btn:hover {

    text-decoration: none;
    background-color: #FE601F;
    border: 1px solid #FE601F;
    color: #FFFFFF !important;
}

.btn-wrapper > a:first-child {
    margin-right: 16px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-wrapper .korus-btn {
    border: 1px solid #FA9533;
}

.filter-item .dateInput:before {
    content: '';
    display: flex;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjUgMS44NzV2MS41SDRhMi43NSAyLjc1IDAgMCAwLTIuNzUgMi43NXYxNEEyLjc1IDIuNzUgMCAwIDAgNCAyMi44NzVoMTZhMi43NSAyLjc1IDAgMCAwIDIuNzUtMi43NXYtMTRBMi43NSAyLjc1IDAgMCAwIDIwIDMuMzc1aC0ydi0xLjVhLjc1Ljc1IDAgMCAwLTEuNSAwdjEuNUg3di0xLjVhLjc1Ljc1IDAgMCAwLTEuNSAwWm0xNS43NSA2LjV2LTIuMjVjMC0uNjktLjU2LTEuMjUtMS4yNS0xLjI1SDRjLS42OSAwLTEuMjUuNTYtMS4yNSAxLjI1djIuMjVoMTguNVptLTE4LjUgMS41aDE4LjV2MTAuMjVjMCAuNjktLjU2IDEuMjUtMS4yNSAxLjI1SDRjLS42OSAwLTEuMjUtLjU2LTEuMjUtMS4yNVY5Ljg3NVoiIGZpbGw9IiMzNjM0MzUiLz48L3N2Zz4=);
    position: absolute;
    margin-right: 12px;
    cursor: pointer;
}

.filter-item .dateInput.color-icon:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjUgMS44NzV2MS41SDRhMi43NSAyLjc1IDAgMCAwLTIuNzUgMi43NXYxNEEyLjc1IDIuNzUgMCAwIDAgNCAyMi44NzVoMTZhMi43NSAyLjc1IDAgMCAwIDIuNzUtMi43NXYtMTRBMi43NSAyLjc1IDAgMCAwIDIwIDMuMzc1aC0ydi0xLjVhLjc1Ljc1IDAgMCAwLTEuNSAwdjEuNUg3di0xLjVhLjc1Ljc1IDAgMCAwLTEuNSAwWm0xNS43NSA2LjV2LTIuMjVjMC0uNjktLjU2LTEuMjUtMS4yNS0xLjI1SDRjLS42OSAwLTEuMjUuNTYtMS4yNSAxLjI1djIuMjVoMTguNVptLTE4LjUgMS41aDE4LjV2MTAuMjVjMCAuNjktLjU2IDEuMjUtMS4yNSAxLjI1SDRjLS42OSAwLTEuMjUtLjU2LTEuMjUtMS4yNVY5Ljg3NVoiIGZpbGw9IiNGQTk1MzMiLz48L3N2Zz4=);
}

.filter-item .dateInput {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter-item input {
    margin-bottom: 0;
    cursor: pointer;
}

.korus-link-custom {
    width: fit-content;
}

.planning-goods h3 {
    font-weight: 600;
    margin: 24px 0 24px 0;
}

.wide-btn {
    min-width: 268px;
}

.form-btn-edit-wrapper{
    padding-top: 10px;
}

@media only screen and (max-width: 576px)
{
    .form-btn-wrapper [data-cancel]
    {
        margin-top: 20px;
    }
}

.form-btn-wrapper .wide-btn {
    margin-top: 78px;
    padding: 12px 16px;
}

.grey-btn {
    display: inline-block;
    width: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #000 !important;
    background: #F1F1F1;
    border: 1px solid #F1F1F1;
    padding: 8px 16px 10px;
    text-decoration: none;
}

.grey-btn:focus, .grey-btn:active, .grey-btn:hover {
    color: #FE601F !important;
    background: #F1F1F1;
    text-decoration: none;
}

.grey-btn:hover {
    border: 1px solid #FE601F;
}

.form-btn-wrapper > button {
    margin-right: 21px;
}

.filter-item .checkbox__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 76px;
    align-items: center;
}

.filter-item textarea {
    min-height: 88px;
    width: 100%;
    padding: 16px;
    border: 1px solid #A8A9A8;
    margin: 0;
}

.hr-row {
    /*border-top: 1px solid ;*/
    height: 1px;
    width: 100%;
    background: #E5E5E5;
    margin-bottom: 32px;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
}

.btn-check:active + .product-toggle-outline, .btn-check:checked + .product-toggle-outline, .product-toggle-outline.active, .product-toggle-outline.dropdown-toggle.show, .product-toggle-outline:active {
    background-color: #fff;
    border: 2px solid #fa9533;
    border-color: #fa9533;
    color: #000;
}

.product-toggle {
    background: #fff;
    border: 1px solid #A8A9A8;
    color: #000;
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 13px;
    box-sizing: border-box;
    width: 100%;
}
.product-icon-svg{
    width: 35px;
    height: 24px;
    margin-right: 9px;
    display: flex;
}
#mapDelivery {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    margin: 20px 0;
    height: 400px;
}

.payment-history-detail .det-order-section.info {
    margin-top: 24px;
}

.one-size-btn {
    width: 258px;
}

.order-product-name svg {
    margin-top: 0;
    margin-right: 13px;
}

#orders_container [data-show="#application_create"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.row.section__titleRow.no-gutters .col-12.d-flex.flex-column.flex-sm-column.flex-md-row.justify-content-between {
    align-items: stretch;
    height: max-content;
}
.detorder-delivery .dorder-header-group{
    margin-bottom: 0;
}
.application-table .order-shipment-item-2 {
    flex: 0 0 25%;
}
.application-table .order-shipment-item-6 {
    flex: 0 0 20%;
}
.application-table .order-shipment-item-4 {
    flex: 0 0 7%;
}
.application-table .order-shipment-item-2.goods{
    max-width: 220px;
}
.col-status.btn-status{
    display: flex;
    flex-direction: row-reverse;
    height: 36px;
}

@media (max-width: 767px) {
    .orders-clear-filter{
        display: none !important;
    }
    /*.selectholder .desc {*/
    /*    white-space: normal;*/
    /*}*/
    /*.selectholder {*/
    /*    height: auto;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*}*/
    /*.selectholder .pulldown {*/
    /*    height: 20px;*/
    /*}*/
    #popupCancelOrderTitle br{
        display:none ;
    }
    .payment-history-detail .section__title {
        margin-top: 12px;
    }

    .one-size-btn {
        width: 100%;
    }


    .form-btn-wrapper .wide-btn {
        margin-top: 30px;
    }

    .form-btn-wrapper > * {
        width: 100%;
    }

    .section__content--profile .section__title, .notification-container .section__title, .mailing-container .section__title, .balance-section .section__title, .section__content--treaty .section__title, .reports-section .section__title, .section__content--payer .section__title {
        margin-top: 12px;
    }

    .hr-row {
        margin-bottom: 16px;
    }

    #popupCancelOrder .btn-wrapper {
        flex-direction: column;
    }

    #popupCancelOrder .btn-wrapper > * {
        width: 100%;
        margin-top: 20px;
    }

    .btn-wrapper > a:first-child {
        margin: 0;
    }

    .form-btn-wrapper .wide-btn {
        margin-top: 12px;
    }

    .orders-filter-empty.no-orders {
        align-items: flex-start;
    }

    .orders-filter-empty span {
        text-align: left;
        margin: 24px 0 12px;
    }

    .one-size-btn {
        width: 100%;
    }

    .section__content--profile form {
        width: 100%;
        display: contents;
    }

    .col-status .status:before {
        margin-right: 20px;
        margin-left: 6px;
    }

    .col-status .status {
        flex-direction: row-reverse;
        margin-left: 0;
        width: max-content;
    }
    .col-status.btn-status {
        flex-direction: row;
    }
    .col-status.btn-status .status {
        flex-direction: row-reverse;
        margin-left: 0;
        width: max-content;
    }
    /*.col-status.btn-status .status:before {*/
    /*    margin-right: 8px;*/
    /*    margin-left: 6px;*/
    /*}*/

    .application-table .col-status {
        max-width: 100%;
    }

    .col-status .edit, .col-status .cancel {
        margin: 6px 0 6px 0;
    }

    .application-table .goods {
        max-width: 100%;
    }

    .application-table tbody td {
        width: fit-content;
        min-width: 50%;
    }

    .main-table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .application-table tbody tr td:nth-child(1) {
        order: 1;
    }

    .application-table tbody tr td:nth-child(2) {
        order: 2;
    }

    .application-table tbody tr td:nth-child(3) {
        order: 3;
    }

    .application-table tbody tr td:nth-child(4) {
        order: 5;
    }

    .application-table tbody tr td:nth-child(5) {
        order: 4;
    }

    .application-table tbody tr td:nth-child(6) {
        order: 6;
    }

    .main-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #7F807F;
        margin-bottom: 4px;
    }

    .main-table tbody td {
        display: block;
        text-align: left;
        padding: 0 15px 12px;
        border-bottom: none;
    }

    .main-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .main-table tr {
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0.625em;
        padding: 16px 0;
    }

    .main-table {
        border-top: 1px solid #E5E5E5;
    }
    .application-table .order-shipment-item-2.goods {
        max-width: unset !important;
    }
    .application-table .order-shipment-item-2 {
        flex: 0 0 100%;
    }
    .application-table .order-shipment-item-4 {
        flex: 0 0 50%;
    }
    .application-table .order-shipment-item-6 {
        flex: 0 0 50%;
    }

}

[data-show="#confirm"], [data-show="#confirm"]:focus {
    outline: none;
}

@media (min-width: 471px) and (max-width: 575px) {
    #orders_container [data-show="#application_create"] {
        margin-top: 24px;
        display: inline-flex;
        align-items: center;
    }
    [data-show="#application_create"]{
        margin-top: 24px;
        display: inline-flex;
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 1225px) {
    .hr-row {
        margin-bottom: 16px;
    }

    .section__content--profile form {
        width: 100%;
        display: contents;
    }

    .application-table .goods {
        max-width: 100%;
    }

    .application-table tbody td {
        width: fit-content;
        min-width: 50%;
    }

    .main-table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .application-table tbody tr td:nth-child(1) {
        order: 1;
    }

    .application-table tbody tr td:nth-child(2) {
        order: 2;
    }

    .application-table tbody tr td:nth-child(3) {
        order: 3;
    }

    .application-table tbody tr td:nth-child(4) {
        order: 5;
    }

    .application-table tbody tr td:nth-child(5) {
        order: 4;
    }

    .application-table tbody tr td:nth-child(6) {
        order: 6;
    }

    .main-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #7F807F;
        margin-bottom: 4px;
    }

    .main-table tbody td {
        display: block;
        text-align: left;
        padding: 0 15px 12px;
        border-bottom: none;
    }

    .main-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .main-table tr {
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0.625em;
        padding: 16px 0;
    }

    .main-table {
        border-top: 1px solid #E5E5E5;
    }

    .col-status .status:before {
        margin-right: 20px;
        margin-left: 6px;
    }

    .col-status .status {
        flex-direction: row-reverse;
        margin-left: 0;
        width: max-content;
    }

    .application-table .col-status {
        max-width: 100%;
    }

    .col-status .edit, .col-status .cancel {
        margin: 6px 0 6px 0;
    }

    .application-table .goods {
        max-width: 100%;
    }

    .row.section__titleRow.no-gutters .col-12.d-flex.flex-column.flex-sm-column.flex-md-row.justify-content-between {
        align-items: stretch;
        height: max-content;
    }

    #orders_container [data-show="#application_create"] {
        display: inline-flex;
        align-items: center;
    }
}

@media (min-width: 1225px) {
    .offset-lg-0 {
        margin-left: 0;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-status .status {

        white-space: normal;
    }
}

@media (max-width: 470px) {
    #orders_container [data-show="#application_create"] {
        margin-top: 24px;
        display: inline-flex;
        align-items: center;
    }
    [data-show="#application_create"]{
        margin-top: 24px;
        display: inline-flex;
        align-items: center;
    }


}
.detorder-delivery {
    display: flex;
    flex-direction: column;
}
/*
* Filter styles
*/
.orders-filter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    height: 128px;
    transition: height 0.3s ease;
}
.orders-filter--full {
    height: 230px;
}
.orders-filter-item {
    width: 256px;
    margin-right: 24px;
}
.orders-filter-item--hide {
    visibility: hidden;
    height: 0;
}
.orders-filter-actions {
    width: 100%;
    display: flex;
}
.orders-filter-actions a:not(:last-of-type) {
    margin-right: 36px;
}

.orders-filter-item input,
.orders-filter-item .customselect-main-history {
    margin-bottom: 24px;
}
.orders-filter-item-icon {
    position: relative;
}
.orders-filter-item-icon span {
    position: absolute;
    right: 12px;
    top: 40px;
}

.orders-filter-item .customselect-caption {
    width: calc(100% - 34px);
    white-space: pre;
    overflow: hidden;
}
.orders-show-all {
    position: relative;
}
.show-mobile-filter {
    display: none !important
}
.orders-clear-filter {
    display: none;
    align-items: center;
    padding-left: 5px;
}
.orders-clear-filter svg {
    margin-right: 15px;
}
.orders-clear-filter .sort__item {
    padding: 0;
    min-width: auto;
}

.orders-filter-title {
    display: none;
}

.orders-show-all:after {
    content: '';
    background: url('/local/templates/eastcement/assets/img/general/arrow-down-black.svg');
    width: 12px;
    height: 8px;
    position: absolute;
    right: -1.2em;
    top: 1rem;
    transform: rotate(0deg);
    transition: all 0.3s ease-in;
    text-transform: none;
    background-repeat: no-repeat;
}

.orders-show-all--full:after {
    transform: rotate(180deg);
}

.orders-show-all i {
    display: none;
    background: #f89633;
    padding: 3px 9px;
    color: #fff;
    font-style: normal;
    border-radius: 1em;
}
.orders-filter-empty {
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.orders-filter-empty h2 {
    color: #363435;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}
.orders-filter-empty span {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}
.order-loader {
    display: none;
    height: 240px;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
}
.order-loader-animation {
    position: relative;
    color: #FE601F;
    background: #FE601F;
}
.order-loader-animation::before {
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    border: 4px dashed #fa9533;
    border-radius: 100%;
    animation: loadingD 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;
    left: 50%;
    margin-left: -15px;
    margin-top: -3px;
}
/*
* Table styles
*/
.history__table {
    margin-top: 32px;
    width: 100%;
    border-spacing: 0
}
.history__table thead {
    background: #f1f1f1
}
.history__table thead tr {
    text-align: left
}
.history__table thead tr th {
    padding-left: 12px;
    padding-right: 12px;
}
.history__table thead h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #7F807F;
}
.history__table thead tr th.order-id {
    width: 9%;
}
.history__table thead tr th.order-date {
    width: 9%;
}

.history__table thead tr th.order-sum {
    width: 10%;
}

.history__table thead tr th.order-payment {
    width: 17%;
}

.history__table thead tr th.order-like {
    width: 6%;
}

/*.history__table thead tr th {
    width: 10%;
}*/
/*.history__table thead .order-payment {
    width: 14%;
}
.history__table thead .order-producer {
    width: 17%;
}*/
.history__table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.history__table tbody tr:hover {
    background: #f9f9f9;
}
.history__table tbody td {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    vertical-align: top;
    /*min-width: 150px;*/
    padding: 24px 12px;
}
.history__table tbody td span {
    font-size: 14px;
}
.history__table tbody td a {
    padding: 0;
}
.history__table.treaty-table tbody td.td-reqtreaty-payer {
    font-size: 16px;
    max-width: 300px;
    overflow: hidden;
}
.order-td-info {
    vertical-align: text-bottom;
    padding-left: 32px !important;
    position: relative;
}
.order-td-info svg {
    position: absolute;
    left: 8px;
    top: 26px;
}
.order-td-info a {
    margin-top: 4px;
}
.order-td-actions .icoLink__icon {
    width: 21px !important;
    height: 21px !important;
}
/*
* Datepicker styles
*/
.ui-datepicker {
    left: 0 !important;
    top: 145px !important;
    width: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 7px 21px rgb(246 246 246), 0 -1px 6px 0 rgb(83 92 105 / 2%) !important;
}
.ui-datepicker-group {
    width: 30% !important;
}
.ui-datepicker-title {
    font-size: 16px;
}
.ui-widget-content {
    padding: 24px !important;
}
.ui-datepicker-group {
    display: inline-table;
}
.ui-datepicker-group-first,
.ui-datepicker-group-middle {
    margin-right: 20px;
}
.ui-datepicker-calendar thead {
    display: none;
}
.ui-datepicker td {
    padding: 0 !important;
}

td:not(.ui-state-custom-from):not(.ui-state-custom-to) .ui-state-default {
    border: none !important;
    background: none !important;
    padding: 10px !important;
    color: #363435 !important;
    font-size: 16px !important;
}
.ui-datepicker-prev span {
    background-image: url('/local/templates/eastcement/assets/img/general/datepicker-prev.svg') !important;
    background-position: 0px 0px !important;
}
.ui-datepicker-next span {
    background-image: url('/local/templates/eastcement/assets/img/general/datepicker-prev.svg') !important;
    background-position: 0px 0px !important;
    transform: rotate(180deg);
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
    width: 20px;
    height: 14px;
}
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
    border: 0 !important;
    background: none !important;
    cursor: pointer;
}
.ui-state-custom-from a {
    border: 1px solid #FA9533 !important;
    border-radius: 3px !important;
    background: none !important;
    padding: 10px !important;
    color: #363435 !important;
    font-size: 16px !important;
}

.ui-state-custom-to a {
    background: #fa9533 !important;
    border: 1px solid #FA9533 !important;
    border-radius: 3px !important;
    color: #fff !important;
    padding: 10px !important;
    font-size: 16px !important;
}

.ui-state-custom-between {
    background: #f1f1f1 !important;
}

.order-filter-mobile-footer {
    display: none;
}
.orders-pagenavigation {
    margin-top: 55px;
}
.order-mobile-show-all {
    display: none;
}

@media (max-width:1225px) {
    .orders-filter-item {
        flex-basis: calc(33.3% - 16px);
        max-width: calc(33.3% - 16px);
    }

    .orders-filter-item:nth-of-type(4),
    .orders-filter-item:nth-of-type(7) {
        margin-right: 0;
    }

    .history__table thead {
        display: none;
    }

    .history__table tbody {
        border-top: 1px solid #e5e5e5;
    }

    .history__table tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #7F807F;
        margin-bottom: 4px;
    }
    .history__table tbody tr {
        display: flex;
        flex-wrap: wrap;
        padding: 16px 0;
        justify-content: flex-start;
        position: relative;
    }
    .history__table tbody tr:hover {
        background: transparent;
    }
    .history__table tbody tr td {
        flex-basis: 25%;
        padding: 8px 0;
    }
    .history__table tbody tr td.order-td-info {
        flex-basis: 50%;
        padding-top: 32px;
        padding-left: 24px !important;
    }
    .history__table tbody tr td.order-td-info:before {
        left: 0;
        top: 8px;
        position: absolute;
    }
    .history__table tbody tr td.order-td-info svg {
        left: 0;
        top: 34px;
    }
    .history__table tbody tr td.order-td-actions {
        display: flex;
        position: absolute;
        right: 0px;
        top: 16px;
    }
    .history__table tbody tr td.order-td-actions img {
        display: flex;
        margin: 0;
    }
    .order-loader {
        height: 120px;
    }

    .orders-pagenavigation {
        margin-top: 35px;
    }
    .orders-filter-empty h2 {
        text-align: center;
        font-size: 34px;
    }

    .history__table tbody tr td.order-order-id {
        order: 1;
        flex-basis: 24%;
    }
    .history__table tbody tr td.order-order-date {
        order: 2;
        flex-basis: 24%;
    }
    .history__table tbody tr td.order-order-bill {
        order: 3;
        flex-basis: 24%;
    }
    .history__table tbody tr td.order-order-price {
        order: 4;
        flex-basis: 24%;
    }
    .history__table tbody tr td.order-order-payer {
        order: 5;
        flex-basis: 24%;
    }
    .history__table tbody tr td.order-order-factory {
        order: 6;
        flex-basis: 24%;
    }
    .history__table tbody tr td.order-order-status {
        order: 7;
        flex-basis: 48%;
    }
}
@media (max-width:767px) {
    .orders-filter .orders-filter-item {
        display: none;
    }

    .orders-filter .orders-filter-item:nth-of-type(2) {
        display: block;
        flex-basis: 100%;
        max-width: 100%;
    }
    .orders-filter {
        height: auto;
    }

    .orders-show-all {
        display: none;
    }

    .show-mobile-filter {
        display: block !important;
    }
    .show-mobile-filter button {
        padding: 9px 17px;
        margin-right: 8px;
    }
    .show-mobile-filter i {
        display: none;
        background: #f89633;
        padding: 3px 8px;
        font-size: 14px;
        color: #fff;
        font-style: normal;
        border-radius: 1em;
    }
    .order-filter-mobile {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 73px;
        margin: 0;
        padding: 16px 12px;
        padding-bottom: 70px;
        max-width: 100%;
        overflow: auto;
        background: #fff;
        z-index: 999;
    }
    .order-filter-mobile .orders-filter-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px;
    }
    .order-filter-mobile .orders-filter-title h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .order-filter-mobile .orders-filter-item {
        display: block;
        flex-basis: 100%;
        width: auto;
        max-width: 100%;
        margin: 0;
    }
    .order-filter-mobile .orders-filter-item--hide {
        visibility: visible;
        height: auto;
    }
    .order-filter-mobile .korus-label {
        font-size: 16px;
    }
    .order-filter-mobile .show-mobile-filter {
        display: none !important;
    }
    .order-filter-mobile .order-filter-mobile-footer {
        position: fixed;
        left: 0;
        bottom: 73px;
        width: 100%;
        padding: 16px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    .order-filter-mobile .order-filter-mobile-footer {
        display: flex;
    }
    .order-filter-mobile-footer button {
        flex-grow: 1;
    }

    .order-filter-mobile-footer button:not(:first-of-type) {
        margin-left: 16px;
    }

    .orders-content {
        margin: 0 -12px;
    }

    .history__table tbody tr {
        justify-content: flex-start;
        padding: 16px 14px;
        height: 180px;
        overflow: hidden;
        transition: height 0.3s ease;
    }

    .history__table tbody tr.mobile-full {
        height: auto;
    }

    .history__table tbody tr td.order-order-id {
        order: 1;
        flex-basis: 35%;
    }
    .history__table tbody tr td.order-order-date {
        order: 2;
        flex-basis: 35%;
    }
    .history__table tbody tr td.order-order-status {
        order: 3;
        flex-basis: 100%;
    }
    .history__table tbody tr td.order-order-bill {
        order: 4;
        flex-basis: 100%;
    }
    .history__table tbody tr td.order-order-price {
        order: 5;
        flex-basis: 100%;
    }
    .history__table tbody tr td.order-order-payer {
        order: 6;
        flex-basis: 100%;
    }
    .history__table tbody tr td.order-order-factory {
        order: 7;
        flex-basis: 100%;
    }
    .history__table tbody tr td.order-td-actions {
        right: 16px;
    }

    .orders-pagenavigation {
        margin-top: 25px;
    }
    .orders-filter-empty h2 {
        text-align: center;
        font-size: 24px;
    }
    .order-mobile-show-all {
        display: block;
    }
    .order-mobile-show-all {
        padding: 7px !important;
        position: relative;
        margin-right: 12px;
        margin-left: 12px;
    }
    .order-mobile-show-all:after {
        content: '';
        background: url(/local/templates/eastcement/assets/img/general/arrow-down-black.svg);
        width: 12px;
        height: 8px;
        position: absolute;
        transform: rotate(0deg);
        transition: all 0.3s ease-in;
        text-transform: none;
        background-repeat: no-repeat;
    }
    .order-mobile-show-all--full:after {
        transform: rotate(180deg);
    }
    .ui-datepicker {
        top: 245px !important;
    }
}

@media (max-width: 1225px) {
    .application-table tbody td
    {
        border-bottom: none !important;
    }
}
/* End */
/* /local/components/eastcement/delivery.application.list/templates/.default/style.css?176973286944342 */
