<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dialogModal_header
{
	font-family: dinbek_mediumregular;
    font-weight: bold;
    color: #222222;
    font-size: 1em;
    text-transform: uppercase;
}
/* Header da Ficha de Jogo */
#dmc-modal-game table {
    width: 100%;
    padding: 0px !important;
    border-top: 0px solid #e5e5e5 !important;
    border-bottom: 0px solid #e5e5e5 !important;
}
#dmc-modal-game table td.dmc-resul {
    text-align: center;
    color: #000000;
    height: 20px;
    font-family: dinbek_mediumregular;
    font-size: 16px;
    font-size: 4vw;
}
#dmc-modal-game span.team-name {
    text-align: center;
    font-family: dinbek_mediumregular;
    font-weight: bold;
    color: #222222;
    font-size: 16px;
    font-size: 4vw;
    text-transform: uppercase;
}
#dmc-modal-game a {
    text-decoration: none;
}
#dmc-modal-game td.team-cruz {
    font-family: dinbek_mediumregular;
    color: #aeaeae;
    font-size: 16px;
    font-size: 4vw;
}
/* NavegaÃ§Ã£o */
#dmc-modal-game .tab-switcher
{
	cursor: pointer;
}
#dmc-modal-game nav
{
	display: block;
	height: 25px;
	margin-bottom: 5px;
	background-color: #CD6121;
}
#dmc-modal-game nav div
{
	display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: dinbek_mediumregular;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    padding: 3px;
    float: left;
    height: 25px;
    width: 33%;
}
#dmc-modal-game nav div.dmc-margin
{
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}
#dmc-modal-game nav div.selected
{
	background-color: #000000;
    color: #FFFFFF;
}
#dmc-modal-game .dmc-header {
	clear: both;
    background: rgb(237,153,7);
    background: -moz-linear-gradient(top, rgba(237,153,7,1) 0%, rgba(228,112,34,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,153,7,1)), color-stop(100%,rgba(228,112,34,1)));
    background: -webkit-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: -o-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: linear-gradient(to bottom, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9907', endColorstr='#e47022',GradientType=0 );
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #cd6121;
    font-family: dinbek_mediumregular;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    padding: 3px 10px 3px 10px;
}
#dmc-modal-game .dmc-marcadores
{
	font-size: 1em;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
    font-family: dinbek_mediumregular;
    padding: 10px;
    white-space: nowrap;
}
#dmc-modal-game .dmc-marcadores.left
{
	float: left;
	width: 50%;
	text-align: right;
}
#dmc-modal-game .dmc-marcadores.right
{
	float: right;
	width: 50%;
	text-align: left;
}
#dmc-modal-game .dmc-minuto
{
	width: 5%;
	font-family: dinbek_mediumregular;
	color: #000000;
	font-size: 14px;
	text-align: center;
	border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px;
}
#dmc-modal-game .dmc-home
{
	font-family: dinbek_mediumregular;
	color: #000000;
	font-size: 14px;
	border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px;	
}
#dmc-modal-game .dmc-away
{
	font-family: dinbek_mediumregular;
	color: #000000;
	font-size: 14px;
	border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px;	
    text-align: right;
}
#dmc-modal-game .dmc-icon
{
	vertical-align: middle;
	padding-right: 5px;
	width: 20px;
}
#dmc-modal-game .dmc-icon.right
{
	padding-left: 5px;
	padding-right: 0px;
}
#dmc-modal-game .dmc-message
{
	color: #CD6121;
}
#dmc-modal-game dl { 
  margin-top: 10px; 
  padding: 0;    
  font-family: dinbek_mediumregular;
	color: #000000;
	font-size: 14px;                 
}
#dmc-modal-game dd { 
  position: relative; /* IE is dumb */
  display: block;                 
  float: left;     
  width: 100%;
  background-color: rgb(23,113,150);
  background-size: 30px;
  background-repeat: repeat-x;
  border-radius: 5px;
  border: 1px solid rgb(185,185,185);
  margin-bottom: 10px;
}
#dmc-modal-game dd div { 
  position: relative; 
  background-color: rgb(212,63,34);
  background-size: 30px;
  background-repeat: repeat-x;
  height: 10px; 
  width: 75%; 
  text-align:right; 
}
#dmc-modal-game .dmc-onze
{
	font-family: dinbek_mediumregular;
	color: #000000;
	font-size: 14px;
	border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px;
}
#dmc-modal-game .dmc-onze.right
{
	text-align: right;
}
#dmc-modal-game .dmc-tit-line
{
	font-family: dinbek_mediumregular;
	font-size: 16px;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	color: #aeaeae;
}
/* PÃ¡gina de Ficha de Equipa */
#dmc-modal-team .head
{
	background: rgb(237,153,7);
    background: -moz-linear-gradient(top, rgba(237,153,7,1) 0%, rgba(228,112,34,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,153,7,1)), color-stop(100%,rgba(228,112,34,1)));
    background: -webkit-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: -o-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: linear-gradient(to bottom, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9907', endColorstr='#e47022',GradientType=0 );
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #cd6121;
    margin: auto;
}
#dmc-modal-team .head .title-detail {
    font-size: 4vw;
    display: table;
    font-family: dinbek_mediumregular;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-transform: uppercase;
}
#dmc-modal-team .head .title-detail .team-logo {
    position: relative;
    float: left;
    z-index: 1;
    padding-top: 10px;
}
#dmc-modal-team .head .title-detail .team-logo img {
    background-color: white;
    border-radius: 60px;
    padding: 5px;
    margin-left: 1px;
    width: 100px;
}
#dmc-modal-team .head .title-detail .team-name {
    float: left;
    color: #FFFFFF;
    display: table;
    padding-top: 40px;
    text-shadow: 0px 1px 1px #4d4d4d;
    padding-left: 5px;
}
#dmc-modal-team .head .title-detail .team-name .team-more {
    display: block;
    padding-top: 25px;
    color: #FFFFFF;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
