@media only screen and (min-width: 768px) {
    .orderRequest {
        padding: 0 30px;
    }

    .orderRequest table.order-summary.basket .price.large {
        font-size: 28px;
        font-weight: 300;
        display: block;
        margin-bottom: 10px;
        text-align: right;
    }

    .orderRequest table.order-summary.basket .priceTotal.large {
        font-size: 28px;
        font-weight: 300;
        display: block;
        margin-bottom: 10px;
    }

    .totalPriceLabelContainer {
        text-align: right;
        padding-top: 13px;
        padding-right: 0px;
        border-spacing: 0;
    }

    .totalPriceLabel {
        padding: 10px;
        border-top: 5px solid #fff;
        background-color: #ececec;
        font-weight: bold;
    }

}

.productDetails{
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .profile-page .formRow > div + div {
        margin-top: 16px;
    }
    .profile-page .accountArea .detailsRow h3 {
        margin-right: 50px;
        width: 8%;
    }
    .orderRequest table tbody tr td {
        padding: 9px 5px;
    }

    .totalPriceLabelContainer {
        text-align: right;
        padding-top: 20px;
        padding-right: 0px;
        border-spacing: 0;
        border-top: 5px solid #fff;
    }

    .totalPriceLabel {
        padding: 10px;
        border-top: 5px solid #fff;
        background-color: #ececec;
        font-weight: bold;
    }

}

.orderRequest .back-next {
    text-align: right;
}
.orderRequest fieldset legend {
    font-size: 21px;
    font-weight: 300;
    padding: 0 10px;
    background: none;
}
.orderRequest fieldset {
    min-width: 0;
    margin: 20px 10px;
    padding: 15px;
    border: 1px solid #a9a9a9;
    border-radius: 0;
}

.orderRequest form label {
    font-size: 14px;
    font-weight: 300;
    margin: 25px 0 10px;
}
.orderRequest .inline-form-group {
    display: inline;
    margin-left: 10px;
}
.orderRequest .inline-form-row label {
    display: inline;
    margin: 10px 0;
}
.orderRequest .inline-form-row input {
    display: inline;
    margin: 10px 5px;
}
.orderRequest .inline-form-row input[type=checkbox] {
    margin: 0;
}
.orderRequest .inline-form-row input[type="radio"]:checked + label {font-weight: bold}
.orderRequest table.order-summary.basket {
    width: 100%;
}
.orderRequest table.order-summary.basket th {
    font-size: 14px;
    padding: 10px;
    /*font-weight: 300;*/
    text-align: left;
    background-color: #ececec;
}
.orderRequest table.order-summary.basket th:last-child {
    text-align: right;
}
.orderRequest table.order-summary.basket .small.vat {
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: right;
}
.orderRequest .panel {background-color: #e6e6e6; border: none; padding: 20px}

/* Table */

.orderRequest table.order-summary td.totals-row {
    padding: 0;
    border: 0 none;
}
.orderRequest table.order-summary table.totals {
    float: right;
    border: 0;
}
small.help-block:before {
    background-color: #f44336;
    color: #fff;
    content: "\f12a";
    display: inline-block;
    font-family: FontAwesome;
    left: -4px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 12px;
}
small.help-block {
    background-color: #ffcdd2;
    color: #4d4d4d;
    display: block;
    font-size: 11px;
    padding: 0 4px;
}
small.help-block.success:before {
    background-color: #5da423;
    color: #fff;
    content: "\f164";
    display: inline-block;
    font-family: FontAwesome;
}
small.help-block.success {
    background-color: #70C62A;
    color: #fff;
}
.order-summary dt {
    float: left;
    clear: left;
    font-weight: bold;
}
.order-summary dt:after {
    content: "\00a0";
}
.order-summary dd {
    float: left;
}

@media only screen and (max-width: 767px) {
    .orderRequest fieldset {margin-left: 0; margin-right: 0}
    form#searchForm {padding-left: 0; padding-right: 0}
    .orderRequest .inline-form-group {display: block; clear: both}
    .orderRequest .inline-form-row {margin-bottom: 10px}
    .orderRequest .inline-form-row label {display: inline !important; line-height: 150%; float: left; width: 85%; margin-top: 0}
    .orderRequest .inline-form-row input {display: inline !important; line-height: 150%}
    .orderRequest .inline-form-row input[type='radio'] {margin-top: 5px; width: 20px; float: left}
}

.breaker {
    clear: both;
}
/*************************************************************
Order Request Form:Add Purchased Order Document for US Country
*************************************************************/
/**file upload wrapper**/
#orderRequest .form-group .file-upload-section {
    height: 280px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(111, 111, 111, 0.3);
    box-sizing: border-box;
}

