/* Irish Registration */
@media screen and (max-width: 767px) {
	.form-horizontal .form-group {
	   float: none;
	   display: inline-block;
	   width: 100%;
	}
	.form-horizontal .control-label {
	   float: none!important;
	}
}

.form-horizontal .control-label {
   text-align: left!important;
}

.form-horizontal .dob.form-group .control-label,
.form-horizontal .phones.form-group .control-label {
   float: left!important;
}


body.registration.gdpr-irish {
    height: 100vh;
}
body.registration.gdpr-irish .checkoutLogo {
    margin-top: 0;
}
body.registration.gdpr-irish .pod {
    overflow: visible;
}
body.registration.gdpr-irish .terms .scroll {
    overflow-x: hidden;
}
body.registration.gdpr-irish .noButton {
    color: #4b9626!important;
}
body.registration.gdpr-irish .yesButton {
    color: #F00!important;
}
body.registration.gdpr-irish h3.registration-inline-title {
    color: #30aff6;
    font-size: 14px;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    margin-top: 5px;
    margin-bottom: 12px;
}
body.registration.gdpr-irish #irishpersonal {
    float: none!important;
}
body.registration.gdpr-irish .buttons-wrap.footerButtons .gui-btn-primary {
    color: #fff;
}
body.registration.gdpr-irish h2.section-head {
    font-size: 20px;
    margin-bottom: 10px;
}
body.registration.gdpr-irish .topInput {
    margin-bottom: 0;
}
body.registration.gdpr-irish .day-field-outer .topInput {
    margin-bottom: 0;
}
body.registration.gdpr-irish #personalFirstName,
body.registration.gdpr-irish #personalSurname,
body.registration.gdpr-irish #income {
    font-weight: normal!important;
    color: #555555!important;
}
body.registration.gdpr-irish #accountSelect,
body.registration.gdpr-irish #accountSelectOther,
body.registration.gdpr-irish #cardSelect,
body.registration.gdpr-irish #cardSelectOther {
    display: none;
    margin-top: 16px;
}
body.registration.gdpr-irish #accountSelect.accountSelect_visible,
body.registration.gdpr-irish #cardSelect.cardSelect_visible {
    display: flex;
    flex-flow: row wrap;
}
body.registration.gdpr-irish #accountSelect label,
body.registration.gdpr-irish #cardSelect label {
    font-weight: normal;
}
body.registration.gdpr-irish .accountSelect__title,
body.registration.gdpr-irish .cardSelect__title {
    flex: 1 0 100%;
    font-weight: bold;
}
body.registration.gdpr-irish .accountSelect__otherTitle,
body.registration.gdpr-irish .cardSelect__otherTitle {
    font-weight: bold;
    margin-bottom: 8px;
}
body.registration.gdpr-irish .accountSelect__subtitle,
body.registration.gdpr-irish .cardSelect__subtitle {
    flex: 1 0 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
}
body.registration.gdpr-irish .accountSelect__checkbox,
body.registration.gdpr-irish .cardSelect__checkbox {
    display: flex;
    align-items: center;
    flex: 1 1 50%;
}
body.registration.gdpr-irish .accountSelect__checkbox:not(:last-child),
body.registration.gdpr-irish .cardSelect__checkbox:not(:last-child) {
    margin-bottom: 8px;
}
body.registration.gdpr-irish .accountSelect__checkbox input,
body.registration.gdpr-irish .cardSelect__checkbox input {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}
body.registration.gdpr-irish .personal label.middleinitial-position span {
    display: none;
}
@media screen and (min-width: 990px) {
    body.registration.gdpr-irish .personal label.middleinitial-position span {
        display: inline-block;
    }
}

/* Irish Reg - Page 2 - DOB */
body.registration.gdpr-irish .personal-page2 .day-field-outer,
body.registration.gdpr-irish .personal-page2 .month-field-outer,
body.registration.gdpr-irish .personal-page2 .year-field-outer {
    display: block;
}
body.registration.gdpr-irish .personal-page2 .phones.form-group {
    margin-bottom: 15px;
}
body.registration.gdpr-irish .personal-page2 .reg-marketing-promo .reg-content h3 {
    padding-bottom: 0;
}
body.registration.gdpr-irish .personal-page2 .reg-marketing-promo .reg-content p {
    margin-bottom: 24px;
    font-size: 14px;
}
body.registration.gdpr-irish .reg-marketing-promo {
    float: none;
}
body.registration.gdpr-irish .reg-marketing-promo.legal-txt p {
    font-size: 14px!important;
}

