/*Styles for Cart and CheckOut Pages*/


/*Styles for CheckOut Pages
Author: Pratyusha Yadavilli;
*/

@import 'cart.css';
@import 'tenantInfo.css';
@import 'orderreview.css';
.ms-checkout .form-group {
    position: relative;
}

.thumbnail {
    background-color: transparent;
    border: 0px;
    margin: 0 auto;
    width: auto
}

.nav-pills>li>a {
    border-radius: 0px;
    border-bottom: 7px solid #dfe6ed;
    margin: 0px 10px;
    padding-bottom: 0px
}

.dropdown-backdrop {
    display: none;
}

.nav-pills>li>a .list-group-item-heading {
    font-size: 16px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #2387aa;
    background-color: transparent;
    border-bottom: 7px solid #2387aa
}

.poPayment-messagingSection-Error .alert.alert-danger:nth-child(1) {
    display: none;
}

.cart-errormessage {
    background-color: #e62809 !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
    padding-left: 11px !important;
    border-radius: 0px !important;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 0px 10px 11px;
}

.cart-errormessage-container {
    display: inline;
    background-color: #e62809;
    color: white;
    font-family: "Siemens-Roman";
}

.ms-checkout .panel-helper {
    color: #788791;
    font-size: 12px;
    font-family: 'Siemens-Italic';
}

.ms-checkout .cc_heading {
    border-bottom: 1px solid #979797;
    color: #2387aa;
}

.ms-checkout .cc_heading .cc_title {
    font-size: 30px;
    line-height: 36px;
}

.ms-checkout .cc_heading .cc_title_message {
    font-size: 25px;
    line-height: 36px;
}

.ms-checkout .cc_body {
    padding: 12px 0px;
}

.ms-checkout .requiredfield-message {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.cart-warnmessage {
    background-color: #eb780a !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
    padding-left: 11px !important;
    border-radius: 0px !important;
}

.cart-warnmessage .alert-info {
    display: inline;
    font-family: "Siemens-Roman";
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

input:focus~.floating-label,
input:not(:focus):valid~.floating-label,
input:read-only:not([value='']):not(:focus)~.floating-label {
    top: 6px;
    bottom: 10px;
    left: 12px;
    font-size: 10px;
    opacity: 1;
}

input:read-only {
    pointer-events: none;
    cursor: not-allowed;
}

.floating-label,
input:not(:focus):not(:required)~.floating-label {
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 16px;
    color: #788791;
    transition: 0.2s ease all;
    font-size: 14px
}

.ms-checkout input:not(:placeholder-shown)~.floating-label {
    top: 6px !important;
    bottom: 10px !important;
    left: 12px !important;
    font-size: 10px !important;
    opacity: 1;
}


/* IE related styles */

.ms-checkout input[value]:not(:required):not(:focus):not(:-ms-input-placeholder)~.floating-label {
    top: 6px !important;
    bottom: 10px !important;
    left: 12px !important;
    font-size: 10px !important;
    opacity: 1;
}

.stateSection .form-control[disabled] {
    background-color: #eee !important;
    opacity: 1;
    cursor: not-allowed;
}

.stateSection .form-control {
    color: #788791;
}

.ms-checkout .requiredfield-message {
    margin-bottom: 5px;
}

.input-alert-container {
    background-color: #e62809;
    min-height: 30px;
    margin: 10px 0px 10px;
}

.alert-content {
    color: #fff;
    font-size: 17px;
    padding-left: 5px;
}

.alert-text-container {
    padding: 3px 0 0 15px;
    color: #fff;
    font-size: 17px;
}

.payment-sub-title {
    border-bottom: 1px solid #979797;
    /* height: 90px;*/
    font-size: 20px;
}

.payment-selection {
    margin: 21px 0px 0px
}

.payment-selection button {
    text-align: left
}

.payment-opts button {
    height: 34px !important;
}

.payment-opts button span {
    height: 34px;
    line-height: 22px;
    padding-right: 6px
}

.payment-opts button:hover span {
    display: inline !important;
}

.cc_stored_payment_display {
    vertical-align: top
}

.cc_po_action_buttons,
.po-field-buttons,
.savedFilePOActions {
    border-top: 1px solid #979797;
    padding-top: 27px;
    margin-top: 35px;
}

#pay-drop[aria-expanded=true] .icon-arrow-down-small {
    display: none;
}

#pay-drop[aria-expanded=false] .icon-arrow-up-small {
    display: none;
}

