@charset "utf-8";
/* CSS Document */

.color-webcron {
	color: rgba(0,114,199,255);
}
.btn-webcron {
  color: #ffffff;
  background-color: #3BC0C6;
  border-color: #3BC0C6;
}

.badge {
	border-radius: unset;
}



.shape_cover{
	position:inherit;
	width: 490px;
	padding-left:5px;
	margin-bottom:10px;
	background-color:#0F3;
	z-index:2000;
}

.shape{
	width: 490px;
	padding-left:5px;
	margin-bottom:10px;
}
.shape_out {
	width: 480px;
	height: 140px;
	background: #D9D9D9;
	/*border-radius: 50px;*/
	position:static;
	cursor:pointer;	
	padding-left: 15px;
	line-height:120px;
	margin-right:25px;	
	font-weight:bold;	
}
.shape_in {
	width: 300px;
	height: 110px;
	background: #FFFFFF;
	color:#000000;
	/*border-radius: 40px;*/
	top: 15px;
	text-align:right;	
	/*font-size:110px;*/
	text-align: center;
	font-size: 7em;
	line-height:115px;
	font-family: Arial,sans-serif;
	font-weight:bold;
	position:relative;
}
.partido{
	color:#000000;
	float:right;
	width:160px;
	height:110px;
	margin-left:15px;
	margin-top:10px;	
}
.sinal{
	float:left;
	left:5px;
	top:5px;
	width:40px;
	height:40px;
	/*margin-left:15px;
	margin-top:10px;
	*/
	background-color:#CF3;
	position:relative;
	z-index:10000;
}
/* Cleaner, but slightly less support: use "50%" as value */
.container1 {  
	padding: 0 0px;
}
label{
	cursor:pointer;
}


.btn-webcron:hover,
.btn-webcron:focus,
.btn-webcron:active,
.btn-webcron.active,
.open .dropdown-toggle.btn-webcron {
  color: #ffffff;
  background-color: #3BC0C6;
  border-color: #3BC0C6;
}
.btn-webcron:active,
.btn-webcron.active,
.open .dropdown-toggle.btn-webcron {
  background-image: none;
}
.btn-webcron.disabled,
.btn-webcron[disabled],
fieldset[disabled] .btn-webcron,
.btn-webcron.disabled:hover,
.btn-webcron[disabled]:hover,
fieldset[disabled] .btn-webcron:hover,
.btn-webcron.disabled:focus,
.btn-webcron[disabled]:focus,
fieldset[disabled] .btn-webcron:focus,
.btn-webcron.disabled:active,
.btn-webcron[disabled]:active,
fieldset[disabled] .btn-webcron:active,
.btn-webcron.disabled.active,
.btn-webcron[disabled].active,
fieldset[disabled] .btn-webcron.active {
  background-color: #24959B;
  border-color: #24959B;
}