#dmc-modal-team .head .title-detail .eq {
    float: right;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    padding-top: 10px;
}
#dmc-modal-team .head .title-detail .team-line {
    position: relative;
    height: 20px;
    background-color: #cd6121;
    top: 60px;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: dotted;
}
/* NavegaÃ§Ã£o */
#dmc-modal-team .tab-switcher
{
	cursor: pointer;
}
#dmc-modal-team nav
{
	display: block;
	height: 25px;
	margin-bottom: 5px;
	background-color: #CD6121;
}
#dmc-modal-team nav div
{
	display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: dinbek_mediumregular;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    padding: 3px;
    float: left;
    height: 25px;
    width: 33%;
}
#dmc-modal-team nav div.dmc-margin
{
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}
#dmc-modal-team nav div.selected
{
	background-color: #000000;
    color: #FFFFFF;
}
#dmc-modal-team .modal-stats .modal-boll
{
	display: table;
    margin: auto;
    margin-top: 5px;
}
#dmc-modal-team .modal-stats .dmc-header.competitions
{
	font-family: dinbek_mediumregular;
	text-transform: uppercase;
}
#dmc-modal-team .modal-stats .modal-boll .boll
{
	/*font-size: 2em;*/
	font-size: 1em;
	line-height: 1.2em;
	color: #ff9600;
	text-align: center;
	font-family: dinbek_mediumregular;
	margin: 5px;
	float:left;
}
#dmc-modal-team .modal-stats .modal-boll .boll span 
{
	/*width: 55px;*/
	width: 35px;
    display: block;
	background-color: black;
    border-radius: 50%;
    padding: 10px;
    margin:auto;
}
#dmc-modal-team .modal-stats .modal-boll .boll p 
{
	color: #404040;
	font-family: dinbek_mediumregular;
	font-size: 0.8em;
}
#dmc-modal-team .modal-stats .modal-boll .boll.final
{
	border-right: 1px solid #EB8E0E;
    padding-right: 10px;
    
}
/* Top Goleadores */
#dmc-modal-team .modal-topgoleadores table
{
    width: 100%;
}
#dmc-modal-team .modal-topgoleadores .modal-top-cab tr td
{
    background: #fdd401;
    color: #484848;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: dinbek_mediumregular;
    height: 41px;
}
#dmc-modal-team .modal-topgoleadores .modal-top td
{
    font-family: dinbek_mediumregular;
    background-color: #fafafa;
    color: #b8b8b8;
    height: 70px;
    font-size: 14px;
    border-bottom-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
}
#dmc-modal-team .modal-topgoleadores .modal-top td figure
{
    width: 60px;
    height: 60px;
    margin-right: .5em;
    border-radius: 50%;
    overflow: hidden;
}
#dmc-modal-team .modal-topgoleadores .modal-top td figure img {
    width: 60px;
    max-width: inherit;
    max-height: inherit;
    vertical-align: top;
    margin-top: -5px;
}
/* Plantel */
#dmc-modal-team .modal-players .dmc-tit-line
{
    font-family: dinbek_mediumregular;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    text-transform: uppercase;
    color: #aeaeae;
}
#dmc-modal-team .modal-players .dmc-lineups table
{
    width: 100%;
}
#dmc-modal-team .modal-players .dmc-lineups .dmc-onze
{
    font-family: dinbek_mediumregular;
    color: #000000;
    font-size: 14px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px;
}
#dmc-modal-team .modal-players .dmc-lineups .dmc-onze.right
{
    text-align: right;
}
/* Ficha de Jogador */
#dmc-modal-player .head
{
    background: rgb(237,153,7);
    background: -moz-linear-gradient(top, rgba(237,153,7,1) 0%, rgba(228,112,34,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,153,7,1)), color-stop(100%,rgba(228,112,34,1)));
    background: -webkit-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: -o-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: linear-gradient(to bottom, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9907', endColorstr='#e47022',GradientType=0 );
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #cd6121;
    margin: auto;
}
#dmc-modal-player .head .title-detail {
    font-size: 1vw;
    display: table;
    font-family: dinbek_mediumregular;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-transform: uppercase;
}
#dmc-modal-player .head .title-detail .team-logo {
    position: relative;
    float: left;
    z-index: 1;
    padding-top: 10px;
}
#dmc-modal-player .head .title-detail .team-logo img {
    background-color: white;
    border-radius: 60px;
    padding: 5px;
    margin-left: 1px;
    width: 100px;
}
#dmc-modal-player .head .title-detail .team-name {
    float: left;
    color: #FFFFFF;
    display: table;
    padding-top: 40px;
    text-shadow: 0px 1px 1px #4d4d4d;
    padding-left: 5px;
}
#dmc-modal-player .head .title-detail .eq {
    float: right;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    padding-top: 10px;
}
#dmc-modal-player .head .title-detail .team-name .team-more {
    display: block;
    padding-top: 25px;
    color: #FFFFFF;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
