﻿/** Custom styles for Lambeth Portal **/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .Control td, .Control th {
        display: block;
    }

    div.TopLeft, div.TopRight {
        height: 100px;
    }
}

* {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.themeSwitcherA {
    float: right;
    background-color: #fff;
    border:1px solid #2fa170;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

span.themeSwitcherB {
    float:right;
    background-color: #2fa170;
    border:1px solid #2fa170;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

img {
    border: unset;
}

div.Boxes {
    display: none !important;
}

div.Top {
    background-color: #fff !important;
    float: none;
    height: 6em;
}

.CustomFooter {
    padding: 20px 5px;
    max-width: 900px;
}

    .CustomFooter a {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        padding: 5px;
    }

        .CustomFooter a:hover {
            color: #268654;
        }

    .CustomFooter img {
        border-width: 0px;
        width: 100%;
    }

body {
    margin: 0 !important;
    height: 100% !important;
}

div.Main {
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    background-color: #fff;
    background-position: 0% 80%;
    background-repeat: no-repeat;
}

div.Head {
    background-color: #fff !important;
    width: 100%;
    padding-bottom: 1em;
}

img#imgHeader {
    width: unset !important;
}

div.TopLeft {
    background-color: #fff;
    width: 50%;
    height: 55px !important;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

div.TopRight {
    background-color: #fff;
    position: relative;
    width: 50%;
    z-index: 3;
    height: 55px !important;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

div.Boxes {
    background-color: transparent;
    background-image: none !important;
    position: relative;
    top: 0;
    left: 20%;
    display: inline-block;
}

div.Incorrect {
    margin-top: 0 !important;
}

div.ProviderSearch {
    border-radius: 15px;
    background-color: #274091;
    background-image: none !important;
}

    div.ProviderSearch :hover {
        color: #666666 !important;
    }

div.ProviderSignup {
    border-radius: 15px;
    background-color: #666666;
    background-image: none !important;
}

    div.ProviderSignup :hover {
        color: #0094fe !important;
    }

div.AwardingBodySignup {
    border-radius: 15px;
    background-color: #0094fe;
    background-image: none !important;
}

    div.AwardingBodySignup :hover {
        color: #2fa170 !important;
    }

div.ClientSignup {
    background-color: #91268e;
    background-image: none;
    border-radius: 15px;
}

    div.ClientSignup :hover {
        color: #274091 !important;
    }

div.Header {
    height: 65px !important;
    color: #2fa170;
}

img.HeaderImage {
    width: 500px;
	height: 200px;
	max-width: 90%;
	max-height: 90%;
}

div.SubHeader {
    color: #000000;
}

.leftLabel {
    color: #000000;
}

div.LogIn {
    padding-left: 3px;
    background-color: transparent;
    background-image: none;
    position: absolute;
    right: 10px;
    clear: none;
    color: #5d5d5d;
    font-size: 13px !important;
    padding-top: 14px;
}

    div.LogIn input[type="image"] {
        position: relative;
        top: 4px;
    }

    div.LogIn input {
        font-size: 13px !important;
    }

div.Middle {
	height: 900px;
    position: relative;
    min-height: 800px;
    padding-left: 5%;
}

div.Navigation {
    padding: 0 0 0 80px;
    display: inline-block;
    position: relative;
    height: 100%;
    white-space: nowrap;
    z-index: 4;
}

.NavigationItem {
    display: inline-block;
    position: relative;
    border-right: 1px solid #e6e6e6 !important;
    color: #5d5d5d;
    height: 100%;
}

    .NavigationItem :hover {
        height: 72%;
        /*border-bottom: 2px solid #2fa170 !important;*/
        padding-bottom: 0;
    }

div.Navigation a {
    display: inline-block;
    position: relative;
    font-weight: normal;
    color: #5d5d5d;
    font-size: 16px !important;
    padding: 14px 10px 10px 10px;
}

    div.Navigation a:hover {
        text-decoration: none;
        color: #5d5d5d;
        border-bottom: 2px solid #2fa170;
    }

div.controlmain {
    min-height: 650px;
}

    div.controlmain a {
        color: #000000;
    }

        div.controlmain a:hover {
            color: #448363;
        }

div#ctl00_mCPH_vacancyList {
    position: absolute;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    top: 0px;
    right: 0;
    overflow-y: auto;
    padding: 0;
    clear: none;
    width: 25%;
    display: inline-block;
    background-color: #fff;
    max-height: 500px;
}

    div#ctl00_mCPH_vacancyList table {
        width: 100%;
        border-spacing: 0;
    }

        div#ctl00_mCPH_vacancyList table > tbody > tr {
            border-top: 1px solid #e6e6e6;
            width: 100%;
            display: block;
            padding: 20px 0;
        }

            div#ctl00_mCPH_vacancyList table > tbody > tr > td {
                padding-left: 2px;
            }

    div#ctl00_mCPH_vacancyList tr:hover {
        box-shadow: rgba(0,0,0,0.4) -1px 2px 3px;
        border-bottom: 2px solid #2fa170 !important;
    }

