

html {
	font-family: 'Exo 2', sans-serif!important;
	font-family: 'Russo One', sans-serif!important;

}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;

}


ol, ul, li,
.list-group-item,
ul.list-group
{
	list-style: none!important;
}

body {
	font-family: 'Exo 2', sans-serif;

}



.text-dark-blue {
	color:#112e48 ;
}
.bg-dark-blue {
	background: #112e48;
}
.text-dark-red {
	color: #cc2b21;
}
.bg-dark-red {
	background: #cc2b21;
}


.shadow
{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.3)!important;
}


#wrapper.newHeader {

	width: 100%;
	background-image: url('https://www.fantamanagerleague.it/assets/images/background/bg-stadium.webp');
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}




.border-result {
	border-top:1px solid #000;
	border-bottom:1px solid #424242;
	border-right:1px solid #000;
	border-left:1px solid #424242;

}

.bg-black {
	background: black;
}


.bg-stadium {
	background-image: url('https://www.fantamanagerleague.it/assets/images/background/bg-stadium.webp');
	background-position: center;
	background-attachment: inherit;
	background-blend-mode: saturation;
	background-color: #09131d8a;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-diego {
	background-image: url('https://www.fantamanagerleague.it/assets/images/background/bg-diego.webp');
	background-position: center;
	background-attachment: inherit;
	background-blend-mode: saturation;
	background-color: #09131d8a;
	background-size: cover;
	background-repeat: no-repeat;
}