#dmc-modal-player .head .title-detail .team-name .pl-full
{
    display: inline;
}
#dmc-modal-player .head .title-detail .team-name .pl-little
{
    font-size: 14px;
}
#dmc-modal-player .head .title-detail .team-name .pl-little::before {
    content: " (";
}
#dmc-modal-player .head .title-detail .team-name .pl-little::after {
    content: ") ";
}
#dmc-modal-player .head .title-detail .team-line
{
    position: relative;
    height: 20px;
    background-color: #cd6121;
    top: 60px;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: dotted;
}
#dmc-modal-player .dmc-header.player
{
    clear: both;
    background: rgb(237,153,7);
    background: -moz-linear-gradient(top, rgba(237,153,7,1) 0%, rgba(228,112,34,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,153,7,1)), color-stop(100%,rgba(228,112,34,1)));
    background: -webkit-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: -o-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    background: linear-gradient(to bottom, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9907', endColorstr='#e47022',GradientType=0 );
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #cd6121;
    font-family: dinbek_mediumregular;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    padding: 3px 10px 3px 10px;
}
#dmc-modal-player .modal-player thead tr td 
{
    background: #fdd401;
    color: #484848;
    font-size: 1em;
    text-transform: uppercase;
    font-family: dinbek_mediumregular;    
    height: 41px;
    text-align: center;
}
#dmc-modal-player .modal-player thead tr td.left
{
    text-align: left;
    padding-left: 10px;
}
#dmc-modal-player .modal-player tbody tr td
{
    font-family: dinbek_mediumregular;
    background-color: #fafafa;
    color: #b8b8b8;
    height: 41px;
    font-size: 0.9em;
    text-align: center;
    border-bottom-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
}
#dmc-modal-player .modal-player tbody tr td.left
{
    text-align: left;
    padding-left: 10px; 
    width: 20%;
}
#dmc-modal-player .modal-player tbody tr td.modal-none
{
    color: #000000;
    background-color: #FFFFFF;
    padding: 5px;
}
@media screen and (max-device-width: 640px){
    #dmc-modal-team .modal-stats .dmc-header.competitions
    {
        padding-bottom: 10px;
    }
    #dmc-modal-team .modal-stats .modal-boll .boll.final
    {
        border: none;
        padding-right: 0;
    }
    #dmc-modal-team .modal-stats .modal-boll .boll p
    {
        max-width: 54px;
    }
    #dmc-modal-player .head .title-detail .team-name .pl-full
    {
        display: none;
    }
    #dmc-modal-player .head .title-detail .team-name .pl-little::before {
        content: "";
    }
    #dmc-modal-player .head .title-detail .team-name .pl-little::after {
        content: "";
    }
    #dmc-modal-player .modal-player tbody tr td
    {
        font-size: 0.8em;
    }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px){
	.vs-landing .header-fixed
	{
		width: 100%;
	}
	.vs-landing #header #templatemo_menu
	{
		display: table-row;
	}
	#dmc-modal-game span.team-name
	{
		font-size: 3vw;
	}
	#dmc-modal-team .head .title-detail {
		font-size: 1.5vw;
	}
	#dmc-modal-team .head .title-detail .team-name {
		padding-top: 30px;
		padding-left: 20px;
	}
	#dmc-modal-team .head .title-detail .team-name .team-more {
		font-size: 15px;
	}
}
@media screen and (min-width: 1025px) {
	#dmc-modal-game span.team-name
	{
		font-size: 1.5vw;
	}	
	#dmc-modal-game table td.dmc-resul
	{
		font-size: 1.5vw;
	}
	#dmc-modal-game td.team-cruz
	{
		font-size: 1.5vw;	
	}
	#dmc-modal-team .head .title-detail {
		font-size: 1.5vw;
	}
	#dmc-modal-team .head .title-detail .team-name {
		padding-top: 30px;
		padding-left: 20px;
	}
	#dmc-modal-team .head .title-detail .team-name .team-more {
		font-size: 15px;
	}
}</pre></body></html>