﻿#loader {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.carrierLink {
    color: #183b4e;
    font-weight: bold;
    text-decoration: underline;
    display: contents;
}

    .carrierLink:hover {
        color: #000 !important;
        font-weight: bold;
        text-decoration: none;
    }

#order-status-title {
    margin-bottom: 15px;
    font-size: 40px;
}

#order-status-text {
    font-size: 13px;
}

#search-header-container {
    margin: 30px 0 40px 0;
}

.search-header-text {
    font-size: 20px;
    margin-bottom: 20px;
}

#invoice-number {
    width: 300px;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    /*direction: rtl;*/
    text-align: left;
    /*text-indent: 2vw;*/
    float: left;
    height: 30px;
}

#btn-order-search {
    position: relative;
    cursor: pointer;
    width: 100px;
    color: #fff;
    background: #183b4e;
    text-align: center;
    border: 1px solid #183b4e;
    border-radius: 3.5px;
    box-shadow: 0 4px 7.2px 0 rgb(0, 0, 0, 0.15);
}

#order-details-container {
    background-color: #E8EBED;
    padding: 20px;
    margin-top: 20px;
}

.order-status-section {
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
}

#orderDetails {
    display: flow-root;
}

.order-info-row {
    margin: 0 auto;
    width: 100%;
    height: 35px;
}

.left-column {
    margin: 0 auto;
    width: 70%;
    float: left;
    font-weight: bold;
}

.right-column {
    margin: 0 auto;
    text-align: right;
}

#order-ship-info, #order-installer-info {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.title-text {
    font-size: 20px;
    margin-bottom: 15px;
}

/*Voyager Order Details*/
#order-voyager-header, .order-voyager {
    width: 100%;
    float: left;
}

    #order-voyager-header > div {
        float: left;
        text-align: center;
        font-weight: bold;
    }

    .order-voyager > div {
        text-align: center;
        margin: 0 auto;
        float: left;
    }

#order-voyager-line-number-title, .order-voyager-line-number {
    width: 5% !important;
}

#order-voyager-product-title, .order-voyager-product {
    width: 15% !important;
}

#order-voyager-room-title, .order-voyager-room {
    width: 15% !important;
}

#order-voyager-width-title, .order-voyager-width {
    width: 10% !important;
}

#order-voyager-length-title, .order-voyager-length {
    width: 10% !important;
}

#order-voyager-status-title, .order-voyager-status {
    width: 15% !important;
}

#order-voyager-status-date-title, .order-voyager-status-date {
    width: 10% !important;
}

#order-voyager-tracking-number-title, .order-voyager-tracking-number {
    width: 15% !important;
}

/*Parts Order Details*/
#order-part-header {
    width: 100%;
}

.order-part-row {
    float: left;
    widtH: 100%;
}


#order-part-header > div {
    margin: 0 auto;
    float: left;
    font-weight: bold;
    height: 30px;
    text-align: center;
}

.order-part-row > div {
    margin: 0 auto;
    float: left;
    height: 30px;
    text-align: center;
}


#order-part-line-number-title, .order-part-line-number {
    width: 10% !important;
}

#order-part-number-title, .order-part-number {
    width: 20% !important;
}

#order-part-name-title, .order-part-name {
    width: 30% !important;
}

#order-part-status-title, .order-part-status {
    width: 10% !important;
}

#order-part-status-date-title, .order-part-status-date {
    width: 10%;
}

#order-part-tracking-number-title, .order-part-tracking-number {
    width: 20% !important;
}


/*ePIC Order Details*/
#order-ePic-header {
    width: 100%;
}

.order-ePic-row {
    float: left;
    widtH: 100%;
}

#order-ePic-header > div {
    margin: 0 auto;
    float: left;
    font-weight: bold;
    height: 30px;
    text-align: center;
}

.order-ePic-row > div {
    margin: 0 auto;
    float: left;
    height: 30px;
    text-align: center;
}


/*.order-ePic {
    width: 100%;
    float: left;
    margin: 0 auto;
}*/
.order-ePic {
    width: 100%;
    float: left;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .order-ePic div {
        float: left;
        text-align: center;
    }


#order-ePic-line-number-title, .order-ePic-line-number {
    width: 10% !important;
}

#order-ePic-product-title, .order-ePic-product {
    width: 10% !important;
}

#order-ePic-box-title, .order-ePic-box {
    width: 10% !important;
}

#order-ePic-room-title, .order-ePic-room {
    width: 10% !important;
}

#order-ePic-width-title, .order-ePic-width {
    width: 10% !important;
}

#order-ePic-length-title, .order-ePic-length {
    width: 10% !important;
}

#order-ePic-status-title, .order-ePic-status {
    width: 15% !important;
}

#order-ePic-status-date-title, .order-ePic-status-date {
    width: 10% !important;
}

#order-ePic-tracking-number-title, .order-ePic-tracking-number {
    width: 15% !important;
}



@media screen and (min-width:700px) and (max-width:1040px) {
    #order-details-container {
        font-size: 13px;
    }

    #order-details-grid-container {
        font-size: 12px;
    }
}

@media screen and (max-width:765px) {

    #order-details-container {
        font-size: 14px;
    }

    #order-details-grid-container {
        font-size: 14px;
    }

    .order-status-section {
        border-bottom: 2px solid #ddd;
        padding: 10px 0;
        display: flow-root;
    }

    .left-column {
        margin: 0 auto;
        width: 100%;
        float: left;
        font-weight: bold;
    }

    .right-column {
        margin: 0 auto;
        text-align: left;
        width: 100%;
        float: left;
    }

    #order-details-grid-container {
        display: none;
    }
}

/* Hide Ship Info */
#order-ship-info {
    display: none;
}

div#order-details-grid-container {
    margin-top: 30px;
}


/* Hide Ship Info */