.login-wrap {
	overflow: auto;
	padding: 30px 0;
}


	.panel {
		width: 360px;
		background: #fff;
		box-shadow: 0 -8px 0 -2px rgba(255, 255, 255, 0.7), 0 2px 5px rgba(0, 0, 0, 0.15);
		border-radius: 8px;
		color: #666;
		margin: auto;
		text-align: center;

		left: 0;
		right: 0;
		top: 0;
		bottom: 0;

	}
	.panel h2 {
		display: inline-block;
		text-align: left;
		border-left: 3px solid;
		padding-left: 35px;
		width: 100%;
		font-weight: 200;

	}
	.panel a {
		text-decoration: none;
		color: #999;
		display: inline-block;
		margin-top: 35px;
	}
	.panel a:hover {
		color: #0a2634;
		text-decoration: underline;
	}

	.btn:hover {
		color: #fff;

		box-shadow: 0 -100px 0 0 #0a2634 inset;
	}

	.register-form {
		color: #fff;

		font-weight: 100;
		width: 72px;
		height: 72px;
		margin: 5px;
		padding: 0;
		border-radius: 100%;
		overflow: hidden;
		display: inline-block;
		cursor: pointer;
		left: 0px;
		top: 0px;
		position: relative;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.register-form .close {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		position: relative;
		top: 12px;
		width: 50px;
		height: 50px;
		z-index: 2;
		right: 10px;
		font-size: 50px;
		-webkit-transform: rotate(45deg);
		transform: rotate(40deg);
	}
	.register-form .formset, .register-form h2 {
		color: #fff;
		opacity: 0;
		position: relative;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	.register-form h2 {
		margin-bottom: 15px;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	.register-form .btn:hover {
		color: #fff;
	}
	.register-form .form-group .form-label, .register-form .form-group .form-control {
		color: #fff;
	}
	.register-form .form-group.focus:after {
		background: #fff;
	}
	.register-form .form-group.focus .form-label, .register-form .form-group.filled .form-label {
		color: #fff;
	}
	.register-form.open {
		background-color: #0a2634!important;
		width: 100%;
		height: 100%;
		position: absolute;
		margin: 0;
		cursor: inherit;
		z-index: 50;
		left: 0;
		top: 0;
		border-radius: 0px;
		-moz-transition: width 0.2s 0.2S, height 0.15s 0.25s, border-radius 0.6s, left 0.3s, top 0.3s;
		-o-transition: width 0.2s 0.2S, height 0.15s 0.25s, border-radius 0.6s, left 0.3s, top 0.3s;
		-webkit-transition: width 0.2s 0.2S, height 0.15s, border-radius 0.6s, left 0.3s, top 0.3s;
		-webkit-transition-delay: 0s, 0.25s, 0s, 0s, 0s;
		-webkit-transition: width 0.2s 0.2S, height 0.15s 0.25s, border-radius 0.6s, left 0.3s, top 0.3s;
		transition: width 0.2s 0.2S, height 0.15s 0.25s, border-radius 0.6s, left 0.3s, top 0.3s;
		overflow: scroll;
	}
	.register-form.open .close {
		top: 5px;
		right: 0px;
		font-size: 80px;
		opacity: .7;
		cursor: pointer;
		z-index: 2;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		color: aliceblue;
		font-weight: lighter;
	}
	.register-form.open .close:hover {
		opacity: 1;
	}
	.register-form.open .caption {
		font-size: 50px;
		margin: 50px auto 15px;
	}
	.register-form.open .formset, .register-form.open h2 {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-moz-transition: -moz-transform 0.5s 0.55s, opacity 1s 0.55s;
		-o-transition: -o-transform 0.5s 0.55s, opacity 1s 0.55s;
		-webkit-transition: -webkit-transform 0.5s, opacity 1s;
		-webkit-transition-delay: 0.55s, 0.55s;
		-webkit-transition: opacity 1s 0.55s, -webkit-transform 0.5s 0.55s;
		transition: opacity 1s 0.55s, -webkit-transform 0.5s 0.55s;
		transition: transform 0.5s 0.55s, opacity 1s 0.55s;
		transition: transform 0.5s 0.55s, opacity 1s 0.55s, -webkit-transform 0.5s 0.55s;
	}

	.formset {
		padding: 25px;
		max-width: 400px;
		margin: auto;
	}

.formset .form-group {
		border-bottom: 1px solid #ddd;
		position: relative;
		margin-bottom: 25px;
	}
.formset .form-group:after {
		content: '';
		position: absolute;
		height: 2px;

		width: 0px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -2px;
		opacity: 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
.formset .form-group .form-control {
		border: none;
		height: 35px;
		position: relative;
		z-index: 2;
		padding: 5px;
		background: none;

		width: 100%;
	}
.formset .form-group .form-control:focus,
.formset .form-group .form-control:active {
		box-shadow: none;
		outline: none;
	}
.formset .form-group .form-label {
		font-weight: 300;
		color: #bbb;
		right: 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		z-index: 1;
	}
.formset .form-group.focus:after {
		opacity: 1;
		width: 100%;
		background: #242223;
	}



/*end login page*/

.versus {
	width: 120px !important;
	height: 120px !important;
	left: 43.5%;

	z-index: 1;
	top: -4%;
}

.versus-int {
	width: 100px;
	height: 100px;
	background: white;
	margin: 10px;
}

.versus-h1 {
	font-size: 70px;
	line-height: 95px;
	color: red;
	height: 100%;
	text-align: center;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif !important;
}


#teamname1,#teamname2
{
	font-size: 1.3rem!important;
	margin-top: 25px;
}

div#score1 > input.form-control,
div#score2 > input.form-control{
	font-size: 2.5rem!important;
	font-weight: bold;
	text-align: center;
}

.list-group-horizontal > .list-group-item:first-child,
.list-group-item:first-child{
	border-bottom-left-radius:0 !important;
}

/*color btn */
.bg-blue,.btn-blue {
	background-color: #2051a0;
}




.submenu {
	height: auto;
	padding-top: 0px;
	margin-top: 9px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	display: none;
	right: -10px;
}


	
#doc {
	margin: auto;
	width: 1440px;
	}
	
#header {	
	background:none repeat scroll 0 0 #2c2c2c;

	margin:30px 0;
	padding:0px 49px 00px 0px;
	box-shadow: 2px 3px 9px 3px #151515;
	}
	
#navigation {	
    float: right;
	}

