.bg-header-login {
  background-color: #a5a7aa;
  padding: 0;
}

.list_pwd_check {
  padding-left: 35px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

.significant-fields,
.significant-fields:focus {
  background-color: lightblue;
}

.significant-green-fields,
.significant-green-fields:focus {
  background-color: greenyellow;
}

.btn-warning:disabled,
.btn-warning.disabled,
.btn-info:disabled,
.btn-info.disabled,
.btn-primary:disabled,
.btn-primary.disabled,
.btn-danger:disabled,
.btn-danger.disabled,
.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #000;
  background-color: #949494;
  border-color: #949494;
}

table.dataTable thead .filters th {
  padding: 3px;
}

.button-form-container {
}

.textarea-bottom-margin {
  margin-bottom: 8px;
}

.module-title {
  font-size: 1.5em;
  text-align: center;
}

.filter-hint {
  font-size: 12px;
  text-align: right;
}

.tableFixHead {
  overflow: auto;
  /*height: 100px;*/
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #ddd;
}

.align-center {
  text-align: center;
}
body {
  font-size: 0.875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 0;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
  font-weight: bold;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.submenu {
  margin-left: 20px;
}

.nav-link-submenu {
  display: block;
  /*padding: 0.5rem 1rem;*/
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.sidebar .nav-link-submenu {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link-submenu.active {
  color: #2470dc;
  font-weight: bold;
}

.action-column {
  width: 5%;
}

.action-column-wide {
  width: 6%;
}

.action-column-xwide {
  width: 8%;
}

.grid-button {
  min-width: 1.8em;
  padding: 0 !important;
  margin: 0.1em;
  cursor: pointer;
}

.label-div {
  text-align: right;
}

@media (max-width: 767px) {
  .label-div {
    text-align: left;
  }
}

.containerModule {
  padding-right: 0.3em;
  padding-left: 0.3em;
}

/* DIARIO */

.data-diario {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.icon-menu {
  float: left;
}

.padding-list-group {
  padding: 1em;
}

@media (max-width: 767px) {
  .padding-list-group {
    padding: 1.7em;
  }
}

.text-menu,
.text-menu-desktop {
  float: left;
  padding-left: 30px;
  font-weight: bold;
}

.text-menu-mobile {
  float: left;
  padding-top: 15px;
  padding-left: 30px;
  font-weight: bold;
}

.custom-img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  /* border: 1px solid #dee2e6; */
  border-radius: 0.25rem;
  max-width: 80px;
  height: auto;
}

.custom-img-thumbnail .boy {
  color: #3bc5e8;
}

.custom-img-thumbnail .girl {
  color: #e76ae7;
}
