.resTab .tabContent {
    padding: 10px;
}
.content .tableData {
    margin: 0px;
}
.tabContainer {
    border: 1px solid #e2e2e2;
}
td.dt-sb-table {
    padding: 0px;
}
.dt-sb-table table, .dt-sb-table tr, .dt-sb-table td {
    background: transparent !important;
    border: 0px;
}
th.th-dt-sb-table {
    padding: 0px;
}
.th-dt-sb-table table, .th-dt-sb-table tr, .th-dt-sb-table td {
    background: transparent !important;
    border: 0px;
}
.input.radio>label:first-child, .input.select>label:first-child {
    padding-left: 0px;
    display: block;
}
.input.select .checkbox {
    display: inline-block;
}
.input.select .checkbox:first-child {
    display: block;
}
.input.radio>label+label, .input.select .checkbox+.checkbox {
    margin-left: 10px;
}
.frmit-radio, .frmit-checkbox {
    margin-top: 5px !important;
}
.outcomeGrid input[type="text"] {
    max-width: 100%;
}
.outcomeGrid input, .outcomeGrid select, .outcomeGrid textarea {
    height: auto;
    max-width: 100% !important;
    border: 1px solid #d1d1d1;
}
.outcomeGrid input[type="file"] {
    width: auto;
}
.btn-primary {
    background-color: #233150;
    border-color: #233150;
}
.btn-primary:hover {
    background-color: #23317F;
    border-color: #23317F;
}
.required, .formList .error, label.error {
    color: rgba(0, 0, 0, 0.8) !important;
}
em.error {
    color: #C00 !important;
}
input.error, select.error, textarea.error {
    border-color: #C00 !important;
}
.row.submit-u-data-row {
    margin-bottom: 0px;
}
.divider {
    border-top: 1px solid #d2d7dd;
}
.submit-u-data-row .submit-data-head, .submit-u-data-row .submit-data-row {
    float: left;
    width: 100%;
}
.submit-u-data-row .heading {
    font-weight: 500;
    background: #dbdcde;
    margin-top: 0px !important;
    padding: 5px;
    border: 1px solid #a3a3a5;
    border-right-width: 0px;
}
.submit-data-head .heading:last-child {
    border-right-width: 1px;
}
.row.submit-u-data-row [class^="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}
.submit-u-data-row .submit-data span+span {
    margin-left: 4px;
    padding-left: 4px;
    border-left: 1px solid #d2d7dd;
}
.submit-u-data-row .submit-data-row {
    border-bottom: 1px solid #a3a3a5;
}
.submit-u-data-row .submit-data-row>div {
    font-weight: 500;
    margin-top: 0px !important;
    padding: 5px;
    /*border: 1px solid #a3a3a5;
    border-top-width: 0px;
    border-right-width: 0px;*/
}
.submit-u-data-row .submit-data-row div:last-child {
    /*border-right-width: 1px;*/
}
.submit-u-data-row .submit-data, .submit-u-data-row .submit-by {
    padding: 4px 0px 4px 0px;
}
#loaderDiv {
    text-align: center;
    padding: 20px 0px;
    margin: 0;
    display: block;
    clear: both;
    background-color: #fff;
}
.ajaxLoader {
    /*border: 8px solid #fff;*/
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    margin: auto;
}
.edu_loader {
    border: 8px solid #007473;
    border-right: 8px solid #233150;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.select-area-valid {
    background-color: #fff;
    padding: 10px 0px;
    margin: 0;
}
.model-body {
    padding: 15px;
}
.model-body>table {
    border-left: 1px solid #d2d7dd;
    border-top: 1px solid #d2d7dd;
}
.popup-control-area {
    text-align: center;
}
.model-body>table>tbody>tr>td.firstTd {
    display: none;
}
.model-body table tr td {
    border-bottom: 1px solid #d2d7dd;
    border-right: 1px solid #d2d7dd;
}
.model-body table tr td.dt-sb-table>table tr>td {
    border: 0px;
}
.modal-lg {
    width: 1100px;
}
.submit-btn-area {
    margin-top: 20px;
}
.frm-submition-date-note {
    padding: 10px 0px;
    text-align: right;
    color: red;
    font-size: 20px;
}