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,
textarea {
    max-width: 3000px;
}

.field-validation-error,
label.error {
    color: red;
}

.input-validation-error,
input.error {
    border: 2px solid red;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Footer */
footer {
    position: fixed;
	z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #1c2741;
}

.navbar-default {
    background-color: #57B811;
    border-top-color: black;
    border-bottom-color: black;
    border-top-width: 3px;
    border-bottom-width: 3px;
}

    .navbar-default .navbar-brand {
        color: black;
    }

    .navbar-default .navbar-nav > li > a {
        color: black;
        font-weight: bold;
    }

    .navbar-default .navbar-nav > li > ul > li > a {
        color: black;
        font-weight: bold;
    }

    .navbar-default .navbar-nav > li > ul > li ul > li > a {
        color: black;
        font-weight: bold;
    }

    .navbar-default .navbar-nav > li > ul > li > a:hover {
        color: white;
    }

    .navbar-default .navbar-nav > li > ul > li ul > li > a:hover {
        color: white;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: white;
        background-color: transparent;
    }

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: white;
        background-color: transparent;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

.btn:hover {
    margin-top: 0px;
    border-bottom-width: 3px;
}
