

/* Start:/local/components/eastcement/docs.list/templates/.default/style.css?17761489515815*/
#docs-list-filter {
    padding: 0;
}
.filter-wrapper {
    max-width: none !important;
    width: auto !important;
    margin: 0 -16px 0 -16px !important;
}
.no-items {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    width: 100%;
}
.no-items h1 {
    font-size: 34px;
    font-weight: 600px;
}
.no-items .add-act-wrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.filter-wrapper.delivery__dropdown {
    background-color: white;
}
.input-wrepper {
    position: relative;
}
.input-wrepper .img-svg {
    display: block;
    pointer-events: none;
}
.input-wrepper .lens {
    position: absolute;
    top: 13px;
    right: 10px;
}
.input-wrepper .lens:hover {
    scale: 1.2;
    cursor: pointer;
    transition: scale .1s;
}
#state-number {
    height: 48px;
}
.remove-all {
    display: flex;
    width: 152px;
    margin-bottom: 30px;
}
.remove-all:hover, .remove-all:active, .remove-all:focus {
    color: black;
} 

.remove-all>.simbol {
    font-size: 25px;
}
.remove-all>.text {
    margin-bottom: 5px;
    border-bottom: white solid 2px;
}
.remove-all:hover {
    color: black;
    border-color: #FA9533;
    cursor: pointer;
}
.remove-all:hover .text {
    border-color: #FA9533;
}
.main-table.items-table th {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #7F807F;
    background-color: white;
}
.tools {
    display: flex;
}
.main-table.items-table thead th {
    background-color: #F1F1F1;
}
.main-table.items-table tbody tr {
    border-bottom: 1px solid #F1F1F1;
}
.main-table.items-table .items-row th {
    color: #363435;
}
.items-row:hover th:not(.no-data-cell) {
    background-color: #FBFBFB;
}
.report-description .align-to-right {
    text-align: right;
}
.table-cell-status {
    display: flex;
}
.paginator-wrapper {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 50px;
}
.add-act-wrapper.main {
    margin-top: 30px;;
}
.docs-table-wrapper {
    position: relative;
}
.docs-loader {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(3px);
}
.no-data-cell {
    text-align: center;
}
.no-data-cell span {
    font-weight: bold !important;
}
.docs-loader-animation {
    position: relative;
    color: #FE601F;
    background: #FE601F;
}
.docs-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;
}
.orders-filter-item img.calendar-icon {
    position: absolute;
    right: 24px;
    top: 40px;
}
.terminator {
    width: 100%;
}
#clear-all-link[disabled] {
    visibility: hidden;
}
.bx-filter-block--clear.sorting {
    margin-top: 40px;
}
.bx-filter-block--clear.clear {
    margin-bottom: 20px;
}
.icon {
    content: '';
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
    margin-top: 2px;
}


.approved {
    background-image: url(/local/templates/eastcement/assets/img/svg/approved.svg);
}

.sent {
    background-image: url(/local/templates/eastcement/assets/img/svg/sent.svg);
}

.info {
    background-image: url(/local/templates/eastcement/assets/img/svg/info.svg);
}


/*
* Datepicker styles
*/
.ui-datepicker {
    /* left: 0 !important; */
    /* top: 145px !important; */
    width: 900px !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;
}


/* End */
/* /local/components/eastcement/docs.list/templates/.default/style.css?17761489515815 */
