@media (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
/* INIZIO sfondo ricerca messaggi */
#searchMessage {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 1.2em;
    transition: opacity 0.5s ease;
}
.msgSend {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    transition: opacity 0.5s ease;
}
.msgReceved {
    background-color: #eee;
    color: #155724;
    border: 1px solid #eee;
    transition: opacity 0.5s ease;
}
#messageContainer {
    height: 300px;
    overflow-y: auto;
    border: 0px solid black;
    padding: 10px;
}
.message {
    margin: 5px 0;
    padding: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
}
/* FINE sfondo ricerca messaggi */
@media (max-width: 576px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 993px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden{
	display: none !important;
}



#boxChiuso{
	border:1px #eee solid;
	background-color:#373030;
	color:#fff;
	padding:10px;
	margin:0px;
	text-align:center;
	opacity:0.4;
}
#boxGGSel{
	opacity:0.9;
	border:1px #eee solid;
	background-color:#423364;
	color:#fff;
	padding:10px;
	margin:0px;
	text-align:center;
}
#boxAperto{
	border:1px #eee solid;
	background-color:green;
	color:#fff;
	padding:10px;
	margin:0px;
	text-align:center;
}
#boxCompleto{
	background-color:#000;
	color:#fff;
	padding:50px;
	margin:10px;
	text-align:center;
}

#boxNoPren{
	border:1px #eee solid;
	background-color:#373030;
	color:#fff;
	padding:10px;
	margin:0px;
	text-align:center;
	opacity:0.4;
	min-height:50px;
}
#boxSiPren{
	border:1px #eee solid;
	background-color:green;
	color:#fff;
	padding:10px;
	margin:0px;
	text-align:center;
	min-height:50px;
}
#boxSiPren:hover{
	background-color:#005400;
}