a { color: rgb(180,20,20);}
a:hover { color: rgb(180,180,180);}

.display-none { display: none !important; }

.box-shadow-10 { box-shadow: 0px 0px 10px 1px rgb(100,100,100); }
.box-shadow-20 { box-shadow: 0px 0px 20px 1px rgb(100,100,100); }

.border-radius-3 {border-radius: 3px;}

.border-style-solid { border-style: solid; }

.wordBreakWord { word-break: break-word; }

.bg-sfondo-login { background-color: #2b3445 !important; }
.sfondo-blu-scuro { background-color: #2b3445 !important; }
.sfondo-blu { background-color: #4b566b !important; }
.sfondo-giallo { background-color: #006738 !important; }

.sfondo-rosso {background-color: rgb(180,20,20); border-color: rgb(220,20,20); color: white;}
.sfondo-verde {background-color: #28a745; border-color: #28a745; color: white;}
.sfondo-azzurro_tema {background-color: #0e7a90; border-color: #0e7a90; color: white;}
.sfondo-grigio { background-color: #343a40; border-color: #343a40; color: white; }

.button-azzurro {background-color: #2b3445; border-color: #2b3445; color: white;}
.button-azzurro:hover {background-color: #4b566b; border-color: #4b566b; color: white;}

.button-giallo {background-color: #006738; border-color: #006738; color: #ffffff;}
.button-giallo:hover {background-color: #0d8c51; border-color: #0d8c51; color: #ffffff;}

.border-color-giallo { border-color: #006738; }

.testo-blu-scuro { color: #4b566b !important; }
.text-danger { color: #d9534f !important; }

.foto_profilo_menu
{ 
	width: 60px;
	height: 60px;
	margin: 20px auto;
}

.button40HAuto
{
	height: 40px;
  width: auto;
}

.Height100 { height: 100%; }
.Height300PX { height: 300px; }
.imgHeight300PX
{
  height: 300px;
  width: auto;
  text-align: center;
}

.widthAuto { width: auto; }

.cursorDefault { cursor: default; }
.cursorPointer { cursor: pointer; }

.etichetta {font-weight: bold; font-style: italic;}

.titolo-evento { font-size: 22px;  font-style: italic;}

.container_no_max_width {max-width:none !important;}

.card-header {background-color: #2b3445; color: white;}

.dropdown-item.active { background-color: #b41414 !important;}

.menu-link-attivo
{
	background-color: #b41414;
	border-radius: 5px;
	color: white !important;
}

.img_miniatura
{
  width: auto;
  height: auto;
  overflow: hidden;
}

.alert_fixed
{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
}

.onHoverYellow:hover { color: #006738 !important; transition: all 0.25s ease-in-out; }
.onHoverYellow { transition: all 0.25s ease-in-out; }

.navbar-expand-lg .mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu::before { background-color: transparent !important; }

.dataTables_filter { float: right; }

.page-item.active > .page-link { box-shadow: 0 0 white; }

.ButtonAnimato
{
  animation-name: AnimazioneButton;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes AnimazioneButton
{
  0%  	{opacity: 1;}
  10% 	{opacity: 0.8; transform:scale(1.5,1.5);}
  50% 	{opacity: 1;}
  95% 	{opacity: 0;}
  100%  {opacity: 0; display: none; padding: 0px; margin: 0px;}
}