body {
    box-sizing: content-box;
    color: #1c1c1b;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    font-size: 14px;
}
p {
    padding: 0!important;
}

.container {
    /*max-width: 80% !important;!*Set your own width %; *!*/
}

h3 {
    color: #007fce;
}
.header {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: left;
    color: #007fce;
    font-weight: bolder;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
}
.footer {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #323231 !important;
    width: 100%;
    color:white;
}

.signature-btn {
    align-items: center;
    background: #ffff00;
    font-family: "Muli-Bold";
    border-radius: 27px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.shadow {
    box-shadow: 0 4px 8px rgb(0 0 0 / 50%) !important;
}
.tab-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
}
section {
    margin: 15px 0;
    padding: 20px 15px;
}
#print {
    background-color: #007fce;
    color: white;
}
.h-title {
    font-weight: bold;
    font-size: 1.2em;
    color:#0085cd;
}
.mark {
    background-color: #e8e8e8;
    padding: 5px;
    font-weight: bold;
}
.entry {
    text-align: center;
    color:#0085cd;
    max-width: 150px;
}
input {
    border: 1px solid #e8e8e8;
}
.empty-input {
    background-color: white;
    max-width: 100px;
    text-align: center;
    color:#0085cd;
}
.annual-cost, .a-c-val, .storing-costs, .r-c-a, .total-t-costs, .total-potential-annual-costs, .n-months-pay-dms {
    font-weight: bold;
}
.colored {
    background-color: #e8e8e8 !important;
    padding: 5px 10px;
}

.input-icon{
    position: absolute;
    left: 3px;
    top: calc(50% - 0.5em);
}

.input-wrapper{
    position: relative;
}

hr {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}
h2 {
    margin-top: 0;
    color: #007fce;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 3.0em;
}
.middle-align {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;

}
.middle-align img {
    height: 100px;
}
.middle-align h2 {
    margin-top: 15px;
    color: #007fce;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}
.txt-val {
    display: none;
}
small {
    font-size: 11px;
}
.title {
    color: #0085cd;
}

@media (max-width: 480px) {
    section {
        margin: 0;
        padding: 5px;
    }
    .container {
        margin: auto;
        /*padding:5px 0;*/
    }
    .header-tab {
        display: none;
    }
    h2 {
        margin-top: 0;
        color: #007fce;
        font-family: Montserrat,sans-serif;
        font-weight: 700;
        font-size: 2.0em;
    }
    .colored {
        background-color: #e8e8e8 !important;
    }
    .input-icon{
        position: absolute;
    }
}
@media (max-width: 991px) {
    .shadow .text-md-center.text-lg-center{
        display: flex;
        flex: 0;
        padding: 0 5px;
        align-items: center;
    }
    .shadow .row{
        margin: 0;
    }
    .shadow .row .col-md-5.col-sm-12{
        padding: 5px 5px;
    }
    .empty-input{
        width: 60px;
    }
    .shadow.ny_first_r .col-md-2.col-sm-4.text-md-center.text-lg-center{
        width: 90px;
        min-width: 90px;
        flex-direction: column;
        align-self: center;
        overflow: hidden;
    }
    .tooltip-nb .tooltiptext{
        right: -10px;
        min-width: 240px;
        max-width: 240px;
        top: 50% !important;
        left: 0 !important;
        transform: translate(0%,-50%);
    }
    .tooltip-nb{
        position: static!important;
    }
    .input-wrapper .mid-content{
        display: block!important;
    }
    .input-wrapper .mid-content .calculator_wrapp label {
        min-height: unset!important;
    }
    .input-wrapper .mid-content .calculator_wrapp{
        margin-right: unset!important;
        margin-bottom: 5px;
    }
    .table-rows{
        overflow: scroll;
    }
    .row.printer-div.mt-5.mb-3{
        margin: 20px 0!important;
    }
}
.shadow .text-lg-center{
    align-self: center;
}
.tooltip-nb {
    position: relative;
    display: inline-block;
}

.tooltip-nb .tooltiptext {
    visibility: hidden;
    background-color: #333332;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
    min-width: 300px;
}

.tooltip-nb:hover .tooltiptext {
    visibility: visible;
    font-weight: 400;
    font-size: 14px;
}
.nb-cus{
    background-color: #00000099;
    padding: 2px;
    font-size: 9px;
    border-radius: 12px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    vertical-align: text-top;
}
.table-rows td:first-child{
    width: 40%;
}
.table-rows th, .table-rows td{
    padding: 10px;
    border: 1px solid lightgrey;
}
.table-rows table thead tr{
    background-color: #333332;
    color: #fff;
}
.table-rows table tr td:not(.row-title){
    text-align: center;
}
.table-rows table thead tr th:not(th:first-child){
    text-align: center;
}
.table-rows{
    display: none;
}
.table-rows table tbody tr:last-child{
    background-color: #007fce;
    color: #fff;
}
.table-rows table tbody tr:nth-child(5){
    background-color: #00adff;
    color: #fff;
}
.input-wrapper .mid-content{
    display: flex;
    margin-bottom: 15px;
}
.input-wrapper{
    margin-bottom: 15px;
}
.input-wrapper .mid-content .calculator_wrapp{
    margin-right: 10px;
    position: relative;
}
.input-wrapper .mid-content .calculator_wrapp input{
    width: 100%;
    background-color: #ffffff;
    border-color: #CECECE;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 15px;
    font-family: sans-serif;
}
.input-wrapper .mid-content .calculator_wrapp label{
    min-height: 63px;
}
.input-wrapper .form-trigger input{
    background-color: #333332;
    color: #ffffff;
    min-height: 40px;
    padding: 5px 24px;
    width: 100%;
}
.input-wrapper .mid-content .calculator_wrapp:last-child {
    margin-right: 0;
}
.new-roi_calc{
    padding-top: 20px;
    margin: 20px 0;
    /*overflow: scroll;*/
}
.remove-pd{
    padding: 0;
}
.remove-mg{
    margin: 0;
}
.print-notification{
    display: none;
    margin: 10px 0;
}
.min-vh{
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 869px;
}
.clr-b{
    margin: 15px 0;
    color: #007fce;
}
.calc_percent{
    position: absolute;
    bottom: 0;
    left: 35px;
    opacity: 0.5;
    padding-bottom: 9px;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}
.dollar_percent{
    position: absolute;
    bottom: 0px;
    left: 8px;
    opacity: 0.8;
    height: auto;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}

