/* 20130515-0955 */

/*****
 * Fonte face para substituicao das requisicoes do klavikator
 ******/
@font-face {
    font-family: 'klavikaRegular';
    /*src: url('../../fonts/klavika/KlavikaRegular.woff') format('woff');*/
    /*src: url('http://s1.trrsf.com.br/atm/3/core/_fonts/KlavikaWebBasicLight.woff');*/
    src: url('http://s1.trrsf.com.br/atm/3/core/_fonts/KlavikaWebBasicRegular.woff');
    font-smooth: always;
    font-style: bold;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialized;
}

.font-m_24 {
    font-family: 'klavikaRegular', Arial, Sans-Serif;
    color: #47423a;
    font-size: 24px;
}

.font-m_sh1 {
    font-family: 'klavikaRegular', Arial, Sans-Serif;
    font-size: 18px;
    text-transform: lowercase;
    color: #beb7af;
}

.font-m_ph {
    font-family: 'klavikaRegular', Arial, Sans-Serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #47423a;
}

.font-m_ph2 {
    font-family: 'klavikaRegular', Arial, Sans-Serif;
    font-size: 18px;
    text-transform: uppercase;
    /*color: #aca299;*/
    
}

.font-m_18 {
    font-family: 'klavikaRegular', Arial, Sans-Serif;
    font-size: 18px;
    text-transform: capitalize;
    color: #47423a;
}

.font-m_20 {
    font-family: 'klavikaRegular', Arial, Sans-Serif;
    font-size: 20px;
    text-transform: capitalize;
}

/*******/

/* Overwrite */
.ttl-page {
	width: 500px;
	float: left;
	text-indent: 0;
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	color: #463F39;
}

.ttl-page a {
	color: #463F39;
}

.section-link {
	font-family: 'klavikaLight', Arial, Sans-Serif;
	font-size: 24px;
	color: #464139;
	font-weight: normal;
	background-position: right -267px !important;
}

.section-link .highlight {
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-weight: normal;
}

.ctn-page-header {
	overflow: hidden;
}

#content-sharer {
	float: right;
	margin-top: -2px;
}

/* general stuff */
.lin-hor-solid {
	clear: both;
	height: 1px;
	background: #DDDDDD;
	border: 22px solid white;
	border-left: 0;
	border-right: 0;
}

.lin-ver-dotted {
	background: url('http://s1.trrsf.com.br/atm/3/core/_img/lin-dotted.png') right top repeat-y;
	width: 1px;
	height: 17px;
}

.separator {
	background: #FFFFFF;
	border-width: 18px;
}

.blue-tooltip {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 96px;
	height: 36px;
	background: url('../_img/ico-general.png') no-repeat left -135px;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	color: #FFFFFF;
	margin-left: -55px;
}

/* Lottery Results */
.mod-lottery-results {
	border: 3px solid #ECEAE7;
	padding: 18px;
	box-sizing: border-box;
}

.mod-lottery-results .lin-hor-solid {
	height: 2px;
}

.mod-lottery-results .pagination {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 18px;
	height: 24px;
}

.mod-lottery-results .pagination a,
.mod-lottery-results .pagination span,
.mod-lottery-results .pagination strong,
.mod-lottery-results .pagination input {
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	height: 24px;
}

/* stupid, retarded IE7 bugs */
.lt-ie8 .mod-lottery-results .pagination {
	padding-left: 80px;
}

.lt-ie8 .mod-lottery-results .pagination a,
.lt-ie8 .mod-lottery-results .pagination span,
.lt-ie8 .mod-lottery-results .pagination strong,
.lt-ie8 .mod-lottery-results .pagination input {
	float: left;
}
/* //stupid, retarded IE7 bugs */

.mod-lottery-results .pagination input {
	box-sizing: content-box;
	border: 1px solid #47423A;
	border-radius: 3px;
	padding: 0 4px;
	width: 45px;
	text-align: center;
	font-size: 18px;
	margin-top: -1px;
}

