/* ---------------------------------------------------- *
 * All Rights Reserved (C) Copyright Maxx Fonseca 2024
 * This file is part of ARLS System
 * ---------------------------------------------------- *
 *            ___     ____    __    _____
 *           /   |   / __ \  / /   / ___/
 *          / /| |  / /_/ / / /    \__ \
 *         / ___ | / _, _/ / /___ ___/ /
 *        /_/  |_|/_/ |_| /_____//____/
 *
 * ---------------------------------------------------- */
 html, body {
  min-height: 100vh;
}

.pusher {
  min-height: 100vh;
}

.body.grid {
  min-height: 96vh;
}

#dv_content {
  min-height: 80vh;
}

.clear {
  clear: both;
}

.menu.column {
  max-width: 280px;
}

.menu.column .one.column.grid {
  max-width: 280px;
  min-width: 280px;
}

.menu.column .logo.column {
  margin-top: 20px;
}

.topbar {
  padding: 30px 0 0 0 !important;
}
.topbar a {
  margin-left: 10px;
}
.topbar a.last {
  margin-right: 10px;
}
.topbar .right.aligned .icon {
  padding: 0;
  margin: 0;
}

.links, .logo {
  cursor: pointer;
}

.ui.greeting.medium.header {
  margin-top: 8px !important;
}

.ui.breadcrumb {
  margin-top: -20px !important;
  margin-bottom: 0 !important;
}

.ui.footer.container {
  text-align: center;
  margin-bottom: 10px;
}

.form label {
  color: rgb(78, 78, 78) !important;
}
