﻿/*@import url('rw.css');*/

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 170px;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 400;
    background: url(images/back.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.loaderImg {
    background: url(images/loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
}

.header {
    height: 110px;
    padding: 25px 0 0;
    margin-bottom: 40px;
    position: relative;
    background: url(images/horizontal_line.png) 0 bottom repeat-x;
}

    .header h1 {
        color: #fff;
        font-size: 2.875em;
        text-shadow: 1px 1px 0 #828282;
        margin: 16px 0;
        float: left;
    }

    .header ul.pagination {
        float: right;
        margin: 25px 10px;
    }

        .header ul.pagination li a {
            margin: 0 0 0 10px;
            border: none;
            font-size: 0em;
            color: #585858;
            background: #585858;
            width: 14px;
            height: 14px;
            border-radius: 7px;
            padding: 0;
        }

        .header ul.pagination li.active a {
            color: #cb0f3e;
            background: #cb0f3e;
        }

        .header ul.pagination li:first-child a {
            margin: 0;
        }

p.info {
    color: #cb0f3e;
    float: left;
    text-align: left;
    font-size: 0.8125em;
    padding: 15px 20px 25px;
    margin: 10px 0 0;
}

    p.info span {
        color: #000;
        font-weight: 700;
    }

.logo {
    width: 172px;
    height: 50px;
    background: url(images/logo.png) 0 0 no-repeat;
    float: left;
    margin: 15px 20px 0 10px;
}

footer {
    bottom: 0;
    height: 120px;
    position: absolute;
    width: 100%;
}

    footer .footer {
        background: url(images/horizontal_line.png) 0 0 repeat-x;
        width: 100%;
        float: left;
        padding-top: 20px;
        color: #000000;
        font-size: 0.8125em;
        text-align: center;
    }

        footer .footer p.copy {
            color: #666666;
            font-weight: 300;
        }

        footer .footer p.developer {
            color: #aaaaaa;
            font-weight: 300;
        }

.formBox {
    float: left;
    width: 100%;
    position: relative;
}

    .formBox.signup, .formBox.signin {
        min-height: 515px;
        padding: 0 25px 25px;
        margin-bottom: 30px;
    }

    .formBox.signin {
        background: url(images/vertical_line.png) 0 0 repeat-y;
        margin-left: -10px;
        padding-left: 35px;
    }

    .formBox.regstep {
        padding: 0 50px 50px;
    }

        .formBox.regstep h1 {
            padding: 0;
            margin: 10px 0 5px;
            font-size: 1em;
            font-weight: normal;
            text-transform: uppercase;
            color: #000000;
        }

            .formBox.regstep h1 span {
                text-transform: none;
            }

        .formBox.regstep .regnavbgr {
            display: block;
            height: 49px;
            position: absolute;
            right: 5px;
            bottom: -45px;
        }

        .formBox.regstep .regnav {
            display: block;
            height: 40px;
            margin-top: 9px;
        }

            .formBox.regstep .regnav .btn {
                float: left;
                color: #fff;
                font-size: 24px;
                padding: 0;
                width: 40px;
                height: 40px;
                -webkit-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
                background: #cb0f3e;
                border: solid 1px #b00d36;
                margin-left: 5px;
            }

                .formBox.regstep .regnav .btn.disabled {
                    opacity: 0.4;
                }


#final .regnav .btn.next {
    background: #77ba2b;
    border: solid 1px #699e2c;
}

#final .fa-angle-right:before {
    content: "\f00c";
}

#resetconfirmation .fa-angle-right:before {
    content: "\f00c";
}

.signup h1 {
    color: #ca0f3e;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.625em;
    padding: 0;
}

.signin h1 {
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.625em;
    padding: 0;
}

.signup p, .signin p {
    color: #000000;
    font-size: 0.875em;
}

.signin .alert {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    margin: -53px 0 10px;
    padding: 10px;
    background: #C82B5A;
    color: #ffffff;
}

    .signin .alert:before {
        content: "";
        font-family: fontawesome;
        padding-right: 5px;
    }

.form-group {
    min-height: 50px;
    margin: 20px;
    padding-bottom: 10px;
    position: relative;
}

.form-control {
    height: 54px;
    background-color: Transparent;
    border: none;
    border-bottom: solid 1px #000000;
    letter-spacing: -0.01em;
    color: #000000;
    font-size: 24px;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none !important;
}

    .form-control:focus {
        border-bottom: solid 1px #000000;
        outline: 0 none;
    }

    .form-control[disabled] {
        background-color: Transparent;
        color: rgba(255, 255, 255, 0.4);
        opacity: 0.4;
        cursor: default;
    }

.form-group span.validation {
    font-size: 0.75em;
    line-height: normal;
    display: inline-block;
    color: #cb0f3e;
    position: absolute;
    top: 60px;
    left: 15px;
}

.form-group span.label {
    color: inherit;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}

.form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #666666;
}

.form-control::-webkit-input-placeholder {
    color: #666666;
}

.placeholder {
    color: #666666;
}

.signup input, .signin input, .regstep input[type=email], .regstep input[type=password] {
    padding-left: 55px; /**/
}

/*use .emailinput instead input[type=email] for IE9 to work*/
.signup .emailinput, .signin .emailinput, .regstep .emailinput {
    background-image: url(images/icon-email.png);
    background-position: 15px 14px;
    background-repeat: no-repeat;
}

