/*	==========
	Google web fonts
	==========
*/
@import url(//fonts.googleapis.com/css?family=Karla);

/*	==========
	Main styles for Sykes site
	==========
*/
body {
    font-family: Karla, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-rendering: optimizelegibility;
    color: #666;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    line-height: 1.5;
}

img {
    border: 0 none;
}

a {
    color: #699fc4;
}

/* Overall page container that holds everything */
div#container {
    width: 980px;
    margin: 0 auto;
    padding: 0 24px;
    background-color: #f5f5f5;
    box-sizing: unset;
}

@media print {
    body {
        color: black;
    }

    div#container {
        box-shadow: 0 0;
    }
}

div.wrap {
    width: 980px !important;
}

div.make-booking-contents {
    padding-top: 20px;
}

/*	==========
	Header bar
	==========
*/
div#header {
    color: #94959a;
    margin: 0;
    padding: 18px 0 0 0;
    position: relative;
    border: 1px #cccccc solid;
    border-top: none;
    background-color: #ffffff;
    margin: 0;
}

div#header h2 {
    margin: 0;
    width: 100%;
    height: 1.5238em;
}

div#header h2 img {
    display: block;
    margin: 0 auto;
}

div#header p.phone-lines,
div#header p.no-ddi {
    display: none;
}

div.sykes-card, div.need-help-booking, div.safe-secure, [id^="DigiCertClickID"], div#account-information, iframe#sagePayIframe, div.booking-complete {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 0 20px 24px 0;
    padding-bottom: 1px;
    box-sizing: border-box;
    padding: 12px;
}

div#account-information {
    margin-right: 0;
}

/*	==========
	Left-hand column
	==========
*/
div.sykes-card, div.need-help-booking, div.safe-secure, [id^="DigiCertClickID"] {
    width: 230px;
}

div.sykes-card h2 {
    padding: 6px 0 0 0;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-family: Karla, Helvetica, Arial, sans-serif;
    color: #699fc4;
}

div.sykes-card h3 {
    font-size: 16px;
    color: #699fc4;
    line-height: 1.3;
}

div.sykes-card ul {
    margin: 6px 0 0 0;
    padding: 0;
    list-style-type: none;
}

div.sykes-card ul li a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 5px 8px;
}

div.sykes-card ul li a[href="http://www.sykescottages.co.uk"] {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 0 8px 0 20px;
    position: relative;
    margin-top: 12px;
}

div.sykes-card ul li a[href="http://www.sykescottages.co.uk"]:hover {
    background-color: transparent;
    text-decoration: underline;
}

div.sykes-card ul li a[href="http://www.sykescottages.co.uk"]:before {
    display: block;
    content: '';
    width: 10px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(../images/sykes/back-arrow.svg) center center no-repeat;
}

div.sykes-card ul li.sub a {
    padding-left: 35px;
    background-image: url(../images/white_triangle_right.png);
    background-position: 18px center;
    background-repeat: no-repeat;
}

div.sykes-card ul li a:hover {
    background-color: #858c8e;
}

div.sykes-card ul li:last-child a {
    border: 0 none;
}

div.sykes-card.discreet {
    background-color: inherit;
    border: none;
    padding: 0;

}

div.sykes-card.discreet a{
    color: inherit;
    text-decoration: underline;
}

/* Sykes card */
div.card-margin {
    margin: 0;
    padding: 0;
}

img#card-property-image {
    display: block;
    margin: 16px auto 0 auto;
    width: 190px;
    height: 143px;
    border: 1px silver solid;
}

img.card-group-image {
    display: block;
    margin: 16px auto 0 auto;
    width: 190px;
    border: 1px rgba(255, 255, 255, 0) solid;
}



table#card-prop-details,
table.card-prop-details,
table#card-breakdown,
table#payment-totals,
table#balance-remaining,
table#party-details-breakdown {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

table#card-prop-details td,
table.card-prop-details td,
table#card-breakdown td,
table#payment-totals td,
table#balance-remaining td {
    padding: 4px 0;
}

table#card-prop-details td#card-property-ref,
table#card-prop-details td#card-booking-from,
table#card-prop-details td#card-booking-to,
table.card-prop-details td#card-property-ref,
table.card-prop-details td#card-booking-from,
table.card-prop-details td#card-booking-to{
    float: right;
}

