@media (min-width: 576px)
{
    .br-pagebody {
        padding: 0px;
    }
}

.ckbox input[type='checkbox'] {
    opacity: 0;
    margin: 0px;
    float: left;
}
.ckbox span {
    display: block;
    margin-left: 30px;
    font-weight: 500;
    color: #212121;
}
.wizard > .content > .body {
    float: none;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
}
.form-layout-6 .row > div, .form-layout-7 .row > div {
    border: 1px solid rgba(238,238,238 ,1);
    padding: 10px 10px;
}
.wizard > .content > .body input {
    display: inline-block;
    border: 1px solid transparent;
    padding: 5px;
    margin: 0px;
}
body {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    background-color: #E8F5E9;
}
.embed-responsive-16by9 {
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 400%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.embed-responsive-16by9 {
     padding-bottom: 330%;
     position: relative;
     width: 1000px;
     left: 0;
 }
.modal-content {
    position: relative;
    display: inline-block;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
@media (min-width: 992px)
{
    .modal-lg {
        max-width: 1060px;
    }
}
.ajaxContainer .form-layout-6 .form-control, .form-layout-6 .dataTables_filter input, .dataTables_filter .form-layout-6 input, .form-layout-7 .form-control, .form-layout-7 .dataTables_filter input, .dataTables_filter .form-layout-7 input {
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}