﻿/* account style */
/* header style */

.account-header {
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}
.account-header > h1 {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 20px;
}
.account-header > p {
    max-width: 870px;
    margin: 0 auto;
    font-size: 1.5em;
}

@media only screen and (max-width: 780px) {
    .account-header > h1 {
        font-size: 2em;
    }
    .account-header > p {
        font-size: 1em;
    }
    .account-information-section {
        overflow-x:scroll;
    }
}

/* login page */
.login-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/Site/banner_Generic.jpg');
    height: 480px;
}
.login-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.login-section > ul {
    list-style-type: none;
}
.login-section > ul > li {
    margin: 30px;
}
.login-section > ul > li > input[type=submit] {
    margin-right: 100px;
}
.login-section> ul > li > label {
    padding-left: 10px;
}
.order-details-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/Site/banner_Generic.jpg');
    height: 480px;
}
/* this is stolen from contact us for the box on login page */
.login-section-text {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.login-section-text > ul.box1 {
    list-style-type: none;
    background-color: #102933;
    padding: 20px;
    margin-top: 50px;
    box-sizing: border-box;
}
.login-section-text > ul.box1 > li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px;
    width: 49%;
    color: white;
}
.login-section-text > ul.box1 > li:nth-child(2) {
    border-left: solid 1px #3dcd58;
}
.login-section-text > ul.box1 > li > p {
    font-size: 0.8em;
    margin-bottom: 20px;
}

/* input boxes on login page */
.login-section input[type=text], .login-section input[type=password] {
    border: 0;
    height: 35px;
    width: 400px;
    font-family: Barlow-SemiBold, sans-serif;
    font-size: 1em;
    color: #666666;
    border-bottom: solid 1px black;
}

/* sign up page style */
.sign-up-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/Site/banner_Generic.jpg');
    height: 400px;
}
.sign-up-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.sign-up-section > ul {
    list-style-type: none;
}
.sign-up-section > ul > li {
    padding: 4px;
}

.sign-up-section input[type=text], .sign-up-section input[type=password], .sign-up-section select  {
    border: 0;
    height: 35px;
    width: 400px;
    font-family: roboto, sans-serif;
    font-size: 1em;
    color: #666666;
    border-bottom: solid 1px black;
}

.sign-up-section .navigation_button {
    color: black;
}
.sign-up-section .navigation_button:hover {
    color: white;
}
    /*.sign-up-section input::placeholder {
        color: #3DCD58;
    }*/


/* account information page style */
.account-information-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/Site/banner_Generic.jpg');
    height: 480px;
}

.account-information-section {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .account-information-section a:link, .account-information-section a:visited {
        font-family: Arial, sans-serif;
        color: #4A0885;
        text-decoration: none;
    }
    .account-information-section a:active, .account-information-section a:hover {
        font-family: Arial, sans-serif;
        color: #6B04A8;
        text-decoration: none;
    }



/* faq page style */
.faq-section {
    max-width: 1200px;
    margin: 0 auto;
}
.faq-section > ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px;
}



/* upload file page */
.upload-file-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/Site/banner_Generic.jpg');
    height: 480px;
}
.upload-file-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.upload-file-section > ul {
    list-style-type: none;
}
.upload-file-section > ul > li {
    padding: 4px;
}
.smallText {
    font-size: 0.8em;
}


/* forgot password page style */
.forgot-password-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}




/* button style for this folder */
.contact-us-website-link {
    color: black;
    font-size: .8em;
    background-color: rgba(0, 0, 0, 0);
    border: solid 2px #6B04A8;
    border-radius: 10px;
    padding: 2px 20px 2px 20px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    -o-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}
    .contact-us-website-link:hover {
        background-color: #6B04A8;
        color: white;
    }

/* Order Status Grid */
.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
}
.mGrid td { 
    padding: 2px; 
    border-bottom: dotted 1px #c1c1c1; 
    color: #717171; 
}
.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    background: #424242; 
    border-left: solid 1px #525252; 
    vertical-align:bottom;
}
.mGrid .alt { background: #efefef; }
.mGrid .pgr { background: #424242; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px;  
    font-weight: normal; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid a { text-decoration: none; }
.mGrid .pgr a { color: #999999; text-decoration: none; }
.mGrid .pgr a:hover { color: #ff7e28; text-decoration: none; }
.GridHeaderStyle a {color: #ffffff;} 

.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.7;
}

.header
{
    margin-top: 10px;
}
.headerWhite
{
    color:#ffffff;
    margin:5px;
}
/*customer portal jump nav */
.customer-portal-nav {
    width: 100%;
    height: 50px;
    background-color: #ececec;
    text-align: center;
    margin-bottom: 20px;
}
.customer-portal-nav > ul {
    display: block;
    list-style-type: none;
}
.customer-portal-nav > ul > li {
    display: inline;
}
.customer-portal-nav > ul > li + li:before {
    content: ' | ';
    padding: 0 10px;
    font-size: 0.8em;
    height: 0.8em;
    line-height: 0.8em;
}
.customer-portal-nav > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 10px;
    font-size: .8em;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
}
.customer-portal-nav > ul > li > a:hover {
    color: #3DCD58;
}
.ordered-list {
    text-align: left;
    margin: 5px;
}