.mod-lottery-results .pagination input:focus {
	outline: 0;
	border-color: #FF9900;
	color: #FF9900;
}

.mod-lottery-results .pagination .accumulated-ipt:focus{
	border-color: #FF9900 !important;
	color: #FF9900;
}


.mod-lottery-results .pagination span {
	font-family: 'klavikaLight', Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #999999;
	margin: 0 4px 0 0; /* translates to 8px visually */
}

.mod-lottery-results .pagination .bull {
	margin: 0 7px;
}

.mod-lottery-results .pagination strong {
	font-size: 18px;
	color: #463F39;
	font-weight: normal;
}

.mod-lottery-results .previous,
.mod-lottery-results .next {
	background: url('../_img/ico-general.png') no-repeat;
	width: 23px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 18px; /* translates to 22px visually */
}

.mod-lottery-results .previous {
	background-position: left -10px;
}

.mod-lottery-results .next {
	background-position: right -10px;
}

.mod-lottery-results .previous:hover {
	background-position: left -60px;
}

.mod-lottery-results .next:hover {
	background-position: right -60px;
}

.mod-lottery-results .previous.disabled {
	background-position: left -35px!important;
	cursor: default;
}

.mod-lottery-results .next.disabled {
	background-position: right -35px!important;
	cursor: default;
}

.mod-lottery-results .numbers-drawn {
	text-align: center;
	clear: both;
}

.mod-lottery-results .numbers-drawn ol {
	margin: 0 auto;
}

.mod-lottery-results .numbers-drawn li {
	display: inline-block;
	font-size: 40px;
	line-height: 31px;
	margin: 22px 15px 0;
}

.lt-ie8 .mod-lottery-results .numbers-drawn li {
	display: inline;
	zoom: 1;
}

.mod-lottery-results .numbers-drawn .position {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7F7871;
	border-radius: 50%;
	text-align: center;
}

.lt-ie9 .mod-lottery-results .numbers-drawn .position {
	background: url('../_img/ico-general.png') no-repeat transparent -25px -10px;
}

.mod-lottery-results .numbers-drawn .label,
.mod-lottery-results .numbers-drawn .team,
.mod-lottery-results .prizes strong {
	color: #978E81;
	font-family: klavikaLight;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
}

.mod-lottery-results .numbers-drawn .team {
	color: #7F7871;
	margin: 22px 0 0;
	font-size: 11px;
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-weight: normal;
}

.mod-lottery-results .numbers-drawn .team strong {
	vertical-align: middle;
	font-size: 18px;
	color: #47423A;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 7px;
	line-height: 18px;
}

.mod-lottery-results .prizes strong {
	margin-bottom: 4px;
}

.mod-lottery-results .prizes table {
	width: 100%;
}

.mod-lottery-results .prizes th,
.mod-lottery-results .prizes td {
	padding-top: 12px;
	text-align: center;
	width: 33%;
	font-weight: bold;
	color: #5D5850;
	font-size: 14px;
}

.mod-lottery-results .prizes td {
	color: #978E81;
	font-weight: normal;
}

.mod-lottery-results .prizes th:first-child,
.mod-lottery-results .prizes td:first-child {
	text-align: left;
}

.prize-values {
	margin-top: 14px;
}

.prize-values dt,
.prize-values dd {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	line-height: normal;
}

.prize-values dd {
	font-size: 14px;
	font-weight: bold;
	color: #464139;
	margin-top: 1px;
}

.prize-values dt {
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-size: 12px;
	color: #7f7871;
}

.prize-values .accumulated-value {
	font-size: 25px;
	font-weight: normal;
	margin-top: -1px;
}

/*******======-----
 lottery specifics
-----======*******/
.mod-lottery-results.mega-sena .numbers-drawn,
.mod-lottery-results.quina .numbers-drawn,
.mod-lottery-results.lotofacil .numbers-drawn,
.mod-lottery-results.lotomania .numbers-drawn {
	margin-bottom: 5px;
}

