﻿/* Main page, logging in and creating an account */
* {
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
body
{
    margin:0;
	padding:0;
    background-color: #DED29E;
    /*background-color: #000;*/
    color: #333;
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
}
.mobilebutton
{
    padding: 20px 30px 20px 30px;
    color: #685642;
    font-weight:bold;
    background-color: #F4F0CB;
    text-decoration: none;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 5px solid #685642;
    font-size: 100px;
    margin: 20px 0 20px 0;
    width: 850px;
}
.loginbutton {
    margin: 20px auto 20px auto;
}
.mobilebuttonsmall
{
    padding: 5px;
    color: #685642;
    font-weight:bold;
    background-color: #F4F0CB;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #685642;
    font-size: 12px;
    margin: 5px;
}
.input.login {
    font-size: 60px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #bf311a;
    background-color: #DED29E;
    margin-bottom: 80px;
}
input.login:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 10px #f15D22;
    outline: 0;
}
input.loginsmall {
    font-size: 60px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #bf311a;
    background-color: #DED29E;
    margin-bottom: 80px;
    width: 150px;
}
input.loginsmall:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 10px #f15D22;
    outline: 0;
}
input.loginxsmall {
    font-size: 60px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #bf311a;
    background-color: #DED29E;
    margin-bottom: 80px;
    width: 80px;
}
input.loginxsmall:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 10px #f15D22;
    outline: 0;
}
a.niceLink {
    color: #f15D22;
    text-decoration: none;
}
a.niceLink:visited {
    color: #f15D22;
    text-decoration: none;
}
a.niceLinkBig {
    color: #f15D22;
    text-decoration: none;
}
a.niceLinkBig:visited {
    color: #f15D22;
    text-decoration: none;
}
.error {
    color: #B22222;
    font-weight: bold;
}
.createaccountlink {
    font-size: 60px;
    color: #f15D22;
    text-decoration: none;
}
.container {
    text-align: center;
    position: absolute;
    padding: 0 30px 0 30px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
}
#logo {
    margin: auto;
    background-image: url(/images/mobileipouritlogo.png);
    width: 450px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
}
.newAccountDropDown {
    font-size: 80px;
}

/* Member login */
#topHeader {
    background-color: #bf311a;
    height: 30px;
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.headerIcons {
    float: right;
    padding-right: 30px;
    height: 30px;
    width: 30px;
}
#topMenuBarOld {
    background-color: #fbf7da;
    height: 40px;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 1;
    padding:0;
    display:flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin:0;

}
#topMenuBar {
    background-color: #fbf7da;
    height: 40px;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin: 0;
    padding-top:5px;
    list-style: none;
    z-index: 5;
}
.menuBarIcons {
    background-color: #fbf7da;
    width: 30px;
    height: 30px;
}

    .menuBarIcons.selected {
        //background-color: #DED29E;
        background-color: #fbf7da;
    }
#subMenuBar {
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 1;
    left:0;
}
#content {
    position: absolute;
    left: 0;
    top: 130px;
    font-size: 20px;
    padding: 0 10px 0 10px;
    z-index:0;
}
#contentHigher {
    position: absolute;
    left: 0;
    top: 100px;
    font-size: 20px;
    padding: 0 10px 0 10px;
    z-index: 0;
    width: 100%;
}
#content .header {
    font-weight: bold;
}
#content .smallheader {
    font-style: italic;
}
.beerList{
    font-size:12px;
}
.beerBrewerLink {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
#scrolltotop {
    position:fixed;
    right:100px;
    bottom:25px;
    z-index:10;
    /*display:none*/
}
.leftImage {
    width: 80px;
    height: 80px;
}
.onTapItem {
    font-size: 15px;
}
.beerInfoHeaderImage {
    width: 30px;
    height: 30px;
    padding-right: 20px;
}
.beerDescription {
    font-size: 15px;
}
.centered {
    text-align: center;
}
.italic {
    font-style: italic;
}
#qrcontainer {
    width: 320px;
    height: 320px;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
    margin: auto;
    position: relative;
}
#qr {
    position: relative;
    top: 10px;
}
.smallerfont {
    font-size: 17px;
}
#beercontent {
    position: absolute;
    left: 0;
    top: 140px;
    font-size: 20px;
    padding: 0 10px 0 10px;
}
.searchPopUp {
    max-width: 330px; 
    top: 30px; 
    left: 15px;
}
.beerOrBrewerName {
    overflow: hidden;
}
