/* ---------------------- Open Sans font ---------------------- */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,500,700");
body, div, h1, h2, input, textarea, select {
	font-family: Open Sans, sans-serif;
}

div.text_size_options a {
    font-size: 14px;
}

div.text_size_options a.medium {
    font-size: 18px;
}

div.text_size_options a.large {
    font-size: 22px;
}

h1 {

    font-weight: bold;
        border-bottom: 2px solid #087059;
    padding-bottom: 20px;
}


.design-tools h1 {
    color: white;
}


/* ---------------------- Buttons ---------------------- */

.button {
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    border: 0;
    left: 0; //
    This one is important!;
    background: #006a54;
    transition: .3s ease-in;
    color: #fff !important; */
    font-size:;
    font-size: 90%;
    white-space: normal !important;
    word-wrap: break-word;
    width: 170px;
    text-transform: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.button:hover {
    background-color: #8db445;
    border-color: rgba(109, 159, 197, 0);
    color: white;
    transition: all 0.3s ease-in;
    left: 0; //
    This one is important!;
    color: #fff !important;
    transform: scale(1.05);
}

div.options .button {
    padding: 5px 10px 5px 10px;
    background-color: #333;
    width: 150px;
    color: white !important;
}

div.options .button:hover {
    border-color: rgba(109, 159, 197, 0);
    transition: all 0.3s ease-in;
    /* box-shadow: inset 0 0 50px #fff,      /* inner white */
    inset 20px 0 80px #f0f,   /* inner left magenta short */         inset -20px 0 80px #0ff,  /* inner right cyan short */         inset 20px 0 300px #f0f,  /* inner left magenta broad */         inset -20px 0 300px #0ff, /* inner right cyan broad */         0 0 50px #fff,            /* outer white */         -10px 0 80px #f0f,        /* outer left magenta */         10px 0 80px #0ff; */         /* outer right cyan */
    background-color: #9ac54d;
    color: #333 !important;
    background-color: #9ac54d;
}

.button.edit {
    padding-left: 15px;
}

div.editor_container .button {
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    border: 0;
    background: #9cc94a;
    transition: .9s ease-out;
    color: #333 !important;
    font-weight: bold;
    margin: 6px;
    white-space: normal !important;
    word-wrap: break-word;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

input#JumpToPage:hover, input#AddNewPageButton:hover, input#EditModeButton:hover, input#DesignModeButton:hover {background-color: #8db445;border-color: rgba(109, 159, 197, 0);color: white;transition: all 0.3s ease-in;left: 0;box-shadow: 0 0 12px 4px rgba(255, 255, 255, 0.5), 0 0 16px 6px rgba(23, 68, 21, 0.5), 0 0 20px 8px rgba(24, 255, 0, 0.5);color: #fff !important;transform: scale(1.03);}

input#OptionsPlaceHolder_LanguagePicker_LanguagePickerButton {
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    border: 0;
    background: #9cc94a;
    transition: .2s ease-out;
    color: #333 !important;
    margin: 6px;
    white-space: normal !important;
    word-wrap: break-word;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

input#OptionsPlaceHolder_LanguagePicker_LanguagePickerButton:hover {
    background-color: #8db445;
    color: white !important;
    border-color: rgba(109, 159, 197, 0);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in;
}

.navigation_item .navigate_button:hover {
    color: white !important;
}

.navigation_item .navigate_button {
    margin-bottom: 10px;
    color: #333 !important;
    font-size: 100%;
}

.btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
    padding: 5px !important;
    border-radius: 2px !important;
font-size: 100% !important;
}



div.actions .button {
    width: 30%;
    padding-top: 10px;
    padding-right: 2px;
    padding-left: 2px;
    text-transform: none;
    font-weight: bold;
}

/* ---------------------- Design Side Bar ---------------------- */

