﻿@import url('https://fonts.googleapis.com/css?family=Raleway:500,600,700|Roboto:400,500|Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');
/* HTML Tags ----------------------------------- */
html, body, body form {
    margin: 0;
    padding: 0;
}

body, .buttons {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #787474;
    line-height: 20px;
}

/* Headings ----------------------------------- */
h1 {
    font-size: 21pt;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2 {
    font-size: 16pt;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 5px 0px 20px 0px;
    line-height: 25px;
}

h3, h5 {
    font-size: 14pt;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
    line-height: 30px;
}

h3 {
    margin-top: 10px;
}

h4 {
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
}

h5 {
    margin-bottom: 0px;
}

p {
    margin-top: 6px;
    margin-bottom: 6px;
}

hr {
    border: 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
}

#lblWebsiteName {
    color: #c5def0;
}

/* Links styling ------------------------------------------*/
a.expandingblockwidetemplate, a.registerbutton, a#linkForgotPassword {
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    font-size: 12pt;
}

a.registerbutton {
    font-size: 14pt;
}

/* Banner Background ----------------------------------- */
#bannerbackground {
    height: 110px;
}

.bannercontainer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

#banner {
    background-image: url('Custom/Images/banner.svg');
    background-repeat: no-repeat;
    border-bottom: none;
    border-right: #ffffff 3px solid;
    height: 72px;
    width: 330px;
    position: relative;
    top: 20px;
}

.row.bannerrow {
    display: table;
}

#bannerright {
    position: relative;
    height: 110px;
    left: 30px;
    display: table-cell;
    vertical-align: middle;
}

    #bannerright h1 span {
        font-size: 40px;
    }

/* Overall layout -------------------------------------------*/
.container-fluid {
    padding: 0px;
}

.justify-content-md-center {
    margin-top: 110px;
}

.col-sm-4 {
    padding-left: 5%;
    border-left: 1px solid #95989A;
}


/* Bootstrap Form Styling ------------------------------------------------------*/

.input-group.mb-3 img {
    width: 20px;
    position: absolute;
    top: 5px;
    left: 6px;
}

.input-group.mb-3.passwordlock img {
    width: 14px;
}

.input-group.mb-3 input, #txtNewAccessNote {
    background-color: transparent;
    border-radius: 10px !important;
    padding-left: 1.75rem;
}

.input-group.mb-3 input, .input-group-append .input-group-text, #txtNewAccessNote {
    border: 2px solid #95989a;
    -moz-box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
    -webkit-box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
    box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
}

.input-group.mb-3 input, .input-group-append .input-group-text {
    height: 30px;
}

.input-group.mb-3.passwordlock input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: none;
}

.input-group-append .input-group-text {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-left: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #424242;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

label {
    font-size: 14px;
}

/* Form fields ---------------------------------------------------------------- */
.buttons {
    font-size: 11pt;
    font-weight: 400;
    color: #ffffff;
    float: right;
    width: auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 6px 35px;
    text-decoration: none;
    text-shadow: none;
    -moz-box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
    -webkit-box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
    box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.requestButtons {
    text-align: right;
}

.requestButton {
    display: inline-block;
}

.requestCancelButton {
    position: relative;
    bottom: 10px;
    right: 10px;
}

#panelLogin {
    margin-top: 20px;
    position: absolute;
}

#linkForgotPassword {
    position: relative;
    top: 12px;
    float: right;
}

a#linkForgotPassword {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 10pt;
    line-height: 0px;
}

#panelRegisterButton {
    text-align: left;
    position: absolute;
    margin-top: 150px;
}



#lblMessage {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #787474;
    padding: 10px;
    background-color: #f9d0c8;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-top: -10px;
    display: block;
}

    #lblMessage:empty {
        display: none;
    }

.errorfield[style*="inline"] {
    position: absolute;
    width: 80%;
    margin-top: 38px;
    line-height: 0px;
}

*::-ms-backdrop, .errorfield[style*="inline"] {
    left: 0;
}

.formRequired[style*="inline"] {
    margin-top: 38px;
}

.floatrightbutton {
    float: right;
    margin-right: 25px;
}

/* Check box styling --------------------------------------------------- */

/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .showPassword {
    margin-left: -25px;
}

.showPassword .checkboxlabel {
    font-size: 10pt;
    position: relative;
    top: 9px;
    left: -10px;
}