table#card-prop-details th,
table.card-prop-details th{
    width: 44px;
    padding: 0;
    text-align: left;
}

table#card-breakdown thead td,
table#payment-totals thead td,
table#balance-remaining thead td,
table#party-details-breakdown thead td{
    padding: 0;
    color: #699fc4;
    font-size: 16px;
    font-weight: bold;
}

table td.price,
table td#breakdown-balance  {
    text-align: right;
    width: 60%;
}

div#remaining-balance-container {
    padding-bottom: 15px;
}

/* Makes last item bold */
table#card-breakdown tbody:last-of-type {
    border-top: 1px solid #cccccc;
    margin-top: 7px;
}

table#card-breakdown tbody:last-of-type td {
    font-weight: bold;
    padding-top: 7px;
}

table#card-breakdown thead td {
    padding-bottom: 12px;
}


.add-star:after{
    content:"*";
}

.sykes-card-mobile {
    margin: auto -3.18% 24px -3.18%; /*  3 * (100% + 6%)/100%  negative margin negates the 3% of the wrap class so the image is full width  */
}

.sykes-card-body {
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    -webkit-transition: padding 0.6s;
    -moz-transition: padding 0.6s;
    -ms-transition: padding 0.6s;
    -o-transition: padding 0.6s;
    transition: padding 0.6s;
    overflow: hidden;
    max-height: 0;
    padding: 0 12px;
}

.show-property-details .sykes-card-body {
    max-height: 2000px;
    padding: 18px 12px 24px 12px;
}


.sykes-card-container {
    max-width: 280px;
    margin: 0 auto;
}

.sykes-card-container table#card-breakdown, .sykes-card-container table#payment-totals, .sykes-card-container table#balance-remaining,
.sykes-card-container table#party-details-breakdown {
    margin-bottom: 12px;
}

.sykes-card-container table#card-breakdown thead td {
    padding: 6px 12px;
}

.sykes-card-container table#card-breakdown tbody td {
    padding: 0 12px 6px 12px;
}

.sykes-card-container table#payment-totals thead td, .sykes-card-container table#payment-totals tbody td,
.sykes-card-container table#balance-remaining thead td, .sykes-card-container table#balance-remaining tbody td,
.sykes-card-container table#party-details-breakdown thead td{
    padding: 6px 12px;
}

.sykes-card-container table#party-details-breakdown tbody td {
    padding: 6px 12px;
}

.sykes-card-container table#party-details-breakdown tbody tr.party-type td {
    padding-top: 6px;
    text-decoration: underline;
}

.sykes-card-container table#party-details-breakdown tbody tr.party-member td {
    padding-top: 0px;
}

.sykes-card-container table#card-breakdown tbody tr:first-child td {
    padding-top: 6px;
    padding-bottom: 0;
}

.sykes-card-container table#card-breakdown tbody tr.breakdown-totalbreakdown-total td {
    padding-bottom: 6px;
}

.sykes-card-header, .sykes-card-body {
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.sykes-card-header {
    padding: 6px 12px;
    position: relative;
    min-height: 50px;
}

.sykes-card-header .card-property-title {
    color: #699fc4;
    font-size: 16px;
}

.sykes-card-header p {
    margin: 0;
    width: 90%;
    font-size: 12px;
    color: #888888;
    line-height: 1.3;
}

.sykes-card-header svg {
    position: absolute;
    fill: #888888;
    margin-top: -14px;
    top: 50%;
    right: 24px;
}

.card-property-deposit {
    display: inline-block;
}

.breakdown-card {
    border: 1px solid silver;
}

.sykes-card-body thead {
    border-bottom: 1px solid silver;
}

.sykes-card-body img#card-property-image {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 0 12px 0;
}

