body {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: 0px;
}

.rowparent {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.topRow {
	height: 60px;
	flex: 0 0 80px;
	/*background-color: #404040;*/
	background-color: black;
}

.centerRow {
	flex: 1 0 auto;
}

.menus {
	height: 100%;
	float: left;
	width: calc(100% - 416px);
}

.menuItem {
	color: azure;
	float:right;
	padding-right: 25px;
	padding-left: 25px;
	transform: translate(0%, 120%);
	border-left: 1px solid gray;
}

.menuItem:last-child {
	border: 0px;
}

a:link, a:visited {
	color: gray;
	text-decoration: none;
}

a:hover, a:active, .whiteLink:link, .whiteLink:visited {
	color: white;
	text-decoration: none;
}

.logo {
	height: 100%;
	width: 332px;
	float: left;
	background-image: url("./szach-map_logo-black.png");
	background-repeat: round;
}

.onMapPanel {
	border: 2px solid rgba(255, 255, 255, 0.4);
	position: fixed;
	color: white;
	z-index: 1500 !important;
	border-radius: 4px;
	background-color: rgba(0, 60, 136, 0.5);
	padding: 8px 10px 8px 10px;
	font-size: 30px;
}

.loadingPanel {
	top: 89px;
	left: calc(50% - 114px);
	visibility: hidden;
}

.filterText {
	top: 89px;
	left: 40px;
}

.filterPanel {
	top: 135px;
	left: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.comic {
	font-family: "Comic Sans MS";
	/*font-style: italic;*/
	font-size: 16px;
}

.singleFilterName {
	font-size: 24px;
	margin: 2px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.singleFilterCombo {
	margin: 2px;
	text-align: center;
	margin-bottom: 10px;
}

.tbBasicStyle {
	border: 0px;
	background-color: rgba(0, 60, 136, 0.4);
	width: 160;
	text-align: center;
	color: white;
	font-size: 14px;
	padding: 5px;
	margin-bottom: 2px;
}

.tbBasicStyle:last-child {
	margin-bottom: 0px;
}

.tbSmallStyle {
	padding-top: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
}

ul li {
	position: relative;
	/*background-color: rgba(0, 60, 136, 0.2);*/
	text-align: center;
}
	
li ul {
	position: absolute;
	left: 140px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: rgba(0, 60, 136, 0.4);
	text-align: center;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
}

ul li a:hover {
	background-color: rgba(0, 60, 136, 0.8);
}

li:hover ul { display: block; }

.filterClearance { clear: both; }

.filterDiv {
	float: left;
}

.filterName {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 140px;
}

.filterCombo {
	margin: 0px;
}

.sectionClearance {
	width: 100%;
	height: 4px;
}

.tournamentListDiv {
	width: 400px;
	max-height: calc(100% - 200px);
	right: 10;
	top: 90;
	z-index: 1500;
	overflow-y: scroll;
	scrollbar-color: rgba(0, 60, 136, 0.4);
}

.tournamentListDiv::-webkit-scrollbar {
	width: 10px;
}
  
  /* Track */
.tournamentListDiv::-webkit-scrollbar-track {
	background: transparent
}
   
  /* Handle */
.tournamentListDiv::-webkit-scrollbar-thumb {
	background: rgba(0, 60, 136, 0.4);
}
  
  /* Handle on hover */
.tournamentListDiv::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

.singleZawodyDiv {
	  border: 0px;
	  border-bottom: 1px solid lightgray;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
}

.singleZawodyDiv:last-child {
	  border: 0px;
}

.zawody1 {
	font-size: 10px;
}

.zawody2 {
	  font-size: 14px;
}

.zawodyLink {
	font-size: 16px;
	text-decoration: underline;
}

.copyrightDiv {
	left: 40px;
	top: calc(100% - 50px);
	font-size: 14px
}

.cookiesDiv {
	font-size: 14px;
	left: 40px;
	top: calc(100% - 95px);
}

.markeryDiv {
	font-size: 14px;
	left: 40px;
	top: calc(100% - 140px);
}

.popupCloseBtn {
	width: 21px;
	height: 21px;
	margin-left: 20px;
	background-color: transparent;
	border: 0px;
	background-image: url(./closeBtn3.png);
	background-repeat: round;
}

.zakresDni {
	width: 70px;
}