/* Irish Reg - Page 3 - Address */
body.registration.gdpr-irish .mCSB_container,
body.registration.gdpr-irish .mCustomScrollBox {
    overflow: visible;
}
body.registration.gdpr-irish .irish-modal-container div[id^="error_"] li,
body.registration.gdpr-irish .irish-modal-container div[id^="preverror_"] li {
    background: #f6d171; 
    border: 1px solid #d99e05;
    padding: 8px!important;
    color: #000;
    margin-bottom: 16px;
    list-style: none;
}
body.registration.gdpr-irish .icon-pep {
    top: -6px;
    right: 0;
}
body.registration.gdpr-irish .for-manual-address .icon-help {
    bottom: 58px;
    bottom: 0;
    right: 0;
    top: 0;
}
body.registration.gdpr-irish .form-group.for-manual-address {
    margin-bottom: 0;
}
body.registration.gdpr-irish ul.irishAddressAutoComplete {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px 1px #CCCCCC;
    max-height: 175px;
    list-style-type: none;
    margin: 33px 0 0;
    top: 0!important;
    overflow: auto;
    padding: 0;
    width: calc(100% - 44px)!important;
    position: absolute!important;
}
body.registration.gdpr-irish ul.irishAddressAutoComplete li {
    padding: 6px;
    border-bottom: 1px solid #cccccc;
}
body.registration.gdpr-irish ul.irishAddressAutoComplete li:last-child {
    border-bottom: none;
}
body.registration.gdpr-irish .selected-irish-address {
    margin-bottom: 24px;
    line-height: 22px;
    padding: 0 22px;
}
body.registration.gdpr-irish .manual-address,
body.registration.gdpr-irish .previous-manual-address {
    position: absolute;
    z-index: 10;
    left: 22px;
    background: #CCC;
    box-shadow: 0 2px 2px 1px #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 44px)!important;
    padding: 0;
}
body.registration.gdpr-irish .manual-address p,
body.registration.gdpr-irish .previous-manual-address p {
    margin: 0;
    padding: 8px;
    float: left;
}
body.registration.gdpr-irish p.manualAdressLinkCon {
    float: right;
    cursor: pointer;
}
body.registration.gdpr-irish #timeAtAddressLabel2 {
    display: none;
}
body.registration.gdpr-irish #modal_overlay {
    height: 100%!important;
    width: 100%!important;
    position: fixed!important;
}
body.registration.gdpr-irish .irish-modal-outer {
    height: auto!important;
    width: 90%;
    max-width: 500px;
    left: 0;
    right: 0;
    margin: 50px auto!important;
    top: 0!important;
    padding: 0;
    position: absolute;
    background-color: #fff;
    z-index: 10;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder {
    margin: -4px 0 0 0;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder #header {
    padding: 12px;
    background-color: #eaeaea;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder .searchAddress {
    font-weight: bold
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder .missingCommasMessage {
    margin: 0;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder #addressContainer {
    height: 322px;
    overflow: auto;
    text-align: left;
    width: 100%;
    padding-top: 0;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder #addressContainer ul {
    margin: 0;
    padding: 0;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder #addressContainer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder #addressContainer ul li .rowEntry {
    color: #4D4D4E;
    padding: 6px;
    text-align: left;
    cursor: pointer;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    
    -webkit-align-items: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder #addressContainer ul li .rowEntry:hover {
    color: #3a981e;
    background: #dff0d8;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder #addressContainer ul li .rowEntry:before {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    background-size: 14px 14px;
    margin: 0 6px 0 0;
    content: "";
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-chevron-primary.svg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}
body.registration.gdpr-irish .irish-modal-outer #addressfinder #addressContainer ul li:last-child {
    border: none;
}
body.registration.gdpr-irish .controls-address-layout {
    width: 100%;
    padding: 24px;
    border-top: 1px solid #eaeaea;
    
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
body.registration.gdpr-irish .controls-address-layout a {
    margin-bottom: 0;
}
body.registration.gdpr-irish .irish-modal-header {
    height: auto;
    width: 100%!important;
    padding: 15px 24px 15px;
    text-align: right;
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
}
body.registration.gdpr-irish .irish-modal-header .modalButtonClose {
    font-size: 14px;
    cursor: pointer;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
body.registration.gdpr-irish .irish-modal-header .modalButtonClose:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    vertical-align: baseline;
    margin: 0 0 0 12px;
    content: "";
    background-image: url("//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-close-black.svg");
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
body.registration.gdpr-irish .irish-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 5;
}
body.registration.gdpr-irish .irish-modal-container {
    width: 100%!important;
    height: auto!important;
    padding: 24px;
    overflow: visible!important;
}
body.registration.gdpr-irish #addressContainer #label {
    margin-bottom: 24px;
    text-align: left;
    font-size: 12px;
}
body.registration.gdpr-irish .irish-modal-container .MArowHolder  {
    padding: 0;
    margin: 0 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body.registration.gdpr-irish .irish-modal-container .MArowHolder label {
    width: 100%;
    text-align: left;
    margin: 0;
    color: #4D4D4E;
}
body.registration.gdpr-irish .irish-modal-container .MArowHolder label .errorStar {
    width: 100%;
    text-align: left;
    margin: 0;
    color: #4D4D4E!important;
}
body.registration.gdpr-irish .irish-modal-container .MArowHolder input {
    width: 100%;
    height: 34px;
    padding: 6px 11px!important;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #555555;
}
body.registration.gdpr-irish .irish-modal-container .MArowHolder input.error {
    background-color: #FEEFF1;
    border: 1px solid #E10020;
    color: #E10020;
}
body.registration.gdpr-irish .irish-modal-container .MArowHolder input.gtm_ffa_completed {
    background-color: #FFF;
    border: 1px solid #4b9626;
    color: #4b9626;
}
body.registration.gdpr-irish .irish-modal-container.errorDialogModal {
    position: inherit;
    border: 1px solid #d99e05;
    background: #f6d171;
    color: #000;
    width: 100%;
    left: 0;
    text-align: left;
    margin-bottom: 25px;
}
body.registration.gdpr-irish .irish-modal-container .errorDialogModal p,
body.registration.gdpr-irish .irish-modal-container .errorDialogModal .errorList li {
    color: #000;
}
body.registration.gdpr-irish .irish-modal-container p.mandatoryNormal {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
}
body.registration.gdpr-irish #modal_control {
    width: 100%!important;
    border-top: 1px solid #eaeaea;
    padding: 15px 24px 15px;
    height: auto;
}
body.registration.gdpr-irish #modal_control > div {
    height: auto!important;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body.registration.gdpr-irish #modal_control .modalButtonBack,
body.registration.gdpr-irish #modal_control .nextBtn {
    float: none!important;
}
body.registration.gdpr-irish .regTextContainer p {
    font-size: 13px;
    margin-bottom: 15px;
}
body.registration.gdpr-irish #homeAddressResultsSelection,
body.registration.gdpr-irish #previousAddressResultsSelection {
    display: none;
}
body.registration.gdpr-irish .addressDetailsFormContainer .previous-address-irish {
    margin: 25px 0!important;
}
body.registration.gdpr-irish .termsconditions.dpn .regTextContainer {
    display: inline;
}
body.registration.gdpr-irish .findAddressButtonContainer {
    text-align: right;
}
body.registration.gdpr-irish .findAddressButtonContainer a.gui-btn-primary {
    color: #fff!important;
}