.mod-lottery-results.mega-sena li,
.mod-lottery-results.quina li,
.mod-lottery-results.lotofacil li,
.mod-lottery-results.lotomania li,
.mod-lottery-results.dupla-sena li {
	margin: 22px 13px 0;
}

.mod-lottery-results.lotofacil ol,
.mod-lottery-results.lotomania ol {
	width: 365px;
}

.mod-lottery-results.mega-sena .prizes,
.mod-lottery-results.quina .prizes,
.mod-lottery-results.lotofacil .prizes,
.mod-lottery-results.timemania .prizes,
.mod-lottery-results.lotomania .prizes {
	margin-top: -13px;
}
.mod-lottery-results .prizes{
	/*margin-bottom: 12px;*/
}

.mod-lottery-results.timemania .team {
	margin-bottom: 8px;
}

.mod-lottery-results.dupla-sena .pagination {
	margin-bottom: 40px;
}

.mod-lottery-results.dupla-sena ol {
	width: 465px;
}

.mod-lottery-results.dupla-sena .label {
	width: 405px;
	text-align: left;
	margin-bottom: -15px;
}

.mod-lottery-results.loteria-federal .pagination {
	margin-bottom: 40px;
}



.mod-lottery-results .numbers-drawn table {
	margin: 0 auto;
}

.mod-lottery-results.loteria-federal .numbers-drawn th,
.mod-lottery-results.loteria-federal .numbers-drawn td {
	text-align: left;
	color: #7F7871;
	font-size: 14px;
}

.mod-lottery-results.loteria-federal .numbers-drawn th {
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #5D5850;
	margin-bottom: 1px;
}

.mod-lottery-results.loteria-federal .numbers-drawn td,
.mod-lottery-results.lotogol .numbers-drawn td {
	padding-top: 30px;
}

.mod-lottery-results.loteria-federal .numbers-drawn tbody tr:first-child td {
	padding-top: 11px;
}

.mod-lottery-results.loteria-federal .numbers-drawn .position,
.mod-lottery-results.loteria-federal .numbers-drawn .number,
.mod-lottery-results.loteria-federal .numbers-drawn .lin-ver-dotted {
	vertical-align: middle;
}

.mod-lottery-results.loteria-federal .numbers-drawn .lin-ver-dotted {
	display: inline-block;
	margin: 0 22px;
}

.mod-lottery-results.loteria-federal .numbers-drawn .number {
	color: #464139;
	font-size: 30px;
	margin-left: 17px;
	font-weight: normal;
}

.mod-lottery-results.lotogol .pagination {
	margin-bottom: 26px;
}

.mod-lottery-results.lotogol .numbers-drawn table {
	width: 100%;
}

.mod-lottery-results.lotogol .numbers-drawn th,
.mod-lottery-results.lotogol .numbers-drawn td,
.mod-lottery-results.loteca .numbers-drawn th,
.mod-lottery-results.loteca .numbers-drawn td {
	color: #7F7871;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding-left: 8px;
	padding-right: 8px;
}
.mod-lottery-results.loteca .numbers-drawn table{
	width: 580px;
}

.mod-lottery-results.lotogol .numbers-drawn th,
.mod-lottery-results.loteca .numbers-drawn th {
	background: #ECEAE7;
	color: #47423A;
	padding: 8px;
}

.mod-lottery-results.lotogol .numbers-drawn tbody tr:first-child td {
	padding-top: 20px;
}

.mod-lottery-results.lotogol .numbers-drawn .teams {
	line-height: 18px;
}

.mod-lottery-results.lotogol .numbers-drawn .versus {
	display: block;
	font-weight: bold;
	clear: both;
	font-size: 12px;
	line-height: 10px;
	margin: 4px auto;
}

.mod-lottery-results.lotogol .numbers-drawn .score,
.mod-lottery-results.lotogol .numbers-drawn .date {
	text-align: left;
}

