/* HEADER */
body {
  background-color: #EEEEEE;
}

#logo{
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}

#logoimg{
width: 221px; 
height: 84px;
}

#testo-login{
text-align: center; 
font-size: 18px;
font-family: Calibri;
}

/* TITOLI */

#titolo{
text-align: center; 
color: #C02000; 
font-size: 25px;
font-family: Calibri;
margin-bottom: 20px;
}

/* TESTI */

#testo18{
text-align: left; 
color: black; 
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
font-family: Calibri;
}


/* LINK GENERALI */

a:link {
    color: black;
	text-decoration: none;
}
a:visited {
    color: black;
	text-decoration: none;
}
a:hover {
    color: black;
	text-decoration: none;
}
a:active {
    color: black;
	text-decoration: none;
}

#modalok{
border: 2px solid #388E3C;
border-radius: 15px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 18px;
background-color: #388E3C;
color: white;
margin-bottom: 20px;
}

#addattivitadiv{
background-color: #cfd8dc;
border-radius: 7px;
padding: 15px;
color: black;
display: none;
font-size: 18px;
margin-bottom: 10px;
}

.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

#filter {
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 50px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
	background-image: url('immagini/cerca.png'); /* Add a search icon to input */
    background-position: 7px 8px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  list-style: none;
  background-color: #343a40 !important;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* Link del menu */
.dropdown-menu > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: rgba(255,255,255,.5);
  white-space: nowrap;
}
 
 
/* Colori del link sull'hover e sul focus */
.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #616161;
}
 
 
/* Colori del link nello stato active */
.dropdown-menu > .active  {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent !important;
  outline: 0;
}

#addutentediv{
background-color: #cfd8dc;
border-radius: 7px;
padding: 15px;
color: black;
display: none;
font-size: 16px;
margin-bottom: 10px;
}






