/* BOX */
.box,
#page_main.full .box {
  /*ao alterar a margin ter cuidado para ver se em todo o site fica bem*/
  width: 100%;
  margin: 0px 0px 10px 0px;
  clear: both;
  display: inline-block;
}

#highlights .box {
  margin: 0px 0px 0px 0px !important;
}

.box .smallheader {
  width: 100%;
  font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #036;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 6px 0px 6px 0px;
  text-align: left;
}

.box .verysmallheader {
  width: 100%;
  font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #036;
  border-bottom: 0px solid #e0e4e8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px; /*tem de ficar assim*/
}

.box .header {
  width: 100%;
  height: 28px;
  font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgb(51, 153, 204);
  border-bottom: 1px solid rgba(51, 153, 204, 0.4);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px; /*tem de ficar assim*/
}

.themes .box .header,
.themes .box .subheader {
  color: rgb(128, 96, 64) !important;
  border-bottom: 1px solid rgba(128, 96, 64, 0.4) !important;
}

.box .header span {
  padding: 0px 0px 0px 4px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -1px;
  color: inherit;
}

/* SUBMENU */
#page_submenu {
  margin-bottom: 0.5rem;
}

#page_submenu .nav-link {
  margin-bottom: 0px;
}
#page_submenu .nav-link a {
  vertical-align: text-bottom;
}

#page_submenu .nav-item {
  display: inline-flex;
}

#page_submenu select {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  margin-left: 2px;
  text-align: end;
  width: auto;
}
select#compSeason {
  width: auto;
}

.box .round_header div {
  font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
  float: left;
}

.box .round_header a {
  color: #39c !important;
}

.box .round_header span {
  font-size: 8px;
}

.box .round_header .previous {
  font-size: 13px;
  text-align: left;
  width: 25%;
  margin: 8px 0px 0px 0px;
}

.box .round_header .round {
  text-align: center;
  width: 50%;
}

.box .round_header .next {
  font-size: 13px;
  text-align: right;
  width: 25%;
  margin: 8px 0px 0px 0px;
}

.icn_fs {
  font-size: 11px !important;
}

#comp_info {
  display: flex;
}

#comp_logo {
  width: 25%;
  min-height: 150px;
}
#comp_logo > a{
  display: block;
  max-width: 150px;
  max-height: 150px;
  padding: 4px 4px 0 0;
}
#comp_logo img {
  max-width: 100%;
  max-height: 100%;
}

#comp_details {
  width: 75%;
  min-height: 150px;
  padding-bottom: 8px;
}

#comp_details .comp_name {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 900;
  padding: 0px 6px 0px 0px !important;
  display: inline-block;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
}

#comp_details .comp_text {
  margin-top: 10px;
  font-size: 12px;
  clear: both;
  display: inline-block;
  width: 100%;
}

#compGroups {
  cursor: pointer;
}



table.table-standing .ts-group {
  text-align: start;
}

table.table-standing td,
table.table-standing th {
  text-align: center;
}

table.table-standing tfoot th {
  padding-top: 10px;
  text-transform: uppercase;
  color: #39c;
  text-align: end;
}

table.table-standing .ts-name {
  text-align: start;
}

table.table-standing .ts-promoted-line {
  background-color: black;
  padding: 0px;
  height: 1px;
}

.ts-position {
  background-color: rgba(var(--fs-blue-rgb), 51%);
  font-size: 10px;
  padding: 4px 6px 3px;
  vertical-align: middle;
}

/* .ts-promote .ts-position,
.ts-promote-r .ts-position,
.ts-relegate .ts-position,
.ts-relegate-r .ts-position {
  color: #fff;
} */

.ts-promote {
  background-color: rgba(101, 199, 117, 0.24);
}
.ts-promote .ts-position,
.ts-winner .ts-position {
    background-color: var(--bs-success)!important;
}

.ts-promote-r {
  background-color: rgba(101, 199, 117, 0.16);
}
.ts-promote-r .ts-position {
  background-color: #64ca3f!important;
}

.ts-relegate {
  background-color: rgba(255, 0, 0, 0.16);
}
.ts-relegate .ts-position {
  background-color: var(--bs-danger)!important;
}

.ts-relegate-r {
  background-color: rgba(255, 0, 0, 0.08);
}
.ts-relegate-r .ts-position {
  background-color: #ed9f1c!important;
}