
h6 {
  font-weight: bold;
  font-size: 10px;
}

h4 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0;
    font-size: 22px;
}

.headerIcon {
  font-size: 58px;
  background-color: inherit;
  padding-left: 2px;
}

.infoHeader h2 {
  font-weight: bold;
}

.legenda {
  max-width: 70vw;
}

.show {
  display: block;
}

.sideText {
  color: white;
  padding: 1vw;
  margin: 1vw;
}

/* THEME_DARK */
.theme_dark .infoLink {
  color: #72777e;
  text-decoration: none;
}

.theme_dark .infoLink:hover {
  color: #f5d997; 
  transition: color .3s linear;
}

.theme_dark .specialLink {
  color: #72777e;
  text-decoration: none;
}

.theme_dark .specialLink:hover {
  color: #eee; 
  transition: color .3s linear;
}

.theme_dark .infoHeader {
  border-bottom: 2px solid #eee;
  background-color: inherit;
}

.theme_dark .infoPage {
  background-color: #222;
  color: #eee ;
}


body {
  color: #8fabd6 !important; /*  #8fabd6 ; #5681c2; */
  background-color: #1F1F1F;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 1.5;
}

h1, h2 {
  color: #5681c2;
}

p {
  color: #eee;
  font-size: 16px;
}

.groupheader {
  border-bottom: 1px solid #5681c2; 
}

.theme-dark .inputImage {
  color: #5681c2;
}

.theme_dark #app {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  
  /* svg background */
  background-color: #1F1F1F;
  background-attachment: fixed;
  background-size: cover;  
}
/* /THEME_DARK */

  .center {
    text-align: center;
  }

  .floatLeft {
    text-align: left;
  }

  .floatRight {
    text-align: right;
  }

  .groupSection {
    margin: 0vw 1vw;   
  }
  
  .header td {
    color: white;
  }
  
  tr:nth-child(odd) {
    background-color: #181818;
  }

  .viewcontainer {
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .tdSpace {
    margin: 0 2px;
  }

  .standardTable {
    width: 100%;
    margin: 0vw 1Svw;
    border: 1px solid #181818;
    border-radius: 2px;
  }


  .middle {
    width: 2%;
    padding: 0px 2px;
    white-space: nowrap;
  }

.w3-theme-l1 {color:#c7d5eb ; background-color:#365c96 }
.w3-theme-l2 {color:#c7d5eb ; background-color:#5681c2 }

.cols {
  display: flex;
  flex-direction: row;
}

.menu {
  margin-top: 4vw;
  margin-right: 2vw;
  display: flex;
  flex-direction: column;
}

.imgbtn {
  transition: border .3s linear, color .3s linear, background-color .3s linear;
  padding: 0vw 0.4vw;
  margin: 2px;
  color: #c7d5eb;
}

.imgbtn:hover {
  color: rgb(54, 92, 150);
}

.roundbtn {
  border: 1px solid #365c96;
  border-radius: 2px;
  transition: border .3s linear, color .3s linear, background-color .3s linear;
  padding: 0vw 0.4vw;
  margin: 2px;
  color: #c7d5eb;
}

.roundbtn:hover {
  color: rgb(54, 92, 150);
}

.tournamentheader {
  padding: 1vw;
}
.details {
  padding-left: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

table {
  font-size: inherit;
}

h4 a {
  color: #f5d997;
}

h4 a:hover {
  color: #f5d997;
  text-decoration: underline;
}

a {
  text-decoration:none;
  color: #8fabd6; /*  #8fabd6 ; #5681c2; */
}
a:hover {
  color: #365c96; 
  transition: color .3s linear;
}
td {
margin:1px;
padding: 2px;
}
.middle {
text-align:center;
}
.logo-c {
  height: 24px;
}
.bottomLogo {
  color: #f5d997;
  float: right;
display: flex;
flex-direction: row;
}
.btm {
align-self: flex-end;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.w3-right {
  float: right;
}

.explanation {
  margin-left: 1vw;
}