@charset "UTF-8";
[data-theme=dark] .alert-danger {
  color: #f2dede;
  background-color: #a70c1f;
}
[data-theme=dark] .alert-danger .alert-link {
  color: #f2dede;
}
[data-theme=dark] .alert-warning {
  color: #f2dede;
  background-color: #555555;
}
[data-theme=dark] .alert-warning .alert-link {
  color: #f2dede;
}
[data-theme=dark] .alert-info {
  color: #d9edf7;
  background-color: #245269;
}
[data-theme=dark] .alert-info .alert-link {
  color: #d9edf7;
}
[data-theme=dark] .alert-success {
  color: #dff0d8;
  background-color: #2b542c;
}
[data-theme=dark] .alert-success .alert-link {
  color: #dff0d8;
}
[data-theme=dark] .badge {
  background: #888888;
  color: #000000;
}
[data-theme=dark] .table-striped > thead {
  background-color: #0e1621;
}
[data-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #17212b;
}
[data-theme=dark] .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #0e1621;
}
[data-theme=dark] .jumbotron {
  background-color: #17212b;
}
[data-theme=dark] .popover {
  background-color: #202b36;
}
[data-theme=dark] .modal-content {
  background-color: #17212b;
}
[data-theme=dark] .list-group > .list-group-item {
  background-color: #17212b;
}
[data-theme=dark] .table > tbody > tr.danger > td {
  background-color: #843534;
}
[data-theme=dark] hr {
  border-top: 1px solid #17212b;
}
[data-theme=dark] .table > tbody > tr > td, [data-theme=dark] .table > tbody > tr > th, [data-theme=dark] .table > tfoot > tr > td, [data-theme=dark] .table > tfoot > tr > th, [data-theme=dark] .table > thead > tr > td, [data-theme=dark] .table > thead > tr > th {
  border-top: 1px solid #17212b;
}
[data-theme=dark] .table > thead > tr > th {
  border-bottom: 2px solid #17212b;
}
[data-theme=dark] .form-control {
  border: #19273b;
  background-color: #0e1621;
  color: #cccccc;
}
[data-theme=dark] .brackets-form .form-control {
  background-color: #202b36;
}
[data-theme=dark] .brackets-form .input-group-addon {
  background-color: #2c3e50;
  border-color: #202b36;
}
[data-theme=dark] .typeahead, [data-theme=dark] .dropdown-menu, [data-theme=dark] .dropdown-item {
  background-color: #17212b;
  color: #cccccc;
}
[data-theme=dark] .dropdown-menu > li > a {
  color: #cccccc;
}
.theme--dark [data-theme=dark] .dropdown-menu > li > a:hover {
  background: #202b36;
}
.theme--light [data-theme=dark] .dropdown-menu > li > a:hover {
  background: #e5e5e5;
}
.theme--dark [data-theme=dark] .dropdown-menu li:hover {
  background: #202b36;
}
.theme--light [data-theme=dark] .dropdown-menu li:hover {
  background: #e5e5e5;
}
[data-theme=dark] .modal-header {
  border-bottom: 1px solid #0e1621;
}
[data-theme=dark] .modal-footer {
  border-top: 1px solid #0e1621;
}
[data-theme=dark] .gold-medal-tr a, [data-theme=dark] .silver-medal-tr a, [data-theme=dark] .bronze-medal-tr a {
  color: #cccccc !important;
}
[data-theme=dark] .list-group-item, [data-theme=dark] .table-bordered, [data-theme=dark] .table-bordered td, [data-theme=dark] .table-bordered th {
  border: 1px solid #333333;
}

nav.navbar {
  /*background: #ffcf28 !important;*/
  /*background: #28282d !important;*/
  /*background: #ffda58 !important;*/
  /*background: #888 !important;*/
}
.theme--dark nav.navbar {
  background: #202b36;
}
.theme--light nav.navbar {
  background: #e5e5e5;
}
.theme--dark nav.navbar li.dropdown li a:hover {
  background: #202b36;
}
.theme--light nav.navbar li.dropdown li a:hover {
  background: #e5e5e5;
}
nav.navbar .active > a, nav.navbar .open > a, nav.navbar .open > a:focus, nav.navbar .open > a:hover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 10px;
}
.theme--dark nav.navbar .active > a, .theme--dark nav.navbar .open > a, .theme--dark nav.navbar .open > a:focus, .theme--dark nav.navbar .open > a:hover {
  border-bottom: 5px #a97c5a solid;
}
.theme--light nav.navbar .active > a, .theme--light nav.navbar .open > a, .theme--light nav.navbar .open > a:focus, .theme--light nav.navbar .open > a:hover {
  border-bottom: 5px #337ab7 solid;
}
nav.navbar .navbar-brand-logo {
  padding: 10px 15px;
}