#main {
	position: relative;
	clear: both;	
	margin-top: 33px;
	}
	
#header .inner {
	margin: 0 auto;
	padding: 30px 0 0;	
	width: 960px;
	position: relative;
	}


#main, #new_header {
    margin: 0 auto;
    text-align: left;
	    max-width: 1440px;
	}


	
#bodyDash .inner {
	background: #ffffff;
	margin:0;
	overflow:hidden;
	}
				
#bodyDash #sidebar  {
	float:left;
	width: 240px;
	background:#2c2c2c;
	box-shadow: 2px 3px 9px 3px #151515;
	}

#bodyDash #sidebar img.avatar {
	border-radius:15%;
	box-shadow:  6px 7px 10px 1px #000;
	padding: 0;
	background: #fff;

	}

#bodyDash #sidebar .profile-img	{
	text-align: center;
	margin-top: 20px;
}

.logout {
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
}

.logout h2 {
	color: #FFFFFF;
}

#bodyDash #sidebar h2 {
	font-size:20px;
	color: white;
	text-align: center;

	}

#bodyDash #sidebar h3{
	text-align: center;
	padding:10px;
	font-size: 18px;
	color: #fff;
	background: #0c0c0c;
}

#bodyDash #sidebar .tools li.channel-tournament {
	background: #2051a0;
	margin-top: 10px;
	text-align: center;
}

#bodyDash #sidebar .tools li.channel-tournament a {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

#bodyDash #sidebar .tools li,
#bodyDash #sidebar .rtools li{
	border-top:1px solid #000;
	border-bottom:1px solid #424242;
	color:#5e5e5e;
	padding:15px;
	}	
	


#bodyDash #sidebar .tools a,
#bodyDash #sidebar .rtools a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
}

#bodyDash #sidebar .rtools .auction .btn-group a {
	color: #000000!important;
	font-weight: 700;
}


.newDash #dashContent {
	float: left;
    width: 1199px;
	}
	
#bodyDash #dashContent {
	background:none repeat scroll 0 0 transparent;}
	

.tournament {
	box-shadow: 2px 3px 9px 3px #151515;
}


.cat-box-main {

    padding: 15px;
	margin-bottom:20px;
	background: #0c0c0c;
	box-shadow: 2px 3px 9px 3px #151515;
	}

.cat-box-main h1,
.cat-box-main h2,
.cat-box-main h3,
.cat-box-main h4,
.cat-box-main h5 {
	color: #FFFFFF !important;
}

.cat-box-subtitle {
    text-align: center;
	padding: 5px;
	margin-bottom:5px;
	background: #2c2c2c;
	box-shadow: 3px 7px 10px 0px #111;
    }

.pagelink {
	background-color: #1d2f46;
	border: 1px solid #000000;
    list-style: none outside none;
    outline: medium none;
    overflow: hidden;
    padding: 10px;
	margin-bottom:15px;	
	}

#dashContent label {
	display: block;
    margin-bottom: 5px;
	}
	
.fields .inputWrap {
	border-radius: 3px 3px 3px 3px;
	height: 43px;
	margin: 0 auto 15px;
	width: 300px;
	}

	
.fields input#loginBtn {
	display:block;
	margin:10px auto;
	width:186px;
	}		
	
.clear {
	clear:both;}
	




#glogin a.button {
	font-size:12px;
	margin:12px 4px 0;
	padding-bottom:21px;
	padding-top:6px;
	float:left;
	}
	
a.button {
	border-radius:2px 2px 2px 2px;
	width:100px;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font-family:'Oswald', arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	} 	
	
fieldset, img {
	border:0 none;
	}
	
#uic_logout_ico {
	background:url('proclub/assets/images/logout-icon.png') no-repeat scroll 0 center transparent;
	display:inline-block;
	height:8px;
	position:relative;
	width:8px;
	margin-left:2px;
	}	


