body { }

/* Typography */
body { color: #555; font-family: 'Open Sans', sans-serif;
}

body {

    font: 14px/20px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    color:#333;
}
h1, h2, h3, h4 { color: #00395d; font-weight: normal; font-family: 'Open Sans', sans-serif; }
h1 { line-height: 45px; margin-top: 0; margin-bottom: 20px; }
h2 { font-size: 24px; line-height: 35px; }
h3 { line-height: 30px; }
p { margin-bottom: 15px; line-height: 1.5; }
a, .btn-link { color: #007eb6;}
a:hover, a:focus, .btn-link:hover, .btn-link:focus { color: #198fc4;}
.form-control{
    border-radius: 1px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .040)  !important;;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .040)  !important;;

}

.loading{
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;

}

select{
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;

}

.btn{
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
}

/* Affordability Form */
.limit {
    width: 75px;
}

.income{
    width: 75px;
}

.balance{
    width: 75px;
}

.payment {
    width: 75px;
}

.traffic-light > option {
    padding: 6px;
}

.traffic-light > option.red {
    background-color: #ff7b80; font-weight: bold; font-size: 12px;
}
.traffic-light > option.amber {
    background-color: #ff9054;
}
.traffic-light > option.green {
    background-color: #51ff53;
}

.traffic-light.red {
    background-color: #ff7b80; font-weight: bold; font-size: 12px;
}
.traffic-light.amber {
    background-color: #ff9054;
}
.traffic-light.green {
    background-color: #51ff53;
}

.input-red-bg {
    background-color: #faa;
    opacity: 1;
}

.input-green-bg {
    background-color: #afa;
    opacity: 1;
}

.input-calc-bg {
    background-color: #3231ff;
    color: #e8e8e8;
    opacity: 1;
}

/* We don't have bootstrap icons for some reason, so fake the arrows for the calendar */
.ui-icon-circle-triangle-w {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #00b3ee;
}

.ui-icon-circle-triangle-e {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00b3ee;
}

.ui-datepicker-title {
    background-color: papayawhip;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #222;
}

.ui-front {
    z-index: 10000000 !important; /* Has to be important for the autocomplete on underwriting form */
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    padding-right: 3px;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

.admin-section #save-btn, .admin-section #save-post-btn {
    width: 200px;
}

#applicant-form-recommendations, #applicant-form-approval-conditions,
#guarantor-form-recommendations, #guarantor-form-approval-conditions {
    height: 75px;
}

.creditscore-container {
    padding-top: 7px;
}
.score-btn {
    width: 175px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.only-narrower {
    width: 200px;
}

.fixed-height {
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
}

.large-id {
    font-size: 26px;
}

.smaller-id {
    font-size: 18px;
    margin-top: 4px;
}

.smallest-id {
    font-size: 13px;
    margin-top: 7px;
}

.pull-top {
    vertical-align: text-top;
}

.but-padded {
    margin-top: 15px;
}

.border-right {
    border-right: thin dotted #aaa;
}

.form-control-worldpay {
    padding: 6px 6px;
    text-align: center;
}

#payday-loan-exclusion {
    cursor: not-allowed;
    background-color: #3231ff !important;
    color: #e8e8e8;
    opacity: 1;
}

/*.aff-clock {
    width: 1em;
    height: 1em;
    display: block;
    position: relative;
    border: 0.2em solid #2c2c2c;
    border-radius: 1em;

    -webkit-box-shadow: inset 0 0 0 0.025em #FFF, inset -0.1em -0.1em 0.2em rgba(0,0,0,0.1), inset 0 0 0.2em 0.2em rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 0.025em #FFF, inset -0.1em -0.1em 0.2em rgba(0,0,0,0.1), inset 0 0 0.2em 0.2em rgba(0,0,0,0.1);

    font-size:20px;
}

.aff-clock:after {
    content: '';
    position: absolute;
    display: block;
    width: 0.3em;
    height: 0.4em;
    left: 0.45em;
    top: 0.075em;
    border-left: 0.1em solid #2c2c2c;
    border-bottom: 0.1em solid #2c2c2c;
}*/

.modal-dialog.modal-lg.modal-larger {
    width: 1000px;
}

.get-score-menu, .guarantor-get-score-menu, .get-validate-menu, .guarantor-get-validate-menu, .get-affordability-menu, .guarantor-get-affordability-menu{
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
}

.get-score-menu, .guarantor-get-score-menu, .get-validate-menu, .guarantor-get-validate-menu, .get-affordability-menu, .guarantor-get-affordability-menu{
    list-style-type: none;
    margin-left: -20px;
}

.get-score-menu li, .guarantor-get-score-menu li, .get-validate-menu li, .guarantor-get-validate-menu li, .get-affordability-menu li, .guarantor-get-affordability-menu li {
    padding: 8px 12px;
    cursor: pointer;
}

.get-score-menu li:hover, .guarantor-get-score-menu li:hover, .get-validate-menu li:hover, .guarantor-get-validate-menu li:hover, .get-affordability-menu li:hover, .guarantor-get-affordability-menu li:hover {
    background-color: #DEF;
}

/* End of underwriter form */

