﻿body {
    padding-top: 50px; /*original 50px*/
    padding-bottom: 0px;
    /*color:black;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 3px;
    width:100%;
    
}

.MyTable {
        font-size: 9pt;
        font-family: Arial;
}

.MyTable tr {
    line-height: 24px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


@media screen and (min-width: 767px) {
    .form-group {
        margin-top:3px;
        margin-bottom:3px;
    }

}