@charset "UTF-8";
 .B1 {
  background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	height: 100vh;
	left: 0px;
	z-index: 1;
	opacity: 1;
	-moz-background-size: cover;
	top: 0px;
	padding: 0;
	position: fixed;
	overflow: scroll;
}
.H1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 72px;
	z-index: 10;
	color: #A52917;
	text-align: center;
	text-shadow: 3px 3px 4px slateGrey;
	border-bottom: thin solid firebrick;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
}



#navigation {
	border: 1px solid #A9A9A9;
	border-radius: 3px;
	display: flex;
	width: 1100px;
	height: 32px;
	margin: auto;
	background-color: orange;
	opacity: 0.8;
}

#navigation li {
	text-align: center;
	list-style-type: none;
	border-left: solid 1px #BBBBBB;
	vertical-align: middle;
	height: 32px;
	margin: auto;
	padding-left: 0;
	list-style-position: inside;
	flex-grow: 1;
}

#navigation li:first-child {
	text-align: center;
	list-style-type: none;
	border-left: solid 0px #BBBBBB;
	vertical-align: middle;
	height: 32px;
	margin: auto;
	padding-left: 0;
	list-style-position: inside;
}

#navigation li a {
	min-width: 5rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 0.7rem 0 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 0.7rem;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
	color: White;
}

#navigation li :hover {
	min-width: 5rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 0.7rem 0 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 0.7rem;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
	color: gold;
}


#innerwrapper {
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    right: 0;
    left: 777px;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    background-image: url(assets/images/opaqueback.png);
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    top: 61px;
    width: 0;
    height: 0;
    z-index: 0;
}

#innerwrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jatekosfoto {
	border-radius: 7px;
	border-collapse: collapse;
}

nav {
        display: block;
        float: left;
	width: 250px;
        height: calc(100% - 48px);
        background-color:  orange;
        overflow: scroll;
        -ms-overflow-style: none; /* for Internet Explorer, Edge */
        scrollbar-width: none; /* for Firefox */
}

nav::-webkit-scrollbar {
    display: none;
}

iframe {
      overflow: scroll;
        -ms-overflow-style: none; /* for Internet Explorer, Edge */
        scrollbar-width: none; /* for Firefox */
}

iframe::-webkit-scrollbar {
    display: none;
}

nav a {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 3px 3px 4px #000000;
    display: block;
    margin: 5px;
    text-decoration: none;
}

nav a:hover {
    background-color: #A52917;
    color: #FFFFFF;
    text-shadow: 3px 3px 4px orange;
}


header {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: white;
	text-align: center;
	text-shadow: 3px 3px 4px black;
        background-color: orangered;
        margin: 0px;
        padding: 0px;
        height: 92px;
        overflow: hidden;
        vertical-align: middle;
        font-size: 48px;
        clear: both;
}

section {
    height: calc(100% - 92px);
}

content {
    width:calc(100% - 250px);
    height: calc(100% - 16px);
    float: left;
    background-color: white;
    overflow: scroll;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}


content::-webkit-scrollbar {
    display: none;
}

#centercontent {
    width: 100%;
    height: calc(100% - 16px);
    float: left;
    background-color: white;
    overflow: scroll;
}

footer {
        background-color: orangered;
    	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 22px;
        color: white;
	text-align: center;
	text-shadow: 3px 3px 4px black;
        height: 48px;
        padding-top: 10px;
        clear: both;
}

lablec {
	position: absolute;
	top: 1070px;
	margin: auto;
	width: 1100px;
	height: 64px;
	right: 0;
	left: 0;
	text-align: center;
	color: navy;
	text-shadow: 3px 3px 4px #000000;
	border-top: thin solid firebrick;
}

#inner {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 5px;
    overflow: auto;
    width: 100%;
    height: 100%;
}

#inner::-webkit-scrollbar {
    display: none;
}

#inner iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: scroll;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

#inner iframe::-webkit-scrollbar {
    display: none;
}

.fancyinput nav h2 {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 3px 3px 4px #000000;
    display: block;
    margin: 5px;
    text-decoration: none;
}

.fancyinput nav select {
    width : 95%; 
}

.fancyinput nav div {
    display: block;
    text-align: center;
}

.fancyinput a {
    color: black;
    text-shadow: 2px 2px 2px orange;
    font-size: 22px;
    font-variant-caps: small-caps;
}

.fancyinput input[type=text]{
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  font-size: 14px;
  transition: 0.3s;
  box-sizing: border-box;
  outline: none;
  border: 2px solid darkGrey;
}

.fancyinput input[type=text]:focus{
  border-color: #153876;
  box-shadow: 0 0 8px 0 #153876;
}

.fancyinput input[type=password]{
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  font-size: 14px;
  transition: 0.3s;
  box-sizing: border-box;
  outline: none;
  border: 2px solid darkGrey;
}

.fancyinput input[type=password]:focus{
  border-color: #153876;
  box-shadow: 0 0 8px 0 #153876;
}

.fancyinput input[type=submit] {
  border: 2px solid gray;
  background-color: orangered;
  border-radius: 10px;
  padding: 8px;
  color: white;
  text-shadow: 2px 2px 2px gray;
  font-size: 20px;
  font-weight: bold;
}

.fancyinput input[type=submit][disabled] {
  border: 2px solid #153876;
  background-color: firebrick;
  border-radius: 16px;
  padding: 8px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.fancyinput input[type=button] {
  border: 2px solid gray;
  background-color: orangered;
  border-radius: 10px;
  padding: 8px;
  color: white;
  text-shadow: 2px 2px 2px gray;
  font-size: 20px;
  font-weight: bold;
}

.fancyinput select {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  font-size: 14px;
  transition: 0.3s;
  box-sizing: border-box;
  outline: none;
  border: 2px solid darkGrey;
}

.fancyinput select:hover{
  border-color: #153876;
  box-shadow: 0 0 8px 0 #153876;
}

.fancyinput h1 {
  font-size: 32px;
  color: orangered;
  padding: 10px;
  margin: 0px;
  vertical-align: middle;
}

.fancyinput h2 {
  font-size: 20px;
  color: steelblue;
}

.fancyinput h3 {
  font-size: 64px;
  color: white;
  padding: 10px;
  margin: 0px;
  vertical-align: middle;
}

.fancyinput li {
  font-size: 24px;
  font-weight: bold;
  color: steelblue;
  padding-left: 5 px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  vertical-align: middle;
  text-align: left;
}

.fancyinput table {
  border: 1px solid FireBrick;
  border-collapse: collapse;
  font-size: 16px;
}

.fancyinput th {
  text-shadow: 2px 2px 2px gray;
  background-color: orangered;
  color: white;
  border: 1px solid orangered;
  padding: 5px;
  vertical-align: middle;
  font-size: 18px;
} 

.fancyinput td {
  text-shadow: 2px 2px 2px orangered;
  background-color: orange;
  color: black;
  border: 1px solid orangered;
  padding: 5px;
  font-size: 24px;
}

.fancyinput p {
  font-size: 24px;
  color: #5f3f3f;
  padding-left: 10px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  vertical-align: middle;
  text-align: justify;
}

.tooltipevent {
    position: absolute;
    z-index: 9999;
    background: #FFC107;
    color: black;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
  }
  
.flag {
      display: inline-block;
}
  
  html, body {
      margin: 0px;
      height: 100%;
  }
