﻿body {
    background-color: #fff;
    background-image: url(/content/images/bg-clouds.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body > .container {
  padding: 60px 15px 0;
}

.content {
    background-color: white;
}

.body-content {
    padding: 10px;
}

/* Set padding to keep content from hitting the edges */
.header, .header .navbar, .footer {
    background-color: #213c57;
}

/* 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;
}

.navbar-brand {
	padding: 5px 5px;
}

.required:after {
	content: " *";
	font-weight: bold;
	color: #213c57;
}

.requiredLabel {
	color: #213c57;
}

.glyphicon {
	color: gray;
}

.orange {
    background-color: #f5deb3;
}
.uppercase {
    text-transform: uppercase;
}

.modal {
    z-index: 1045;
}

.btn {
    white-space: normal;
}