html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

body {
    color: #333;
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 13px
}

.PropertyLoan label,.Borrower label {
    color: #333 !important;
    font-family: 'Proxima Nova', Arial, sans-serif !important;
    font-size: 12px !important;
    margin-bottom: 0px !important;
    font-weight: 100 !important;
}

.card-body {
    background-color: #F9F9F9;
}

.input-field {
    border: 1px solid rgb(140, 147, 166);
}

.card-header {
    background-color: #EEEEEE;
}

.card-head {
    font-size: 1.5307rem;
    font-weight: 700;
    padding: 3px 3px 0 3px
}

.accordion-header {
    font-size: 1.2307rem;
    font-weight: 700;
}

.dropdown-field {
    width: 177px;
    height: 28px;
    border: 1px solid rgb(140, 147, 166);
    background: white;
}

.quarter-input {
    width: 177px;
    height: 28px;
    padding-left: 8px;
    font-size: 13px;
    text-overflow: ellipsis;
}

.half-input {
    width: 55rem;
    height: 28px;
    padding-left: 8px;
    font-size: 13px;
    text-overflow: ellipsis;
}

.quarter-input-dropdown {
    width: 177px;
    height: 31px;
    padding: 1px 2px;
}

.input-dropdown {
    padding: 1% 0 1% 0;
    width: 150px;
    border: 0px;
    background-color: inherit;
    outline: 0;
}

.input-field:hover {
    border: 1px solid rgb(0, 106, 169);
}

.input-field:focus {
    border: 2px solid rgb(0, 106, 169);
    outline: none;
}

.PropertyLoan .dropdown-menu, .Borrower .dropdown-menu {
    left: 14px !important;
    min-width: 17rem;
    border-radius: 1px;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-toggle {
    width: 11px;
}

.arrow {
    border: solid rgb(2, 125, 196);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    bottom: 2px;
    right: 2px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-select {
    border: 1px solid rgb(2, 118, 186);
    position: absolute;
    bottom: 3px;
    border-radius: 20px;
    background-color: rgb(235, 246, 255);
    color: rgb(0, 81, 129);
    padding-right: 1%;
    padding-left: 1%;
    max-width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: inherit;
    padding: 0.5% 2% 0.5% 2%;
}


.accoridian-btn {
    border: 0px;
    background: inherit;
    font-size: 16px;
    font-weight: 700;
}

.accordion-header {
    background-color: #EEEEEE;
    padding: 8px;
}

.accordion-item {
    padding: 6px;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
}

.accordion-button:focus {
    border-color: inherit;
    box-shadow: 0px 0px;
}

.accordion-button {
    padding: 8px;
}


.dotted-line {
    border-top: 1px dotted #ccc;
    margin: 5px 0;
    width: 100%;
}

.btn-primary:disabled {
    background-color: gray;
    border: none;
}

.PropertyLoan .btn-size {
    width: 120px;
    border-radius: 1px;
}


.vertical-line {
    border-left: 2px solid black;
    height: 100%;
}

.right-border {
    border-right: 2px solid black;
}

.padding-accordion-2 {
    padding-left: 35px;
}

.PropertyLoan input::-webkit-outer-spin-button,
.PropertyLoan input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Borrower input::-webkit-outer-spin-button,
.Borrower input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#headingOne{
    background-color : white;
}

.accordion-body {
    background-color: #f9f9f9;
}

.pointer-cursor{
    cursor : pointer !important;
}

.disabled-span {
    opacity: 60%;
}


.red {
    background-color: red;
    color: white;
}

.green {
    background-color: green;
    color: white;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

#dropdownMenuButtonNew {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 170px;
}

.vrNew {
    border: 1px solid rgb(140, 147, 166);
    height: 20px;
    position: absolute;
    left: 163px;
    top: 24px;
}

.arrowNew {
    color: rgb(2, 125, 196);
    position: absolute;
    left: 173px;
    cursor: default;
}

.vr {
    border: 1px solid rgb(140, 147, 166);
    margin-right: 10px;
}

#icon_div:hover{
    cursor:pointer;
}

