﻿.accountHeader{
    background-image: url('../../images/products_Header_Sample.jpg');
    background-size: cover;
    position: relative;
}

/* styling for the shipping and billing page */
.shippingBillingContent{
    display:block;
    width:1000px;
    height:950px;
    margin:0 auto;
    margin-top:50px;
}

.shippingBillingContent label{
font-size:16px;
}


.shippingSide{
    display:inline-block;
    width:500px;
    padding-left:70px;
    margin-left:10px;
    border-right:1px solid #969696;
}
.billingSide{
    width:400px;
    padding-left:110px;
    display:inline-block;
    position:relative;
    margin:0 auto;
}

.shippingErrorMessage{
    margin-bottom:15px;
}

.block {
    text-align:left;
}
.shippingBillingFooter{
    height:20px;
    margin-top:40px;
    margin-bottom:100px;
    position:relative;
}
.shippingBillingTextBox{
    padding: 6px;
    width: 300px;
    -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
    box-shadow: inset 2px 2px 2px 0px #dddddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
.shippingBillingTextBox:focus{
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
    border-radius: 4px;
}

.billingButton{
    border:none;
    padding: 11px 19px;
    position:absolute;
    right:0;
}

.billingButton:hover{
    cursor:pointer;
}

.loginheaders{
    font-weight:700;
    font-size:1.3em;
}

@media (max-width:767px) {
    /* EditCustomerShippingBilling page */
    .pageBanner .loginheaders{
        font-size:1.5em;
        width:80%;
    }

    .shippingBillingContent{
        width:80%;
        margin:0 auto;
        margin-bottom:710px;
    }

    .shippingSide{
        margin-top:30px;
        margin-left:0;
        width:85%;
        border-right:none;
        padding-left:0;
        border-bottom:1px solid #636363;
        padding-bottom:20px;
        margin-bottom:40px;
    }

    .billingDivider{
        width:100%;
        height:1px;
        border-bottom:1px solid black;
        margin-bottom:30px;
    }

    .billingSide{
        padding-left:0;
        width:85%;
        margin:0 auto;
    }

    .shippingBillingFooter{
        margin-top:20px;
        margin-left:0;
    }

    .billingButton {
        left: 50%;
    }
}

@media (min-width:768px) and (max-width:1180px){
    /* EditCustomerShippingBilling page */
    .pageBanner .loginheaders {
        font-size: 1.5em;
        width: 80%;
    }

    .shippingBillingContent {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 710px;
    }

    .shippingSide {
        margin-top: 30px;
        margin-left: 0;
        width: 85%;
        border-right: none;
        padding-left: 0;
        border-bottom: 1px solid #636363;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .billingDivider {
        width: 100%;
        height: 1px;
        border-bottom: 1px solid black;
        margin-bottom: 30px;
    }

    .billingSide {
        padding-left: 0;
        width: 85%;
        margin: 0 auto;
    }

    .shippingBillingFooter {
        margin-top: 20px;
        margin-left: 0;
    }

    .billingButton{
        left:0;
        margin-bottom:40px;
    }
}