.grid1{
	width:340px;
	display: inline;
    float: left;
	margin:0;
	}
	
.grid2{
	width:340px;
	display: inline;
    float: right !important;
	margin:0;
	}	
	

.on{
	line-height: 24px;
	}

table.sortTable tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
    padding: 2px 3px;    
	}

table.sortTable td img {
    margin-left: 5px;
	width: 30px;
	height: 30px;
	}

.value {
    text-align: center;
	}
	
.l_player {
    text-align: left;
	}
	
.r_club {
    text-align: right;
	}
	


.row2{
	width:100%;
	clear: both;
    display: block;
    overflow: hidden;
	margin:0;
	padding:0;	
	}
.row3{
	width:100%;
	clear: both;
    display: block;
    overflow: hidden;
	margin:0;
	padding:0;	
	}

.pagination{
    float: left;
    height: 25px;
    padding: 1px 6px;
    width: 150px;	
	}
	


#loading, #load .loading, #load3 .loading, #load4 .loading, #load5 .loading, #load6 .loading{
    float: right;
    margin: 8px;
	}

#container .pagination ul li.inactive,
#container .pagination ul li.inactive:hover,
#container2 .pagination ul li.inactive,
#container2 .pagination ul li.inactive:hover,
#container3 .pagination ul li.inactive,
#container3 .pagination ul li.inactive:hover,
#container4 .pagination ul li.inactive,
#container4 .pagination ul li.inactive:hover,
#container5 .pagination ul li.inactive,
#container5 .pagination ul li.inactive:hover,
#container6 .pagination ul li.inactive,
#container6 .pagination ul li.inactive:hover{
            
    cursor: default;
	}

#container .data ul li, #container2 .data ul li, #container3 .data ul li, #container4 .data ul li, #container5 .data ul li, #container6 .data ul li
{
    list-style: none;                
    margin: 5px 0 5px 0;                
	}

#container .pagination ul li, #container2 .pagination ul li, #container3 .pagination ul li, #container4 .pagination ul li, #container5 .pagination ul li, #container6 .pagination ul li{
    list-style: none;
    float: left;                
    padding: 4px;                            
	}

#container .pagination ul li:hover, #container2 .pagination ul li:hover, #container3 .pagination ul li:hover, #container4 .pagination ul li:hover, #container5 .pagination ul li:hover, #container6 .pagination ul li:hover{     
    cursor: pointer;
	}

ul.submenu{
	display:none;
	}
	

	

.filter-medium {
	border-radius: 0;
    padding: 9px;
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
	font-size: 14px;
    line-height: 20px;	
	}

.span1 {
	margin-left: 0;
	width: 55%;
	box-sizing: border-box;
    display: block;
    float: left;
	min-height: 30px;	
	}
	
.span2 {
	margin-left: 0;
	width: 45%;
	box-sizing: border-box;
    display: block;
    float: left;
	min-height: 30px;	
	}	

.span1 h4 {
	line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;	
	}
	
.span7 {
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
    display: block;
    float: left;
	min-height: 30px;	
	}
	
.row2:before, .row2:after {
    content: "";
    display: table;
    line-height: 0;
	}
	
.row2:after {
    clear: both;
	}
	
.row2:before, .row2:after {
    content: "";
    display: table;
    line-height: 0;
	}
.row3:before, .row3:after {
    content: "";
    display: table;
    line-height: 0;
	}
	
.row3:after {
    clear: both;
	}
	
.row3:before, .row3:after {
    content: "";
    display: table;
    line-height: 0;
	}
	
.span3 {
    width: 270px;
	float:left;
	}
	
.span8 {
    width: 70px;
	float:left;
	}

.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
	}

.row-fluid:after {
    clear: both;
	}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
	}

.group {
	margin-bottom: 10px;
	display:inline-block;
	}

.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
	}

.row-fluid .span6 {
	width: 48.7179%;
	}
	
.row-fluid .span6-res {
	width: 230px;
	}

