* {
  	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;
}
body {
  	background-color: #435165;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	/*text-align: center;*/
    text-align: left;
  	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: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"],
.login form input[type="text"],
.login form select,
#container form input[type="text"],
#container form input[type="password"],
#container form select
 {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"],
#container 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;
}
.login form input[type="submit"]:hover,
#container form input[type="submit"]:hover
{
	background-color: #245db2;
  	transition: background-color 0.2s;
}

#container form input[type="submit"]
{
  width: inherit;
}

#container form input[type="text"],
#container form input[type="password"]
{
  width: 200px;
}

#container label
{
  margin-right: 2em;  
}

#container form input[type="checkbox"]
{
  margin-bottom: 1em;
  margin-right: 1em;
  transform: scale(1.5);
}


#container
{
  max-width: 1000px;
  margin: 40px auto;
  background-color: #fff;
  padding: 40px;
}

h1
{
  font-size: 2rem;
}

h2
{
  font-size: 1.25rem;
}

h1, h2
{
  color: #435165;
}

a
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
  color: blue;
}

.footer a, .footer a:visited
{
  color: #ffffff;
}

a:hover, .footer a:hover
{
  color: #eb3d00;
  text-decoration: underline;
}

ul
{
  padding-left: 0;
}

ul li
{
  list-style-type: none;
  line-height: 2;
}

ul.prohlizecky
{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
}

ul.prohlizecky-sloupce
{
  column-count: 3;
  column-gap: 1rem;
  list-style: none;
}

fieldset
{
  /*border: none;*/
}

/* [THE BASE] */
.bar {
  padding: 20px;
  margin: 20px;
  margin-top: 0;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
  width: 100%;
}

#admin .bar
{
  margin: 0;
}

.success {
  color: #2b7515;
  background: #ecffd6;
  border: 1px solid #617c42;
}

.error {
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
}

.warning {
  color: #333;
  background: #ffdcb8;
  border: 1px solid #ed3b00;
}

.login i.fa-exclamation-circle
{
  color: #ed3b00;
  float: right !important;
}

#admin i.fa-times-circle,
#admin i.fa-check-circle
{
  line-height: 0.7;
}

i.fa-times-circle,
i.fa-check-circle,
i.fa-exclamation-circle
{
  font-size: 36px;
  float: left;
  margin-right: 10px;
}

/* [CLOSE BUTTON] */
div.close {
  float: right;
  color: #888;
  cursor: pointer;
}

#terminal.bar-login
{
  width: 100%;
  height: auto;
  padding: 0.7em 1em;
  background-color: #ed3b00;
  color: #fff;
  text-align: right;
}

#terminal.bar-login a, #terminal.bar-login a:hover
{
  color: #fff;
}

#terminal.bar-login a:hover
{
  text-decoration: underline;
}

option.opt-admin
{
  color: #bbb;
}