﻿#blkbg, #blkbgGamstop, #publk, #errorblk, #selfexcluded {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    background-attachment: fixed;
    background-size: cover;
    z-index: 1004;
    font-family: 'Roboto Condensed', sans-serif;
}

#loginDialog, #popupblocker, #errordiv, #selfexcludeddiv {
    position: fixed !important;
    margin-left: 50%;
    border-radius: 5px;
    width: 400px;
    /*height:400px;*/
    left: -200px;
    top: 120px;
    padding: 25px;
    background-color: #f7f7f7;
    color: #363636;
}

#popupbutton {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 20px;
    padding: 0 0 3px 0;
    text-shadow: 0 -1px 0px rgba(199,116,34,1.0);
    border-radius: 3px;
    text-decoration: none;
    background: url(/Content/Images/gradient-orange1.png) repeat-x;
    border-style: solid;
    border-width: 1px;
    border-top-color: #fdac52;
    border-right-color: #d56919;
    border-bottom-color: #b94006;
    border-left-color: #f18030;
    margin-left: 20px;
}

#popupblocker, #errordiv {
    padding: 20px;
    font-size: 1.2em;
}

.logindialog {
}

#loginDialogMain {
    text-align: center;
    height: 350px;
}

#cancelLoginDialog {
    position: relative;
    background-color: #aeaeae;
}

.spanLoginDlg {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

#forgotDetailsLoginDialog {
    background: none;
    color: #1D1D1D;
    width: 100%;
    border: none;
    font-size: 13px;
    font-weight: normal;
}

    #forgotDetailsLoginDialog:hover {
        text-decoration: underline;
    }

#openLoginDialog {
    background: none;
    color: #505050;
    font-size: 13px;
    margin: 0;
    border: none;
    font-weight: normal;
}

    #openLoginDialog:hover {
        text-decoration: underline;
    }

.loginform fieldset {
    float: left;
}

.loginfields {
    width: 100% !important;
}

    .loginfields .spanLoginDlg {
        font-size: 15px;
        width: 100% !important;
        text-align: left;
    }


.loginbuttons {
    width: 100%;
}

.loginbutton {
    width: 100%;
}


.loginform div {
}

.loginform .mandat:after {
    content: "";
}

.loginform .mandat {
    background: none;
    padding-right: 0;
}

.loginform legend {
    display: none;
}

.loginform label {
    display: block;
    float: left;
    margin: 0 .5em 0 0;
    width: 5.5em;
    min-width: 60px;
    line-height: 1.7em;
    height: 1.7em;
    min-height: 19px;
}

.loginform p {
    text-align: right;
}

.loginform input {
    padding: 0 0 0 2px;
    width: 100%;
    height: 30px;
    max-height: 30px;
    font-family: Tahoma;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #d6bfd5;
    margin-top: 5px;
}

    .loginform input.button {
        display: block;
        margin-top: 20px;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        background-color: #a14b9d;
        text-align: center;
        width: 100%;
        height: 30px;
        border-radius: 3px;
        text-decoration: none;
        border-style: solid;
        margin-left: 0px;
    }


.loginform .loginfields input.text {
    padding: 0 0 0 2px;
    width: 103px;
    height: 18px;
    max-height: 20px;
    font-family: Tahoma;
    font-size: 13px;
    background-color: #6b8194;
    color: #c9e1ee;
    border: 1px solid #a6b3be;
}

.loginform .loginfields div {
    margin: 1em 0 0 1em;
    float: left;
}



.loginform .loginfields label {
    font-weight: bold;
}


.loginform .loginbuttons div {
    float: left;
}

.loginform .loginbuttons, .loginform .forgotpassword {
    float: left;
    margin-bottom: 10px;
}

.loginform .forgotpassword {
    right: 12px;
    background-image: url("/Content/Images/hover-icon.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
}

.loginform .loginbuttons .cr {
    bottom: 40px;
    right: 160px;
}

.loginform .cr .rememberme {
    width: 80px;
}

.loginform .cr input {
    float: left;
    margin: -0.1em .2em 0 0;
}

.loginform .cr label {
    font-size: 10px;
    font-weight: normal;
    width: 7.5em;
    min-width: 84px;
    margin-top: 0;
    font-family: Arial;
}

.loginform p a {
    font-size: 10px;
    position: absolute;
    right: 55px;
    bottom: 48px;
    font-family: Arial;
}


.loginform div.overlabels {
    position: relative;
    float: left;
}

    .loginform div.overlabels label {
        position: absolute;
        left: 0;
        margin: 0.2em 0 0 .5em;
        z-index: 1;
        color: #003466;
    }

.loginform div .infocus {
    z-index: 3;
    position: relative;
}


.loginform div.overlabels input {
    margin-right: .3em;
    width: 8em;
}

.loginform p {
    margin: 0;
    padding: 0;
}

.loginform a:hover {
    text-decoration: underline;
}

.loginform {
    min-height: 0;
    margin: 0 0 0 3px;
    font-family: verdana,helvetica,sans-serif;
    font-size: 0.8em;
}
