/* 
* Bootstrap Visualization Dashboard - CSS Style Sheet 
*/

/* Body */
body {
  background-image: url("https://c.wallhere.com/photos/1d/62/futuristic_cityscape_futuristic_city-215283.jpg!d");
  height: 850px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Navbar */
.navbar {
  max-height: 60px;
}
.navigation .navbar-brand {
  color: white;
  margin-left: 0px;
  padding: inherit;
  font-weight: bold;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navbar {
  background-color: white;
  font-size: 25px; 
}
.active, .dropdown-menu .dropdown-item:active a:hover {
  background-color: white !important;
}
.dropdown-item {
  color: #213159 !important;
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f04b4c !important;
}

.nav-link:hover {
  background-color:#E7E7E7 !important;
 }

.navbar-brand:hover {
color: #f04b4c !important;
}

a {
  color: #E7E7E7;
  font-size: 15px;
}

/* Images */
img{
  width:100% !important;
  height:100% !important;
}
.active, .panel:hover {
  border-color:#213159;
  border-style: solid;
  
}
.vizualization {
  width:50% !important;
  height:50% !important;
}

/* Title */
.title {
  color: #3d6098;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  padding-top: 10px;
}

/* Paragraph */
p {
color: gray;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}

/* Box */
.box {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 10px 30px 10px;
  color: #213159;
  background-color: white;

}
/* Table */
.table {
  font-size: 15px;
  border-top-color: white !important;
}

/* Footer */
footer {
background-color: #213159;
border-top-style: solid;
border-top-width: 5px;
border-top-color: #f04b4c;
color: white;
min-height: 60px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding-top: 15px;
}

/* Media Queries */
@media(max-width: 992px) {
  .navbar-expand-lg {
  background-color: #213159 !important;
  }
  .navbar {
    max-height: none;
    padding: inherit;
  }
  .navbar div {
    margin: inherit;
    background-color: white;
  }
  .navbar-brand {
    padding: 10px !important;
  }
  button{
    margin-right: 30px;
  }
  button:focus {
    outline: 1px dotted;
    outline: auto 5px;
  }
}