@charset "UTF-8";
/*
	STYLES
	COPYRIGHT: RECORD
	FICHEIRO PARA AJUDA
*/
/*
	DEPENDENCIES
*/
/*
	STYLES
	COPYRIGHT: RECORD
	FICHEIRO PRINCIPAL PARA VARIÁVEIS E CONFIGURAÇÔES
*/
/*
	COLORS
*/
/*
	TYPO
*/
/*
	ICONS
*/
/*
	COLORS
*/
/*
	BACKGROUND COLORS
*/
/*
	INTERACTIONS
*/
.select {
  cursor: default;
  -webkit-user-select: inherit;
     -moz-user-select: inherit;
      -ms-user-select: inherit;
          user-select: inherit;
}

.unselect {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.int {
  cursor: default;
  -webkit-user-select: inherit;
     -moz-user-select: inherit;
      -ms-user-select: inherit;
          user-select: inherit;
  pointer-events: auto;
}

.noint {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

/*
	CLEARFIX
*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/*
	DEBUG MODE
*/
/*
	TRANSFORMS
*/
/*
	TRANSITIONS
*/
/*
	SECTION TOP
*/
/*
	STYLES
	COPYRIGHT: RECORD
	FICHEIRO PARA GESTÃO PLANTEL - PLANTEL
*/
/*
	DEPENDENCIES
*/
/*
	STYLES
	COPYRIGHT: RECORD
	FICHEIRO PRINCIPAL PARA INFO
*/
/*
	DEPENDENCIES
*/
section.top.logged {
  background: url(../img/home/bg-top-logged.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 999999;
}
section.top.logged > .container {
  padding: 0 15px;
}
section.top.logged .next {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 15px 0;
}
section.top.logged .next .round h2,
section.top.logged .next .countdown h3 {
  font-family: Medium-Condensed, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: white;
  text-transform: uppercase;
  margin: 0;
}
section.top.logged .next .round p,
section.top.logged .next .countdown p {
  color: #6d848c;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  padding-top: 5px;
  margin: 0;
}
section.top.logged .next .round {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
section.top.logged .next .round h2 {
  font-size: 26px;
  line-height: 26px;
  color: white;
  text-transform: uppercase;
}
section.top.logged .next .round h2 span {
  color: #d71601;
}
section.top.logged .next .countdown {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
section.top.logged .next .countdown:before {
  content: '';
  border-left: 1px solid #6d848c;
  height: 40px;
  width: 1px;
  margin: 0 9px;
  top: 1px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
section.top.logged .next .countdown .unit {
  text-align: center;
  position: relative;
  display: inline-block;
}
section.top.logged .next .countdown .unit + .unit {
  padding-left: 16px;
}
section.top.logged .next .countdown .unit + .unit:before {
  content: ':';
  display: inline-block;
  font-family: Medium-Condensed, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #6d848c;
  position: absolute;
  width: 16px;
  text-align: center;
  left: -1px;
  top: -2px;
}
section.top.logged .myteams {
  font-size: 0;
  line-height: 0;
  margin: 0px -15px;
}
section.top.logged .myteams nav {
  width: 100%;
}
section.top.logged .myteams nav ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
section.top.logged .myteams nav ul li {
  display: table-cell;
  list-style: none;
  background-color: #37a642;
  width: 33.333333%;
  vertical-align: top;
  height: 100%;
}
section.top.logged .myteams nav ul li + li {
  border-left: 1px solid #31953b;
}
section.top.logged .myteams nav ul li i {
  display: block;
  padding: 15px;
  font-style: normal;
}
section.top.logged .myteams nav ul li a {
  font-family: Medium-Condensed, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: white;
  text-align: center;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
  display: block;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
}
section.top.logged .myteams nav ul li a > * {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
section.top.logged .myteams nav ul li a > span {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
section.top.logged .myteams nav ul li a span {
  font-size: 35px;
  display: block;
  padding-bottom: 5px;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
section.top.logged .myteams nav ul li a:hover {
  background-color: #31953b;
}
section.top.logged .myteams nav ul li a:hover > * {
  -webkit-transform: scale(1.03, 1.03);
      -ms-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}
section.top.logged .myteams nav ul li a:hover span {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
section.top.logged .myteams.message {
  z-index: 999;
}
section.top.logged .myteams.message .msg {
  padding: 20px;
  background-color: #333c40;
}
section.top.logged .myteams.message .msg .fieldset {
  padding: 25px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  border-radius: 2px;
  font-family: "Book-Condensed", Helvetica, Arial, sans-serif;
  border-color: #70848c;
}
section.top.logged .myteams.message .msg .fieldset .title {
  top: -9px;
  height: auto;
  display: block;
  padding: 0 20px;
  background: #333c40;
}
section.top.logged .myteams.message .msg .fieldset ul {
  margin: 0;
  padding: 0;
  margin: 15px 0;
  font-size: 14px;
  color: #a6a6a6;
  list-style: none;
}
section.top.logged .myteams.message .msg .fieldset p:last-of-type {
  margin-bottom: 0;
}
section.top.logged .myteams .table {
  position: relative;
  margin-bottom: 0;
  background-color: #333c40;
}
section.top.logged .myteams .table input {
  text-decoration: none;
  background-color: #333c40;
  color: white;
  padding: 5px;
  font-size: 20px;
  line-height: 20px;
  border: none;
  font-family: Medium, sans-serif;
  text-transform: uppercase;
  outline: none;
  width: auto;
  max-width: 60%;
  margin-left: -5px;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
section.top.logged .myteams .table input:focus {
  background-color: #3e4447;
}
section.top.logged .myteams .table a.edit-team {
  color: #f82400;
  font-size: 0;
  text-decoration: none;
  margin-left: 10px;
  text-shadow: 0 0 0 transparent;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: inline-block;
}
section.top.logged .myteams .table a.edit-team:before {
  font-size: 20px;
}
section.top.logged .myteams .table a.edit-team:hover {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
section.top.logged .myteams .table a.edit-team.i-check {
  color: #38a642;
}
section.top.logged .myteams .table ul {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.top.logged .myteams .table ul li {
  display: inline-block;
  padding: 10px;
  width: 19%;
  text-align: center;
  color: white;
  vertical-align: top;
}
section.top.logged .myteams .table ul li.tactics span {
  color: #0085f0;
  font-size: 28px;
}
section.top.logged .myteams .table ul li h3 {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
section.top.logged .myteams .table ul li p {
  color: #6d848c;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
}
section.top.logged .myteams .table ul li span.i-stats-arrow-up,
section.top.logged .myteams .table ul li span.i-stats-arrow-down {
  font-size: 20px;
  vertical-align: middle;
}
section.top.logged .myteams .table ul li span.i-stats-arrow-up {
  color: #38a642;
}
section.top.logged .myteams .table ul li span.i-stats-arrow-down {
  color: #ff9000;
}
section.top.logged .myteams .table ul li i {
  font-style: normal;
  font-size: 12px;
  color: white;
  font-family: Book-Condensed, sans-serif;
  vertical-align: middle;
}
section.top.logged .myteams .table ul li .btn {
  text-transform: uppercase;
  font-family: Demi-Condensed, sans-serif;
  width: 100%;
}
section.top.logged .myteams .table ul li .btn.disabled {
  background-color: #3e4447;
  border-color: #3e4447;
  color: #71777a;
}
section.top.logged .myteams .table ul li a.ver-plantel {
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-family: Medium-Condensed, sans-serif;
  font-weight: 400;
  line-height: 35px;
}
section.top.logged .myteams .table ul li a.ver-plantel:after {
  margin-left: 6px;
}
section.top.logged .myteams .table ul li .chart {
  position: relative;
  text-align: center;
}
section.top.logged .myteams .table ul li .chart-label {
  font-size: 11px;
  font-family: Book-Condensed, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 49px;
  text-align: center;
}
section.top.logged .myteams .table ul li .chart-label.i {
  font-size: 22px;
  color: #37a642;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
section.top.logged .myteams .table a.more {
  background-color: #323c40;
  padding: 7px 12px;
  color: #6d848c;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-decoration: none;
}
section.top.logged .myteams .table a.more span {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 9px;
  color: white;
}
section.top.logged .myteams .table a.more i {
  font-style: normal;
}
section.top.logged .myteams .table a.more:hover {
  color: white;
}
section.top.logged .myteams .table ul.header li {
  background-color: #1d2426;
  color: #6d848c;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
}
section.top.logged .myteams:not(.expanded) a.more.expand {
  display: inline-block;
}
section.top.logged .myteams:not(.expanded) a.more.collapse {
  display: none;
}
section.top.logged .myteams.expanded a.more.expand {
  display: none;
}
section.top.logged .myteams.expanded a.more.collapse {
  display: inline-block;
}

/*
	MEDIA QUERIES
*/
@media only screen and (min-width: 768px) {
  section.top.logged {
    overflow: visible;
  }
  section.top.logged .next {
    padding: 25px 0;
  }
  section.top.logged .myteams {
    max-height: 298px;
    overflow: visible;
  }
  section.top.logged .next {
    text-align: right;
  }

  section.top.logged .myteams.message {
    max-height: 558px;
  }

  section.top.logged .myteams .table {
    padding: 5px;
  }
  section.top.logged .myteams .table input {
    max-width: 80%;
  }
  section.top.logged .myteams .table .teams ul:nth-child(n+3) {
    display: none;
  }
  section.top.logged .myteams .table ul li {
    width: 11%;
    padding: 15px;
  }
  section.top.logged .myteams .table ul li:first-child {
    width: 25%;
    text-align: left;
  }
  section.top.logged .myteams .table ul li:last-child {
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  section.top.logged .myteams.message {
    max-height: 542px;
  }

  section.top.logged .myteams .table input {
    width: 90%;
    max-width: 90%;
  }
  section.top.logged .myteams .table ul li {
    width: 8%;
  }
  section.top.logged .myteams .table ul li:first-child {
    width: 36%;
    text-align: left;
  }
  section.top.logged .myteams .table ul li:nth-last-child(2) {
    width: 12%;
  }
  section.top.logged .myteams .table ul li:last-child {
    width: 12%;
  }
}
@media only screen and (max-width: 767px) {
  section.top.logged .myteams .table ul:not(.header) li:first-child {
    display: block;
    width: auto;
    text-align: left;
  }
  section.top.logged .myteams .table ul:not(.header) li:last-child {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
  }
  section.top.logged .myteams .table ul:not(.header) + ul:before {
    margin-top: 15px;
    margin-top: 0px;
    border-top: 1px solid #3e4447;
    content: '';
    display: block;
    width: auto;
    height: 1px;
  }
  section.top.logged .myteams .table ul.header li:first-child {
    display: block;
    width: auto;
    padding: 15px;
    margin-bottom: 1px;
  }
  section.top.logged .myteams .table .teams ul:nth-child(n+2) {
    display: none;
  }
  section.top.logged .myteams .table ul li:nth-last-child(3) {
    width: 24%;
  }
}
section.top.logged + section > .container {
  padding-top: 30px;
}

section.top.logged .myteams.expanded .table .teams ul {
  display: block;
}

/*
	STYLES
	COPYRIGHT: RECORD
	FICHEIRO PRINCIPAL PARA INFO
*/
/*
	DEPENDENCIES
*/
section.top.logged {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*
  	& > .container
  	{
  		
  	}
  	
  */
  /*
  	.next
  	{				
  		&:after
  		{
  			
  		}
  		
  		.round h2,
  		.countdown h3
  		{
  		}
  
  		.round p,
  		.countdown p
  		{
  		}
  		
  		.round
  		{
  			h2
  			{
  				span
  				{
  				}
  			}
  		}
  		
  		.countdown
  		{
  			&:before
  			{
  			}
  			
  			.unit
  			{
  				& + .unit
  				{
  				}
  				
  				& + .unit:before
  				{
  				}
  			}	
  			
  		}
  		
  	}
  */
}
section.top.logged .myteams {
  /*
  		nav
  		{
  			ul
  			{
  				li
  				{
  					& + li
  					{
  					}
  					
  					i
  					{
  					}
  						
  					a
  					{
  						& > *
  						{
  						}
  						
  						& > span
  						{
  						}
  						
  						span
  						{
  						}
  						
  						&:hover
  						{							
  							& > *
  							{
  							}
  							
  							span
  							{
  							}
  						}
  					}
  					
  				}
  			}
  			
  		}
  */
}
section.top.logged .myteams .table {
  /*
  			input
  			{
  				&:focus
  				{
  				}
  				
  			}
  */
  /*
  			a.more
  			{
  				span
  				{
  				}
  				
  				i
  				{
  				}
  				
  				&:hover
  				{
  				}
  			}
  */
}
section.top.logged .myteams .table ul.header li {
  /*
  	FERIAS
  */
}
section.top.logged .myteams .table ul.header li.ferias {
  width: 16%;
  position: relative;
}
section.top.logged .myteams .table ul.header li.ferias .help {
  top: 11px;
  left: auto;
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
}
section.top.logged .myteams .table ul.header li:first-child {
  width: 30%;
}
section.top.logged .myteams .table ul.header li.details {
  width: 14%;
}
section.top.logged .myteams .table .teams:not(.active) ul {
  position: relative;
}
section.top.logged .myteams .table .teams:not(.active) ul:after {
  bottom: 0;
  content: '';
  left: -5px;
  right: -5px;
  position: absolute;
  border-bottom: 1px solid #293033;
}
section.top.logged .myteams .table .teams ul li {
  margin: 5px 0;
  /*
  	FERIAS
  */
}
section.top.logged .myteams .table .teams ul li:first-child {
  width: 30%;
  /*
  							&:hover
  							{
  								border-radius: 3px;
  								background:#3f4a4f;
  							}
  
  							input
  							{
  								cursor:pointer;
  								background:none;
  							}
  */
}
section.top.logged .myteams .table .teams ul li.team, section.top.logged .myteams .table .teams ul li.tactics, section.top.logged .myteams .table .teams ul li.ronda {
  padding: 0;
}
section.top.logged .myteams .table .teams ul li.team h3, section.top.logged .myteams .table .teams ul li.tactics h3, section.top.logged .myteams .table .teams ul li.ronda h3 {
  color: #0081ee;
}
section.top.logged .myteams .table .teams ul li.team p, section.top.logged .myteams .table .teams ul li.tactics p, section.top.logged .myteams .table .teams ul li.ronda p {
  color: #fff;
}
section.top.logged .myteams .table .teams ul li.team .popover, section.top.logged .myteams .table .teams ul li.tactics .popover, section.top.logged .myteams .table .teams ul li.ronda .popover {
  padding: 15px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: background .3s;
  transition: background .3s;
}
section.top.logged .myteams .table .teams ul li.team .popover:hover, section.top.logged .myteams .table .teams ul li.team .popover:focus, section.top.logged .myteams .table .teams ul li.tactics .popover:hover, section.top.logged .myteams .table .teams ul li.tactics .popover:focus, section.top.logged .myteams .table .teams ul li.ronda .popover:hover, section.top.logged .myteams .table .teams ul li.ronda .popover:focus {
  background: #3f4a4f;
  -webkit-transition: background .3s;
  transition: background .3s;
}
section.top.logged .myteams .table .teams ul li.team .tooltip-popover, section.top.logged .myteams .table .teams ul li.tactics .tooltip-popover, section.top.logged .myteams .table .teams ul li.ronda .tooltip-popover {
  display: none;
}
section.top.logged .myteams .table .teams ul li.team h3 {
  color: #fff;
}
section.top.logged .myteams .table .teams ul li p {
  font-size: 10px;
}
section.top.logged .myteams .table .teams ul li.ferias {
  width: 16%;
  margin-top: 5px;
  border-radius: 3px;
  -webkit-transition: background .3s;
  transition: background .3s;
}
section.top.logged .myteams .table .teams ul li.ferias a {
  font-size: 40px;
  position: relative;
  color: #777777;
  text-decoration: none;
}
section.top.logged .myteams .table .teams ul li.ferias a:hover, section.top.logged .myteams .table .teams ul li.ferias a:focus {
  color: #d9dada;
}
section.top.logged .myteams .table .teams ul li.ferias a[data-ronda]:not([data-ronda=""]) {
  color: #44a944;
}
section.top.logged .myteams .table .teams ul li.ferias a[data-ronda]:not([data-ronda=""]):before {
  content: "";
}
section.top.logged .myteams .table .teams ul li.ferias a[data-ronda]:not([data-ronda=""]):after {
  left: 0;
  top: 23px;
  right: 0;
  font-family: "Medium", Helvetica, Arial, sans-serif;
  font-size: 18px;
  position: absolute;
  text-align: center;
  content: attr(data-ronda);
}
section.top.logged .myteams .table .teams ul li.ferias:hover, section.top.logged .myteams .table .teams ul li.ferias:focus {
  background: #3f4a4f;
  -webkit-transition: background .3s;
  transition: background .3s;
}
section.top.logged .myteams .table .teams ul li.ferias .tooltip-popover {
  display: none;
}
section.top.logged .myteams .table .teams ul li.details {
  margin: 0;
  padding: 0;
  width: 14%;
  text-align: center;
  line-height: 85px;
}
section.top.logged .myteams .table .teams ul li.details a.i {
  color: #e50013;
  width: 30px;
  height: 30px;
  font-size: 12px;
  margin-top: 24px;
  line-height: 33px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
section.top.logged .myteams .table .teams ul li.details a.i:active, section.top.logged .myteams .table .teams ul li.details a.i.active {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: rotate(180deg) translateX(20px);
      -ms-transform: rotate(180deg) translateX(20px);
          transform: rotate(180deg) translateX(20px);
}
section.top.logged .myteams .table .teams ul li.details .btn {
  width: auto;
  max-width: 100%;
  padding-left: 10px;
  text-align: center;
  padding-right: 10px;
}
section.top.logged .myteams .table .teams.active ul li.details {
  text-align: right;
}
section.top.logged .myteams .table div.details {
  padding: 0;
  font-size: 0;
  max-height: 0;
  line-height: 0;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  padding: 0 0 0 18px;
  background: #293033;
  box-shadow: inset 0 0 0 1px #1f1f1f;
  -webkit-transition: padding .3s, max-height .3s;
  transition: padding .3s, max-height .3s;
}
section.top.logged .myteams .table div.details.open {
  max-height: 80px;
  padding: 18px 0 18px 18px;
  -webkit-transition: padding .3s, max-height .3s;
  transition: padding .3s, max-height .3s;
}
section.top.logged .myteams .table div.details:before {
  width: 0;
  height: 0;
  top: 0px;
  left: 50%;
  content: '';
  position: absolute;
  display: inline-block;
  border-top: 6px solid #1f1f1f;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
section.top.logged .myteams .table div.details:after {
  width: 0;
  height: 0;
  top: -1px;
  left: 50%;
  content: '';
  position: absolute;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #333c40;
}
section.top.logged .myteams .table div.details .item {
  width: 20%;
  padding-right: 20px;
  display: inline-block;
}
section.top.logged .myteams .table div.details .item i {
  width: 20%;
  color: #0081ee;
  font-size: 30px;
  max-width: 40px;
}
section.top.logged .myteams .table div.details .item h6 {
  margin: 0;
  width: 80%;
  font-size: 12px;
  color: #70848c;
  text-align: center;
  font-family: "Medium-Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  border-right: 1px solid #1f1f1f;
}
section.top.logged .myteams .table div.details .item h6 b {
  display: block;
  font-family: "Medium", Helvetica, Arial, sans-serif;
  color: #d9dada;
  font-size: 16px;
  font-weight: normal;
}
section.top.logged .myteams .table div.details .item:last-child {
  padding-right: 0;
}
section.top.logged .myteams .table div.details .item:last-child h6 {
  bordeR: 0;
}
section.top.logged .myteams .table .extra-teams .teams {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}
section.top.logged .myteams:not(.expanded) a.more.expand span {
  -webkit-transition: -webkit-transform .3s .5s;
  transition: -webkit-transform .3s .5s;
  transition: transform .3s .5s;
  transition: transform .3s .5s, -webkit-transform .3s .5s;
}
section.top.logged .myteams.expanded .extra-teams .teams {
  max-height: 600px;
}
section.top.logged .myteams.expanded a.more.expand {
  display: block;
}
section.top.logged .myteams.expanded a.more.expand span {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .3s .5s;
  transition: -webkit-transform .3s .5s;
  transition: transform .3s .5s;
  transition: transform .3s .5s, -webkit-transform .3s .5s;
}

/*
	MEDIA QUERIES
*/
@media only screen and (max-width: 992px) {
  section.top.logged .myteams .table .extra-teams .teams,
  section.top.logged .myteams .table .wrapper {
    line-height: 0;
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  section.top.logged .myteams .table .wrapper::-webkit-scrollbar {
    display: none;
  }
  section.top.logged .myteams .table .wrapper::-moz-scrollbar {
    display: none;
  }
  section.top.logged .myteams .table .extra-teams .teams::-webkit-scrollbar {
    display: none;
  }
  section.top.logged .myteams .table .extra-teams .teams::-moz-scrollbar {
    display: none;
  }
  section.top.logged .myteams .table ul.header li.ferias {
    width: auto;
    min-width: 150px;
  }
  section.top.logged .myteams .table ul.header li.details {
    width: auto;
    min-width: 115px;
  }
  section.top.logged .myteams .table ul:not(.header) li.ferias {
    text-align: left;
    min-width: 150px;
  }
  section.top.logged .myteams .table ul:not(.header) li.details {
    width: auto;
    min-width: 115px;
  }
  section.top.logged .myteams .table div.details {
    padding: 18px 0;
    max-height: 80px;
    -webkit-transition: padding .3s, max-height .3s;
    transition: padding .3s, max-height .3s;
  }
  section.top.logged .myteams .table div.details .item {
    padding: 0;
  }
  section.top.logged .myteams .table div.details .item i {
    display: none;
  }
  section.top.logged .myteams .table div.details .item h6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.top.logged .myteams .table .extra-teams::-webkit-scrollbar,
  section.top.logged .myteams .table .wrapper::-webkit-scrollbar {
    display: none;
  }

  section.top.logged .myteams .table .extra-teams::-moz-scrollbar,
  section.top.logged .myteams .table .wrapper::-moz-scrollbar {
    display: none;
  }

  section.top.logged .myteams .table {
    padding: 10px;
    position: relative;
  }
  section.top.logged .myteams .table:after {
    top: 10px;
    right: 10px;
    bottom: 0;
    content: '';
    width: 30px;
    height: 120px;
    display: block;
    cursor: default;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzM2M0MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzNjNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(51, 60, 64, 0)), color-stop(100%, #333c40));
    background: -webkit-linear-gradient(left, rgba(51, 60, 64, 0) 0%, #333c40 100%);
    background: linear-gradient(to right, rgba(51, 60, 64, 0) 0%, #333c40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333c40', endColorstr='#333c40',GradientType=1 );
  }
  section.top.logged .myteams .table .extra-teams .teams,
  section.top.logged .myteams .table .wrapper {
    overflow: auto;
    border-radius: 3px;
    -webkit-overflow-scrolling: touch;
  }
  section.top.logged .myteams .table ul.header li {
    width: 10%;
    min-width: 70px;
  }
  section.top.logged .myteams .table ul.header li:first-child {
    padding: 10px;
    text-align: left;
    margin-bottom: 0;
    min-width: 160px;
    display: inline-block;
  }
  section.top.logged .myteams .table ul.header li.ferias {
    min-width: 150px;
  }
  section.top.logged .myteams .table ul.header li.ferias .help {
    top: 6px;
  }
  section.top.logged .myteams .table ul.header li.details {
    min-width: 115px;
  }
  section.top.logged .myteams .table ul.header li.details .help {
    top: 6px;
  }
  section.top.logged .myteams .table ul.header li:last-child {
    position: static;
    display: inline-block;
  }
  section.top.logged .myteams .table ul:not(.header) li {
    width: 10%;
    min-width: 70px;
  }
  section.top.logged .myteams .table ul:not(.header) li:first-child {
    min-width: 160px;
    text-align: left;
    display: inline-block;
  }
  section.top.logged .myteams .table ul:not(.header) li:first-child input {
    max-width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  section.top.logged .myteams .table ul:not(.header) li.ronda .popover {
    padding-top: 11px;
  }
  section.top.logged .myteams .table ul:not(.header) li.ronda .popover h3, section.top.logged .myteams .table ul:not(.header) li.ronda .popover p {
    line-height: 1;
  }
  section.top.logged .myteams .table ul:not(.header) li.tactics .popover {
    padding-top: 8px;
  }
  section.top.logged .myteams .table ul:not(.header) li.ferias {
    min-width: 150px;
  }
  section.top.logged .myteams .table ul:not(.header) li.details, section.top.logged .myteams .table ul:not(.header) li:last-child {
    position: static;
    display: inline-block;
    min-width: 115px;
  }
  section.top.logged .myteams .table div.details {
    max-height: 80px;
    padding: 12px 3px;
    position: relative;
    -webkit-transition: padding .3s, max-height .3s;
    transition: padding .3s, max-height .3s;
  }
  section.top.logged .myteams .table div.details .item {
    width: auto;
    padding: 0 20px;
    border-right: 1px solid #1f1f1f;
  }
  section.top.logged .myteams .table div.details .item h6 {
    width: 100%;
    border: 0;
  }
  section.top.logged .myteams .table div.details .item:last-child {
    border: 0;
  }
  section.top.logged .myteams .table div.details:before, section.top.logged .myteams .table div.details:after {
    top: 1px;
    left: 2px;
    border: 4px;
    width: 30px;
    z-index: 100;
    height: 50px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    border-radius: 3px;
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MzAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTMwMzMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #293033), color-stop(100%, rgba(41, 48, 51, 0)));
    background: -webkit-linear-gradient(left, #293033 0%, rgba(41, 48, 51, 0) 100%);
    background: linear-gradient(to right, #293033 0%, rgba(41, 48, 51, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293033', endColorstr='#00293033',GradientType=1 );
  }
  section.top.logged .myteams .table div.details:after {
    right: 2px;
    left: auto;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MzAzMyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTMwMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(41, 48, 51, 0)), color-stop(100%, #293033));
    background: -webkit-linear-gradient(left, rgba(41, 48, 51, 0) 0%, #293033 100%);
    background: linear-gradient(to right, rgba(41, 48, 51, 0) 0%, #293033 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00293033', endColorstr='#293033',GradientType=1 );
  }
  section.top.logged .myteams a.more.expand {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section.top.logged .next .round {
  display: block;
}
section.top.logged .next .round h2.title {
  float: left;
}

/*
	MEDIA QUERIES
*/
@media only screen and (max-width: 991px) {
  section.top.logged .container {
    width: 100%;
  }
}
/*
	PREMIUM
*/
.tab-menu li {
  height: 54px;
}

.tab-menu li a {
  margin: 0 8px;
  line-height: 51px;
}

section.premium {
  /*
  	HEADER
  */
}
section.premium header {
  margin-bottom: 60px;
}
section.premium nav.static {
  left: 0;
  right: 0;
  top: 49px;
  text-align: center;
  position: absolute;
}
section.premium nav.static:after {
  left: 0;
  right: 0;
  content: '';
  bottom: -1px;
  display: block;
  position: absolute;
  border-bottom: 1px solid #dfdfdf;
}
section.premium .tab-menu li:not(.active) a {
  color: #777777;
}
section.premium .banner {
  text-align: center;
  margin-bottom: 50px;
}
section.premium .banner img {
  height: auto;
  padding: 15px;
  max-width: 100%;
}
section.premium .content.list {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
}
section.premium .content.list .player {
  margin: 0;
  padding: 20px 10px;
  margin-left: -1px;
  width: 33.333333%;
  text-align: center;
  display: inline-block;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  /*
  			.avatar
  			{
  				clear:both;
  				float:none;
  				@include cf;
  				margin:0 auto;
  				display: block;
  				position: static;
  			}
  */
}
section.premium .content.list .player h6 {
  margin-top: 20px;
  line-height: 1;
  font-size: 13px;
}
section.premium .content.list .player .team, section.premium .content.list .player .pos {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  font-family: "Medium-Condensed", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.premium .content.list .player .pos {
  color: #0081ee;
  max-width: 110px;
  margin: 0 auto 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}
section.premium .content.list .player .points p {
  font-family: "Medium", Helvetica, Arial, sans-serif;
  color: #b3a366;
  font-size: 15px;
}
section.premium .content.list .player .points p i {
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
}

/*
	PUB LAST SECTION
*/
section.pub.full .container {
  padding-bottom: 30px !important;
}

/*
	MEDIA QUERIES
*/
@media only screen and (min-width: 768px) {
  section.premium nav.static {
    top: 74px;
  }
  section.premium .banner img {
    padding: 0;
  }
  section.premium .content.list .player {
    width: 16.6666666%;
  }
}

/*# sourceMappingURL=premium.css.map */