/* Fonty -------------------------------------------------------------- */
@font-face {
	font-family: Ubuntu Bold;
	src: url("Ubuntu-Bold.ttf");
}

@font-face {
	font-family: Ubuntu;
	src: url("Ubuntu.ttf");
}

@font-face {
	font-family: Ubuntu Light;
	src: url("Ubuntu-Light.ttf");
}

@font-face {
	font-family: Ubuntu Medium;
	src: url("Ubuntu-M.ttf");
}

*{
	margin:0px;
	padding:0px;
}

/* login screen ---------------------------------------------------------*/
.login{
	position: relative;
	border: 1px solid black;
	width: 500px;
	margin: auto;
	margin-top: 50px;
}

.login_text{
	font-family: Ubuntu Bold;
	background-color: #E1CC92;
	font-size: 20px;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.login_label{
	font-size: 14px;
	line-height: 20px;
	position: relative;
	left: 55px;
}

.login_input{
	position: relative;
	left: 150px;
	top: -25px;
}

.login_button{
	position: absolute;
	left: 380px;
	top: 65px;
	border: 1px solid #006;
	background-color: #E1CC92;
	padding: 15px;
}

/* messages -------------------------------------------------------- */
.message{
	background-color: #f9fae3;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}

#warning_message{
	border: solid 1px red;
	background-image: url('../images/warning_message.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 75px;
}

#notice_message{
	border: solid 1px green;
	background-image: url('../images/notice_message.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 75px;
}

/* administrace -------------------------------------------------------- */

img{
	border: 0px;
}

body {
	font-family: Ubuntu, Arial;
	font-size: 12px;
	background-color: #edfaff;
}

/* menu administrace -------------------------------------------------------- */
#menu_top{
	width: 100%;
	min-width: 500px;
	height: 50px;
	background-color: #627085;
}

.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

.nav > li {
	position: relative;
	display: block;
	float: left;
	font-size: 15px;
}

.nav > li > a {
	color:#e0f4fb;
	padding-right:20px;
	padding-left:20px;
	height:50px;
	line-height: 48px;
	position: relative;
	display: block;
	z-index: 510;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow-down {
	display:inline-block;
	margin-left:7px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #aaa;
}

.nav > li:hover > a {
	background: #ed7703;
	color:#fff;
}

.nav > li:hover > a >.arrow-down{
	border-top-color:#fff;
}

.nav > li > .dropdown {
	position: absolute;
	padding-left:13px;
	padding-right:13px;
	display: block;
	min-width: 400px;
	top: 48px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.2);
	border-top: none;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > .dropdown {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.nav .nav-column {
	float: left;
	width: auto;
	padding: 26px 52px 13px 13px;
}

.nav .nav-column ul{
	padding-bottom: 13px;
}
.nav .nav-column h3{
	margin-bottom: 7px;
}
.nav .nav-column li a {
	display: block;
}

/* hlavní obsah administrace -------------------------------------------------------- */
.clear{
	float: none;
	clear: both;
}

#content_all{
	max-width: 1340px;
	margin: auto;
}

#footer{
	width: 100%;
	min-width: 500px;
	background-color: #627085;
	color: #e0f4fb;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	font-family: Ubuntu Bold;
}

#content{
	min-width: 500px;
	float: left;
	/*max-width: 1310px;*/
	padding: 15px;
	/*background-color: #FFFACD;*/
}

h1 {
	font-family: Ubuntu Bold;
	font-size: 25px;
	color: black;
	padding-top: 12px;
	padding-bottom: 8px;
}

h2, legend {
	font-family: Ubuntu;
	font-size: 18px;
	color: black;
	padding-top: 12px;
	padding-bottom: 8px;
}

table, tr, td, th {
	border-collapse:collapse;
	border: 1px solid black;
}

th {
	text-align: left;
	font-family: Ubuntu Bold;
	background-color: #c9d291;
	color: black;
	font-size: 15px;
	padding: 8px;
}

td {
	padding: 8px;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

hr {
	color: #003366;
	height: 1px;
	background-color: #003366;
	border-width: 0px;
}

textarea {
	width: 100%;
}

form {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul{
	position: relative;
	left: 35px;
	list-style-type: circle;
}

a {
	color: #4444BF;
	text-decoration: underline;
}

a:hover{
	color: #806C40;
}

input{
	padding: 5px;
}

fieldset{
	padding: 5px;
}

/* zakázaný řádek tabulky */
tr.radek_zakazany td {
	background-color: #FFB5B5;
}

tr:nth-child(odd){
	background-color:#eaeaea;
}

tr:nth-child(even){
	background-color:#ffffff;
}

.center{
	text-align: center;
}

.category{
	padding-left: 30px;
}

.category_text1{
	font-size: 16px;
	font-weight: bold;
}
.category_text2{
	font-size: 12px;
}
.category_text3{
	font-weight: normal;
}

.redwarn{
	color: #CD7300;
	font-size: 15px;
}

/* tab -------------------- */
.tab-links{
	width: 80%;
}