ul.language-bar {
  max-height: 50px;
  max-width: 200px;
  margin-right: 10px;
  list-style-type: none;
}
ul.language-bar li {
  float: left;
  line-height: 15px;
  padding: 10px 10px;
}
ul.language-bar li a img {
  opacity: 0.4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
ul.language-bar li.active a {
  border-bottom: none !important;
}
ul.language-bar li.active a img, ul.language-bar li a:hover img {
  opacity: 1;
  box-shadow: 1px 1px 10px #000000;
}

/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
.content {
  min-height: calc(100vh - 80px - 50px);
}

.base {
  padding-top: 50px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
}
.theme--dark .base {
  background: #0e1621;
  color: #cccccc;
}
.theme--light .base {
  background: #f5f5f5;
  color: #333333;
}
.base:after {
  content: "";
  position: fixed;
  width: 100%;
  overflow-y: auto;
  min-height: 100vh;
}
.theme--dark .base:after {
  background: #0e1621;
}
.theme--light .base:after {
  background: #f5f5f5;
}

.table-brackets {
  width: 100%;
}
.table-brackets .form-control, .table-brackets .bout-conclusion {
  font-size: 0.8em;
  padding-top: 8px;
}
.theme--dark .table-brackets tr.odd {
  background-color: #17212b;
}
.theme--light .table-brackets tr.odd {
  background-color: #eeeeee;
}

.theme--dark .bouts-pairing .odd {
  background-color: #17212b;
}
.theme--light .bouts-pairing .odd {
  background-color: #eeeeee;
}

.theme--dark a:not(.btn) {
  color: #a97c5a;
}
.theme--light a:not(.btn) {
  color: #337ab7;
}

.theme--dark .dropdown-menu li:not(.active) > a {
  color: #cccccc;
}
.theme--light .dropdown-menu li:not(.active) > a {
  color: #333333;
}
.dropdown-menu li.active a, .dropdown-menu li.active a:focus, .dropdown-menu li.active a:hover {
  color: #ffffff;
}

.strike-through {
  text-decoration: line-through;
}

/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Main content
 */
.main {
  position: relative;
  padding: 20px 5px;
  min-height: 85vh;
}
.main .page-header {
  margin-top: 0;
}
.theme--dark .main .page-header {
  border-bottom: 1px solid #19273b;
}
.theme--light .main .page-header {
  border-bottom: 1px solid #cccccc;
}

@media (min-width: 1536px) {
  .main {
    padding: 20px 10%;
  }
}
/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholders h4.small {
  font-size: 1em;
}

.navigate-arenas {
  display: flex;
  justify-content: center;
}
.navigate-arenas .navigate-option {
  margin-right: 10px;
}
.navigate-arenas .navigate-option .navigate-button {
  text-transform: capitalize;
}

.placeholder {
  margin-bottom: 20px;
  min-height: 180px;
}
.placeholder.active img {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(220, 20, 60, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(220, 20, 60, 0.6);
}
.theme--dark .placeholder.active img {
  border-color: #a97c5a;
}
.theme--light .placeholder.active img {
  border-color: #337ab7;
}
.placeholder:hover:not(.active) img {
  outline: 0;
}
.theme--dark .placeholder:hover:not(.active) img {
  border-color: #a97c5a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(186, 87, 26, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(186, 87, 26, 0.6);
}
.theme--light .placeholder:hover:not(.active) img {
  border-color: #337ab7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(51, 122, 183, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(51, 122, 183, 0.6);
}
.placeholder img {
  display: inline-block;
  border-radius: 20%;
}

.form-group.required label:after {
  content: "*";
  color: #a94442;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.progress {
  height: 10px;
}

#compulsory-techniques-form-input {
  display: none;
}

.modal-errors {
  display: none;
}

.corners-rounded {
  border-radius: 4px;
}

#map {
  height: 400px;
  width: 100%;
  border-radius: 30px;
}

