@import url('font_settings.css');
@import url('prfp.css');
@import url("snp.css");
@import url("eem.css");
@import url('loading_ring.css');
@import url("process_loading_indicator.css");
@import url("font_settings.css");
@import url("user_login_greeting.css");
@import url("y2klick.css");

.login_section_wrapper {
    display: none;
}
body {
    background-color: rgb(225,225,225);
    background-size:cover;
    background-position:center;
    background-origin: border-box;
    background-attachment: fixed;
}
#logo img {
    width: 115px;
    margin:auto auto;
}
#logo {
    margin-bottom: 25px;
    margin-top: 35px;
    justify-content: center;
    text-align: center;
}
#general_window {
    box-sizing: border-box;
    width:98%;
    min-width:285px;
    max-width: 550px;
    margin:25px auto;
    border-radius:10px;
    background-color:rgb(248,248,248);
    box-shadow: 0 0 25px 1px lightgray;
    padding: 20px;
}
#account_type_selector {
    padding: 10px 15px;
    border-radius: 5px;
    border:1px solid lightgray;
    display: block;
    margin: 10px 0;
    margin-bottom:35px;
    width: max-content;
}

#topsection {
    box-sizing: border-box;
    padding:0;
    margin:auto auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: lightgray;
    border-bottom-width: 0;

}
#topsection a {
    text-decoration: none;
    border-width: 0 1px 0 0;
    padding:20px;
    color: black;
    display: inline-block;
    min-width: max-content;
    text-align: center;
    margin: 0;
    border-bottom-width: 0;
    white-space: nowrap;
    font-weight:bold;
	font-size:15px;
    border-top-left-radius: 20px;
}
#topsection a:hover {
    background-color: darkgray;
    color:white !important;
}
.selected {
    background-color:white;
    border-top-left-radius: 20px;
    color:rgb(0, 153, 230) !important
}
.page_title{
    margin-top:0;
    color: dimgray;
    margin-bottom: 25px;
}
/*.login_section_wrapper {
    box-sizing: border-box;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding:25px;
    border-top-width: 0;
    border-top-width: 0;
}*/

input[type = "text"], input[type = "password"],.location_data, input[type = "tel"] {
    background-color:white;
    border: 1px solid lightgray;
    padding: 15px 15px;
    border-radius: 5px;
    box-sizing: border-box;
}
input[type = "text"], input[type = "password"],input[type = "tel"] {
    width: 95%;
    min-width: 250px;
    max-width: 350px;
}
.location_data {
    width:250px;
}
input[type = "text"]:hover,input[type = "tel"]:hover, input[type = "password"]:hover,.location_data:hover{
    border: 2px solid rgb(0, 140, 230);
}

input[type = "text"]:focus, input[type = "password"]:focus,.location_data:focus, input[type = "tel"]:focus  {
    border: 0 solid rgb(0, 140, 230);
    box-shadow: 0 0 15px 1px rgb(0, 140, 230);
}
.password_hide_and_show_section{
    font-size:12px;
    margin-bottom:10px;
    color:dimgray;
    cursor:pointer;
    font-weight: normal !important;
}
.password_hide_and_show_section span {
    position:relative;
    bottom:3px;
    cursor:pointer;
}
.login_section_wrapper a:not(.elmt_explanation) {
    text-decoration: none;
    color: rgb(0, 140, 230);
    padding-left:10px;
}

.login_section_wrapper a:not(.elmt_explanation):hover{
    color: goldenrod;
}

#goshopping,#location_update_label {
    font-size:14px;
}
#location_update_section {
    margin-bottom: 25px;
}
#location_update_options_section {
    color:dimgray;
    font-size:12px;
    margin-top:5px;
    display: none;
}
#location_update_options_section label{
    font-weight: normal;
    margin: unset;
    margin-top: 10px ;
    display: block;
    cursor: pointer;
    max-width: 350px;
    line-height: 1.6em;
}
.forgotpassword  {
    margin-top: 15px;
    font-size: 12px !important;
    color: dimgray;
}

.button_zone {
    text-align: right;
    padding-right:75px
}
input[type = "submit"]{
    background-color: rgb(0, 153, 230);
    color: white;
    border-radius: 5px;
    padding: 12px 60px;
    margin-top: 35px;
    margin-bottom: 25px;
    border-width:0;
    box-shadow:0 2px 3px 0 dimgray
}
input[type = "submit"]:hover{
    /*box-shadow:0 1px 0 0 darkgray;*/
    background-color: rgb(0, 140, 230);
    cursor:pointer;
}

#hide1, #show1,#hide2, #show2 {
    width: 20px;
    height: 20px;
}

.hidepass1, .hidepass2 {
    position: relative;
    right:55px;
    top:5px;
}
.elmt_section {
    margin-bottom: 15px;
}
.elmt_section_label {
    font-weight:bold;
    display: block;
    margin-bottom:7px;
    cursor:pointer
}

.errors {
    color:brown;
    margin-bottom:5px;
}
#goshopping,#location_update_label {
    display: inline-block;
    font-size:14px;
}
#location_update_label{
    margin:15px auto 10px auto;
    font-weight:bold;
    cursor:pointer

}
.newuser {
    margin-top:15px;
    font-weight:  bold;
    color:dimgray;
    font-size: 12px !important;
}
#update_warning {
    border:1px solid lightgray;
    border-radius:5px;
}
#update_warning p {
    font-size:14px;
    line-height: 1.6em;
}
#warning_icon {
    width:55px;
    height:55px;
    position:relative;
    top:10px;
    margin-right:15px;
}
#loading_location {
    width:25px;
    height:25px;
    margin-left:10px;
    display:none;
}
hr {
    border: 1px solid lightgray;
    width:90%;
    margin:auto auto;
    margin-top:25px;
}
.req  {
    font-weight:bolder;
    color:red
}

input[type = 'submit'], button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    opacity: 1 !important;
}
#coupon_directives {
    margin-top:15px;
    margin-bottom:5px;
    font-size: 12px;
    color: dimgray;
}

#coupon_directives li {
    margin-bottom:10px;
    line-height:1.6em
}

@media only screen and (max-width:602px){
    #general_window {
       
        padding: 10px;
    }
    #account_type_selector {
        font-size:12px;
    }
    #logo {
        margin-bottom:25px;
    }
   
    .newuser {
        margin-top:10px
    }

    .forgotpassword  {
        margin-top: 15px;
        font-size: 12px;
    }
    input[type = "text"], input[type = "password"], input[type = "tel"] {
        font-size:12px;
    }
   
    #hide1, #show1,#hide2, #show2 {
        width: 15px;
        height: 15px;
    }
    .hidepass1, .hidepass2 {
        top:3px;
        right:40px;
    }
    .button_zone {
        text-align: center;
        padding-right:unset
    }
    input[type = "submit"]{
        margin: 25px auto ;
        padding:10px 60px;
    }
    #goshopping, #location_update_label {
        font-size:12px;
    }
    #location_update_label{
        margin:5px auto 10px auto;
    }
  
    .location_data {
        width: 75%;
        font-size:12px;
        padding:5px 10px;
    }
	#topsection a {
		padding: 20px 10px;
		font-size:13px;
	}
   
}