.row-fluid .span9 {
	width: 25%;
	}

.row-fluid .span10 {
	width: 10%;
	}
	
.row-fluid .span11 {
	width: 25%;
	margin-left:150px;
	}

.row-fluid .span12 {
	width: 10%;
	}
	
.row-fluid .span13 {
	width: 20%;
	margin-left:70px;
	}

.row-fluid .span14 {
	width: 75px;	
	}

.row-fluid .span20 {
	width: 20%;
	}

.row-fluid {
    width: 100%;
	}

.logo{
	height: 40px;
    width: 40px;
	float: right;
    margin-left: 10px;
    margin-right: 0;
	display: inline-block;
	vertical-align: top;
	}

.name{
	display: block;
    font-size: 153.9%;
    line-height: 100%;
	}
		
.subtitle {
	color:#444;	
	margin:8px 0 10px 4px;
	height:20px;
	font-size:18px;		
	}

.circle-out {	
	width: 15px; 
    height: 15px;    
	background:#CC0000;
	float:left;
	vertical-align:bottom;
	margin-right: 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	cursor:help;	
	}
	
.circle-ck1{ 
    width: 15px; 
    height: 15px;    
	background:#F6946B;
	float:left;
	vertical-align:bottom;
	margin-right: 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	cursor:default;	
	}
	
.circle-ck2{ 
    width: 15px; 
    height: 15px;    
	background:#15C300;
	float:left;
	vertical-align:bottom;
	margin-right: 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	cursor:default;	
	}
	
.circle-ck3{ 
    width: 15px; 
    height: 15px;
    background:#FF6666;
	float:left;
	vertical-align:bottom;
	margin-right: 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	cursor:default;	
	}
	
.circle-ck4{ 
    width: 15px; 
    height: 15px;
    background:#37C6F2;
	float:left;
	vertical-align:bottom;
	margin-right: 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;	
	padding:2px;
	cursor:default;
	}
	
.circle-ck5{ 
    width: 15px; 
    height: 15px;
    background:#932671;
	float:left;
	vertical-align:bottom;
	margin-right: 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	cursor:default;	
	}
	
.circle-ck6{ 
    width: 15px; 
    height: 15px;
    background:#326C9C;
	float:left;
	vertical-align:bottom;
	margin-right: 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	cursor:default;	
	}	

		
.container-limit {
	padding: 4px 0 0;	
	}

.container-limit span {
	margin: 2px;	
	}

.info-team ul {
	margin: 4px 0 0 0;	
	}
	
.cont-limits {
	clear: both;
    float: left;    
    padding: 4px 0;    
    width: 100%;
	}
.square {
	clear:both;
	float:left;
	padding-bottom:2px;	
	}

.cont-limits ul li {
	display:inline-block;
	padding:4px;	
	}	
	
.circle-out a, .circle-ck1 a, .circle-ck2 a, .circle-ck3 a, .circle-ck4 a, .circle-ck5 a, .circle-ck6 a{
	 color:#fff;
	}

.player-profile{
	background-color: #fff;    
    width: 300px;
	border: 1px solid #ebebeb;	
	}

.header-profile{
	background-color: #cc0000;   
    font-weight: bold;
    height: 40px;
    width: 100%;
	}

.player-name{
	color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    padding: 12px 10px 0 5px;
	float: left;
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    padding: 12px 10px 0 5px;
	}	
	
.team-emblem{
	float: right;
    height: 37px;
    padding: 4px 5px 0;
    text-align: center;
	}
	
.content-profile{
	background-color: #f9f9f9;
	padding: 0;
    width: 100%;
	}
		
.foto-profile{
	float: left;
    padding: 5px;
    width: 100px;
	}
		
.bid-profile{
	height: auto;
    max-width: 100%;
	}
		
.info-profile{
	float: left;
    width: 180px;
	}
		
.text-profile{
	font-size: 11px;
    line-height: 1.7;
    padding: 0 0 0 10px;
	}
	
