﻿

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-align {
    padding: 0px 12px;
    line-height: 2.0007143;
    vertical-align: middle;
}

.bg-light-red {
    background-color: #f5d6d6;
}
/* 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;
}

.required {
    font-weight: bold;
}

.form-check-margin {
    margin-right: 20px;
    line-height: 200%;
}

.card-header {
    font-weight: bold;
}

.badge {
    font-weight:normal;
    font-size:9pt;
    margin:5px;
}

.required {
    font-weight: bold;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 8pt;
    font-style: italic;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    font-size: 8pt;
    font-style: italic;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    font-size: 8pt;
    font-style: italic;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    font-size: 8pt;
    font-style: italic;
}

