﻿@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg') format('svg'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/FontAwesome.otf') format('opentype');
}

.form-container {
    background-color: #FFFFFF;
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 60px;
}

.form [class*='formCol'] {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #C3C3C3;
    border-left: none;
    position: relative;
    background-color: #FFF;
    margin: 30px 15px 12px 15px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}

@media screen and (max-width: 480px) {
    .form [class*='formCol'] {
        padding-left: 0;
    }

    #username {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }
}

.formCol.margin-top-0 {
    margin-top: 0;
    padding-top: 0;
}

.form [class*='formCol'].noLeftPadding {
    padding-left: 0;
}

.form-heading {
    position: relative;
    background-color: #FFF;
    margin: 0 15px 12px 15px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 50px;
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    color: #474747;
    font-size: 19px;
}

.emailChkContainer {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 20px;
    color: #474747;
    margin-top: 20px;
}

#emailInput {
}

.regEmailLabel {
    float: left;
}

@media screen and (min-width: 1000px) {
    .regEmailLabel {
        padding-left: 0;
        margin-left: -25px;
    }
}

@media screen and (min-width: 1200px) {
    .regEmailLabel {
        padding-left: 20px;
        margin-left: 0;
    }
}

#ByEmail {
    width: 22px;
    height: 22px;
    margin: 0;
}

#BySms {
    width: 22px;
    height: 22px;
    margin: 0;
}

.SMSChkContainer {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 20px;
    color: #474747;
    margin-top: 20px;
}

.confirmation-label {
    border: none;
    position: relative;
    background-color: #FFF;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-size: 19px;
}

    .confirmation-label.lowerLabel {
        margin-top: 10px;
        margin-bottom: 0;
    }

.formColCompetition {
    margin-left: 0 !important;
}

.errorBorder {
    border-bottom: 2px solid #b94a48;
    border-spacing: 5px;
}

.formError {
    position: relative;
    /* margin: 0 15px 12px 15px; */
    /* padding-left: 15px; */
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*.form-glyph {
    font-size: 25px;
    position: absolute;
    top: 25px;
}
i.bottom-right-formCol {
    left: 120px;
    bottom: -25px;
    top: 25px;
    z-index: 99;
    outline: none;
    font-size: 14px;
}*/
.help-glyph {
    position: absolute;
    right: 0;
    top: 40px;
    color: #0075b0;
    background-color: #FFF;
    font-size: 15px;
    padding-bottom: 1px;
    border-width: 1px;
    border-width: inherit;
    border-bottom-width: 1px;
    padding-right: 1px;
    padding-left: 1px;
    z-index: 1000;
}

    .help-glyph.left-50 {
        left: 50px;
    }

.fa.fa-question {
    font-size: 25px;
    border: 1px solid #0075b0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0 0 0 1px;
    cursor: pointer;
    z-index: 10;
}

.reward-card-glyph {
    right: -48px;
}

.fa.fa-question:before {
    padding-left: 3px;
}


.labelDob {
    margin-bottom: 10px;
}

/*.form-group {
    margin-bottom: 0;
}*/

.form label {
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    color: #0075b0;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -10px;
    text-transform: uppercase;
}

label.confirmation-text {
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    .form label, label.confirmation-text {
        font-size: 13px;
    }
}

.form input[type="text"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="date"],
.form input[type="number"],
.form input[type="email"] {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 20px;
    color: #474747;
    background-color: #FFF !important;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 8px;
    margin-top: 20px;
    position: relative;
    top: 0;
    margin: 10px auto 0 15px;
    z-index: 10;
    width: 90%;
    height: 50px;
}

@media only screen and (max-width : 375px) {
    .form input[type="text"],
    .form input[type="password"],
    .form input[type="tel"],
    .form input[type="date"],
    .form input[type="number"],
    .form input[type="email"] {
        max-width: 240px;
        font-size: 14px;
        padding-left: 0;
    }
}

@media only screen and (max-width : 480px) {
    .form input[type="text"].padding-left-15 {
        padding-left: 15px;
    }
}

#MobileNumberPrefix {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 20px;
    color: #474747;
    border: none;
    position: relative;
    height: 30px;
    top: 2px;
}

@media screen and (max-width: 375px) {
    #MobileNumberPrefix {
        font-size: 14px;
        top: 1px;
    }
}

#MobileNumber {
    top: 2px;
    left: 10px;
    margin-left: 50px;
}

@media screen and (max-width: 375px) {
    #MobileNumber {
        top: 2px;
        left: 10px;
        margin-left: 35px;
    }
}

#MobileNumberPrefix.regMobilePrefix {
    top: 37px;
}

@media screen and (max-width: 375px) {
    #MobileNumberPrefix.regMobilePrefix {
        top: 36px;
    }
}

.seperatorPipe {
    top: 37px;
    left: 2px;
    position: relative;
    font-size: 20px;
}

@media screen and (max-width: 375px) {
    .seperatorPipe {
        font-size: 14px;
    }
}

.form input[type="tel"] {
    margin-left: 90px;
    min-width: 70%;
    padding-top: 0;
    padding-bottom: 10px;
}

.form input[type="password"] {
    letter-spacing: 2px;
    max-width: 260px;
}

.form input[type="radio"] {
    padding-left: 0;
    margin-left: 10px;
    margin-right: 5px;
}

#password.passwordInput {
    width: 60%;
}

@media only screen and (max-width : 375px) {
    #password.passwordInput {
        width: 100%;
        padding-right: 5px;
        padding-left: 0;
    }
}

.form input:focus {
    box-shadow: inset 0 0 0 #4A90E2;
    outline: 0;
}

