@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap&subset=latin,latin-ext');
* {padding:0;margin:0;}
html {width:100%;height:100%;}
body {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size:14px;
  line-height:1.5;
  font-weight:400;
  color:#434343;
  background:#FFF;
  min-height:100%;
  position:relative;
}

input {
  text-align: center;
  transition: all 0.15s ease;
}
input:disabled {
  background: #dddddd;
  color: #777;
}
input:focus {
  background: #fff9d6;
  border: 2px solid #f39c12;
  box-shadow: 0 0 6px rgba(243,156,18,0.6);
  outline: none;
}
input:focus-visible {
  background: #fff9d6;
  border: 2px solid #f39c12;
}
.current-input {
  outline: 2px solid #ff5722;
  outline-offset: 2px;
  background-color: #fff;
}
.current-input:focus {
  outline-width: 3px;
}
.next-input {
  outline: 2px dashed #ff9800;
  outline-offset: 2px;
  background-color: #fff8e1;
}

.next-input:focus {
  outline: 2px solid #ff5722;
  background-color: #fff;
}

.start-select {
  font-size: 14px;
  padding: 4px 6px;
  min-width: 90px;

  border: 2px solid #999;
  border-radius: 4px;
  background: #fff;

  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-appearance: menulist;
}
.start-select:hover {
  border-color: #666;
}

.start-select:focus {
  border-color: #f39c12;
  background: #fff9d6;
  outline: none;
  box-shadow: 0 0 5px rgba(243,156,18,0.6);
}
.start-select.set {
  border-color: #27ae60;
  background: #eafaf1;
}
.start-select option {
  font-size: 14px;
  font-family: 'Ubuntu Condensed', sans-serif;
}
tr.tr-current > td {
  background-color: rgba(255, 87, 34, 0.10) !important;
}

tr.tr-next > td {
  background-color: rgba(255, 152, 0, 0.08) !important;
}

.th-sort {
  position: relative;
  padding-right: 12px;
  text-decoration: none;
}

.th-sort::after {
  content: "⇅";
  font-size: 0.7em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}

.container {
 width:90%;
 max-width:1050px;
 margin:0 auto;
 }

header {
 position:fixed;
 top: 0;
 right:0;
 left:0;
 margin: 0px auto;
 width:100%;
 background-color:#0255a3;
 height:100px;
 color:#FFFFFF;
 }

div.width1050{
 margin: 0 auto;
 max-width: 1050px;
 width: 90%;
}

.menu-trigger {
 color:#FFF;
 background:#e40613;
 font-weight:bold;
 text-transform:uppercase;
 font-style:italic;
 padding:15px;
 margin:0 0 5px;
 cursor:pointer;
}

.klub {
 margin:0 0 5px;
 cursor:pointer;
}
.klub:after {
  content: "\25BC";
  font-style:normal;
  color: #000;
  text-align: center;
 }

.belka{
 background:#666666;
 color:#FFFFFF;
 font-weight:bold;
 padding:3px;
} 

.zgody{
 border: medium solid red; 
 max-width:1200px; 
 font-stretch:condensed; 
 padding:5px;
}
.zgody input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.rozwin{
 margin:0 0 5px;
 cursor:pointer;
} 
.rozwin:after{
  content: "\25BC";
  font-style:normal;
  color: #ffffff;
  text-align: center;
} 

aside {
 position:fixed;
 top:38px;
 right:0;
 left:0; 
 float:left;
 background-color: #e40613;
 margin: 0px auto;
 width:100%;
 height:38px; 
 }
