﻿body {
    padding-top: 100px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.grid
{
    display:table;
    
}

.gridrow
{
    display:table-row;
}

.gridheaderrow
{
    display:table-row;
}

.gridheadercell
{
    display:table-cell;
     padding-top:2px;
    padding-bottom:2px;
    padding-right:5px;
    padding-left:5px;
}

.gridrow:nth-child(2n)
{
    background: #d0dee8
}

.gridcell
{
    display:table-cell;
      border: 1px solid;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:5px;
    padding-left:5px;
}

.center
{
      display: flex;
  align-items: center;
  justify-content: center
}
