@import url("/css/font/bootstrap-icons.css");

/* CSS Document */
.logo{
	width: 230px;
	max-width: 80%;
}
.logo-footer{
	width: 230px;
	max-width: 80%;
}
.text-logo{
	font-size: 2rem;
	color: #104587;
	font-weight: bold;
}
.navbar-brand{
	margin: 0;
	text-align: center;
}
.bg-table-1{
	background-color: #eee;
}
.bg-table-2{
	background-color: #ddd;
}
.bg-table-3{
	background-color: #ccc;
}
#bg-calcio {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    /*background-color: #104587;*/
    z-index: 1;
}
.bg-img-calcio {
    /*position: absolute;
    top: 0px;
    left: 0px;
    width: 1000%;
    height: 100%;
    
	background: url(/img/bg-fanta-football.png) ; 
    background-size: 100% auto;
	background-repeat: no-repeat;
background-position: 0 bottom;
	-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
	min-height: 200px;*/
}
.bg-img-hockey {
    /*position: absolute;
    top: 0px;
    left: 0px;
    width: 1000%;
    height: 100%;
    
	background: url(/img/bg-fanta-hockey.png) ; 
    background-size: 100% auto;
	background-repeat: no-repeat;
background-position: 0 bottom;
	-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
	min-height: 200px;*/
}
#container-sport{
	z-index: 2;
}
.bg-hockey{
	background-color: #047760;
}
.loghetti{
	width: 60px;
	/*max-width: 60%;*/
}
.button-scelta{
	/*width: 100%;*/
	display: inline-block;	
	/*color: #fff;*/
	text-decoration: none;
	font-size: 1.0rem;
	line-height: 100%;
	padding: 0.5rem 0.75rem;
}
a.button-scelta{
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.21); 
box-shadow: 0px 2px 6px -4px rgba(0,0,0,0.21);
	-webkit-border-bottom-right-radius: 0.75rem;
-webkit-border-bottom-left-radius: 0.75rem;
-moz-border-radius-bottomright: 0.75rem;
-moz-border-radius-bottomleft: 0.75rem;
border-bottom-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
	-webkit-transition: background-color 2s ease;
  -moz-transition: background-color 2s ease;
  -o-transition: background-color 2s ease;
  transition: background-color 2s ease;
}
a.button-scelta-h1{
	color: #047760;
}
a.button-scelta-h2{
	color: #bea669;
}
a.button-scelta-h3{
	color: #800080;
}
a.button-scelta-f{
	color: #104587;
}
a.button-scelta:hover{
	color: #fff;
	background-color: #104587;
}
a.button-scelta-h1:hover{
	background-color: #047760;
}
a.button-scelta-h2:hover{
	background-color: #bea669;
}
a.button-scelta-h3:hover{
	background-color: #4F004F;
}
a.button-scelta:hover .loghetti-c{
	display: none;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.button-scelta:hover .loghetti-b{
	display: block !important;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.button-scelta-h1.attivo{
	color: #fff;
	background-color: #047760;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.21); 
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.21);
}
a.button-scelta-h2.attivo{
	color: #fff;
	background-color: #bea669;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.21); 
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.21);
}
a.button-scelta-h3.attivo{
	color: #fff;
	background-color: #4F004F;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.21); 
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.21);
}
a.button-scelta-f.attivo{
	color: #fff;
	background-color: #104587;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.21); 
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.21);
}
a.button-scelta.attivo .loghetti-c{
	display: none;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.button-scelta.attivo .loghetti-b{
	display: block !important;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-close-white {
    color: #fff;
    /*background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;*/    
}
.bk-hockey{
	/*background: url(/img/bk-hockey.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.bk-cover{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.campo{
	background-color: #76C914;
}
@media all and (max-width:676px) {
	.logo{
		width: 200px;
		max-width: 100%;
	}
	.loghetti {
		width: 40px;
		max-width: 90%; 
	}
	a.button-scelta{
		font-size: 0.75rem;
	}
}
.loader-image-container img {
	width: 64px;
	height: 64px;
}

.img-no-border {
    border: none;
}

.field-nome-player {
    color: red;
    text-decoration: none;
    border: 1px solid blue;
    padding: 5px 10px;
    background-color: white;
	border-radius: 5px;
}

.field-nome-player:hover {
    color: red
}

.disabilita_a {
      pointer-events: none;
      opacity: 0.5;
    }