.footer-profile{
	background-color:#F1F1F1;	
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 100%;
	}
	
.bid-form{
	padding:8px;
	text-align:center;
	height:30px;
	}

.bid-form input[type="submit"]{	
	margin:0 0 0 8px;	
	vertical-align:middle;
	line-height:20px;
	float:left;
	}

.bid-form input[type="text"]{
	float:left; 	
	}

.input-form{
	width:100%;
	}

.max-h .qtip-content {
	max-height:180px;	
	overflow:auto;	
	}

label.error {
  color: #CC0000;
  font-size:10px;
  display:inline;
  margin:0 40px 0 0;   
	}

.dash_content_sectionresult {
	width:auto;
	}

.cat-box-title h2 input[type="text"]{
	border:none;
	text-align:center;
	font-size:15px;
	width:15px;
	padding:0;
	font-weight: normal;
        text-rendering: optimizelegibility;
	font-family: "Oswald",sans-serif,arial;
	box-shadow:none;
	vertical-align:0;
	}

#center-column.left-large h2 {
	background: url("../images/bg-table.png") no-repeat scroll left top #FFFFFF;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 4px;
    padding: 0 8px;
    text-align: left;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
	}
	
#center-col {
	float:left;
	width:100%;
	}
.editbox
	{
	display:none
	}
.cb-row {
	display: inline;
    width: 20px;
	}

.player-tag {
	padding:4px;	
	}
	
.container-tags{
	width:325px;
	height:135px;
	background-color:#737373;
	color:#fff;	
	overflow:auto;
	border:1px solid #cccccc;
}
	
/** 
 bracket system start
 **/

#draggable{
	padding: 0.5em;
	display:inline-flex;	
	}

.container-bracket{
	border:1px solid #ddd;
	margin: 1em 0 !important;
        overflow-x: hidden !important;
		overflow-y:hidden !important;
        padding: 3em 0 1em 1em;
        position: relative !important;
        width: 100% !important;	
	cursor: grab;
	cursor:-webkit-grab;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}
	
.round{
	float: left;    
    position: relative;
    width: 190px;
}

#round1 .match{
    height: 120px;    
}

#round2 .match{
    height: 240px;    
}

#round3 .match{
    height: 480px;    
}

#round4 .match{
    height: 960px;    
}

#round5 .match{
    height: 1920px;    
}

#round6 .match{
    height: 3840px;    
}

.home-team{
	float: left;
    position: relative;
    width: 140px;
    color: #ffffff;    
    font-size: 12px;
    height: 30px;
    line-height: 30px;    
    min-width: 90px;
    overflow: hidden;
	z-index:1;
	padding: 0 5px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
background-color: #112e48;
	}
	
.home-team-play{
	float: left;
    position: relative;
    width: 140px;
    background-color: #ffc107!important;
    color: black;
    font-size: 12px;
    height: 30px;
    line-height: 30px;    
    min-width: 90px;
    overflow: hidden;	
	z-index:1; 
	padding: 0 5px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.home-team-play a {
	color:#ffffff;	
	}

.home-team-played{
	float: left;
    position: relative;
    width: 140px;    
	background-color: #424345;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;    
    min-width: 90px;
    overflow: hidden;	
	z-index:1; 
	padding: 0 5px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.home-team-played a {
	color:#ffffff;	
	}						
	
#round2 .home-team{
	top:25px;
	}
#round2 .home-team-play{
	top:25px;
	}
#round2 .home-team-played{
	top:25px;
	}		
	
#round3 .home-team{
	top:85px;
	}
#round3 .home-team-play{
	top:85px;
	}
#round3 .home-team-played{
	top:85px;
	}		
	
#round4 .home-team{
	top:205px;
	}
#round4 .home-team-play{
	top:205px;
	}	
#round4 .home-team-played{
	top:205px;
	}
	
#round5 .home-team{
	top:445px;
	}
#round5 .home-team-play{
	top:445px;
	}	
