@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/OpenSans-Regular-webfont.woff2') format('woff2'), url('/fonts/OpenSans-Regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/OpenSans-Semibold-webfont.woff2') format('woff2'), url('/fonts/OpenSans-Semibold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/OpenSans-Bold-webfont.woff2') format('woff2'), url('/fonts/OpenSans-Bold-webfont.woff') format('woff');
}
.max-content-width {
    max-width: 1200px
}

.box-shadow-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.box-shadow-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.box-shadow-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.box-shadow-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
}

.box-shadow-4 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

table.table {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
    background-color: #ffffff;
    border: 1px solid #e9eaea
}

table.table td {
    padding: 5px 10px;
    vertical-align: middle;
    height: 42px;
    color: #585858
}

table.table.hover tr:not(:first-child):not(.noHover):not(.disabled):hover {
    cursor: pointer
}

table.table tr.disabled td {
    color: #bababa;
    cursor: default;
    pointer-events: none
}

table.table:not(.noHeader) tr:first-child td {
    border-bottom: 1px solid #eaebec
}

table.table {
    border-collapse: separate;
    border-radius: 3px
}

table.table tr:first-child td:first-child {
    border-top-left-radius: 2px
}

table.table tr:first-child td:last-child {
    border-top-right-radius: 2px
}

table.table tr:last-child td:first-child {
    border-bottom-left-radius: 2px
}

table.table tr:last-child td:last-child {
    border-bottom-right-radius: 2px
}

table.table:not(.noHeader) tr:first-child td {
    background-color: #fafafa;
    font-size: 12px;
    font-weight: 600
}

table.table tr:nth-child(odd) {
    background-color: #fafafa
}

table.table tr:not(:last-child) td {
    border-bottom: 1px solid #f4f5f6
}

table.table.hover tr:not(:first-child):not(.noHover):not(.disabled):hover td {
    background-color: #fafafa
}

.rowDeleteButton {
    cursor: pointer;
    height: 22px;
    width: 22px;
    font-size: 26px;
    line-height: 22px;
    border-radius: 4px;
    text-align: center;
    color: #d5d5d5;
    -user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.rowDeleteButton:hover {
    color: #666869
}

.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 18px
}

.switch input {
    position: absolute;
    visibility: hidden
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-transition: .2s;
    transition: .2s
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 0;
    top: -3px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3)
}

.switch>input:checked+.slider {
    background-color: #1bbd6f
}

.switch>input:focus+.slider {
    box-shadow: 0 0 1px #1bbd6f
}

.switch>input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.switch.onoff {
    width: 64px;
    height: 28px;
    border-radius: 3px
}

.switch.onoff .slider {
    background-color: #d3d3d4;
    border-radius: 2px
}

.switch.onoff .slider:before {
    height: 24px;
    width: 28px;
    border-radius: 2px 0 0 2px;
    top: 2px;
    left: 2px;
    box-shadow: none
}

.switch.onoff>input:checked+.slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    border-radius: 0 2px 2px 0
}

.switch.onoff .inner:before,
.switch.onoff .inner:after {
    display: block;
    float: left;
    width: 29px;
    height: 24px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    font-weight: 600
}

.switch.onoff.small {
    width: 58px;
    height: 25px
}

.switch.onoff.small .slider:before {
    height: 21px;
    width: 25px;
    top: 2px;
    left: 2px;
    box-shadow: none
}

.switch.onoff.small>input:checked+.slider:before {
    -webkit-transform: translateX(29px);
    -ms-transform: translateX(29px);
    transform: translateX(29px)
}

.switch.onoff.small .inner:before,
.switch.onoff.small .inner:after {
    display: block;
    float: left;
    width: 25px;
    height: 23px;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    font-weight: 600
}

.switch.onoff .inner:before {
    content: "ON";
    padding-left: 6px
}

.switch.onoff .inner:after {
    content: "OFF"
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #33424f;
    -webkit-tap-highlight-color: transparent;
    background-color: #ffffff;
    height: 100%;
    line-height: 1.6
}

p {
    margin-bottom: 10px
}

.capitalize {
    text-transform: capitalize
}

.uppercase {
    text-transform: uppercase
}

