﻿/* Page handelling */

body,form,h1,h2,h3,h4,h5,h6,p,table,form,ul,img{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

hr {
    border: none;
    height: 1px;
	margin: 0px;
	padding: 0px;
    background-color:#b9b9b9;
}

.circleWhite {
    background: #fff;
    width: 8em;
    height: 5em;
    padding-top:3em;
    border-radius: 50%;
    display: block;
    margin:auto;
    box-shadow:1px 1px 1px #666666;
    color:#666666;
}

.circleGray {
    background: #666666;
    width: 8em;
    height: 5em;
    padding-top:3em;
    border-radius: 50%;
    display: block;
    margin:auto;
    box-shadow:1px 1px 1px #666666;
    color:#fff;
}

.pointer:hover {
    cursor:pointer;
}

a {
    text-decoration:none;
}

.ancor:hover {
    text-decoration:underline;
}

.pullRight{
	float: right;
}

.pullLeft{
	float: left;
}

.clear{
	clear: both;
}

.divGray {
    width:100%;
    padding:10px 0px 10px 0px;
    background-color:#3f3f3f;
    color:white;
}

.divGray p{
    margin-left:5%;
}

.divGray2 {
    width:60%;
    margin-right:20%;
    margin-left:20%;
    margin-top:5%;
    padding:10px;
    background-color:rgba(53, 53, 53, 0.72);
    text-align:center;
    position:absolute;
    z-index:10;
    color:white;
}

#sticker {
    top:20%;
    width:100%;
    text-align: center;
    margin:auto;
}

.imageBack {
    opacity:.6;
    margin:0px;
    padding:0px;
    border:0px;
}

/* Controls */

.heroTxt {
    font-size:700%;
}

.heroTxt2 {
    font-size:400%;
}

.heroTxt3 {
    font-size:200%;
}

.txtcenter {
    text-align:center;
}

.txtGray {
    color:#666666;
}

.txtBlue {
    color:#00d0ff;
}

.txtOrange {
    color:#ff6a00;
}

.txtGreen {
    color:#a0c923;
}

.txtWhite {
    color:#fff;
}

.btn {
    padding:12px;
    color:#fff;
    outline:none;
    font-size:1.5em;
    border-radius:4px;
}

.btnHero:hover {
    background-color:#00d0ff;
    color:#fff;
}

.btnGray {
    background-color:#666666;
}

.btnGray:hover{
    background-color:#7b7b7b;
}

.btnBlue {
    background-color:#00d0ff;
}

.btnBlue:hover{
    background-color:#51e2f3;
}

.btnOrange {
    background-color:#ff6a00;
}

.btnOrange:hover{
    background-color:#ff9000;
}

.btnGreen {
    background-color:#a0c923;
}

.btnGreen:hover{
    background-color:#b3dc39;
}

/* Inside Handling */

.container {
    width:100%;
    height:100%;
    margin:0px;
    padding:20px;
    
}

.logo {
    color:#fff;
    margin-left:5%;
}

.hint {
    background-color:#51e2f3;
    padding:15px;
    text-align:center;
    font-size:1.5em;
    color:#3f3f3f;
    font-weight:100;
}

.close {
    color:#353535;
    padding:5px;
    border:1pt solid #3f3f3f;
    font-size:10px;
    float:right;
    border-radius:3px;
}

.close:hover {
    color:#fff;
    background-color:#3f3f3f;
}

.pattern {
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
    color:#fff;
    border-bottom:1pt solid #b0b0b0;
}

.tableMain {
    text-align:center;
    width:100%;
    margin-top:5%;
    margin-bottom:5%;
}

