html, body {
    max-width: 100%;
    overflow-x: hidden;
}


.wrap {
    max-width: 100%;
    overflow-x: hidden;
}

.wrap > .container {
    box-sizing: border-box;
    max-width: min(1000px, 90%);
    width: auto !important;
}

.footer {
    height: 60px;
    background-color: rgba(30, 61, 43, 0.7); /* Dark green with 70% opacity */
    border-top: 1px solid rgba(30, 61, 43, 0.8); /* Slightly less transparent border */
    padding-top: 20px;
    color: #f0f090; /* Pale yellow text */
    text-align: center; /* Center the text within the footer */
}

.footer p {
    margin-bottom: 0; /* Remove default paragraph margin */
    color: #f0f090; /* Ensure text color applies to paragraphs */
}

.footer a {
    color: #fffecb; /* Slightly lighter yellow for links for subtle hover effect */
    text-decoration: none; /* Remove underline by default */
}

.footer a:hover {
    text-decoration: underline; /* Add underline on hover for links */
}

/* Responsiveness for pull-left/pull-right */
@media (max-width: 767px) { /* Bootstrap's "sm" breakpoint */
    .footer .pull-left,
    .footer .pull-right {
        float: none !important; /* Remove floats */
        text-align: center; /* Center text */
        width: 100%; /* Take full width */
    }
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* Added to adjust width of Bootstrap
   Modal window, Carousel
   and other containers
*/


.carousel {
 height: 100%;
 width: 100%;
}

.carousel-inner{
  height:100%;
  width: 100%;
}

.detailed-view{
  height:100%;
  width:100%;
  max-width: 578px;
}

.signature-svg {
	max-width: 580px
}

.directions-svg {
	max-width: 240px
}

.div-narrow {
    min-width: 220px;
	max-width: 600px;
}
.wrap > .container {
    padding-top:30px !important; 
}

/* Limit the height of the Navbar...
*/
.navbar {min-height:28px !important;
}

.navbar-default {
  background-color: #1e3d2b;/*#f2f2f2;*/
  border-color: #1e3d2b/*#d9d9d9;*/
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0px !important;
    margin-top:2px !important; 
    margin-bottom:2px !important;
    height: 28px;
}

.navbar-toggle {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    margin-top:2px !important; 
    margin-bottom:2px !important;
    height: 28px;
}

form div.required label.control-label:after {
  content:" * ";
  color:red;
}

.navbar-default .navbar-nav > li > a {
    color: #f0f090 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fffecb !important; /* Light yellow for hover */
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fffecb !important;
    background-color: #284d36 !important; /* Harmonious green */
}