/*
    GLOBAL STYLE
*/
*{
    margin: 0;
    padding: 0;
    color: white;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Merriweather', serif;
}
body{
    background-image: url("/images/background.jpg");
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    width: 90%;
}
table{
    width: 100%;
    border-collapse: collapse;
}
div{
    text-align: center;
}
ul{

}
h1{
    margin-top: 12px;
    margin-bottom: 12px;
}
.vl {
    border-left: 6px solid green;
    height: 100%;
}
li, input[type=submit], input[type=button]{
    border: none;
    text-align: left;
    margin-top: 2px;
    font-size: 18px;
    padding: 12px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/images/granite.jpg");
    box-shadow: black 0px 1px 4px;
}
li:hover, input[type=submit]:hover, input[type=button]:hover{
    cursor: pointer;
    background-image: linear-gradient(rgba(150, 0, 0, 1), rgba(150, 0, 0, 1)), url("/images/granite.jpg");
}
div.flex_table{
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: center;
    flex-flow: row wrap;
}
input[type=text], input[type=password], input[type=submit], input[type=date], input[type=button], select, option{
    color: black;
    width: 90%;
    padding: 8px;
    margin-bottom: 12px;
}
input[type=submit], input[type=button]{
    color: white;
    text-align: center;
}
p{
    margin: auto;
    width: 90%;
    margin-bottom: 12px;
}
hr{
    border-color: dimgray;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
    border-style: solid;
}
p.error{
    font-size: 12px;
    color: red;
    text-align: left;
}

/*
    HEADER STYLE
*/
img.banner{
    width: 100%;
    max-width: 100%;
}
.logo{
    margin: 16px;
    width: 100%;
    max-width: 160px;
    box-shadow: black 0px 1px 4px;
}
div.login{
    width: 100%;
    max-width: 100px;
}
div.ad{
    padding: 12px;
    margin-top: 24px;
    font-size: 32px;
    font-weight: bold;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/images/background.jpg");
    box-shadow: black 0px 1px 4px;
}
div.footer{
    width: 100%;
    max-width: 1404px;
    padding: 8px;
    background-image: linear-gradient(rgba(80, 0, 0, 0.4), rgba(80, 0, 0, 0.4)), url("/images/background.jpg");
}

/*
    PAGE LAYOUT STYLE
*/
td{
    text-align: center;
    vertical-align: top;
}
div.sidebar{
    width: 100%;
    max-width: 200px;
    padding: 16px;
    background-image: linear-gradient(rgba(80, 0, 0, 0.4), rgba(80, 0, 0, 0.4)), url("/images/background.jpg");
}
div.main{
    width: 100%;
    max-width: 700px;
    padding: 48px 128px 48px 128px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), url("/images/background.jpg");
}
div.banner_container{
    width: 700px;
}
div.info{
    width: 100%;
    max-width: 956px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), url("/images/background.jpg");
}
@media(max-width:1600px){
    img.logo{
        display: none;
    }
    div.sidebar{
        width: 100%;
        max-width: 100%;
    }
    div.main{
        width: 100%;
        max-width: 100%;
        padding: 16px;
    }
    div.info{
        width: 100%;
        max-width: 100%;
    }
    div.banner_container{
        width: 100%;
    }
}

/*
    REGISTER AND LOGIN STYLE
*/
div.login{
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    box-shadow: black 0px 1px 4px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/images/background.jpg");
    width: 40%;
    min-width: 400px;
}
table.login{
    margin: auto;
    table-layout: fixed;
    width: 95%;
}
.g-recaptcha {
    display: inline-block;
    margin-bottom: 12px;
}
div.recaptcha{
    width: 100%;
    text-align: center;
}
p.account{
    margin: 0;
    text-align: left;
}
h1.subscription{
    font-size: 32px;
    text-decoration: underline;
}
div.subscription_info{
    width: 100%;
    border: gray solid 1px;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
}
div.account{
    margin: auto;
    width: 320px;
    padding: 12px;
    box-shadow: black 0px 1px 4px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/images/background.jpg");
}
div.subscription{
    margin: 12px;
    box-shadow: black 0px 1px 4px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/images/background.jpg");
    width: 240px;
    height: 180px;
}
div.transaction{
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    box-shadow: black 0px 1px 4px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/images/background.jpg");
}