.hide-clock .MuiInputAdornment-root {
  display: none;
}

body {
  height: 100vh;
}

.modebar {
  display: none;
}

.success {
  color: green;
}
.warning {
  color: orange;
}
.error {
  color: darkred;
}

.MuiCard-root .hoverShow {
  visibility: hidden;
  display: none;
}
.MuiCard-root:hover .hoverShow {
  visibility: visible;
  display: inherit;
}

.fab-show {
  z-index: 1000;
  position: absolute !important;
  visibility: hidden;
  display: none;
  top: 13px;
  right: 90px;
}

.MuiGrid-container:hover > .fab-show {
  position: absolute !important;
  visibility: visible;
  display: block;
}

.fab-show.small {
  right: 35px;
}

.timecardGrid {
  height: calc(100vh - 265px);
}

/* Medium screens */
@media only screen and (max-width: 768px) {
  /* #post2-action-panel {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    order: 1;
    position: relative;
    top: inherit;
    left: 22px;
  }
  #post2-timecard {
    order: 2;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #post2-main {
    flex-flow: row wrap;
  } */
  /*
  .main {
    margin-top: inherit;
  }
  .header {
    position: relative;
    top: inherit;
    width: 100%;
  }
  body {
    margin: 0px;
  }
  */
}
