.ppa_calculator input[type="text"],select
{
   /* padding:0.5rem 1.8rem;
    width: auto;*/
}
.flat_tbl_block, .escalation_tbl_block
{
/*    max-width : 90% !important;
    width: 90% !important;*/
    overflow-x: auto;
}

/* .current_page_item{
    background-color: #007bff;
}

.current_page_item a{
    color: #fff !important;
} */

.tablist{
    display: flex;
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid rgba(200,200,200,0.6);
}

.tablist li{
    margin-right: 20px;
    cursor: pointer;
    padding: 15px;
}

.activetab{
    background-color: #0090d0;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

table tr:first-child{
    background-color: #0090d0;
}

table tbody tr:first-child td{
    color: #fff;
}

table tbody tr:first-child td h3{
    color: #fff;
    margin: 10px 0 !important;
}

label{
    margin: 10px 0 !important;
}

.flat_tableheader{
    text-align: center;
    background-color: #0090d0;
    color: #fff;
    padding: 20px 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 700;
}

#flat_tbl thead th{
    color: #fff;
    border: 1px solid #e6e6e6;
}

#flat_tbl tbody tr:first-child{
    background-color: transparent;
}

#flat_tbl tbody tr:first-child td{
    color: #888;
}

#flat_tbl_production{
    width: 49%;
    float: left;
}

#flat_tbl_termination{
    width: 49%;
    float: right;
}

#flat_tbl_production td:first-child{
    text-align: center;
}

#flat_tbl_termination td:first-child{
    text-align: center;
}

#escalation_tbl thead th{
    color: #fff;
    border: 1px solid #e6e6e6;
}

#escalation_tbl tbody tr:first-child{
    background-color: transparent;
}

#escalation_tbl tbody tr:first-child td{
    color: #888;
}

#escalation_tbl_production{
    width: 49%;
    float: left;
}

#escalation_tbl_termination{
    width: 49%;
    float: right;
}

#escalation_tbl_production td:first-child{
    text-align: center;
}

#escalation_tbl_termination td:first-child{
    text-align: center;
}

.escalation_tableheader{
    text-align: center;
    background-color: #0090d0;
    color: #fff;
    padding: 20px 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 700;
}

.emptydata{
    text-align: center;
}

#Calculate{
    margin-right: 20px;
    background-color: #0090d0 !important;
}

@media (max-width: 480px){
    #flat_tbl_production{
        width: 100%;
        float: none;
    }

    #flat_tbl_termination{
        width: 100%;
        float: none;
    }

    #escalation_tbl_production{
        width: 100%;
        float: none;
    }

    #escalation_tbl_termination{
        width: 100%;
        float: none;
    }
}

#flat_chart{
    clear: both;
}

.inputblock table tr td { width: 50%; }