/* oscar's styles */

/* CASE : 154147 */
/* 0B - 16/01/20 */
/* hide the tenure buttons, I've placed them as the last tr element so should work unless this has changed */
#calculator-wrapper #sale_input_dataFS table tbody tr:last-child,
#calculator-wrapper #purchase_input_dataFS .calcSection tbody tr:last-child {
  display: none;
}

.notesInfoRow .notesLabel {
  display: none;
}

.notesInfoRow .outputNotes ul {
  padding-left: 18px;
  list-style: disc;
}

/* KMG Interim 11/11/14 */
.full-width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.default-ul {
  list-style: disc;
  margin: 20px 0;
  padding: 0 0 0 20px; }

.reset-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.clear-fix:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden; }

.no-icon {
  min-height: 0; }
  .no-icon .icon-link {
    min-height: 0;
    padding-left: 0; }
  .no-icon .icon {
    display: none; }

.hidden {
  display: none; }

/*==========  ANIMATIONS  ==========*/
@-webkit-keyframes hippyshake {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes hippyshake {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

/*==========  MIXINS  ==========*/
html {
  font-size: 100%; }

body {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.1rem;
  color: #626573; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #615d89;
  line-height: 1.4;
  margin: 0 0 1.5rem; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.7rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.3rem; }

h5, .h5 {
  font-size: 1.2rem; }

h6, .h6 {
  font-size: 1.1rem; }

a,
a:active,
a:visited {
  color: #37424B;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:hover,
  a:active:hover,
  a:visited:hover {
    color: #c4262e; }

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.centre .block .content p + ul {
  list-style: disc;
  margin: 20px 0;
  padding: 0 0 0 20px; }

.column.centre .content p {
  font-size: 1rem; }
  .column.centre .content p:first-child {
    font-size: 1.375rem;
    font-weight: 300; }
  .column.centre .content p.break {
    height: 7px;
    margin-top: 0;
    border-bottom: 7px solid rgba(97, 93, 137, 0.2); }

.column.centre .content ul > li {
  font-size: 1rem; }

#calculatorIntro {
  margin-bottom: 3rem; }

#launchCalculator {
  display: none; }

#calculator-container {
  position: relative;
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (min-width: 40em) {
    #calculator-container {
      padding-bottom: 60px; } }

#calc-wash {
  display: none !important; }

.intro_text {
  padding: 0px 5px 0px 10px; }

/* Hide PostCode Anywhere, bypass btn */
#btn_bypasscalc, #btn_PCanywhere {
  display: none !important; }

#content {
  margin-right: 0; }

body#onlinequote div#header h2, body#remortgagequote div#header h2 {
  left: 319px;
  position: absolute;
  top: 128px;
  font-weight: normal;
  text-transform: none;
  font-style: italic; }

div.pcaResultContainer {
  height: 220px !important;
  width: 30%;
  overflow: truncate !important;
  border: 1px solid #ccc;
  background-color: #ccc; }

div.pcaResultHeader {
  text-align: left;
  padding: 1px;
  margin: 0px;
  font-weight: bold; }

img.lookupImgClose {
  text-align: left;
  margin: 0px 5px 0px 5px;
  cursor: pointer; }

div.pcaResult {
  height: 200px !important;
  overflow: auto !important; }

div.pcaResult a {
  display: block;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  margin: 0px;
  padding: 3px 0px 3px 5px;
  background-color: transparent;
  text-align: left;
  color: #496397; }

div#quoteStatusMessage {
  display: block;
  font-weight: bold;
  color: #ff6666;
  padding: 0 15px; }

span.mandatoryFieldMarker {
  color: #F69218; }
  span.mandatoryFieldMarker:before {
    content: ' '; }

div#infoDiv {
  position: relative;
  overflow: none; }

.calcContainer {
  position: relative;
  padding: 1.5rem 0 0; }
  .calcContainer form legend {
    font-size: 1.5rem;
    color: #c4262e;
    padding: 0 0 0 10px;
    margin: 0 0 1.5rem; }

.outcomeSectionLegend {
  font-size: 1.5rem;
  color: #c4262e;
  padding: 0 0 0 10px;
  margin: 0; }

#sale[style*="block"] + #purchase[style*="block"] {
  border-top: 2px solid #eee; }

#sale_output_data {
  margin-bottom: 1.5rem; }

