﻿/* Cookie Notification */

#cookieNotificationContainer, #cookieNotificationContent {
    float: left;
    width: 100%;
}

#cookieNotificationContainer {
    position: relative;
    z-index: 200;
    color: #fff;
    background-color: #666;
}

#cookieNotificationContent {
    position: relative;
    padding: 16px;
    margin: 0 auto;
}

#cookieTitle {
    float: left;
    width: 100%;
    height: 24px;
    padding: 3px 0 0 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    background: url(Images/cookie-info-icon.png) no-repeat;
    background-size: 24px;
}

#cookieHelpText {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
}

#cookieLinks {
    float: left;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}

#cookieLinks .cookieSettings {
    display: block;
    padding: 7px 0 7px 27px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    background: url(Images/cookie-buttons.png) no-repeat 0 3px;
}

#cookieLinks .cookieContinue {
    display: block;
    padding: 5px 0 5px 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: url(Images/cookie-buttons.png) no-repeat 0 -36px;
}

#cookieLinks .cookieContinue:hover {
    text-decoration: underline;
}

#cookieSettingsContainer {
    padding: 20px;
    background-color: #fff;
}

#functionalCookieInformation {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.cookieSetting {
    padding-left: 35px;
    margin: 20px 5px;
    background-repeat: no-repeat;
}

.cookieType {
    font-size: 18px;
    font-size: 1.125rem;
}

.cookieDescription {
    margin: 10px 0;
}

.cookieSetting.enabled {
    background-image: url(images/tick.png);
}

.cookieSetting.disabled {
    background-image: url(images/cross.png);
}

#validation_popup, #datamap_selector {
    border: none;
}

#validation_popup .modalPopup, #datamap_selector .modalPopup {
    width: 550px;
    border: 1px solid #404040;
}

#validation_popup .modalPopup .settings, #datamap_selector .modalPopup .settings {
    padding: 10px 25px;
}

.popup .settings h1 {
    margin-top: 20px;
}

.popup_close, #validation_close, #datamap_selector_buttons {
    padding-top: 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}

.dragPageNotification {
    position: absolute;
    top: 30px;
    left: 440px;
    z-index: 10;
}

/* More Info Popup */
.moreInfoPopupWrapper {
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.moreInfoPopupContainer .moreInfoPopupContent {
    display: block;
}

.moreInfoPopupContent {
    display: none;
    height: 530px;
    overflow-y: scroll;
    padding-right: 10px;
    box-sizing: border-box;
}

.moreInfoPopupHeader {
    position: relative;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.moreInfoPopupHeader .close {
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.moreInfoPopupContainer {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 150;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 20px #AAA;
}

/* Postcode lookup */
button.postcodeLookupButton {
    margin: 0px 0px 8px 2px;
}

.noAddressFound .ui-widget-header, .addressFound .ui-widget-header {
    background-color: #95CC00 !important;
    border: 1px solid #95CC00 !important;
}

.postcodeLookupStaticAddress {
    padding: 0 0 10px 5px;
}

.noAddressFoundSelect, .noAddressClose {
    float: left;
}

.noAddressFoundClose {
    float: right;
}

.addressNarrative {
    padding: 5px 0 10px 5px;
}

#postcodeBusy {
    display: block;
    position: fixed;
    top: 25%;
    left: 46%;
    width: 31px;
    height: 31px;
    padding: 10px;
    margin: auto;
    background: url('../images/busy.gif') no-repeat;
    border: none;
}

/* Information Notifier */
.InformationNotifierAlert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 1;
}

.InformationNotifierAlert > p {
    margin: 5px 0 0 0;
}

.InformationNotifierAlertHeading {
    color: inherit;
    margin: 0 0 0 0;
    font-size: 18px;
    font-size: 1.125rem;
}

.InformationNotifierClose {
    position: relative;
    top: -2px;
    right: -21px;
    float: right;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.InformationNotifierClose:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

.row-delete-chkbox {
    padding: 0 0 0 0;
}

/**************************************************************************************************************************************************/
/* Maintenance         */
/**************************************************************************************************************************************************/
#clock, #closed {
    margin: 0 100px 20px 0;
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 50px;
    color: #333;
}

#closingNotification {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 20px 0 0 50px;
    color: white;
    background-color: #666;
    opacity: 0.9;
    z-index: 200;
}

#closingMessage {
    float: left;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
}

#closingMessage a {
    color: #fff;
}

#closingTitle {
    float: left;
    width: 130px;
    padding-left: 60px;
    font-size: 22px;
    font-size: 1.375rem;
    background: url(/Style/Images/ClosingIcon.png) no-repeat;
}

#countDownToClosing {
    font-size: 40px;
    font-size: 2.5rem;
}

#cancelClose {
    color: #fff;
}

/*Hide specific content (screen reader use and accessibility)*/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
}

#nextStep .reasonable-adjustments {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#nextStep a:focus {
    border: 2px solid #000000;
}