.table-fixed .wide {
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.table-fixed .narrow {
    width: 10%;
}

.max-width {
    width: 100%;
}

.site-header .logo-horizontal
{
    width: 60px;
    overflow: hidden;
}

@media (min-width: 450px) {
.site-header .logo-horizontal
{
    width: auto;;
    overflow: visible;;
}
}

@media (max-width: 767px) { /* Bigger than mobile */
  h1 { font-size: 24px; line-height: 32px; }
  h2 { font-size: 20px; line-height: 30px; }
  h3 { font-size: 18px; line-height: 25px; }
}

/* Header */
.site-header { background: #007eb6; color: #fff; position:relative; z-index:1000;}
.site-header .logo { margin: 10px 0; z-index: 2000; position: relative; }
.site-header .logo img { width: 120px; }
.site-header .logo-horizontal img { width: 200px; }
.site-header > .container { position: relative; }
.site-header .primary-nav { position: absolute; top: 69px; width: 100%; padding: 0; overflow: visible; }
.site-header .primary-nav ul { margin: 0 -16px; padding: 0; }
.site-header .primary-nav li { }
.site-header .primary-nav li a { display: block; background: #198fc4; color: #fff; padding: 10px 20px; font-weight: 600; font-size: 14px; }
.site-header .primary-nav li.active a,
.site-header .primary-nav li a:hover { text-decoration: none; background: #AEC83F; border-color: #899E31 !important; }
.site-header .navbar { margin: 0; border: none; }
.navbar-toggle { background: #3CB7E0; position: absolute; top: 2px; right: 0; z-index: 1000; }
.navbar-toggle .icon-bar { background: #fff;}
@media (min-width: 768px) { /* Bigger than mobile */
	.site-header { height: 80px; }
	.site-header .logo img { width: 140px; }
  .site-header .logo-horizontal img { width: 280px; margin-top: 10px; }
  .site-header .primary-nav { top: auto; right: 0px; }
	.site-header .primary-nav ul { margin: 0; border: none; float: right;}
	.site-header .primary-nav li { border: none; list-style-type: none; float: left; margin-left:3px; }
	.site-header .primary-nav li a { padding: 6px 13px; }
  .site-header .primary-links { padding-top: 45px; }
  .site-header .primary-nav .secondary-links { position: absolute; top: 10px; right: 0; }
  .site-header .primary-nav .secondary-links li a { background: none; padding: 0; margin-left: 22px; font-size: 14px; text-shadow: #198fc4 1px 1px 0; }
  .site-header .primary-nav .secondary-links li a:hover { text-decoration: underline; }
  .site-header .primary-nav .secondary-links ul { border-top: none; }
  .site-header .primary-nav .secondary-links li.logout a { background: #AEC83F; padding: 4px 10px; margin-top: -4px; border-radius: 6px; text-shadow: 1px 1px 0 #78892d; text-decoration: none; } 
  .site-header .primary-nav .secondary-links li.logout a:hover { background: #9EB638; }
}
@media (min-width: 992px) { /* BiggerF than mobile */
  .site-header { height: 80px; }
  /*.site-header .logo img { width: auto; }*/
  /*.site-header .primary-links { padding-top: 40px; }*/
  /*.site-header .primary-nav li a { padding: 12px 23px; }*/
}

/* Main Content */
/*.site-main { background: #fff url('/bundles/accessgeorgebancotheme/images/tile.png') repeat; padding: 30px 0;}*/
.site-main { background: #fff; padding: 30px 0;}
.well { background: #fff; border-radius: 0; box-shadow: none; margin: 30px 0; padding: 20px; border: none; }
@media (min-width: 768px) { /* Bigger than mobile */
	.front-well { margin-bottom: 0; }
}

.letter { padding: 30px; background: #fff; box-shadow: #bbb 0 5px 10px; margin: 25px 0; line-height: 1.5; }
.letter p { margin: 0 0 15px 0; }
.letter > *:last-child { margin-bottom: 0; }

/* Quick Apply */
.quick-apply h2 { margin: 0 0 20px 0; color: #fff; }
.quick-apply-inner { background: #007eb6; color: #fff; padding: 20px;}
.quick-apply-field { margin-bottom: 10px; }
.quick-apply-field input { width: 70px; float: right; }
.slider-wrapper { background: #fff; padding: 19px 20px; margin-right: 78px; }
.ui-slider,
.slider.slider-horizontal { background: #ddd; height: 6px !important; position: relative; border-radius: 2px; }
.slider.slider-horizontal { display: block !important; width: auto !important; }
.ui-slider-range,
.slider.slider-horizontal .slider-selection { background: #AEC83F; height: 6px !important; position: absolute; border-radius: 2px; }
.slider.slider-horizontal .slider-selection { background: none !important; box-shadow: none !important; -webkit-box-shadow: none !important; }
.ui-slider-handle,
.slider.slider-horizontal .slider-handle { width: 20px; height: 20px; margin-top: -6px; margin-left: -8px; opacity: 1 !important; background: #007eb6; position: absolute; border-radius: 12px; }
.ui-slider-handle:focus,
.slider.slider-horizontal .slider-handle:focus { outline: none; }
.slider.slider-horizontal .slider-track { background-color: transparent !important; background-image: none !important; background-repeat: no-repeat !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.placeholder-wrapper { clear: both; float: right; background: #fff; color: #007eb6; width: 75px; text-align: center; height: 44px; line-height: 1.1; font-size: 13px;}
.placeholder-wrapper span { font-size: 18px; font-weight: bold; display: inline-block; }
#apply-borrow-placeholder { padding-top: 12px; }
#apply-period-placeholder { padding-top: 5px; margin-bottom: -3px; }
.loan-example,
.representative-apr { text-align: left; }
.quick-apply-submit { text-align: center; }
.quick-apply-submit { margin: 20px 0 0 0; }
.quick-apply-submit .btn {  }
.important { font-weight: 600; font-size: 18px; white-space: nowrap; text-shadow: #666666 1px 1px 0; }
.important-larger {  text-shadow: #666666 1px 2px 0 !important; font-size: 30px !important;}
.representative-apr { font-size: 25px !important;}
@media (min-width: 768px) { /* Bigger than mobile */
	.quick-apply h2 { max-width: 350px; margin: 0 10px 20px 20px; padding: 0 0 5px 80px; line-height: 1.3; background: transparent url('/bundles/accessgeorgebancotheme/images/pound_roundel.png') no-repeat 0 5px;}
}

/* Custom Dropdowns */
.quick-apply .bootstrap-select {font-size:22px; text-align: left;}
.quick-apply .bootstrap-select button{font-size:22px;text-align:center;border:1px solid transparent;background: #fff !important;color:#007eb6 !important;box-shadow:none !important;border:1px solid rgba(255,255,255,0.2); }
.quick-apply .bootstrap-select button:focus{outline:none !important;border:1px solid rgba(255,255,255,0.2);}
.quick-apply .bootstrap-select .dropdown-menu{font-size:22px;}
.quick-apply .bootstrap-select .dropdown-menu a{font-size:20px;padding:0 12px;}
.quick-apply .bootstrap-select .dropdown-menu a:focus{outline:none !important;}
.quick-apply .bootstrap-select .dropdown-menu a:hover{background:#999;}
.quick-apply .bootstrap-select .caret{border:none;background:transparent url(../../Resources/public/images/carets_blue.png) no-repeat top left;width:16px;height:24px;top:10px !important;margin:0 !important;opacity:0.4;}
.quick-apply .bootstrap-select:hover button{border:1px solid #fff;}
.quick-apply .bootstrap-select:hover .caret{opacity: 1;}
.bootstrap-select.select-amount{width: 100% !important; margin: 0; }
.bootstrap-select.select-period{width: 100% !important; margin: 0; }
.quick-apply .separator { line-height: 46px; display: block; text-align: center; font-weight: 600; font-size: 16px;}
.quick-apply-dropdowns { padding: 10px 0 15px 0; margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.5); }
@media (min-width: 768px) { /* Bigger than mobile */
	.bootstrap-select.select-amount { width: 40% !important; float: left; }
	.bootstrap-select.select-period { width: 40% !important; float: right; }
	.quick-apply .separator { float: left; width: 20%; }
}


/* Form */
.gb-flat-ui {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.loan-decision-in-minutes { color: #fff !important; }
.loan-welcome-first-name { font-weight: bold !important;
    color:#007eb6 !important; }

.form-step-title { border-bottom: 1px solid #aaa; font-size: 14px; font-weight: 700; padding: 7px 0; margin: 0; text-shadow: #FFF 1px 1px 0; }
.form-step-title .step-num { font-weight: 100; text-transform: lowercase; width: 55px; display: inline-block; font-size: 18px; }
.form-step-title .step-num strong { font-size: 20px; font-weight: 600; }
.apply-header { font-size: 18px; font-weight: 600; margin-bottom: 0; border-bottom: 1px solid #aaa; padding: 7px 0; width: 100%; }
.apply-header a { text-decoration: underline; }
#loginbox { border-top: none !important; }
#close-link { float:right; }
.gb-form .inactive .form-step-title { color: #aaa; border-bottom: 1px solid #ddd; }
.uk_resident { border:1px dashed red; }

.gb-form .field,
.gb-form .actions { padding-top: 10px; padding-bottom: 10px; margin-left: -15px; margin-right: -15px; }
.gb-form .headline { font-weight: bold; font-size: 16px; }
/*.gb-form .highlight { background: #fff; padding: 10px 15px; margin: 10px -15px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }*/
.gb-form .highlight { background: #fff; padding: 0px 0px; margin-top:0px; }
.gb-form .tag { padding-left: 15px; float: left;
    font-size:19px ;}
.gb-form .input { clear: both; }
.gb-form .input .btn { float: left; }
.gb-form .tag { display: table; font-weight: normal; }
.gb-form .tag label { display: table-cell; height: 30px; vertical-align: middle; font-weight: normal; color: #333; }

.gb-form .message { display: table; font-weight: 600; font-size: 0.95em; color: #999; padding-left: 5px !important; padding-right: 0 !important; }
.gb-form .message > * { display: table-cell; height: 30px; vertical-align: middle; }
.gb-form .message .fa { font-size: 16px; vertical-align: middle; }
.gb-form .message .icon { width: 29px; }
.gb-form .input .message { padding-left: 20px !important; }

.letter .fa-info-circle,
.gb-form .fa-info-circle { color: orange; }
.error,
.letter .fa-exclamation-circle,
.gb-form .fa-exclamation-circle,
.gb-form .message .error { color: #FF4747; }
.has-error .form-control { border-color: #FF4747; }
.positive,
.fa-check-circle,
.gb-form .message .success { color: #9EB638; }
.fa-arrow-circle-left { color: #b92c28; }
.has-success .form-control { border-color: #ccc; }
.gb-form .fa-spinner { color: #222; }
.gb-form .form-step-inner { padding: 0px 0; border-bottom: 1px solid #aaa; }
.gb-form .checkbox { padding-left: 25px; }
.gb-form .checkbox input[type="checkbox"] { margin-left: -25px; font-size: 16px; }
.gb-form .less-narrow { max-width: 260px; }
.gb-form .narrow { max-width: 195px; }
.gb-form .x-narrow { max-width: 130px; }
.gb-form .input-group .narrow { max-width: 138px; }
.live-loan-example { line-height: 1.8; color: #777; padding-top: 15px; font-size: 16px; font-weight: normal;}
.gb-form .input-link { padding-top: 5px; display: block; clear: both; }
.gb-form .dob-fields select { width: 31%; margin-right: 2%; float: left;}
.gb-form .yandm-fields select { width: 48%; float: left;}
.gb-form .yandm-fields select:first-child { margin-right: 4%; }
.gb-form .sort-code-fields > * { float: left; }
.gb-form .sort-code-fields .form-control { width: 26%; text-align: center; }
.gb-form .sort-code-fields .separator { width: 11%; text-align: center; font-size: 23px; line-height: 45px; }
.gb-form .edit-details { float: right; font-size: 11.5px; margin-top: 22px; }
.gb-form .form-step.complete h2 { color: #AEC83F; }
.gb-form .field-group-title { margin: 10px 15px 15px 20px; font-size: 18px; font-weight: bold; border-bottom: 1px dashed #ccc; padding-bottom: 5px; }
.gb-form .postcode-lookup { float: left; margin-right: 20px; }
.gb-form .scroll-box-wrapper { background: #fff; border: 1px solid #bbb;}
/*.gb-form .scroll-box-wrapper { background: #fff; border: 1px solid #bbb; max-height: 250px; overflow-y: scroll; }*/
.gb-form .scroll-box-wrapper .scroll-box-inner { padding: 20px; font-size: 12px; }
.gb-form .scroll-box-wrapper .scroll-box-inner > :first-child { margin-top: 0; }
.gb-form .scroll-box-wrapper .scroll-box-inner .tick { padding: 20px; margin-bottom: 0; color: #333333;
    font-size:14px }
.gb-form .scroll-box-wrapper .scroll-box-inner .tick input {
    width:20px;
    height: 20px;}
.gb-form .tick-box { font-size: 14px; }
.bold-text h1 { margin: 0 0 30px 0; font-weight: bold; font-size: 20px; line-height: 30px; }
.bold-text p { margin-bottom: 20px; font-weight: bold; font-size: 15px; line-height: 1.6; }
.with-icon { margin-left: 2em !important; position: relative; }
.with-icon > .fa { position: absolute; left: -1.5em; top: 4px; font-size: 130%; }
.gb-form .footnote { font-size: 12.5px; }
.gb-form .work-tel { width: 55%; display: inline-block; }
.gb-form .work-tel-ext { width: 33%; display: inline-block; float: right; }
.gb-form .work-tel-ext-label { width: 18%; display: inline-block; text-align: right; padding-right: 10px; }
.loan-summary { font-style: normal; border-bottom: 1px solid #ddd; }
.loan-summary td,
.loan-summary th { vertical-align: middle !important; padding-left: 0 !important; padding-right: 0 !important; }
.loan-summary td { color: #198FC4;}
.loan-summary .value { text-align: right; font-weight: 600; }
.btn-lg-separator { font-size: 16px; font-weight: 600; padding: 10px 0; }
.form-step-2 .mini-dpa { margin-top: 25px; }
.gb-form label.for-checkbox { font-weight: normal; }

.new-footer-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.new-footer-links ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.new-footer-links a{
    font: 12px;

}

@media (max-width: 767px) { /* Mobile */
	.gb-form .message .icon { width: 23px; }
	.gb-form .field-group-title { margin: 10px 0 15px 0; }
    .welcome-letter .col-sm-7 { padding-top: 20px; margin-top: 20px; border-top: 1px dashed #ccc; }
}
@media (min-width: 768px) { /* Bigger than mobile */
	.gb-form .highlight { padding: 0; margin: 0; }
	.gb-form .headline { padding-left: 20px; }
	.gb-form .tick-box,
	.gb-form .intro,
	.gb-form .footnote,
	.gb-form .scroll-box,
	.gb-form .tag { padding-left: 20px; font-size:14px ; }
	.gb-form .input { clear: none; }
	.gb-form .tag label { height: 45px; font-weight: 400; }
	.gb-form .field, 
	.gb-form .actions { padding-top: 15px; padding-bottom: 15px; margin: 0; }
    .live-loan-example { position: absolute; top: -83px; padding-top: 0; }
	.gb-form .message { padding-left: 15px; }
	.gb-form .message .fa { font-size: 24px; }
	.gb-form .message > * { height: 45px; }
	.form-step-title { font-size: 17px; }
	.form-step-title .step-num { width: 80px; font-size: 24px }
	.form-step-title .step-num strong { font-size: 28px; }
	
	.welcome-letter .col-sm-7 { border-right: 1px dashed #ccc; }
}

/* Footer */
.site-footer { border-top: 1px solid #bcbcbc; padding: 25px 0; }
.footer-partners img {  max-width: 100%; height: auto; }
.footer-social { margin: 0 0 20px; }
@media (min-width: 768px) { /* Bigger than mobile */
  .footer-social { float: right; }
}

/*@media  only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
    .btn-lg-separator { margin: 0 !important; font-size: 12px!important;
}*/



.footer-links { clear: both; font-size: 11px; line-height: 14px; }
.footer-links ul { margin: 0; padding: 0; }
.footer-links ul li { list-style-type: none; margin: 0 0 4px 0; }
@media (min-width: 768px) { /* Bigger than mobile */
  .footer-links ul li { float: left; padding-top: 1px; margin: 0 10px 0 0; }
  .footer-links ul li a { display: block; }
  .footer-links ul >li+li { border-left: 1px solid #007eb6; padding-left: 10px; }
}

.registered { font-size: 11px; margin: 20px 0 15px 0; }
.registered p { margin-bottom: 4px; }

/* Utilities */
.spacer { height: 8px; }
.big-spacer { height: 16px; }
.ntm { margin-top: 0 !important; font-size: 30px !important; }
.nbm { margin-bottom: 0 !important; }
.js .js-invisible { display: none; }
.dropdown-menu { border-radius: 0; }

.btn-primary {
  /*background-color: #AEC83F;*/
  /*border-color: #9EB638;*/
    background-color: #f9b02b;
    border-color: #db8f03;
}

.btn-blue {
    color: white;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #2b669a;
}
.btn-blue:hover,
.btn-blue:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px;
}
.btn-blue:active,
.btn-blue.active {
    background-color: #2d6ca2;
    border-color: #2b669a;
}


.btn-warning {
    background-image: -webkit-linear-gradient(top, #ffa800 0%, #e39600 100%);
    background-image:         linear-gradient(to bottom, #ffa800 0%, #e39600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#ffa800', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ffa800;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background: #e99700;
	border-color: #db8f03;
}

.btn-info {
	background-color: #007eb6;
	border-color: #2797c6;
}

.btn-primary#login-now {
    outline:none !important;
}

.btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active, 
.open .dropdown-toggle.btn-info {
	background: #2797c6;
	border-color: #2797c6;
}

.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active {
	background: #C8E05E;
	border-color: #AEC83F;
}

/* My Account */
.loan-summaries .alert { padding: 10px; margin-bottom: 15px; font-size: 13px; }
.loan-summaries .letter { padding: 25px; }
.account-links { margin: 0 0 15px 0; font-size: 12px; }
.account-links .nav-pills a { background: #198fc4; color: #fff; padding: 8px 12px; }
.account-links .nav-pills .active a,
.account-links .nav-pills a:hover { background: #AEC83F !important; }
.account-links .nav-pills>li+li { margin-left: 8px; }
@media (min-width: 768px) { /* Bigger than mobile */
  .account-links { margin: 0; font-size: 14px; float: right; }
}

/* Front Panel */
.front-panel { margin: -30px -15px 30px -15px; }
.front-panel .welcome { padding: 0px; }
.front-panel .welcome h1 { font-weight: 600; line-height: 1.3; }
.front-panel .welcome p { font-size: 18px; line-height: 1.5; }
.start-application-form { margin-bottom: 20px; }
@media (min-width: 768px) { /* Bigger than mobile */
    .front-panel { margin: 0 0 35px 0; overflow: hidden; background: #fff; box-shadow: #bbb 0 5px 10px; }

    .front-panel .welcome { padding: 30px; }
	.front-panel .welcome,
	.front-panel .quick-apply { width: 50%; box-sizing: border-box; float: left; padding-bottom: 1000px; margin-bottom: -1000px; }
  .front-panel .quick-apply { background: #007eb6; }
	.front-panel .welcome .welcome-inner { padding-bottom: 20px; }
  .front-panel .welcome h1 { margin-top: -6px; }
}
.front-explanation { text-shadow: #fff 1px 1px 0; }
.front-explanation h2 { margin: 30px 0 20px 0; }
.front-explanation p { line-height: 1.7; font-size: 15px; }

/* Cookie Statement */
#cookie-statement { background: #d0d0d0; color: #333333; font-weight: 600;
    font: 12px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
#cookie-statement.collapse.in { display: block; }
#cookie-statement.collapse { display: none; }
#cookie-statement > .container { padding-top: 4px; padding-bottom: 4px; }
#cookie-statement p a { color: #0c8bc4; }
.cookie-close { float: right; margin-left: 20px; background-color: #0c8bc4 !important; }



@media (min-width: 768px) { /* Bigger than mobile */
    #cookie-statement {margin-bottom: 0px;}
  #cookie-statement p { padding-top: 4px; }
}

#footer-call { background: #00608a; color: #fff;  font-size: 16px;
    height: 40px; line-height: 40px; }
#footer-call > .container { padding-top: 0px; padding-bottom: 0px; }
#footer-call a { color: #ffffff; text-decoration: underline; }
#footer-call .call-icon {
    width:34px;
    height:29px;
    float: left; margin-right: 15px; margin-top: -2px; }
#footer-call .call-trust {
    margin-top: 5px;}




.lg-br { display: none; }
@media (min-width: 1200px) { /* LG */
  .lg-br { display: inline; }
}

.template-index-link { font-weight: 600; position: fixed; bottom: 0; right: 0; display: block; padding: 5px 10px; background: #333; color: #fff; font-size: 11px; z-index: 5000; }
.template-index-link:hover { color: #fff; }
.btn-lg.btn-link { font-size: 14px !important; padding-left: 0; padding-right: 0; }

select.input-lg { padding-left: 6px; padding-right: 6px; } /* It's futile trying to style select lists... */

.fa.prefix { margin-right: 5px; }


.admin-section h4 {
	text-align:center;
}

#verification_override_form input {
	margin:0 10px 0 20px;
}

.admin-section th, .admin-section td {,
    padding:2px 5px; 
}

.admin-section .errormsg {
    font-size:0.7em;
    color:#C00;
}

.admin-section .indexPane {
    float:left;
    width:auto;
}

.admin-section .generateApplication {
    margin-bottom:20px;
    display:none;
}

.admin-section .filtersLeft {
    width:210px;
    float:left;
    margin-right:15px;
}

.admin-section .admin-backlinks {
    margin:10px;
}

.admin-section label {
    width:210px;
    display:inline-block;
}
.admin-section form div ul {
    display:inline;
}

.admin-section form div label {
    float:left;
}

.admin-section form div input {
    display:inline-block;
}

.admin-section form div ul {
    display:inline;
    float:right;
    color:#C00;
    max-width:400px;
}

.admin-section .edit-icon {
	background:url('/bundles/accessgeorgebancotheme/images/edit.png') no-repeat;
	width:32px;
	height:32px;
	float:left;
	margin:4px 0 0 10px;
	cursor:pointer;
}

.admin-section .edit-control input {
	margin:3px 0 0 10px;
	float:left;
}

.admin-section .panel-heading-text {
	height:32px;
	line-height:32px;
	float:left;
	margin-top:4px;
    font-size: 20px;
}

.admin-section .collapser {
	height:58px;

	background-color:#f5f5f5;
}

.admin-section .address_required {
	height:32px;
	line-height:32px;
	float:right;
	margin-top:4px;
	font-style:italic;
	color:#FF0000;
}

.admin-section .helptext {
	height:32px;
	line-height:32px;
	float:right;
	margin-top:4px;
	font-style:italic;
	color:#008000;
	display:none;
}

.admin-section .error_message {
  font-weight:bold;
  color:#FF0000;
  border:1px solid red;
  background-color:#FFDCDC;
  padding:5px;

}

/* Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** for accordion on new form **/
.accordion-toggle { outline: none !important; }

/*Wordpay payment page */

#cc_cards img{
    /*width:100px !important;*/
}


#cc_cards img:hover{

    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

}

#cc_cards a{

    margin-right: 15px;
}
.social-links {
    margin-bottom: 10px;
}

div.trust-pilot{
    width: 100% !important;
    height: auto;
}
#tp-iframe-widget {
    width: 99% !important;
}

.trust-pilot-container{


    background-color:#ffffff;
    padding-top: 10px
}

.quote-text{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px) { /* Bigger than mobile */

    .trust-pilot-container{

        margin: 0px 20px 20px 20px;

    }

}
.fca{background-color: #ffffff;
    padding:0px; text-align:center;}

.popbox{
   background-color: #ffa500;
    font-size:14px;
    color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-5px);}
    20%, 40%, 60%, 80% {transform: translateX(5px);}
}
.shake {
/*    -webkit-animation-name: shake;
    animation-name: shake;*/
    -webkit-animation-name: none;
    animation-name: none;
}

.no-border {
    border: none !important;
}

/*.mover {*/
    /*-webkit-animation: leftright 1s infinite linear;*/
    /*-moz-animation: leftright 1s infinite linear;*/
    /*-o-animation: leftright 1s infinite linear;*/
    /*animation: leftright 1s infinite linear;*/
    /*-webkit-transition: all 1s ease-in-out;*/
    /*-moz-transition: all 1s ease-in-out;*/
    /*-o-transition: all 1s ease-in-out;*/
    /*-ms-transition: all 1s ease-in-out;*/
    /*transition: all 1s ease-in-out;*/
/*}*/

/*.mover {*/
    /*-webkit-animation: rightleft 1s infinite linear;*/
    /*-moz-animation: rightleft 1s infinite linear;*/
    /*-o-animation: rightleft 1s infinite linear;*/
    /*animation: rightleft 1s infinite linear;*/
/*}*/

/*@keyframes leftright {*/
    /*0% {*/
        /*margin-left:0;*/
    /*}*/
    /*100% {*/
        /*margin-left: 8px;*/
    /*}*/
/*}*/
.larger{
    font-size: 18px !important;
    font-weight: bold;
}

.admin-tabs {
    margin:2px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.admin-tabs a {
    padding: 3px;
    border: 1px solid #007eb6;
    margin-bottom: 5px;
    display:inline-block;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.admin-tabs a:hover {
    text-decoration:none;
    background-color: #9CC9F0;
    color: #FFF !important;
}

.admin-form .helperText {
    margin-left: 5px;
    font-size: smaller;
    margin-bottom: 10px;
}

.admin-form .helperText.warning {
    color: #9E0303;
}


.deferred-panel button {
    margin-left: 10px;
}

.btn.btn-lightblue {
    border: 1px solid #62CFFF;
}

.btn.btn-lightblue:hover {
    background-color: #BDEBFF;
}

.btn.btn-lightgreen {
    border: 1px solid #8CD778;
}

.btn.btn-lightgreen:hover {
    background-color: #CDFFC0;
}

.btn.btn-lightpurple {
    border: 1px solid #A87FD3;
}

.btn.btn-lightpurple:hover {
    background-color: #D1C1E2;
}

.form_errors_container {
    float: right;
    width: 600px;
}

.notes-container {
    /*max-height: 300px;*/
    /*background-color: #EEE;*/
    /*padding: 3px;*/
    /*overflow: auto;*/
}

.notes-container button {
    margin: 4px;
}

.note-id {
    color: #AAA;
    float: right;
    width: 30px;
}

.new-note-container {
    padding: 20px;
    border: 1px dashed #DDD;
}

.new-note-button {
    margin: 20px;
}

.note-container {
    border: 1px solid #AAA;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
}

.notes-container label,
.new-note-container label {
    height: 16px;
}

.note-content {
    font-weight: 800;
}
.note-header {
    border-bottom: 1px solid #AAA;
}

.note-updated {
    color: #AAA;
}

.note-callback {
    border-top: 1px solid #AAA;
}

.callback-past {
    color: #AAA;
}

.callback-future {
    color: #0D0;
}

div.date-time-picker-time,
div.date-time-picker-date {
    display: inline;
    float: left;
}

button.note-edit-button {
    float: right;
}
.panel-notes-half {
    width: 48%;
    float:left;
    max-height: 500px;
    overflow: auto;
}

.notes-applicant-highlighted {
    background-color:#007eb6;
}

.note-actioned {
    opacity: 0.5;
}

.notes-all-message,
.notes-yours-only-message {
    font-size: x-small;
    margin-top: 10px;
    margin-right: 10px;
}

.soften {
    color: #CCC;
}

.btn.btn-grey {
    background-color: #CCC;
}

.btn.btn-grey:hover {
    background-color: #DDD;
}

a.btn-grey {
    color: #FFF;
}

#validation-summary > ul {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
}

#validation-summary ul li ul {
  padding-left: 30px;
  line-height: 18px;
  margin-top: 5px;
}

#validation-summary ul li ul li {
  font-style: 13px;
  color: #CC0000;
  list-style: disc;
}

#validation-title {
  list-style: none;
  color: #333333;
}

/** validation messages for mobile devices */
.message-xs
{
    padding: 5px 15px 0;
    color: #c00005;
}

/**** THIS IS FOR THE INVISIBLE COVER OVER THE LIVED YEARS FOR CLICKABLE ACTIONS ***/
.mobile-overlay_1,
.mobile-overlay_2,
.mobile-overlay_3,
.gt_mobile-overlay_1,
.gt_mobile-overlay_2,
.gt_mobile-overlay_3,
.employment-mobile-overlay_1,
.employment-mobile-overlay_2,
.employment-mobile-overlay_3,
.gt_employment-mobile-overlay_1,
.gt_employment-mobile-overlay_2,
.gt_employment-mobile-overlay_3
{
    background: transparent;
    position: absolute;
    width: 80%;
    height: 50px;
    left: 0;
    top: 0;
}

.chat
{
    width: 400px;
}

.bubble
{
    font-style: italic;
    position: relative;
    padding: 15px;
    background: #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 15px;
    border-radius: 5px;
}

.large-font
{
    font-size: 16px !important;
}

.bubble-warning
{

    background:#FFC5C4 !important;
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #ececec transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    right: 30px;
}
.bubble-warning:after
{
    border-color: #FFC5C4 transparent !important;
}

input[type='number']
{
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
}

.row.no-gutter [class*='col-']:not(:first-child),.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right:3px;
    padding-left:3px;
}
.row.no-gutter{

    margin-left: -3px;
    margin-right: -3px;
}

/* Quick Apply */
.quick-apply h2 { margin: 0 0 20px 0; color: #fff; }
.quick-apply-inner { background: #007eb6; color: #fff; padding: 20px;}
.quick-apply-field { margin-bottom: 10px; }
.quick-apply-field input { width: 70px; float: right; }
.slider-wrapper { background: #fff; padding: 19px 20px; margin-right: 78px; height: 44px;
    border: 1px solid #dddddd; }
.ui-slider,
.slider.slider-horizontal { background: #ddd; height: 6px !important; position: relative; border-radius: 2px; }
.slider.slider-horizontal { display: block !important; width: auto !important; }
.ui-slider-range,
.slider.slider-horizontal .slider-selection { background: #AEC83F; height: 6px !important; position: absolute; border-radius: 2px; }
.slider.slider-horizontal .slider-selection { background: none !important; box-shadow: none !important; -webkit-box-shadow: none !important; }
.ui-slider-handle,
.slider.slider-horizontal .slider-handle { width: 20px; height: 20px; margin-top: -6px; margin-left: -8px; opacity: 1 !important; background: #007eb6; position: absolute; border-radius: 12px; }
.ui-slider-handle:focus,
.slider.slider-horizontal .slider-handle:focus { outline: none; }
.slider.slider-horizontal .slider-track { background-color: transparent !important; background-image: none !important; background-repeat: no-repeat !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.placeholder-wrapper { clear: both; float: right; background: #fff; color: #007eb6; width: 75px; text-align: center; height: 44px; line-height: 1.1; font-size: 13px;  border: 1px solid #dddddd; }
.placeholder-wrapper span { font-size: 18px; font-weight: bold; display: inline-block; }
#apply-borrow-placeholder { padding-top: 12px; }
#apply-period-placeholder { padding-top: 5px; margin-bottom: -3px; }
.loan-example,
.representative-apr { text-align: left; }
.quick-apply-submit { text-align: center; }
.quick-apply-submit { margin: 20px 0 0 0; }
.quick-apply-submit .btn {  }
.important { font-weight: 600; font-size: 18px; white-space: nowrap; text-shadow: #666666 1px 1px 0; }
.important-larger {  text-shadow: #666666 1px 2px 0 !important; font-size: 30px !important;}
.representative-apr { font-size: 25px !important;}
@media (min-width: 768px) { /* Bigger than mobile */
    .quick-apply h2 { max-width: 350px; margin: 0 10px 20px 20px; padding: 0 0 5px 80px; line-height: 1.3; background: transparent url('/bundles/accessgeorgebancotheme/images/pound_roundel.png') no-repeat 0 5px;}
}



/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.slider.slider-horizontal {
    width: 210px;
    height: 20px;
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}
.slider.slider-vertical {
    height: 210px;
    width: 20px;
}
.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}
.slider input {
    display: none;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider-selection {
    position: absolute;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    opacity: 0.8;
    border: 0px solid transparent;
}
.slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.slider-handle.triangle {
    background: transparent none;
}


.head-section{
    border-bottom: 5px solid #007eb6;
    margin-bottom: 30px;
}

.topbar {
    padding-top:30px;
    padding-bottom: 20px;

}



.jumbo-custom {


    padding-top: 30px;
    padding-bottom: 30px;


}

.logoout i {
    color: #fb6565;
}



.jumbo-custom-compact {


    padding-top: 15px;
    padding-bottom: 15px;


}

.grey-bg {

    background-color: #eeeeee;

}

.blue-bg {

     background-color: #00608a;

 }

.white-bg {

    background-color: #ffffff;

}

.welcome-message{

    margin-top:  -30px !important;
    margin-bottom: 30px;

}


.jumbo-border {



    border-bottom: 15px solid #007eb6;

}



.h2Bullet{

    color: #333333;
    font-size: 24px !important;

}

.h2Bullet strong{

    color:  #007eb6;
}

.minus-margin
{
    margin-top:-30px !important;
}

.tick-list{

    font-size: 18px;

}
.tick-list li{

    padding-top: 0px;
    padding-bottom: 0px;
}

.light-blue{

    color: #007eb6;

}

.dark-blue{

    color: #00608a;

}

.quote-ticks i {
    padding-top: -2px;
    font-size: 10px;
}

.quote-ticks{
    padding-left: 15px;
}

.rep-example {
    text-align: center;
    padding-top: 15px;
    color: #333333;
    font-size: 18px !important;
    line-height: 22px;
}

.rep-example h1 {

    padding-bottom: 0px;
}


.head-links{
    padding: 0px;
    margin-left: 0px;
    float: right;
    list-style: none;
}

.head-links li{
    padding: 0px;
    margin-left: 0px;
    float: right;
    list-style: none;
    color: #999999;
}


.head-links i{
    font-size: 20px;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-top: -15px;
}

.btn-target
{
    background-color:  #ffa70c !important;
    color: white;
}

.btn-target:hover
{
    background-color:  #ffa70c !important;
    color: #e7e7e7;
}


.quote
{
    font-style: italic;
    font-size: 18px;
    color: #666666;
    line-height: 24px;

}

.statement
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 16px;
    color: #333333;
    line-height: 28px;

}

.imapact
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;

}

.step
{

    font-size: 16px;
    color: #333333;
    line-height: 28px;

}


.trust-pilot {
    text-align: center;
    padding-top: 20px;
}

.big-number{

    font-size: 80px;
    color: #999999;
    line-height: 80px;
    width: 60px;

}

.community img {
    padding-left: 10px; padding-right: 10px; padding-top: 20px;
}

.white-text{
    color: #ffffff !important;

}

.white-text a{
    color: #ffffff !important;

}


.baselinks{
    color:white;
    padding: 0px;
}
.baselinks a {
    color:white;
    padding-top: 4px;
    padding-bottom: 4px;
}

.baselinks li {

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    list-style: none;
}



.quotes {

    vertical-align: middle;

}

.h1condece
{
    margin-top: 0px;


}


.base2015{
    margin-top: 30px;
}




/*.button {*/
/*background-color: #eb9600;*/
/*color: #FFFFFF;*/
/*cursor: pointer;*/
/*display: inline-block;*/

/*}*/

@-webkit-keyframes glowing {
    0% { background-color: #fdb22f; -webkit-box-shadow: 0 0 0px #fdb22f; }
    50% { background-color: #ffc000; -webkit-box-shadow: 0 0 10px #ffc000; }
    100% { background-color: #fdb22f; -webkit-box-shadow: 0 0 0px #fdb22f; }
}

@-moz-keyframes glowing {
    0% { background-color: #fdb22f; -moz-box-shadow: 0 0 0px #fdb22f; }
    50% { background-color: #ffc000; -moz-box-shadow: 0 0 10px #ffc000; }
    100% { background-color: #fdb22f; -moz-box-shadow: 0 0 0px #fdb22f; }
}

@-o-keyframes glowing {
    0% { background-color: #fdb22f; box-shadow: 0 0 0px #fdb22f; }
    50% { background-color: #ffc000; box-shadow: 0 0 10px #ffc000; }
    100% { background-color: #fdb22f; box-shadow: 0 0 0px #fdb22f; }
}

@keyframes glowing {
    0% { background-color: #fdb22f; box-shadow: 0 0 0px #fdb22f; }
    50% { background-color: #ffc000; box-shadow: 0 0 10px #ffc000; }
    100% { background-color: #fdb22f; box-shadow: 0 0 0px #fdb22f; }
}

.button {
    -webkit-animation: glowing 1800ms infinite;
    -moz-animation: glowing 1800ms infinite;
    -o-animation: glowing 1800ms infinite;
    animation: glowing 1800ms infinite;
}

.community img
{
    margin-left: auto;
    margin-right: auto;

}

.main_logo{
    height: 35px;
}
.logo-2015 {
    width: 70px;
    overflow: hidden;
}

.pointer i{
    /*display: none;*/
    padding-top: 5px !important;
    color: #999999 !important;
}



.topbar {
    padding-top:15px;
    padding-bottom: 0px;
}

.top-slide .item {
    color: white !important;
}

.head-links a{
    display: block;
}

.head-links i{
    font-size: 35px;
    line-height: 35px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -8px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.icontext
{
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}

.icontext a
{

}

.head-links a:hover{
    text-decoration: none;
}

.bolder{
    font-weight: bold;
}

.block-mobile{
    width:100% !important;
    text-align: center;
}

.account-icons{
    /*margin-right: 5px !important;*/
}

.head-submit {

    margin-left: 10px !important;
}

.block-test-a{
    display: block;

}

.block-test-b{
    display: none;

}

@media (min-width: 490px) {
    .logo-2015 {
        width: auto;
        overflow: visible;
    }
}

@media (min-width: 700px) {

    .rep-example{
        margin-top: 20px;
    }

    .account-icons{
        margin-right: 5px !important;
    }

    .community img
    {
        position: relative !important;
        display: inline;

    }

    .head-links i{
        font-size: 45px;
        line-height: 45px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        margin-top: -5px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .main_logo{
        height: auto;
    }
    .logo-2015 {
        width: auto;
        overflow: visible;
    }


    .block-mobile{
        width:auto !important;
    }

    .invalid{
        border: 1px solid red !important;
    }


}

#admin_quick_search_form {
    margin-bottom:10px;
}

#mobile_number_mobile_unsubscribe_submit {
    margin-top:30px;
}

#SmsTemplateForm .form_errors_container {
    width: 347px;
    margin: 5px 0 5px 0;
}

input.percent {
    width: 50px;
}
input.money {
    width: 70px;
}

html.ajaxwait, html.ajaxwait * {
    cursor: wait !important;
}

.loan_actions_table .loan_actions {
    white-space: nowrap;
}

.girl1, .girl1 img{
    width:54px;
    margin-bottom: 20px;
}

.girl2, .girl2 img{
    width:28px;
    margin-bottom: 20px;

}

.quote_button{
    margin-top: 10px;
    font-size: 22px  !important;
}


.h1blue{

    color: #00608a;
    font-size: 28px !important;
    line-height: 32px !important;
}

.loan-apr-img{
    margin-top: 20px;
}


.quote-input{
    margin-top: 20px;
}

/* Adjustments for the Affordability Check */
.nav > li > a.narrow-tab {
    padding: 10px 9px;
}

.admin-section label {
    padding-top: 7px;
}

.admin-section label.wider {
    width: 250px;
}

.totals {
    text-align: right;
}

.table-fixed {
    table-layout: fixed;
}

.underwriting-button-bar {
    width: 100%;
    text-align: right;
}

.underwriting-button-bar-left {
    float: left;
}

.underwriting-button-bar-right {
    padding-top: 25px;
    float: right;
}

div.inverse {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

div.inverse > label {
    color: #333;
    padding: 3px 0 3px 0;
}

@media (min-width: 767px) { /* Bigger than mobile */

    .girl1, .girl1 img {
        width: 90px;
        margin-bottom: 0px;
    }

    .girl2, .girl2 img {
        width: 46px;
        margin-bottom: 0px;

    }

    .quote_button{
        margin-top: 20px;
        font-size: 30px !important;
    }


    .h1blue{

        color: #00608a;
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .quote-input{
        margin-top: 35px;
    }

    .loan-apr-img{
        margin-top: -10px;
    }



}


#bul_mobile  .tick-list li {
    font-size: 17px;
    line-height: 30px;
}

#bul_mobile  .tick-list i {
    font-size: 25px;

}


#bul_desktop .tick-list li {
    font-size: 16px;
    line-height: 24px;
    margin-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#bul_desktop .tick-list i {
    font-size: 24px;

}

.rep_apr_bul .tick-list li {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.rep_apr_bul .tick-list i {
    font-size: 16px !important;
    line-height: 16px !important;
    margin-top: -3px !important;


}

.rep_apr_bul ul {

    padding: 0px;
    margin-left: 30px;
    margin-top: 15px;
}

.rep_apr_bul .loan_title{

    font-size: 24px; text-align: center;  color: #00608a; line-height: 32px

}

.rep_apr_bul .term_title{

    font-size: 14px; text-align: center; margin-top: 10px

}

.rep_apr_bul .rep_title{

    font-size: 16px; margin-top: 10px; color: #00608a; font-weight: normal;

}


@media (min-width: 992px) {
    .rep_apr_bul .loan_title{

        font-size: 30px; text-align: center;  color: #00608a; line-height: 40px

    }

    .rep_apr_bul .term_title{

        font-size: 16px; text-align: center; margin-top: 10px

    }

    .rep_apr_bul .rep_title{

        font-size: 20px; margin-top: 15px; color: #00608a; font-weight: normal;

    }

    /* Bigger than mobile */
    #bul_desktop .tick-list li {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-left: 10px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    #bul_desktop .tick-list i {
        font-size: 30px !important;

    }

    .rep_apr_bul .tick-list li {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-left: 10px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;

    }

    .rep_apr_bul .tick-list i {
        font-size: 24px !important;
        line-height: 24px !important;
        margin-top: 0px !important;

    }

}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
for themselves. Background we set to 80% white with
                                         our animation centered, and no-repeating */
.loader_modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('/assets/image/FhHRx.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading_now {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading_now .loader_modal {
    display: block;
}

.health_outer{

    background-color: #007eb6;

}

.health_inner {

    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    text-align: center;

}

.health_inner a {
    color: white !important;
    text-decoration: underline;
}

.collection_bucket th, .collection_bucket td {
    vertical-align: top!important;
    font-size: 12px;
}

.collection_bucket .outdial_btn {
    font-size: 11px;
}

.collection_bucket .outdial_btn span.glyphicon:before {
    display: none;
}

table.small-text {
    font-size: 12px;
}

#guarantor_invite_url {
    padding: 5px;
    color: #00608a;
    font-size: 18px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
}

#copy_invite_url {
    color: #00608a;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

#guarantor_invite_share_buttons {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #00608a;
    font-size: 20px;
    font-weight: bold;
    background: white;
    padding: 10px;
    width: 500px;
}

.share_button {
    background: white no-repeat;
    line-height: 20px;
    width: 69px;
    padding-top: 69px;
    display: inline-block;
    font-size: 12px;
    margin: 0 7px 7px 7px;
}

.share_button.sms_button {
    background-image: url('/bundles/georgebancoapplicationv3/images/sms.png');
    display: none;
}

.share_button.email_button {
    background-image: url('/bundles/georgebancoapplicationv3/images/email.png');
}

.share_button.whatsapp_button {
    background-image: url('/bundles/georgebancoapplicationv3/images/whatsapp.png');
}

.share_button.facebook_button {
    background-image: url('/bundles/georgebancoapplicationv3/images/facebook.png');
}


@media (max-width: 500px) {
    #guarantor_invite_url {
        width: 90%;
    }
    
    #guarantor_invite_share_buttons {
        width: 90%;
    }
}

.alert.alert-small {
    padding: 5px 10px;
    margin-bottom: 5px;
}

.admin-section .form_fix form div label {
    float: none;
    display:inline-block;
}

.loan_search_results {
    font-size:12px;
}

.loan_search_results a.btn.btn-info {
    font-size:12px;
}

#callCreditAuthWarning{
    position: absolute;
    top: 80px;
    left: 50px;
}
#callCreditAuthWarning .alert{
    font-weight: normal;
}
#callCreditAuthWarning .alert strong{
    font-weight: bold;
}

/* spacing classes (loosely based on bootstrap) */
.ml-1 {
    margin-left: 10px !important;
}

.pt-3 {
    padding-top: 1em;
}

.pb-5 {
    padding-bottom: 3em;
}

.agreement {
    font-size: 12px;
    float: left;
}

.pl-0 {
    padding-left: 0em;
}

.w-40 {
    width: 40%;
}

.w-20 {
    width: 20%;
}

.float-left {
    float: left;
}

.pb-2 {
    padding-bottom: 0.5em;
}

/* Hide the writeoff button for accounts that are already written-off */
.account.danger .btn_writeoff {
    display: none;
}