.latestVacancyBasicTitle {
    color: #2fa170; /*#666;*/
    display: inline-block;
    padding: 10px 0 10px 4px;
    font-weight: normal !important;
    font-size: 18px !important;
}

div#ctl00_mCPH_vacancyList > table {
    color: black;
}

div.ProfileItemsContent {
    color: black;
}

#ctl00_mCPH_divSubHeader {
    color: black;
}

tr {
    color: black;
}

.LogOut {
    background-image: none !important;
    background-color: #fff !important;
    color: #000;
    float: none;
    clear: none;
    position: relative;
}

#ctl00_lnkHome:hover > span {
    color: #0094fe;
}

#ctl00_lnkLogOut:hover > span {
    color: #0094fe;
}

#ctl00_lnkEditDetails:hover > span.LogOut {
    color: #0094fe;
}

a.Home {
    color: #666;
}

    a.Home:hover {
        color: #0094fe;
    }

a#ctl00_lnkLogOut:hover {
    color: #0094fe;
}

.Seperator a:hover {
    color: #000;
}

div#advisorDetails {
    background-color: #f4f4f4;
}

span.advisorHead {
    color: #000;
}

div.UserLogin {
    width: 155px !important;
    float: right;
}

    div.UserLogin a {
        font-size: xx-small !important;
        line-height: 1em !important;
    }

        div.UserLogin a:hover {
            color: #fff;
        }

div.Footer a:hover {
    color: #0094fe;
}

table.Contact th {
    color: #0094fe !important;
}

#ctl00_mCPH_mLoginCtrl_hlkRegister {
    display: none;
}

#ctl00_mCPH_mLoginCtrl_lblSeperator {
    display: none;
}

#ctl00_mCPH_mLoginCtrl_hypResetPassword {
    display: none;
}

#ctl00_mCPH_mLoginCtrl_ResetPasswordLink {
    display: none;
}

#vacancySearch {
    top: 20px;
}

#vacancySearchResults {
    top: 10px;
}

#vacancySearchOptions {
    top: 145px;
    background-color: #fff;
    border: 1px solid #000;
    padding-bottom: 1px;
}

#myVacancyPreferencesTitle {
    background-color: #2fa170;
}

#vacancyPreferences {
    background-color: #2fa170;
    color: #fff;
    border: 1px solid #000;
    box-sizing: content-box;
    padding-bottom: 1px;
}

#myDesiredPerferences {
    color: #000;
    width: 90%;
}

#desiredProfession {
    background-color: #fff;
}

div.ContentNoNews {
    clear: none;
    position: relative;
    width: 65% !important;
}

div.Middle.ServiceProviderRegistration th {
    color: #0094fe;
}

#ctl00_mCPH_ctrlVacancySearch_Public1_chkQualificationList > td {
    color: #000;
}

#searchResults > tbody {
    color: #000;
}

div.eu-and-scott-fund-image-map {
    height: 200px;
    width: 257px;
    position: absolute;
    top: -235px;
    z-index: 3;
    right: -225px;
}

