/* Style the navigation menu */
.topnav {
  overflow: hidden;
  height: 60px;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 1px 1px;
  text-decoration: underline;
  font-size: 10px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  font-size: 20px;
  height: 60px;
  display: block;
  padding: 10px 10px;
  position: absolute;
  right: 0;
  top: 10;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  /* background-color: #ddd; */
  color: red;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #4caf50;
  color: white;
}

.vertical-center {
  margin: 0;
  /* position: absolute; */
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-nav > li > a,
.navbar-brand {
  padding-top: 5px !important;
  padding-bottom: 0 !important;
  height: 30px;
}
.navbar {
  min-height: 30px !important;
}

.navbar-toggle {
  padding: 0 0;
  margin-top: 7px;
  margin-bottom: 0;
}
.right {
  text-align: right;
  float: right;
}

.DDFont {
  font-family: "Glyphicons Halflings";
}
.select2 {
  font-family: "Glyphicons Halflings";
}

/* @media only screen and (max-width: 992px) { 
  div.card { 
    all: initial; 
    background-color: yellow; 
  } 
}  */
