.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
}

.glyphicon {
  margin-right: 5px;
}

.monitor {
  display: flex;
  justify-content: center;
}

.monitor span {
  background-color: #1485ee !important;
  color: #fff;
  padding: 15px 15px;
  border-radius: 6px;
  margin-bottom: 25px;
  cursor: pointer;
}

.modal-footer {
  display: flex;
  justify-content: center;
}

.modal-footer span {
  border: 1px solid #93c6e0;
  background: #eef4f7;
  color: #1485ee;
  padding: 10px 15px;
  border-radius: 7px;
  cursor: pointer;
}

.modal-footer a {
  margin-right: 35px;
}