/* Irish Reg - Page 4 - Terms */
body.registration.gdpr-irish .termsconditions.dpn .scroll p {
    margin-bottom: 10px;
}
body.registration.gdpr-irish .termsconditions.dpn .gui-alert-info a {
    color: #31708f!important;
    text-decoration: underline!important;
}
body.registration.gdpr-irish .termsconditions.dpn .scroll a {
    text-decoration: underline!important;
}
body.registration.gdpr-irish .termsconditions.dpn #secciIntroText {
    margin-bottom: 15px;
}
body.registration.gdpr-irish .termsconditions.dpn .gui-form-checkbox.tick label {
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: -webkit-box!important;
    display: flex!important;
    padding-left: 0!important;
    margin: 0!important;
}
body.registration.gdpr-irish .termsconditions.dpn .gui-form-checkbox.tick .gui-checkbox,
body.registration.gdpr-irish .termsconditions.dpn .gui-form-checkbox.tick input[type=checkbox]:checked ~ .gui-checkbox:before {
    background: #fff;
}
body.registration.gdpr-irish #secciConfirmationOXI  {
    padding: 12px;
    background: #d9edf7;
    margin-bottom: 14px;
}
body.registration.gdpr-irish #secciConfirmationOXI .gui-form-checkbox.tick  {
    margin: 0;
}
body.registration.gdpr-irish #secciConfirmationOXI .gui-form-checkbox.tick input[type=checkbox]:checked ~ .gui-checkbox,
body.registration.gdpr-irish #secciConfirmationOXI .gui-form-checkbox.tick input[type=checkbox]:checked ~ .gui-checkbox:before {
    background: #d9edf7;
}

