﻿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;
}


/* manually added styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background: #fff;
}

#date, #startdate, #enddate {
    background-image: url("img/calendar.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

td {
    cursor: default;
}

span.required {
    content: "*";
    font-weight: bolder;
    font-size: 25px;
    color: #00B588;
    padding-left: 4px;
}

.input.required col-form-label:after {
    content: "*";
    font-weight: bolder;
    font-size: 20px;
    position: absolute;
    color: #00B588;
    margin-left: 10px;
}

.select.required col-form-label:after {
    content: "*";
    font-weight: bolder;
    font-size: 20px;
    position: absolute;
    color: #00B588;
    margin-left: 10px;
}