#buysale_output_data {
  padding: 1.5rem 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-bottom: 1.5rem; }

td.outPutColHeader {
  font-size: 1.2rem;
  color: #c4262e;
  padding: 0 15px 5px 0;
  text-align: right; }

td.outputData {
  width: auto;
  text-align: right;
  vertical-align: middle; }

  td.outputData .disabled {
    width: auto;
    padding-right: 15px;
    border: none;
    text-align: right; 
    font-size: 1.2rem;}

  td.outputData.outputFee .disabled {

    font-size: 1.2rem;
  }

  td.outputData .grandtotal_item_gross {
    color: #fff !important;
    background: none; }

td.textAreaLabel, td.inputTextLabel, td.emailAddressFieldLabel, td.inputText {
  text-align: right !important;
  vertical-align: top; }

span.text3 {
  font-weight: bold; }

td#statusicon {
  width: 2% !important; }

td#statusmsg {
  padding-bottom: 4px;
  vertical-align: middle; }

span.detail_pricing {
  font-weight: bold; }

tr.subtotal_itemRow {
  border-top: 2px solid #fff;
  background: #eee; }
  tr.subtotal_itemRow td:first-child {
    padding-left: 10px; }
  tr.subtotal_itemRow #purchase_fee_subtotal,
  tr.subtotal_itemRow #purchase_fee_subtotal_vat,
  tr.subtotal_itemRow #purchase_fee_subtotalLabel,
  tr.subtotal_itemRow #purchase_fee_subtotalLabel + .outputFee,
  tr.subtotal_itemRow #purchase_fee_subtotalLabel + .outputFee + .outputVAT,
  tr.subtotal_itemRow #sale_fee_subtotal,
  tr.subtotal_itemRow #sale_fee_subtotal_vat,
  tr.subtotal_itemRow #sale_fee_subtotalLabel,
  tr.subtotal_itemRow #sale_fee_subtotalLabel + .outputFee,
  tr.subtotal_itemRow #sale_fee_subtotalLabel + .outputFee + .outputVAT {
    background: #eee; }

tr.grandtotal_item_grossRow {
  border-top: 2px solid #fff;
  background: #c4262e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold; }

input.subtotal_item {
  font-weight: bold;
  background-color: #eee;
  color: #c4262e !important; }

input.subtotal_item {
  font-weight: bold;
  background-color: #eee;
  color: #c4262e !important; }

input.grandtotal_item_grossLabel {
  font-weight: bold; 
  font-size: 1.3rem;
}



select.selectInput {
  border: 1px solid #8a8a8a;
  padding-top: 2px; }

select.selectInput option {
  padding-right: 2px; }

.boxes {
  border: 1px solid #cccccc; }

.boxes option {
  margin-right: 2px; }

input#postcode {
  margin: 0px 2px 0px 0px;
 }

input.textInput,
textarea.textArea {
  border: 1px solid #eee;
  height: 36px;
  padding: 0 0.5rem;
  width: 300px; }

textarea.textArea {
  height: 100px; }

div#online-quotation-text {
  width: 555px;
  clear: both;
  padding-top: 20px; }

.notesInfoRow {
  font-size: 0.9rem; }
  .notesInfoRow .notesLabel {
    text-align: right;
    padding: 10px 20px 0 0; }
  .notesInfoRow .outputNotes {
    padding: 20px 0 13px 0; 
    font-size: 0.9rem;
  }

span.noteMarker {
  font-weight: bold;
  font-size: 0.9em;
  padding: 1px;
  border: 1px solid #ccc;
  background: #cfecfe;
  color: #333; }

/* New */
#calculator-wrapper {
  display: none; }

.calcOuter {
  display: none; }

#mandatoryMessage,
#infoDiv {
  display: none !important; }

tr {
  padding-bottom: 0.5rem; }

/* New Specific */
#form_redirect_urlLabel,
#form_redirect_urlCol,
#form_redirect_modifiedLabel,
#form_redirect_modifiedCol,
#form_actionLabel,
#form_actionCol,
#attachmentLabel,
#attachmentCol,
#attachdocsLabel,
#attachdocsCol,
#email_templateLabel,
#email_templateCol {
  display: none; }

.calcOuter h2 {
  display: none; }

.calcOuter div h2 {
  display: block; }

.calcOuter {
  display: none; }

.outcome_containerTab {
  position: absolute;
  bottom: 10px;
  left: 52%;
  width: 45%; }
  .outcome_containerTab tr {
    border: none; }
  .outcome_containerTab td {
    display: block; }
    @media only screen and (min-width: 40em) {
      .outcome_containerTab td {
        display: table-cell;
        width: 50%; } }

#postcodeCol a {
  float: right;
  text-decoration: none; }

