﻿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;*/
}

.field-validation-error {
    color: red;
}

.header-family-logos {
    max-width: 100%;
}

.vertical-space         { margin-top: 2em;}
.vertical-space-2       { margin-top: 4em;}
.vertical-space-4       { margin-top: 6em;}

.no-margin-top          { margin-top: 0; }
.no-margin-bottom       { margin-bottom: 0; }

.error-list ul li{ }
.error-list { list-style: none;margin: 0;padding: 0;}

.glyphicon-s-size       { font-size: 0.5em; }
.glyphicon-m-size       { font-size: 1em; }
.glyphicon-l-size       { font-size: 1.5em; }
.glyphicon-xl-size      { font-size: 2em; }

.service-message        { padding: 15px;text-align: center;background-color: #ffebcd;color: #003874;}

