html,body{
  background-color: #1b181b;
  color: #1b181b;
  font-family: 'Numans', sans-serif;    
}

.header_image{
  background-image: url("/images/header.png");
}

/* Stili per desktop */
@media (min-width: 992px) {
  .form-control.input-control{
    font-size: 1.4em !important;
  }
  
  .labelIT{
    font-size: 1.2em !important;;
    font-weight: 400;
  }
  
  .labelEN{
    color: #818183;
    font-size: 1.0em !important;
    font-weight: 200 !important;
    margin-top: -8px !important;
  }

  .switch{
    font-size: 1.2em !important;
  }

}

/* Stili per mobile */
@media (max-width: 991px) {
  .form-control.input-control{
    font-size: 1.0em !important;
  }
  
  .labelIT{
    font-size: 1.0em !important;;
    font-weight: 400;
  }
  
  .labelEN{
    color: #818183;
    font-size: 0.9em !important;
    font-weight: 200 !important;
    margin-top: -8px !important;
  }

  .switch{
    font-size: 2.0em !important;
  }
}


#divPageContainer{  
  display: inline-table;  
}

.hidden {  display: none; }

.bgdark-opacity-0 { background-color: rgba(0,0,0,0); }
.bgdark-opacity-10 { background-color: rgba(0,0,0,0.1); }
.bgdark-opacity-20 { background-color: rgba(0,0,0,0.2); }
.bgdark-opacity-30 { background-color: rgba(0,0,0,0.3); }
.bgdark-opacity-40 { background-color: rgba(0,0,0,0.4); }
.bgdark-opacity-50 { background-color: rgba(0,0,0,0.5); }
.bgdark-opacity-60 { background-color: rgba(0,0,0,0.6); }
.bgdark-opacity-70 { background-color: rgba(0,0,0,0.7); }
.bgdark-opacity-80 { background-color: rgba(0,0,0,0.8); }
.bgdark-opacity-90 { background-color: rgba(0,0,0,0.9); }

.bglight-opacity-0 { background-color: rgba(255,255,255,0.0); }
.bglight-opacity-10 { background-color: rgba(255,255,255,0.1); }
.bglight-opacity-20 { background-color: rgba(255,255,255,0.2); }
.bglight-opacity-30 { background-color: rgba(255,255,255,0.3); }
.bglight-opacity-40 { background-color: rgba(255,255,255,0.4); }
.bglight-opacity-50 { background-color: rgba(255,255,255,0.5); }
.bglight-opacity-60 { background-color: rgba(255,255,255,0.6); }
.bglight-opacity-70 { background-color: rgba(255,255,255,0.7); }
.bglight-opacity-80 { background-color: rgba(255,255,255,0.8); }
.bglight-opacity-90 { background-color: rgba(255,255,255,0.9); }

.debug{ color:#fff; background-color: rgba(0,0,0,0.7); padding:10px; margin: 100px 30px 0 30px}

.my-warning { 
  color: #fb0;  
}

.page-item, .page-link{
  color: #666 !important;
}

.page-item.active, .page-link.active{
  background-color: #fb0 !important;
  border-color: #fb0 !important;
  color: #000 !important;
}

btn:focus, a:focus
{
  outline: none;
}
.navbar-toggler:focus
{
  outline: none !important;
  box-shadow: none;
}

.text-shadow{
  text-shadow: 1px 1px 3px #000; 
}

.contentBox {
  box-sizing: content-box;
}

.debugNote {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #aaa;
}

.footer {
	text-align: center;
	color: #999;
	font-size: 10px;
}

.date_selector {
  width: 120px;
  text-align: center;
}

.not-visible {
  visibility: hidden !important;
}

.dt-paging-button.current {
  background-color: #Fb0 !important;
}

a i:hover {
  color:#c00 !important;
}