#orderRequest .form-group .file-upload-section .file-upload-wrapper {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='1' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#orderRequest .form-group .file-upload-section .file-upload-wrapper:hover {
    background-color: #6F6F6F0F;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%232B7AB5FF' stroke-width='1' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

#orderRequest .form-group .file-upload-section .file-upload-wrapper .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

#orderRequest .form-group .file-upload-section .file-upload-wrapper .file-upload-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#orderRequest .form-group .file-upload-section .file-upload-wrapper .file-upload-text .upload-icon {
    display: flex;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    align-items: center;
}

#orderRequest .form-group .file-upload-section .file-upload-wrapper .file-upload-text .upload-icon img{
    padding-right: 7px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#orderRequest .form-group .file-upload-section .file-upload-wrapper .file-upload-text p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 18px;
    font-size: 12px;
    color:  #4d4d4d;
    text-align: center;
}

/**file upload content**/
#orderRequest .form-group .file-upload-section .file-upload-content {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='1' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    display: none;
    padding: 20px 0;
}

#orderRequest .form-group .file-upload-section .file-upload-content:hover {
    background-color: #6F6F6F0F;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%232B7AB5FF' stroke-width='1' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-content-wrapper {
    width: 230px;
    height: 200px;
    margin: 0 auto;
    border: 1px solid rgba(34, 34, 34, 0.15);
    position: relative;
    background-color: #fff;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-content-wrapper .pdf-preview{
    width: 113px;
    height: 170px;
    margin: 15px auto;
    border: 0;
    display: flex;

}

#orderRequest .form-group .file-upload-section .file-upload-content .file-content-wrapper:hover .file-button-wrapper {
    display: block;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-content-wrapper .file-button-wrapper {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    left: 65px;
    top: 70px;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-button-wrapper .tooltip {
    position: relative;
    display: inline-block;
    background: none;
    padding: 0;
    border: none;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-button-wrapper .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-button-wrapper .tooltip .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 4px;
    position: absolute;
    z-index: 1;
    bottom: -67%;
    left: 125%;
    margin-left: -64px;
    opacity: 0;
    transition: opacity 0.3s;
    width: 76px
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-content-wrapper .file-pdf-wrapper {
    /*height: 113px;*/
    background: rgba(94, 94, 94, 0.85);
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}

#orderRequest .form-group .file-upload-section .file-upload-content .notification-message {
    background-color: #222;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    line-height: 19px;
    padding: 10px;
    text-align: left;
    margin-bottom: 0;
}

#orderRequest .form-group .file-upload-section .file-upload-content .notification-message .icon {
    max-width: 100%;
    height: auto;
    display: inline;
    vertical-align: text-top;
    margin-right: 5px;
}

#orderRequest .form-group .file-upload-section .file-upload-content .notification-message .success-text {
    color: #D5F7D0;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-button-wrapper .edit-file {
    margin-right: 15px;
    cursor: pointer;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-button-wrapper .remove-file {
    margin-left:  15px;
    cursor: pointer;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-size {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    line-height: 19px;
    padding: 10px 10px 5px;
    text-align: right;
    margin-bottom: 0;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-size span{
    font-weight: 300;
}

#orderRequest .form-group .file-upload-section .file-upload-content .file-name {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    line-height: 19px;
    padding: 5px  10px 10px;
    text-align: left;
    margin-bottom: 0;
}

@media only screen and (max-width: 320px) {
    #orderRequest .form-group .file-upload-section .file-upload-content .file-content-wrapper {
        width: 100%;
    }
}