.border-radius-30 {
  border-radius: 30px;
}

.btn-primary-spacing {
  margin-right: 5px;
  margin-bottom: 5px !important;
}

table.table-vertical-middle td {
  vertical-align: middle !important;
}

#events-disconnect-button, #events-connect-button {
  display: none;
}

#sanda-events-disconnect-button, #sanda-events-connect-button {
  display: none;
}

#light-sanda-events-disconnect-button, #light-sanda-events-connect-button {
  display: none;
}

.text-bigger {
  font-size: 1.5rem;
}
.text-bigger small {
  color: #666;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-100 {
  margin-top: 100px;
}

.p-l-1em {
  padding-left: 1em;
}

.countdown-row {
  margin: 20px 0 40px 0;
}
.countdown-row p {
  margin: 35px 0 0 0;
}
.countdown-row .tournament-countdown {
  white-space: nowrap;
}

@media (max-width: 768px) {
  ul.language-bar li {
    padding: 0px 10px;
  }
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 2px 0px;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
  padding: 2px 0px;
  font-size: 12px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 5px 10px;
  font-size: 28px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 1.33;
  border-radius: 35px;
}

ul.todo-list {
  list-style: none;
}
ul.todo-list li:not(.todo-task-done, .todo-task-required) {
  padding-left: 24px;
}
ul.todo-list li:before {
  font-weight: bold;
}
ul.todo-list li.todo-task-done:before {
  content: "✅";
}
ul.todo-list li.todo-task-required:before {
  content: "❌";
}
ul.todo-list li .todo-task-hint {
  /*color: #f2dede;*/
  font-size: 0.8em;
  color: #969696;
}

.text-red {
  color: #ff4136;
}

.text-green {
  color: #419641;
}

.theme--dark .text-grey {
  color: #333333;
}
.theme--light .text-grey {
  color: #dddddd;
}

.text-blue {
  color: #303d6b;
}

.theme--dark .text-accent {
  color: #ffcf28;
}
.theme--light .text-accent {
  color: #a97c5a;
}

.theme--dark .text-underscore-dotted {
  border-bottom: 1px dotted #cccccc;
}
.theme--light .text-underscore-dotted {
  border-bottom: 1px dotted #333333;
}

.bg-gray {
  background: #eeeeee;
  border: none !important;
}

.bg-red {
  background: #cc3333;
}

.table-dnd th {
  font-size: 0.95em;
}

.font-weight-bold {
  font-weight: bold;
}

.theme--dark tr.active td, .theme--dark td.active, .theme--dark table.table.table-hover tr:hover td {
  background: #202b36 !important;
}
.theme--light tr.active td, .theme--light td.active, .theme--light table.table.table-hover tr:hover td {
  background: #e5e5e5 !important;
}

th.header {
  background: url(../imgs/bg.gif) no-repeat center right;
  cursor: pointer;
  padding: 10px 20px 10px 10px !important;
}
.theme--dark th.header.headerSortUp {
  background: #202b36 url(../imgs/asc.gif) no-repeat center right;
}
.theme--dark th.header.headerSortDown {
  background: #202b36 url(../imgs/desc.gif) no-repeat center right;
}
.theme--light th.header.headerSortUp {
  background: #e5e5e5 url(../imgs/asc.gif) no-repeat center right;
}
.theme--light th.header.headerSortDown {
  background: #e5e5e5 url(../imgs/desc.gif) no-repeat center right;
}

.deduction-code {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 5px 5px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 30px;
}
.theme--dark .deduction-code {
  background: #b32d26;
  color: #eeeeee;
}
.theme--light .deduction-code {
  background: #ff4136;
  color: #333333;
}

.gold-medal {
  color: #ffaa12;
}

.gold-medal-tr {
  background: rgba(255, 170, 18, 0.5);
}

.silver-medal {
  color: #c0c0c0;
}

.silver-medal-tr {
  background: rgba(192, 192, 192, 0.5);
}

.bronze-medal {
  color: #cd7f32;
}

.bronze-medal-tr {
  background: rgba(205, 127, 50, 0.5);
}

.alert {
  border: none;
}

