.calcs-container{
    width:100%;
    display: flex;
    flex-direction: column;
}
.calcs-container-body{
    width:100%;
    display: flex;

}

.calcs-header-text{
    margin-top: 20px;
    margin-bottom: 0px;
    background: #589fc8;
    padding: 10px;
    color: #fff;
    padding-left: 26px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}

.sections{
    display: flex;
    flex-direction: column;
    padding:30px;
    width:50%;
}

input{
    width: 100%;
}

.blue-bg{
    background: #effdff;
    border: 1px solid #589fc8;
    border-radius: 4px;
}

.radio-calc{
    margin-bottom: 30px;
}

label[for="Calculations_job_type_0"], label[for="Calculations_job_type_1"]{
    margin-top: -20px;
}

hr{
    width: 93%;
    display: flex;
    align-self: center;
}

.img-button{
    max-width: 167px;
    border: 4px solid #589fc8;
    border-radius: 10px;
    display: flex;
    align-self: center;
    box-shadow: 2px 12px 19px #545454c7;
    cursor: pointer;
}

.calcs-p{
    font-size: 20px;
    margin: 0;
    padding: 10px;
    text-align: center;
    padding-top:20px;
}

.bg-blue{
    background-color: #97F6FB;
}

.image-btn-h2{
    font-weight: bold;
    text-align: center;
    margin-top: 28px;
    color: #555555;
    FONT-SIZE: 17PX;
}

.calc-form-body{
    height: 409px;
    width: 100%;
    background-size: contain !important;
    position: relative;
}

.calc-form-p{
    color: #000000;
    font-weight: bold;
}

.exposure-span{
    font-size: 20px;
    text-align: center;
    color: blue;
}

.display-none{
    display: none !important;
}

/* Forn CSS */
.button-sec{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

#prevBtn, #nextBtn{
    background: #202e96;
    padding: 10px 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border: none;
    margin: 0px 31px;
    display: flex;
    justify-content: center;
    width: 200px;
    cursor: pointer;

}

#prevBtn:disabled, #nextBtn:disabled, submitBtn:disabled {
    cursor: not-allowed !important;
    background: gray;
}

#submitBtn{
    background: green;
    padding: 10px 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border: none;
    margin: 0px 31px;
    display: flex;
    justify-content: center;
    width: 200px;
    cursor: pointer;
}
#prevBtn:hover, #nextBtn:hover, #submitBtn:hover{
    opacity: 0.9;
}

.active-icon{
    border:4px solid #00b500 !important;
}






/* [End ]Forn CSS */


.table-cell-label{
    font-weight: bold;

}

.view-table{
    margin-top:15px;
}
.view-table-td{
    border-right: 1px solid #000;
    padding-left: 150px;
}
.bb{
    border-bottom: 1px solid #000000 !important;
}

.data-sec{
    padding-bottom: 4px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.bg-light {
    /* background-color: #f8f9fa!important; */
    background: #509cc6 url(bg.gif) repeat-x left top !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color #fff !important;
}