#AlreadyRegisiteredBox {
    color: #ffffff;
    background-color: #fb9d57 !important;
    top: 98px;
    left: 210px;
    font-weight: bold;
    border-radius: 15px;
    text-align: center;
    width: 170px;
    height: 70px;
    position: absolute;
}

    #AlreadyRegisiteredBox a:hover {
        color: #ffffff;
        text-shadow: 2px 2px 8px #0094fe;
    }

    #AlreadyRegisiteredBox div {
        text-align: center;
        width: 130px;
        height: 65px;
        padding-left: 20px;
        word-break: break-word;
    }

h1 {
    display: block;
    clear: both;
    padding-bottom: 100px;
}

img {
    border: 0;
    box-sizing: content-box;
}

div.Partners {
    display: inline-block;
    text-align: unset;
}

    div.Partners img {
        height: 80px;
    }

#ctl00_lnkMyQualifications {
    display: none;
}

#ctl00_mCPH_btnUpdateSkills {
    display: none;
}

#vacancySearchDetail {
    position: relative !important;
    z-index: 4;
    min-height: 100px;
}

#btnApplyForVacancyFooter {
    display: none;
}

#ctl00_lnkMyWorkHistory {
    display: none;
}

#ctl00_divLoggedIn {
    background-color: #0094fe;
    margin-top: 0px !important;
    font-size: 1.2em;
}

#ctl00_divFooter {
    z-index: 0 !important;
}

.Footer {
    padding-top: 25px;
}

.bottom {
    margin: 0px !important;
}

div.Bottom {
    border-top: 0 !important;
    width: 100% !important;
    background-color: #fff !important;
}

    div.Bottom .override {
        margin: 0px !important;
    }


img.LogoLeft {
    float: none;
    padding-top: 1.2em;
    padding-left: 3em;
    border: unset !important;
    display: inline-block;
    position: relative;
    width: 400px !important;
}

img.LogoRight {
    float: right;
    padding-right: 3em;
    padding-top: 2.4em;
    width: 370px;
    border: unset !important;
}

a.#ctl00_mCPH_lnkChangePassword {
    color: #0094fe;
}

    a.#ctl00_mCPH_lnkChangePassword :hover {
        color: #274091;
    }

input[type="submit"] /*.PrimaryBtn*/ {
    min-width: 80px;
    min-height: 35px;
    background-color: #2fa170;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 16px;
    line-height 35px;
    margin: 5px;
    display: inline-block;
}

    input[type="submit"] :hover {
        background-color: #e83f80 !important;
    }

input[type="text"] {
    border: 1px solid #b7b7b7;
    background-color: #f8f8f8;
    color: #333;
}

input[type="password"] {
    border: 1px solid #b7b7b7;
    background-color: #f8f8f8;
    color: #333;
}

/* Dev express sanity check */
.dxeTextBox_Office2010Silver .dxeEditArea_Office2010Silver {
    border: 1px solid #b7b7b7;
    background-color: #f8f8f8;
    color: #333;
}

div.LandingPageContent {
    width: 100%;
    height: 500px;
    padding-right: 20px;
    background-color: rgba(255,255,255,0.6);
    color: #333;
}

div.MissionStatementWrapper {
    width: 70%;
    display: inline-block;
    position: relative;
}

span.MissionStatementHeading {
    font-size: 30px;
    padding: 4px;
    display: inline-block;
    text-align: center;
}

span.MissionStatement {
    display: inline-block;
    position: relative;
    padding: 4px;
    font-size: 15px;
    text-align: center;
}

.ClientSignupWrapper {
    width: 25%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-top: 10%;
}

    .ClientSignupWrapper > a {
        bottom: 10%;
        margin-left: 50px;
        font-size: 20px;
        text-decoration: none;
        background-color: #2fa170;
        padding: 20px;
        color: #fff;
        display: inline-block;
        position: relative;
    }

        .ClientSignupWrapper > a:hover {
            background-color: #268654;
        }

#ctl00_mCPH_header {
    color: #0094fe;
}

table.AwardingBodyRegistration > tbody > tr:nth-child(1) > th {
    color: #0094fe;
}


/* Client Registration Wizard */
table.RegistrationWizardButtons {
    right: 85px;
}

div.WizardHint {
    top: 220px;
}

/* Account Details Page */
#advisorDetails {
    position: relative;
    display: inline-block;
    margin 10px 0 45px 10px;
    left: unset;
    top: unset;
}

