﻿a {
	cursor: pointer;
	text-decoration: none;
}

.navbar-dark, .navbar-dark *, .navbar-dark *:hover {
	background-color: #286090;
	color: white;
	margin-bottom: 0px;
	text-decoration:none;
}

.navbar-nav li a {
	display:inline-block;
	padding: 10px 10px;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
	background-color: brown;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background-color: #3b79ae;
	width:100%;
}

.telo {
	margin-bottom: 60px;
}

.footer {
	position: fixed;
	height: 40px;
	bottom: 0;
	width: 100%;
	background-color: lightgray;
	text-align: center;
}

.editace input[type="text"] {
	text-align: center;
}

.zasedly {
	color: darkgray;
}

/*.navbar {
	border-radius: unset !important;
}

.navbar * {
	margin-bottom: 0px;
	background-color: #286090;
	color: white !important;
}

nav {
	border: 0 !important;
	background-color: #286090 !important;
}

.nav li a:hover, .nav li a:focus {
	background-color: brown;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background-color: #3b79ae !important;
}

.header-napravo {
	float:right;
	padding:10px;
}

.telo {
	margin-bottom: 60px;
}

.footer {
	position: fixed;
	height: 40px;
	bottom: 0;
	width: 100%;
	background-color: lightgray;
	text-align: center;
}

.editace input[type="text"] {
	text-align: center;
}

.zasedly {
	color:darkgray;
}*/

