/* This CSS hides top menu and footer of WMSPanel */

.navbar.is-link {
  background-color: #000;
  color: #dd1919;
}

.panel.is-info .panel-heading {
  background-color: #000;
  color: #fff;
}

.box {
  background-color: #000;
}

.navbar-item.has-dropdown:hover .navbar-link

 {
    background-color: #d20000;
    color: #fff;
  }

.button.is-link {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}
 .navbar.is-link .navbar-start>a.navbar-item:focus,
  .navbar.is-link .navbar-start>a.navbar-item:hover,
  .navbar.is-link .navbar-start>a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end>a.navbar-item:focus,
  .navbar.is-link .navbar-end>a.navbar-item:hover,
  .navbar.is-link .navbar-end>a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active 
	.navbar-item.has-dropdown:hover

{
    background-color:#223d51;
    color:#fff
  }




.wrapper {
  width: 100%;
}





.footer{
	background: #000;
    background-color: black;
	/* padding-top: 5rem; */
	padding-top: 20px;
    padding-bottom: 20px;
	
}

.navbar-link {
    background-color:#223d51;
    color:#fff
  }
.title {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.label {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

