.menu .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .menu-right .form-inline {
  bottom: 2px;
  right: 0px;
}

.menu .menu-right .dib {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .menu-right .diamond-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E5F9F9;
  border: 1px solid white;
  height: 37px;
  border-radius: 8px;
  margin-top: 2px;
  padding: 0px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu .menu-right .diamond-box img {
  width: 24px;
  height: 24px;
}

.menu .menu-right .diamond-box span {
  color: #00CCCC;
  font-weight: 700;
}

.menu .menu-right .menu-notify-text {
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px 8px;
}

.menu .menu-right .notification-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .menu-right .form-inline input {
  width: 150px;
  padding-right: 3px;
}