.sykes-card-body .safe-secure {
    background-image: url(../images/sykes/boxout-secure-redesign.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.show-property-details svg {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

/*	==========
    Centre column
    ==========
*/
div.payment-content {
    width: 730px;
    box-sizing: unset;
}

div.booking-complete {
    margin-right: 0;
}

div.payment-content h1 {
    margin-top: 0;
}

div.payment-content > h1,
div.payment-content > p {
    margin-left: 12px;
    margin-right: 12px;
}

:not('.booking-complete') div.payment-content #return-to-site-1 {
    margin-left: 12px;
    margin-bottom: 48px;
}

/* Booking details form */
.inline-positive-message {
    font-size: 0.875em;
    width: 100%;
    padding: 0.75em 2em;
    box-sizing: border-box;
    margin-bottom: 1.428em;
    color: #3d743d;
    background: #ddf3d5;
    -webkit-box-shadow: 0 1px 2px #91a789;
    -moz-box-shadow: 0 1px 2px #91a789;
    box-shadow: 0 1px 2px #91a789;
}

form#personal-details-form,
form#new-personal-details-form {
    clear: left; /* Needed on balance page due to summary tables */
}

form#personal-details-form .button-row{
    overflow: hidden;
}

fieldset#party-details p {
    padding: 4px 0;
}

fieldset p.row {
    margin: 0 0 4px 0;
}

fieldset p.row label {
    float: left;
    padding-top: 2px;
    width: 230px;
    line-height: 1.4;
}

fieldset#make-payment span,
fieldset#booking-extras span,
fieldset#travel-insurance span.tilabel {
    float: left;
    width: 220px;
}

fieldset#booking-extras input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: 4px;
}

fieldset#booking-extras div#optional-extras p,
fieldset#booking-extras div#compulsory-extras p {
    margin: 8px 0;
}

label.tiradio {
    padding: 0 18px 0 8px;
}

input[type="radio"] {
    position: relative;
}

table#removed-cover {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0 0 0;
}

table#removed-cover td {
    padding: 2px 10px 2px 0;
}

table#removed-cover td input[data-type="text"] {
    width: 96%;
}

div#travel-insurance-container b {
    font-weight: 700;
}

.insurance-benefits {
    margin: 24px 0 10px 0;
}

.insurance-benefits > p {
    margin: 0;
}

.insurance-benefits ul {
    margin-top: 12px;
    padding-left: 42px;
}

.insurance-benefits li {
    width: 50%;
    float: left;
    vertical-align: middle;
    position: relative;
    list-style-type: none;
    padding-bottom: 14px;
    box-sizing: border-box;
}

.insurance-benefits li:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url('../images/sykes/insurance-tick.svg');
    background-size: contain;
}

.insurance-benefits li:nth-child(odd) {
    clear: both;
    padding-right: 40px; /* fixes issues the negative margin used with the image bullet point*/
}

div#removed-cover {
    margin: 14px 0 0 0;
}

div#removed-cover > p {
    margin-bottom: 0;
}

div#removed-cover input[type="radio"] {
    margin-left: 0;
    margin-right: 3px;
}

div#removed-cover label[for="supplier-name"] {
    margin-right: 5px;
}

p#name-of-insurance-row {
    padding-left: 16px;
}

p#name-of-insurance-row.error-background div.error {
    display: block !important;
}

p#hasowninsurance-no-warning {
    display: none;
    color: #FF0000;
    margin-bottom: 0;
}

.ng-scope p#hasowninsurance-no-warning {
    display: inherit;
}

p#hasowninsurance-no-warning img {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 5px;
}

.margin_bottom_4 {
    margin-bottom: 4px;
}


.full-width-next, .full-width-back {
    background-color: #ce3c3a;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 2.6em; /*48px/font-size 18px */
}

/* Personal details form */
form#personal-details-form input[data-type="text"], form#personal-details-form select,
form#new-personal-details-form input[data-type="text"], form#new-personal-details-form .rr-your-details select 
{
    width: 300px;
}

form#personal-details-form table td label,
form#new-personal-details-form table td label {
    text-align: right;
    display: block;
    padding-right: 15px;
    width: 185px;
}

form#personal-details-form table td,
form#new-personal-details-form table td
{
    padding: 4px 0;
}

span.required {
    padding-right: 4px;
}

form#personal-details-form input[type="checkbox"],
form#new-personal-details-form input[type="checkbox"],
fieldset.confirmation input[type="checkbox"] {
    margin: 0 6px 0 2px;
    position: relative;
    top: 2px;
    background-color: rgba(255, 255, 255, 1);
}

