﻿.RadGrid .rgFilterRow input {
    height: 20px;
    width: 100% !important;
}

.rgMasterTable, .rcbItem, .rcbInput {
    font-family: Taj,Arial,Tahoma,sans-serif !important;
}


div.RadComboBoxDropDown .rcbHovered {
    border: 1px #05007f !important;
    /*background-color: #05007f !important;*/
}

.RadComboBox .rcbFocused .rcbArrowCell, .RadComboBox .rcbFocused .rcbReadOnly .rcbInputCell, .RadComboBox .rcbFocused .rcbReadOnly .rcbArrowCellHidden {
    background-color: #05007f !important;
    border: 1px #05007f !important;
}

div.RadGrid .myHeader {
    background-color: #05007f;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}





div.RadTabStrip {
    margin-left: 8px;
}

    div.RadTabStrip .rtsLevel1 {
        border: none;
    }







.rtsSelected, .rtsSelected span {
    background-color: #05007f !important;
    color: white !important;
}

.rmpView {
    border: solid 1px #dee2e6 !important;
    padding: 10px;
}



div.RadTabStrip .rtsLink {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    padding: 0.5rem 1.25rem;
}



.wrap-content {
    overflow: auto;
}



.text-list, .pub-body, .pub-details-list, .details-col, .widget-shipping, .delivery-date-box, .delivery-date-content, .payment-method-logos, .tracking-tabs, .order-table-header,
.order-table-row-data, .requests-filter, .requests-filter .requests-filter-search, .requests-filter .requests-filter-date, .requests-filter .requests-filter-requests-numbers,
.requests-filter .requests-numbers {
    display: flex !important;
}

.loading-ic img, .d-flex-column, .status-completed .status-logo {
    position: relative !important;
}

.completed-ic, .status-correct-ic, .loading-ic, .status-correct-ic {
    position: absolute !important;
}


.pub-body, .pub-details-list, .details-col {
    justify-content: space-between !important;
}

.pub-details-list {
    flex-wrap: wrap;
}

    .pub-details-list > div {
        width: 48%;
    }

        .pub-details-list > div:nth-of-type(7), .pub-details-list > div:last-of-type {
            margin-bottom: 0;
        }

.details-col {
    border-bottom: 1px solid rgba(152, 152, 152, 0.258);
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.details-key {
    font-weight: 600;
    font-size: 14px;
}

.details-value {
    font-weight: 600;
    font-size: 13px;
    color: #787777;
}

.pub-btn {
    border: 1px solid #666;
    border-radius: 0;
    padding: 7px 5px 7px 4px;
    margin-bottom: 10px;
    text-align: right;
}

    .pub-btn .pub-btn-ic {
        top: -2px;
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }

    .pub-btn .ic-plus {
        width: 18px;
        height: 13px;
    }

    .pub-btn .pub-btn-text {
        font-size: 11px;
    }

    .pub-btn .btn-text-np {
        top: -3px;
    }

    .pub-btn:hover {
        background: #EEE;
        border: 1px solid #EEE;
    }

    .pub-btn:active {
        background: #dadada;
        border: 1px solid #dadada;
    }

    .pub-btn:last-of-type {
        margin-bottom: 0;
    }


.AutoExtender {
    font-weight: normal;
    border: solid 1px #797979;
    line-height: 30px;
    padding: 10px;
    background-color: White;
    margin-left: 5px;
}

.AutoExtenderList {
    border-bottom: dotted 1px #797979;
    cursor: pointer;
    color: #006699;
    text-align: right;
}

.AutoExtenderHighlight {
    color: White;
    background-color: #797979;
    cursor: pointer;
    text-align: right;
}

.vertical-center {
    position: relative;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.center-vertically {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow-y: auto;
}

    .center-vertically:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .center-vertically > div {
        display: inline-block;
        vertical-align: middle;
    }

.center-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
    width: auto;
}

.order-table-list {
    overflow-x: auto;
}

.order-table {
    width: 100%;
    margin: auto;
    display: table;
    border-collapse: collapse;
    border: 1px solid #E8E8E8;
}

.order-table-cell {
    padding: 18px 5px;
}

.order-table-header {
    background: #EFEFEF;
}

    .order-table-header > div {
        text-align: center;
        padding: 15px 0;
        font-weight: 600;
    }

    .order-table-header > div,
    .order-table-row-data > div {
        border-left: 1px solid #E8E8E8;
    }

        .order-table-header > div > div,
        .order-table-row-data > div > div {
            font-weight: 600;
        }

        .order-table-header > div:first-of-type,
        .order-table-row-data > div:first-of-type {
            width: 5%;
        }

        .order-table-header > div:nth-of-type(2),
        .order-table-row-data > div:nth-of-type(2) {
            width: 6%;
        }

        .order-table-header > div:nth-of-type(3),
        .order-table-row-data > div:nth-of-type(3) {
            width: 10%;
        }

        .order-table-header > div:nth-of-type(4),
        .order-table-row-data > div:nth-of-type(4) {
            width: 5%;
        }

        .order-table-header > div:nth-of-type(5),
        .order-table-row-data > div:nth-of-type(5) {
            width: 25%;
        }

        .order-table-header > div:nth-of-type(6),
        .order-table-row-data > div:nth-of-type(6) {
            width: 4.5%;
        }

        .order-table-header > div:nth-of-type(7),
        .order-table-row-data > div:nth-of-type(7) {
            width: 6%;
        }

        .order-table-header > div:nth-of-type(8),
        .order-table-row-data > div:nth-of-type(8) {
            width: 8%;
        }



.order-table-row:nth-of-type(odd) {
    background: #F5F5F5;
}

.order-table-row-date {
    text-align: center;
    background: #666666;
    color: #FFF;
    padding: 2px;
    direction: rtl;
}

.order-table-cell-id,
.order-number,
.order-table-cell-cpt,
.product-type,
.order-table-quantity,
.bill-text {
    text-align: center;
}

.d-flex-column {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
}

    .d-flex-column:after {
        content: "";
        top: 50%;
        right: -5px;
        transform: translateY(-50%);
        height: 1px;
        width: calc(100% + 10px);
        background: rgba(152, 152, 152, 0.258);
    }

    .d-flex-column > div {
        height: 50%;
        font-weight: 600;
    }

        .d-flex-column > div:last-of-type {
            padding-top: 15px;
        }

.order-table-notes {
    font-weight: 300;
    font-size: 15px;
    padding: 20px 10px 30px;
}

    .order-table-notes span {
        font-weight: 300;
        font-size: 13px;
        color: #666;
    }

.order-table-cell-data .details-key {
    font-size: 12px;
}

.bill-text {
    padding-top: 10px;
    font-weight: 600;
    font-size: 15px;
}

.received-date > div {
    font-weight: 600;
}

    .received-date > div > span {
        font-weight: 600;
    }

.status-text {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.status-logo {
    margin: auto;
}

.status-loading .status-logo {
    width: 60px;
    height: 60px;
    line-height: 52px;
    text-align: center;
    background: #FFF;
    border-radius: 100%;
    border: 1px solid gray;
}

    .status-loading .status-logo img {
        width: 45px;
        height: 45px;
    }

.status-completed .status-logo {
    width: 70px;
    height: 70px;
    line-height: 52px;
    text-align: center;
}

    .status-completed .status-logo img {
        width: 60px;
        height: 60px;
    }

.status-correct-ic {
    top: 4px;
    right: -4px;
    background: #FFF;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}

.order-tracking-box {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .order-tracking-box > div {
        width: 43px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        background: #E4E4E4;
        color: #979797;
        float: right;
        margin-bottom: 13px;
    }

        .order-tracking-box > div:nth-of-type(odd) {
            float: left;
        }

        .order-tracking-box > div:nth-of-type(5), .order-tracking-box > div:last-of-type {
            margin-bottom: 0;
        }

.order-tracking-data {
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}

    .order-tracking-data:hover {
        background: #3FA6F2;
        color: #FFF;
    }

    .order-tracking-data:active {
        background: #2f99e7;
        color: #FFF;
    }

    .order-tracking-data span {
        font-size: 18px;
        font-weight: 600;
    }

.instructions-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

    .instructions-box > div:first-of-type {
        width: 30%;
    }

    .instructions-box > div:last-of-type {
        width: 68%;
    }

.instructions-logo,
.instructions-logo-text {
    text-align: center;
}

.instructions-logo {
    padding-top: 9px;
}

    .instructions-logo img {
        width: 42%;
    }

.instructions-logo-text {
    font-weight: 600;
    font-size: 14px;
    margin-top: 8px;
}

.instructions-list {
    padding-top: 5px;
}

    .instructions-list li {
        font-weight: 600;
        font-size: 14px;
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
        cursor: pointer;
    }

        .instructions-list li:hover {
            background: #EEE;
        }

        .instructions-list li:active {
            background: #dadada;
        }

        .instructions-list li span {
            top: 3px;
            width: 14px;
            height: 14px;
            border-radius: 100%;
            margin-left: 10px;
            display: inline-block;
        }

.print_completed {
    background: #92CE6B;
}

.not_good {
    background: #EF5E8E;
}

.change_delivery_time {
    background: #00A3E6;
}

.order-table-cell .pub-details-list {
    padding: 0 10px;
}

.requests-filter {
    margin-bottom: 20px;
}

    .requests-filter > div {
        border: 1px solid #333;
    }

    .requests-filter .requests-filter-search {
        width: 49%;
    }

    .requests-filter .requests-filter-date {
        width: 25%;
    }

    .requests-filter .requests-filter-requests-numbers {
        width: 25%;
    }

    .requests-filter .filter-dropdown {
        width: 20%;
        margin: -1px -1px -1px 0;
        background: #3FA6F2 !important;
        border: none;
        height: auto;
    }

        .requests-filter .filter-dropdown:after {
            content: url("../img/icons/arr_b_white.svg");
        }

        .requests-filter .filter-dropdown select {
            background: none;
            font-size: 16px;
            font-weight: 600;
            color: #FFF;
        }

            .requests-filter .filter-dropdown select option {
                font-size: 14px;
                font-weight: 600;
                color: #000;
            }

    .requests-filter .filter-field {
        width: 73%;
    }

        .requests-filter .filter-field input {
            height: 100%;
            width: 100%;
            padding: 6px 0;
        }

    .requests-filter .filter-search-icon {
        width: 35px;
    }

        .requests-filter .filter-search-icon img {
            height: 100%;
            width: 27px;
        }

    .requests-filter .requests-filter-date img {
        width: 36px;
        margin-left: 8px;
    }

    .requests-filter .input-search-date {
        width: 100%;
        padding: 5px 10px;
    }

        .requests-filter .input-search-date::placeholder {
            font-weight: 600;
            font-size: 15px;
        }

    .requests-filter .requests-numbers-text {
        font-size: 15px;
        font-weight: 600;
        padding: 9px 10px;
    }

    .requests-filter .rn-box {
        width: 35px;
        height: 35px;
        line-height: 37px;
        text-align: center;
        background: #EFEFEF;
        margin-right: 3px;
        font-size: 18px;
    }

    .requests-filter .requests-numbers {
        padding: 2px 0 2px 3px;
    }

.order-table-row:nth-of-type(even) .status-correct-ic {
    bottom: 14px;
    top: auto;
    right: 3px;
}

.bill-btn {
    text-align: center;
    padding: 10px;
}

    .bill-btn:hover {
        background: #EEE;
    }

    .bill-btn:active {
        background: #dadada;
    }


.order-table-cell-bill {
    padding-top: 20px !important;
}

    .order-table-cell-bill img {
        transform: scale(0.5);
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

modal-backdrop {
    background-color: #000;
    bottom: 0;
    position: fixed;
}

.modal-backdrop.in {
    opacity: 0.4;
}

.modal-backdrop {
    z-index: 9998 !important;
    opacity: 0.4;
}

.dvcenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 140px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}


.animation-5 {
    width: 117px;
    height: 50px;
}

    .animation-5 div {
        height: 30px;
        width: 10px;
        background-color: #05007f;
        display: inline-block;
        margin-right: 10px;
        -webkit-animation: animation5-bar 1s infinite;
        animation: animation5-bar 1s infinite;
    }

    .animation-5 .bar1 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .animation-5 .bar2 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .animation-5 .bar3 {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .animation-5 .bar4 {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .animation-5 .bar5 {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@keyframes animation5-bar {
    30% {
        transform: scaleY(2);
    }
}