/* Tabs */
.tabs {
  height: 40px;
  line-height: 40px;
  font-size: 0.9rem;
  text-align: center; }
  .tabs li {
    float: left;
    width: 25%; }
    .tabs li#transfequity {
      display: none; }
    .tabs li.tabCurrent a {
      color: #fff;
      background: #c4262e; }
      .tabs li.tabCurrent a:hover {
        background: #c4262e; }
    .tabs li a {
      display: block;
      color: #fff;
      background: #37424B;
      border-right: 1px solid #fff; }
      .tabs li a:hover {
        color: #fff;
        background: #c4262e; }

div.tabClear {
  position: relative;
  float: left;
  clear: both;
  margin: 0px; }

li.tabClear {
  list-style: none;
  position: relative;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px 0px 0px 5px;
  font-weight: bold; }

li.tabClear a, li.tabClear a:hover {
  display: block;
  position: relative;
  float: left;
  clear: both;
  padding: 5px 15px 2px 6px;
  font-weight: bold;
  text-decoration: none !important;
  color: #003399 !important; }

.top_level_outcome {
  padding: 2rem 15px 0 0; }

/* Buttons */
#calculator-wrapper .button,
#calculator-wrapper .outcomeBtn,
#calculator-wrapper .outcomeBtn.button,
#calculator-wrapper .inputBtn {
  display: inline-block;
  width: 98%;
  text-align: center;
  background: #37424B;
  padding: 0.5rem 0;
  color: #fff;
  font-size: 1rem;
  margin: 0 1% 5px;
  border: none;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (min-width: 40em) {
    #calculator-wrapper .button,
    #calculator-wrapper .outcomeBtn,
    #calculator-wrapper .outcomeBtn.button,
    #calculator-wrapper .inputBtn {
      width: 38%; } }
  #calculator-wrapper .button:hover,
  #calculator-wrapper .outcomeBtn:hover,
  #calculator-wrapper .outcomeBtn.button:hover,
  #calculator-wrapper .inputBtn:hover {
    background: #c4262e; }
  #calculator-wrapper .button#btn_instruct,
  #calculator-wrapper .outcomeBtn#btn_instruct,
  #calculator-wrapper .outcomeBtn.button#btn_instruct,
  #calculator-wrapper .inputBtn#btn_instruct {
    background: #37424B; }
    #calculator-wrapper .button#btn_instruct:hover,
    #calculator-wrapper .outcomeBtn#btn_instruct:hover,
    #calculator-wrapper .outcomeBtn.button#btn_instruct:hover,
    #calculator-wrapper .inputBtn#btn_instruct:hover {
      background: #c4262e; }
  #calculator-wrapper .button[value*="Re-calculate quote"],
  #calculator-wrapper .outcomeBtn[value*="Re-calculate quote"],
  #calculator-wrapper .outcomeBtn.button[value*="Re-calculate quote"],
  #calculator-wrapper .inputBtn[value*="Re-calculate quote"] {
    width: 70%; }

#calculator-wrapper .inputBtn {
  width: 25%; }

#calculator-wrapper .outcome_containerTab .outcomeBtn {
  width: 96%;
  margin: 0 2% 5px; }

#calculator-wrapper .outcome_containerTab #btn_instruct_submit,
#calculator-wrapper .outcome_containerTab #btn_email_submit {
  width: 24%; }

#btn_instruct_submit,
#btn_email_submit {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 24%; }

td #btn_email_submit,
td #btn_instruct_submit {
  color: #ffffff !important; }

