html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.color-Attivo {
    background-color: #e9e7fd !important;
    color: #7367F0 !important
}

.color-Accettato {
    background-color: #e9e7fd !important;
    color: #7367F0 !important
}

.color-Firmato {
    background-color: #dff7e9 !important;
    color: #28c76f !important
}

.color-Rifiutato {
    background-color: #f2f2f3 !important;
    color: #a8aaae !important
}

.color-InAttesaAccettazione {
    background-color: #fff1e3 !important;
    color: #ff9f43 !important
}

.color-InAttesaFirma {
    background-color: #fff1e3 !important;
    color: #ff9f43 !important
}

.color-Sospeso {
	background-color: #fff1e3 !important;
	color: #ff9f43 !important
}

.color-FirmaRifiutata {
    background-color: #f2f2f3 !important;
    color: #a8aaae !important
}

.color-Scaduto {
    background-color: #fce5e6 !important;
    color: #ea5455 !important;
}
.color-SignedDocument {
    background-color: #DAFFD1 !important;
    color: #53BD39 !important;
}
.color-External {
    background-color: #D2D3FE !important;
    color: #191D7C !important;
}
.color-Classic {
    background-color: #C1FEF5 !important;
    color: #229B89 !important;
}
.btn-datatable {
    padding: 2px 5px 2px 5px !important;
}

.action-datatable {
    display: flex;
    justify-content: space-evenly;
}