
@media (min-width: 992px) {
    .responsive-nav,.responsive-hr{
        display:none;
    }
    .input-section{
        display:none;
    }
    .input-section.input-active{
        display:block!important;
    }
}
@media (max-width: 992px) {
    .responsive-heading,.responsive-section{
        display:none;
    }
    .responsive-section.active,.responsive-hr{
        display:block!important;
    }
}
.input-explanation th,.input-explanation td{
    padding-bottom: 0.3rem!important;
}

.inline-nowarp{
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.rounded-right {
    border-top-right-radius: 30rem;
    border-bottom-right-radius: 30rem;
  }

.table{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    
}
.table > tbody > tr > td,.table > thead > tr > th, .table > tbody > tr > th{
    vertical-align: middle!important;
    padding: 1px;
    
}

.bor-right-sprimary{
    border-right: 1px solid #dae7fb;
}

.borderbottom-solid{
    border-bottom: 1px solid #69707a;
}
.bordertop-solid{
    border-top: 1px solid #69707a;
}
.borderleft-solid{
    border-left: 1px solid #69707a;
}
.borderright-solid{
    border-right: 1px solid #69707a;
}