div.button-row {
    text-align: right;
}

div.button-row span:first-child, div.button-row .back-link {
    float: left;
    margin-left: 4px;

}

.back-link {
    color: #666666;
    text-decoration: underline;
    font-size: 16px;
    line-height: 39px;
}

.two-minutes {
    text-align: right;
    margin-right: 64px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.two-minutes:after {
    content: '';
    background-image: url('../images/sykes/arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 10px;
    right: -36px;
    width: 32px;
    height: 22px;
}

input#print-booking-details,
input#return-to-site-details-1 { 
    margin-bottom: 20px;
}

.button-row .bigger-nav-button,
input#print-booking-details,
input#return-to-site-details-1,
input#view-account-2 {
    background: none;
    background-color: #ef6461;
    height: 48px;
    width: 278px;
    border: 0 none;
    border-radius: 4px;
    -webkit-appearance: none;
    font-weight: normal;
    padding: 10px 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

input#print-booking-details.CER335,
input#return-to-site-details-1.CER335,
input#view-account-2.CER335 {
    background: none;
    background-color: #0066F5;
    height: 48px;
    width: 278px;
    border: 0 none;
    border-radius: 4px;
    -webkit-appearance: none;
    font-weight: normal;
    padding: 10px 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

input#print-booking-details.CER335:hover,
input#return-to-site-details-1.CER335:hover,
input#view-account-2.CER335:hover {
    background-color: #3389ff;
}

.button-row .bigger-nav-button.xl,
.back-link.xl,
#personal-details-form .button-row .bigger-nav-button.xl,
#new-personal-details-form .button-row .bigger-nav-button.xl
{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 0.5px;
}
div.button-row .back-link.xl{
    margin-left: 0;
}

.back-link.xl,
#personal-details-form .button-row #back-button.xl,
#new-personal-details-form .button-row #back-button.xl
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#personal-details-form .button-row .bigger-nav-button,
#new-personal-details-form .button-row .bigger-nav-button
{
    padding: 10px 18px;
}

#personal-details-form .button-row #back-button,
#new-personal-details-form .button-row #back-button
{
    padding: 0;
}
.button_padding{
    padding: 6px 20px!important;
}

div.button-row span:first-child {
    float: left;
    margin-left: 0;
}

div.button-row span {
    margin-left: 10px;
}

/* Confirmation */
.summary-table {
    margin: 0 0 20px 0;
    width: 358px;
    background-color: #ffffff;
    border-spacing: 12px;
}

.summary-table th,
.summary-table td {
    padding: 12px 0 0 0;
    text-align: left;
}

.summary-table tr [colspan="2"], table.personal-details tr td {
    border-top: 1px solid #cccccc;
}

.summary-table tr.multiple th,
.summary-table tr.multiple td {
    vertical-align: top;
}

.summary-table tr.multiple td p {
    margin: 0;
}

.summary-table thead th,
.summary-table tr.header-row th {
    color: #699fc4;
}

.summary-table thead th {
    padding-top: 0;
    font-size: 18px;
}

.summary-table thead th[colspan="2"] {
    border-top: none;
}

.summary-table.booking-details,
.summary-table.personal-details {
    margin-right: 24px;
    border-spacing: 12px;
    border-collapse: separate;
}

/*	==========
	Popup dialog - overriding standard jqueryui styles
	==========
*/
div.dialog-content {
    background-color: white;
    border: 1px #545454 solid;
    box-shadow: 0 0 10px black;
    z-index: 3;
}
.ui-dialog .ui-dialog-content {
    overflow: auto;
}
div.dialog-content span.ui-dialog-title {
    font-size: 18px;
}

/*	==========
	Breadcrumbs
	==========
*/
ol.booking-breadcrumbs {
    box-sizing: border-box;
    margin: 0 0 20px 0;
    overflow: auto;
    padding: 12px 3px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    counter-reset: li;
    position: relative;
}

ol.booking-breadcrumbs::before {
    position: absolute;
    content: '';
    width: 95%;
    display: block;
    border: 1px solid #cccccc;
    height: 0%;
    left: 2%;
    top: 25px;
}