.noselect {
    -webkit-touch-callout: none;
    -user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.highlight {
    color: #1bbd6f
}

span.star {
    vertical-align: super;
    font-size: 12px;
    color: #ff8B03
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.float50.left {
    float: left;
    width: 50%;
    padding-right: 10px
}

.float50.right {
    float: left;
    width: 50%;
    padding-left: 10px
}

.float50.both {
    width: 50%
}

.float50.both:nth-child(odd) {
    float: left;
    padding-right: 10px
}

.float50.both:nth-child(even) {
    float: right;
    padding-left: 10px
}

.passwordToggle {
    position: absolute;
    right: 14px;
    top: 11px;
    cursor: pointer
}

.loadingShimmer {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.contextHelp {
    display: inline-block;
    border-radius: 50%;
    background-color: #ff8B03;
    font-family: verdana;
    color: #ffffff;
    position: relative;
    top: 1px;
    font-size: 12px;
    font-weight: bold;
    width: 21px;
    height: 21px;
    cursor: pointer;
    padding-left: 7px;
    padding-top: 0
}

.contextHelp::after {
    content: "?"
}

.contextHelp:hover {
    background-color: #e97d00
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea {
    -webkit-appearance: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

::-ms-clear {
    display: none
}

a[href^=tel],
a[href^=tel]:hover,
a[href^=tel]:active,
a[href^=tel]:visited {
    font: inherit;
    color: inherit;
    text-decoration: none
}

button:focus,
input[type="button"],
a:focus,
a:active,
div:focus,
textarea:focus,
input:focus,
select:focus {
    outline: none
}

input::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner {
    outline: none
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #33424f
}

a {
    color: #1bbd6f;
    text-decoration: none
}

a:hover,
a:active {
    color: #1A5DC2;
    text-decoration: underline
}

a.noline:hover,
a.noline:active {
    text-decoration: none
}

a.link {
    border-bottom: 1px solid #1bbd6f
}

a.link:hover,
a.link:active {
    text-decoration: none
}


select.modern:not([multiple]) {
    padding: 0 30px 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.2;
    background-color: #ffffff;
    background-image: url("/images/arrow.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-position-y: calc(54%)
}

select.modern option:checked {
    background: #eaeaea
}

textarea.modern {
    padding: 6px 12px;
    resize: none;
    line-height: 1.6
}

.checkboxLabel {
    margin-left: 12px
}

.form label:not(.checka-set):not(.rControl) {
    display: block;
    color: #3b4c5b;
    font-size: 14px;
    font-weight: 600;
    margin: 14px 8px 5px 0
}

.form label.top:not(.checka-set):not(.rControl) {
    margin-top: 0
}

input.modern[readonly],
textarea.modern[readonly],
div.readonly,
.form label[readonly] {
    color: #707070;
    background-color: #f4f4f4;
    border-color: #cecece;
    cursor: default;
    pointer-events: none;
    -webkit-touch-callout: none;
    -user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

input.modern:focus,
textarea.modern:focus,
select.modern:focus,
div.modern.focus,
div.modern.creditCard:focus-within {
    border-color: #6693c4
}

input.noborder,
select.noborder,
div.noborder {
    border: none
}

select option {
    padding: 6px
}

input::-webkit-input-placeholder {
    text-transform: initial;
    color: #a1a1a1
}

input:-moz-placeholder,
input::-moz-placeholder {
    text-transform: initial;
    color: #a1a1a1
}

input::-ms-input-placeholder {
    text-transform: initial;
    color: #a1a1a1
}

input::placeholder {
    text-transform: initial;
    color: #a1a1a1
}

.fixed-label {
    position: relative
}

.fixed-label input {
    padding-bottom: 0;
    padding-top: 16px;
    height: 45px;
    line-height: 1;
    width: 100%
}

.fixed-label select.modern {
    padding-bottom: 0;
    padding-top: 7px;
    height: 45px;
    line-height: 45px;
    width: 100%
}

.fixed-label textarea {
    padding-bottom: 0;
    padding-top: 21px;
    width: 100%
}

.fixed-label input::placeholder,
.fixed-label textarea::placeholder {
    color: #d8d8d8
}

.fixed-label label {
    user-select: none;
    line-height: 1;
    pointer-events: none;
    font-size: 11px;
    position: absolute;
    left: 13px;
    top: 6px;
    bottom: auto;
    color: #a0a0a1
}

.fixed-label .iti input {
    padding-bottom: 0;
    padding-top: 17px
}

.fixed-label .iti .iti__flag-container {
    padding-bottom: 0;
    padding-top: 18px;
    padding-left: 4px
}

.fixed-label .iti~label {
    top: 6px;
    pointer-events: none;
    bottom: auto;
    left: 13px;
    font-size: 11px;
    color: #a0a0a1
}

.fixed-label .selecta {
    padding-bottom: 0;
    padding-top: 9px;
    height: 45px
}

.fixed-label .selecta~label {
    top: 6px;
    bottom: auto;
    left: 13px;
    font-size: 11px;
    color: #a0a0a1
}

.fixed-label .selecta::after {
    margin-top: 11px
}

.fixed-label .searcha_overlay {
    padding-top: 9px
}

.floating-label {
    position: relative
}

.floating-label input::placeholder {
    opacity: 0
}

.floating-label input {
    padding-top: 17px;
    height: 50px;
    width: 100%
}

.floating-label label {
    user-select: none;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    left: 13px;
    top: 17px;
    color: #a1a1a1;
    transition: .15s ease all
}

.floating-label input:focus~label,
.floating-label input:not(:placeholder-shown)~label {
    top: 8px;
    bottom: auto;
    left: 13px;
    font-size: 11px;
    color: #808081
}

.floating-field {
    position: relative
}

.floating-field input:not(.searcha)::-webkit-input-placeholder {
    opacity: 0
}

.floating-field input:not(.searcha):-moz-placeholder {
    opacity: 0
}

.floating-field input:not(.searcha)::-moz-placeholder {
    opacity: 0
}

.floating-field input:not(.searcha)::ms-input-placeholder {
    opacity: 0
}

.floating-field input:not(.searcha)t::placeholder {
    opacity: 0
}

.floating-field input {
    padding-bottom: 0;
    padding-top: 14px
}

.floating-field label {
    user-select: none;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    left: 13px;
    top: 14px;
    color: #a1a1a1;
    transition: .15s ease all
}

.floating-field input:focus~label,
.floating-field input:not(:placeholder-shown)~label {
    top: 5px;
    bottom: auto;
    left: 13px;
    font-size: 11px;
    color: #a1a1a1
}

.floating-field .searcha_wrap~label {
    top: 5px;
    bottom: auto;
    left: 13px;
    font-size: 11px;
    color: #a1a1a1
}

.floating-field .searcha_overlay {
    padding-bottom: 0;
    padding-top: 7px
}

.floating-field .selecta {
    padding-bottom: 0;
    padding-top: 7px
}

.floating-field .selecta~label {
    top: 5px;
    bottom: auto;
    left: 13px;
    font-size: 11px;
    color: #a1a1a1
}

.floating-field .selecta::after {
    margin-top: 12px
}

.floating-field .iti input {
    padding-bottom: 0;
    padding-top: 14px
}

.floating-field .iti .iti__flag-container {
    padding-bottom: 0;
    padding-top: 14px;
    padding-left: 4px
}

.floating-field .iti~label {
    top: 5px;
    bottom: auto;
    left: 13px;
    font-size: 11px;
    color: #a1a1a1
}

.pickerDropdown.modern {
    line-height: 44px
}

input.search {
    background-image: url(/images/textbox-search.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 36px
}

input.filter {
    background-image: url(/images/textbox-filter.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 36px
}

#paginator {
    display: none;
    height: 44px;
    margin-left: 16px
}

#paginator>div {
    display: table-cell;
    vertical-align: bottom
}

#paginator>div:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px
}

#paginator>div>input {
    height: 34px;
    padding: 0 11px
}

.paginator {
    display: none;
    height: 44px;
    margin-left: 16px
}

.paginator>div {
    display: table-cell;
    vertical-align: bottom
}

.paginator>div:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px
}

.paginator>div>input {
    height: 34px;
    padding: 0 11px
}

input.modern.error,
div.modern.error,
textarea.modern.error,
.checkaSet.modern.error,
.selecta.error {
    border-color: #d10f0f;
    box-shadow: 0 0 4px 0 rgba(242, 58, 60, 0.7)
}

input.modern.error:focus,
div.modern.error:focus,
textarea.modern.error:focus,
.selecta.error.focus {
    border-color: #ee4444
}

div.error-message,
span.error-message {
    background-image: url('/images/exclamation.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: left 5px center;
    display: inline-block;
    padding-left: 18px;
    padding-right: 6px;
    background-color: #d10f0f;
    font-size: 12px;
    color: #ffffff;
    margin-top: 6px;
    border-radius: 4px
}

ul {
    padding-left: 20px;
    margin-left: 0
}

ul li {
    margin-left: 0
}

ol.list {
    line-height: 2;
    counter-reset: item;
    margin-bottom: 10px
}

ol.list>li {
    margin: 0;
    list-style-type: none;
    counter-increment: item;
    padding-left: 2em;
    text-indent: -2em
}

ol.list>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 8px;
    text-align: right;
    font-weight: 600;
    content: counter(item) "."
}

ul.list>li {
    line-height: 2;
    list-style-position: outside;
    margin-left: 30px
}

ul.modern {
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 5px 0
}

ul.modern li {
    padding: 5px 12px
}

a.button {
    display: inline-block;
    line-height: 34px !important;
    cursor: pointer
}

a.button,
a.button:hover {
    text-decoration: none
}

input[type="submit"],
input[type="button"],
button,
a.button {
    background-color: #ff8B03;
    border: 0;
    padding: 4px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    height: 42px;
    vertical-align: middle
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus,
a.button:focus {
    background-color: #f38300
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
a.button:hover {
    background-color: #eb8906
}

button[disabled=disabled],
button:disabled,
button.spin,
input[type="button"]:disabled,
input[type="button"].spin {
    background-color: #FACEA4;
    cursor: default
}

input[type="submit"].dkorange,
input[type="button"].dkorange,
button.dkorange,
a.button.dkorange {
    background-color: #ea7900
}

input[type="submit"].dkorange:hover,
input[type="button"].dkorange:hover,
button.dkorange:hover,
a.button.dkorange:hover,
input[type="submit"].dkorange:focus,
input[type="button"].dkorange:focus,
button.dkorange:focus,
a.button.dkorange:focus {
    background-color: #d16c00
}

button.dkorange[disabled=disabled],
button.dkorange:disabled,
input[type="button"].dkorange:disabled,
a.button.dkorange:disabled {
    background-color: #ffc484
}

input[type="submit"].blue,
input[type="button"].blue,
button.blue,
a.button.blue {
    background-color: #1bbd6f
}

input[type="submit"].blue:hover,
input[type="button"].blue:hover,
button.blue:hover,
a.button.blue:hover,
input[type="submit"].blue:focus,
input[type="button"].blue:focus,
button.blue:focus,
a.button.blue:focus {
    background-color: #3e6da0
}

button.blue[disabled=disabled],
button.blue:disabled,
button.blue.spin,
input[type="button"].blue:disabled,
input[type="button"].blue.spin,
a.button.blue:disabled,
a.button.blue.spin {
    background-color: #b0c7e0
}

input[type="submit"].red,
input[type="button"].red,
button.red,
a.button.red {
    background-color: #d32f2f
}

input[type="submit"].red:hover,
input[type="button"].red:hover,
button.red:hover,
a.button.red:hover {
    background-color: #c02929
}

button.red[disabled=disabled],
button.red:disabled,
input[type="button"].red:disabled,
a.button.red:disabled {
    background-color: #eeadad
}

input[type="submit"].green,
input[type="button"].green,
button.green {
    background-color: #449044
}

input[type="submit"].green:hover,
input[type="button"].green:hover,
button.green:hover {
    background-color: #3c7f3c
}

button.green[disabled=disabled],
button.green:disabled,
input[type="button"].green:disabled {
    background-color: #9dd09d
}

input[type="submit"].grey.border,
input[type="button"].grey.border,
button.grey.border,
a.button.grey.border {
    border: 1px solid #dddddd
}

input[type="submit"].grey,
input[type="button"].grey,
button.grey,
a.button.grey {
    background-color: #ecedee;
    color: #808080
}

input[type="submit"].grey:hover,
input[type="button"].grey:hover,
button.grey:hover,
a.button.grey:hover,
input[type="submit"].grey:focus,
input[type="button"].grey:focus,
button.grey:focus,
a.button.grey:focus {
    background-color: #e4e5e7
}

button.grey[disabled=disabled],
button.grey:disabled,
input[type="button"].grey:disabled,
a.button.grey:disabled {
    background-color: #f8f8f9;
    border-color: #eeeeee
}

input[type="submit"].dkGrey,
input[type="button"].dkGrey,
button.dkGrey,
a.button.dkGrey {
    background-color: #999999;
    color: #ffffff
}

input[type="submit"].dkGrey:hover,
input[type="button"].dkGrey:hover,
button.dkGrey:hover,
a.button.dkGrey:hover,
input[type="submit"].dkGrey:focus,
input[type="button"].dkGrey:focus,
button.dkGrey:focus,
a.button.dkGrey:focus {
    background-color: #88888c
}

button.grey[disabled=disabled],
button.grey:disabled,
input[type="button"].grey:disabled,
a.button.grey:disabled {
    background-color: #f8f8f9
}

.spin-button {
    position: relative;
    overflow: hidden
}

.spin-button::after {
    content: "";
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-spin .8s linear infinite
}

.spin-button.spin {
    padding-right: 40px !important;
    pointer-events: none;
    user-select: none
}

.spin-button.spin::after {
    display: inline-block
}

@keyframes button-spin {
    from {
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

h1,
h2,
h3 {
    color: #3A4856
}

h1.blue,
h2.blue,
h3.blue {
    color: #1bbd6f
}

h1,
.hLarge {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 8px 0
}

h2,
.hMedium {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 8px 0
}

h3,
.hSmall {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 8px 0
}

h1.pageTitle,
h2.pageTitle,
h3.pageTitle {
    margin: 0 0 4px 0
}

@media only screen and (max-width: 600px) {

    h1,
    .hLarge {
        font-size: 26px
    }

    h2,
    .hMedium {
        font-size: 20px
    }
}

.page-segment {
    margin: 0 auto;
    padding: 60px 30px;
    text-align: center
}

.page-segment.grey {
    background-color: #f7f8fa
}

@media only screen and (max-width: 550px) {
    .page-segment {
        padding: 30px
    }
}

p.segmentSubTitle {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 12px auto 30px auto;
    font-size: 17px
}

.spinner {
    display: inline-block;
    margin-top: 7px
}

.spinButton {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.spinButton .spinner {
    display: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: auto 0 auto 16px;
    border: 2px solid transparent;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    animation: spinAnim 1s linear infinite
}

@keyframes spinAnim {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.spinButton.spin .spinner {
    display: inline-block
}

.pageHeader {
    display: table;
    width: 100%;
    height: 220px;
    font-size: 17px
}

.pageHeader.small {
    height: 180px
}

.pageHeader>div {
    display: table-cell;
    background-color: #fafafa;
    padding: 20px 40px;
    text-align: center;
    vertical-align: middle
}

.pageHeader>div>h1 {
    color: inherit;
    font-weight: 700;
    color: #1bbd6f
}

.pageHeader>div>h2 {
    display: inline-block;
    max-width: 700px;
    font-size: inherit;
    font-weight: normal
}

@media only screen and (max-width: 550px) {
    .pageHeader {
        height: 180px;
        font-size: 15px
    }

    .pageHeader>div>h1 {
        font-size: 24px
    }
}

p.pageSubTitle {
    margin-bottom: 20px
}

#pluginsGrid {
    width: 100%;
    max-width: 900px;
    margin: 40px auto 10px auto
}

#pluginsGrid .gridItem {
    display: inline-block;
    margin: 0 10px 10px 10px
}

#pluginsGrid .gridItem .roundel {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 12px;
    display: table-cell;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    position: relative
}

#pluginsGrid .gridItem .roundel img {
    width: 56%;
    vertical-align: middle
}

#pluginsGrid .gridItem .roundel .roundelRibbon {
    padding: 2px 0;
    background-color: #3498db;
    position: absolute;
    top: 86px;
    left: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    width: 110px
}

#pluginsGrid .gridItem .roundel:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12)
}

@media only screen and (max-width: 500px) {
    #pluginsGrid .gridItem .roundel {
        width: 80px;
        height: 80px
    }
}

@media only screen and (max-width: 400px) {
    #pluginsGrid .gridItem .roundel {
        width: 60px;
        height: 60px;
        margin: 6px
    }
}

@media only screen and (max-width: 305px) {
    #pluginsGrid .gridItem .roundel {
        width: 60px;
        height: 60px;
        margin: 2px
    }
}

.ribbon {
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 105px;
    height: 105px;
    text-align: right
}

.ribbon span {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 140px;
    display: block;
    background: #bb1111;
    box-shadow: 0 3px 9px -5px #000;
    position: absolute;
    top: 28px;
    left: -29px;
    text-transform: uppercase
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #770000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #770000
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #770000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #770000
}

.ribbon.small {
    left: -7px;
    top: -2px;
    width: 120px;
    height: 88px
}

.ribbon.small span {
    font-size: 9px;
    width: 120px;
    box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.9);
    top: 17px;
    left: -25px
}