#loginDetails {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

/* My Vacancies */
.ui-widget-header {
    background-color: #91268e !important;
    color: #fff !important;
}

tr.odd {
    background-color: #fff !important;
}

tr.even {
    background-color: #fff !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #2fa170 !important;
    border: 1px solid #e6e6e6 !important;
    color: #fff !important;
}

#ctl00_mCPH_ctrlVacancySearch_Public1_btnUpdatePreferences :hover {
    color: #902694 !important;
}

ctl00_mCPH_ctrlVacancySearch_Public1_rdoEmailAlerts {
    color: #fff !important;
}

    ctl00_mCPH_ctrlVacancySearch_Public1_rdoEmailAlerts > input {
        color: #fff !important;
    }

/* Client Signup */
.dxcaRefreshButtonText_Office2010Silver {
    color: #000;
}

table.AwardingBodyRegistration {
    background-color: rgba(255,255,255,0.6);
}

.Control {
    background-color: rgba(255,255,255,0.6);
}

table.ServiceProviderRegistration {
    background-color: rgba(255,255,255,0.6);
}

.ClientDocuments {
    min-height: 500px;
}

/* Media Queries to handle smaller devices. layout */
@media (max-width: 1300px) {
    div.TopLeft {
        width: 100%;
        padding: 0;
    }

    div.Navigation {
        padding: 0 !important;
    }

        div.Navigation a {
            padding: 14px 2px 0 2px !important;
        }

    div.TopRight {
        width: 100%;
    }

    div.LogIn {
        position: relative;
        right: unset;
        float: none;
        text-align: center;
    }

    div#ctl00_mCPH_vacancyList {
        position: relative;
        display: block;
        border: 1px solid #e6e6e6;
        width: 80% !important;
    }

    .ClientSignupWrapper {
        width: 100%;
    }

        .ClientSignupWrapper > a {
            bottom: unset;
            margin-left: 0;
            font-size: 20px;
            text-decoration: none;
            background-color: #2fa170;
            padding: 20px;
            color: #fff;
            display: block;
            position: relative;
            width: 100%;
            text-align: center;
        }

    div.MissionStatementWrapper {
        width: 100%;
        display: block;
        position: relative;
        height: 100%;
    }

    span.MissionStatementHeading {
        display: block;
    }

    span.MissionStatement {
        display: block;
    }

    div.LandingPageContent {
        display: block;
        padding-right: 20px;
        padding-top: 0;
        background-color: none;
        height: 30%;
        width: 100%;
        color: #333;
    }
}

/* Mid range resolutions */
@media (min-width: 1301px) and (max-width: 1600px) {
    div#ctl00_mCPH_vacancyList {
        width: 22% !important;
    }

        div#ctl00_mCPH_vacancyList table > tbody > tr {
            padding: 10px 0 !important;
        }
}

/* Phones */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    div.Middle {
        position: relative;
        display: inline-block;
        top: 3em;
        min-height: 1025px;
        padding-left: 0;
    }

    .ClientSignupWrapper > a {
        padding: 1em 0;
    }

    div#ctl00_mCPH_vacancyList {
        margin-left: 5%;
    }

    div.Navigation {
        padding: 0 !important;
        white-space: normal;
    }

        div.Navigation a {
            padding: 0 !important;
        }

    .NavigationItem {
        padding: 0 1em !important;
    }

    div.TopLeft {
        width: 100%;
        height: 2.6em !important;
        position: relative;
        display: inline-block;
    }

    div.TopRight {
        top: 34px;
    }

    div.ContentNoNews {
        padding: 0 !important;
        width: 100% !important;
    }

    div.LogIn input {
        font-size: x-small !important;
    }

    img.LogoRight {
        float: none;
        position: relative;
        display: inline-block;
        width: 270px;
        padding-right: 0;
        padding-left: 3em;
    }

    img.LogoLeft {
        float: none;
        position: relative;
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
        width: 400px !important;
    }

    div.LandingPageContent {
        padding: 0;
    }

    table.RegistrationWizardButtons {
        position: static;
    }
}

	div#OriginalTopRight{
		
		visibility: hidden;
	}