.vertical-nav {
  min-width: 17rem;
  width: 17rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

main {
  width: calc(100% - 17rem);
  margin-left: 17rem;
  transition: all 0.4s;
}

.title-menu {
  color: #a8a6a6;
}

.nav-link:hover {
  background-color: #f0f0f0;
}

.title-module {
  margin-bottom: 30px;
  margin-left: 30px;
}

.divAdd {
  text-align: right;
  margin-bottom: 20px;
}

.actions a, table a, .btnReports a{
  margin-right: 5px;
  cursor: pointer;
  text-decoration: none;
}

.actions form {
  width: 20px;
}

.text-red {
  color: red;
}

.dateShow {
  position: absolute;
  left: 50%;
  border: 1px solid;
  padding: 1px 5px;
  border-top: 0px;
  font-size: 20px;
}

.btnReports .fa-file-excel {
  color: green;
}

.btnReports .fa-file-pdf{
  color: red;
}
