.navbar {
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.intestazione-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intestazione-card h4 {
  position: relative;
  top: 5px;
}

.home-admin a {
  margin: 0px 5px 15px 5px;
}

#ripeti {
  position: relative;
  top: 4px;
  left: 3px;
  width: 18px;
  height: 18px;
}

#page-loader {
  position: fixed;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  background-color: white;
  z-index: 999999;
  display: none;
  text-align: center;
  width: 100%;
  padding-top: 25px;
}

#page-loader .caricamento {
  position: relative;
  margin: 0 auto;
  top: 30%;
}

#page-loader img {
  width: 70px;
  height: 70px;
}

#page-loader .progress {
  margin: 20px 100px;
}

#table-loader {
  position: relative;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
}

#table-loader .caricamento {
  position: relative;
  margin: 0 auto;
  top: 30%;
}

#table-loader img {
  width: 70px;
  height: 70px;
}

.table-responsive {
  margin-top: 15px;
}

td div.d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

td div.d-flex .checkbox-item {
  height: 15px;
  width: 15px;
  margin-top: 5px;
}

th span {
  margin-left: 10px;
}

th .delete {
  padding: 0px 10px;
}

.table-gruppi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table-gruppi button {
  margin-left: 15px;
}

.footer-table {
  margin-top: 7px;
}

.footer-table .paginazione {
  position: relative;
  right: 20px;
  bottom: 8px;
  width: 80px;
}

.footer-table #checkAll {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  margin-top: 3px;
}

.footer-table p {
  margin-bottom: 0;
}

.azioni {
  padding: 0.2rem 0.3rem;
}

.btn-esportazione {
  position: relative;
  bottom: 7px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 20px;
  margin-top: 5px;
}

.azioni.btn-danger {
  margin-left: 10px;
}

.btn-tagliando {
  margin-right: 5px;
  margin-left: 0px !important;
}

.plus-tagliando {
  position: relative;
  left: 3px;
  top: 3px;
  cursor: pointer;
}

.col-tagliandi {
  text-align: center;
}

.col-data {
  min-width: 110px;
}

.mensilita {
  font-size: 15px;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 991px) {
  .mensilita {
    top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .mensilita p {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
  }
}

.random_password {
  margin: 0px 0px 16px 16px;
}

.show_password {
  margin: 0px 0px 16px 16px;
}

@media screen and (max-width: 480px) {
  .btn-home {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1500px !important;
  }
}

.icon-home {
  width: 20px;
}

.icon-alert {
  width: 18px;
  position: relative;
  bottom: 1px;
}

.icon-plus {
  width: 15px;
  position: relative;
  bottom: 1px;
}

.icon-plus-tagliandi {
  width: 12px;
  position: relative;
  bottom: 2px;
  left: 2px;
}

.icon-sort {
  width: 10px;
  position: relative;
  bottom: 1px;
}
/*# sourceMappingURL=mycss.css.map */