﻿body {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Tahoma, serif,'Times New Roman', Times;
    color:#333;
}

/* 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;
}

td.highlight a {
    background: #99dd73 !important;
    font-weight: bold !important;
    color: green !important;
    padding: 3px;
}

td.disabled{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    font-size: 14px;
    min-width: 30px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.homePageAddress {
    padding: 10px;
    border: 1px solid #5cb85c;
    border-radius: 3px;
    background-color: #e9f7e9;
    font-size: 14px;
}

p {
    text-indent: 50px;
    text-align: justify;
    font-size: 14px;
}

.nav-item {
    font-size: 20px;
    width: 200px;
}

#website-title {
    display: inline;
    font-family: Tahoma;
    color: forestgreen;
}

.navbar {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #5cb85c;
    border-radius: 0px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar li {
    text-align: center;
}

.navbar li a:link {
    color: white;
}

.navbar li a:visited {
    background-color: #5cb85c;
    color: white;
}

.navbar li a:hover {
    background-color: #5cb85c;
    color: #333;
}

.paragraph {
    border-radius: 3px;
    padding: 20px;
}

p {
    text-indent: 50px;
    text-align: justify;
    font-size:16px;
    line-height:24px;
}


.carousel-inner img {
    margin: auto;
}

.site-footer {
    background-color: darkslategrey;
    color: white;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -40px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .site-footer, .page-wrap:after {
        height: 80px;
    }

/*.homePageAddress {
    padding: 10px;
    border: 1px solid #5cb85c;
    border-radius: 3px;
    background-color: palegoldenrod;
}*/


.formValidation {
    color: red;
}


.navbar-toggle .icon-bar {
    background-color: azure;
}

.field-validation-error {
    color: red;
}


@media (max-width: 767px) {
  
#myCarousel {
    display: none;
}

}