/* Sticky footer 
---------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

body > .container {
  padding: 80px 15px 0;
}

body > .jumbotron {
  padding: 80px 15px 40px;
  background-color: #ffffff;
}

body > .jumbotron h1 {
  color: #0c3687;
}

.white-color{
    background: white
}

#logo {
  height: 22px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #e9e9e9;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

#footer > .container > .text-muted {
  margin: 20px 0;
}

.carousel-control {
    position: absolute;
    top: 80%; /* pushes the icon at bottom */
    z-index: 5;
    display: inline-block;
    color: #094A99;
}

.carousel-indicators .active{
    background-color: #094A99;
}

.carousel-indicators li {
  background-color: #AEB6B8;
}

.chart {
  width: 100%;
  height: 100%;
}

.blue-star{
  color: #3ba2ed;
}

.green-ok{
  color: #3CB371;
}

.red-remove{
  color: #cd5c5c;
}

.anchor{
  padding-top: 80px;
  margin-top: -80px;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}
