@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: black;
}

h2 {
	font-size: 14pt;
	color: green;	
}

h3 {
	font-size: 12pt;
	color: green;	
}	

#window {
	margin: 0 auto;
    width: 900px;
	height: 100vh;
}

#header {
	height: 5vh;
	vertical-align: middle; 
}

#footer {
    height: 5vh;
}

#main {
	min-height: 87vh;
	position: relative;
}

#logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
}

.center {
	position: absolute;             
	top: 50%;                       
	left: 50%;          
	transform: translate(-50%, -50%);  	
	text-align: center;
}

#copy {
    text-align: center;
}

#info {
	position: absolute;
	width: 100px;
	left: -300px;
}
td.noborder  {
	border: 1px solid white;	
}

table {
	border-collapse: collapse;
	border: 1px solid grey;	
	font-size: 12px;
}

th {
	border: 1px solid grey;
	background-color: #E0E0E0;
	padding: 4px;
}

th.gor {
	text-align: right;
	width: 70px;
}


td {
	padding: 4px;
	border: 1px solid grey;
}

.ui-autocomplete {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	color: #000;
	max-height: 100px;
	border: 1px solid #aaaaaa;
	background: #ffffff;
}

.ui-autocomplete .ui-menu-item {  
	position: relative;  
	margin: 0;  
	padding: 3px 5px 3px 5px;  
	cursor: pointer;  
	min-height: 0;
}

.ui-helper-hidden-accessible { 
	display: none;
}

.ui-autocomplete .ui-menu-item:hover {
	background: #eee;
}

.zatemnenie {
	background: rgba(102, 102, 102, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.okno {
	width: 300px;
	height: 50px;
	text-align: center;
	padding: 15px;
	border: 3px solid #4ec768;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #fff;
}
.zatemnenie:target {
	display: block;
}
	
.btn {
	text-align: center;
	min-width: 100px;
	height: 19px;	
	display: inline-block;
	border: 1px solid #4ec768;
	margin: 10px;
	color: #000;
	text-decoration: none;
	background: #f2f2f2;
	font-size: 10pt;
	cursor:pointer;
}

.btn:hover {background: #e6e6ff;}

.btn_notact {
	text-align: center;
	min-width: 100px;
	height: 17px;	
	display: inline-block;
	border: 1px solid #4ec768;
	margin: 10px;
	margin-top: 9px;
	color: #000;
	text-decoration: none;
	background: #9c9c9c;
	font-size: 10pt;
	cursor:pointer;
}

.message {
	color: red;
	font-size: 8pt;
	border: 1px solid red;
	text-align: center;
}

.tabs { 
	width: 100%; 
	padding: 0px; 
	margin: 0 auto; 
}

.tabs>input { 
	display:none; 
}

.tabs>div {
    display: none;
    padding: 12px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
}

.tabs>label {
    display: inline-block;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    color: #666666;
    border: 1px solid #C0C0C0;
    background: #E0E0E0;
    cursor: pointer;
}
.tabs>input:checked + label {
    color: #000000;
    border: 1px solid #C0C0C0;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
}
#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3,
#tab_4:checked ~ #txt_4,
#tab_5:checked ~ #txt_5,
#tab_6:checked ~ #txt_6,
#tab_7:checked ~ #txt_7,
#tab_8:checked ~ #txt_8,
#tab_9:checked ~ #txt_9 { display: block; }

tr.header_tr {
    cursor:pointer;
}