ol.booking-breadcrumbs li {
    color: #699fc4;
    list-style: none;
    margin-right: 40px;
    float: left;;
    position: relative;
    background-color: #ffffff;
    padding: 5px 15px 5px 50px;
    white-space: nowrap;
}

ol.booking-breadcrumbs li::before {
    background-color: #ffffff;
    content: '';
}

ol.booking-breadcrumbs li::before, ol.booking-breadcrumbs li::after {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 0;
    box-sizing: border-box;
}

ol.booking-breadcrumbs li::after {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    content: counter(li);
    counter-increment: li;
    border: 3px solid #699fc4;
    border-radius: 50%;
    background-color: #ffffff;
}

ol.booking-breadcrumbs li:last-child {
    margin-right: 0;
}

ol.booking-breadcrumbs li.active + li, ol.booking-breadcrumbs li.active + li + li, ol.booking-breadcrumbs li.active + li + li + li {
    color: #cccccc;
}

ol.booking-breadcrumbs li.active + li::after, ol.booking-breadcrumbs li.active + li + li::after, ol.booking-breadcrumbs li.active + li + li + li::after {
    color: #cccccc;
    border: 3px solid #cccccc;
}

/* Breadcrumbs responsive stuff */
@media all and (max-width: 640px) {
    div.payment-content input[type=button] {
        padding: 6px 20px;
    }

    #personal-details-form input[type="submit"].full-width-next,
    div.payment-content input[type="submit"].full-width-next, div.payment-content input[type="button"].full-width-back {
        background-color: #ce3c3a;
        -webkit-appearance: none;
        border-radius: 0;
        width: 100%;
        padding: 0;
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 2.6em; /*48px/font-size 18px */
        height:48px;
    }

}

@media all and (max-width: 500px) {
    ol.booking-breadcrumbs::before {
        top: 30px;
    }

    ol.booking-breadcrumbs:not(.progress-bar) li {
        width: initial !important;
        padding: 5px 15px;
    }

    ol.booking-breadcrumbs li::before {
        width: 36px;
        left: 0;
        top: 0;
    }

    ol.booking-breadcrumbs li::after {
        left: 5px;
        top: 0;
    }

    ol.booking-breadcrumbs li span {
        display: none;
    }

    ol.booking-breadcrumbs li.active {
        padding: 5px 15px 5px 40px;
    }

    ol.booking-breadcrumbs li.active span {
        display: inline;
    }

    ol.booking-breadcrumbs li.active::after {
        left: 10px;
        top: 0;
    }

}

@media all and (min-width: 501px) and (max-width: 1024px) {
    ol.booking-breadcrumbs {
        display: flex;
        justify-content: space-between;
    }

    ol.booking-breadcrumbs::before {
        top: 30px;
    }

    ol.booking-breadcrumbs:not(.progress-bar) li {
        width: initial;
        padding: 5px;
        background-color: transparent;
    }

    ol.booking-breadcrumbs li::before {
        position: relative;
        top: -48px;
    }
    ol.booking-breadcrumbs li::before {
        top: -5px;
        width: 36px;
        left: calc(50% - 18px);
    }

    ol.booking-breadcrumbs li::after {
        left: calc(50% - 13px);
    }
}

/* End breadcrumbs responsive */
/*	==========
	Forms
	==========
*/
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 3px;

}

fieldset {
    border: none;
    margin: 0 0 24px 0;
    background-color: #ffffff;
    padding: 10px 24px 24px 24px;
}

#container form fieldset legend, .payment-content fieldset legend, .wrap-width-content fieldset legend {
    font-family: Karla;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #699fc4;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;

}

ul.red-text li {
    float: left;
    width: 100%;
}

input, #account-information input[type=email], #account-information input[type=password], #account-information input[type=text] {
    border: 1px solid #aaaaaa;
}

form input[type="submit"],
input[type="button"],
#account-information input[type=button] {
    border: 0 none;
    padding: 6px 24px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #ce3c3a;
    -webkit-appearance: none;
    border-radius: 0;
}

#personal-details-form input[type="submit"], #personal-details-form #back-button {
    padding: 6px 12px;
}