.form input::-webkit-input-placeholder {
    color: transparent;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 15px;
}

.form input::-moz-placeholder {
    color: transparent;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 15px;
}

.form input:-ms-input-placeholder {
    color: transparent;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 15px;
}

.form input::input-placeholder {
    color: transparent;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 15px;
}

/* Header / Footer */
.form header,
.form footer {
    padding: 1em;
    width: 100%;
}

.form header {
    margin-bottom: 0;
    font-size: 16px;
}

.form-control {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    width: 100%;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #474747;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.0) !important;
    /* border: 1px solid #cccccc; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 70px;
    border: none;
    outline: none;
    box-shadow: none;
    top: 10px;
    position: relative;
    z-index: 100;
}

.form-control-competition {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: transparent;
    /* border: 1px solid #cccccc; */
    border-radius: 0;
    border: 1px solid #C3C3C3 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 70px;
    outline: none;
    top: 10px;
}

#txtDateofBirth:focus {
    outline: none !important;
    box-shadow: none;
}

.first-checkbox {
    padding-left: 0 !important;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.checkbox label {
    padding-left: 20px !important;
}

    .checkbox label::before {
        border-radius: 50% !important;
        height: 25px !important;
        width: 25px !important;
        font-size: 15px;
        margin-left: -22px;
        margin-top: 0;
        color: #FFF;
        border: 1px solid #4A90E2 !important;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    .checkbox label::after {
        border-radius: 50% !important;
        height: 25px !important;
        width: 25px !important;
        color: #FFF !important;
        background-color: #4A90E2;
        font-size: 14px !important;
        margin-left: -22px;
        padding-left: 5px !important;
        padding-top: 2px !important;
    }

.checkbox.checkbox-inline {
    padding-left: 0;
}

.checkbox-circle {
    position: relative;
    bottom: 10px;
    margin: 0 0 20px 0;
}

.dropdownCol {
    height: 70px;
}

option {
    padding: 10px;
    font-size: 20px;
}

@media only screen and (max-width : 375px) {
    option {
        font-size: 14px;
    }
}

.form-control#AccountNumbers {
    height: 40px;
    border: none;
    box-shadow: none;
    left: 0;
    right: 0;
    max-width: 450px;
    z-index: 0;
}

.form-control.ACVoucherPage#AccountNumbers {
    position: absolute;
    top: 30px;
}

@media only screen and (max-width : 375px) {
}


.form-control#AccountNumbers.no-left-padding {
    padding-left: 0;
}

.phone-number-input {
    width: 150px !important;
    margin-top: 0 !important;
}

.changeEmailLink {
    float: right;
    position: relative;
    bottom: 25px;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 19px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .changeEmailLink {
        bottom: 0;
        font-size: 15px;
    }
}

.changePWLink {
    float: right;
    position: relative;
    bottom: 38px;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 19px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .changePWLink {
        bottom: 0;
        font-size: 15px;
    }
}

#EmailId {
    max-width: 260px;
}

.form-prefix {
    position: relative;
    top: 35px;
    z-index: 10;
    font-size: 18px;
    color: #5E5E5E;
}

.text-danger {
    font-size: 12px;
}

    .text-danger .form-warning p {
        margin-bottom: 5px !important;
    }

.popover {
    width: 300px;
    background-color: #0e7eb6;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    border-radius: 0;
    font-style: italic;
}

.popover-title {
    background-color: #fff;
    color: #4A90E2;
    text-transform: none;
}

.popover-content {
    background-color: #0e7eb6;
    border-radius: 0;
    color: #FFF;
    text-transform: none;
    font-size: 16px;
}

hr {
    border-top: 1px solid #4C4C4C;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(255,255,255,0);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #4C4C4C;
}

.largeFormHeading {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 36px;
    color: #0075b0;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 40px;
}

.savePrefBtnSpacing {
    margin-top: 50px;
}
/* dropdown icon */

.formLabel.formLabelDropdown {
    position: relative;
    right: 0;
    top: 0;
    padding-right: 115px;
}

@media screen and (max-width: 480px) {
    .formLabel.formLabelDropdown {
        padding-right: 0;
    }

        .formLabel.formLabelDropdown.leftPadding {
            padding-left: 15px;
        }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -ms-text-overflow: '';
    -o-text-overflow: '';
    text-overflow: '';
}



.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    margin: 20px 0;
}

    .selectdiv:after {
        content: '>';
        font: 30px "Consolas", monospace;
        color: #0075b0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 0;
        /*Adjust for position however you want*/
        top: 52px;
        padding: 0 0 2px;
        border-bottom: 1px solid #999;
        /*left line */
        position: absolute;
        pointer-events: none;
    }

@media screen and (max-width: 424px) {
    .selectdiv:after {
        top: 65px;
    }
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}

.selectText {
    display: inline-block;
    float: right;
    position: relative;
    right: 40px;
    bottom: 25px;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 15px;
    color: #0075b0;
}

.selectTextVoucher {
    bottom: -10px;
}

.selectdiv.svSelectdiv {
    margin: 0;
}

.svSelectdiv:after {
    top: 30px;
}

/* checkboxes */
input[type="checkbox"], input[type="radio"] {
    display: none;
}

    input[type="checkbox"] + label span, input[type="radio"] + label span {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(/Content/Image/check_radio_sheet.png) left top no-repeat;
        cursor: pointer;
    }

    input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
        background: url(/Content/Image/check_radio_sheet.png) -30px top no-repeat;
    }
/* temporarily display pref checkboxes */
/*input#ByEmail, input#BySms {
        display: inline;
    }*/

@media screen and (max-width: 480px) {
    .form-horizontal .form-group {
        margin-left: 0;
    }
}
