﻿table {
    border-spacing: 0;
    /*border-collapse: collapse;*/
}

body {
    background-color: #e5e5e5;
    margin: 0;
    padding: 0;
}

.header-text {
    max-width: 850px;
    width:90%;
    text-align: left;
    padding: 12px 6px;
    box-sizing:border-box;
    color: #555;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 22px;
}

.g_card {
    background-color: #fff;
    border-left: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}


.g_button {
    border-radius: 3px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    position: relative;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    overflow: visible;
    text-transform: none;
    transition: background-color 300ms ease-out 0s, color 300ms ease-out 0s, border-color 300ms ease-out 0s, fill 300ms ease-out 0s;
    outline: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: normal;
    height: 40px;
    padding: 10px 24px;
    color: rgb(255, 255, 255) !important;
    fill: rgb(255, 255, 255);
    border-width: 1px 1px 2px;
    border-style: solid;
    border-image: initial;
    width: auto;
    display: inline-flex;
    text-decoration: none !important;
}

.g_button_s,
.g_button {
    background-color: rgb(76, 127, 255);
    border-color: rgb(76, 127, 255) rgb(76, 127, 255) rgb(50, 93, 201);
}



.g_button_mono {
    border-radius: 3px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    position: relative;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    overflow: visible;
    text-transform: none;
    transition: background-color 300ms ease-out 0s, color 300ms ease-out 0s, border-color 300ms ease-out 0s, fill 300ms ease-out 0s;
    outline: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: normal;
    height: 40px;
    padding: 10px 24px;
    color: rgb(255, 255, 255) !important;
    fill: rgb(255, 255, 255);
    border-width: 1px 1px 2px;
    border-style: solid;
    border-image: initial;
    width: auto;
    display: inline-flex;
    background-color: rgb(177, 177, 177);
    border-color: rgb(177, 177, 177) rgb(177, 177, 177) rgb(130, 130, 130);
    text-decoration: none !important;
}

    .g_button_s > i,
    .g_button_s_mono > i,
    .g_button_mono > i,
    .g_button > i {
        margin: 0 7px 0 0;
    }


.g_button_s {
    border-radius: 3px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    position: relative;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    overflow: visible;
    text-transform: none;
    transition: background-color 300ms ease-out 0s, color 300ms ease-out 0s, border-color 300ms ease-out 0s, fill 300ms ease-out 0s;
    outline: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    height: 30px;
    padding: 5px 12px;
    color: rgb(255, 255, 255) !important;
    fill: rgb(255, 255, 255);
    border-width: 1px 1px 2px;
    border-style: solid;
    border-image: initial;
    width: auto;
    display: inline-flex;
    text-decoration: none !important;
}

.g_button_s_mono {
    border-radius: 3px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    position: relative;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    overflow: visible;
    text-transform: none;
    transition: background-color 300ms ease-out 0s, color 300ms ease-out 0s, border-color 300ms ease-out 0s, fill 300ms ease-out 0s;
    outline: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    height: 30px;
    padding: 5px 12px;
    color: rgb(255, 255, 255) !important;
    fill: rgb(255, 255, 255);
    border-width: 1px 1px 2px;
    border-style: solid;
    border-image: initial;
    width: auto;
    display: inline-flex;
    background-color: rgb(177, 177, 177);
    border-color: rgb(177, 177, 177) rgb(177, 177, 177) rgb(130, 130, 130);
    text-decoration: none !important;
}


.body-container {
    width: 100%;
    margin: 15px auto;
    background-color: white;
    border: 1pt solid #ccc;
}

.body-container-inner {
    margin: 30px;
}

.pageFooter {
    display: block;
    color: #848484;
    text-align: center;
    height: 180px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.pageFooter_InnerText {
    margin-top: 25px;
}


.pageFooter a:link {
    color: #848484;
    text-decoration: none;
}

.pageFooter a:hover {
    color: #848484;
    text-decoration: underline;
}

.pageFooter a:visited {
    color: #848484;
}

.greyText {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: rgba(0,0,0,0.35);
    font-weight: normal;
}


.greyText2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #666;
}