.ribbon.black span::before {
    border-left-color: #111;
    border-top-color: #111
}

.ribbon.black span {
    background: #2d2d2d
}

.ribbon.black span::after {
    border-right-color: #111;
    border-top-color: #111
}

.ribbon.blue span::before {
    border-left-color: #2980b9;
    border-top-color: #2980b9
}

.ribbon.blue span {
    background: #3498db
}

.ribbon.blue span::after {
    border-right-color: #2980b9;
    border-top-color: #2980b9
}

.datePickerButton {
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    vertical-align: bottom;
    border-radius: 0 4px 4px 0;
    background: #fff url("/images/calendar3.png") no-repeat center center
}

.popupLoadingSpinner {
    padding: 30px;
    background: transparent url("/images/spinners/map-spinner.gif") no-repeat center center
}

.slide-up-down {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .3s linear;
    -moz-transition: max-height .3s linear;
    -o-transition: max-height .3s linear;
    transition: max-height .3s linear
}

.white-full-width {
    background-color: #ffffff;
    clear: both
}

.blue-full-width {
    background-color: #1bbd6f;
    clear: both;
    overflow: hidden
}

.content-width {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    clear: both
}

.container-split-2 {
    padding: 3px;
    margin: auto;
    overflow: hidden
}

.container-split-2>div {
    float: left;
    width: 50%
}

.container-split-3 {
    margin: auto;
    overflow: hidden
}

.container-split-3>div {
    float: left;
    width: 33%
}

div.modern.creditCard {
    padding: 0
}

input.modern.cardNumber {
    float: left;
    border: none
}

input.modern.cardExpiry {
    width: 85px;
    float: left;
    border: none
}

input.modern.cardCvv {
    width: 60px;
    float: left;
    border: none
}

input.cardNumber:focus,
input.cardExpiry:focus,
input.cardCvv:focus {
    border-color: #a8a9aa
}

.alertInner {
    padding: 25px 30px 30px 30px
}

.alertTitle {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    background-color: #f0f0f0;
    color: #444444
}

.alertBox {
    border-radius: 3px;
    padding: 16px 16px 16px 62px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.alertBox p {
    margin: 6px 0
}

.alertBox.error {
    background: #FEEEEF url('/images/alert-box/error.png?v=1') no-repeat 16px 50%;
    color: #bb4F51;
    border: 1px solid #FCD2D4
}

.alertBox.success {
    background: #E3F4DC url('/images/alert-box/success.png?v=2') no-repeat 16px 50%;
    border: 1px solid #C5E9B7;
    color: #5A7052
}

.alertBox.warning {
    background: #FFF8C4 url('/images/alert-box/warning.png') no-repeat 16px 50%;
    border: 1px solid #E0D79E;
    color: #967132
}

.alertBox.notice {
    background: #EFF7FB url('/images/alert-box/notice.png?v=2') no-repeat 16px 50%;
    border: 1px solid #93B8D5;
    color: #4480AE
}

.alertBox.blue {
    background-color: #e8f3f9;
    padding: 10px 30px;
    border: 0
}

.form.row {
    display: table;
    padding: 0 5px 6px 5px;
    width: 100%;
    border-radius: 5px
}

.form.row .title {
    color: #33424f;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    width: 120px
}

.form.row .field {
    display: table-cell
}

.formBackground {
    background-color: #E8F3F9;
    padding: 18px 26px;
    border-radius: 5px
}

.formBackground .row {
    margin: 8px 0
}

.formFieldTitle {
    font-size: 17px;
    font-weight: bold;
    color: #1bbd6f;
    margin: 0 0 10px 0;
    min-height: 24px
}

.currencySpan {
    position: absolute;
    left: 12px;
    top: 4px
}

.currencySpan input {
    border: 0;
    width: 12px;
    height: 36px;
    background-color: transparent
}

.currency {
    padding-left: 25px !important
}

.spinner {
    display: inline-block;
    text-align: middle;
    cursor: pointer
}

.spinner.spinning {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1700ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1700ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1700ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.progress2 {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #d4e1ef;
    border-radius: 2px;
    background-clip: padding-box;
    margin: .5rem 0 1rem 0;
    overflow: hidden
}

.progress2 .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear
}

.progress2 .indeterminate {
    background-color: #1bbd6f
}

.progress2 .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
    animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.progress2 .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

.progressBar {
    height: 40px;
    background: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.35);
    -webkit-appearance: none
}

.progressBar>div {
    height: 100%;
    line-height: 28px;
    color: #fff;
    width: 0;
    text-align: right;
    background-color: #1a82f7
}

.progressBar.blueBar>div {
    background: linear-gradient(top, #1a82f7, #0769d7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a82f7, endColorstr=#0769d7)
}

.progressBar.greenBar>div {
    background: linear-gradient(top, #33bb33, #008000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33bb33, endColorstr=#008000)
}

.progressBar.yellowBar>div {
    background: linear-gradient(top, #FFC705, #d1a200);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFC705, endColorstr=#d1a200)
}

.progressBar.greyBar>div {
    background: linear-gradient(top, #f2eeee, #d5d5d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2eeee, endColorstr=#d5d5d5)
}

.progressBar.redBar>div {
    background: linear-gradient(top, #FF7777, #ff2b2b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF7777, endColorstr=#ff2b2b)
}

#livechat-large {
    display: block
}

#livechat-small {
    display: none
}

@media only screen and (max-width: 800px) {
    #livechat-large {
        display: none
    }

    #livechat-small {
        display: block
    }
}

#footerLinks {
    margin: 34px 0 30px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    display: table;
    width: auto
}

#footerLinks>ul {
    display: table-cell;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#footerLinks>ul>li:first-child {
    margin-bottom: 5px;
    font-weight: bold
}

#footerLinks a {
    color: inherit
}

#footerLinks a:hover {
    text-decoration: underline
}

.socialIcon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    position: relative;
    top: 3px
}

@media only screen and (max-width: 800px) {
    #footerLinks {
        width: 100%
    }
}

@media only screen and (max-width: 700px) {
    #footerLinksCountries {
        display: none !important
    }
}

@media only screen and (max-width: 550px) {
    #footerLinksWebsites {
        display: none !important
    }
}

@media only screen and (max-width: 350px) {
    #footerLinksSocial {
        display: none !important
    }
}

#menuFull {
    height: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto
}

#menuFull a:hover,
#menuFull a:active {
    text-decoration: none
}

#menuFull ul {
    list-style: none
}

.level1 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-right: 32px
}

.level1:last-of-type {
    padding-right: 0
}

.level1 li {
    position: relative
}

.level1 a.menuItem,
.level1 p.menuItem,
.menuWide p.menuSection,
.menuWide a.menuSection {
    color: inherit;
    -user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    margin: 0;
    padding: 5px 14px;
    height: 100%;
    display: block;
    font-size: 14px
}

.menuWide {
    display: inline-block;
    min-width: 180px;
    vertical-align: top;
    padding: 5px
}

.menuWide ul {
    padding-left: 0
}

.menuWide p.menuSection:first-of-type,
.menuWide a.menuSection:first-of-type {
    padding-top: 5px
}

.menuWide p.menuSection,
.menuWide a.menuSection {
    color: #1bbd6f;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px
}

.level1 ul a.menuSection:hover {
    color: #1bbd6f;
    background-color: initial;
    cursor: pointer;
    text-decoration: underline !important
}

.level1 ul p.menuSection:hover {
    color: #1bbd6f;
    background-color: initial
}

.level1:hover .menuText>span,
.level1:hover .menuText>a {
    border-bottom-color: #ff8B03
}

.level1:hover>ul {
    display: block
}

.level1 li:hover>ul {
    display: block
}

.level1 .menuText>span,
.level1 .menuText>a {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    -user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    color: inherit;
    border-bottom: 1px solid transparent
}

.level2,
.level3 {
    text-align: left;
    position: absolute;
    display: none;
    background-color: #ffffff;
    color: #33424f;
    border-radius: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 6px
}

.level2 {
    top: 85px;
    width: 200px;
    left: 0;
    z-index: 9998
}

