﻿/*
    Black: #666
    Gray: #B5B5B5
    Green: #8FC31F
    Orange: #DD732B
    Purple: #86217F
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: Din;
    src: url('../fonts/DINRegular.ttf');
}

@font-face {
    font-family: Din;
    font-weight: bold;
    src: url('../fonts/DINBold.ttf');
}

body {
    font-family: Din, Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    color: #555555;
    height: 100%;
    min-height: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #DD732B
}

    a:hover {
        color: #86217F;
    }

h1 {
    font-size: 3.35em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-weight: bold;
}

h5 {
    font-size: 1.1em;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Header */
.header-container {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    height: 80px;
}

/* Header */
.header-container {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    height: 80px;
}

.main-logo {
    margin-left: -15px;
    float: left;
    text-align: center;
    padding: 5px;
}

    .main-logo a {
        display: inline-block;
        width: 332px;
        height: 70px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background: url(../images/logo-rl90_v2.png) no-repeat center;
        -moz-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }

.side_live {
    z-index: 99999;
    height: 99px;
    line-height: 1;
    position: fixed;
    right: 0px;
    top: 200px;
}

.jx_ui_FullFrame {
    display: none;
}

/* Footer */
.footer-container {
    background: #fff;
    color: #000;
    float: left;
    width: 100%;
    padding: 50px 0;
}

    .footer-container h5 {
        margin-bottom: 22px;
    }

.footer_logo {
    width: 200px;
}

.footer-container ul.text-list {
    font-weight: 400;
    padding-left: 0;
    margin: 20px 0 40px 0;
    list-style: none;
}

.footer-container p span.holiday {
    display: inline-block;
    max-width: 250px;
}

.ftr_soc {
    margin-right: 15px;
}

/* Login */
.body-container {
    background: #d5d5d5;
    background-size: cover;
    width: 100%;
}

.login-box {
    background: #ffffff;
    border-radius: 3px;
    padding: 10px 35px;
    width: 100%;
    margin: 20px;
}

    .login-box label {
        font-weight: 400;
    }

.form-label {
    position: relative;
    padding: 10px 0 15px 0;
}

    .form-label label {
        position: absolute;
        left: 5px;
        top: 20px;
        transition: all .1s linear;
    }

    .form-label input {
        width: 100%;
        padding: 5px;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid #bbbbbb;
        font-size: 1.2em;
        background: #fff;
        outline: 0;
    }

        .form-label input:focus {
            background: #fff;
        }

        .form-label input:valid + label {
            top: -5px;
        }

        .form-label input:focus {
            outline: none;
        }

            .form-label input:focus + label {
                top: -5px;
            }

.btn-submit {
    background: #2f5698;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    width: 70%;
    margin-bottom: 20px;
}

    .btn-submit:hover {
        color: #ffffff;
        background: #2f5698;
    }

.btn.btn-link.login-provider {
    /*border: 1px solid #000;
    background-color: #ddd;*/


    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

.btn.btn-link.login-provider:hover {
    /*border: 1px solid #000;
    background-color: #ccc;*/
    color: #d0181f;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

input:-webkit-autofill {
    /* Disable yellow color in Webkit */
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.retailer-apply-box {
    padding-top: 50px;
}

.white-header {
    color: #ffffff;
}

.btn {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
}

.navbar-btn {
    margin:0;
    padding:15px 15px;
}

.navbar-btn:hover {
    text-decoration: none;
    background-color: #eee;
}

.notice {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    color: #f00;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    border: solid 1px #9C5A59;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background-color: #000;
    background-repeat: repeat-x;
}

.border {
    -moz-border-radius: 5px;
    -webkit-border-radius: 53px;
    border-radius: 5px;
    margin: 15px 0;
    border: solid 1px #000;
    padding: 15px;
}

    .border .btn {
        margin: 5px 3px;
    }

@media all and (max-width: 991px) {
    .login-container {
        padding: 50px 0;
    }

    .main-logo {
        float: none;
        margin: 0 auto;
    }

    .footer-container h5 {
        margin-top: 40px;
    }

    .btn-submit {
        width: 100%;
    }

    h2 small {
        border-left: 0;
        padding-left: 0;
        display: block;
    }
}

@media all and (max-width: 767px) {
    .side_live {
        display: none;
    }
}

.validation-summary-valid {
    display: none;
}