﻿:root {
    --primary-colour-blue: #0F599A;
    --primary-colour-dark-blue: #0A4273;
    --primary-colour-light-blue: #0190D2;
    --background-colour-white: #fff;
    --alternate-colour-light-grey: #DBDBDB;
    --alternate-colour-grey: #BBBBBB;
    --alternate-colour-dark-grey: #3E3E3E;
    --primary-font-arial: Arial, Helvetica, Sans-Serif;
}

html {
    overflow-y: scroll;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    position: relative;
}

body {
    min-height: 100%;
    margin: 0 auto;
    width: 960px;
    padding: 0;
    padding-bottom: 100px;
    font-family: var(--primary-font-arial);
    color: #232323;
    background-color: #fff;
}

/* NAV STYLES */
.nav a, .navbar-default .navbar-nav > li > a {
    color: var(--primary-colour-blue);
}

.nav a:hover, .navbar-default .navbar-nav > li > a:hover {
    color: var(--primary-colour-dark-blue);
}

.nav a:active, .navbar-default .navbar-nav > li > a:active {
    color: var(--primary-colour-light-blue);
}

/* TYPOGRAPHIC STYLES */
.table {
    color: var(--alternate-colour-dark-grey);
}

/*Footer stuff, including wrapper which allows the footer to locate at page bottom.*/
div#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ee5;
    min-height: 40px;
    background-color: #FFF;
    background: url(../Content/Images/footer-curve.jpg) no-repeat center center scroll;
    background-color: #3e3e3e;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 0 20px;
    border-top: 6px solid var(--primary-colour-light-blue);
}

#footer .region-footer {
    min-height: 130px;
}

img, svg {
    max-width: 100%;
    height: auto;
}

#footer .footer-container {
    padding: 20px 0;
    min-height: 90px;
}

.footer-wordmark {
    height: 100px;
}

div#footer div.col-xs-12 {
    color: #fff;
    height: 100%;
    font-size: 1.08em;
    padding-top: 15px;
    padding-bottom: 15px;
}

div#footer div.col-xs-12 a {
    color: #fff;
}

div#wrapper {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.pageContent {
    width: 810px;
    padding-left: 10px;
    padding-bottom: 60px;
    float: left;
}

div#LoginHeader {
    width: 100%;
}

/* Styles for Radio Buttons and Checkboxes*/
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.option-input:hover {
    background: #9faab7;
}
.option-input:checked {
    background: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
}
.option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
}
.option-input.check-box:checked::before {
    content: '✔';
}
.option-input.radio {
    border-radius: 40%;
}
.option-input.radio::after {
    border-radius: 40%;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

div#messagepanel {
    color: green;
    font-weight: bold;
}


/* Authenticated Header*/
div#Header {
    width: 100%;
    height: 5em;
}

div#HeaderLogo {
    padding-top: 2em;
    float: left;
}

div#TopRightMenu {
    float: right;
    font-size: 110%;
    line-height: 1.4em;
    margin: 2.3em 0 0 0;
}

    div#TopRightMenu a {
        color: #444444;
        font-size: 110%;
        text-decoration: none;
        margin-left: 1.5em;
        padding-right: 10px;
    }

        div#TopRightMenu a:hover {
            text-decoration: underline;
        }

.StandardFormWrapper {
    background-color: #EAF2F5;
    border: 20px solid #DDDDDD;
    margin: 3em auto;
    padding: 2em 2em 1em;
}

    .StandardFormWrapper h1 {
        font-size: 150%;
        margin-bottom: 1em;
    }

    .StandardFormWrapper input {
        width: 15em;
        margin-bottom: 5px;
    }

    .StandardFormWrapper button {
        background-color: #ff9b05;
        background-color: rgba(255,155,5,1);
        -webkit-box-shadow: 1px 1px 1px 0 #000000;
        -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,1);
        -moz-box-shadow: 1px 1px 1px 0 #000000;
        -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,1);
        -ms-box-shadow: 1px 1px 1px 0 #000000;
        -ms-box-shadow: 1px 1px 1px 0 rgba(0,0,0,1);
        box-shadow: 1px 1px 1px 0 #000000;
        box-shadow: 1px 1px 1px 0 rgba(0,0,0,1);
        border: solid 1px #000000;
        border: solid 1px rgba(0,0,0,1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 5px;
        display: inline-block;
        font-size: 17px;
        line-height: 14px;
        text-align: center;
        color: #ffffff;
        color: rgba(255,255,255,1);
        font-weight: bold;
        -ms-text-shadow: 0 1px 0 #000000;
        -ms-text-shadow: 0 1px 0 rgba(0,0,0,1);
        text-shadow: 0 1px 0 #000000;
        text-shadow: 0 1px 0 rgba(0,0,0,1);
    }

.button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.button:active {
}



/*Form Styles*/
.BrookForms {
    margin: 20px 0 auto;
    -moz-min-width: 680px;
    -ms-min-width: 680px;
    -o-min-width: 680px;
    -webkit-min-width: 680px;
    min-width: 680px;
    padding: 14px;
}

/* ----------- stylized ----------- */
#stylizedForm {
    border: solid 2px #b7ddf2;
    background: #ebf4fb;
}

    #stylizedForm h1 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    #stylizedForm p {
        font-size: 11px;
        color: #666666;
        margin-bottom: 20px;
        border-bottom: solid 1px #b7ddf2;
        padding-bottom: 10px;
    }

    #stylizedForm label {
        display: block;
        font-weight: bold;
        text-align: right;
        float: left;
    }

    #stylizedForm input {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        width: 200px;
        margin: 2px 0 20px 10px;
    }

    #stylizedForm select {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        width: 200px;
        margin: 2px 0 20px 10px;
    }

    #stylizedForm button {
        clear: both;
        margin-left: 150px;
        width: 125px;
        height: 31px;
        background: #666666;
        text-align: center;
        line-height: 31px;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
    }

.customSubTabs {
    background-color: #ebf4fb;
    padding-top: 2px;
}

.showDiv {
    display: block;
}

.hideDiv {
    display: none;
}

.yesScript {
    /*Default state for elements that should be hidden without Javascript*/
    display: none;
}

.noScript {
    /*Default state for elements that should be hidden when Javascript is enabled.*/
}


/* Bootstrap and form display modifications*/
.form-req {
    font-weight: bold;
    font-style: normal;
    color: #d10000;
    font-size: 1.2em;
    line-height: .85em;
}


.hintText {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.form-group label {
    padding: 7px 0 0 0;
}



.form-block {
    display: inline-block;
}
#Topics fieldset {
    background: none;
    border: 1px solid rgb(212,212,212);
    padding: .5em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#Topics legend {
    font-size: 15px;
    padding: 10px 0;
    border-style: none;
    border-width: 2px;
    margin-bottom: 1px;
    letter-spacing: normal;
    line-height: normal;
    width: auto;
}

#ArcticTernField fieldset, #Regions fieldset, #Tags fieldset {
    border: 1px solid rgb(212,212,212);
    padding: .5em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#ArcticTernField legend, #Regions legend, #Tags legend {
    font-size: 15px;
    padding: 10px 5px;
    border-style: none;
    border-width: 2px;
    margin-bottom: 1px;
    letter-spacing: normal;
    line-height: normal;
    width: auto;
}

.placeslist {
    list-style: none;
    -ms-columns: 2;
    -o-columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 14px;
}

.link-button {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
}