.design-tools {background-color: rgba(0, 106, 83, 0.98);-webkit-backdrop-filter: blur(30px);-webkit-box-shadow: -5px 0px 5px 0px #616161;box-shadow: -5px 0px 5px 0px rgba(97, 97, 97, 0.15);transition: all 0.5s ease-in;}

/* ---------------------- Options Nav Bar ---------------------- */
div.options {
    border-bottom: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #006a53;
}

.container {
    width: 100% !important;
}

.display-options .dropdown-menu {
    background-color: rgb(255, 255, 255);
    -webkit-backdrop-filter: blur(30px);
    -webkit-box-shadow: -5px 0px 5px 0px #616161;
    box-shadow: -5px 0px 5px 0px rgba(97, 97, 97, 0.15);
    transition: all 0.5s ease-in;
}

div.contrast_options a.default_contrast {
    border: none;
    padding: 10px 15px 10px 15px;
    border-radius: 10%;
    font-size: 17px;
    color: #4285f4;
}

a.contrast_option.contrast1 {
    border: none;
    padding: 10px 15px 10px 15px;
    border-radius: 10%;
    font-size: 17px;
 background-color: #333;
}

div.contrast_options a.contrast2 {
    background-color: rgb(255, 255, 141);
    color: #333;
    border: none;
    padding: 10px 15px 10px 15px;
    border-radius: 10%;
    font-size: 17px;
}

.display-options .dropdown-menu > div {
    border-top: 1px solid #999;
}

div.question .prompt {
    width: 0%;
}

/* ---------------------- Inputs  ---------------------- */

.form-control:focus {
    border-bottom: 1px solid #8db445;
    box-shadow: 0 1px 0 0 #8db445  !important;
    transition: all 0.5s ease-out;
}

.form-control {outline: none;padding: 6px 12px;background-color: rgb(255, 255, 255);box-shadow: 0 1px 0 0 #20569b !important;border-radius: 0px !important;border-bottom: 1px solid #006a53;height: 35px;width: 90%;font-size: 17px;box-sizing: content-box;transition: 0.3s;font-weight: 700;}

.form-control:hover {border-bottom: 1px solid #8db445;box-shadow: 0 1px 0 0 #8db445 !important;transition: all 0.5s ease-out;}

select#ContentPlaceHolder_BodyContent_PersonTitle_Answer_InputField, select#ContentPlaceHolder_BodyContent_Gender_Answer_InputField, select#ContentPlaceHolder_BodyContent_PreferredMethodOfContact_Answer_InputField  {
    border-radius: 0px !important;
    background-color: #4285f4;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    padding: 10px 30px 10px 30px;
    border: 0;
    transition: .2s ease-out;
    color: #fff !important;
    margin: 6px;
    height: 35px;
    white-space: normal !important;
    word-wrap: break-word;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.top_banner.row {
    background: url(https://www.highpeak.gov.uk/media/851/Todbrook-Res-Whaley/image/Todbrook_Res_Whaley_501.jpg);
    background-size: cover;
    height: 120px;
}


.Topbanner {
    height: 150px;
    background-image: url(https://www.highpeak.gov.uk/image/331/New2-High-Peak-Banner/original.png);
    background-position-x: 2%;
    background-size: 260px;
    background-repeat: no-repeat;
    background-position-y: 35%;
}

h2 {
    font-size: 20px;
    border-bottom: 2px solid #006a53;
    padding-bottom: 5px;
    background-color: #006a53;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    padding: 10px 30px 10px 30px;
    color: white;
    border-radius: 4px;
}

.col-md-offset-4.col-md-4 {
    margin-top: 23%;
    background-color: rgba(245, 245, 245, 0.59);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(20px);
}

select#PageList {
    background-color: white;
    height: 35px;
    margin-left: 5px;
    width: 100%;
}

a {
    color: #9cc94a;
    text-decoration: none;
}

div.reference {
    font-weight: bold;
    background-color: #9cc94a;
    width: 250px;
    padding: 5px;
    border-radius: 4px;
}

select {
    background-color: #006a53 !important;
    color: white !important;
    height: 35px !important;
}

body {
   
    font-size: 16px;

}

.footer.row {
    background-color: #333;
    color: white;
    padding-bottom: 10px;
    background-image: url(https://highpeak.gov.uk/image/101/High-Peak-Borough-Council-footer-logo/original.png);
    background-repeat: no-repeat;
    height: 80px;
    text-align: right;
    background-position-x: 5%;
}


img.logo {
    padding-top: 20px;
}

/* ---------------------- JMc Check Box Alignment for Declaration 02102017 ---------------------- */

.checkbox {
    margin-left: 30px;
}



/* ---------------------- No File Uploads Message 17102017---------------------- */

.item:after {
    float: right;
    content: "\f071";
    font-family: fontawesome;
}


.item {
    width: 230px;
    padding: 10px;
    background-color: #5bc0de;
    margin: 10px;
    color: white;
    border-radius: 3px;
    text-align:center;
    margin-left: 30%;
}


/* ---------------------- Custom Validation Errors 17102017 ---------------------- */


.failed_validation_question {
    border-color: rgba(169, 68, 66, 0);
    background-color: rgba(88, 88, 88, 0.06);
    padding: 10px;
}

.validation-error {
    color: #ff004e;
    font-weight: bold;
    margin-top: 3px;
    border-radius: 3px;
}

.btn-danger {
    color: #fff;
    background-color: firebrick;
    border-color: firebrick;
    margin-bottom: 10px;
    border-radius: 2px !important;
    padding: 5px !important;
    font-size: 100%;
}

.btn-danger:hover {
    color: firebrick;
    background-color: white;
    border-color: firebrick;
    font-weight: bold;
}

.navigation_item:hover {
    background-color: rgba(255, 255, 255, 0.42);
}

.navigation_item .toggle_errors.popover-open {
    background-color: #fff;
    color: firebrick;
    font-weight: bold;
}

.popover.validation-errors .popover-title {
    background-color: firebrick;
}

.popover.validation-errors {
    border-color: firebrick;
}


/* ---------------------- Nicer Question Groups 18102017 ---------------------- */


div.question_section_header {
    background-color: #006a54;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

div.question_section {
    border: 1px solid rgba(204, 204, 204, 0);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.form-control:focus {
    outline: 3px solid gold;
    transition: ease-in 0.1s;
}

.navigation_item.visited .navigation_icon:before {
    content: "\f00d";
    color: crimson;
}

.navigation_item.complete .navigation_icon:before {
    content: "\f00c";
    color: #006a54;
}

.top_banner.row {
    background-position-y: 1%;
}

div.question_section_header h3 {
    font-size: 18px !important;
}




/* ---------------------- Missed Bins Stuff ---------------------- */



#ctl00_ContentPlaceHolder_BodyContent_Brown > span, #ctl00_ContentPlaceHolder_BodyContent_Green > span, #ctl00_ContentPlaceHolder_BodyContent_BinsEmptied > span, #ctl00_ContentPlaceHolder_BodyContent_Recycle > span, #ctl00_ContentPlaceHolder_BodyContent_Redsack > span, #ctl00_ContentPlaceHolder_BodyContent_Small > span {
    display: none;
}

div#ctl00_ContentPlaceHolder_BodyContent_Brown,
div#ctl00_ContentPlaceHolder_BodyContent_Green,
div#ctl00_ContentPlaceHolder_BodyContent_Recycle,
div#ctl00_ContentPlaceHolder_BodyContent_Redsack,
div#ctl00_ContentPlaceHolder_BodyContent_Small
 {
    margin-top: -25px;
}


#ContentPlaceHolder_BodyContent_BinsEmptied_Question {
    font-weight: bold;
}


/* ---------------------- Custom COA Stuff ---------------------- */


input#ContentPlaceHolder_BodyContent_SolicitorInvolvedWithPurchase_Answer_InputField {
    height: 90px !important;
}

div#ContentPlaceHolder_BodyContent_AddressOfPreviousOwnerLabel {
    display: none !important;
}

input#ContentPlaceHolder_BodyContent_NameOfPreviousOwner_Answer_InputField {
    height: 90px;
}

div#ctl00_ContentPlaceHolder_BodyContent_AddressOfPreviousOwner_AddressOfPreviousOwnerAddressLine1 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_AddressOfPreviousOwner_AddressOfPreviousOwnerAddressLine2 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_AddressOfPreviousOwner_AddressOfPreviousOwnerAddressLine3 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_AddressOfPreviousOwner_AddressOfPreviousOwnerAddressLine4 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_AddressOfPreviousOwner_AddressOfPreviousOwnerPostcode {
    display: none !important;
}

input#ContentPlaceHolder_BodyContent_SolicitorInvolvedWithSale_Answer_InputField {
    height: 90px !important;
}

