/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  height:100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
 padding: 10px 15px 0;

margin:0 auto;
}
.container .text-muted {
  margin: 20px 0;
}

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

code {
  font-size: 80%;
}

body{
	background-color: #eeeff0;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}

a { 
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}


.container{
    width:100%;
    margin: 0 auto;
}

nav {
    height: 60px;
    position:relative;
    width: 100%;
    background: rgba(235,30,0,1);
	z-index:999;
}
nav a {
    font-size: 20px;
    color: #ecf0f1;
    text-decoration: none;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 15px 30px 15px 15px;
    display: block;
    background: rgba(235,30,0,1);
    border-left: 1px solid white;
    border-right: 1px solid white;
    
}
nav a:hover {
    color: black;
	background: white;
    text-decoration: none;
}




nav ul {
    position: relative;
    display: inline-table;
    list-style: none;
}


nav ul ul {
    display: block;
    visibility: hidden;
    opacity: 0;    
    margin-left: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

nav > div > ul > li > ul {
    padding-top: 13px;
    margin-top: -10px;
    border-radius: 2px;
    font-size: 0.75em;
}
nav ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

nav ul li:hover > ul {
    margin-top: 3px;
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



nav ul:after {
    content: "";
    clear: both;
    display: block;
}
nav ul li {
    float: left;
}
nav ul ul {
    position: absolute;
    top: 100%;
}
nav ul ul li {
    float: none;
    position: relative;
}

nav ul ul li a{
    color: #fff;
    min-width: 100px;
}
nav ul ul ul li a {
    color: #fff;
    min-width: 100px;
    
}

nav ul ul li a:hover {
    color: black;
	background: white;

}
nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 150px;
}





.tooltip {
  white-space: nowrap;
}
.tooltip2 {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.9;
  white-space: nowrap;
  font-size: 12px;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffc10a;
  color: black;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
 
}
.tooltip-static:before {
  border-top-color: #ffcc33;
}







