/* CSS Document */
.col-centered{
    float: none;
    margin: 0 auto;
}

html {
  /* Imposta la dimensione del font al 90% della dimensione predefinita del browser (16px) */
  font-size: 90%;
}

body{ 
	padding-top: 70px;
	padding-bottom: 70px;
    background-repeat:repeat;
	background-size: 33.3%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.nav-bottom {
  padding-top: 0rem;
  padding-bottom: 0rem;
      background-color: #f8f8f8;
    border-color: #e7e7e7;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
}

.fixed-bottom {
  padding-top: 0rem;
  padding-bottom: 0rem;
      background-color: #f8f8f8;
    border-color: #e7e7e7;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bg-info {
    background-color: #d9edf7;
}

.input-group .width-40 {
  flex: 0 0 40px; /* Sostituisci 75px con la larghezza desiderata */
  width: 40x;
}

.stroke-2 {
    -webkit-text-stroke: 2px;
}

.stroke-1 {
    -webkit-text-stroke: 1px;
}