.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label,
.red-cls {
    color: red;
}

.error,.field-error input,.field-error .custom-file-label,.field-error textarea {
    border: 1px solid red !important;
}

.addmore input,
.addsmore textarea,
.padd-cls {
    margin-top: 5px;
}

.pagination-cls {
    float: right;
}

.complete {
    display: none;
}

.more,
.less {
    background: #01bff3;
    color: #fff;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.row_position{
    cursor: move;
}