#navigateDiv {
  position: fixed !important;
  z-index: 100000000000 !important;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  top: 50px;
  left: 50px;
  min-height: 45px;
  font-family: Open Sans !important;
  font-size: 12px !important;
  margin: 0px;
}

h4.navigator-label {
  font-family: Open Sans !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

#navigateDivheader {
  padding: 10px 0px;
  cursor: move !important;
  z-index: 100000000000 !important;
  background-image: url('./../../../images/navigator/header.png');
  background-repeat: round;
  background-size: cover;
  color: #fff;
  height: -webkit-fill-available;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin-top: -1px;
}

#navigateBadge {
  bottom: 18px;
  position: relative;
  border-width: 1px;
  border: 1px;
  border-color: black;
  border-style: solid;
  border-radius: 50%;
  float: right;
  right: -8px;
  line-height: 15px;
  height: 15px;
}

#navigateLabel {
  color: white;
  font-size: 18px;
  padding-top: 0px;
  margin-top: 0px;
  width: 50px;
  margin-left: 5px;
  top: -9px;
  position: relative;
  height: 30px;
  display: inline-block;
}

.navigateBadgeNumber {
  width: 15px;
  text-align: center;
}

.navigateBadgeText {
  width: 45px;
  text-align: center;
}

.navigateBadgeTextBottom {
  bottom: 55px !important;
}

.navigator-drop-down-div {
  margin: 3%;
}