.mod-lottery-results.lotogol .numbers-drawn .score .team-one,
.mod-lottery-results.lotogol .numbers-drawn .score .team-two {
	overflow: hidden;
	clear: both;
	width: 165px;
}

.mod-lottery-results.lotogol .numbers-drawn .score .team-one {
	margin-bottom: 21px;
}

.mod-lottery-results.lotogol .numbers-drawn .score span,
.mod-lottery-results.loteca .numbers-drawn .score span {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #978E81;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	text-align: center;
	margin-left: 8px;
}

.mod-lottery-results.loteca .numbers-drawn .score span {
	border-color: #FFFFFF;
	margin: 0;
}

.mod-lottery-results.lotogol .numbers-drawn .score span:first-child {
	margin: 0;
}

.mod-lottery-results.lotogol .numbers-drawn .score .goals,
.mod-lottery-results.loteca .numbers-drawn .score .winner {
	background-color: #DE6A08;
	border-color: #DE6A08;
	color: #FFFFFF;
}

.mod-lottery-results.loteca .pagination {
	margin-bottom: 26px;
}

.mod-lottery-results.loteca .numbers-drawn .versus {
	font-size: 12px;
}

.mod-lottery-results.loteca .numbers-drawn tbody td {
	padding-top: 17px;
}

.mod-lottery-results.loteca .numbers-drawn tbody .teams {
	line-height: 19px;
}

.mod-lottery-results.loteca .numbers-drawn .score {
	white-space: nowrap;
	font-weight: bold;
	color: #5D5850;
}

.mod-lottery-results.loteca .numbers-drawn .score .versus {
	margin: 0 32px;
	font-size: 12px;
}






/* ASIDE PROFILE */
#mod-profile {
	margin-bottom: 22px;
	background-color: rgb(249,248,245);
	border-top: 1px solid #ECEAE7;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.65);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.65);
	-ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.65);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.65);
}

.lt-ie9 #mod-profile {
	border: 1px solid #CCCCCC;
}

#mod-profile .profile-picture {
	margin-bottom: 17px;
}

#mod-profile .info-container {
	padding: 15px 8px;
	display: none;
}
#mod-profile .info-container , .blue-tooltip{
	display: none;
}

#mod-profile .info-container .profile-name {
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-size: 24px;
	color: #464039;
	text-transform: uppercase;
}

#mod-profile .info-container .about {
	color: #463F39;
	font-size: 12px;
	line-height: 16px;
}

#mod-profile .topic-container {
	border-top: 1px solid #CCCCCC;
}

#mod-profile .topic-container li {
	padding: 18px 10px 7px;
	border-top: 1px solid #CCCCCC;
}

#mod-profile .topic-container li:first-child {
	border: none;
}

#mod-profile .topic-container .toogle-content {
	cursor: pointer;
}

#mod-profile .topic-container .topic {
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-weight: normal;
	font-size: 17px;
	color: #7F7871;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#mod-profile .topic-container .toogle-content:hover .topic {
	color: #FF9900;
}

#mod-profile .topic-container .cursor {
	float: right;
	margin-right: 4px;
	width: 17px;
	height: 10px;
	background: url('../_img/ico-general.png') no-repeat;
	cursor: pointer;
}

#mod-profile .topic-container .toogle-content:hover .cursor {
	background-position: -110px 0;
}

#mod-profile .topic-container .description-container {
	margin-top: 7px;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	-ms-transition: max-height 1s ease;
	transition: max-height 1s ease;
	cursor: pointer;
}

#mod-profile .topic-container .description-container.open {
	max-height: 1200px;
}

#mod-profile .topic-container .description-container br {
	display: inline;
}

#mod-profile .topic-container .description-container p {
	margin-top: 15px;
	line-height: 16px;
	color: #463F39;
	font-size: 12px;
	cursor: default;
}

#mod-profile .topic-container .description-container p:first-child {
	margin-top: 0;
}

