.form-control.error {
    border:1px solid red !important;
}
.error{
    color: red !important; 
}

.width100per{
    width:100%;
}
.cutomcheckbiox{
    cursor: pointer;
    /* display: inline-block; */
    /* float: left; */
    height: 20px;
    /* margin-right: 10px; */
    /* position: relative; */
    width: 20px;
    border-radius: 3px;
}


.customth{
    font-weight: normal !important;
}
.customcompany{
    padding-bottom: 3px;
    padding-top: 4px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #DCE4EE;
}

.dataTables_length {
    margin-left: 24px;
}
.dataTables_filter {
    margin-right: 24px;
}
.customremovebtn{
    margin-bottom: 9px;
}

.quiz-module-box .form-group .radio .helper::before {
    border: 0;
    background: #d9d5d5 !important;
    width: 14px;
    height: 14px;
}