.orders-container { /* padding: 0 0 0 20px; */
}

    .orders-container .view-header {
        border-bottom: 0;
        /* border-left: 1px solid #e6e6e6; */
        padding: 10px 20px;
    }

    .orders-container .orders-results-container {
        /* height: calc(100vh - 230px); */
        overflow-y: auto;
    }

    .orders-container md-checkbox {
        margin: 0;
    }

.orders-header {
    width: 100%;
    /* border-bottom: 2px solid #ebebfb; */
    /* height: 55px; */
    /* width: 100%; */
    /* padding-top: 5px; */
}

.orders-payment-icon {
    font-size: 22px;
}



.orders-filters-container {
    margin: 0 0 0 10px;
}

    .orders-filters-container md-input-container {
        margin: 0;
        font-weight: 500;
    }

.orders-clear-filters {
    margin: 10px 0 10px 19px;
}

    .orders-clear-filters a {
        text-decoration: none;
        color: #586069;
        font-weight: 500;
    }

        .orders-clear-filters a:hover {
            color: #0366d6;
            text-decoration: none;
        }

            .orders-clear-filters a:hover md-icon {
                color: #0366d6;
            }



.orders-filters {
    padding: 10px 10px 10px 20px;
    border-bottom: 2px solid #e6e6e6;
}

    .orders-filters .md-button {
        font-size: 1em;
    }


.orders-results-table-container {
    /* margin-left: 12px; */
    /* display: table; */
    /* border-collapse: collapse; */
    /* width: 100%; */
}

.order-header {
    cursor: pointer;
    /* display: table-row; */
    border-bottom: 1px solid #e3e8ea;
    /* background: #f5f7f7; */
    padding: 15px 0 15px 5px;
}

.order-header-attribute {
    /* display: table-cell; */
    padding: 8px 5px 5px 5px;
    font-size: 14px;
    /* vertical-align: middle; */
}

    .order-header-attribute > div {
        /* padding: 0 0 15px 0; */
    }

    .order-header-attribute:first-child {
        padding-left: 15px;
    }

    .order-header-attribute:last-child {
        padding-right: 15px;
        padding-left: 15px;
    }

    .order-header-attribute md-icon {
        height: 0;
        line-height: 0;
        min-height: 2px;
        min-width: 22px;
    }

.order-header-attribute-label {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    /* padding: 5px 10px; */
    border-radius: 3px;
    /*display: inline-block;*/
    white-space: nowrap;
    text-align: right;
    /* max-width: 150px; */
    text-transform: uppercase;
    font-weight: 500;
    /* line-height: 20px; */
}

.order-header-attribute-label-dispatched {
    margin-top: 10px;
}

.order-header-attribute-label-borderless {
    border: none;
}

.order-header-status-green {
    color: #4CAF50;
}

.order-header-status-blue {
    color: #3F51B5;
}

.order-header-status-gray {
    color: #aaa;
}

.order-header-status-red {
    color: #F44336;
}

.order-header-order-number {
    color: #4a76ba;
    margin-top: 10px;
}

.order-header-shipping-name {
    font-weight: 500;
    font-size: 1.3em;
    color: #2f264c;
    /* max-width: 180px; */
    /* border: 1px solid rebeccapurple; */
}

.order-header-document-number {
    opacity: 0.5;
    font-size: 0.85em;
    margin-top: 5px;
}

.order-document-container {
    box-shadow: 0 0px 8px 0 rgb(181, 190, 232);
    margin: 20px 20px;
    border-radius: 3px;
    /* height: calc(100vh - 155px); */
    overflow-y: auto;
    background: #fff;
}


.order-document-contents {
    padding: 30px 40px;
}

    .order-document-contents img {
        width: 350px;
    }


    .order-document-contents table {
        border-collapse: collapse;
        width: 100%;
    }

.order-document-parts-body tr {
    border-bottom: 1px solid #e6e6e6;
}

.order-document-contents table td {
    color: black;
    font-size: 0.9em;
    vertical-align: top;
}


.order-document-header {
    text-align: right;
    color: black;
    font-weight: 500;
}

    .order-document-header > div:first-child {
        font-size: 1.7em;
    }

    .order-document-header > div:nth-child(2) {
        font-size: 0.9em;
    }

.order-document-parts-header {
    background: #dcdcdc;
    /* color: white; */
    /* font-weight: 500; */
}

    .order-document-parts-header th,
    .order-document-parts-body td {
        font-weight: normal;
        padding: 10px;
    }

    .order-document-parts-header th {
        font-weight: 500;
        vertical-align: top;
        text-align: left;
    }

.order-header-selected {
    background: #cbe1f7;
}

.order-document-container-nothing-selected {
    color: black;
    margin: 60px;
    text-align: center;
}

.orders-list-pane {
    border-right: 1px solid #e6e6e6;
}

.order-document-contents .print-orders-header {
    border: 2px solid #cfe2e9;
    display: inline-block;
    background: #ebf8fa;
}

    .order-document-contents .print-orders-header td {
        padding: 6px;
    }

.orders-filters-divider {
    border-right: 1px solid #ddd;
    height: 20px;
    padding: 0 5px;
    margin-right: 5px;
}


.order-header-labels-container {
    margin: 0 0 0 55px;
}

    .order-header-labels-container .order-label {
        font-size: 0.8em;
    }
