﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Create a font face rule to implement requested Open Sans font */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

h3 {
    color: #3B972C;
}

h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #9eda2e;
    border-color: #9eda2e;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

label {
    display: block;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Open Sans','Source Sans Pro', sans-serif;
    color: #000000;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Nav bar */
.navbar-text, .navbar-brand, .navbar-dark .navbar-toggler {
    color: white;
}

.navbar-nav {
    margin-top: 6px;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-collapse {
    display: none;
}

.navbar-collapse.show {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    z-index: 999;
    width: 40%;
    display: block;
    position: absolute;
    top: 49px;
    left: 0px;
    padding: 0px 0px 0px 15px;
    height: 100vh;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    content: url("https://consumerlending-dev.towerloan.com/images/LogomarkLockupRoundedWhiteR_0300x60.png");
    max-width: 206px;
}

a.navbar-brand > span {
    color: #3B972C;
    font-weight: 800;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
    color: #0366d6
}

/* radio and checkbox buttons*/

.radio-cards input[type="radio"] {
    visibility: hidden;
    width: 0px;
}

.radio-cards input[type="radio"] + label {
    cursor: pointer;
}

.radio-cards input[type="radio"]:checked + label {
    background: #9EDA2E;
}

.radio-cards label {
    border-radius: 5px;
    border: 1px solid #969FA7;
    padding: 12px;
    font-weight: 500;
    width: 46%;
    margin-left: 12px;
}

.check-box-button {
    margin-top: 15px;
    border: 1px solid #969FA7;
    padding: 8px 4px 8px 18px;
    border-radius: 5px;
}

.check-box-button > input {
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}

/* form inputs */

.form-control {
    border-radius: 0;
}

/* Page header formatting */

h3 {
    color: #01653D
}

/* adds more clickable area for touch screens*/
.check-box-button > label {
    display: inline;
    width: 85%;
    display: inline-block;
    padding: 8px 0px 4px 0px;
    cursor: pointer;
}

.state-select {
    margin-left: 14px;
}

.prev {
    cursor: pointer;
}

.invisible-nospace {
    visibility: hidden;
    height: 0px;
}

.bg-header {
    background: #FFFFFF;
}

.btn-primary {
    background: #01653D;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    border-color: #01653D;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #F3F3F4;
    color: #969FA7;
    opacity: 0.85;
}

.btn-primary:hover{
    background: #FFFFFF;
    color: #118047;
    border-color: #118047;
} 

.btn-primary:active, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #9EDA2E;
    color: #023128;
}

select {
    padding-left: 10px;
}

select, input[type="text"], input[type="email"], input[type="date"] {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #969FA7;
    padding-left: 10px;
}

.btn-light {
    border: 1px solid #969FA7
}

.btn-group {
    width: 100%;
}

.next-btn {
    margin-left: 15px;
}

.row {
    margin-bottom: 10px;
}

.add-section {
    color: #106CC8;
    cursor: pointer;
}

.add-section.disabled, .add-section.disabled span{
    color: grey;
    cursor: not-allowed;
}

.add-section span {
    border: 1px solid;
    font-size: 20px;
    padding: 2px;
    line-height: 10px;
    color: #106CC8;
}


/* Create account CSS*/
#togglePassword {
    color: #106CC8;
}

.error {
    color: red;
}

input.error, select.error {
    border: 1px solid red !important;
}

.kba-question {
    margin-top: 20px;
    margin-bottom: -16px;
}

.otp-input, .kba-otp-choice, .kba-questions, .otp-send {
    display: none;
}

span.error {
    position: absolute;
    top: 0;
    left: 0;
}

.hidden {
    display: none;
}

.repeatingGroup {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 10px;
}

.check-image {
    max-width: 100%;
}

.monthly-salary-info {
    font-size: 12px;
}

#RoutingNumber-error, #AccountNumber-error, #AccountNumber1-error, #BankName-error {
    position: inherit;
}

#spinner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background: grey;
    opacity: .5;
    display: none;
    z-index: 9999;
}

#spinner svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .printer{
        font-size:small;
        display: block;
    }

    #termsAndConditionModal {
        position: relative;
    }

    #termsAndConditionModal .modal-dialog {
        max-width: 100%;
    }

    #termsAndConditionModal .modal-dialog .modal-content {
        border: none;
    }
}

.is-clickable {
    cursor: pointer;
}