#pay-sold-drop[aria-expanded=true] .icon-arrow-down-small {
    display: none;
}

#pay-sold-drop[aria-expanded=false] .icon-arrow-up-small {
    display: none;
}

#dropdown-icon {
    padding-top: 3px;
}

.soldTo-section {
    margin-bottom: 35px;
}

@supports (-ms-ime-align: auto) {
    input:focus:not(:required)~.floating-label,
    input:not(:focus):not(:required)~.floating-label {
        top: 6px;
        bottom: 10px;
        left: 12px;
        font-size: 10px;
        opacity: 1;
    }
    /*input[value]:not(:required):not(:focus) ~ .floating-label, input:not(:required):not(:focus):not([value='']) ~ .floating-label {
		top: 6px !important;
		bottom: 10px !important;
		left: 12px !important;
		font-size: 10px !important;
		opacity: 1;
	}*/
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .floating-label,
    input:not(:focus):not(:required)~.floating-label {
        position: absolute;
        pointer-events: none;
        left: 12px;
        top: 16px;
        color: #788791;
        transition: 0.2s ease all;
        font-size: 14px
    }
    input:focus~.floating-label,
    input:not(:focus):valid~.floating-label,
    input:read-only:not(:focus):not([value=''])~.floating-label,
    input:not(:focus):not([value=''])~.floating-label {
        top: 6px;
        bottom: 10px;
        left: 12px;
        font-size: 10px;
        opacity: 1;
    }
    input[value]:not(:required):not(:read-only):not(:focus)~.floating-label {
        pointer-events: none;
        left: 12px;
        top: 16px;
        color: #788791;
        transition: 0.2s ease all;
        font-size: 14px
    }
    input[value]:not(:required):not(:read-only):not(:focus)~.floating-label,
    input:not(:placeholder-shown)~.floating-label {
        top: 6px;
        bottom: 10px;
        left: 12px;
        font-size: 10px;
        opacity: 1;
    }
    /* IE related styles */
    input:focus~.floating-label,
    input[value]:not(:focus):not(:-ms-input-placeholder)~.floating-label {
        /*top: 6px !important;*/
        bottom: 10px !important;
        left: 12px !important;
        /*font-size: 10px !important;*/
        opacity: 1;
    }
}


/**.ms-checkout input:focus ~ .floating-label,.ms-checkout input:not(:focus):valid ~ .floating-label{
    top: 2px;
}*/

.stateSection .form-control {
    height: 38px;
    border: 1px solid #cdd9e1;
    box-shadow: none;
    font-size: 16px;
    border-radius: 0px;
    color: #788791;
    border-bottom: solid 1px #879baa;
}

.stateSection .form-control:focus {
    border-color: #005578;
    box-shadow: none;
}

.ms-checkout .ms-radio-button-wrapper {
    margin-left: 10px;
}

.ms-checkout .radio input[type="radio"] {
    margin-left: -10px;
}

.ms-checkout .radio {
    margin-right: 20px;
}

.ms-checkout .radio label {
    padding-right: 20px;
    padding-left: 18px;
}

.ms-checkout .accountFormRule {
    border-top: 1px solid #979797;
    margin-top: 0;
}

.ms-checkout .siemens-checkbox {
    color: #2d373c;
}

.ms-checkout label.checkbox {
    font-weight: normal;
}

.ms-checkout-btn {
    margin-top: 50px;
}

.ms-checkout-btn .dropdown-backdrop {
    display: none;
}

.ms-checkout-btn button {
    text-align: left;
}

.ms-checkout-btn button span {
    margin-top: 3px;
}

.ms-checkout-btn button:first-child span {
    padding-right: 5px;
}

.ms-checkout-btn button.btn-primary {
    position: relative;
}

.ms-checkout-btn button.btn-primary span {
    position: absolute;
    right: 10px;
}

.ms-checkout .requiredfield-message {
    margin-bottom: 20px;
}

.ms-checkout .ms-warn {
    color: #fff;
    background-color: #e62809;
    padding: 6px;
    font-size: 16px;
}

.ms-checkout .errClass {
    border: 3px solid #e62809;
}

.ms-checkout .ms-info {
    color: #fff;
    background-color: #eb780a;
    padding: 6px;
    font-size: 16px;
}

.ms-checkout .infoClass {
    border: 3px solid #eb780a;
}

