/* =Kohtulahendite otsingu vorm */
table.form th,
table.form td{
	vertical-align: middle;
}

table.form th{
	font-weight: bold;
	color: #606060;
}

table.data a{
	float: left;
}

table.form th a{
	font-weight: bold;
}

table.form td textarea{
	width: 95%;
	height: 50px;
}

table.form tr.karistusseadustik th,
table.form tr.karistusseadustik td{
	vertical-align: top;
}

table.form div.col-container {
	float: left;
	width: 100%;
}

table.form div.col{
	text-align: center;
	float: left;
	line-height: 210%;
	padding: 0 0 0 0;
	width: 55px;
}

table.form div.textmiddle{
	padding-top: 10%;
}

table.form div.col input{
	width: 35px;
}
table.form div.col select{
	width:  80px;
}
table.form div.placeholder{
	width: 55px;
}
table.form div.placeholder-large{
	width: 80px;
}
div.combobox-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 25px;
}
div.combobox-wrapper input{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 88%;
	padding: 0;
	padding-left: 5px;
	height: 17px;
	border: 0;
}
div.combobox-wrapper input:focus{
	outline: 0;
}
div.combobox-wrapper select{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1px;
	height: 20px;
}

div.etoimik-load {
	width: 300px;
	margin: 20px auto;
	text-align: center;
	padding: 25px 0 25px 0;
	border: solid 1px #d0d0d0;
	background-color: #f8f8f8;
}

div.etoimik-load img{
	margin-top: 14px;
}

a.pdf_icon{
	float: right !important;
}
a.pdf_icon img{
	border: none;
	height: 16px;
	width: 16px;
}
span.collapsed{
	padding: 5px 7px 5px 0 !important;
}