.signup input[type=password], .signin input[type=password], .regstep input[type=password] {
    background-image: url(images/icon-password.png);
    background-position: 15px 14px;
    background-repeat: no-repeat;
}

.signin input[type=text] {
    background-image: url(images/icon-user.png);
    background-position: 15px 14px;
    background-repeat: no-repeat;
}

.signup .btn, .signin .btn {
    display: block;
    width: 160px;
    height: 46px;
    color: #fff;
    font-size: 1em;
    letter-spacing: -0.01em;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    float: right;
}

.btn.btn-default {
    color: #fff;
    font-size: 1em;
    letter-spacing: -0.01em;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #db6d2d;
    border: solid 1px #c76329;
}

.signup .btn {
    background: #ca0f3e;
    border: solid 1px #90062a;
}

    .signup .btn:before {
        content: "";
        font-family: FontAwesome;
        padding-right: 5px;
    }

.signin .btn {
    background: #2a2a2a;
    border: solid 1px #000000;
}

    .signin .btn:before {
        content: "";
        font-family: FontAwesome;
        padding-right: 5px;
    }

.signin .forgotPassword {
    text-align: center;
    margin: 10px 20px;
    min-height: 80px;
}

.signin a {
    text-decoration: underline;
    color: #000000;
}

/* bootstrap-select */
.bootstrap-select {
    width: 100% !important;
}

    .bootstrap-select .dropdown-toggle {
        height: 54px !important;
        background: Transparent;
        border: none;
        border-bottom: solid 1px #000000;
        letter-spacing: -0.01em;
        color: #666666;
        font-size: 24px;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .bootstrap-select.open .dropdown-toggle {
        color: #000000;
    }

    .bootstrap-select span.caret {
        border: none;
        margin: 0 !important;
        right: 3px !important;
        top: 7px !important;
        background: #5b5b5b;
        border: solid 1px #000000;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .bootstrap-select.open .dropdown-toggle {
        outline: 0 none;
        background: Transparent;
        border: none;
        border-bottom: solid 1px #000000;
        letter-spacing: -0.01em;
        color: #000000;
        font-size: 24px;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        box-shadow: none;
    }

    .bootstrap-select span.caret:before {
        content: "";
        font-family: FontAwesome;
        color: #ffffff;
    }

    .bootstrap-select .dropdown-toggle.disabled {
        opacity: 0.4;
    }

.dropdown-menu {
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    margin: -1px 0;
    padding: 0;
}

    .dropdown-menu > li > a {
        padding: 5px 20px;
    }

.resend {
    text-align: center;
    margin: 20px 0 40px;
}

    .resend .btn {
        background: #77ba2b;
        border: solid 1px #699e2c;
        font-size: 24px;
    }

#confirmation .alert-info {
    text-align: center;
}

.g-recaptcha div {
    margin: 0 auto;
}


.btn:active, .btn.active {
    box-shadow: none;
}


.regQuestion, .regAnswer {
    float: left;
    color: #000000;
    width: 100%;
    margin-top: 30px;
}

    .regQuestion .number {
        float: left;
        width: 50px;
        height: 40px;
        line-height: 30px;
        border-right: solid 1px #000000;
        display: block;
        font-size: 2em;
        padding-right: 15px;
        text-align: right;
    }

    .regQuestion .question {
        padding-left: 70px;
    }

    .regQuestion .form-group {
        float: left;
        clear: left;
        margin-left: 80px;
        min-height: inherit;
    }

    .regQuestion span.label {
        margin-right: 15px;
    }

    .regAnswer p {
        margin-left: 80px;
    }

        .regAnswer p span {
            font-weight: bold;
            text-transform: uppercase;
        }


.btn-old {
    display: block;
    width: 160px;
    height: 46px;
    color: #fff;
    font-size: 1em;
    letter-spacing: -0.01em;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 1em;
    letter-spacing: -0.01em;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #db6d2d;
    border: solid 1px #000000;
    background: #2a2a2a;
}

.btn-reg:before {
    content: "\f007";
    font-family: FontAwesome;
    padding-right: 5px;
}

.btn-old a {
    text-decoration: none;
    color: #fff;
}

.btn-old.btn-version {
    background: #db6d2d;
    position: absolute;
    top: -140px;
    right: 50px;
}

.btn-old.btn-reg {
    width: 160px;
    margin-top: 0;
}

@media (min-width: 970px) {
    .signup p, .signin p {
        height: 70px;
    }

    .formBox {
        /* min-height: 500px; */
    }
}

@media (max-width: 760px) {


    .header ul.pagination {
        float: left;
        clear: left;
        margin: 10px 10px;
    }

        .header ul.pagination li a {
            width: 8px;
            height: 8px;
            border-radius: 4px;
        }

    .form-group {
        margin: 10px 0;
    }

    .formBox.regstep {
        padding: 30px 20px 45px;
    }

    .signin h1, .signup h1 {
        padding: 0 0 30px;
    }

    .signin .btn {
        width: 100%;
    }

    .btn-old.btn-reg {
        width: 100%;
        margin-top: 15px;
    }

    .btn-old.btn-version {
        top: -10px;
        right: 20px;
    }
}