.level2>li:first-of-type>a,
.level2>li:first-of-type>p {
    border-radius: 3px 3px 0 0
}

.level2>li:last-of-type>a,
.level2>li:last-of-type>p {
    border-radius: 0 0 3px 3px
}

.level3 {
    left: 100%;
    top: -1px;
    width: 200px
}

.level3>li:first-of-type>a,
.level3>li:first-of-type>p {
    border-radius: 3px 3px 0 0
}

.level3>li:last-of-type>a,
.level3>li:last-of-type>p {
    border-radius: 0 0 3px 3px
}

.level2 li:hover>a,
.level2 li:hover>p {
    background-color: #f8f8f9
}

.level2 .rightArrow {
    float: right;
    margin-top: 6px;
    width: 9px;
    height: 13px;
    background: transparent url('/images/arrow-right-blue.png') center top no-repeat
}

.menu-arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    margin-left: 6px;
    position: relative;
    top: 1px;
    border-top: 4px solid #ff8B03
}

#menuMobile {
    position: fixed;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 10px;
    z-index: 9999;
    overflow-y: auto;
    transition: .3s
}

#menuMobile.menuOpen {
    right: 0
}

#menuMobile a:hover,
#menuMobile a:active {
    text-decoration: none
}

#menuMobileClose {
    float: right;
    padding: 6px 10px;
    line-height: 1;
    font-size: 48px;
    font-weight: 600;
    cursor: pointer;
    color: #1bbd6f;
    margin-bottom: 10px
}

#menuMobile .menuitem {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 10px;
    margin: 0 0 2px 0;
    vertical-align: middle;
    color: #1bbd6f;
    cursor: pointer
}

#menuMobile .menuitem:hover {
    background-color: #1bbd6f;
    color: #ffffff
}

#menuMobile .childDiv {
    margin-left: 10px
}

#menuMobile .menuitem.open {
    background: url('/images/menuClose.png') no-repeat right 12px top 10px
}

#menuMobile .menuitem.open:hover {
    background-color: #1bbd6f
}

#menuMobile .menuitem.closed {
    background: url('/images/menuOpen.png') no-repeat right 12px top 10px
}

#menuMobile .menuitem.closed:hover {
    background-color: #1bbd6f
}

.actionMenu {
    position: relative
}

.actionPopup {
    position: absolute;
    z-index: 5000;
    display: none;
    text-align: left;
    font-size: 14px;
    color: initial;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    line-height: 1.6;
    padding-left: 0
}

.actionPopup::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 12px;
    top: 0;
    left: 50%;
    border: 10px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1)
}

.actionPopup>li {
    display: block;
    white-space: nowrap;
    list-style-type: none;
    padding: 12px;
    cursor: pointer
}

.actionPopup>li:not(.disabled):hover {
    background-color: #f5f5f5
}

.actionPopup>li.disabled {
    opacity: .4;
    cursor: default
}

.buttonArrow {
    border: solid #33424f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: 10px;
    pointer-events: none
}

.buttonArrowWhite {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: 10px;
    pointer-events: none
}

@media only screen and (max-width: 1700px) {
    .level1 {
        padding-right: 24px
    }
}

@media only screen and (max-width: 1280px) {

    .level1 .menuText>span,
    .level1 .menuText>a {
        font-size: 14px
    }

    .level2 {
        top: 70px
    }
}

@media only screen and (max-width: 1100px) {
    #menuFull {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    #menuMobile {
        max-width: none
    }
}

#page {
    position: relative;
    min-height: 100vh;
    z-index: 20;
    background: #ffffff
}

#pageCover {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    transition: opacity .3s
}

#header-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    transition: height .2s ease-in-out;
    margin: 0 50px
}

#companyLogo {
    width: 200px;
    line-height: 1;
    transition: width .2s ease-in-out
}

#companyLogo>img {
    width: 100%
}

#hamburger {
    display: none;
    cursor: pointer
}

#notificationIcon {
    position: relative;
    transition: height .2s ease-in-out
}

#notificationIcon>div {
    position: absolute;
    line-height: 1;
    right: -4px;
    top: -2px;
    color: #ffffff;
    min-width: 21px;
    text-align: center;
    background-color: #bb0000;
    font-size: 10px;
    border-radius: 20px;
    padding: 5px 5px 4px 5px
}

#cartMan {
    display: none;
    position: relative;
    margin-right: 28px;
    transition: height .2s ease-in-out
}

#cartMan>div {
    position: absolute;
    line-height: 1;
    right: -4px;
    top: -2px;
    color: #ffffff;
    min-width: 21px;
    text-align: center;
    background-color: #FA9105;
    font-size: 10px;
    border-radius: 20px;
    padding: 5px 5px 4px 5px
}

#loginButton {
    margin-right: 28px
}

#mobileLoginButton {
    display: none;
    width: 48px;
    margin-right: 20px
}

#menuTelephoneNumber {
    text-align: right;
    font: 22px Oswald
}

@media only screen and (max-width: 1280px) {
    #companyLogo {
        width: 160px
    }

    #header-div {
        height: 80px;
        margin: 0 30px
    }
}

@media only screen and (max-width: 1100px) {
    #header-div {
        height: 70px;
        margin: 0 20px
    }

    #notificationIcon {
        margin-right: 26px
    }

    #hamburger {
        display: block
    }
}

@media only screen and (min-width: 1100px) {
    .menu-visible #page {
        right: 0
    }

    .animating #menuMobile,
    .menu-visible #menuMobile {
        display: none
    }
}

@media only screen and (max-width: 590px) {
    #loginButton {
        display: none
    }

    #notificationIcon {
        display: none
    }

    #mobileLoginButton {
        display: block
    }
}

.searchBox {
    background-color: #fafafa;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 16px 16px 0
}

.searchBox>div {
    float: left;
    margin: 16px 0 0 16px;
    line-height: 1.3;
    vertical-align: middle
}

.searchBox p {
    margin-bottom: 2px
}

.searchBoxBlock {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

#filterOptions {
    display: inline-block;
    margin-top: 10px;
    margin-right: 12px;
    background-color: #f0f0f0;
    font-size: 15px;
    border-radius: 4px;
    height: 42px;
    line-height: 40px;
    padding: 0 10px 0 8px;
    vertical-align: bottom
}

#quoteTypeHelper {
    margin-top: 10px
}

#quoteTypeArea {
    background-color: #ffffff;
    z-index: 50;
    position: relative;
    top: 0;
    padding: 6px 0 16px 0;
    position: -webkit-sticky;
    position: sticky
}

#quoteTypeArea.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -webkit-appearance: none
}

#quoteTypeAreaInner {
    display: none;
    height: 54px;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto
}

#quoteTypeAreaInner>div {
    display: table-cell;
    vertical-align: bottom
}

.quoteTypeButton {
    background-color: #1bbd6f;
    font-weight: normal !important;
    color: #ffffff;
    padding: 8px 14px 9px 14px;
    margin-top: 10px;
    margin-right: 10px
}

#qtbEmail {
    margin-right: 0;
    margin-top: 10px
}

#qtbCarrier {
    margin-right: 0
}

.quotePanel {
    background-color: #fafafa;
    border: 2px solid #ebedee;
    margin: 8px auto 30px auto;
    border-radius: 4px;
    width: 95%;
    max-width: 1200px;
    padding: 30px 36px 30px 36px
}

.quotePanel .resultType {
    color: #1bbd6f;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 6px
}

.quotePanel .resultText {
    font-size: 16px;
    margin-bottom: 20px
}

#noResults {
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid red;
    text-align: center
}

.quoteResult {
    display: table;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
    height: 82px;
    overflow: hidden
}

.quoteResult>div {
    display: table-cell
}

.quoteResult span {
    vertical-align: baseline;
    display: inline-block
}

.quoteResult>div.quoteBreak1 {
    display: none
}

.quoteResult>div.quoteBreak3 {
    display: none
}

.quoteResult .quoteLogo {
    vertical-align: middle;
    text-align: center;
    width: 98px;
    padding: 0 10px 0 10px
}

.quoteResult .quoteLogo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 2px
}

.quoteResult .quoteService {
    vertical-align: middle;
    width: 150px;
    padding-right: 10px
}

.quoteResult .quoteCollDropImage {
    vertical-align: middle;
    padding-right: 10px;
    width: 33px
}

.quoteResult .quoteCollDropImage>img {
    vertical-align: middle;
    cursor: help
}

.quoteResult .quoteCollDropText {
    vertical-align: middle;
    width: 90px;
    padding-right: 10px
}

.quoteResult .quoteCollDropText>span {
    cursor: help
}

.quoteResult .quoteDelImage {
    vertical-align: middle;
    padding-right: 10px;
    width: 33px
}

.quoteResult .quoteDelImage>img {
    vertical-align: middle;
    cursor: help
}

.quoteResult .quoteDelText {
    vertical-align: middle;
    width: 134px;
    padding-right: 10px
}

.quoteResult .quoteDelText>span {
    cursor: help
}

.quoteResult .quoteCoverImage {
    vertical-align: middle;
    padding-right: 10px;
    width: 33px
}

.quoteResult .quoteCoverImage>img {
    vertical-align: middle;
    cursor: help
}

.quoteResult .quoteCoverText {
    vertical-align: middle;
    width: 90px;
    padding-right: 10px
}

.quoteResult .quoteCoverText>span {
    cursor: help
}

.quoteResult .quotePrinterImage {
    vertical-align: middle;
    padding-right: 10px;
    width: 33px
}

.quoteResult .quotePrinterImage>img {
    vertical-align: middle;
    cursor: help
}

.quoteResult .quotePrinterText {
    vertical-align: middle;
    width: 90px;
    padding-right: 10px
}

.quoteResult .quotePrinterText>span {
    cursor: help
}

.quoteResult>div.quoteInfoImage {
    vertical-align: middle;
    padding-right: 10px;
    width: 33px
}

.quoteResult>div.quoteInfoImage>img {
    vertical-align: middle;
    cursor: pointer
}

