/* SEASON ***/

.game_groups{
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.20);
  border-radius: 3px;
  color: #333333;
  font-style: italic;
  margin-bottom: 10px;
  padding: 0px 5px 0px 5px;
}

.game_groups h1{
  font-size: 20px;
}

.game_groups-lg{text-align: right;}

.table-no-margin{
  margin-bottom: 0px !important;
}

.game-local-data{
  color: #ADADAD;
  font-size: 12px;
}

.table-right{
  text-align: right;
}

.table-center{
  text-align: center;
}

.table-left{
  text-align: left;
}


/* PLAYOFF */
.td-border-square-empty{ border: 4px solid #fffff1; }
.td-border-square-full{ border: 4px solid #dddddd; }

.td-border-top-empty{ border-top: 4px solid #fffff1; }
.td-border-top-full{ border-top: 4px solid #dddddd; }
.td-border-bottom-empty{ border-bottom: 4px solid #fffff1; }
.td-border-bottom-full{ border-bottom: 4px solid #dddddd; }
.td-border-left-empty{ border-left: 4px solid #fffff1; }
.td-border-left-full{ border-left: 4px solid #dddddd; }
.td-border-right-empty{ border-right: 4px solid #fffff1; }
.td-border-right-full{ border-right: 4px solid #dddddd; }

.td-border-square-empty
, .td-border-square-full
, .td-border-top-empty
, .td-border-top-full
, .td-border-bottom-empty
, .td-border-bottom-full
, .td-border-left-empty
, .td-border-left-full
, .td-border-right-empty
, .td-border-right-full{
    border-style: solid;
    border-width: 1px;
}

.total-play-5{ width: 20% !important; }
.total-play-4{ width: 25% !important; }
.total-play-3{ width: 33.33% !important; }
.total-play-2{ width: 50% !important; }
.total-play-1{ width: 100% !important; }

.container-fase{
    float: left;
}

.contaner-empty{ float: left; width: 5%; text-align: center;padding: 5px 0px 5px 0px; }
.container-team-icon{ height: 30px; float: left; width: 10%; text-align: center;}
.container-team-name{float: left; width: 60%; color: #285C7B !important; }
.container-team-first-score, .container-team-second-score{
  float: left; width: 10%; text-align: center; background-color: #F2F2F2 !important;
}

.bg-white{
  background-color: #E8E8E8;
  color: #666666;
  border-radius: 1px;
  padding: 5px 0px 5px 0px;
  box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.10);
  border: none;
}

.container-buttons{ float: left; width: 90%; }

.container-square{ float: left; width: 5%; }

.container-line{ float: left; width: 95%; }

.margin-fase{ float: left;width: 100%; height: 55px; }
.margin-fase-final{ float: left;width: 100%; height: 18px; }
.space-fase{ float: left;width: 95%; height: 107px; }
.space-third{ float: left;width: 95%; height: 30px; }

.progress{
    width: 100%;
}

.border-none{
    border: none;
}

.opacy{
  color: #cccccc;
}
.div-responsive-table-playoffs{
  width: 1090px !important;

}

.icon-touch{
  position: absolute;
  margin: 10px 5%;
}