.fa-moon {
  color: #aaaaaa;
}

.fa-sun {
  color: #aaaaaa;
}

.toggle-dark-mode {
  margin-top: -2px;
}
.toggle-dark-mode .checkbox {
  opacity: 0;
  position: absolute;
}
.toggle-dark-mode .checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-dark-mode .checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
.toggle-dark-mode .checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}

.competition-details {
  margin-top: 30px;
  margin-bottom: 0;
}

.competition-time-summary {
  margin-top: 0;
}

.table-responsive {
  border: none;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

td {
  line-height: 4.25rem;
}

.table-height {
  line-height: 4.25rem;
}

thead.small-header th {
  font-size: 0.8em;
}

.athletes-table {
  margin-bottom: 1px;
}
.athletes-table th, .athletes-table td {
  border: none;
}
.athletes-table th.td-athlete div, .athletes-table td.td-athlete div {
  display: flex;
}
.athletes-table th.td-athlete div img.athlete-photo, .athletes-table td.td-athlete div img.athlete-photo {
  width: 40px;
  margin-top: 2px;
  margin-right: 10px;
}
.athletes-table th p, .athletes-table td p {
  margin-bottom: 0 !important;
}
.athletes-table th {
  font-size: 0.8em;
}
.athletes-table th.th-athlete {
  padding-left: 60px;
}
.athletes-table td {
  height: 40px;
}
.athletes-table td:not(.athletes-table td.td-athlete) {
  line-height: 4.25rem;
}

.starts-table th, .starts-table td {
  text-align: center;
}
.starts-table th.th-athlete, .starts-table th.td-athlete, .starts-table th.th-rank, .starts-table th.td-rank, .starts-table th.td-deductions, .starts-table td.th-athlete, .starts-table td.td-athlete, .starts-table td.th-rank, .starts-table td.td-rank, .starts-table td.td-deductions {
  text-align: left;
}

img.athlete-photo {
  height: 40px;
}

.session-subheader {
  margin-bottom: 0;
}

.session-header, .session-header > small {
  margin-top: 0;
}
.theme--dark .session-header, .theme--dark .session-header > small {
  color: #cccccc;
}
.theme--light .session-header, .theme--light .session-header > small {
  color: #333333;
}

.navigate-platform {
  text-transform: capitalize;
}

.download-pdf span {
  font-size: 0.9em;
}

.competition-time-details {
  font-size: 0.9em;
}

#cb-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 20%;
  width: 60%;
  z-index: 999;
  display: none;
}
.theme--dark #cb-cookie-banner {
  border: #666666 solid 1px;
  background: #333333;
}
.theme--light #cb-cookie-banner {
  border: #999999 solid 1px;
  background: #cccccc;
}

/***
*
* Bouts
*
 ***/
.olympic-red-bg {
  background-color: rgb(240, 40, 45) !important;
}
.olympic-red-bg .badge {
  background: none !important;
  color: #ffffff !important;
}

.olympic-blue-bg {
  background-color: rgb(0, 120, 208) !important;
}
.olympic-blue-bg .badge {
  background: none !important;
  color: #ffffff !important;
}

.bracket-top-connector {
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  width: 80%;
  height: 25%;
  float: left;
  position: absolute;
  top: 25%;
  border-top-right-radius: 5px;
}
.bracket-top-connector.red-winner {
  border-top: 3px solid rgba(240, 40, 45, 0.75);
  border-right: 3px solid rgba(240, 40, 45, 0.75);
}

.bracket-bottom-connector {
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  width: 80%;
  height: 25%;
  float: left;
  position: absolute;
  top: 50%;
  border-bottom-right-radius: 5px;
}
.bracket-bottom-connector.blue-winner {
  border-bottom: 3px solid rgba(0, 120, 208, 0.75);
  border-right: 3px solid rgba(0, 120, 208, 0.75);
}

.bracket-middle-connector {
  border-top: 3px solid #ccc;
  width: 20%;
  margin-left: 80%;
  top: 50%;
  float: right;
  position: absolute;
}
.bracket-middle-connector.red-winner {
  border-top: 3px solid rgba(240, 40, 45, 0.75);
}
.bracket-middle-connector.blue-winner {
  border-top: 3px solid rgba(0, 120, 208, 0.75);
}

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