@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
#link-attiva-vpn, #logout a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.testata-tabella, .card-header {
  background: #2b3145;
  color: #ffffff;
  font-weight: bold;
}

body {
  background-color: #d6d6d5;
  z-index: -10;
  font-size: 0.85rem !important;
  line-height: 1.2 !important;
}

/*tipografia*/
.nav-dashboard li a {
  color: #ffffff;
  border-bottom: 1px solid #d6d6d5;
}

a {
  text-decoration: none !important;
}

.nav li a:hover {
  color: #00fcff;
}

#logo {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  background-color: #d6d6d5;
  border-radius: 5px;
  margin-top: 15px;
  text-align: center;
}

/*sidebar*/
.wrapper-sidebar {
  background: #2b3145;
  z-index: 1;
}

/*sezione alta*/
.sezione-alta {
  height: 20vh;
  z-index: 1;
  background-color: #ffffff;
}

#bentornato {
  font-weight: bold;
  color: #2b3145;
}

.bordo {
  width: 1px;
  height: 100%;
  background: black;
}

.logo-agenzia {
  max-width: 120px !important;
  width: 100%;
}

.benvenuto-utente .pb-1 {
  margin-right: 20px !important;
}

.numeri {
  font-weight: bold;
}

a .fa-sync {
  color: #7969C2;
  margin-top: 10px;
}

#logout a:hover {
  color: #9e9e9e;
  transition: color 0.3s ease;
}

#logout i {
  padding: 3px;
}

/*sezione centrale*/
.contenuto {
  padding: 0 !important;
  height: 100vh;
  overflow: auto;
}

#nome-agenzia {
  padding-right: 0 !important;
}

/*gruppo bottoni*/
.wrapper-bottoni:hover {
  transition: background-color 0.2s ease;
  background-color: #2b3145;
  color: #00fcff;
}

.wrapper-bottoni {
  color: #2b3145;
}

.wrapper-bottoni {
  background: #ffffff;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
}

.box-icona-btn i {
  font-size: 40px;
}

.testo-btn {
  font-size: 1.1em;
  font-weight: 700;
}

#bollettini-testo {
  font-size: 0.9em;
}

/*link utili e partner*/
.link-partner-wrapper {
  margin-top: 80px;
}

.partner-loghi-wrapper {
  margin-top: 80px;
}

.link-utili {
  font-size: 1.1em;
  font-weight: bold;
}

.loghi-partner {
  font-size: 1.1em;
  font-weight: bold;
}

.testo-link-utili {
  color: #2b3145;
}

/*sezione avvisi e news*/
.box-avvisi .box-avvisi-body {
  height: 400px;
  overflow: auto;
}

.testo-avviso h5 {
  font-size: 1em;
  font-weight: 900;
}

.nav-item .active {
  color: #00fcff !important;
}

#testo-footer {
  font-size: 0.8em;
}

/*pulsanti*/
.btn-custom {
  background: #2b3145;
  color: #ffffff;
}

.btn-custom:hover {
  color: #00fcff;
}

/*pagina login*/
#pagina-login {
  background: #d6d6d5;
}

.wrapper-login {
  height: 100vh;
}

#login-form {
  padding: 1.5em;
  width: 300px;
  background: #ffffff;
  border-radius: 5px;
}

h3 {
  font-size: 1rem;
  font-weight: bold;
}

.btn {
  font-size: 0.85rem;
  padding: 0.175rem 0.75rem;
}

.form-control,
.form-control-inline,
.form-select {
  height: calc(0.85em + 0.75rem + 11px);
  padding: 0 5px;
  font-size: 0.85rem;
  margin-top: 2px;
  margin-bottom: 5px;
}

.table td,
.table th {
  padding: 0 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

table.table_int td {
  padding: 0;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
}

#link-attiva-vpn:hover {
  color: #9e9e9e;
  transition: color 0.3s ease;
}

.btn-login {
  width: 100%;
}

/*targa telaio*/
.card-pagine {
  width: 100%;
}

/*Pagina bolli*/
.nome-pagina-sub {
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d5;
}

.intestazione-menu {
  color: #00fcff;
  font-weight: bold;
}

.nav-pagine-sub li a {
  color: #ffffff;
}

.card-bolli {
  width: 60%;
}

table {
  border-radius: 5px;
  background: #ffffff;
}

.page-item.active .page-link {
  background-color: #2b3145;
  border-color: #2b3145;
}

.page-link {
  color: #2b3145;
}

.icona-pdf {
  color: #b21d23;
}

.error_message {
  position: absolute;
  margin-top: -19px;
  color: red;
  right: 17px;
  font-size: 13px;
}

/*toggle*/
.fa-arrow-down:hover {
  cursor: pointer;
}

/*responsive*/
@media only screen and (min-width: 2700px) {
  .wrapper-sidebar {
    min-height: calc(100vh - 1px);
  }
}
@media (max-width: 768px) {
  .bordo {
    display: none;
  }
  .benvenuto-utente {
    border-bottom: 1px solid #000000;
    width: 100%;
    line-height: 2em;
  }
  .blocco-testo-numeri {
    margin-top: 20px;
  }
  #logout {
    padding-top: 2em;
  }
  .box-icona-btn i {
    font-size: 20px;
  }
  .testo-btn {
    font-size: 1em;
    font-weight: 700;
  }
  .card-bolli {
    width: 100%;
  }
}
select.form-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}/*# sourceMappingURL=style.css.map */