#round5 .home-team-played{
	top:445px;
	}
	
#round6 .home-team{
	top:925px;
	}
#round6 .home-team-play{
	top:925px;
	}	
#round6 .home-team-played{
	top:925px;
	}											

.away-team{
	float: left;
    position: relative;
    width: 140px;
    background-color:#112e48;
    color: #ffffff;    
    font-size: 12px;
    height: 30px;
    line-height: 30px;    
    min-width: 90px;
    overflow: hidden;	
	z-index:1; 
	padding: 0 5px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	}
	
.away-team-play{
	float: left;
    position: relative;
    width: 140px;
	background-color: #ffc107!important;
	color: black;
    font-size: 12px;
    height: 30px;
    line-height: 30px;    
    min-width: 90px;
    overflow: hidden;	
	z-index:1; 
	padding: 0 5px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	}

.away-team-play a {
	color:#ffffff;	
	}
	
.away-team-played{
	float: left;
    position: relative;
    width: 140px;
	background-color: #424345;
	color: #ffffff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;    
    min-width: 90px;
    overflow: hidden;	
	z-index:1; 
	padding: 0 5px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.away-team-played a {
	color:#ffffff;	
	}							
	
#round2 .away-team{
	top:22px;
	}
#round2 .away-team-play{
	top:22px;
	}
#round2 .away-team-played{
	top:22px;
	}		
	
#round3 .away-team{
	top:83px;
	}
#round3 .away-team-play{
	top:83px;
	}
#round3 .away-team-played{
	top:83px;
	}		
	
#round4 .away-team{
	top:204px;
	}
#round4 .away-team-play{
	top:204px;
	}
#round4 .away-team-played{
	top:204px;
	}
	
#round5 .away-team{
	top:442px;
	}
#round5 .away-team-play{
	top:442px;
	}
#round5 .away-team-played{
	top:442px;
	}
	
#round6 .away-team{
	top:925px;
	}
#round6 .away-team-play{
	top:925px;
	}
#round6 .away-team-played{
	top:925px;
	}													
	
.res1{
	display:block;
    position: relative;
    width: 20px;    
	background-color: #5e5e5e;     
    color: #ffffff;    
    font-size: 12px;
    height: 30px;
    line-height: 30px; 
	float:left;
	z-index:1;
	padding:0 2px;
	text-align:center;	         
	}

#round2 .res1{
	top:25px;
	}
	
#round3 .res1{
	top:85px;
	}
	
#round4 .res1{
	top:205px;
	}
	
#round5 .res1{
	top:445px;
	}
	
#round6 .res1{
	top:925px;
	}							
	
.res2{
	display:block;
    position: relative;
    width: 20px;    
	background-color: #5e5e5e;    
    color: #ffffff;    
    font-size: 12px;
    height: 30px;
    line-height: 30px; 
	float:left; 	
	z-index:1;
	padding:0 2px;
	text-align:center;	
	}
	
#round2 .res2{
	top:22px;
	}
	
#round3 .res2{
	top:83px;
	}
	
#round4 .res2{
	top:204px;
	}
	
#round5 .res2{
	top:442px;
	}
	
#round6 .res2{
	top:925px;
	}			
					
#round1 .connector{
	width:185px;
	height:40px;
	border:2px solid #000000;
	border-left:0px;
	top:20px;
	position:relative;	
	}
#round2 .connector{
	width:190px;
	height:120px;
	border:2px solid #000000;
	border-left:0px;
	top:40px;
	position:relative;
	right:5px;	
	}
	
#round3 .connector{
	width:190px;
	height:240px;
	border:2px solid #000000;
	border-left:0px;
	top:100px;
	position:relative;
	right:5px;	
	}
	
#round4 .connector{
	width:190px;
	height:480px;
	border:2px solid #000000;
	border-left:0px;
	top:220px;
	position:relative;
	right:5px;	
	}
	
#round5 .connector{
	width:190px;
	height:960px;
	border:2px solid #000000;
	border-left:0px;
	top:460px;
	position:relative;
	right:5px;	
	}
	
