html > body:not(.menu-on-top).desktop-detected {
  min-height: 100vh !important;
}

#extr-page {
  min-height: 100vh;
}

#main {
  padding-bottom: 0 !important;
}

html > body:not(.menu-on-top) #main {
  min-height: 100vh;
}

html > body.menu-on-top #main {
  min-height: 100vh;
}

.page-footer {
  position: relative;
}

.fx-fill {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#widgets-grid {
  display: flex;
  flex-direction: column;
  flex: 1;

}

a:hover {
  cursor: pointer;
}

.inbox-body {
  flex: 1;
}

svg {
  touch-action: none;
}

.big-breadcrumbs .page-title-separator {
  margin: auto .4rem;
}

.login-info img {
  margin-right: .8rem;
}

.login-info .fa.fa-angle-down {
  margin-left: .4rem;
}

.minified .login-info img {
  margin: 0px 3px 0;
  width: 30px;
}

.minified .login-info a {
  margin-left: 0;
}

.minifyme, .minifyme:hover {
  background: #515d70;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
}

.bs-glyphicons li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

.dataTables_filter .input-group-addon {
  height: 30px !important;
}

.bootstrap-timepicker-widget table td input {
  width: 40px;
  padding: 0;
}

.slider .tooltip.tooltip-main.top {
  margin-top: -35px;
}

@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%;
  }
}

nav ul span.menu-item-parent {
  display: inline-block;
  margin: 0;
  color: white;
  padding: 0;
  /*font-weight: bold;*/
}

nav ul i.fa {
  color: #FFFFFF;
}

nav ul ul {
  background-color: #404a5c;
}

nav ul ul li>a:hover, nav ul ul li>a:focus, nav ul ul li>a:active {
  background: #515d70 !important;
}

nav ul li>a:hover, nav ul li>a:focus, nav ul li>a:active {
  background: #515d70 !important;
}
