﻿
@font-face {
    font-family: 'Delivery';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/delivery/EOT/Delivery_W_Rg.eot") format("eot"), url("fonts/delivery/WOFF2/Delivery_W_Rg.woff2") format("woff2"), url("fonts/delivery/Desktop/Delivery_Rg.ttf") format("truetype");
}

@font-face {
    font-family: 'Delivery-Bold';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/delivery/EOT/Delivery_W_Bd.eot") format("eot"),url("fonts/delivery/WOFF2/Delivery_W_Bd.woff2") format("woff2"),url("fonts/delivery/WOFF/Delivery_W_Bd.woff") format("woff"), url("fonts/delivery/Desktop/Delivery_Bd.ttf") format("truetype");
}

@font-face {
    font-family: 'Delivery-Condensed-Blk';
    font-style: normal;
    font-weight: 900;
    src: url("fonts/delivery/EOT/Delivery_W_CdBlk.eot") format("eot"),url("fonts/delivery/WOFF2/Delivery_W_CdBlk.woff2") format("woff2"),url("fonts/delivery/WOFF/Delivery_W_CdBlk.woff") format("woff"), url("fonts/delivery/Desktop/Delivery_W_CdBlk.ttf") format("truetype");
}

a {
    color: #3279B7;
}

.navbar-brand {
    margin-top: 10px;
}

#title-page {
    height: 230px;
    background: transparent linear-gradient(20deg, #FFCC00 54%, #FFCC00 30%, #FFE57F 79%, #FFF0B2 100%) 0% 0% no-repeat padding-box;
    align-items: baseline;
}

#title-page .message {
    text-transform: uppercase;
    font-size: 40px;
    color: #D40511;
    font-family: Delivery-Condensed-Blk;
    top: 65px;
    position: relative;
}

.main-container {
    margin-top: 0px;
}

.button {
    background-color: #007C39;
}

.button-big {
    padding: 8px 35px;
    font-size: 1.6em;
    box-shadow:none;
}

button.disabled {
    background-color: #007C39;
}

.background-stripes {
    background-image: none;
}

.button-link, .button-link:hover {
    color: #007C39;
    border: 2px solid #007C39;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Delivery-Bold';
    padding: 4px 23px 6px 23px;
    position: relative;
    top: -18px;
}

.button-link.start-new {
    top: 30px;
    left: 15px;
}

.step-content {
    border-radius: 3px;
}

.step-content h3 {
    border-bottom: 1px solid #B8B8B8;
    padding: 22px 62px 19px 62px;
    font-family: Delivery-Bold;
    color: #161616;
}

.step-content h3 span {
    display: block;
    font-family: 'Delivery';
    font-size: 15px;
    left: -30px;
    top: 3px;
    position: relative;
}

.step-content .button {
    margin: 22px 20px 22px 0px;
}

#steps-visualizer-content {
    position: initial;
    right: initial;
    top: 0px;
    margin: 20px 0px;
}

.steps-visualizer .margin-right {
    margin-right: 99px;
}

.steps-visualizer {
    padding-top: 15px;
}

.title-icon {
    width: 34px;
    height: 34px;
    display: inline-block;
    position: relative;
    top: 22px;
    left: 25px;
    float: left;
}

.title-icon.home {
    background: url(/images/DHL/icon-edit.png);
}

.title-icon.items {
    background: url(/images/DHL/icon-items.png);
}

.title-icon.packages {
    background: url(/images/DHL/icon-package.png);
}

.title-icon.sender-address {
    background: url(/images/DHL/icon-location.png);
}

.title-icon.return-method {
    background: url(/images/DHL/icon-home.png);
}

.title-icon.return-label-ready {
    background: url(/images/DHL/icon-barcode.png);
}

label.field-name {
    font-size: 13px;
    letter-spacing: 0.39px;
    color: #161616;
    font-family: 'Delivery-Bold';
    text-transform: uppercase;
}

input {
    height: 30px;
    border-radius: 2px;
}

.row-content {
    padding: 26px 35px 42px 35px;
}

.border-top {
    border-top: 1px solid #B8B8B8;
    margin: 0px;
}

.error-message .field-validation-error {
    background: #fbe6e7;
    border-radius: 2px;
    position: absolute;
    padding: 5px 0 5px 25px;
    width: 96%;
}

.error-message span {
    color: #2C2C2C;
    text-align: left;
    letter-spacing: 0px;
    color: #2C2C2C;
    opacity: 1;
    font-size: 15px;
}