.quoteResult>div.quoteInfoText {
    display: none;
    vertical-align: middle;
    width: 90px;
    padding-right: 10px
}

.quoteResult>div.quoteInfoText>span {
    cursor: pointer
}

.quoteResult .quotePrice {
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
    white-space: nowrap
}

.quoteResult .quotePrice>.quotePriceEx {
    color: #1bbd6f;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600
}

.quoteResult .quoteBookCell {
    vertical-align: middle;
    width: 92px;
    padding-left: auto;
    padding-right: auto
}

.quoteResult .quoteBookButton {
    width: 80px
}

.quoteResult .quoteBookButton.disabled {
    padding: 0;
    white-space: normal;
    background-color: #e0e1e1;
    cursor: not-allowed;
    font-size: 13px
}

.quoteResult .testLogo {
    background-color: #aa0000;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 10px;
    padding: 2px 4px;
    border-radius: 2px
}

@media screen and (max-height: 300px) {
    #quoteTypeArea {
        position: static
    }
}

@media only screen and (max-width: 1180px) {
    .quoteResult {
        height: auto;
        padding: 12px 16px 16px 16px
    }

    .quoteResult>div {
        display: inline-block
    }

    .quoteResult>div.quoteBreak2 {
        display: block;
        width: 100%;
        height: 8px
    }

    .quoteResult>div.quoteInfoText {
        display: inline-block
    }

    .quoteResult>div.quoteLogo {
        padding-left: 0
    }

    .quoteResult>div.quoteService {
        font-size: 16px;
        width: auto
    }

    .quoteResult>div.quoteService br {
        display: none
    }

    .quoteResult>div.quoteService:after {
        white-space: pre;
        content: '\A'
    }

    .quoteResult>div.quotePrice {
        float: right;
        padding-right: 0
    }

    .quoteResult>div.quotePrice>.quotePriceEx {
        font-size: 30px;
        line-height: 1
    }

    .quoteResult>div.quoteBookCell {
        float: right;
        text-align: right;
        vertical-align: bottom
    }

    .quoteResult>div.quoteBookCell>input {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media only screen and (max-width: 925px) {
    .quoteResult>div.quoteInfoText {
        display: none
    }
}

@media only screen and (max-width: 830px) {
    .quoteResult {
        margin-bottom: 12px;
        padding: 12px 20px 16px 20px
    }

    .quoteResult>div.quoteBreak1 {
        display: block;
        width: 100%;
        height: 12px
    }

    .quoteResult>div.quoteBreak2 {
        height: 6px
    }

    .quoteResult>div.quoteInfoText {
        display: inline-block
    }

    .quoteResult>div.quotePrice>.quotePriceEx {
        font-size: 38px;
        font-weight: normal;
        padding-top: 4px
    }
}

@media only screen and (max-width: 660px) {
    .quotePanel {
        padding: 20px 10px
    }

    .quoteResult>div.quoteService {
        font-size: 15px
    }

    .quoteResult>div.quoteService br {
        display: inline
    }

    .quoteResult>div.quoteService:after {
        content: none
    }

    .quoteResult>div.quoteInfoText {
        display: none
    }

    .quoteResult>div.quotePrice>.quotePriceEx {
        font-size: 34px;
        padding-top: 0
    }
}

@media only screen and (max-width: 520px) {
    .quoteResult {
        padding-bottom: 8px;
        padding-top: 8px
    }

    .quoteResult>div.quoteBreak2 {
        height: 12px
    }

    .quoteResult>div.quoteBreak3 {
        display: block;
        width: 100%;
        height: 16px
    }

    .quoteResult>div.quotePrice {
        float: none
    }

    .quoteResult>div.quotePrice {
        text-align: left
    }

    .quoteResult>div.quoteInfoImage {
        float: right;
        padding-top: 12px
    }

    .quoteResult>div.quoteBookCell {
        padding-top: 4px
    }
}

@media only screen and (max-width: 520px) {
    #qtbCarrier {
        display: none
    }

    .quoteResult>div.quoteBreak1 {
        display: none
    }

    .quoteResult>div.quoteCollDropImage {
        padding: 6px 0
    }

    .quoteResult>div.quoteCollDropText {
        display: inline;
        width: auto
    }

    .quoteResult>div.quoteCollDropText br {
        display: none
    }

    .quoteResult>div.quoteCollDropText:after {
        white-space: pre;
        content: '\A'
    }

    .quoteResult>div.quoteDelImage {
        padding: 6px 0
    }

    .quoteResult>div.quoteDelText {
        display: inline;
        width: auto
    }

    .quoteResult>div.quoteDelText br {
        display: none
    }

    .quoteResult>div.quoteDelText:after {
        white-space: pre;
        content: '\A'
    }

    .quoteResult>div.quoteCoverImage {
        padding: 6px 0
    }

    .quoteResult>div.quoteCoverText {
        display: inline;
        width: auto
    }

    .quoteResult>div.quoteCoverText br {
        display: none
    }

    .quoteResult>div.quoteCoverText:after {
        white-space: pre;
        content: '\A'
    }

    .quoteResult>div.quotePrinterImage {
        padding: 6px 0
    }

    .quoteResult>div.quotePrinterText {
        display: inline;
        width: auto
    }

    .quoteResult>div.quotePrinterText br {
        display: none
    }
}

@media only screen and (max-width: 390px) {
    .quoteResult {
        padding-left: 10px;
        padding-right: 10px
    }

    .quoteResult>div.quoteService {
        font-size: 15px
    }

    .quoteResult>div.quoteCollDropImage {
        padding: 3px 0
    }

    .quoteResult>div.quoteDelImage {
        padding: 3px 0
    }

    .quoteResult>div.quoteCoverImage {
        padding: 3px 0
    }

    .quoteResult>div.quotePrinterImage {
        padding: 3px 0
    }

    .quoteResult>div img {
        height: 20px
    }
}

#senderMessage {
    color: #1bbd6f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.quoteSection {
    background-color: #fafafa;
    width: 100%;
    padding: 40px 50px 40px 50px;
    border: 2px solid #ebedee;
    margin-bottom: 30px;
    border-radius: 5px
}

.quoteSection>.quoteSectionTitle {
    color: #1bbd6f;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2
}

.quoteSection>.quoteSectionHeader {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 30px
}

.toggleAndSave {
    display: table;
    width: 100%;
    margin-top: 16px
}

.addressToggle {
    vertical-align: top;
    font-size: 14px;
    font-weight: 600
}

.saveAddress {
    vertical-align: top;
    text-align: right;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600
}

.quoteSectionContent {
    background-color: red
}

.quoteFormBackground {
    background-color: green
}

#sidebar {
    border: 2px solid #ebedee;
    min-height: 350px;
    width: 270px;
    float: right;
    border-radius: 5px
}

#sidebar #sidebarLogo {
    width: 140px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 6px
}

#sidebar #service {
    color: #1bbd6f;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 5px 15px 15px 15px
}

#sidebar #description {
    font-size: 15px;
    padding: 5px 15px 10px 15px;
    line-height: 1.4
}

#sidebar #total {
    overflow: hidden;
    padding: 15px;
    background-color: #1bbd6f;
    border-radius: 0 0 2px 2px
}

#sidebar #total div {
    color: #ffffff
}

#quote-content {
    margin-right: 300px
}

#divPickupDate {
    display: inline-block;
    width: 300px;
    margin-right: 12px
}

#divPickupEarliest {
    display: inline-block;
    margin-right: 12px
}

#divPickupLatest {
    display: inline-block
}

@media only screen and (max-width: 985px) {
    #divPickupDate {
        display: block;
        width: 100%
    }
}

#senderClick:hover {
    text-decoration: underline;
    cursor: pointer
}

#serviceTypeInfo {
    color: #fff;
    font-size: 16px;
    padding: 6px 0
}

.optTable {
    display: table;
    width: 100%
}

.optTable>div {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.8
}

.optTable>.optImage {
    width: 100px
}

.optTable>.optText {
    font-size: 14px
}

.optTable>.optPrice {
    font-size: 14px;
    width: 150px;
    text-align: right
}

@media only screen and (max-width: 1050px) {
    #sidebar {
        width: 230px
    }

    #quote-content {
        margin-right: 260px
    }

    .quoteSection {
        padding: 24px 30px 30px 30px
    }
}

@media only screen and (max-width: 800px) {
    #sidebar {
        display: none
    }

    #quote-content {
        margin-right: 0
    }
}

@media only screen and (max-width: 550px) {
    .optTable {
        display: block
    }

    .optTable>.optImage {
        display: none
    }

    .optTable>.optText {
        display: block;
        width: 100%
    }

    .optTable>.optPrice {
        display: block;
        width: 100%
    }

    #ofd_sms,
    #del_sms {
        margin-left: 0
    }
}

@media only screen and (max-width: 400px) {
    .quoteSection {
        padding: 14px
    }
}

#trackingBarText {
    display: table;
    width: 100%;
    margin: 5px 0;
    text-align: right;
    font-size: 14px
}

#trackingBarText>div {
    display: table-cell
}

#trackingBarText>div.booked {
    width: 10%;
    text-align: left
}

#trackingBarText>div.inTransit {
    width: 33%
}

#trackingBarText>div.outForDelivery {
    width: 33%
}

#trackingBarText>div.delivered {
    width: 33%
}

.trackingLogo {
    width: auto;
    height: auto;
    display: block;
    margin: 10px;
    border-radius: 4px
}

#trackingStatus {
    display: table;
    width: 100%;
    max-width: 920px;
    margin: 10px auto 10px auto
}

.statusImageCell {
    display: table-cell;
    border: 6px solid #f9fbfd;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 70px
}

.statusImageCell>img {
    vertical-align: bottom
}

.statusImageCell.on {
    border-color: #1bbd6f
}

.statusImageCell.exception {
    border-color: #1bbd6f
}

.statusImageCell.returned {
    border-color: #1bbd6f
}

