﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.colorRed {
    color: #cb2c26;
}

.eventAnswerDisplay {
    font-weight: bold;
}

.eventListSpan {
    line-height: 30px;
    vertical-align: middle;
}

.eventListTitleSpan {
    font-size: small;
    font-weight: bold;
    text-align: center;
}

.rowAlternateColor {
    background-color: ghostwhite;
}

.invitedSchoolDeleted {
    text-decoration: line-through;
}

.invitedSchoolNotApproved {
    background-color: #ffcccc;
}

.invitedSchoolNoJurisdiction {
    /*background-color: #ffa500;*/
    background-color: #ffd0aa;
}

.invitedSchoolHasComments {
    background-color: #ffffe0;
}

.rowDeletedColor {
    background-color: #ffcccc;
}

.rowNoticeColor {
    background-color: #fff2cc;
}

.rowHeader {
    color: white;
    background-color: #586d83;
    padding: 5px 0;
}

.rowHover:hover {
    background-color: gainsboro;
}

.rowContentTopPadding {
    padding-top: 8px;
}

.rowVerticalPadding {
    padding: 3px 0 3px 0;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #fef1ec;
    border: 1px solid #cd0a0a;
}

.termsHeader {
    font-weight: bold;
}