.footer.row {
    display: none !important;
}

button.btn.btn-success {
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    border: 0;
    left: 0;
    background: #ffffff;
    transition: .3s ease-in;
    color: #fff !important;
    font-size: 90%;
    white-space: normal !important;
    word-wrap: break-word;
    width: 170px;
    text-transform: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
} 

input#ContentPlaceHolder_BodyContent_NewOwnerCompanyName_Answer_InputField {
    height: 90px !important;
}

div#ContentPlaceHolder_BodyContent_NewOwnerCompanyAddressLabel {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerCompanyAddress_NewOwnerCompanyAddressAddressLine1 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerCompanyAddress_NewOwnerCompanyAddressAddressLine2 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerCompanyAddress_NewOwnerCompanyAddressAddressLine3 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerCompanyAddress_NewOwnerCompanyAddressAddressLine4 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerCompanyAddress_NewOwnerCompanyAddressPostcode {
    display: none !important;
}

input#ContentPlaceHolder_BodyContent_NewOwnerPreviousAddress_NewOwnerPreviousAddressAddressLine1_Answer_InputField {
    height: 90px !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerPreviousAddress_NewOwnerPreviousAddressAddressLine2 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerPreviousAddress_NewOwnerPreviousAddressAddressLine3 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerPreviousAddress_NewOwnerPreviousAddressAddressLine4 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_NewOwnerPreviousAddress_NewOwnerPreviousAddressPostcode {
    display: none !important;
}


