﻿*
{
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:link
{
text-decoration: none;
color: #FFA500;
}

a:visited
{
text-decoration: none;
color: #FFA500;
}

a:hover
{
text-decoration: underline;
}

a:active
{
text-decoration: underline;
}

body
{
  	background-color: #2f3946;
	background: url('../images/background.jpg') no-repeat fixed;
	background-position: center;
	background-size: auto;
}

.login
{
  	width: 400px;
  	background-color: #121212;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}

.login h1
{
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}

.login form
{
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}

.login form label
{
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #ee7702;
  	color: #ffffff;
}

.login form input[type="password"], .login form input[type="text"]
{
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}

.login form input[type="submit"]
{
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #ee7702;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}

.login form input[type="submit"]:hover
{
	background-color: #c26000;
  	transition: background-color 0.2s;
}

/********************* začátek menu *********************/
.navtop
{
	background-color: #000000;
	height: 60px;
	width: 100%;
	border: 0;
	position: sticky;
	top: 0;
}

.navtop div
{
	display: flex;
	margin: 0 auto;
	width: 1040px;
	height: 100%;
}

.navtop div h1, .navtop div a
{
	background-color: #000000;
	display: inline-flex;
	align-items: center;
}

.navtop div h1
{
	background-color: #000000;
	flex: 1;
	padding: 0;
	margin: 0;
}

.navtop div a
{
	padding: 0 15px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}

.navtop div i
{
	color: orange;
}

.navtop div a i
{
	padding: 2px 8px 0 0;
}

.navtop div a:hover
{
	color: white;
	background-color: #DE7B00;
}
/********************* konec menu *********************/

/********************* scrollbar *********************/
body::-webkit-scrollbar
{
	width: 1em;
}
   
body::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
   
body::-webkit-scrollbar-thumb
{
	background-color: darkgrey;
	outline: 1px solid slategrey;
}
/********************* scrollbar *********************/

body.loggedin
{
	background-color: #18191a;
}

.content
{
	width: 1000px;
	margin: 0 auto;
	color: #ffffff;
}

.content h2
{
	margin: 0;
	padding: 15px 0;
	font-size: 25px;
	border-bottom: 1px solid #e0e0e3;
	color: #ffffff;
}

.content p
{
	color: #ffffff;
}

.content > p, .content > div
{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1.0);
	margin: 25px 0;
	padding: 10px;
	background-color: #2c2d2d;
}

.content > p table td, .content > div table td
{
	padding: 5px;
}

.content > p table td:first-child, .content > div table td:first-child
{
	font-weight: bold;
	color: #ffffff;
	padding-right: 15px;
}

.content > div p
{
	padding: 5px;
	margin: 0 0 10px 0;
}

table
{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th
{
  border: 1px solid #dddddd;
  text-align: left;
  background-color: #000000;
  color: #ffffff;
  padding: 8px;
}

td
{
  border: 1px solid #dddddd;
  text-align: left;
  color: #ffffff;
  padding: 8px;
}

.tabulkaObchod th
{
	text-align: center;
}

.tabulkaObchod td
{
	text-align: center;
	font-size: 12px;
}

table.tabulkaCenter th, table.tabulkaCenter td
{
	text-align: center;
}

.footer
{
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 30px;
   background-color: black;
   color: white;
   text-align: center;
}

span.copyright
{
	font-size: 20px;
	color: #FFFFFF;
}

img.logo
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

table.tabulkaTikety tr td
{
	border: 0px;
}

.button
{
  background-color: #ee7702;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.button:disabled
{
	background-color: #ee7702;
	border: none;
	color: white;
	opacity: 0.6;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: not-allowed;
}

.button:hover
{
  background-color: #c26000;
}

.buttonGreen
{
	background-color: #009900;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.buttonGreen:hover
{
	background-color: #006600;
}

.buttonRed
{
	background-color: #990000;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.buttonRed:hover
{
	background-color: #660000;
}

input
{
  width: 100%;
  padding: 10px 15px;
  border: none;
  background-color: #f1f1f1;
}

textarea.tiket
{
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  resize: none;
}

textarea.discord
{
  width: 500px;
  height: 250px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: none;
  background-color: #f8f8f8;
  resize: none;
}

select
{
  width: 100%;
  padding: 10px 15px;
  border: none;
  background-color: #f1f1f1;
}

.centered
{
	text-align: center;
	vertical-align: center;
}


/*
.register
{
	width: 400px;
	background-color: #ffffff;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	margin: 100px auto;
}

.register h1
{
	text-align: center;
	color: #5b6574;
	font-size: 24px;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #dee0e4;
}

.register form
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

.register form label
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
   height: 50px;
	background-color: #3274d6;
	color: #ffffff;
}

.register form input[type="password"], .register form input[type="text"], .register form input[type="email"]
{
	width: 310px;
	height: 50px;
	border: 1px solid #dee0e4;
	margin-bottom: 20px;
	padding: 0 15px;
}

.register form input[type="submit"]
{
	width: 100%;
	padding: 15px;
	margin-top: 20px;
	background-color: #3274d6;
   border: 0;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.2s;
}

.register form input[type="submit"]:hover
{
  background-color: #2868c7;
	transition: background-color 0.2s;
}
*/