.has-error {
    box-shadow: 0 0 5px red;
}

.form-select-box{
    width:150px;
}

#submitBtn{
    margin:20px 0;
}

.textarea {
    display: block;
    width: 300px;
    padding:5px 10px;
    overflow: hidden;
    resize: both;
    min-height: 50px;
    line-height: 20px;
    border:1px solid rgb(204, 204, 204);
    border-radius:5px;
}

.textarea[contenteditable]:empty::before {
    content: "";
    color: gray;
}
#tblTotal {
    margin-bottom:40px;
}
#tblTotal td{
    width:200px;
    font-size: 1.5em;;
}