﻿
@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

/*Normally, default font should be Open San Regular, but I would like to define @font-face for later special use*/
@font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0
}

.title {
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
}

.title-description {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    padding-left: 5px
}

.grey-box {
    background-color: #F2F2F2;
    padding: 45px 35px 30px 35px
}

.header {
    color: #282828;
    font-size: 20px;
}

.tab-header {
    background-color: #1E70B8;
    color: #FFFFFF;
    border-radius: 0;
    width: 100%;
    height: 67px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: lighter;
    font-family: 'Open Sans Light'
}

.tab-header-selected {
    background-color: transparent;
    color: #595959;
    border-radius: 0;
    width: 100%;
    height: 67px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: lighter;
    font-family:'Open Sans Light'
}

.blue-header {
    color: #1E70B8;
    font-weight:bold;
}

.column {
    padding-top: 10px;
}

.column-grey {
    background: #F2F2F2;
    padding-top: 10px
}

button:focus {
    outline: 0;
}



.header-description {
    font-size: 16px;
    font-weight: lighter;
    color: #595959;
    font-family: 'Open Sans Light';
    display: inline-block;
    margin-top: 20px
}

.table-description {
    font-size: 16px;
    font-weight: lighter;
    color: #595959;
}

.control-header{
    margin-bottom:20px;
}
.input-header {
    margin-bottom: 20px;
}
.col-header {
    font-size: 16px;
    font-weight: normal;
    color: #595959;
    line-height: 32.5px;
}

.row-border {
    border-bottom: solid;
    border-bottom-color: #E4E4E4;
    border-bottom-width: thin
}
.row-user-input{
    font-family:'Open Sans Regular';
}
.left-edge{
    margin-left:30px
}

.right-edge {
    margin-right: 30px
}

.form-input {
    height: 42px;
    font-size: 16px;
    color: #595959;
    font-family:'Open Sans Light'
}
.input-group{
    width:140px ;
}
.money-large {
    color: #1DC96D;
    font-size: 48px;
    font-weight: bold
}

.money-normal {
    color: #1DC96D;
    font-size: 30px;
}

.border-top {
    border-top: solid 1px #E4E4E4
}

.border-bottom {
    border-bottom: solid 1px #E4E4E4
}

.link {
    color: #04b0e9;
    font-size: 16px
}

.table-footer {
 background:#1E70B8;
 font-size: 16px;
 color: #FFFFFF;
 text-align:center;
 height:40px;
 line-height:40px;
}

.table-row {
    font-size: 16px;
    font-weight: normal;
    color: #595959;
    line-height: 32.5px;
    font-family: 'Open Sans Light';
}

.see-less-more {
    color: #04b0e9;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    cursor: pointer;
    padding-right: 15px;
}
.see-less-more-fixed {
    color: #04b0e9;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    cursor: pointer;
    padding-right: 15px;
    top: 0;
    z-index: 3;
    position: sticky;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 2;
    position:sticky;
}

.fixed2 {
    position: fixed;
    top: 0;
    z-index: 2;
    position: sticky;
}

.col-balance-header {
    line-height: 22px;
}

.link-text {
    border: none;
    padding: unset;
    background: none;
    line-height:22px;
}

.error-msg {
    color: #EF4923;
    font-style:italic;
    font-size: 13px;
    display: block;
    position: absolute;
    padding-top:7px;
}
.input-money {
    background-color: transparent;
    width: 153px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

/*length of loan*/
@media (max-width: 1024px) and (min-width: 320px) {
    .text-box{
        padding-right:0px;
        margin-left:0px !important;
        float:right;
    }
    .tab-header{
        font-size:14px;
        white-space:normal
    }
    .tab-header-selected{
        font-size:14px;
        white-space:normal;
    }
    .table-footer{
        font-size:14px;
        height:80px;
        line-height:20px;
    }
    .left-edge{
        margin-left:0px;
    }
    .right-edge{
        margin-right:0px;
    }
    .see-less-more {
        text-align: unset;
        display: flex;
        float: none !important;
    }
    .table-content {
        overflow: auto !important;
    }
    .grey-box {
        padding: 30px 20px 15px 20px;
    }
    .header-description {
        width: 144px;
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 14px;
    }
    .money-normal {
        font-size: 20px;
        
    }
    .input-money{
        width:103px;
    }
    .scenario-table-footer{
        padding-top:20px;
    }
    .grey-box-key-vault{
        margin-top:12px !important;
        display:inline-block;
    }
    .div-input {
        margin-top: 8px
    }
}

/*fix input loan amount on IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .input-money {
        padding-bottom:2px;
    }
}