.right-floated-search {
  float: right;
}

#search-btn {
  margin-left: 1%;
  font-size: 1em;
}

#circle {
  border-radius: 10px;
  background-color: green;
  width: 10px;
  height: 10px;
  margin-top: 1px;
  margin-right: 5px;
}

.floating-label {
  padding:2px 3px !important;
  top: 14px !important;
  left: 40px !important;
}

.notification-menu-margin {
  margin-left: -10vw !important;
}

/*.ui.compact.table td {
  padding: .4em .6em !important;
}

.ui.compact.table th {
  padding: .4em .6em !important;
}*/
/* Mobile */
/*@media only screen and (max-width: 1050px) {
  #left-menu {
    display: none !important;
  }
}*/

/* Computer / Desktop / iPad Landscape */
/*@media only screen and (min-width: 1051px) and (max-width: 1199px) {
  #left-menu {
    display: inherit !important;
  }
}*/

/* Large Monitor */
/*@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  #left-menu {
    display: inherit !important;
  }
}*/

/* Widescreen Monitor */
/*@media only screen and (min-width: 1920px) {
  #left-menu {
    display: inherit !important;
  }
}
*/