@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext");
* {padding:0;margin:0;}
html {width:100%;height:100%;}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  line-height:1.5;
  font-weight:400;
  color:#434343;
  background:#FFF;
  min-height:100%;
  position:relative;
}
.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:#f8f4f4;
 height:38px;
 z-index: 1;
 }

div.width1050{
 margin: 0 auto;
 max-width: 1050px;
 width: 90%;
}

a.roundbutton2x{
 border:none !important;
 border-radius:5px !important;
 background:#fff70a !important;
 padding:5px !important;
 color: #002450 !important;
 text-decoration:none !important;
 font-weight:400 !important;
 transition:0.5s !important;
}
a.roundbutton2x:hover{
 background:#002450 !important;
 color: #fff70a !important;
}
.yellowbut{
 background: #F7F10C !important; 
 color:#002450 !important;
}
.yellowbut:hover{
 background: #002450 !important; 
 color: #F7F10C!important;
}
#efekt {
	animation: blink 2s steps(20) infinite;
    -webkit-animation: blink 1s steps(10) infinite;
    color:red;
}


.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:absolute;
 top:38px;
 right:0;
 left:0; 
 float:left;
 background-color: #e40613;
 margin: 0px auto;
 width:100%;
 height:38px;
 z-index: 1;
 }
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: 76px;
  padding-bottom: 50px;
  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 {
 font-family: 'Roboto Condensed', sans-serif;
 font-size:14px;
 color:#FFF !important;
 background:#e40613;
 font-weight:bold !important;
 text-transform:uppercase;
 padding: 5px 10px 5px;
 margin:0 0 5px;
 cursor:pointer;
 height: 30px;
 border:none;
 text-decoration:none !important;
}
.button3_off {
 font-family: 'Roboto Condensed', sans-serif;
 font-size:14px;
 color:#cccccc;
 background:#AAAAAA;
 font-weight:bold;
 text-transform:uppercase;
 padding: 5px 10px 5px;
 margin:0 0 5px;
 cursor:wait;
 height: 30px;
 border:none;	
}
.button3_select {
 font-family: 'Roboto Condensed', sans-serif;
 font-size:14px;
 color:#FFFF00;
 background:#e40613;
 font-weight:bold !important;
 text-transform:uppercase;
 padding: 5px 10px 5px;
 margin:0 0 5px;
 cursor:pointer;
 height: 30px;
 border:none;
 text-decoration:none !important;
}
.wybor{
 background:#212121;
}
/* 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: 'Roboto Condensed', sans-serif;
}
option {
 font-family: 'Roboto 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;
}

.menu_select{
   overflow: hidden;
}
.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 */
   font-size: 18px;
   }
.menu_select option {
 font-style:normal;
 height:45px;
 background-color:#fff;
 color:#000;
 font-size: 15px;
}



/* 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{
 font-size:18px;
}
.table_nowy a {
 text-decoration:none;
 transition: color 0.5s ease;
 font-weight: 600;
 color: #2d2d2d;
}
.table_nowy a:hover {
 color: #878ea5;
}

.table_nowy2{
  font-size: 18px;
  border-spacing: 10px;
  margin-top:10px;
  margin-bottom:10px;
}
.table_nowy2 input{
 font-size:18px;
}

/* table */
.rg-table tr {

}

.rg2-table tr {
 transition: background-color 0.5s ease;
}
.rg2-table tr:hover {
 background-color:#f8f4f4;
}

.tre_wnioski {
  border-collapse: collapse;
}
.tre_wnioski tr {
  border-bottom: 1px solid #ddd;
}
.tre_wnioski td {
 text-align:center;
 vertical-align:middle;
 padding:10px;
}

table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg2-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.rg-table a {
 text-decoration:none;
 transition: color 0.5s ease;
 font-weight: 600;
 color: #2d2d2d;
}
.rg-table a:hover {
 color: #878ea5;
}
.link:after {
  content: " \00BB";
 }

table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  border-bottom: 1px solid #ddd;
  color: #333;
}
table.rg2-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  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: 1em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 1em;
}
table.rg2-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg2-table td:nth-child(2){
 text-align:right;
 vertical-align:middle;
 min-width: 300px;
}

table.rg-table .highlight td {

}
table.rg-table th.number,
td.number {
  text-align: right;
}

#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;
}
/* tabela do list zgloszen  */
.zglosz_tab {
  width: 98%;
  margin-bottom: 0.5em;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:14px;
}
.zglosz_tab thead th {
  background-color:#ffdb00;
  height:50px;
  padding: 0px 1px 0px 1px;
}
.zglosz_tab tbody tr {
  color: #333;
  text-align:center;
  transition: background-color .25s ease;
  border-bottom:none;
  height:50px;
  border-bottom: #edebd5 solid 1px;
}
.zglosz_tab tbody td {
 padding: 0px 1px 0px 1px;
}
.zglosz_tab tbody tr:hover {
  background-color: #f2f2f2;
}
.zglosz_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;
}
.zglosz_tab td a:hover {
  color: #878ea5; 
}

.widok1{
 display: block;
}
.widok2{
 display: none;
}

@media (min-width: 800px) {
aside, 
#main {}
header { 
 font-size:22px;
}
.menu-trigger {display:none;}
aside nav {display:inline !important;}
}

@media (max-width: 800px) {
.container {
 width:99%;
 }

.widok1{
 display: none;
}
.widok2{
 display: block;
}
.zglosz_tab {
  font-size:12px;
}
.zglosz_tab tbody tr {
  height:30px;
}
.zglosz_tab thead th {
  height:30px;
}
.zglosz_tab tbody tr td:nth-child(2), .zglosz_tab thead th:nth-child(2),
.zglosz_tab tbody tr td:nth-child(6), .zglosz_tab thead th:nth-child(6),
.zglosz_tab tbody tr td:nth-child(8), .zglosz_tab thead th:nth-child(8),
.zglosz_tab tbody tr td:nth-child(11), .zglosz_tab thead th:nth-child(11) {
  display: none;
}

  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
.menu_select select {
   background-position: 95% 15px;
   background-size: 13px;
   width: 99%;
   font-size: 12px;
} 
.menu_select option {
   font-size: 12px;
}  
  
.table_nowy{
  font-size: 12px;
  border-spacing: 4px;
}
.table_nowy input{
 font-size:12px;
}  
.table_nowy2{
  font-size: 16px;
  border-spacing: 8px;
}
.table_nowy2 input{
 font-size:16px;
}
 
  table.rg-table {
    width: 100%;
  }
  table.rg2-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg2-table tr.hide-mobile,
  table.rg2-table th.hide-mobile,
  table.rg2-table td.hide-mobile {
    display: none;
  }  
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg2-table tbody {
    width: 100%;
  }  
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg2-table tr,
  table.rg2-table th,
  table.rg2-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg2-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.rg2-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.rg2-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }  
  table.rg-table td:empty {
    display: none;
  }
  table.rg2-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:xx-small;}
.menu-trigger {display:block;}
.menu-trigger:after {
  content: "\25BC";
  font-style:normal;
  float: right;
  color: #fff;
  text-align: center;
 }
aside nav {display:none;}
header {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:6px 30px;}

.button3 {
 font-size:12px;
 }
.button3_select {
 font-size:12px;
 } 
}