.input-group-text.showPassword input[type="checkbox"] {
    margin-top: 2px;
}

_::-webkit-full-page-media, _:future, :root #panelRememberMe > div.formFieldValue {
    margin-top: 20px;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.checkbox {
    position: relative;
    margin: 20px auto;
}

    .checkbox label {
        width: 18px;
        height: 18px;
        cursor: pointer;
        position: absolute;
        top: -2px;
        left: 0;
        background: #ffffff;
        border: 2px solid #95989a;
    }

.smallcbx label {
    width: 17px;
    height: 17px;
    border: 2px solid #c2c2c1;
    position: absolute;
    top: 10px;
}

/* IE10 show password box fix */
html[data-useragent*='MSIE 10.0'] .smallcbx label {
    top: -8px;
    left: 15px;
}

html[data-useragent*='MSIE 10.0'] .smallcbx input {
    border: none;
}

html[data-useragent*='MSIE 10.0'] .showPassword .checkboxlabel {
    margin-left: 0px;
}

html[data-useragent*='MSIE 10.0'] .showPassword.input-group-text input[type='checkbox'] {
    position: relative;
    right: 10px;
}
/* ============================ */

.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkbox label:after {
    content: '';
    width: 10px;
    height: 6px;
    display: block !important;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 3px solid #3698d3;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smallcbx label:after {
    top: 2px;
    left: 2px;
}

.checkboxlabel {
    margin: -20px 0px 0px 30px;
    width: 75%;
}

.checkbox {
    font-size: 11pt;
}


/* Messages ----------------------------------- */
.regulartxt {
    font-size: 13px;
    font-weight: bold;
}

.successtxt {
    font-size: 12pt;
}

.errortxt,
.errorsummary,
.errorfield,
.required {
    font-size: 10pt;
    font-weight: 400;
}

.required {
    vertical-align: top;
}

.browserMessage {
    display: none;
}

/* Expanding block if needed -------------------------------------------- */
.rogerwide {
    background-color: #e4f0f6;
    border: 1px solid #3698D3;
    margin: 0px;
    margin-left: 20px;
    padding: 10px;
    width: 105%;
    max-width: 105%;
    -moz-box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
    -webkit-box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
    box-shadow: 5px 5px 10px -3px rgba(204, 204, 204, 0.35);
}

.expandicon {
    vertical-align: text-bottom;
    margin: 0px 10px 3px 1px;
}

/* Partner Logo Styling ------------------------------------------------- */
.PartnerLogos {
    position: relative;
    top: 20px;
    width: 135%;
}

.pl1, .pl2 {
    width: 200px;
    height: 100px;
    margin-top: 20px;
}

.pl1 {
    float: left;
}

.pl2 {
    float: right;
}

    .pl1 img, .pl2 img {
        height: 75px;

    }

/* Website uses Cookies styling --------------------------------------------*/
.cookieInfoStyle {
    background: #F9F9F9;
    border-radius: 5px;
    padding: 20px 10px 20px 73px;
    margin-bottom: 36px;
    width: 75%;
}

    .cookieInfoStyle h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #707070;
    }

    .cookieInfoStyle img {
        width: 24px;
        position: absolute;
        left: 50px;
        top: 18px;
    }

.modal-content.cookieInfoStyle img {
    left: -18px;
}

.modalPosition {
    position: absolute;
}

.modal-content.cookieInfoStyle {
    padding: 20px 30px;
    width: 80%;
}

/* Accept cookie page extra styling -------------------*/

.acceptCookiePage img {
    top: 100px;
}

.cookieInfoStyleHeading h1 {
    margin-top: 4px;
}

.acceptCookiePage .modal-content.cookieInfoStyle img {
    top: 15px;
}

.acceptCookiePage .modal.fade.modalPosition {
    top: 18px;
}

.acceptCookiePage {
    padding-bottom: 85px;
    margin-top: 45px;
}

