body{
    margin-bottom: 20px;
}
.message-dropdown{
	padding: 15px;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
    height: auto;       /* let the content decide it  */
} /* bootstrap hack end */

.tab-content-data{
	padding: 20px 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  height: 20px;
}
/** Color scheme **/
.panel-title{
	color: #78A22D;
}
.navbar-default {
    background-color: #00171f;
    border-color: #00171f;
}
.navbar-default .navbar-nav > li > a {
    color: #78A22D;
}
.panel-default > .panel-heading {
    background-color: #00171f;
}
.panel-default {
    border-color: #00171f;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #78A22D;
    color: #B45030;
}
.navbar-default .navbar-nav > .open > a:focus{
    background-color: #78A22D;
    color: #FFF;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #78A22D;
}
a {
    color: #00171f;
}
.breadcrumb {
    background-color: #00171f;
    color: #B45030;
}
.breadcrumb a{
	color: #78A22D;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #78A22D;
    border-color: #78A22D;
    color: #fff;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #00171f;
}
.btn-primary {
    background-color: #78A22D;
    border-color: #78A22D;
    color: #fff;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #78A22D;
    border-color: #78A22D;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: #78A22D;
}

.alert-info {
    background-color: #78A22D;
    border-color: #78A22D;
    color: #ffffff;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #B64F30;
}