form input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #b32e2c;
}


form input[type="button"].button-link {
    color: #555;
    text-decoration: underline;
    background: none;
}

form input[type="button"].button-link:hover {
    color: #000000;
}

div#return-to-site-1 {
    margin-bottom: 24px;
}

div.booking-complete div#return-to-site-1 {
    margin-bottom: 12px;
}

/*	==========
	Right column
	==========
*/
div#right-col {
    width: 230px;
    margin: 20px 0 0 0;
}

div#right-col div.safe-secure {
    background-image: url(../images/sykes/boxout-secure-redesign.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 50px;
    margin-right: -12px;
    margin-bottom: 24px;
    margin-top: 36px;
}

.safe-secure + #DigiCertClickID_pwk9u401 {
    margin-top: -13px;
}

div#right-col div h3 {
    color: #699fc4;
    font-size: 16px;
    margin: 0 0 6px 0;
}

div#right-col div p {
    margin: 0;
}

div#right-col span.tracking_phone {
    display: block;
    font-size: 20px;
}

@media all and (max-width: 500px) {
    div#right-col {
        margin-top: 0;
    }

    div.sykes-card, div.need-help-booking, div.safe-secure, [id^="DigiCertClickID"] {
        width: 100%;
        margin-right: 0;
    }

    div#right-col div.safe-secure {
        padding-bottom: 70px;
    }
}

@media all and (max-width: 320px) {
    div#right-col div.safe-secure {
        padding-bottom: 55px;
    }

    fieldset p.row label {
        width: 220px;
    }
}

/*	===========
	Footer footer - the very bottom one
	===========
*/
div#footer-base {
    background-color: #858c8e;
    color: white;
    margin: 20px 0 0 0;
    padding: 12px;
}

div#footer-base p {
    margin: 0;
}

div#footer-base p.reg-no {
    float: left;
}

div#footer-base p.copyright {
    text-align: right;
}

.clear {
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
}

/*
====================================
Tes-368 BTA Vote 2016 Start
*/

.bta-voting-panel {
    box-sizing: border-box;
    position: relative;
    clear: both;
    padding: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.bta-voting-panel h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.bta-voting-panel .bta-logo {
    width: 106px;
    margin-right: 20px;
    float: left;
}

.bta-voting-panel .text-block {
    float: left;
}

.bta-voting-panel p {
    line-height: 21px;
    margin-top: 10px;
}

.bta-voting-panel button {
    background: #699fc4;
    border: 0 none;
    color: #fff;
    text-align: center;
    font-weight: normal;
    display: block;
    margin: 16px 0 0 0;
    width: 128px;
    font-family: inherit;
    font-size: inherit;
    padding: 5px 8px;
    text-decoration: none;
    white-space: nowrap;
}

.bta-voting-panel button:hover {
    background: #3f79a1;
    cursor: pointer;
}

.vote-sykes {
    position: absolute;
    width: 57px;
    top: 10px;
    right: 10px;
}

.vote-sykes-overlay {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    position: relative;
    left: 10%;
    top: 10%;
    height: 80%;
    width: 80%;
    max-width: 1200px;
    background: #fff url('../images/sykes/bta_voting/Hay-on-Wye.jpg') no-repeat;
    background-position: center;
    display: none;
}

.vote-sykes-overlay .vote-form-container {
    background-color: #fff;
    padding: 25px 45px 35px 30px;
    box-sizing: border-box;
    position: absolute;
    height: 758px;
    width: 555px;
    left: 50%;
    top: 50%;
    margin-top: -379px;
    margin-left: -277.5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.vote-sykes-overlay .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    opacity: 0.5;
    line-height: 0;
    background: #fff url('../images/sykes/bta_voting/close.png') 17px 17px no-repeat;
}

.vote-sykes-overlay .close:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
}

.vote-sykes-overlay h1 {
    color: #699fc4;
    font-weight: normal;
    font-family: 'karlabold', sans-serif;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
}

.vote-sykes-overlay p {
    font-size: 0.935em;
    margin: 1em 0;
    text-align: center;
    line-height: 1.4em;
}

/*
Tes-368 BTA Vote 2016 End
====================================
*/

