﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
}

/* 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-fixed-top {
    background-color: #00558c;
}

.navbar-fixed-bottom {
    background-color: #00558c;
}

.logo-text {
    margin: 25px;
    color: #ffffff;
    font-size: x-large;
    font-weight: bold;
}

.logo {
    background: url('../images/banner_earth.gif');
    margin-top: 10px;
    height: 57px;
    margin-left: 10px;
    width: 120px;
}

textarea
{
    font-family: inherit;
    width: 650px;
    height: 100px;
}

.msg {
    color:#00558c;
}

.control-label {
    color:#00558c;
}

.btn-default {
    color:#ffffff;
    background-color: #00558c;
}

.modal .modal-dialog { width: 50%; }