/**
 *	Master Variables File
 *	This file holds all the includes that can be the included into other files.
 *	It is imperative that all files under the variable banner do not contain any
 *	code.
 */
/**
 *	Defaults
 */
/*
 *	These are the variables taken from screen.scss.
 */
/**
 *	Just for the Focus Area. A very simple mixin that's all frivolous.
 *  It's no longer frivolous Liam, it has a purpose now, leave it alone.
 */
/**
 *	Button
 */
/**
 *	Form Button Mixin
 */
/**
 *	Screen Width
 */
/**
 *	Mixin's defined for the whole project.
 */
/* line 16, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .version {
  content: "#1";
}
/* line 17, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .headers div {
  background-color: grey;
  height: 50px;
  line-height: 49px;
  color: white;
}
/* line 23, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .caption.desktop p {
  font-size: 14px !important;
}
/* line 26, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .caption.desktop {
  margin-left: 20px;
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 26, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage .focus-area .caption.desktop {
    width: 100%;
    margin-left: 0;
  }
}
/* line 35, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area #RepaymentForm_RepaymentForm_amount {
  line-height: normal;
}
/* line 39, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .repayment-request {
  min-height: 50px;
  line-height: 49px;
}
/* line 43, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .bank-details input {
  margin-bottom: 10px;
}
/* line 46, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .control-margin {
  margin-bottom: 10px;
}
/* line 49, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .you-have-margin {
  margin-bottom: 20px;
}
/* line 52, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .skrill-warning {
  margin-top: 20px;
}
/* line 54, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .skrill-warning img {
  vertical-align: sub;
}
/* line 58, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .caption {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 66, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .button.repayment-button {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0px;
}
/* line 72, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .you-have-margin {
  margin-top: 10px;
}
/* line 75, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .form-group {
  margin-bottom: 0px;
}
/* line 78, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .main .box .inner {
  background-color: #d1d1d1;
  border-radius: 3px;
  border: 1px solid darkgray;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 85, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .main .box .subbox {
  background-color: white;
  border: 1px solid darkgray;
  border-radius: 3px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 93, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .subbox .full-table {
  width: 100%;
}
/* line 96, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .request-box {
  margin-bottom: 5px;
}
/* line 99, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .box .inner-focus {
  background-color: #d1d1d1;
  border-radius: 3px;
  border: 1px solid darkgray;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
/* line 106, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .box .inner-focus h2 {
  color: black;
}
/* line 111, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .panel-heading.content {
  padding: 0;
  padding-top: 10px;
}
/* line 116, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .row .col-sm-12 .panel-body .col-sm-9 {
  padding-left: 0;
}
/* line 120, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .col-sm-9 .panel-heading.content p {
  margin-bottom: 0;
}
/* line 124, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .no-results-padding {
  margin-bottom: 10px;
}
/* line 128, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .panel-border {
  border: 1px solid #dddddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/* line 133, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .box .subbox-focus {
  background-color: white;
  border: 1px solid darkgray;
  border-radius: 3px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 94px;
}
@media (max-width: 767px) {
  /* line 143, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage .focus-area .box .subbox-focus.pool {
    min-height: inherit;
  }
}
/* line 148, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .box .subbox-focus h1, .RepaymentPage .focus-area .box .subbox-focus h2, .RepaymentPage .focus-area .box .subbox-focus p {
  color: black;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
/* line 154, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .box .subbox-focus h1 {
  font-size: 150%;
}
/* line 157, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .box .subbox-focus p {
  margin-top: 10px;
}
/* line 160, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .box .subbox-focus .funds__message {
  line-height: 32px;
}
@media (max-width: 767px) {
  /* line 160, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage .focus-area .box .subbox-focus .funds__message {
    line-height: inherit;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 169, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage .hidden-break {
    display: none;
  }
}
/* line 175, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area .inner {
  padding-top: 10px !important;
}
@media (max-width: 767px) {
  /* line 180, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage form .field .control-label {
    padding: 0;
  }
}
/* line 185, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage #twelve40_repayment_provider_bankaccount_BankAccountRepaymentForm_BankAccountRepaymentForm input:not([type=checkbox]):not(.action):not([name^=DOB]):not(.currencyinput__value), .RepaymentPage #twelve40_repayment_provider_bankaccount_BankAccountRepaymentForm_BankAccountRepaymentForm select, .RepaymentPage #twelve40_repayment_provider_bankaccount_BankAccountRepaymentForm_BankAccountRepaymentForm textarea {
  width: calc(100% - 17px) !important;
  float: left;
}
/* line 190, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage #twelve40_repayment_provider_apcopay_ApcoPayRepaymentForm_ApcoPayRepaymentForm input:not([type=checkbox]):not(.action):not([name^=DOB]):not(.currencyinput__value), .RepaymentPage #twelve40_repayment_provider_apcopay_ApcoPayRepaymentForm_ApcoPayRepaymentForm select, .RepaymentPage #twelve40_repayment_provider_apcopay_ApcoPayRepaymentForm_ApcoPayRepaymentForm textarea {
  width: calc(100% - 17px) !important;
  float: left;
}
/* line 195, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage #twelve40_repayment_provider_bankaccount_BankAccountRepaymentForm_BankAccountRepaymentForm .caption.desktop, .RepaymentPage #twelve40_repayment_provider_apcopay_ApcoPayRepaymentForm_ApcoPayRepaymentForm .caption.desktop {
  width: calc(100% - 20px);
}
@media (max-width: 768px) {
  /* line 195, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage #twelve40_repayment_provider_bankaccount_BankAccountRepaymentForm_BankAccountRepaymentForm .caption.desktop, .RepaymentPage #twelve40_repayment_provider_apcopay_ApcoPayRepaymentForm_ApcoPayRepaymentForm .caption.desktop {
    width: 100%;
  }
}
@media (max-width: 960px) {
  /* line 202, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage #twelve40_repayment_provider_bankaccount_BankAccountRepaymentForm_BankAccountRepaymentForm .field, .RepaymentPage #twelve40_repayment_provider_apcopay_ApcoPayRepaymentForm_ApcoPayRepaymentForm .field {
    display: inline-block;
  }
}
/* line 208, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage textarea {
  border-radius: 3px;
  border: none;
}
/* line 214, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area h1, .RepaymentPage .focus-area h2, .RepaymentPage .focus-area h3 {
  padding: 0;
}
/* line 218, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area h2.balance-info {
  font-size: 22px;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
/* line 223, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area h2.balance-info .balance, .RepaymentPage .focus-area h2.balance-info .amount_currency, .RepaymentPage .focus-area h2.balance-info .amount {
  font-size: 32px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 227, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area.registered {
  margin-top: -20px;
}
/* line 229, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .focus-area.registered p {
  margin-bottom: 20px;
}
/* line 236, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .what-next .entry {
  margin-top: 10px;
  padding-bottom: 15px;
}
/* line 240, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .what-next .entry h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 246, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .what-next .entry .border {
  margin-top: 15px;
  border-bottom: 1px solid black;
}
/* line 254, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .what-next .whats-next-action .button {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  float: right;
  margin-right: 0px;
}
@media screen and (max-width: 960px) {
  /* line 262, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage .what-next .whats-next-action .button {
    float: left;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  /* line 268, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage .what-next .whats-next-action .button {
    float: left;
    width: 100%;
  }
}
/* line 274, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .bank-account-message {
  line-height: 20px;
}
/* line 277, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .bank-account-approved-message, .RepaymentPage .bank-account-pending-message {
  margin-bottom: 30px;
  line-height: 20px;
}
/* line 281, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .bank-title {
  color: darkgrey;
}
/* line 284, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .bank-header {
  color: white !important;
  margin-top: 0 !important;
}
/* line 288, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage .bank-status span {
  font-size: 16px;
  line-height: 20px;
}
/* line 292, ../../sass/pages/RepaymentPage.scss */
.RepaymentPage #payeeReference label {
  text-align: right;
  line-height: 30px;
  padding-left: 0;
  color: white;
}
@media (max-width: 767px) {
  /* line 292, ../../sass/pages/RepaymentPage.scss */
  .RepaymentPage #payeeReference label {
    text-align: left;
  }
}
