﻿.order-info {
    border-top: 7px solid #f8f8f8;
    border-left: 7px solid #f8f8f8;
    border-right: 7px solid #f8f8f8;
    border-bottom: 0;
    padding: 4px;
}

.order-icon {
    display: inline-block;
    padding: 5px 12px 0px 12px;
    vertical-align: top;
}

.order-payment {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.order-buttons {
    background-color: #f8f8f8;
    border-bottom: 7px solid #F8F8F8;
    border-left: 17px solid #F8F8F8;
    border-right: 8px solid #F8F8F8;
}

    .order-buttons a {
        margin-right: 20px;
    }

.adminActions {
    border: 0;
    background-color: #DDCCEF;
    padding: 17px;
    height: 50px;
    display: flex;
    align-items: center;
}

    .adminActions a {
        color: black;
        display: inline-flex;
        margin: 5px;
    }

        .adminActions a:hover {
            color: #4c80a6;
        }

.order-sum {
    line-height: 20px;
    font: 16px Arial;
    color: #666;
}

    .order-sum strong {
        font-size: 18px;
        color: #333;
    }

.orderDivider {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #b9b9b9;
}

#orderList tr:last-child .orderDivider {
    display: none;
}

.tabTemplate {
    height: 100%;
    width: 100%;
}

.tabTemplateNormal {
    -ms-border-radius: 3px;
    /*border-radius: 3px;*/
    background-color: #f8f8f8;
    color: #333
}

.tabTemplateActive {
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #FF6164;
    color: #fff
}

.tabTemplateNormal:hover {
    color: #370088;
}

.tabTemplateActive:hover {
    background-color: #370088
}

.order-table, .order-table-disabled {
    margin-top: 25px;
    margin-bottom: 12px;
}

.order-table-disabled {
    background-color: lightgoldenrodyellow;
}

.displaytable {
    border-collapse: separate;
    border: 7px solid #f8f8f8;
    border-spacing: 0;
    width: 100%;
}

    .displaytable td:first-child {
        text-align: left !important;
        border-left: none !important;
    }

    .displaytable td {
        font-size: 14px;
        color: #333;
        text-align: center;
        padding: 10px;
        border: 1px solid #f8f8f8;
    }

    .displaytable thead td {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        background-color: #c8c8c8;
        padding: 12px;
        border: none;
    }

.tableheader {
    position: relative;
}

.tableHeaderSeperator {
    background-color: #FFF;
    width: 1px;
    height: 20px;
    float: left;
    position: absolute;
    left: 0;
}

.order-table .btn {
    margin: 0;
}