.trackingBarCell {
    display: table-cell;
    vertical-align: middle
}

.trackingBarCell .trackingBar {
    height: 9px;
    background-color: #f9fbfd
}

.trackingBarCell .trackingBar.on {
    background-color: #1bbd6f
}

#trackingStatusText {
    display: table;
    width: 100%;
    max-width: 920px;
    margin: 0 auto 50px auto
}

.trackingStatusTextCell {
    display: table-cell;
    width: 110px;
    text-align: center;
    vertical-align: middle
}

#trackingStatusText .statusText {
    color: #eef3f8;
    font-size: 14px;
    font-weight: 600
}

#trackingStatusText .statusText.on {
    color: #1bbd6f
}

#trackingStatusText .statusText.exception {
    color: #1bbd6f
}

#trackingStatusText .statusText.returned {
    color: #1bbd6f
}

#signatureButton {
    font-size: 12px;
    height: 28px;
    padding: 0 8px;
    margin-top: 4px;
    margin-bottom: 4px
}

#trackNumber {
    width: 300px;
    margin-right: 15px
}

#trackingHeaderTextInner {
    width: 90%;
    margin-top: 50px
}

@media only screen and (max-width: 850px) {
    #trackNumber {
        width: 250px
    }
}

@media only screen and (max-width: 800px) {
    #trackingHeaderTextInner {
        margin-top: 25px
    }
}

@media only screen and (max-width: 680px) {
    #trackNumber {
        width: 200px
    }
}

@media only screen and (max-width: 550px) {
    #trackingHeaderTextInner {
        max-width: 300px
    }

    #trackingHeaderTextInner {
        margin-top: 10px
    }

    #trackNumber {
        margin-right: 0;
        margin-bottom: 9px;
        width: 100%
    }
}

#trackingPanel {
    width: 100%;
    border-radius: 5px;
    background-color: #fafafa;
    display: table
}

#trackingPanel .cell {
    display: table-cell;
    width: 33%;
    text-align: center;
    vertical-align: middle
}

.iconButton {
    position: relative;
    background-color: #1bbd6f;
    height: 38px;
    width: 32px;
    margin-left: 9px;
    border-radius: 3px;
    cursor: pointer
}

.iconButton>img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.iconButton.dark {
    background-color: #6e98c7
}

.searchFieldDiv {
    display: table;
    height: 52px;
    background-color: #e8f3f9;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 0 8px
}

#addressbookError {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    line-height: 1.3;
    display: inline-block;
    background-color: #f8f8f8;
    color: #333333;
    border-radius: 5px
}

#addressbookPopup {
    width: 95%;
    max-width: 1000px;
    overflow-y: auto
}

#addressGrid>.resultsRow.disabled {
    color: #bababa;
    cursor: default
}

.addressName {
    min-width: 165px
}

#abCurrent {
    -user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    cursor: default
}

@media only screen and (max-width: 600px) {
    #addressGrid {
        font-size: 12px
    }

    #addressHeader>div {
        padding: 12px 5px
    }

    #addressGrid>.resultsRow>div {
        padding: 0 5px
    }

    #addressHeader>.addressCountry {
        border-radius: 0 5px 0 0
    }

    .addressName {
        min-width: auto
    }

    .addressCity {
        display: none !important
    }

    .addressFull {
        display: none !important
    }
}

#latestOrders {
    display: table;
    width: 100%;
    font-size: 11px
}

#latestOrders>div {
    display: table-row
}

#latestOrders>div>div {
    display: table-cell;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0
}

#latestOrders>div:nth-child(1) {
    font-weight: 600
}

#latestOrders .orderRow {
    cursor: pointer
}

#latestOrders .orderRow:hover {
    background-color: #f8f8f8
}

.newsTickerHeader {
    text-align: left;
    padding: 10px
}

.newsTickerItem {
    padding: 0 10px 10px 10px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    list-style-type: none;
    font-size: 14px
}

.newsTickerFlag {
    display: inline-block;
    margin-right: 10px
}

.newsTickerTitle {
    color: #1bbd6f;
    font-size: 18px;
    position: relative;
    top: -4px
}

#notiBar {
    display: table;
    width: 100%;
    margin: 20px 0;
    border-radius: 2px;
    color: #ffffff
}

#notiBar>div:nth-child(1) {
    display: table-cell;
    background-color: #449044;
    vertical-align: middle;
    padding-left: 12px;
    border-radius: 3px
}

#notiBar>div:nth-child(2) {
    display: table-cell;
    text-align: right;
    width: 80px;
    padding-left: 12px
}

#addressbookAddAddrLink {
    cursor: pointer
}

#addressbookAddAddrLink>span {
    color: #f99207;
    font-weight: bold;
    position: relative;
    top: -2px
}

#addressbookAddAddrLink:hover>span {
    text-decoration: underline
}

.storedCardDelete {
    width: 50px
}

@media only screen and (max-width: 900px) {
    .storedCardName {
        display: none !important
    }
}

@media only screen and (max-width: 650px) {
    .storedCardExpiry {
        display: none !important
    }
}

#orderDetails,
#orderDetailsTracking,
#orderDetailsDocuments {
    margin: 20px auto;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px
}

#orderDetailAddresses {
    display: table;
    width: 100%
}

#orderDetailAddresses div {
    display: table-cell
}

#orderDetailAddresses #addressLeft,
#orderDetailAddresses #addressRight {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 15px 20px 20px 20px;
    width: 49.2%
}

#orderDetailAddresses #addressLeft {
    margin-right: 5px
}

.orderDetailHeader {
    color: #1bbd6f;
    font-size: 24px;
    padding-bottom: 5px
}

.orderDetailTitle {
    display: inline-block;
    width: 200px
}

#orderDetailOpenClose {
    display: inline-block;
    background: #e0e0e0 url("/images/open_small.png") no-repeat center center;
    width: 12px;
    height: 12px;
    border: 1px solid #888;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    top: 1px
}

#orderDetailDims {
    display: none
}

.orderDetailDim {
    display: inline-block;
    text-align: right
}

#orderDetailDetails,
#orderDetailTracking {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 15px 20px 20px 20px;
    margin-bottom: 10px
}

.downloadBox {
    display: inline-table;
    text-align: center;
    margin-top: 20px;
    margin-top: 12px;
    margin-right: 12px;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    overflow: hidden
}

.downloadBox>.downloadIcon {
    display: table-cell;
    width: 45px;
    background: transparent url(/images/pdf-download.png) no-repeat center center
}

.downloadBox>.print6x4Icon {
    display: table-cell;
    width: 45px;
    background: transparent url(/images/label-printer.png?v=1) no-repeat center center
}

.downloadBox>.printA4Icon {
    display: table-cell;
    width: 45px;
    background: transparent url(/images/printer.png?v=1) no-repeat center center
}

.downloadBox.notAvailable {
    cursor: not-allowed
}

.downloadBox.notAvailable .downloadIcon {
    background: transparent url(/images/pdf-download-not-ready.png) no-repeat center center
}

.downloadBox.notAvailable .downloadText {
    color: #aaa
}

.downloadBox>.downloadText {
    display: table-cell;
    font-size: 14px;
    width: 130px;
    vertical-align: middle;
    line-height: 1.5;
    -user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    color: #1bbd6f
}

.downloadBox:hover {
    background-color: #f0f0f0
}

.downloadContainer>.downloadBox:last-child {
    margin-right: 0
}

.sdHolder {
    display: table;
    width: 100%;
    table-layout: fixed
}

.sdGap {
    display: table-cell;
    width: 30px
}

.sdHeader {
    background-color: #1bbd6f;
    color: #ffffff;
    height: 38px;
    font-weight: 600;
    padding-top: 5px
}

.sdHeader span {
    padding-left: 8px
}

.sdBox {
    display: table-cell
}

.sdInner {
    background-color: #f8f8f8;
    border: 2px solid #1bbd6f;
    border-radius: 3px;
    height: 100%;
    margin: 12px 0
}

.sdContents {
    display: table;
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin: 3px 0
}

.sdRow {
    display: table-row
}

.sdRow div {
    display: table-cell
}

.sdRow>div {
    padding: 7px 8px
}

.sdRow>div:first-child {
    width: 170px;
    font-weight: 600;
    color: #2F404D
}

.sdEdit {
    cursor: pointer
}

.sdView {
    text-align: right;
    padding: 0 8px !important
}

.sdView>input {
    height: auto;
    padding: 6px 0;
    margin: 0;
    width: 58px;
    font-size: 14px
}

#sdViewLog {
    height: 248px;
    font-size: 14px;
    overflow-y: auto;
    margin: 1px;
    padding: 4px 6px
}

.sdTick,
.sdCross {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    margin: 1px 0 0 5px
}

.clipboardCopy {
    cursor: pointer;
    margin-right: 6px
}

input.sdEditButton {
    height: 32px;
    padding: 0 14px;
    font-size: 14px;
    position: relative;
    top: -3px;
    margin-right: 4px
}

.sdNotesTitle {
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #3e6da0;
    background-color: #eeeeee
}

.sdNotesTitle>div {
    display: table-cell;
    padding: 6px
}

.sdNotesTitle div:nth-child(1) {
    width: 200px
}

.sdNotesDetails {
    display: table;
    width: 100%;
    margin-bottom: 2px;
    font-size: 14px;
    color: #2F404D;
    background-color: #f5f5f5
}

.sdNotesDetails>div {
    display: table-cell;
    padding: 5px 6px;
    line-height: 1.6;
    height: 52px
}

#sdOrderNotes {
    width: 100%;
    height: 248px;
    overflow-y: auto;
    margin: 1px
}

#trackingPopupInner {
    display: none
}

#trackingETASignedValue {
    color: #1bbd6f
}

#trackingStatusValue {
    color: #1bbd6f;
    margin-right: 50px
}

@media only screen and (max-width: 850px) {
    .sdHolder {
        display: block
    }

    .sdBox {
        display: block
    }

    .sdGap {
        display: none
    }
}