@media only screen and (max-width: 767px) {
    .ms-checkout-btn {
        text-align: center;
    }
    .ms-checkout-btn button {
        float: none !important;
        display: block;
        margin: 0 auto;
    }
    .ms-checkout-btn button:first-child {
        margin-bottom: 20px;
    }
    .checkoutPaymentTarget .button,
    .checkoutPaymentTarget .cc_action_buttons {
        float: none !important;
        display: block;
        margin: 10px auto;
    }
    .chckt-button-container {
        margin: 0px auto;
        float: none;
    }
    .chckt-button--submit {
        margin: 40px auto;
        display: block;
        float: none !important;
        top: 20px;
    }
    /*.checkoutPaymentTarget .cc_action_buttons.psp-back{
        float: left !important;
    }*/
    .psp-back .paymentBack {
        margin: 0px !important
    }
}

.checkout-font-wrapper {
    font-size: 16px;
    letter-spacing: 0.3px;
}

.checkout-title-top {
    margin-top: 20px;
}

.list-margin li {
    margin-bottom: 20px;
}

.list-end {
    margin: 50px 0px 150px;
}

.nav-pills>li:first-child>a {
    margin-left: 0;
}

.nav-pills>li:last-child>a {
    margin-right: 0;
}

.thumbnail {
    padding: 4px 0;
}


/*Payments Styles*/

.cc_action_buttons.paymentButtons {
    position: relative;
    width: 210px;
}

.paymentCaret {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #fff;
}

.make-po-payment,
.cc_use_stored_payment,
.savedFilePOClick {
    text-align: left;
}

.backCaret {
    position: absolute;
    color: #2086ab;
    top: 12px;
    left: 10px
}

.paymentBack {
    padding-left: 28px;
    text-align: left
}

input.paymentBack:focus {
    outline: none;
    text-shadow: 0 0 0 #005578;
    color: transparent !important;
}

input.make-po-payment:focus {
    outline: none;
    text-shadow: 0 0 0 #faa50a;
    color: transparent !important;
}

.chckt-button {
    color: #fff;
    border: 2px solid transparent;
    background: #faa50a;
    height: 40px;
    font-size: 16px;
    border-radius: 0px;
    width: 210px;
    float: right;
    position: relative;
    padding: 0 !important;
    text-align: left;
    font-weight: normal;
}

.chckt-button .icon-arrow-right-small {
    margin-right: 10px !important;
    margin-top: 4px !important;
}

.chckt-button__text-content {
    padding: 0 !important;
    margin-left: 10px;
}

.psp-back {
    margin-top: 22px;
}

.card-mage {
    margin-bottom: 12px;
    float: right
}

.chckt-button--submit {
    position: relative;
}

.chckt-button__loading-icon {
    position: absolute;
    top: 10px;
}

.credit-payment-error {
    min-height: 45px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.credit-payment-error {
    min-height: 45px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.countryLabel,
.stateLabel {
    position: absolute;
    padding-left: 12px;
    font-size: 10px;
    padding-top: 3px;
    font-weight: normal;
    color: #788791;
}

select.text-custom,
.stateSection .form-control {
    padding-top: 11px;
}

.ccTotal {
    text-align: right;
    font-size: 22px;
    margin: 10px 0;
}

.paymentPOLabel {
    padding-left: 14px;
    color: #2086ab;
}

.paymentSoldToLabel {
    padding-left: 14px;
    color: #2086ab;
}

.payment-sub-title-text {
    font-size: 14px;
    margin-top: 10px;
}

.cc-verbiage {
    width: calc(100% - 100px);
}

@media only screen and (max-width: 991px) {
    .payment-sub-title {
        height: 250px;
    }
}

.address-suggestion-header {
    margin-bottom: 12px;
}

.address-suggestions {
    margin-bottom: 12px;
}

.address-suggestions button {
    margin-top: 12px;
}

.vat-help {
    width: 96%;
    float: left;
}

.vat-help-text {
    font-size: 24px;
    width: 3%;
    float: right;
    padding-top: 11px;
}

.vat-help-absolute {
    position: absolute;
    margin-left: 12px;
}

.add-help {
    font-size: 24px;
    float: right;
    position: relative;
    right: -28px;
    top: -40px;
}

input:read-only.acceptAllTerms {
    pointer-events: all;
    cursor: pointer;
}
.taxExemptRadioAlignment {
    pointer-events: auto !important;
    cursor: pointer !important;
    top: -29px
}