p.help-block.help-block-error {
    margin-top: 0px;
    color: red;
    font-size: 11px;
}
.has-error input, .has-error select {
    background-color: #ffdbdb;
    border-color: #ea2525;
    box-shadow: 0 0 5px 0 rgb(234 37 37 / 75%);
}

.form-control.file {
    height: auto;
    padding: 10px;
}
.alert {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.alert p,
.alert ul {
    margin-top: 7px;
    margin-bottom: 7px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.alert-error {
    color: #a94442;
    background-color: #f2dede;
}


@media only screen and (max-width: 800px) {
    .itable.col4 th,
    .itable.col4 td {
        padding: 5px;
    }
    .itable.col4 {
        font-size:0.9em;
    }

}