* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
    line-height: 20px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 12px;
}

html,
body{
    margin: 0px;
    padding: 2px;
	background: transparent;
	font-family: sans-serif;
	color: #3d3d3d;
}

.nacitej{
    background: transparent url(nacitani.gif) scroll no-repeat center center;
}

.nacitej > *{
    display: none;
}
    /* 2023-06-07 po upgradu a zkompilovani sablon smazat */
    a {
    	color: #9B8019;
    	text-decoration: none;
    }
    a:hover {
    	text-decoration: underline;
    }

span[onclick]{
	color: steelblue;
	text-decoration: none;
	cursor: pointer;
}

span[onclick]:hover {
	text-decoration: underline;
}

span[onclick*=SmazPrilohu] {
	color: red;
	display: inline-block !important;
	
}

.nahrajSoubor{
    display: block;
    margin-bottom: 1px;
}

.nahrajSoubor input[type=file]{
    display: inline-block;
    width: calc(100% - 90px);
}
.nahrajSoubor .velikost{
    width: 90px;
    text-align: right;
}
.nahranePrilohy a[href*=SmazPrilohu]{
	color: red;
	font-weight: bold;
	padding: 0 10px 0 5px;
}