.order-parts-page {
    border-bottom: medium none;
    border-radius: 6px;
    color: #000;
    min-height: 120px;
    position: relative;
    width: 100%
}
.order-parts-page h2 {
    background-color: #2A77BF;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: #FFFFFF;
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    margin: 2.5em 0 0 0;
    padding: 1.7rem
}
.order-parts-page h2 span {
    margin: 0 0 0 15px
}
.order-parts-page .parts-section.order-details-section {
    margin-bottom: 4rem
}
.order-parts-page .parts-section {
    background: none repeat scroll 0 0 #fff;
    border-bottom: medium none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #000;
    min-height: 120px;
    padding: 15px;
    position: relative;
    /*border: 1px solid #ccc;*/
    box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.3);
}
.order-parts-page .parts-section .negative-panel {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 8px
}
.order-parts-page .parts-section .negative-panel .timestamp {
    float: right
}
.order-parts-page .parts-section h3 {
    background-color: #888;
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 9px 5px 9px 15px
}
.order-parts-page .parts-section .address-details {
    margin: 0 0 10px 0;
    width: 100%
}
.order-parts-page .parts-section .address-details .order-details {
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
    width: 30%
}
.order-parts-page .parts-section .address-details .order-details span {
    padding: 5px 0
}
.order-parts-page .parts-section .address-details .order-details .label {
    display: inline-block;
    font-weight: 600;
    width: 40%
}
.order-parts-page .parts-section .address-details .order-details .value {
    display: inline-block;
    width: 60%
}
.order-parts-page .parts-section .address-details .order-details .value input {
    width: 100%
}
.order-parts-page .parts-section .address-details .order-title {
    display: inline-block;
    font-size: 2.4rem;
    vertical-align: top;
    width: 60%
}
.order-parts-page .parts-section .address-details .order-title img {
    display: inline-block;
    float: left;
    margin-right: 8px;
    vertical-align: top
}
.order-parts-page .parts-section table.ordered-parts tbody td.supplier-image, .order-parts-page .parts-section table.client-order-parts tbody td.supplier-image {
    padding: 0 2px
}
.order-parts-page .parts-section table.ordered-parts tbody td.supplier-image img, .order-parts-page .parts-section table.client-order-parts tbody td.supplier-image img {
    max-height: 100%;
    max-width: 100%
}
.order-parts-page .parts-section table.ordered-parts tbody tr.part-returning td, .order-parts-page .parts-section table.client-order-parts tbody tr.part-returning td {
    color: #aaa
}
.order-parts-page .parts-section table.ordered-parts tfoot th, .order-parts-page .parts-section table.client-order-parts tfoot th {
    text-align: right
}
.order-parts-page .parts-section table.ordered-parts tfoot th:nth-child(5), .order-parts-page .parts-section table.client-order-parts tfoot th:nth-child(5), .order-parts-page .parts-section table.ordered-parts tfoot th:nth-child(6), .order-parts-page .parts-section table.client-order-parts tfoot th:nth-child(6), .order-parts-page .parts-section table.ordered-parts tfoot th:nth-child(7), .order-parts-page .parts-section table.client-order-parts tfoot th:nth-child(7) {
    padding: 0;
    text-align: center
}
.order-parts-page .parts-section table.ordered-parts tfoot th:nth-child(5) button, .order-parts-page .parts-section table.client-order-parts tfoot th:nth-child(5) button, .order-parts-page .parts-section table.ordered-parts tfoot th:nth-child(6) button, .order-parts-page .parts-section table.client-order-parts tfoot th:nth-child(6) button, .order-parts-page .parts-section table.ordered-parts tfoot th:nth-child(7) button, .order-parts-page .parts-section table.client-order-parts tfoot th:nth-child(7) button {
    -webkit-animation: pusate 1.5s infinite alternate;
    -moz-animation: pusate 1.5s infinite alternate;
    -animation: pusate 1.5s infinite alternate;
    animation: pusate 1.5s infinite alternate
}
.order-parts-page .parts-section table.client-order-parts tbody .part-order-row td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.order-parts-page .parts-section table.client-order-parts tbody .part-order-row td .order-quantity-input {
    text-align: right;
    width: 90%
}
@-webkit-keyframes pusate {
    from {
        box-shadow: 0 0 0 #004e29
    }
    to {
        box-shadow: 0 0 8px #004e29
    }
}
@-moz-keyframes pusate {
    from {
        box-shadow: 0 0 0 #004e29
    }
    to {
        box-shadow: 0 0 8px #004e29
    }
}
@keyframes pusate {
    from {
        box-shadow: 0 0 0 #004e29
    }
    to {
        box-shadow: 0 0 8px #004e29
    }
}
.order-parts-page .parts-section table.ordered-parts {
    margin-bottom: 30px
}
.order-parts-page .parts-section table.ordered-parts thead, .order-parts-page .parts-section table.ordered-parts tbody, .order-parts-page .parts-section thead, .order-parts-page .parts-section tbody {
    border: 1px solid #a8a8a8;
}
.order-parts-page .parts-section table.ordered-parts tfoot button {
    margin: 0
}
.order-parts-page .order-history thead th:nth-child(1) {
    width: 180px
}
.order-parts-page .order-history thead th:nth-child(2) {
    width: 180px
}
.order-parts-page .order-history thead th:nth-child(3) {
    width: auto
}
.order-parts-page .order-history tbody td:nth-child(1) {
    text-align: center
}
.order-parts-page .order-history tbody td:nth-child(2) {
    text-align: left
}
.order-parts-page .order-history tbody td:nth-child(3) {
    text-align: left
}
.red-bold {
    color: #CC0000;
    font-weight: 600;
}
.notbold {
    font-weight: normal;
}
.order-parts-page h2 {
    /*border: 1.5px solid lightgrey;*/
    box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.3);
}