#OrderNumber-error:before {
    content: "\f06a";
    font-family: FontAwesome;
    left: 7px;
    position: absolute;
    top: 7px;
    color: #D40511;
}

.round {
    position: relative;
    border: 1px solid #B8B8B8;
    padding: 0px;
    width: 19px;
    height: 19px;
    border-radius: 2px;
}

.round span {
    left: 40px;
    top: -4px;
}

.round input[type="checkbox"]:checked + label {
    background-color: #FFCC00;
    border-color: #FFCC00;
    width: 19px;
    top: -1px;
    height: 19px;
    left: -1px;
}

.round label {
    background-color: #FFF;
    border-radius: 2px;
    cursor: pointer;
    height: 17px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 17px;
}

.round label:after {
    border-color: #161616;
    top: 5px;
    left: 4px;
}

.round-minor label:after {
    top: 6px;
}

.row-content-item {
    padding: 0px 0px 5px 10px;
}

.previous-returns-dropdownlist {
    height: 32px !important;
    border-color: lightgrey !important;
    outline: none;
}

    .previous-returns-dropdownlist:hover,
    .previous-returns-dropdownlist:active,
    .previous-returns-dropdownlist:focus,
    .previous-returns-dropdownlist:active:focus,
    .show > .previous-returns-dropdownlist.dropdown-toggle {
        color: #6c757d !important;
        background-color: #fff !important;
        border-color: lightgrey !important;
        outline: none !important;
        box-shadow: none !important;
    }

.previous-returns-dropdown-item {
    padding: 0px 7px 0px 7px;
}

    .previous-returns-dropdown-item:hover,
    .previous-returns-dropdown-item:focus {
        color: #212529;
        background-color: #fff;
    }

.reason-dropdownlist {
    padding-left: 5px;
    height: 32px;
}

#package-section-image {
    content: url(/images/DHL/measurement-guide.png);
    height: 140px;
    width: 210px;
}

#return-success-image {
    content: url(/images/DHL/badge-confirmed.png);
    height: 72px;
    width: 72px;
}

.instruction-return-icon {
    text-align: center;
}

.instruction-return-icon img {
    height: 40px;
    width: 40px;
}

.instruction-return-icon label {
    font-weight: 100;
}

#pack-items-image {
    content: url(/images/DHL/img-parcel.png);
}

#print-label-image {
    content: url(/images/DHL/img-barcode.png);
}

#send-package-image {
    content: url(/images/DHL/img-location.png);
}

.field-info.summary-address {
    width: 280px;
}

.field-info.tracking-message {
    font-family: Delivery-Bold;
    font-weight: 700;
}

.field-info.tracking-message .order-number {
    color: #D40511;
}

.font-weight-bold {
    font-family: Delivery-Bold;
    font-weight: 700;
}

.valid-address-indicator.valid, .valid-address-indicator.invalid {
    color: #00652F;
    border: 1px solid #2A6335;
    border-radius: 2px;
    padding: 2px 7px;
    top: 6px;
    left: 5px;
    position: relative;
    font-family: 'Delivery-Bold';
    text-transform: uppercase;
}

.valid-address-indicator.invalid {
    color: #D40511;
}

.valid-address-indicator {
    font-size: 10px;
}

.field-info.summary-address span {
    margin-right: 0px;
}

.checkmark {
    border: 2px solid #B8B8B8;
}

.radio-container input:checked ~ .checkmark {
    background-color: #FFCC00;
    border-color: #FFCC00;
    border-radius: 5px;
}

.radio-container .checkmark:after {
    border-color: #161616;
}

.footer-logo {
    float: left;
    margin-right: 20px;
    margin-top: 13px;
    height: 11px;
}

.footer-row {
    margin-left: 15px;
    margin-right: 10px;
    float: right;
}

.footer-copyright {
    text-align: right;
    color: #444444;
    font-size: .9em;
    padding-top: 1px;
}

.footer-nav {
    float: left;
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.footer-nav-item {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    font-size: .8em;
    line-height: 0.7em;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 34px;
    margin-left: -15px;
}

.back-button {
    padding: 8px 18px;
    margin-bottom: 10px;
    background: #2D2D2D 0% 0% no-repeat padding-box;
    border-radius: 3px;
    font: normal normal bold 14px Delivery;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 0px;
    box-shadow: none;
}
.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}