.greyTextSmall {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 10px;
    color: #999999;
    font-weight: normal;
}

.general {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
    line-height: 20px;
}

    .general A:link {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #283593;
        text-decoration: none;
    }

    .general A:visited {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #283593;
    }

    .general A:active {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #283593;
    }

    .general A:hover {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #283593;
        text-decoration: underline;
    }

.white-small-bold {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

.page-link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #283593;
    text-decoration: none;
}

    .page-link:visited {
        color: #283593;
        text-decoration: none;
    }

    .page-link:hover {
        color: #283593;
        text-decoration: underline;
    }

.warning {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    color: #FF0000;
}

.page-container-white {
    width: 950px;
    margin: 0 auto;
    background-color: white;
    border-left: 1pt solid #ccc;
    border-right: 1pt solid #ccc;
}

.page-container {
    width: 950px;
    margin: 0 auto;
}

.page-header {
    width: 100%;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2pt solid #ccc;
}

.hMenu {
    width: 100%;
    height: 30px;
    text-align: right;    
}

.hMenu a {
    text-decoration: none;
    margin-left: -4px;
}

.hButton {
    display: inline-block;
    padding: 5px 7px 5px 7px;
    background-color: #8fafff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    border-right: 1pt solid #e5e5e5;
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.24);
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}

    .hButton:hover {
        display: inline-block;
        padding: 5px 7px 5px 7px;
        background-color: #4C7FFF;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
        border-right: 1pt solid #e5e5e5;
        cursor: pointer;
    }

    .hButton i {
        margin-right: 4px;
    }

.imgLogo {
    width: 400px;
    margin-left: 20px;
}

.imgLogoQf {
    margin-left: 20px;
}

.fancyPantsInput {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    font-size: 12px;
    padding: 3px;
    margin: 5px 1px 3px 0;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    border-top: 1px solid #848484;
    -moz-box-shadow: inset 0 1px 0px #d2d2d2;
    -webkit-box-shadow: inset 0 1px 0px #d2d2d2;
    box-shadow: inset 0 1px 0px #d2d2d2;
}

    .fancyPantsInput:focus {
        box-shadow: 0 0 5px rgba(76, 127, 255, 1);
        padding: 3px;
        margin: 5px 1px 3px 0px;
        border: 1px solid rgba(76, 127, 255, 1);
    }




/*COLOUR BUTTON SET =============================================================================================== */