aside nav ul {list-style:none;}
aside nav ul li {float:left;margin-bottom:1px; text-transform:uppercase; font-weight:bold; font-style:italic; max-width:160px; min-width:160px;}
aside nav ul li a { display:block;text-decoration:none;color:#FFF;background:#e40613;padding:8px 20px;}
aside nav ul li a:hover{background:#212121;color:#FFF;}

aside nav ul li ul {display:none;}
aside nav ul li:hover ul {display:flex;flex-direction:column;}
aside nav ul li ul li {float:left;margin-bottom:0px; text-transform:uppercase; font-weight:bold; font-style:italic; max-width:160px; min-width:160px; line-height:1;}
aside nav ul li ul li a { display:block;text-decoration:none;color:#FFF;background:#e40613;padding:8px 20px;}
aside nav ul li ul li a:hover{background:#212121;color:#FFF;}

#info1{
 display:none;
}

#main {
  margin:0 0 25px;
  padding-top: 100px;
  padding-bottom: 70px;
  font-size:16px;
  }

footer {
 border-top: 1px solid #CCCCCC; 
 text-align:right;
 bottom: 0;
 position:absolute;
 width: 90%;
 max-width: 1050px;
 height: 50px;
 font-size:12px;
}

.button3 {
 color:#FFF;
 background:#e40613;
 font-weight:600;
 text-transform:uppercase;
 padding: 5px 10px 5px;
 margin:0 0 5px;
 cursor:pointer;
 height: 30px;
 border:none;	
}
a {
 text-decoration:none; 
 transition:0.5s;
 }
a:hover{text-decoration:none; color:#989898;transition:0.5s;}

a.roundbutton2x{border:none;border-radius:5px; background:#fff70a; padding:5px; color: #002450;}
a.roundbutton2x:hover{border:none;border-radius:5px; background:#002450; padding:5px; color: #fff70a;}


.yellowbut{background: #F7F10C !important; color:#002450 !important;}
.yellowbut:hover{background: #002450 !important; color: #F7F10C!important;}

.graybut:hover{background: #555555 !important; color:#e7e7e7 !important;}
.graybut{background: #e7e7e7 !important; color: #555555!important;}

.bluebut:hover{background: #0255a3 !important; color:#e7e7e7 !important;}
.bluebut{background: #e7e7e7 !important; color: #0255a3!important;}


.przycisk {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: 'Ubuntu Condensed', Arial;
	font-size:14px;
	font-weight:bold;
	padding:1px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.przycisk:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.przycisk:active {
	position:relative;
	top:1px;
}

#efekt {
	animation: blink 2s steps(20) infinite;
    -webkit-animation: blink 1s steps(10) infinite;
    color:red;
}
@keyframes blink { 50% { 
	color: transparent; 
	text-shadow: none;
} }

@-webkit-keyframes blink { 50% {
	color: transparent; 
	text-shadow: none;
} }

/* Chat containers */
.box {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:10px;
  margin-left:0px;
  text-align:left;
}
.box form{
 text-align:right;
}

.box form textarea{
 max-width:600px;
 min-width:80%;
 height: 70px;
 border: 2px solid #dedede;
 border-radius: 5px;
 padding: 5px;
}
input, textarea, select {
    font-family: 'Ubuntu Condensed', sans-serif;
}
option {
 font-family: 'Ubuntu Condensed', sans-serif;
}
.odp {
  border-color: #ccc;
  background-color: #ddd;
  text-align:right;
  margin-left:10px;
  margin-right:0px;
}
.nowy {
  border-color: #CC6600;
  background-color: #CCCCCC;
}


/* Style info text */
.info-right {
  display:block;
  text-align:right;
  color: #aaa;
  font-style:italic;
}

/* Style info text */
.info-left {
  display:block;
  text-align:left;
  color: #999;
  font-style:italic;
}

/* Style dla tabeli */
.rg-container {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

.table_nowy{
  font-size: 18px;
  border-spacing: 10px;
  margin-top:10px;
  margin-bottom:10px;
}
.table_nowy input,option, select{
 font-size:18px;
}
.table_nowy2{
  font-size: 18px;
  border-spacing: 10px;
  margin-top:10px;
  margin-bottom:10px;
}
.table_nowy2 input{
 font-size:18px;
}

/* table */
.rg-table tr {

}

table.rg-table {
  display: inline-table;
  width: max-content;   /* TO JEST KLUCZ */
  max-width: 100%;
  table-layout: fixed;
  
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-align: left;
  border-bottom: 1px solid #ddd;
  color: #333;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 1.0em;
}
table.rg-table .highlight td {

}
table.rg-table .nazwa {
 font-weight:600;
}
table.rg-table th.number,
td.number {
  text-align: right;
}
/* tabela do wieloboi  */
.wielU_tab {
  width: 98%;
  margin-bottom: 0.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
.wielU_tab thead th {
  background-color:#ffdb00;
  height:50px;
  text-transform:uppercase;
}
.wielU_tab tbody tr {
  color: #333;
  text-align:center;
}
.wielU_tab tbody tr:nth-child(odd) {
  transition: background-color .25s ease;
  border-bottom:none;
  height:50px;
}
.wielU_tab tbody tr:nth-child(odd):hover {
  background-color: #f2f2f2;
}
.wielU_tab tbody tr:nth-child(even) {
  border-bottom: #edebd5 solid 1px;
  height:0px;
}
.wielU_tab td a {  height:50px;
  color: #2d2d2d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration:none;
}
.wielU_tab td a:hover {
  color: #878ea5; 
}
/* tabela do wieloboi szczegoly  */
.wyniki_tab {
  width: 98%;
  margin-bottom: 0.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
.wyniki_tab thead td {
  background-color:#ffdb00;
  text-transform:uppercase;
}
.wyniki_tab thead tr {
  height:30px;
}

.wyniki_tab tbody tr:nth-child(odd) {
  color: #333;
  text-align:center;
  transition: background-color .25s ease;
  border-bottom: #edebd5 solid 1px;
  height:30px;
}
.wyniki_tab tbody tr:nth-child(odd):hover {
  background-color: #f2f2f2;
}
.wyniki_tab tbody tr:nth-child(even) {
  color: #333;
  text-align:center;
  transition: background-color .25s ease;
  border-bottom: #edebd5 solid 1px;
  height:30px;
}
.wyniki_tab tbody tr:nth-child(even):hover {
  background-color: #f2f2f2;
}

#NrTrenera_suggest {
 width:200px;
 position: absolute;
 background-color: #FFFFFF;
 text-align: left;
 border: #edebd5 solid 1px;
 visibility:hidden;
 font-size:11px;
                               
}
.suggest_link {
 background-color: #f9f8f0;
 padding: 2px 6px 2px 6px;
 font-size:11px;
}
.suggest_link_over {
 background-color: #ffffff;
 padding: 2px 6px 2px 6px;
 cursor:pointer;
 font-size:11px;
}

.menu_select{
   overflow: hidden;
   background-color:#000000;
}
.menu_select select {
   color:#FFFFFF;
   background-image:url(white-arrow-down2.png) ;
   background-color:#31384c;
   background-position: 230px 15px;
   background-repeat:no-repeat;
   background-size: 15px;
   width: 250px;
   padding: 3px;
   font-style:italic;
   border: 0;
   height: 45px;
   cursor:pointer;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   }
.menu_select option {
 font-style:normal;
 height:45px;
 background-color:#fff;
 color:#000;
}

@media (min-width: 400px) {
aside, 
#main {}
header { 
 font-size:22px;
}
.menu-trigger {display:none;}
aside nav {display:inline !important;}
}

@media (max-width: 200px) {
.wielU_tab tbody tr:nth-child(odd) {
  height:30px;
}
.wielU_tab thead th {
  height:30px;
}


.menu_select select {
   background-position: 95% 15px;
   background-size: 13px;
   width: 99%;
}

  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
.table_nowy{
  font-size: 12px;
  border-spacing: 4px;
}
.table_nowy input,option, select{
 font-size:12px;
}  
.table_nowy2{
  font-size: 16px;
  border-spacing: 8px;
}
.table_nowy2 input{
 font-size:16px;
}
 
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
  table.rg-table caption {
    font-size: 0.95em;
  }

aside { top:0px; }
#main { 
 padding-top: 50px;
 font-size:12px;
  }
#info1{
 display:inline;
 font-size:10px;
}
footer { font-size:10px; width:90%;}
header { font-size:12px; height:60px;}
header img {
 height:55px;
}
.menu-trigger {display:block;}
.menu-trigger:after {
  content: "\25BC";
  font-style:normal;
  float: right;
  color: #fff;
  text-align: center;
 }
aside nav {display:none;}
aside nav ul li {float:none; max-width:none;}
aside nav ul li ul {display:block;}
aside nav ul li ul li {float:none; max-width:none;}
aside nav ul li ul li a { padding-left:30px;}
}