﻿input[type=text], textarea {
    /*-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;*/
    /*padding: 3px 0px 3px 3px;
        margin: 5px 1px 3px 0px;*/
    /*border: 1px solid #DDDDDD;*/
}

    input[type=text]:focus, textarea:focus {
        /*box-shadow: 0 0 1px rgba(62, 62, 62, 0.74);*/
        border-color: rgba(0, 0, 0, 0.4);
        box-shadow: 1px 1px 1px rgba(16, 16, 16, 0.06);
        /*padding: 3px 0px 3px 3px;
            margin: 5px 1px 3px 0px;*/
        /*border: 1px solid rgba(81, 203, 238, 1);*/
    }

.commonTable {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.commonTableNoWidth {
    border-spacing: 0;
    border-collapse: collapse;
}

.common5PxHeightCell {
    height: 5px;
}

.common5PxWidthCell {
    width: 5px;
}

.centerAlignedCell {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.rightAlignedCell {
    text-align: right;
    vertical-align: middle;
    margin: 0 auto;
}

.leftAlignedCell {
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
}

.commonPageTitle {
    padding: 0px 0px 0px 40px;
    border-style: solid solid solid solid;
    border-width: 1px;
    margin-left: 0px;
    margin-right: auto;
    border-color: #ababab;
    font-family: sans-serif, serif, Arial, Verdana, Tahoma;
    text-transform: none;
    text-align: left;
    letter-spacing: 1px;
    background: url('img/header-bg.png') repeat-x left top;
    background-image: url('img/header-bg.png');
    height: 55px;
}

    .commonPageTitle h1 {
        text-transform: none;
        font-size: 25px;
        line-height: 1.42857143;
        color: #333;
        text-align: left;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .commonPageTitle span {
        display: block;
        font-size: 11px;
        line-height: 1.42857143;
        color: #333;
        text-shadow: 1px 1px 1px #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0.8;
    }

.commonFormBody {
    padding: 0px;
    border-width: 10px;
    border-style: solid solid solid solid;
    border-color: #e7e9ed;
    margin-left: 0px;
    margin-right: auto;
    /*background-color: #f7f7f7;*/
    background-color: #e7e9ed;
    height: auto;
}

.commonFormBodyGrayBg {
    padding: 0px;
    border-width: 10px;
    border-style: solid solid solid solid;
    border-color: #e7e9ed;
    margin-left: 0px;
    margin-right: auto;
    /*background-color: #f7f7f7;*/
    background-color: #e7e9ed;
    height: auto;
}

.commonTableFirstRowDiv {
    padding: 5px;
    border-width: 1px;
    border-style: solid solid none solid;
    border-color: rgba(0, 0, 0, 0.3);
    margin-left: 0px;
    margin-right: auto;
    /*background-color: #f7f7f7;*/
    background-color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.commonTableRowDiv {
    padding: 5px;
    border-width: 1px;
    border-style: none solid none solid;
    border-color: rgba(0, 0, 0, 0.3);
    margin-left: 0px;
    margin-right: auto; /*background-color: #f7f7f7;*/
    background-color: #ffffff;
}

.commonTableButtonRowDiv {
    padding: 10px 10px 0px 5%;
    border-width: 0px;
    border-style: none none none none;
    margin-left: 0px;
    margin-right: auto; /*background-color: #f7f7f7;*/
    background-color: #ffffff;
    vertical-align: middle;
}

.commonTableButtonRowLeftDiv {
    padding: 10px 10px 0px 10px;
    border-width: 0px;
    border-style: none none none none;
    margin-left: 0px;
    margin-right: auto; /*background-color: #f7f7f7;*/
    background-color: #ffffff;
    vertical-align: middle;
}

.commonTableButtonRowRightDiv {
    padding: 10px 10px 0px 10px;
    border-width: 0px;
    border-style: none none none none;
    margin-left: 0px;
    margin-right: auto; /*background-color: #f7f7f7;*/
    background-color: #ffffff;
    vertical-align: middle;
    text-align: right;
}

.commonTableIndividualRowDiv {
    padding: 5px;
    border-width: 1px;
    border-style: solid solid solid solid;
    border-color: rgba(0, 0, 0, 0.3);
    margin-left: 0px;
    margin-right: auto;
    background-color: #ffffff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.commonTableLastRowDiv {
    padding: 5px;
    padding-bottom: 20px;
    border-width: 1px;
    border-style: none solid solid solid;
    border-color: rgba(0, 0, 0, 0.3);
    margin-left: 0px;
    margin-right: auto;
    background-color: #ffffff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .commonTableLastRowDiv form {
        padding-bottom: 0px;
    }

.commonDataTableRowDiv {
    border-width: 1px;
    border-style: none none solid none;
    border-color: rgba(0, 0, 0, 0.3);
    margin-left: 0px;
    margin-right: auto;
    background-color: #ffffff;
}

.commonDataHeaderRow {
    color: #333 !important;
    border-bottom: solid thin rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-weight: bold;
    font-size: 17px;
}

    .commonDataHeaderRow i {
        color: #666;
        margin-right: 5px;
        font-size: inherit;
        text-rendering: auto;
    }

        .commonDataHeaderRow i:before {
            content: "\f111";
            font: normal normal normal 14px/1 FontAwesome;
        }

.commonDataTable {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-spacing: 0;
    border-collapse: collapse;
    width: calc(100% - 20px);
}

    .commonDataTable tr th {
        color: #333;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        text-align: left;
        padding: 7px;
        border-bottom: 2px solid #ddd;
        font-size: 13px !important;
    }

    .commonDataTable tr td {
        color: rgba(0, 0, 0, 0.8) !important;
        position: relative;
        text-decoration: none;
        text-align: left;
        padding: 7px;
        border-bottom: solid thin rgba(0, 0, 0, 0.13);
        font-size: 12px !important;
    }

        .commonDataTable tr td.lightGray {
            color: #989898 !important;
            font-size: 10px !important;
        }

            .commonDataTable tr td.lightGray a {
                cursor: pointer;
                color: #989898;
                text-decoration: underline;
                white-space: nowrap;
                border-style: none;
            }

        .commonDataTable tr td.nodataFound {
            text-align: center;
            padding: 20px;
            border-bottom: none;
        }

        .commonDataTable tr td.noBorder {
            border-bottom: none;
        }

        .commonDataTable tr td.hairLineTopBorder {
            border-top: solid thin rgba(0, 0, 0, 0.03);
        }

        .commonDataTable tr td div.timer {
            background-repeat: no-repeat;
            background-position: left center;
            height: 30px;
            z-index: -1;
            vertical-align: bottom;
            padding: 7px;
            padding-top: 7px;
            padding-right: 7px;
            padding-bottom: 7px;
            padding-left: 30px !important;
            color: rgba(0, 0, 0, 0.8) !important;
            text-decoration: none;
            text-align: left;
            font-size: 12px !important;
        }

        .commonDataTable tr td div.greenTimer {
            background-image: url('../images/timer-green.gif');
        }

        .commonDataTable tr td div.yellowTimer {
            background-image: url('../images/timer-yellow.gif');
        }

        .commonDataTable tr td div.orangeTimer {
            background-image: url('../images/timer-orange.gif');
        }

        .commonDataTable tr td div.redTimer {
            background-image: url('../images/timer-red.gif');
        }

        .commonDataTable tr td.progress {
            background-repeat: no-repeat;
            background-position: 4px bottom;
        }

        .commonDataTable tr td.greenProgress {
            background-image: url('../images/progress-green.gif');
        }

        .commonDataTable tr td.yellowProgress {
            background-image: url('../images/progress-yellow.gif');
        }

        .commonDataTable tr td.orangeProgress {
            background-image: url('../images/progress-orange.gif');
        }

        .commonDataTable tr td.redProgress {
            background-image: url('../images/progress-red.gif');
        }
/*.commonDataTable tr:hover td.progress {
        background-repeat: no-repeat;
        background-position: left bottom -2px;
    }

    .commonDataTable tr:hover td.greenProgress {
        background-image: url('../images/progress-green.gif');
    }

    .commonDataTable tr:hover td.yellowProgress {
        background-image: url('../images/progress-yellow.gif');
    }

    .commonDataTable tr:hover td.orangeProgress {
        background-image: url('../images/progress-orange.gif');
    }

    .commonDataTable tr:hover td.redProgress {
        background-image: url('../images/progress-red.gif');
    }*/

.dashboardBox {
    float: left;
    margin-left: 4%;
    height: 130px;
    width: 20%;
    border: solid 1px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 2px #000000, 0 0 2px #000000;
}

    .dashboardBox span:nth-child(1) {
        margin-top: 25px;
        font-size: 20px;
        display: block;
    }

    .dashboardBox span:nth-child(2) {
        font-size: 15px;
        display: block;
    }

    .dashboardBox a:nth-child(3) {
        font-size: 15px;
        display: block;
        padding-bottom: 10px;
        margin-top: 15px;
        color: #ffffff;
        text-shadow: 0 0 2px #000000, 0 0 2px #000000;
        height: 30px;
        width: 100%;
        text-align: left;
        text-transform: none;
        text-decoration: none;
    }

        .dashboardBox a:nth-child(3):hover {
            background-color: rgba(3, 54, 100, 0.38);
            text-shadow: 0 0 2px #286090, 0 0 2px #286090;
        }

            .dashboardBox a:nth-child(3):hover .dashboardBoxActionIcon {
                visibility: visible;
            }

    .dashboardBox img:nth-child(1) {
        margin-top: 8px;
        float: right;
        margin-right: 10px;
        visibility: hidden;
    }

.balance-dash-cell {
    background-position: left center;
    background-image: url('../images/dashboard/money.png');
    background-repeat: no-repeat;
    border: 1px solid #128909;
    /*background-color: rgba(26, 185, 11, 0.18);*/
    background-color: rgba(18, 137, 9, 0.64);
}

.total-orders-dash-cell {
    background-position: left center;
    background-image: url('../images/dashboard/cart.png');
    background-repeat: no-repeat;
    border: 1px solid #0f4975;
    /*background-color: rgba(57, 153, 225, 0.52);*/
    background-color: rgba(0, 126, 255, 0.52);
}

.pending-orders-dash-cell {
    background-position: left center;
    background-image: url('../images/dashboard/clock.png');
    background-repeat: no-repeat;
    border: 1px solid #0f4975;
    /*background-color: rgba(211, 173, 0, 0.49);*/
    background-color: rgba(230, 189, 2, 0.55);
}

.processing-orders-dash-cell {
    background-position: left center;
    background-image: url('../images/dashboard/process.png');
    background-repeat: no-repeat;
    border: 1px solid #0f4975;
    /*background-color: rgba(211, 173, 0, 0.49);*/
    background-color: rgba(222, 106, 17, 0.74);
}

.reopened-orders-dash-cell {
    background-position: left center;
    background-image: url('../images/dashboard/reopen.png');
    background-repeat: no-repeat;
    border: 1px solid #0f4975;
    /*background-color: rgba(211, 173, 0, 0.49);*/
    background-color: rgba(99, 0, 33, 0.74);
}

.dataBoxHeader {
    background: url('img/imgBoxHeader.png') repeat-x left top;
    background-image: url('img/imgBoxHeader.png');
    margin: 0px;
    padding: 0 0 0 0;
    height: 28px;
    line-height: 26px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.requiredStar {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #ff220e;
    font-weight: bold;
    padding-left: 3px;
    margin-top: 10px;
}

/*Text Fields*/

.smallTextWhite {
    font-size: 9px;
    color: #ffffff;
    white-space: nowrap;
}

.smallTextWhiteBold {
    font-size: 9px;
    color: #ffffff;
    white-space: nowrap;
    font-weight: bold;
}

.mediumTextGray {
    font-size: 11px;
    color: #484848;
}

.largeTextGray {
    font-size: 12px !important;
    color: #484848 !important;
}

.xLargeTextGray {
    font-size: 13px !important;
    color: #484848 !important;
}

.largeTextLightGray {
    font-size: 12px;
    color: #989898;
}

.mediumTextLightGray {
    font-size: 11px;
    color: #989898;
}

.mediumTextGreen {
    font-size: 11px;
    white-space: nowrap;
    color: #006600;
}

.mediumTextBlueBold {
    font-size: 11px;
    white-space: nowrap;
    font-weight: bold;
    color: #003399;
}

.mediumTextBlue {
    font-size: 11px;
    white-space: nowrap;
    color: #003399;
}

.largeTextBlueBold {
    font-size: 13px;
    white-space: nowrap;
    font-weight: bold;
    color: #003399;
}

.largeTextBlue {
    font-size: 13px;
    white-space: nowrap;
    color: #003399;
}

.mediumTextRed {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #ff220e;
}

.mediumTextRedBold {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #ff220e;
    font-weight: bold;
}

.largeTextRedBold {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #ff220e;
    font-weight: bold;
}

.largeTextRed {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #ff220e;
}

.mediumTextGreenBold {
    font-size: 11px;
    white-space: nowrap;
    color: #006600;
    font-weight: bold;
}

.mediumTextGrayBold {
    font-size: 11px;
    color: #484848;
    font-weight: bold;
}

.mediumTextWhiteBold {
    font-size: 11px;
    color: #ffffff;
    white-space: nowrap;
    font-weight: bold;
}

.largeTextWhiteBold {
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    font-weight: bold;
}

.mediumTextBlack {
    font-size: 11px;
    color: #000000;
    white-space: nowrap;
}

.largeTextBlackBold {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
}

.mediumTextBlackWrap {
    font-size: 11px;
    color: #000000;
    line-height: 15px;
}

.largeTextBlackBoldWrap {
    font-size: 13px;
    /*font-weight:bold;*/
    color: #000000;
    line-height: 15px;
}

.largeTextBlackNoWrap {
    font-size: 13px;
    white-space: nowrap;
    color: #000000;
    line-height: 15px;
}

.mediumTextBlackBold {
    font-size: 11px;
    color: #000000;
    white-space: nowrap;
    font-weight: bold;
}

.largeTextGrayBold {
    font-size: 14px;
    color: #484848;
    font-weight: bold;
}

.errorText {
    font-size: 14px;
    color: #ff220e;
    font-weight: bold;
}

.successText {
    font-size: 14px;
    color: #229301;
    font-weight: bold;
}

.noWrapText {
    white-space: nowrap;
}

/*Text Fields - End*/

/*Input Boxes*/

.extraShortInputBox {
    width: 20px;
}

.shortInputBox {
    width: 50px;
}

.mediumShortInputBox {
    width: 90px;
}

.mediumInputBox {
    width: 120px;
}

.longInputBox {
    width: 180px;
}

.extraLongInputBox {
    width: 220px;
}

.xLongInputBox {
    width: 300px;
}

.xLongInputBoxMedium {
    width: 330px;
}


.xxLongInputBox {
    width: 400px;
}

.readOnlyInputBox {
    border: 1px solid #919191;
    background-color: #DDDDDD;
}

.commonLink {
    cursor: pointer;
    padding: 5px;
    color: #000000;
    font-size: 11px;
    color: #274775;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
    white-space: nowrap;
    border-style: none;
    margin-left: 10px;
}

    .commonLink.large {
        font-size: 14px !important;
    }

    .commonLink.tiny {
        font-size: 9px !important;
    }

    .commonLink.noLeftPadding {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

.commonLinkWrap {
    cursor: pointer;
    color: #000000;
    font-size: 11px;
    color: #274775;
    text-decoration: underline;
    white-space: nowrap;
    border-style: none;
}

.commonLinkButtonWrap {
    cursor: pointer;
    font-size: 11px;
    color: #274775;
    text-decoration: underline;
    white-space: nowrap;
    border-style: none;
    margin-right: 15px;
}

    .commonLinkButtonWrap:hover,
    .commonLinkButtonWrap:focus {
        color: #108ae6;
        text-decoration: none;
    }

    .commonLinkButtonWrap.orderTracking {
        padding-left: 25px;
        background-image: url('../images/buttons/progress-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.viewDetail {
        padding-left: 25px;
        background-image: url('../images/buttons/details-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.viewOrderLog {
        padding-left: 25px;
        background-image: url('../images/buttons/log-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.completePayment {
        padding-left: 25px;
        background-image: url('../images/buttons/pay-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.updateOrder {
        padding-left: 25px;
        background-image: url('../images/buttons/edit-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.pickupOrder {
        padding-left: 25px;
        background-image: url('../images/buttons/pickup-order-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.completePayPalPayment {
        padding-left: 25px;
        background-image: url('../images/buttons/paypal-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.viewDepositLog {
        padding-left: 25px;
        background-image: url('../images/buttons/log-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.attachment {
        padding-left: 30px;
        background-image: url('../images/buttons/attachment.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.delete {
        padding-left: 30px;
        background-image: url('../images/buttons/delete-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.unTick {
        padding-left: 30px;
        background-image: url('../images/buttons/untick-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.deleteSmall {
        padding-left: 30px;
        background-image: url('../images/buttons/delete-tiny.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.resetSmall {
        padding-left: 25px;
        background-image: url('../images/buttons/reset-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.download {
        padding-left: 15px;
        background-image: url('../images/buttons/download-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.upload {
        padding-left: 15px;
        background-image: url('../images/buttons/upload-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.openFile {
        padding-left: 30px;
        background-image: url('../images/buttons/open-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.permission {
        padding-left: 25px;
        background-image: url('../images/buttons/permission.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.tickSmall {
        padding-left: 30px;
        background-image: url('../images/buttons/tick-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .commonLinkButtonWrap.login {
        padding-left: 25px;
        background-image: url('../images/buttons/login-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.forgotPassword {
        padding-left: 25px;
        background-image: url('../images/buttons/forgot-password.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.register {
        padding-left: 25px;
        background-image: url('../images/buttons/register-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.openLink {
        margin-left: 5px;
        padding-left: 25px;
        background-image: url('../images/buttons/open-link-small.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .commonLinkButtonWrap.orderCompleted {
        padding-left: 27px;
        background-image: url('../images/buttons/order-completed.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.headerProfile {
    float: right;
    vertical-align: middle;
}

    .headerProfile a.userName {
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        text-decoration: none;
        white-space: nowrap;
        border-style: none;
        top: 35px;
        right: 60px;
        position: absolute;
        cursor: pointer;
    }

        .headerProfile a.userName:hover {
            color: #0070ac;
            text-decoration: underline;
        }

    .headerProfile div.profileImageBorder {
        -webkit-background-size: 46px 46px;
        background-size: 46px 46px;
        background-color: #052557;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
        margin-right: 5px;
        overflow: hidden;
        position: relative;
        height: 46px;
        width: 46px;
        z-index: 0;
        cursor: pointer;
    }

    .headerProfile div.profileImage {
        -webkit-background-size: 42px 42px;
        background-size: 42px 42px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-collapse: separate;
        display: block;
        margin: 2px;
        overflow: hidden;
        position: relative;
        height: 42px;
        width: 42px;
        z-index: 0;
    }

    .headerProfile div.profileImageBorder:hover {
        background-color: #0070ac; /*88b4fa*/
    }

    .headerProfile div.imageHolder {
        float: right;
        height: 44px;
    }

    .headerProfile div.buttonHolder {
        float: right;
        margin-top: 15px;
        height: 15px;
    }
/*Input Boxes - End*/

/*Buttons*/

.imageButtonMedium {
    width: 102px;
    height: 40px;
}

.imageButtonLong {
    width: 146px;
    height: 40px;
}

.imageButtonImg {
    border-style: none;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 0px;
    padding: 0px;
}

.dark-blue-button-img {
    display: inline-block;
    cursor: pointer;
    border: 0 none;
    background: transparent;
    margin-right: 5px;
    vertical-align: middle;
    text-align: left;
    margin-top: 5px;
}

    .dark-blue-button-img :hover {
        background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
        background-color: #28739E;
    }

/*.sf-button.dd {
    -webkit-appearance: button;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    float: right !important;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    margin-bottom: 25px !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.pay-pal-button {
    background-color: #ffc439 !important;
    color: #000000 !important;
    border-color: #dfac31 !important;
    vertical-align:middle !important;
}

    .pay-pal-button span {
        background-image: url('../images/buttons/paypal-small.png');
        background-position-x :left;
        background-position-y:center;
        background-repeat : no-repeat;
        padding-top:2px;
        padding-left:25px;
        padding-bottom:2px;
    }

    .pay-pal-button:hover {
        background-color: #ffc439 !important;
        color: #000000 !important;
        border-color: #dfac31 !important;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    /*background-color: #5786ae;*/
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

    .btn-primary.image {
        padding-left: 5px !important;
    }

    .btn-primary.image.close span {
        background-image: url('../images/buttons/close-circle.png');
        background-repeat:no-repeat;
        background-position-x:left;
        background-position-y:center;
        padding-left:34px;
        padding-top:5px;
        padding-bottom:5px;
    }


.secondary-action-button,
.secondary-action-button:hover {
    background-color: #f9f9f9 !important;
    border-color: #a7a7a7 !important;
    color: #4e4c4d !important;
}

.pull-left {
    padding-right: 10px;
    float: left !important;
}

.mb-xl {
    margin-bottom: 25px !important;
}

/*Buttons - End*/

.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #353535;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Arial,Helvetica,sans-serif;
    transition: all 0.1s ease;
}

.form-control-d1 {
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    /*color: #555;*/
    color: #353535;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15); /*#ccc*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Arial,Helvetica,sans-serif;
    transition: all 0.1s ease;
}

.form-control-d2 {
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #353535;
    background-color: #e9e9e9;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Arial,Helvetica,sans-serif;
    transition: all 0.1s ease;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 6px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .input-lg[disabled] {
        background-color: #e0e0e0;
    }

.summary-label {
    /*float: left;*/
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.8) !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #8D8D8D;
}

.summary-list {
    list-style-type: none;
    border-style: none;
}

    .summary-list li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

/*Amount List */


.amountList {
}

    .amountList li {
        /*padding: 0px;
        margin: 0px;
        float: left;
        min-width: 5%;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 19px;*/
    }

.amountListButton {
    text-align: center;
    padding: 7px 15px 7px 15px;
    display: inline;
    border-right: 0px;
    text-decoration: none;
    transition: 0.2s;
    color: #0B84FE;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /*float: left;*/
    min-width: 10%;
    border-style: solid none solid solid;
    border-width: 1px 0px 1px 1px;
    border-color: #e2e2e2;
    height: 30px;
}

.amountListButtonLast {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #e2e2e2;
}

.amountListButton:hover {
    background: #0085ff;
    color: #FFF;
}

.amountListButtonActive {
    background: #0085ff;
    color: #FFF;
}

/*Amount List - End */

/*File uploader*/

.fileUploadWrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: calc(20% + 10px);
    width: 420px;
}

    .fileUploadWrapper button {
        border: 2px solid gray;
        color: #FFFFFF;
        background-color: #0085ff;
        padding: 8px 20px;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: 4px;
        font-size: 14px;
        font-weight: bold;
        width: 420px;
    }

    .fileUploadWrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 420px;
    }

    .fileUploadWrapper span {
        float: left;
        margin-top: 10px;
        color: #353535;
    }

.fileUploadWrapperRightAligned {
    position: relative;
    overflow: hidden;
    display: inline;
    /*margin-left: calc(20% + 10px);*/
    /*width: 420px;*/
    float: right;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
}

    .fileUploadWrapperRightAligned a {
        cursor: pointer;
        padding: 5px;
        color: #000000;
        font-size: 11px;
        color: #274775;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: underline;
        white-space: nowrap;
        border-style: none;
        margin-left: 10px;
    }

    .fileUploadWrapperRightAligned input[type=file] {
        cursor: pointer;
        font-size: 40px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 280px;
    }

    .fileUploadWrapperRightAligned span {
        float: left;
        margin-top: 10px;
        color: #353535;
    }


/*

    */

.fileChooseWrapper {
    position: relative;
    overflow: hidden;
    display: inline;
    /*margin-left: calc(20% + 10px);*/
    /*width: 420px;*/
    float: left;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
}

    .fileChooseWrapper a {
        cursor: pointer;
        padding: 5px;
        color: #000000;
        font-size: 11px;
        color: #274775;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: underline;
        white-space: nowrap;
        border-style: none;
        margin-left: 10px;
    }

    .fileChooseWrapper input[type=file] {
        cursor: pointer;
        font-size: 40px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 300px;
    }

    .fileChooseWrapper input[type=button],
    .fileChooseWrapper input[type=submit] {
        float: left;
    }

    .fileChooseWrapper input[type=button] {
        margin-left: 5px;
    }

    .fileChooseWrapper span {
        float: left;
        margin-top: 10px;
        color: #353535;
    }

/**/

.LightBlueButton {
    border: 2px solid gray;
    color: #FFFFFF;
    background-color: #0085ff;
    padding: 8px 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}

/*File uploader - End*/


/*Order History*/

.orderLogDataTable {
}

    /*.orderLogDataTable tr td div.start {
        border: 1px solid #204d74;
        border-radius: 25px;
        background-color: rgba(141, 141, 141, 0.94);
        height: auto !important;
        text-align: left;
        vertical-align: middle;
        padding-top: 10px;
    }*/

    .orderLogDataTable tr td div.start {
        border: 1px solid #204d74;
        border-radius: 25px;
        background-color: rgba(132, 138, 139, 0.18);
        height: auto !important;
        text-align: left;
        vertical-align: middle;
        padding-top: 10px;
    }

    .orderLogDataTable tr td div label {
        clear: both;
    }

        /*.orderLogDataTable tr td div label.seperator {
            border-bottom: 1px solid #bbbbbb;
        }*/

        .orderLogDataTable tr td div label.seperator {
            border-bottom: 1px solid #ffffff;
        }

        .orderLogDataTable tr td div label span.commonHeader {
            font-weight: bold;
            float: left;
            width: 110px;
            text-align: right;
            padding-right: 10px;
            margin-top: 10px;
            font-family: 'Fira Sans', tahoma !important;
        }

        /*.orderLogDataTable tr td div label span.mainHeader {
            color: #FFFFFF;
            font-size: 15px;
        }*/

        .orderLogDataTable tr td div label span.mainHeader {
            color: #204d74;
            font-size: 15px;
        }

        .orderLogDataTable tr td div label span.header {
            color: #000000;
            font-size: 13px;
        }

        .orderLogDataTable tr td div label span.dataLabel {
            margin: auto;
            margin-top: 10px;
            float: left;
        }

        .orderLogDataTable tr td div label span.data {
            color: #000000;
            font-size: 13px;
        }

    .orderLogDataTable tr td.downArrow {
        height: 50px;
        background-position: center center;
        background-image: url('../images/down-arrow.png');
        background-repeat: no-repeat;
    }


/*Order History - End*/

/*Order Tracking - Summary*/

.orderTrackingSummary {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-spacing: 0;
    border-collapse: collapse;
    width: calc(100% - 20px);
}

    .orderTrackingSummary tr th {
        color: #000000;
        font-weight: bold;
        font-size: 12px !important;
        text-align: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 5px;
        border-style: solid none solid none;
        border-width: 1px 0px 1px 0px;
        border-bottom-color: #f1f1f1;
        border-top-color: #f1f1f1;
    }

    .orderTrackingSummary tr:first-child th {
        color: #000000;
        font-weight: bold;
        font-size: 18px !important;
        border-top-style: none !important;
    }

        .orderTrackingSummary tr:first-child th p.deleveryDate {
            margin-top: 5px !important;
            margin-left: 5px !important;
            color: rgba(0, 0, 0, 0.8) !important;
            font-weight: bold;
            font-size: 12px !important;
            border-top-style: none !important;
        }

    .orderTrackingSummary tr td {
        border-style: solid none solid none;
        border-width: 1px 0px 1px 0px;
        font-size: 12px !important;
        text-align: left;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top-color: #f1f1f1;
        border-bottom-color: #f1f1f1;
    }

    .orderTrackingSummary tr:first-child td {
        text-align: right;
        color: rgba(0, 0, 0, 0.8) !important;
        font-weight: bold;
        font-size: 25px !important;
        border-top-style: none !important;
    }

    .orderTrackingSummary tr td a {
        cursor: pointer;
        font-size: 12px !important;
        color: #274775;
        text-decoration: underline;
        white-space: nowrap;
        border-style: none;
    }

    .orderTrackingSummary .lightGray {
        color: #989898 !important;
    }

.orderTrackingNote {
    margin: 10px;
    display: inline-block;
    min-height: 200px;
    width: calc(100% - 20px);
    font-size: 13px;
    border-radius: 6px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #353535;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Arial,Helvetica,sans-serif;
    transition: all 0.1s ease;
    outline-style: none;
    white-space: pre-line;
    word-wrap: break-word;
}

/*Order Tracking - Summary - End*/

/*Additional info Pane*/

.additionalInfo {
}

    .additionalInfo a.acc_trigger {
        padding: 0;
        margin: 0 0 5px 0;
        font-weight: normal;
        float: left;
        margin-bottom: 0;
        background-position: left center;
        text-decoration: none;
        display: block;
        padding: 5px 0 5px 25px;
        background-image: url('../images/buttons/plus-sign-in-circle-small.png');
        background-repeat: no-repeat;
    }

        .additionalInfo a.acc_trigger.active {
            color: rgb(47, 119, 223);
            background-image: url('../images/buttons/negative-sign-inside-circle-small.png');
            background-position: left center;
            background-repeat: no-repeat;
        }

    .additionalInfo div.acc_container {
        margin: 10px 0 5px 0;
        padding: 0;
        overflow: hidden;
        font-size: 1.2em;
        width: auto;
        clear: both;
        background: rgba(251, 251, 251, 0.4);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-top: none;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(214, 214, 214, 0.5);
        text-align: left;
    }

        .additionalInfo div.acc_container div.block {
            padding: 10px;
        }

/*Additional info Pane - End*/

/*Order History Responses*/

.orderHistoryResponses {
}

    .orderHistoryResponses.noTopBorder {
        border-top-style: none !important;
    }

    .orderHistoryResponses.noBottomBorder {
        border-bottom-style: none !important;
    }

    .orderHistoryResponses.noBorder {
        border-style: none !important;
    }

    .orderHistoryResponses table.responseEntry {
        border-spacing: 0;
        border-collapse: collapse;
        width: calc(100% - 20px);
        margin: 10px;
        border-width: 1px;
        border-style: solid;
    }

    .orderHistoryResponses.pickup {
        border-width: 1px 0px 1px 0px;
        border-style: solid none solid none;
        border-color: rgba(0, 0, 0, 0.3);
    }

    .orderHistoryResponses.pickupNoTopBorder {
        border-top-style: none !important;
    }

    .orderHistoryResponses.pickupNoBottomBorder {
        border-bottom-style: none !important;
    }

    .orderHistoryResponses.pickupNoBorder {
        border-style: none !important;
    }

    .orderHistoryResponses div.pickupSeperator {
        outline: 10px solid #e7e9ed !important;
    }

    .orderHistoryResponses table.pickup {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

        .orderHistoryResponses table.pickup tr:first-child td {
            background-color: #f7f7f7 !important;
            padding: 20px !important;
            text-align: center !important;
            border-color: #848484 !important;
            border-style: solid !important;
            border-width: 1px !important;
        }

            .orderHistoryResponses table.pickup tr:first-child td h3 {
                font-size: 13px !important;
                font-weight: bold !important;
                color: #465153 !important;
                text-transform: uppercase;
                padding: 15px;
            }

            .orderHistoryResponses table.pickup tr:first-child td a {
                cursor: pointer;
                color: #000000;
                font-size: 11px !important;
                color: #274775;
                text-decoration: underline;
                white-space: nowrap;
                border-style: none;
            }

    .orderHistoryResponses.deliver {
        border-width: 1px 0px 1px 0px;
        border-style: solid none solid none;
        border-color: rgba(0, 0, 0, 0.3);
    }

    .orderHistoryResponses.deliverNoTopBorder {
        border-top-style: none !important;
    }

    .orderHistoryResponses.deliverNoBottomBorder {
        border-bottom-style: none !important;
    }

    .orderHistoryResponses.deliverNoBorder {
        border-style: none !important;
    }

    .orderHistoryResponses div.deliverSeperator {
        outline: 10px solid #e7e9ed !important;
    }

    .orderHistoryResponses table.deliver {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

        .orderHistoryResponses table.deliver tr:first-child td {
            background-color: #f7f7f7 !important;
            padding-left: 10px !important;
            padding-right: 0px !important;
            padding-top: 20px !important;
            padding: 20px !important;
            text-align: center !important;
            border-color: #848484 !important;
            border-style: solid !important;
            border-width: 1px !important;
        }

            .orderHistoryResponses table.deliver tr:first-child td h3 {
                font-size: 13px !important;
                font-weight: bold !important;
                color: #465153 !important;
                text-transform: uppercase;
                padding: 15px;
            }

            .orderHistoryResponses table.deliver tr:first-child td a {
                cursor: pointer;
                color: #000000;
                font-size: 11px !important;
                color: #274775;
                text-decoration: underline;
                white-space: nowrap;
                border-style: none;
            }

    /*.orderHistoryResponses table.deliver tr:first-child td table.deliveryNote {
                margin-top: 5px !important;
                text-align: left !important;
            }

                .orderHistoryResponses table.deliver tr:first-child td table.deliveryNote tr td.lightGray {
                    color: #2D77A2 !important;
                    font-size: 11px !important;
                }

                    .orderHistoryResponses table.deliver tr:first-child td table.deliveryNote tr td.lightGray a {
                        cursor: pointer;
                        color: #2D77A2;
                        text-decoration: underline;
                        white-space: nowrap;
                        border-style: none;
                    }*/

    .orderHistoryResponses table.user {
        border-color: rgba(7, 54, 119, 0.36);
    }

    .orderHistoryResponses table.sd {
        border-color: rgba(6, 102, 46, 0.36);
    }

    .orderHistoryResponses table.responseEntry tr:first-child td:first-child {
        padding: 5px;
        width: 70px;
    }

    .orderHistoryResponses table.responseEntry tr:first-child td:nth-child(2) {
        padding: 10px;
        vertical-align: bottom;
    }

        .orderHistoryResponses table.responseEntry tr:first-child td:nth-child(2) a {
            cursor: pointer;
            color: #000000;
            font-size: 12px !important;
            color: #274775;
            text-decoration: underline;
            white-space: nowrap;
            border-style: none;
        }

    .orderHistoryResponses table.responseEntry tr:nth-child(2) td:nth-child(2) {
        padding: 10px;
        vertical-align: top;
    }

    .orderHistoryResponses table.responseEntry tr:nth-child(3) td:nth-child(2) {
        padding: 10px;
        vertical-align: top;
    }

    .orderHistoryResponses table.user tr:first-child td {
        background-position: top;
        background-image: url('../images/histor-response-user-bg.png');
        background-repeat: repeat-x;
    }

    .orderHistoryResponses table.sd tr:first-child td {
        background-position: top;
        background-image: url('../images/histor-response-sd-bg.png');
        background-repeat: repeat-x;
    }

    .orderHistoryResponses table.sd tr td.lightGray {
        color: #2D77A2 !important;
        font-size: 11px !important;
    }

        .orderHistoryResponses table.sd tr td.lightGray a {
            cursor: pointer;
            color: #2D77A2;
            text-decoration: underline;
            white-space: nowrap;
            border-style: none;
        }

    .orderHistoryResponses div.hLine {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(224, 224, 224);
        margin: 10px;
        width: calc(100% - 20px);
    }

    .orderHistoryResponses.reOpen {
        border-width: 1px 0px 1px 0px;
        border-style: solid none solid none;
        border-color: rgba(0, 0, 0, 0.3);
    }

    .orderHistoryResponses.reOpenNoTopBorder {
        border-top-style: none !important;
    }

    .orderHistoryResponses.reOpenNoBottomBorder {
        border-bottom-style: none !important;
    }

    .orderHistoryResponses.reOpenNoBorder {
        border-style: none !important;
    }

    .orderHistoryResponses div.reOpenSeperator {
        outline: 10px solid #e7e9ed !important;
    }

    .orderHistoryResponses table.reOpen {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

        .orderHistoryResponses table.reOpen tr:first-child td {
            background-color: #f7f7f7 !important;
            padding-left: 10px !important;
            padding-right: 0px !important;
            padding-top: 20px !important;
            padding: 20px !important;
            text-align: center !important;
            border-color: #848484 !important;
            border-style: solid !important;
            border-width: 1px !important;
        }

            .orderHistoryResponses table.reOpen tr:first-child td h3 {
                font-size: 13px !important;
                font-weight: bold !important;
                color: #465153 !important;
                text-transform: uppercase;
                padding: 15px;
            }

            .orderHistoryResponses table.reOpen tr:first-child td a {
                cursor: pointer;
                color: #000000;
                font-size: 11px !important;
                color: #274775;
                text-decoration: underline;
                white-space: nowrap;
                border-style: none;
            }

/*Order History Responses - End*/

/*Buyer Feedback*/

.buyerFeedback {
}

    .buyerFeedback table.ratingContainer {
        margin-top: 15px !important;
        margin: 5px 15px 5px 15px;
    }

        .buyerFeedback table.ratingContainer td.fbRating {
            padding-left: 15px;
            height: 35px !important;
            width: 40%;
        }

        .buyerFeedback table.ratingContainer td.bottomBorder {
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #f3f3f3;
        }

        .buyerFeedback table.ratingContainer td.fbRating label span.description {
            font-size: 11px !important;
            display: block !important;
            color: #989898 !important;
        }

        .buyerFeedback table.ratingContainer thead tr th {
            font-size: 13px !important;
            color: #465153 !important;
            text-transform: uppercase;
            padding: 10px;
        }

    .buyerFeedback p.instructions {
        clear: both;
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }



/*Buyer Feedback - End*/


/*SD Feedback*/

.sdFeedback {
}

    .sdFeedback table.ratingContainer {
        margin-top: 15px !important;
        margin: 5px 15px 5px 15px;
    }

        .sdFeedback table.ratingContainer td.fbRating {
            padding-left: 15px;
            height: 35px !important;
            width: 40%;
        }

        .sdFeedback table.ratingContainer td.bottomBorder {
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #f3f3f3;
        }

        .sdFeedback table.ratingContainer td.fbRating label span.description {
            font-size: 11px !important;
            display: block !important;
            color: #989898 !important;
        }

        .sdFeedback table.ratingContainer thead tr th {
            font-size: 13px !important;
            color: #465153 !important;
            text-transform: uppercase;
            padding: 10px;
        }

    .sdFeedback p.instructions {
        clear: both;
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }



/*SD Feedback - End*/


/*Page header summary */

.pageHeaderSummary {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-spacing: 0;
    border-collapse: collapse;
    width: calc(100% - 20px);
}

    .pageHeaderSummary tr th {
        color: #000000;
        font-weight: bold;
        font-size: 12px !important;
        text-align: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 5px;
        border-style: solid none solid none;
        border-width: 1px 0px 1px 0px;
        border-bottom-color: #f1f1f1;
        border-top-color: #f1f1f1;
    }

    .pageHeaderSummary tr:first-child th {
        color: #000000;
        font-weight: bold;
        font-size: 18px !important;
        border-top-style: none !important;
    }

/*Page header summary - end */

/* My Profile */

.myProfile {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

    .myProfile td:first-child {
        width: 66%;
    }

    .myProfile td:nth-child(2) {
        width: 10px;
    }

    .myProfile td:nth-child(3) {
        vertical-align: top;
        text-align: left;
    }

        .myProfile td:nth-child(3) div.profileContent {
            width: 240px;
            border-left-style: solid;
            border-width: 1px;
            border-color: #e0e0e0;
            padding-left: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
            vertical-align: top;
            text-align: center;
        }

        .myProfile td:nth-child(3) p {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .myProfile td:nth-child(3) a {
            float: left;
            padding-top: 10px;
            margin-left: 0px;
        }

/* My Profile - end */