#btnAcceptTerms.buttons {
    float: left;
    position: relative;
    left: 73px;
    top: -100px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 767px) {
    #scrollableBody {
        height: calc(100vh - 55px);
        overflow-y: auto;
    }

    /* Overall layout -------------------------------------------*/
    .col-sm-4, .col-sm-6 {
        max-width: 98%;
        flex: none;
    }

    .col-sm-6 {
        margin: 40px auto;
    }

    .col-sm-4 {
        border-left: none;
        margin-top: 30px;
    }

    .justify-content-md-center {
        margin-top: 20px;
    }

    .pl1, .pl2 {
        float: none;
        width: auto;
    }




    /* Banner --------------------------------------------------------- */
    #banner {
        width: 160px;
        top: 8px;
        border-right: #ffffff solid 2px;
        padding-right: 11px;
        background-size: 150px;
        height: 38px;
        margin-left: 5px;
    }


    #bannerbackground {
        height: 55px;
    }

    #banner.formBanner {
        height: 130px;
    }

    #bannerright {
        height: 55px;
        left: 10px;
        width: 145px;
    }

        #bannerright h1 {
            line-height: 20px;
        }

            #bannerright h1 span {
                font-size: 16px;
            }

    /* Headings -------------------------------------------------------- */

    h1 {
        font-size: 18pt;
    }

    h2 {
        font-size: 14pt;
    }

    h3 {
        font-size: 13pt;
        margin-top: 3px;
    }


    /* Form layout -------------------------------------------- */

    #panelLogin {
        position: relative;
    }

    #panelRegisterButton {
        margin-top: 140px;
    }

    hr {
        width: 95%;
        margin: 90px 0px 30px 0px !important;
    }

    .errorfield {
        position: absolute;
        margin-top: -10px;
    }

    #lblMessage {
        position: relative;
        padding: 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-top: -50px;
        width: 90%;
    }

    .rogerwide {
        width: 99%;
        max-width: 100%;
        margin-left: 5px;
    }

    .PartnerLogos {
        left: 0;
        margin: auto;
        width: 100%;
    }


    #rc-imageselect, .g-recaptcha {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .cookieInfoStyle, .modal-content.cookieInfoStyle {
        width: 100%;
    }

    .acceptCookiePage img {
        top: 121px;
    }
}


/* Medium devices (tablets, 768px and up to extra large devices) */
@media (min-width: 768px) and (max-width: 991px) {
    #scrollableBody {
        height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .col-sm-4 {
        flex: 0 0 46%;
        max-width: 46%;
    }

    .col-sm-6 {
        flex: 0 0 48%;
        max-width: 48%;
        margin-right: 40px;
    }

    .requestform {
        flex: 0 0 80%;
        max-width: 80%;
    }

    #panelRegisterButton {
        margin-top: 140px;
    }


    .pl1, .pl2 {
        float: none;
    }

    .PartnerLogos {
        left: 15px;
    }

    #bannerright h1 span {
        font-size: 30px;
    }

    .rogerwide {
        width: 95%;
    }

    .cookieInfoStyle {
        width: 100%;
    }
}




::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}


/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1280px) {
    #scrollableBody {
        height: calc(100vh - 110px);
        overflow-y: auto;
    }

    #panelRegisterButton {
        margin-top: 150px;
    }

    .pl1, .pl2 {
        width: 175px;
    }

    .PartnerLogos {
        width: 140%;
    }
}

/* iphones fix for checkbox */
@media only screen and (max-device-width: 480px) {
    /* CSS specific to iOS devices */
    #scrollableBody {
        height: calc(100vh - 55px);
        overflow-y: auto;
    }

    /* Overall layout -------------------------------------------*/
    .col-sm-4, .col-sm-6 {
        max-width: 98%;
        flex: none;
    }

    .col-sm-6 {
        margin: 40px auto;
    }

    .col-sm-4 {
        border-left: none;
        margin-top: 30px;
    }

    .justify-content-md-center {
        margin-top: 20px;
    }

    .input-group-text.showPassword input[type="checkbox"] {
        display: none;
    }

    .smallcbx label {
        top: -9px;
    }

    .checkbox label {
        left: -2px;
    }

    /* Overall layout -------------------------------------------*/
    .col-sm-4, .col-sm-6 {
        max-width: 98%;
        flex: none;
    }

    .col-sm-6 {
        margin: 40px auto;
    }

    .col-sm-4 {
        border-left: none;
        margin-top: 30px;
    }

    .justify-content-md-center {
        margin-top: 20px;
    }

    .pl1, .pl2 {
        float: none;
        width: auto;
    }
}

/* iPad fix for checkbox */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* CSS specific to iOS devices */
    #scrollableBody {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .input-group-text.showPassword input[type="checkbox"] {
        display: none;
    }

    .smallcbx label {
        top: -9px;
    }

    .checkbox label {
        left: -2px;
    }

    .checkboxlabel {
        width: 100%;
    }
}
