.brand-link{
	color:gray!important;
}

.blink {
  animation:2s blinker linear infinite;
  -webkit-animation:2s blinker linear infinite;
  -moz-animation:2s blinker linear infinite;
  color: red;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.header_table_elenco{
    float: right;
}
.bootstrap-select .dropdown-menu{
  transform: translate3d(0px, 0px, 0px)!important;
  position: relative!important;
}

.main-sidebar{
  background-color: #fff!important;
}

.login-page{
  background: url("../vendor/adminlte/dist/img/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.info_corso{
  
}