/**
 * Custom GB CSS for TT formatting
 */
 .loading {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

a {
    color: #2a3379;
}

/* 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;
}

.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;
}

/* 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;
        ;
    }
}

/* Main Content */

.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;
}

.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;
}


/* Custom Dropdowns */

.bootstrap-select.select-amount {
    width: 100% !important;
    margin: 0;
}

.bootstrap-select.select-period {
    width: 100% !important;
    margin: 0;
}

@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;
    }
}

/* 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: 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 .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;
}

.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;
    }
}


.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;
}


/* My Account */

.loan-summaries .alert {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 13px;
}

.loan-summaries .letter {
    padding: 25px;
}

.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;
}




.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;
    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;
}

/** for accordion on new form **/

.accordion-toggle {
    outline: none !important;
}

/*Wordpay payment page */

#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: none;
    animation-name: none;
}

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

.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 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;
}

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;
}

table.dashboard-results-table {
    width: 90%;
}

table.dashboard-results-table td,
table.dashboard-results-table th {
    border: 1px solid #198fc4;
    padding: 3px;
}

.soften {
    color: #CCC;
}

.dashboard-amount-cell,
.dashboard-created-cell,
.dashboard-sms-cell {
    font-size: 0.9em;
}

.dashboard-refresh-panel {
    border-radius: 5px;
    border: 1px solid #198fc4;
    margin: 0px 115px 5px 5px;
    width: 230px;
    height: 35px;
    float: right;
}

#dashboard-last-refreshed {
    color: #198fc4;
    padding-left: 10px;
    position: relative;
    top: 20%;
    width: auto;
}

.dashboard-time-filters {
    margin-right: 115px;
    margin-bottom: 10px;
    width: 316px;
    padding: 2px;
    float: right;
}

a.dashboard-view-app-link {
    font-size: 0.8em;
}

.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;
}

.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;
}

.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;
}

.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;
}

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

.bolder {
    font-weight: bold;
}

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

.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;
    }
}

.loader_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url('http://i.stack.imgur.com/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;
}

@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;
}

.init_hide {
    display: none;
}

.ui-widget-header.ui-datepicker-header .ui-icon {
    background-image: none;
}

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

.address_summary strong {
    white-space: nowrap;
}

input[type="date"] {
    text-align: left;
}

.gb_date_d,
.gb_date_m,
.gb_date_y {
    width: 50px;
    text-align: center;
    display: inline;
}

.gb_date_y {
    width: 100px;
}

#previous_address_form_container .address_back_container {
    display: none;
}

.modal-open {
    overflow-y: auto;
}

.rep_one {
    padding: 15px;
    border: dashed 1px;
    font-size: 12px;
    color: #666666;
}

/* allow space for check mark */

.cb_box {
    clear: both;
}


/**
 * GB/TT style override
 */
form label {
    color: #2a3379;
    display: block;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 1.4em;
}
.btn-primary, .btn-target {
    color: #2a3379;
    background: #afca0b;
    border: none;
    display: inline-block;
}
.input-group-append .btn-primary, .input-group-append .btn-target {
    border: 1px solid #afca0b;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-primary:hover, .btn-target:hover{ 
    background: #2a3379;
    color: #afca0b; 
}

.gb-wrap {
    margin-bottom: 3rem;
}

.gb-wrap p {
    line-height: 1.4em;
}

#error_no_bank {
    line-height: 2.5rem;
}


#credit-progress {
    height: 40px;
}
#credit-progress div {
    height: 40px;
    line-height: 40px;
}
#credit-progress .bg-danger {
    width: 20%;
}
#credit-progress .bg-warning {
    width: 50%;
}
#credit-progress .bg-success {
    width: 30%;
}

.tt-wrapper #copy_invite_url{
    color: #2a3379;
}

.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.email_button {
    background-image: url(/bundles/georgebancoapplicationv3/images/email.png);
}
.share_button.sms_button {
    background-image: url(/bundles/georgebancoapplicationv3/images/sms.png);
    display: none;
}
.share_button.whatsapp_button {
    background-image: url(/bundles/georgebancoapplicationv3/images/whatsapp.png);
}

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

.tick-list li {
    margin: 0.5rem 0 0 0;
}

.loan-panel{
    background-color: #ffffff;
    font-size: 16px;
}
.loan-panel div {
    padding-top: 2px;
    padding-bottom: 2px;
}

.display-5 {
    font-size: 2.5rem;
}
.display-6 {
    font-size: 1.5rem;
}

/* My Account */

.my_account h1 {
    margin-bottom: 10px;
}

.my_account h3, #payment-wrapper h3 {
    margin: 20px 0 10px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #2a3379; 
}

.my_account .form-control.pull-left, #payment-wrapper .form-control.pull-left {
    float:left;
}

.my_account b {
    font-weight: bold;
}

.my_account p {
    margin-bottom: 15px;
    line-height: 1.5;
}

a.btn-danger:not([href]) {
    color: #fff;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.field-error {
    color: #FF4747;
}

#extra_details_btn {
    margin-top: 10px;
}

#payment-wrapper {
    min-height: 500px;
    margin-top: 1em;
}
#payment-wrapper h1 {
    margin: 0 0 0.5em 0;
}
#payment-wrapper .loading-spinner{
    margin: 1em auto;
}