.outcomeSection input#btn_terms_popup {
  width: 155px !important;
  color: #fff !important;
  margin: -5px 5px 0 5px !important;
  text-align: center;
  float: none;
  display: inline; }

#calcQuoteContainer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  padding: 15px 15px 10px 0;
 }

  #calcQuoteContainer table {
    width: 100%; }

/* Form elements */
.calcSection {
  width: 100%; }
.outcomeSectionLegend a,
.calcSectionLegend a {
  margin-left: 10px;
  margin-top: 5px; }

input.subtotal_item,
input.subtotal_item,
input.grandtotal_item_gross {
  font-weight: bold; }

input.grandtotal_item_grossLabel {
  font-weight: bold;
  width: 169px; }


/* Labels */
td.calc-section-title,
td.inputLabel,
td.outputLabel,
td.emailAddressFieldLabel,
td.inputLabelHeader,
table.outcomeSection td.inputTextLabel,
td.inputText,
td.formInputMissing,
td.formLabelError,
td.textAreaLabel {
  padding: 0.75rem 10px;
  width: 60% !important; }

td.inputLabelHeader,
td.outPutColHeader {

  border-bottom: 1px solid #eee;
}

td.inputData {
  padding: 0.75rem 10px 0 0;
  vertical-align: top; }

table.outcomeSection td {
  padding: 12px 12px 12px 0 !important; }

td.grandtotal_item {
  text-align: right;
  vertical-align: top;
  padding: 0px 10px 0px 0px;
  width: 169px !important; }

td.grandtotal_item {
  text-align: right;
  vertical-align: top;
  padding: 0px 10px 0px 0px;
  width: 169px !important; }

#terms_headerLabel,
#laundering_headerLabel {
  padding: 12px !important; }

#captcha_textLabel {
  text-align: right; }

#captcha_textCol img {
  margin: 0 0 5px; }

#terms_acceptedLabel,
#authorise_moneylaundering_checksLabel {
  text-align: right; }

/* Errors */
div.errorContainer {
  position: relative;
  float: left;
  padding: 12px;
  font-weight: bold;
  color: #c4262e;
  background: #eee; }
  div.errorContainer br {
    display: none; }

div.errorContainer ul {
  margin: 20px 0 0 0;
  padding: 0; }

div.errorContainer li {
  color: #555;
  list-style: none;
  margin: 0;
  padding: 0 0 2px 0;
  font-weight: normal; }

label.ErrorMessageLabel {
  display: block;
  font-size: 0.9rem;
  padding-top: 5px;
  color: #c4262e; }

/* Calculator Controls */
#calculatorControls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  padding: 15px 50% 10px 15px; }

#closeCalculator,
#restartCalculator {
  float: left; }

#restartCalculator {
  display: none; }

/* Fees and VAT */
/* IE Funs */
#calcBtn {
  width: 100px;
  text-align: right; }

.radioInput,
.checkboxInput,
.outcomeSection .checkboxInput {
  border: none !important;
  background: none !important;
  margin-bottom: 0 !important; }

#btn_instruct_submitCol .inputBtn,
#btn_email_submitCol .inputBtn {
  width: 120px !important;
  background: #c4262e;

  }
#btn_instruct_submitCol .inputBtn:hover,
#btn_email_submitCol .inputBtn:hover {
  background: #37424B;
}
   
.hiddenRow {
  display: none; }


#purchase_tenure2,
#sale_tenure2 {

  margin-left: 10px;
}

#conveyancing-quote #container-centre,
#remortgage-quote #container-centre{
  width: 100%;
}

#conveyancing-quote #sub-nav,
#conveyancing-quote #hero-inner,
#conveyancing-quote .adverts,
#remortgage-quote #sub-nav,
#remortgage-quote #hero-inner,
#remortgage-quote .adverts {
  display: none;
}

/*#conveyancing-quote #purchase_tenureLabel {
  display: none;
}*/

.conveyancy-notice {
	border: 3px solid red!important;
	background: #ffe5e5;
	padding: 10px;
  color: #2d6080;
}

.conveyancy-notice p{
  padding: 0.5rem!important;
  margin: 0!important;
  font-size: 1.2rem!important;
  font-weight: 400!important;
}