.button-small {
    font-size: 12px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.button-green {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
    background-color: #3ab54a;
    border: none;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline;
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-orange {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
    background-color: #ee991f;
    border: none;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline;
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.button-red {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
    background-color: #e45735;
    border: none;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline;
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.button-blue {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
    background-color: #4c7fff;
    border: none;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline;
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-lightgrey {
    color: #666666 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.24);
    background-color: #D9D9D9;
    border: none;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline;
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-green i, .button-orange i, .button-blue i, .button-red i {
    margin-right: 3px;
}

.button-base-m {
    border-color: #ABABAB;
    color: #666666 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.24);
    background-color: #efefef;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.16),inset 0 1px 0 rgba(255,255,255,0.22);*/
    border: 1pt solid #cccccc;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    line-height: 20px;
    /*border-radius: 4px;*/
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline;
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .button-base-m:hover {
        border-color: #ABABAB;
        box-shadow: 0 1px 3px rgba(0,0,0,0.16),inset 0 1px 0 rgba(255,255,255,0.22);
    }

    .button-base-m i {
        margin-right: 3px;
    }

.button-base-s {
    border-color: #ABABAB;
    color: #666666 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.24);
    background-color: #efefef;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.16),inset 0 1px 0 rgba(255,255,255,0.22);*/
    border: 1pt solid #cccccc;
    padding: 3px 6px 3px 6px;
    font-size: 12px;
    line-height: 20px;
    /*border-radius: 4px;*/
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline;
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .button-base-s:hover {
        border-color: #ABABAB;
        box-shadow: 0 1px 3px rgba(0,0,0,0.16),inset 0 1px 0 rgba(255,255,255,0.22);
    }

    .button-base-s i {
        margin-right: 3px;
    }


.helperTog {
    color: #808080;
    font-size: 20px !important;
}

span.tooltip {
    position: absolute;
    width: 300px;
    height: 40px;
    line-height: 20px;
    padding: 8px;
    font-size: 14px;
    text-align: left;
    color: rgb(51, 51, 51);
    background: rgb(250, 255, 184);
    border: 4px solid rgb(250, 255, 184);
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

    span.tooltip:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 12px;
        border-style: solid;
        border-color: transparent transparent #FAFFB8 transparent;
        top: -28px;
        left: 30px;
    }

.prcSuccessContainer {
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}

.prcErrorContainer {
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}

.shadowedBox {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.toolTipHover {
    color: black;
    width: 200px;
    background-color: #FFFFCC;
    padding: 6px;
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    margin-left: 0px;
    font-size: 13px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: left;
    border: 1pt solid #CCC;
}

.page-header-block {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    color: #666;
    text-align: center;
    width: 100%;
    padding: 18px 0;
    margin: 0 auto;
    position: relative;
}

.Light-Headers {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999;
}

.headerRow td {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #333;
    padding: 8px;
    border-bottom: 1pt solid #CCC;
}

.greyCell {
    background-color: #EFEFEF;
}

.hidden {
    display: none !important;
}

.tblresults {
    width: 100%;
}

.ratingwarning {
    display: none;
}

.star-rating {
    display: inline-block;
}

.avg-score {
    font-size: 12px;
    color: #999;
    display: inline-block;
    background-color: #efefef;
    border: dashed 1pt #ccc;
    padding: 2px 4px;
    margin-left: 8px;
}

.star-rating a {
    display: inline-block;
    color: #E6E6E6;
    font-size: 22px;
    margin-right: 2px;
    cursor: default;
}

    .star-rating a:hover {
        color: #E6E6E6;
        font-size: 22px;
    }

    .star-rating a.tagged {
        color: #f93;
    }

        .star-rating a.tagged:hover {
            color: #f93;
        }

.star-rating .sr1 a:nth-child(-n+1) {
    color: #f93;
}

.star-rating .sr2 a:nth-child(-n+2) {
    color: #f93;
}

.star-rating .sr3 a:nth-child(-n+3) {
    color: #f93;
}

.star-rating .sr4 a:nth-child(-n+4) {
    color: #f93;
}

.star-rating .sr5 a:nth-child(-n+5) {
    color: #f93;
}

.saveProgressPiContainer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #cccccc;
    height: 35px;
    display: none;
}

.saveProgressPiContainer_innerText {
    display: inline;
}

.form-group {
    padding: 5px 0;
}

.validation-summary-errors li {
    list-style: none;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    color: #f00;
}

.validation-summary-errors ul {
    padding: 0;
}

.truncated {
    display: none;
}

span.errorHandle[style*="inline"], .field-validation-error {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #FF0000;
    display: block !Important;
    padding: 6px 0;
}

.response_section_wrapper {
    width: 100%;
    margin: 0 auto;
}

.prhSuccessContainer, .prhErrorContainer {
    width: 100%;
    margin: 20px auto 10px auto;
    display: none;
}


.prhSuccessContainer > table {
    margin: 0 auto;
    width: 100%;
    background-color: #CDF6CD;
}

.prhErrorContainer > table {
    margin: 0 auto;
    width: 100%;
    background-color: #FFE5E5;
}

.prhSuccessContainer > table > tbody > tr > td, .prhErrorContainer > table > tbody > tr > td {
    padding: 6px;
}

.field-validation-error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    color: #FF0000;
}

.g-recaptcha {
    margin: 0 auto;
    width: 336px;
}

a.button-green {
    display:inline-block;
}

@media (max-width: 1000px) {
    .page-container {
        width: 850px;
    }
}

@media (max-width: 850px) {

    .header-text {
        width: 100%;
    }

    .page-container {
        width: 100%;
    }

    .body-container {
        width: 90%;
    }

    .body-container-inner {
        margin: 20px;
    }
}

@media (max-width: 460px) {
    .imgLogo {
        width: 90%;
    }
}
