.neoStyle {
    display: block;
    color: #000;
    background-color: transparent;
    position: relative;
    bottom: 0;
    z-index: 0;
    text-align: center;
    margin-top: 40px;
}
#formtypefour ol, ul, dl {
    margin-top: 0;
    margin-bottom:0px;
}
@media (min-width: 992px)
{
    .br-section-wrapper 
    {
        padding: 20px;
    }
}
.form-layout-6 .row > div, .form-layout-7 .row > div {
    border: 1px solid #ced4da;
    padding: 10px 20px;
}
.table th, .table td {
    padding-left: 4px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding-bottom: 3px;
    padding-top: 3px;
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
}
table tbody tr td
{
    line-height: 3;
}
.pagination-inner
{
    text-align: center;
}
.pagination {
    display: inline-block;
}

.pagination li {
    color: black;
    float: left;
    padding: 0px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.pagination li.active {
    background-color: #17A2B8;
    color: white;
    border: 1px solid #17A2B8;
}

.pagination li:hover:not(.active) {background-color: #ddd;}
.btn-group-sm>.btn, .btn-sm {
    padding: 1px 2px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.btn-icon > div {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}
#nodata
{
    font-size: 25px;
    padding: 50px;
    width: 100%;
    text-align: center;
    height: 100%;
}
#formtwo input
{
    border-color:transparent;
    border-bottom-color: #757575;
    outline: none;
    min-width:100px!important;
    max-width:100%!important;
    transition: width 0.20s;
    text-align:left;
}

.wizard > .content {
    background: #fff;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard > .content {
    background-color: #fff;
    margin: 0.5em 0;
    min-height: 150px;
    border-radius: 3px;
}
.form-layout-6 .row > div, .form-layout-7 .row > div {
    border: 1px solid rgba(238,238,238 ,1);
    padding: 10px 20px;
}
.wizard > .content > .body input {
    display: block;
    border: 1px solid transparent;
    padding: 5px;
    margin: 0px;
}
@media (min-width: 576px)
{
 
    .br-footer {
        margin-left: 230px;
        padding: 20px;
        position: static;
        bottom: 0;
    }
}
body {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #868ba1;
    background-color: #fff;
}
.btn, .sp-container button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0px;
    transition: all 0.15s ease-in-out;
}
.help-block {
    color: #fff;
    widows: 100%;
    height: 30px;
    font-size: 10px;
    width: 100%;
    display: block;
    line-height: 2;
    background-color: rgba(229,57,53 ,1);
    font-size: 14px;
    padding-left: 10px;
}
@media (min-width: 576px)
{
    .br-pagebody {
        padding: 15px 30px;
    }
}
@media (min-width: 992px)
{ 
    .br-section-wrapper {
        padding: 10px;
    }   
}
select.form-control:not([size]):not([multiple]) {
    height: calc(25px + 8px);
    margin-top: 5px;
}
td .form-control, .dataTables_filter input {
    display: block;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
table tbody input.form-control:not([size]):not([multiple]) {
    height: calc(22px + 5px);
    margin-top: 5px;
    margin-bottom: 5px;
}

.ckbox input[type='checkbox'] {
    opacity: 0;
    margin: 0;
    float: left;
}
.ckbox span {
    display: block;
    margin-left: 30px;
    font-weight: 500;
    color: #212121;
}
.error {
    background-color: darkred !important;
    color: #fff !important;
    padding-left: 5px !important;
    font-size: 12px !important;
    display: none;
    margin: 0px;
    line-height: 2.5;
    font-weight: 600;
}
.form-layout tbody tr th
{
    text-align: left;
}