*
{
	box-sizing: border-box;
}

body
{
	background-color: #bfbfbf;
	font-family: "Garamond", times, serif;
	font-size: 16px;
}

.paper
{
	border: 1px solid Black;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	box-shadow: black 1px 1px 7px;
	width: 900px;
}

#search
{
	width: 700px;
	height: 30px;
	border: 1px solid Black;
	border-radius: 4px;
}

#searchBtn
{
	width: 45px;
	height: 45px;
	float: right;
}

#contents
{
	margin-top: 5px;
	overflow: hidden;
}

.paper_in
{
	margin: 32px;
	border: 1px solid White;
}

#logo
{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	box-shadow: black 1px 1px 7px;
	width: 900px;
}

.category
{
	height: 24px;
	width: 100%;
	background-image: url('images/folder.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	font-size: 120%;
}

.category .toolbox
{
	display: none;
}

.category:hover .toolbox
{
	display: inline-block;
	margin-left: 50px;
	position: absolute;
}

.strong
{
	font-weight: bold;
}

.file
{
	min-height: 24px;
	width: 100%;
	background-position: 0px 0px;
	background-image: url('images/file.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	font-size: 100%;
}

.file .link
{
	color: Black;
	text-decoration: none;
	display: inline-block;
	line-height: 24px;
}

.file .toolbox
{
	display: none;
/*	margin-left: 100px;
*/
	margin-left: 15px;
	position: absolute;
	background-image: White;
}

.file:hover .toolbox
{
	display: inline-block;
}

.fileicon
{
	border: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
}

.fileicon img
{
	width: 24px;
	height: 24px;
}

.oznaceni
{
	display: inline-block;
	width: 170px;
}


/* form16 */
.form
{
	display: block;
	clear: both;
	width: 100%;
	/*font-size: 120%;*/
}

.forml
{
	width: 200px;
	padding: 2px;
	float: left;
	clear: left;
}

.forml label:after
{
	content: ":";
}

.formr
{
	float: left;
	padding: 2px;
}

.forminput
{
	width: 300px;
	padding: 2px;
}

#addr_block_b
{
	display: none;
}

.formtxt
{
	width: 300px;
	padding: 2px;
}

.formob
{
	padding: 2px;
	float: left;
}

.formsubdiv
{
	padding: 2px;
	float: left;
	clear: left;
}

.formstatus
{
	clear: left;
	display: none;
}

.formbtn
{
	display: block;
	width: 150px;
	background-color: #ea2330;
	border: 0;
	border-bottom: 3px solid #c71e29;
	color: White;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	cursor: pointer;
}

.formbtn:hover
{
	background-color: #c71e29;
	border-bottom: 3px solid #ea2330;
}

.formbtnsmall
{
	display: block;
	background-color: #ea2330;
	border: 0;
	border-bottom: 3px solid #c71e29;
	color: White;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.formbtnsmall:hover
{
	background-color: #c71e29;
	border-bottom: 3px solid #ea2330;
}

.iframe
{
	margin: 0;
	background-color: White;
}

.formview
{
	width: 100%;
	overflow: hidden;
}

.menu_spacer
{
	width: 100%;
	height: 20px;
}

.filter
{
	background-color: #c71e29;
	margin: 10px;
	padding: 10px;
	color: White;
}

.status_icon
{
	width: 16px;
	height: 16px;
}

.tabular
{
	border-collapse: collapse;
	width: 100%;
}

.tabular_fixed
{
	table-layout: fixed;
}

.tabular td
{
	border: 1px solid Silver;
	padding: 2px;
}

.tabular tr:hover td
{
	background-color: #E0E0E0;
}

.tabular thead td
{
	font-weight: bold;
	background-color: #D0D0D0;
}

.tabular thead tr:hover td
{
	font-weight: bold;
	background-color: #D0D0D0;
}

.typeselector
{
	display: none;
}

a
{
	color: Black;
}

a:hover
{
	text-decoration: none;
}


.filter a
{
	color: White;
}

.formerror
{
	color: #CC0000;
}

.formstatus
{
	color: Red;
	font-weight: Bold;
}

.original_error
{
	border: 2px solid #ffaa5e;
	background-color: #ffec9f;
	padding: 5px;
	color: #CC0000;
	margin: 2px;
}

.ok_box
{
	border: 2px solid #22a200;
	background-color: #ccffcc;
	padding: 5px;
	color: Black;
	margin: 2px;
}

h1
{
	margin: 0;
}

h2
{
	margin: 0;
	margin-top: 20px;
}

.tdnumber
{
	text-align: right;
}

.icon
{
	height: 16px;
	border: 0;
}

#loading
{
	z-index: 121;
	position: fixed;
	top: 0px;
	background-color: Yellow;
	color: Black;
	display: none;
	width: 250px;
	text-align: center;
}

#loading_bg
{
	position: fixed;
	z-index: 120;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: Black;
	opacity: 0.5;
	display: none;
	cursor: wait;
}

.formbtn_disabled
{
	display: block;
	width: 150px;
	background-color: #D0D0D0;
	border: 0;
	border-bottom: 3px solid #808080;
	color: White;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	cursor: pointer;
}

.filterbtn
{
	display: block;
	width: 150px;
	background-color: #ea2330;
	border: 0;
	border-bottom: 3px solid Orange;
	color: White;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	cursor: pointer;
}

.filterbtn:hover
{
	border-bottom: 3px solid Red;
}

acronym
{
	cursor: help;
}

.top_line td
{
	border-top: 3px solid #ea2330;
}

.filter_table
{
	width: 100%;
	border-collapse: collapse;
}

#search_input
{
	width: 400px;
}

.light
{
	background-color: #fff5a2;
}

.newfile
{
	padding-left: 28px;
	margin-right: 15px;
	background-image: url('images/add.svg');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	margin-top: 5px;
	padding-top: 2px;
	height: 24px;
	display: inline-block;
}

.pad
{
	margin-left: 24px;
	/*border: 1px solid Red;*/
}

.pad:first-of-type
{
	margin: 0;
}

.word_bg
{
	background-color: #bfbfbf;
	width: 100%;
	height: 100%;
	position: absolute;
}

.word_bg iframe
{
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.fullimage
{
	width: 836px;
}

#login
{
	display: block;
	float: right;
}

#login img
{
	width: 24px;
	height: 24px;
	border: 0;
}

.userbar
{
	width: 360px;
	float: right;
	text-align: right;
}

.userbar .icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}

.userbar .icon img
{
	width: 24px;
	height: 24px;
	border: 0;
}

.unipass_error
{
	color: #C00000;
	font-weight: bold;
}

#unilogin
{
	width: 550px;
	font-size: 120%;
	height: 40px;
	border: 1px solid Black;
	display: inline-block;
	vertical-align: middle;
}

#unilogin_submit
{
	width: 160px;
	height: 40px;
	border: 0;
	background-color: #ea2330;
	border-bottom: 3px solid Orange;
	color: White;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}


#unilogin_submit:hover
{
	background-color: #c71e29;
	border-bottom: 3px solid #ea2330;
}

#unipass_line
{
	line-height: 45px;
}
