body {
  padding-right: 0 !important;
}

th.vertical-align-inherit {
  vertical-align: inherit !important;
}

.custom-bg-aside {
  background-color: #373737 !important;
}

.custom-bg-aside a {
  color: white !important;
}

.custom-bg-aside a.active {
  background-color: #17a2b8 !important;
}

.custom-bg-aside a:hover {
  background-color: #048ba0 !important;
}

.custom-bg-aside .user-panel {
  border-bottom: 1px solid white;
}

.costum-bg-main-header {
  background-color: #17a2b8 !important;
}

.costum-bg-main-header a {
  color: white !important;
}

.costum-hover tbody tr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.costum-hover tbody tr:hover {
  background-color: gainsboro;
}

.loading_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
}

.loading_page img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 29px 3px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 29px 3px rgba(0, 0, 0, 0.46);
}

.modal {
  overflow: auto !important;
}

.d-none {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .navbar-header {
    margin-bottom: 0 !important;
  }
  .navbar-header .navbar-toggle {
    margin-top: 0 !important;
  }
  .navbar-brand h1 {
    font-size: 18px !important;
  }
  .navbar-brand h1 img {
    width: 40px !important;
  }
}
/*# sourceMappingURL=base.css.map */

.border-icon-primary {
  border: 1px solid var(--border-color-primary);
  border-radius: 100%;
  color: var(--bg-primary);
}