.settings .setting {
    margin-top: 20px;
    display: table;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff
}

.settings .setting:first-child {
    margin-top: 0
}

.settings .setting>div {
    display: table-cell;
    padding: 20px 24px;
    line-height: 2
}

.settings .settingHelp p {
    line-height: 1.6
}

.settings .setting>div:nth-child(2) {
    width: 300px;
    background-color: #f8f9f9;
    vertical-align: middle;
    text-align: center
}

.settings .setting .switch {
    margin-top: 14px;
    margin-right: 10px
}

.settings .setting .settingText {
    font-size: 18px;
    vertical-align: top;
    font-weight: 600
}

.settings .setting .settingHelp {
    margin-top: 10px;
    font-size: 14px
}

.settings .settingSubTitle {
    display: inline-block;
    background-color: #f8f9f9;
    border: 1px solid #e7e8e8;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600
}

.settings .settingSubTitle:not(:first-child) {
    margin-top: 20px
}

#tabContainer {
    margin-top: 30px
}

.tab {
    float: left;
    text-align: center;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    -webkit-touch-callout: none;
    -user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    background-color: #fafafa;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-right: 2px;
    font-weight: 600;
    position: relative;
    top: 1px;
    border-bottom: 1px solid #e0e0e0
}

.tab:hover {
    color: #1bbd6f;
    background-color: #f5f5f5
}

.tab.selected {
    color: #1bbd6f;
    background-color: #f5f5f5;
    cursor: default;
    border-bottom: 1px solid #f5f5f5
}

.tabContent {
    padding: 20px;
    background-color: #F5F5F5;
    border-radius: 0 4px 4px 4px;
    border: 1px solid #e0e0e0
}

.tabContent {
    display: none
}

.tabContent.selected {
    display: block
}

.modal-background {
    display: flex;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    justify-content: center;
    transition: all .2s ease-in-out;
    overflow: auto
}

.modal-background.shown {
    background: rgba(0, 0, 0, 0.4)
}

.modal.shown {
    transform: scale(1);
    opacity: 1
}
#infoPopRight {
    display: table-cell;
    width: 370px;
    padding-left: 20px;
    vertical-align: middle;
}
.modal.anchored {
    margin-top: 20px;
    align-self: flex-start
}
#quoteTypeArea {
    background-color: #ffffff; z-index: 50; position: relative; top: 0; width: 95%; max-width: 1200px; margin: 0 auto; padding: 6px 0 16px 0; position: -webkit-sticky; position: sticky;
  }
  #quoteTypeArea.fixed {
      position: fixed; top: 0; width: 100%; box-shadow(0px 0px 5px 0px rgba(0,0,0,0.75));   
  }
  @media screen and ( max-height: 300px ) {
      #quoteTypeArea { position: static; }	
  }
  
  
  #quoteProgress { position: relative; border: 1px solid #ebedee; height: 38px; margin-top: 13px; margin-bottom: 3px; text-align: center; }
  #quoteProgressBar { background-color: #f8f8f8; height: 100%; }
  #quoteProgressText { position: absolute; top: 7px; left: 0; right: 0; font-size: 14px; color: #808080; }
  #quoteProgressText img { display: inline-block; position: relative; top: 3px; left: 5px; }
  
  #quoteTypeHelper { margin-top: 10px; }
  
  
  #quoteFilter { width: 100%; vertical-align: top; margin-top: 10px; }
  
  #filterOptions {
      display: inline-block; margin-top: 0; margin-right: 16px; background-color: #f8f8f8; font-size: 16px; font-weight: normal;
      border-radius: 2px;	height: 44px; padding: 0 16px; border: 1px solid #a8a9aa; 
  }
  
  #qtbEmail { float: right; font-weight: normal; margin-top: 1px; font-size: 16px; }
  

  .quotePanel .resultType {
      color: #1bbd6f; font-size: 24px; font-weight: 600; text-align: left; line-height: 1.2; margin-bottom: 6px;
  }
  .quotePanel .resultText { font-size: 16px; margin-bottom: 20px; }
  
  
  
  
  #rateBody { line-height: 1.5; }
  #rateTable { width: 100%; }
  #rateTable td { padding-top: 2px; padding-bottom: 2px; }
  
  
  #qtbCarrier { margin-right: 0; }
  
  .quoteResult {
      display: table; position: relative; background-color: #ffffff; width: 100%; border-radius: 4px;
      margin-bottom: 8px; font-size: 13px; line-height: 1.5; overflow: hidden; height: auto;
  }
  .quoteResult .box-info{
    padding: 1rem 0rem 1rem 0rem !important;
  }
  .quoteResult .quoteBookButton {
    width: max-content !important;
}
.quoteResult .box-info > *{
    width: 25%;
}
@media screen and (max-width: 900px) {
    .quoteResult {
        flex-wrap: wrap;
    }
    .quoteResult > * {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}
  @media screen and (max-width: 600px) {
    .quoteResult > *{
        padding: 5px 0px !important;
    }
    .quoteResult .box-info > *{
        width: 100%;
        margin-bottom: 7px;
    }

    .quoteResult .box-info{
        flex-wrap: wrap;
        width: 100%;
    }
    .quoteResult .box-action{
        width: 100%;
        margin: 0;
    }
    .quoteResult .box-info .quoteDelText{
        flex: 1
    }
    .quoteResult .box-info br{
        display: none;
    }
    .quoteResult .box-info strong{
        margin-right: 10px;
        min-width: 100px;
        display: inline-block;
    }
    .quoteResult .quotePrice{
        padding-right: 0 !important;
    }
    .quoteResult .quotePrice > .quotePriceEx {
        text-align: center;
    }
    .quoteResult .quoteBookButton,.quoteResult .quoteBookCell {
        width: 100% !important;
    }
  }

  .quoteResult > div { display: table-cell; }
  .quoteResult span { vertical-align: baseline; display: inline-block; }
  
  .quoteResult > div.quoteBreak1 { display: none; }
  .quoteResult > div.quoteBreak3 { display: none; }
  
  .quoteResult .quoteLogo { vertical-align: middle; text-align: center; width: 98px; padding: 0 10px 0 10px; }
  .quoteResult .quoteLogo img { width: 100%; height: auto; vertical-align: middle; border-radius: 2px; }
  
  .quoteResult .quoteService { vertical-align: middle; width: 150px; padding-right: 10px; }
  
  .quoteResult .quoteCollDropImage { vertical-align: middle; padding-right: 10px; width: 33px; }
  .quoteResult .quoteCollDropImage > img { vertical-align: middle; cursor: help; } 
  .quoteResult .quoteCollDropText { vertical-align: middle; width: 90px; padding-right: 10px; }
  .quoteResult .quoteCollDropText > span { cursor: help; }
  
  .quoteResult .quoteDelImage { vertical-align: middle; padding-right: 10px; width: 33px; }
  .quoteResult .quoteDelImage > img { vertical-align: middle; cursor: help; } 
  .quoteResult .quoteDelText { vertical-align: middle; width: 134px; padding-right: 10px; }
  .quoteResult .quoteDelText > span { cursor: help; }
  
  .quoteResult .quoteCoverImage { vertical-align: middle; padding-right: 10px; width: 33px; }
  .quoteResult .quoteCoverImage > img { vertical-align: middle; cursor: help; } 
  .quoteResult .quoteCoverText { vertical-align: middle; width: 90px; padding-right: 10px; }
  .quoteResult .quoteCoverText > span { cursor: help; }
  
  .quoteResult .quotePrinterImage { vertical-align: middle; padding-right: 10px; width: 33px; }
  .quoteResult .quotePrinterImage > img { vertical-align: middle; cursor: help; } 
  .quoteResult .quotePrinterText { vertical-align: middle; width: 90px; padding-right: 10px; }
  .quoteResult .quotePrinterText > span { cursor: help; }
  
  .quoteResult > div.quoteInfoImage { vertical-align: middle; padding-right: 10px; width: 33px; }
  .quoteResult > div.quoteInfoImage > img { vertical-align: middle; cursor: pointer; }
  .quoteResult > div.quoteInfoText { display: none; vertical-align: middle; width: 90px; padding-right: 10px; }
  .quoteResult > div.quoteInfoText > span { cursor: pointer; }
  
  .quoteResult .quotePrice { vertical-align: middle; text-align: right; padding-right: 10px; white-space: nowrap; }
  .quoteResult .quotePrice > .quotePriceEx { color: #E25847; font-size: 26px; line-height: 1.2; font-weight: 600; }
  
  .quoteResult .quoteBookCell { vertical-align: middle; width: 92px; padding-left: auto; padding-right: auto; }
  .quoteResult .quoteBookButton { width: 80px; }
  .quoteResult .quoteBookButton.disabled {
      padding: 0; white-space: normal; background-color: #e0e1e1;	cursor: not-allowed; font-size: 13px;
  }
  
  .quoteResult .testLogo {
    background-color: #aa0000; font-size: 11px; font-weight: 600; color: #ffffff; line-height: 1;
    position: absolute; top: 3px; left: 10px; padding: 2px 4px; border-radius: 2px;
  }
  #noResults { max-width: 300px; margin: 0 auto; border: 1px solid red; text-align: center; }
  
  
  
  
  #infoLogoCell { display: table-cell; width: 140px; padding-right: 20px; }
  #infoLogo { border-radius: 4px; width: 100%; }
  
  #infoCarrierHeader, #infoServiceHeader, #infoDeliveryHeader { color: #1bbd6f; margin-bottom: 6px; }
  
  
  #infoPopup {
      border: 12px solid #1bbd6f;
      padding: 20px 30px 30px 30px;
      max-width: 1100px;
  }
  #infoPopLeft {
      display: table-cell;
      vertical-align: top;
      padding-right: 20px;
      padding-top: 6px;
      border-right: 4px solid #1bbd6f;
  }
  #infoPopRight {
      display: table-cell;
      width: 370px;
      padding-left: 20px;
      vertical-align: middle;
  }
  
  
  #infoCloseButton {
      background-color: transparent; color: inherit; position: absolute; right: 8px; top: 8px; 
      font-size: 28px; font-weight: normal; padding: 3px 10px; width: auto; height: auto; line-height:1
  }
  
  #infoCloseButton:hover, #infoCloseButton:focus { background-color: #f0f0f1; }
  
  
  #infoTitle {
      font-size: 20px;
      color: #1bbd6f;
      font-weight: 600;
      line-height: 1.5;
  }
  #infoTitleSub {
      font-size: 14px;
      line-height: 1.5;
  }
  #infoServiceDetails, #infoCarrierDetails, #infoDeliveryDetails, #infoImportantDetails {
      font-size: 14px;
      line-height: 1.5;
  }
  .infoImage {
      width: 60px;
      display: block;
      border: 1px solid #1bbd6f;
      border-radius: 50%;
  }
  .iTxt1 {
      font-size: 16px;
      color: #1bbd6f;
      line-height: 1.4;
  }
  .iTxt2 {
      font-size: 14px;
      line-height: 1.4;
  }
  
