﻿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{
    max-width: 280px;
}

label{font-weight:bold;}

nav {
    box-shadow: none; margin-bottom:20px;
}
nav ul a{color:#000;}

.T_teal {
    background: #00B09B !important;}

.page-footer {
    padding: 0;
}
.page-footer .footer-copyright {
    background: none;
}

.requiredLabel:after {
    color: red;
    content: " *";
}

.entry{border:2px solid black; padding:10px; margin-bottom:20px;}
.entry .row:last-child {
    margin-bottom: 0;
}
.TBAMsg, #errMsg {
    color: red;
    font-weight: bold;
}

.divider{background:#999; margin:10px 0;}

textarea.materialize-textarea:disabled, select:disabled, input:disabled {
    color: inherit !important;
    opacity: 1;
}

.finalResults {
    font-size: 2em;
}

.hide {
    display: none;
}
