.menuID {
  position: absolute;
  top: -4px;
  left: 5px;
  color: #B5B5B5;
}
.orgm-blue {
  color: #336699;
}
.splitter {
  flex: 0 0 auto;
  width: 18px;
  background: url('assets/img/vsizegrip.png') center center no-repeat #535353;
  min-height: 200px;
  cursor: col-resize;
}
.panel-left-dash {
  flex: 0 0 auto;
  /* only manually resize */
  padding: 0px;
  padding-right: 0px;
  width: 300px;
  min-height: 400px;
  min-width: 150px;
  white-space: nowrap;
  background: #EAEAEA;
  overflow-y: auto;
}
.panel-right-dash {
  flex: 1 1 auto;
  /* resizable */
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 5px;
  width: 100%;
  min-width: 200px;
  background: #FFF;
}
.panel-container {
  display: flex;
  flex-direction: row;
  border: 1px solid silver;
  overflow: hidden;
  /* avoid browser level touch actions */
  xtouch-action: none;
}
.submenu-item {
  cursor: pointer;
  height: 50px;
  width: 100% !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-width: 200px;
}
.menu-item {
  cursor: pointer;
  /*height: 50px;*/
  width: 100% !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-bottom: 5px;
}
.menu-principal {
  cursor: pointer;
  /*height: 50px;*/
  width: 100% !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-bottom: 6px;
}
.form {
  cursor: pointer;
  /*height: 50px;*/
  width: 100% !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 5px;
}
.menu-item:hover {
  background-color: #EAEAEA;
}
.opcoes-menu-principal {
  right: 3px;
  position: absolute;
  width: 40px !important;
  padding: 0px !important;
  z-index: 1000;
  top: 0px;
}
.menu-wrapper {
  width: 100%;
}
.recentes-favoritar i {
  transition: 0.2s;
}
.recentes-favoritar button:hover i {
  color: #FEBD10;
}
.recentes-favorito i {
  color: #FEBD10;
}
.recentes-favorito button:hover i {
  color: #BA8900;
}
.botao-toggle {
  color: gray;
}
.botao-toggle > i {
  margin-right: 10px;
  font-size: 22px;
}
@media (max-width: 1319px) {
  .hidden-panel {
    display: none;
  }
}
.temporizador:hover {
  color: yellow;
}
.parar-timer:hover {
  color: red;
}
.context-menu {
  width: 150px;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  z-index: 99999;
  background-color: white;
  border-radius: 2px;
}
.context-menu .menu-options {
  list-style: none;
  padding: 10px 0;
}
.context-menu .menu-options .menu-option {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
}
.context-menu .menu-options .menu-option:hover {
  background: rgba(0, 0, 0, 0.1);
}
.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.container-filtros {
  min-height: 50px;
  display: flex;
  overflow-y: auto;
  max-width: 100% !important;
}
.container-filtros button {
  min-width: 170px;
  font-size: 16px;
  margin: 5px 3px;
  padding: 8px 10px;
}
#botao-filtros {
  position: relative;
  padding-right: 25px;
}
#botao-filtros i {
  font-size: 16px;
  position: absolute;
  margin-top: 1px;
}
.menu-descricao {
  font-size: 18px;
  white-space: normal;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  text-align: left;
  margin-left: 13%;
  width: 78%;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kpi.dashboard {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