.optional_text_spacer {
    font-weight: 800;
    font-size: 16px;
}

.full_width_separator {
    margin-left: -12px;
    width: calc(100% + 24px);
    height: 0px;
    border: none;
    border-top: 1px #cccccc solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

.circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
}

#insurance-total-text {
    width: 100%
}

.insurance-tax {
    display: block;
    width: 100%;
    font-size: 10px;
}

.insurance-selection {
    margin-top: 10px;
}

.tooltiptext {
    display: none;
    font-size: 1.3em;
    line-height: 18px;
}

.step-x-of-x-container .step-x-of-x {
    margin-top: -12px;
}

div.button-row .step-2-of-x-container .step-x-of-x {
    float: right;
}

.step-x-of-x {
    display: block;
    clear: both;
    float: right;
    margin-top: 6px;
}

/*
TES-1143 Start
*/
table#card-breakdown tbody:last-of-type .tes-1143 td {
    font-weight: normal;
}
/*
TES-1143 End
*/

/*
TES-1144 Start
*/
.tes-1144 div.sykes-card h2,
.tes-1144 div.sykes-card h3,
.tes-1144 div#right-col div h3,
.tes-1144 table#card-breakdown thead td,
.tes-1144 table#payment-totals thead td,
.tes-1144 table#balance-remaining thead td{
    color: #666;
}
/*
TES-1144 End
*/
/*
TES-2337 Start
*/
.secure-checkout-msg{
    width: 106.32%;
    font-family: Karla;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 16px -3.18% 16px -3.18%;
    box-sizing: border-box;
    color: #666666;
    font-weight: bold;
}
.secure-checkout-msg.short{
    float: none;
}
.secure-checkout-msg svg{
    padding: 0 8px 0 0;
    width: 1em;
    fill: #666666;
    position: relative;
    top: 2px;
}
.secure-checkout-msg span{
    display: inline;
}
@media (max-width: 1024px) and (min-width: 501px){
    .secure-checkout-msg svg {
        padding: 0 2em 0 0.25em;
    }
}
/*
TES-944 End
*/

/*
TES-1725 Start
*/
#container form fieldset.blue-tes-1725 legend,
#container form fieldset.blue-tes-1725 .blue{
    color: #699fc4;
}

#container form fieldset.blue-tes-1725 .damage-button {
    background-color: #699fc4;
    border: 2px solid #699fc4;
}

#container form fieldset.blue-tes-1725 .damage-button.selected {
    background-color: white;
    border-color: green;
}
/*
TES-1725 End
*/

.required-3747{
    background-color: #f2f7ff;
}

.notification-1 {
    padding: 10px;
}

.notification-1-neutral {
    background-color: #e3f3fd;
    border: 1px solid #699fc4;
}

form input.button, 
form a.button,
form button.button {
	display: inline-flex;
  	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 48px;
}

.button.bg-blue {
	background-color: #006cff;
}

.button.bg-blue:hover {
	background-color: #006cff;
}

.button.bg-green {
	background-color: #178731;
}

.button.bg-green:hover {
	background-color: #178731;
}

.button.bg-grey {
	color: #111111;
	background-color: #f1f1f3;
	border: 1px solid #cccccc;
    font-weight: normal;
    text-decoration: none;
}

.button.bg-grey:hover {
	background-color: #f1f1f3;
}

.price.was span {
    text-decoration: line-through;
}

table td.price.was {
    width: 50%;
}

.unify-sidebar-style-4193 {
    font-weight: bold;
}

/* TES-3264 */
.complete svg circle {
    fill: #699fc4;
}

table#card-breakdown tbody:last-of-type td.light-font-dates {
     font-weight: lighter;
}

/* AppDiscountBookingFeeTitans368 */
.was__bookingfee {
    display: inline;
    padding-right: 4px;
    text-decoration: line-through;
    font-size: 12px;
}

.now__bookingfee {
    display: inline;
    border-left: 1px solid;
    padding-left: 5px;
}

.app__text {
    font-size: 10px;
}

@media screen and (max-width: 786px){
    .sykes-card-container {
        max-width: 100%;
    }

}

/* AppDiscountBookingFeeTitans368 */
