﻿input {
		padding:4px;
		text-indent: 5px;
		font-size:14px;
	}
	input.watermark { color: #999; }
body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-left: 10px;
    font-family: "Open-Sans", Arial, sans-serif;
    font-size: 14px;
    color:#000000;
}

/* 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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Arial, sans-serif;
}

h2,
.h2 {
    font-size: 32px;
    color: #86BC25;
    font-weight: bold;
}

h3,
.h3 {
    font-size: 32px;
    color: #86BC25;
    font-weight: bold;
}

h4,
.h4 {
    font-size: 18px;
    color: #86BC25;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 18px;
    color: #86BC25;
}

.btn-default {
    color: #FFFFFF;
    background-color: #86BC25;
    border-color: #86BC25;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #FFFFFF;
        background-color: #43b02a;
        border-color: #43b02a;
    }

label {
  font-weight: normal;
}

.error {
    color:#ff0000;
}

.navbar-inverse {
    background-color: #000000;
    border-color: #00A1ED;
   color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #92D400;
  background-color: transparent;
}

.navbar-inverse .navbar-brand {
  color: #FFFFFF;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #92D400;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #FFFFFF;
}