/* ---------------------- Direct Debit Bits  ---------------------- */



.dd-content {
    border: 2px solid black;
    padding: 5px;
}

.heading.dd-account-holder {
    margin-top: 10px;
}

.detail.box.borderless.dd-account-number {
    border: 2px solid black;
    padding: 5px;
}

.heading.dd-account-number {
    margin-top: 10px;
}

.heading.dd-account-sortcode {
    margin-top: 10px;
}

.detail.box.borderless.dd-account-sortcode {
    border: 2px solid black;
    padding: 5px;
}

.detail.box.borderless.dd-service-ref {
    border: 2px solid black;
    padding: 5px;
}

.detail.box.dd-payment-freq {
    margin-top: 10px;
}

.dd-col.heading.dd-branch-address {
    margin-top: 10px;
}

.heading.dd-service-ref {
    margin-top: 10px;
}

.dd-col.detail.box.dd-instruction {
    margin-top: 10px;
}

.dd-col.detail.dd-customer-ref {
    width: 48%;
    float: left;
}

.dd-col.detail.dd-date {
    float: right;
}

.dd-col.heading.dd-customer-ref {
    width: 40%;
    float: left;
    margin-top: 10px;
}

.dd-col.heading.dd-date {
    width: 40%;
    float: right;
    margin-top: 10px;
}

#ContentPlaceHolder_BodyPanel > div.body > div:nth-child(3) > div > div:nth-child(9) > div.dd-col.detail.dd-date > div > div {
    float: left;
}

.dd-footer {
    margin-top: 80px !important;
}

img#ContentPlaceHolder_BodyContent_DirectDebitMandate_CustomerLogo_ImageField {
    display: none;
}

.dd-logo {
    display: none;
}

#ContentPlaceHolder_BodyPanel > div.body > div:nth-child(3) > div > div.dd-footer > img {
    display: none !important;
}

span#ContentPlaceHolder_BodyContent_DirectDebitMandate_PaymentDate {
    font-weight: bold;
    color: #006952;
}

.optional-indicator 
{
  color: transparent
}

div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_0_ResidentDateMovedIn
{
   display: none;
}

div#ContentPlaceHolder_BodyContent_SolicitorInvolvedAddressLabel {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_SolicitorInvolvedAddress_SolicitorInvolvedAddressAddressLine1 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_SolicitorInvolvedAddress_SolicitorInvolvedAddressAddressLine2 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_SolicitorInvolvedAddress_SolicitorInvolvedAddressAddressLine3 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_SolicitorInvolvedAddress_SolicitorInvolvedAddressAddressLine4 {
    display: none !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_SolicitorInvolvedAddress_SolicitorInvolvedAddressPostcode {
    display: none !important;
}

img.logo {
    height: 100px;
}