/* Irish Reg - Page 5 - Get Contract */
body.registration.gdpr-irish .irish-get-contract {
    margin-bottom: 10px;
    color: #888;
    font-size: 12px;
}
body.registration.gdpr-irish .irish-get-contract img {
    display: none;
}
body.registration.gdpr-irish .irish-get-contract-scroll {
    text-align: left;
    border: 1px solid #DBDBDB;
    padding: 6px;
    font-size: 13px;
    margin: 15px 0 0;
}
body.registration.gdpr-irish .irish-get-contract-scroll p {
    margin-bottom: 10px;
}
body.registration.gdpr-irish .irish-get-contract-scroll p:last-child {
    margin-bottom: 0;
}
body.registration.gdpr-irish .irish-get-contract-header {
    padding: 18px 30px 0 0;
    margin: 0 0 18px;
    border-top: 1px solid #cccccc;
    font-size: 20px;
    color: #30aff6;
}
body.registration.gdpr-irish .irish-get-contract-header span.helpicon {
    top: 0;
    right: -30px;
}
body.registration.gdpr-irish .irish-get-contract-header + .help-text {
    margin: 0!important;
    float: none;
}
body.registration.gdpr-irish .irish-get-contract-header + .help-text p {
    margin: 0 0 18px!important;
}
body.registration.gdpr-irish .irish-get-contract-tickbox,
body.registration.gdpr-irish .irish-get-contract-inputs {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
}
body.registration.gdpr-irish .irish-get-contract-inputs .firstname-style {
    width: 100%;
    float: none;
    position: initial;
}
body.registration.gdpr-irish .irish-get-contract-inputs .form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
body.registration.gdpr-irish .irish-get-contract-tickbox label {
    font-weight: normal;
}
body.registration.gdpr-irish .buttons-wrap.footerButtons .gui-btn-primary a {
    color: #fff!important;
}

/* Irish Reg - Page 6 - Telephone Marketing */
body.registration.gdpr-irish .marketing-preferences {
    padding: 0;
    margin: 24px 0;
    border: none;
}
body.registration.gdpr-irish .marketing-preferences h2 {
    padding: 0;
    margin: 0;
    border-bottom: none;
    background: none;
    font-size: 20px;
}
body.registration.gdpr-irish .marketing-preferences .content p {
    font-size: 14px;
}
body.registration.gdpr-irish .gui-form-checkbox.tick label {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #4D4D4E;
}
body.registration.gdpr-irish .personal-page2 .gui-form-checkbox.tick label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
body.registration.gdpr-irish .gui-form-checkbox.tick .gui-checkbox,
body.registration.gdpr-irish .gui-form-checkbox.tick input[type=checkbox]:checked ~ .gui-checkbox:before {
    background: #fff;
}

