﻿html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
    outline: 0 !important;
    outline-width: 0 !important;
}

#whatis {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14pt;
    line-height: 2em;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    #whatis .whatislink {
        border-top: solid 4px rgba(0, 0, 0,0.1);
        background: rgba(0, 0, 0,0.5);
    }

    #whatis a {
        text-decoration: none;
        color: #fff !important;
    }

.overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(229,229,229,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#333333',GradientType=0 );
}


#login {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -200px;
    background-color: rgba(0,0,0,0.5);
    padding: 30px 50px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
}

.input {
    background: #ffffff;
    color: #333;
    border-radius: 0;
    border: none !important;
    display: inline-block;
    float: left;
    width: 90%;
    line-height: 3.5em;
    text-indent: 10px;
    margin-top: 5px;
    outline: none;
    height: 3.5em;
}

    .input:focus {
        border: none !important;
    }

#login input[type="submit"] {
    background: #fff;
    border-radius: 0;
    line-height: 1.143em;
    height: 45px;
    text-align: center;
    width: 100%;
    border: none !important;
    background-color: #e54128;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#login .error {
    display: none;
    text-align: center;
    color: rgba(255,255,255, 0.7);
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
}

#login .hash-container {
    display: none;
    text-align: center;
    color: rgba(255,255,255, 0.7);
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
}

    #login .hash-container span {
        display: inline-block;
        text-align: center;
        float: left;
        line-height: 50px;
        font-size: 18pt;
        font-weight: 300;
        letter-spacing: 1px;
        margin-right: 15px;
        text-transform: uppercase;
    }

    #login .hash-container input {
        display: inline-block;
        text-align: center;
        width: 150px;
        float: left;
        text-indent: 0;
        padding: 0 5px;
        text-transform: uppercase;
    }

#login .submit {
    margin-top: 15px;
}

#login .input-container {
    display: block;
    background: #FFF;
    margin-bottom: 2px;
}

    #login .input-container .fa {
        font-size: 16pt;
    }

.inputLabel {
    background-color: #fff;
    display: inline-block;
    border-radius: 0;
    padding: 19px 15px 10px 15px !important;
    color: #CCC;
    overflow: hidden;
    width: 10%;
    overflow: hidden;
    line-height: 1.0em;
    margin: 0;
    float: left;
}

.fa {
    background-color: #fff;
    content: "\f002";
    font-family: FontAwesome;
    background-color: #fff;
    margin: 0;
    font-size: 16pt;
    padding-top: 10px 20px;
}

.loginLogo {
    width: 200px;
    height: 33px;
    float: left;
    margin-left: 0px;
}

#logo {
    max-height: 90% !important;
    height: 80px !important;
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    z-index: 10001;
}

.bootstrap-select {
    border-radius: 0px !important;
    border: none !important;
    float: left;
}

.btn-group.open {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

button[data-id="Culture"] {
    line-height: 3em;
    border-radius: 0 !important;
}

.dropdown-toggle {
    border: none !important;
    width: 90%;
    margin-top: 1px;
    margin-bottom: 1px;
}

.no-margin {
    margin: 0 !important;
}

.btn-group.open .dropdown-toggle,
.btn-group.optn .dropdown-toggle:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.btn-default:focus,
.btn-default:hover {
    background-color: #fff !important;
}

.label {
    display: inline-block;
    color: #333;
}

.flag {
    width: 35px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.btn {
    height: 50px;
}

    .btn:active {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

.tagLine {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    display: block;
    width: 100%;
}

#supportLinks {
    text-align: left;
    padding-left: 10px;
    font-size: 11pt;
}

    #supportLinks a {
        margin-right: 10px;
    }

#support {
    position: absolute;
    top: 0;
    right: -425px;
    bottom: 0;
    width: 400px;
    background-color: rgba(255,255,255,0.8);
    border-left: solid 5px #e54128;
    padding: 20px;
    z-index: 10;
}

.section-content {
    height: 95%;
}

#support h1 {
    font-size: 16pt;
    font-weight: normal;
}

#support h2 {
    font-size: 14pt;
    font-weight: normal;
}

.fa-close {
    background: transparent !important;
    position: absolute;
    top: 3%;
    right: 5%;
    font-size: 22pt;
    font-weight: 200;
    text-transform: none;
    text-decoration: none;
    color: #333 !important;
}

    .fa-close:hover {
        text-decoration: none;
    }
