#sideNavBox {
    display: none !important;
}

#contentBox {
    margin-right: 0px !important;
    margin-left: 0px !important;
    min-width: 200px;
}

th {
    color: white;
    background: #d40322;
    text-align: center;
}

a, a:visited {
    color: #d40322;
}

.return {
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eaeaea !important;
    color: #555 !important;
}

.hasError {
    border: 1px solid red !important;
}

span.glyphicon {
    color: #d40322;
    display: inline;
    padding: 6px;
    cursor: pointer;
}

.red {
    color: red;
}