/* Irish Reg - Page 7 - Reg Complete */
body.registration.gdpr-irish .pod.reg_complete {
    border: 1px solid #ccc;
    border-top: 0;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    max-width: 740px;
}
body.registration.gdpr-irish .pod.reg_complete h2 {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    font-size: 20px;
}
body.registration.gdpr-irish .pod.reg_complete .reg_message {
    padding: 24px 24px 0;
}
body.registration.gdpr-irish .pod.reg_complete .reg_message h3 {
    font-size: 18px;
}
body.registration.gdpr-irish .pod.reg_complete .reg_message p {
    margin: 0 0 10px;
    font-size: 14px;
}
body.registration.gdpr-irish .pod.reg_complete #finishThankyou {
    font-weight: bold;
}
body.registration.gdpr-irish .pod.reg_complete a.gui-btn-primary {
    color: #fff!important;
}
body.registration.gdpr-irish .declinePrompt {
    margin: 20px auto;
    padding: 0px;
}
body.registration.gdpr-irish .declineCreditPrompt {
    margin-bottom: 20px;
    padding: 0px;
}
body.registration.gdpr-irish .declinePrompt .declineyes {
    color: #fff!important;
}
body.registration.gdpr-irish .for-manual-address a.find.gui-btn-secondary {
    margin-top: 12px;
}

@media screen and ( min-width: 430px) and (max-width: 767px) {
	body.registration.gdpr-irish .three-stage-bar + .pod .personal-page2 .day-field-outer,
    body.registration.gdpr-irish .three-stage-bar + .pod .personal-page2 .month-field-outer {
       margin: 12px 0;
    }
    body.registration.gdpr-irish .three-stage-bar + .pod .personal-page2 .year-field-outer {
       margin: 12px 0 0;
    }
}

@media screen and (min-width: 768px) {
    body.registration.gdpr-irish .title-name {
        min-height: 100px;
    }
    body.registration.gdpr-irish .personal-page2 .day-field-outer,
    body.registration.gdpr-irish .personal-page2 .month-field-outer,
    body.registration.gdpr-irish .personal-page2 .year-field-outer {
        display: inline-block;
    }
    body.registration.gdpr-irish .for-manual-address .col-sm-5 {
        width: 49%;
    }
    body.registration.gdpr-irish #timeAtAddressYears,
    body.registration.gdpr-irish #timeAtAddressMonths,
    body.registration.gdpr-irish #typeofResidence,
    body.registration.gdpr-irish .address .parsley-show-errors {
        width: 135%;
    }
    body.registration.gdpr-irish .form-group.for-manual-address {
        margin-bottom: 25px;
    }
    body.registration.gdpr-irish #timeAtAddressLabel2 {
        display: inherit;
    }
}
@media screen and (min-width: 600px) {
    body.registration.gdpr-irish .irish-modal-container .MArowHolder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    body.registration.gdpr-irish .irish-modal-container .MArowHolder label, .irish-modal-container .MArowHolder label {
        width: 50%;
    }
    body.registration.gdpr-irish .irish-modal-container .MArowHolder input, .irish-modal-container .MArowHolder input {
        width: 50%;
    }
}

/* Custom Autoaddress CSS */

.autoaddress-control-custom {
    display: flex;
    flex-flow: row wrap;
}

.autoaddress-control-custom > input.form-control {
    flex: 1 1 70%;
}

.autoaddress-control-custom > button.gui-btn {
    flex: 0 0 auto;
    margin-left: 8px;
    margin-bottom: 0;
    min-height: 34px;
}

.autoaddress-control-custom > .autoaddress-autocomplete {
    position: relative !important;
}

/* Euro Symbols */
body.registration.gdpr-irish .symbol-euro {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    max-height: 34px;
    left: 0;
    top: 0;
    margin: 0 0 0 36px;
    user-select: none;
    font-family: inherit;
    font-weight: bold;
}

body.registration.gdpr-irish .form-control#income,
body.registration.gdpr-irish .form-control#loanBalance,
body.registration.gdpr-irish .form-control#monthlyRepayments,
body.registration.gdpr-irish .form-control#monthlyOutgoings,
body.registration.gdpr-irish .form-control#childsAllowance {
   padding-left: 26px!important;
}

/* Optional Layout */
.control-label--optional {
	display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 22px;
}

.control-label--optional span {
	margin-left: 8px;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
	.control-label--optional {
	    display: inline-block;
	    width: 25%;
	    float: left;
	}
	
	.control-label--optional span {
	    margin-left: 0;
	}
	
	.form-horizontal .control-label {
	    margin-bottom: 0
    }
}