#mod-profile .topic-container .description-container p a {
	padding: 0 7px 0 0;
	color: #FF9900;
	font-weight: bold;
	line-height: 1.1em;
	background: url('../../../../core/_img/ico-general.png?nocache') no-repeat right -220px;
}

#mod-profile .topic-container .description-container p a:hover {
	text-decoration: underline;
}

#mod-profile .topic-container .description-container li {
	border: 0;
}

#mod-profile .related-profiles {
	padding: 10px 10px 1px;
	border-top: 1px solid #CCCCCC;
}

#mod-profile .related-profiles .related {
	display: block;
	margin-top: 7px;
	margin-left: 7px;
	color: #463F39;
	font-size: 17px;
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-weight: normal;
}

#mod-profile .related-profiles .related-list {
	padding: 0;
}

#mod-profile .related-profiles .related-list li {
	display: block;
	width:	100%;
	margin: 0 0 14px 0;
}

#mod-profile .related-profiles .related-list a {
	color: #464139;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#mod-profile .related-profiles .related-list a span {
	color: #FF9900;
}


/***** CAPA *****/
.mod-lottery-results.capa{
	padding-bottom: 6px;
}

.lottery-type-line{
	height: 60px;
}

.dotted-line{
	height: 1px;
	width: 100%;
	border-bottom: dotted 1px #aca299;
	margin-bottom: 14px;
}
.lottery-type{
	margin-bottom: 8px;
}

.lottery-type-line .left-block,
.lottery-type-line .center-block,
.lottery-type-line .right-block{
	float: left;
	width: 33%;
}

.lottery-type-line .left-block div{
	margin-bottom: 4px;
}
.mod-lottery-results.capa .left-block .label,
.mod-lottery-results.capa .right-block .label{
	color: #aca299;
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	font-weight: normal;
    text-transform: uppercase;
}


.lottery-type-line .center-block,
.lottery-type-line .right-block{
	text-align: center;
}

.lottery-type-line .center-block .lottery-status{
	position: relative;
	display: block;
	width: 94px;
	height: 42px;
	border-radius: 2px;
	font-family: 'klavikaRegular', Arial, Sans-Serif;
	color: white;
	text-transform: uppercase;
	box-shadow: 0px 1px 2px #444;
}

.lottery-status{
	background-color: #9b0003;
}
.lottery-status .label{
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.lottery-status .value{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	height: 17px;
	padding-top: 9px;
}
.lottery-status.accumulated{
	background-color: #0099a0;
	font-size: 16px;
}
.lottery-status.accumulated .label{
	position: absolute;
	left: 0px;
	top: 50%;
	height:12px;
	width: 100%;
	margin-left: -1px;
	margin-top: -4px;
	text-align: center;
	padding: 0px !important;
}
.lottery-type-line .right-block .lottery-value{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Sans-Serif;
}
.lottery-type-line .right-block .label{
	width: 100%;
	text-align: center;
	margin: 4px;
}

.lottery-type-line:hover div, .lottery-type-line:hover span{
	color: #ff9900;
}
.lottery-type-line:hover .lottery-status{
	background-color: #ff9900 !important;
}
.lottery-type-line:hover .lottery-status div{
	color: white !important;
}


.accumulated-ipt{
	border-color: #01a7b3 !important;
}

mod-lottery-results .loteca .prizes{
	height: auto !important;
}





.lottery-type-line .arrow-container{
	width: 20px;
	height: 20px;
	background: url(http://s2.trrsf.com.br/atm/3/core/apps/lotteries/_img/ico-general.png);
	float: right;
	margin-right: -8px;
	background-position: -105px -112px;
	margin-top: -16px;
}
.lottery-type-line:hover .arrow-container{
	background-position: -105px -87px;
}

#mod-profile .info-container .profile-name{
	display: none;
}


.ttl-page span{
	background-image: none !important;
	background: none !important;
}


#trr-ctn-content .ctn-page-header.clearfix{
	overflow: visible !important;
}