

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: OpenSans-Regular;
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
/*	font-family: sans-serif; */
}

/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
/*  align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.wrap-table100 {
  width: 100%;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  border-color: red;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* Ugly FireFox-specific hack to solve table border issues
 * Sadly it's a reported bug from 2011 that has never been fixed
 * https://bugzilla.mozilla.org/show_bug.cgi?id=688556
 */
@-moz-document url-prefix() {
	table {
		border-collapse: inherit;
	}
}

table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 50px;
  background: #007db3;
}
table thead tr.slim, table thead tr.slim-notresposive {
  height: 30px;  /* special override for top table header */
}
table thead tr.slim-subheaders {
  height: auto;
}
table thead tr.slim-subheaders th {
  height: auto;
  font-size: 15px;
  padding-bottom: 1px;
}
table thead tr.slim-separator {
  height: 40px;  /* special override for top table header */
}
table thead tr.top-border {  /* special override for top table header */
	border-top: 1px solid #f5f5f5;
}
table thead tr.category-separator {  /* special override for top table subheaders */
  background: #1A97CD;
}
table thead tr.category-separator th {  /* special override for top table subheaders */
  text-align: center;
  font-weight: 500;
}
table tbody tr {
  height: 35px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}

tbody tr:nth-child(even) {
  background-color: #e1e0e1;
}

tbody tr {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  font-weight: 300;
}

tbody tr:hover {
  color: #555555;
  background-color: #b1d8f3;
  cursor: default;
}

.column1 {
/*  width: 260px;
  padding-left: 40px; */
  text-align:center;
}

.column2 {
/*  width: 160px; */
}

.column3 {
/*  width: 245px; */
}

.column4 {
/*  width: 110px; */
}

.column5 {
/*  width: 170px; */
}

.column6 {
/*  width: 170px; */
}

.column7 {
  white-space: nowrap;
/*  width: 170px; */
}

.column8 {
  white-space: nowrap;
  padding-right: 10px;
/*  width: 222px; */
}

.column-total-last {
  text-align: right;
  padding-right: 8px;
}

.base-background-color {
  background-color: initial !important;
}
.base-background-color:hover {
  background-color: #b1d8f3 !important;
}
.alternatingColor {
  background-color: #e1e0e1 !important;
}
.alternatingColor:hover {
  background-color: #b1d8f3 !important;
}

.flag-border {
  border: 1px solid #bbb;
  margin-right: 5px;
}

.nowrap-text {
  white-space: nowrap;
  overflow: hidden;
}

/* Default values for mobile-show (i.e. should be hidden by default) */
span.mobile-show {
  display: none;
}
table thead tr.mobile-show-notresponsive, table tbody tr.mobile-show-notresponsive {  /* special override for top table subheaders */
  display: none;
}
table thead th.mobile-show-notresponsive, table tbody td.mobile-show-notresponsive {  /* special override for top table subheaders */
  display: none;
}
table thead th.mobile-visible-notresponsive {  /* make text invisible */
  opacity: 0;
}
.results-secondary-lines {
  font-size: small;
  height: auto;
  display: none;
  color: #505050;
}
.results-toggle-button {
  display: none;
}
.results-secondary-lines-bottomspacing {
  padding-bottom: 0.5rem;
}
.results-lines-topspacing {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.results-lines-secondline-height {
  height: auto;
}
.qual-cutoff {
  border-top: solid 5px #007db3;
}
.qual-cutoff-out-background {
  background-color: #c8c8c8 !important;
}
.qual-cutoff-out-background:hover {
  background-color: #b1d8f3 !important;
}
.rank-division-break {
  padding-top: 30px;
  padding-bottom: 8px;
  border-top: 2px solid #007db3;
}
.filler-30-procent {
  width: 30%;
}


@media screen and (max-width: 992px) {
  .table100-head th {
    font-size: 16px;
  }

  tbody tr {
    font-size: 14px;
  }
  table thead tr.slim {  /* special override for top table header */
    display: inherit;
    padding: 4px;
    height: auto; /* set to auto, otherwise text can be cut on small screens */
  }
  table thead tr.slim-separator {  /* special override for top table header */
    display: inherit;
    padding: 4px;
    height: auto; /* set to auto, otherwise text can be cut on small screens */
  }
  table thead tr.slim-notresposive {  /* special override for top table header */
    display: table-row;
    padding: 4px;
    height: 2em;
  }
  table thead tr.slim, table thead tr.slim-subheaders {
    display: none;
  }
  table thead tr.today-subheader {
    display: table-row; /* special override for Today's Competitions/Others dividers */
  }
  table thead tr.mobile-noshow, table thead th.mobile-noshow, table tbody tr.mobile-noshow, table tbody td.mobile-noshow {  /* special override for top table subheaders */
    display: none;
  }
  table thead tr.mobile-show, table thead th.mobile-show, table tbody td.mobile-show, span.mobile-show {  /* special override for top table subheaders */
    display: inherit;
  }
  table thead tr.mobile-show-notresponsive, table tbody tr.mobile-show-notresponsive {  /* special override for top table subheaders */
    display: table-row;
  }
  table thead th.mobile-show-notresponsive, table tbody td.mobile-show-notresponsive {  /* special override for top table subheaders */
    display: table-cell;
  }
  table thead th.mobile-visible-notresponsive {  /* make text invisible */
    opacity: initial;
  }
  table tbody tr.compressed-group {
    height: auto;
  }
  table thead tr.category-separator {  /* special override for top table subheaders */
    margin-top: 30px;
    border-radius: 15px;
    border: 3px double #fff;
    padding-top: 12px;
  }
  .column1,
  .column4,
  .column5,
  .column6 {
    text-align: left;
  }
  .results-toggle-button {
    display: initial;
    border-radius: 10px;
    background: white;
    text-align: center;
    padding: 1px 10px;
    margin-bottom: 10px;
    color: #007db3;
    border: 2px solid #007db3;
    width: auto;
    float: right;
  }
  .results-secondary-lines-topspacing {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tourlist-table td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tourlist-table tr.results-secondary-lines img {
    scale: 80%;
  }
  .tourlist-table tr td.width-limiter {
    max-width: 35%;
    overflow-wrap: anywhere;
  }
}