#round6 .connector{
	width:190px;
	height:1920px;
	border:2px solid #000000;
	border-left:0px;
	top:940px;
	position:relative;
	right:5px;	
	}					
	
#winner{
	text-align:center;
	margin-left:50px !important;
	}					
	
.t-winner{
	float: left;
    position: relative;            
    color: #fff;    
    font-size: 18px;
    height: 30px;       
    min-width: 90px;
    overflow: hidden;	 
	z-index:1; 	
	width:100%;
	line-height:26px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);	
	}

.cup-container{
	border:2px solid #ccc;
	background-color:#353535;	
	-moz-box-shadow: 10px 10px 10px #000;
	-webkit-box-shadow: 10px 10px 10px #000;
	box-shadow: 10px 10px 10px #000; 
	padding:4px;
	margin-bottom:14px;
	width:120px;
	height:120px;
	margin-left:24px;
	}				
	
/** 
 bracket system end
 **/


/*pallone doro */

 .tow{
	 background-image: url("../images/fieldVertical.jpg");
	 background-repeat: no-repeat;
	 background-size: 720px 100%;
	 min-height: 720px;
	 min-width: 720px;
	 max-width: 720px;
	 position: relative;
 }
.home_square{
	min-width:1120px;
}
.towgk,.towdfc1,.towdfc2,.towlti,.towltd,.towmcd,.towmi,.towmd,.towmco,.towdi,.towdd,.ttowgk,.ttowdfc1,.ttowdfc2,.ttowlti,.ttowltd,.ttowmcd,.ttowmi,.ttowmd,.ttowmco,.ttowdi,.ttowdd{
	position:absolute;
}

.towimg:hover{
	cursor: pointer;
}
.towgk{
	bottom:40px;
	left: 320px;
}
.towlti{
	bottom:160px;
	left: 120px;
}
.towdfc1{
	bottom: 140px;
	left: 400px;
}
.towdfc2{
	bottom: 140px;
	left: 240px;
}
.towltd{
	bottom: 160px;
	left: 520px;
}
.towmcd{
	bottom: 510px;
	left: 480px;
}
.towmi{
	bottom: 320px;
	left: 160px;
}
.towmd{
	bottom: 320px;
	left: 480px;
}
.towmco{
	bottom: 300px;
	left: 320px;
}

.towdi{
	bottom: 545px;
	left:320px;
}
.towdd{
	bottom: 510px;
	left:160px;
}
.ttowgk{
	bottom:25px;
	left: 320px;
}
.ttowlti{
	bottom:145px;
	left: 120px;
}
.ttowdfc1{
	bottom: 125px;
	left: 400px;
}
.ttowdfc2{
	bottom: 125px;
	left: 240px;
}
.ttowltd{
	bottom: 145px;
	left: 520px;
}
.ttowmcd{
	bottom: 495px;
	left: 480px;
}
.ttowmi{
	bottom: 305px;
	left: 160px;
}
.ttowmd{
	bottom: 305px;
	left: 480px;
}
.ttowmco{
	bottom: 285px;
	left: 320px;
}

.ttowdi{
	bottom: 530px;
	left:320px;
}
.ttowdd{
	bottom: 495px;
	left:160px;
}

.popover{
	background: none !important;
	border: 0 !important;
	box-shadow: 0 !important;
}
.popover-title{
	background: none !important;
	border:0!important;
}



/*----data table */

table.dataTable {
	border-collapse: collapse!important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before
{font-family:"dropways";font-size:14px}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before{content: "▲";}
table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after{content:"▼";right:.2em}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	font-family: "FontAwesome", serif;
	background: 0 0;
	content: "\f107";
	color: #444;
	font-size: 25px;



	margin-right: 0;}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: block;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0;
	display: block;
	width: 100%;}

.dtr-details li:first-child,
.dtr-details li{
	padding: 5px !important;
}