.modal .modalHeader {
    background-color: #fafafb;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #f6f6f7;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 10px 0 8px 0;
    position: relative
}

.modal .modalBody {
    padding: 0 30px 30px 30px
}

.modal .modalHeader .modal-close {
    position: absolute;
    right: 20px;
    top: 4px;
    font-size: 28px;
    font-weight: normal
}

.quoteTabHeader {
    width: 130px;
    background-color: blue;
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    display: inline-block;
    background-color: #d0daea;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 12px 0 11px 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.quoteTabHeader:hover,
.quoteTabHeader:active {
    color: #ffffff;
    text-decoration: none;
}

.quoteTabHeader.selected {
    background-color: #1bbd6f;
}

#btnAddParcel {
    margin-right: 10px;
}

.btnRemoveParcel,
.btnRemoveParcelSmall {
    height: 38px;
    width: 45px;
    font-weight: normal;
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 4px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.btnRemoveParcelSmall {
    float: left;
    margin-left: 15px;
    display: none;
}

.quote1-responsive-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.quote1-responsive-container>.fluid {
    display: table-cell;
    padding-bottom: 20px;
}

.quote1-responsive-container>.fixed {
    display: table-cell;
    width: 15px;
}

.fullQuotePackage {
    float: left;
    background-color: #f0f0f0;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 4px;
    width: 100%;
}

.fullQuotePackageNum {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 100px;
    font-size: 18px;
}

.fullQuoteDims input,
.fullQuoteWeight input {
    width: 100%;
    height: 100%;
}


#full-quote input,
#full-quote .searcha,
#full-quote .selecta,
#full-quote select {
    border-width: 0px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.3s ease-in-out;

}
#full-quote input[type="number"] {
    max-width: 100px;
    height: 44px;
}
@media screen and (max-width: 650px){
    #full-quote .box-size{
        flex-wrap: wrap;
    }
}

#full-quote .select2 .selection .select2-selection {
    border-width: 0px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    transition: 0.3s ease-in-out;
    background-color: #ffffff;
    height: 45px;
    vertical-align: middle;
    padding: 0 12px;
    border-radius: 2px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 45% !important;
    transform: translateY(-50%);
}
#full-quote input::focus,
#full-quote .searcha::focus,
#full-quote .selecta::focus,
#full-quote select::focus {
    border-radius: 99px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.3s ease-in-out;
}
.full-quote{
    
}
.fullQuoteKgcm {
    height: 38px;
    line-height: 38px;
    width: 32px;
    font-size: 15px;
    color: #ffffff;
    margin-right: 42px;
    background-color: #1bbd6f;
    border-radius: 3px;
    text-align: center;
    position: relative;
    cursor: default;
}

.dim0 {
    margin-left: 30px;
}

@media only screen and (max-width: 790px) {
    .dim0 {
        margin-left: 20px;
    }

    .dim1 {
        clear: both;
        margin-left: 100px;
    }

    .kg {
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .fullQuotePackageNum {
        display: none;
    }

    .dim0,
    .dim1 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .quote1-responsive-container>.fixed {
        display: none;
    }

    .quote1-responsive-container>.fluid {
        display: block;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #full-quote {
        width: 99%;
    }

    .fullQuotePackage {
        padding: 10px;
    }

    #btnAddParcel {
        float: none;
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    #btnCopyParcel {
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        width: 90%;
    }
}

@media only screen and (max-width: 470px) {
    .quoteTabHeader {
        width: 110px;
        font-size: 14px;
    }

    .btnRemoveParcelSmall {
        display: inline;
    }
}


@media only screen and (max-width: 430px) {
    .fullQuoteDims {
        width: 57px;
    }
}

@media only screen and (max-width: 350px) {
    .quoteTabHeader {
        width: 80px;
        font-size: 14px;
    }
}
.quote-icon i{
    font-size: 17px;
}
#infoContents{
    display: flex;
}
#infoContents #infoPopLeft{
    flex: 1;
}
@media only screen and (max-width: 650px) {
    #infoContents{
        display: table;
    }
}
.quote-icon{
    color: #1bbd6f;
    font-size: 18px;
}
#infoPopRight .icon-show{
    width: 40px;
    height:40px;
    border-radius: 10px;
    border: 1px solid #cfe1d8;
    font-size: 16px;
    padding: 10px;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#result_search:not(.show){
    width: 0px !important;
    padding: 0 !important;
}
#result_search{
    transition: 0.5s ease-in-out;
}
.row-content > div {
    padding: 0px 10px;
}
#pageContent {
    overflow: hidden;
}
#data-box-quote input, #data-box-quote select,#data-box-quote .select2-selection,.select2-search__field, .input-custom {
    border: 0px;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 14px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}
.select2-dropdown{
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
    margin-top: 3px;
}
#data-box-quote .box-size{
    flex-wrap: wrap;
    gap: 5px;
}

.fullQuotePackageData{
    width: 100%;
}
.fullQuotePackage{
    position: relative;
    padding-top: 50px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.btnRemoveParcel{
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
}
.fullQuotePackageName{
    position: absolute;
    width: 80%;
    left: 18px;
    top: 9px;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.8;
}
.fullQuotePackage .input-group{
    width: calc((100% - 15px) / 4);
}
.input-group{
    position: relative;
}

.input-group label{
    position: absolute;
    width: 80px;
    height: calc(100% - 10px);
    padding: 0px 5px;
    font-size: 13px;
    left: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
    border-radius: 5px !important;
    background: #efefef;
    opacity: 0.4;
}

.input-group input{
    padding-left: 90px !important;
    width: 100%;
}
@media screen and (max-width: 400px) {
    .input-group label{
        width: 60px;
        font-size: 10px;
    }
    .input-group input{
        padding-left: 70px !important;
        width: 100%;
    }
}
.fullQuotePackage .input-group{
    width: calc((100% - 15px) / 4);
    display: block;
}
.fullQuotePackage .input-group input{
    height: 38px;
}
#data-box-quote.col-lg-5 .fullQuotePackage .input-group{
    width: calc((100% - 5px) / 2);
}
@media screen and (max-width: 687px) {
    .fullQuotePackage .input-group{
        width: calc((100% - 5px) / 2);
    }
    #data-box-quote.col-lg-5 .surcharge-box .input-group, .surcharge-box .input-group{
        width: 100% !important;
    }
    #data-box-quote.col-lg-5 .surcharge-box > div{
        margin-left: 0 !important;
    }
}
#data-box-quote.col-lg-5 .surcharge-box .input-group{
    width: 100% !important;
    margin-bottom: 7px !important;
}
#data-box-quote.col-lg-5 .surcharge-box > div{
    margin-left: 0 !important;
}
/* @media screen and (max-width: 980px) {
    #result_search {
        overflow: unset;
    }
} */
.surcharge-box .title{
    font-size: 14px;
    flex: 1;
}
.quoteSectionHeader{
    font-size: 18px;
    font-weight: 600;
    color: #E84839;
}
#result_search .quoteResult .box-info{
     flex-wrap: wrap;
     gap: 5px;
}
#result_search .quoteResult .box-info > div{
     width: calc((100% - 15px) / 4);
     min-width: 140px;
}
.header-quote{
    background-image: url('../images/20210816113016593.jpg');
    background-size: 100%;
    background-position: 50% 50%;
    padding: 120px 0px !important;
    position: relative;
}
.header-quote > *{
    z-index: 2;
}
.header-quote > h1{
    font-size: 32px;
    color: #fff;
    display: block;
    position: relative;
}
.header-quote::after{
    content: '';
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #00000097;
    position: absolute;
    top: 0;
    left: 0;
}
#data-box-quote.col-lg-5 .surcharge-box{
    display: block !important;
    margin-left: 0 !important;
}
.surcharge-box{
    gap: 4px;
}
#data-box-quote.col-lg-5 .select-surcharge-box{
    width: 100%;
}   

.select-surcharge-box{
    width: calc((100% - 5px) / 2);
}    
@media screen and (max-width: 687px) {
    .select-surcharge-box{
        width: 100%;
    }  
}
@media screen and (min-width: 400px) {  
    .fullQuotePackage{
        background-color: #fff9f9;
        border-radius: 6px;
    }
}
#tag-service{
    border-left: 5px solid #1bbd6f;
}

@media screen and (max-width: 775px) {  
    #tag-service{
        border: 1px dashed #d2d2d2;
        border-radius: 8px;
        padding: 10px 10px 10px 10px;
        margin: 10px 0;
    }
}

@media screen and (max-width: 1320px) {  
    .quoteResult{
        flex-wrap: wrap;
    }
    .quoteResult .box-info{
        order: 3;
        padding-left: 16px !important;
    }
}
@media screen and (max-width: 600px) {  
    .quoteResult .box-info{
        order: unset;
        padding-left: 0px !important;
    }
}