/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
  --primary-color: #E13510;
  --secondary-color: #403C3C;
  --bg-gymscoring-default: rgba(255, 255, 255, .8);
  --bg-gymscoring-secondary: rgba(255, 255, 255, .6);
  --bg-gymscoring-light: rgba(255, 255, 255, .3);
  --black: #212529;
}


body {
  height: 100vh;
  font-family: "Titillium Web", sans-serif;
}

.text-gymscoring {
  color: var(--primary-color) !important;
}

.gymscoring-container {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}

.main-container {
  overflow-y: hidden;
}

.main {
  height: 100%;
}

.hidden {
  display: none !important;
}

.bg-bist {
  background-color: #bd4119
}

.navbar.navbar-dark {
  background-color: #bd4119;
}

footer {
  background-color: #bd4119;
  color: #fff;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer .copy {
  color: rgba(255, 255, 255, .6);
}

.flag {
  background-size: cover;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-position: center;
}

.flag-16 {
  width: 16px;
  height: 16px;
}

.flag-24 {
  width: 24px;
  height: 24px;
}

.flag-squared {
  border-radius: 5px;
  width: 36px;
  border: 1px solid #ddd;
}

.flag-table {
  height: 20px;
  width: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.flag-sm {
  width: 28px;
  height: 20px;
}

.nav {
  background-color: rgba(11, 39, 125, .05);
}

.nav > a {
  border-bottom: 1px solid;
}

.apparatus_image {
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.gs-tr-head th {
  min-width: 70px;
}

.gs-tr-head th.gs-label {
  min-width: initial;
}
.gs-label {
  display: none;
}

.gs-tr-head th.gs-title {
  min-width: 150px;
}

/*results navigation start*/
a.gs-nav-item {
  color: rgba(11, 39, 125, .8)
}

a.gs-nav-item.selected {
  border-bottom: 3px solid;
  font-weight: bold
}

.gs-nav-wrap-realms > a,
.gs-nav-wrap-resultstypes > a,
.gs-nav-wrap-disciplines > a,
.gs-nav-wrap-programs > a,
.gs-nav-wrap-categories > a {
  padding-top: .25rem;
  padding-bottom: .25rem;
  /*font-size: .9em;*/
}

/*results navigation end*/

/*results table start*/
table.gs-resultstable {
  border: solid 1px #eee;
  font-size: .9em;
}

table.gs-resultstable td,
table.gs-resultstable th {

}

.gs-tr-head th {
  vertical-align: middle
}

.gs-rank,
.gs-score,
.gs-totalscore,
.gs-totalvaultscore,
.gs-penalty {
  text-align: right;
}

.gs-title,
.gs-totalvaultscorelabel {
  text-align: left
}

.gs-totalscore,
.gs-rank {
  font-weight: bold
}

.gs-totalvaultscorelabel {
  color: gray;
  font-style: italic
}

.gs-pvresultstable td, .gs-evresultstable td {
  border-bottom: solid 1px rgba(255,255,255,.15);
  border-top: none;
  /*border: none;*/
}
.gs-tr-subhead {
  border-bottom: solid 1px #eee
}


.gs-tr-subhead .gs-totalscore {
  background-color: rgba(17, 138, 203, .06);
  /*color: #1B8F45;*/
}

.gs-tr-subhead .gs-score {
  text-align: center;
  font-weight: bold
}

.gs-tr-head .gs-apparatus {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px
}

/*.gs-tr-head .gs-apparatus > div {*/
/*  display: none*/
/*}*/

.gs-breakpoint > td {
  border-top: solid 2px #000
}

/* results table end */
.gs-exscore {
  display: none
}

.alwayshidden {
  border: solid 1px red
}
.table-sm-naked thead tr th,
.table-sm-naked tbody tr td {
  border: none !important;
  padding: 0 2px !important;
  font-size: 90% !important;
}


.table-gymscoring-info > thead > tr > th,
.table-gymscoring-info > tbody > tr > td {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.table-bist th,
.table-bist td {
  border: 1px solid #ddd;
}

.table-sm-naked td {
  border: none !important;
  padding: 1px 2px;
  font-size: 10px;
  white-space: nowrap;
}

.table {
  width: 100%;
  background-color: transparent;
  margin-bottom: 10px;
}


.table,
.table tr,
.table td {
  border: none;
  border-collapse: collapse;
}

.table-bist th,
.table-bist td {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}


/*.eyof-footer {*/
/*  background: url("/static/livesite/fig_rules/gymscoring_eyof_25_footer.svg");*/
/*  background-repeat: no-repeat;*/
/*  background-position: left bottom;*/
/*  background-size: cover;*/
/*  position: fixed;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  z-index: 1000;*/
/*}*/
