/* Search list */

.search-list-form{
	padding: 0 15px 15px;
	background: #fbfbfb;
	border-bottom: 1px solid #eeeeee;
}

.search-list-form label{
	float: left;
	margin: 0 5px 0 0;
}

.search-list-form input{
	float:left;
	width: 120px;
	margin: 0 15px 0 0;
}

.search-list-form .jqTransformSelectWrapper{
	float: left;
	margin: 0 15px 0 0;
}

.search-list-form select{
	display:none;
	float:left;
	width: 205px;
}

.search-list-form button{
	float: left;
}

.search-list-form p.institute{
	margin: 5px 0 0;
}

.search-list-form p.institute label{
	height: auto;
}

.search-list-form p.institute a.name{
	float:left;
	margin: 9px 0 0 5px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

.search-list-form p.institute a.name:hover{
	text-decoration: none;
}

.search-list-form p.institute a.remove{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 8px 0 0 5px;
	background: url('../img/sprite.png') -250px 0 no-repeat;
}

.search-list-form span.error{
	margin: 10px 0 5px 110px;
}

.detailed-search-back{
	padding: 0 20px 20px 20px;
	text-align: right;
	border-bottom: 1px solid #eee;
}

.search-list-form .detailed-search-back{
	margin: 0 -20px;
}

ul.search-list h2{
	width: 520px;
	margin: 0 0 20px;
	font-size: 1.14285714em;
	font-weight: normal;
	color: #4f4f4f;
}

ul.search-list h2 a{
	color: #4f4f4f;
	text-decoration: none;
}

ul.search-list h2 a:hover{
	color: #41A8D1;
}

ul.search-list li{
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #ececec;
}

ul.search-list li:last-child{
	border: none;
	padding-bottom: 0;
}

ul.search-list a.more{
	position: absolute;
	top: 25px;
	right: 25px;
}

ul.search-list p{
	width: 520px;
	margin: 0 0 10px;
}

ul.search-list a.btn{
	position: absolute;
	bottom: 20px;
	right: 25px;
}

ul.search-list.records a.btn{
	position: absolute;
	top: 10px;
	right: 25px;
}

ul.search-list.records span{
	margin: 0;
}

ul.search-list li ul li{
	overflow-x: hidden;
	width: 520px;
	height: auto;
	margin: 0 0 3px;
}

ul.search-list.records li ul li{
	width: auto;
	overflow-x: hidden;
}

ul.search-list li ul li span{
	float: left;
	width: 240px;
}

ul.search-list.records li ul li span{
	width: 300px;
}

ul.search-list li ul li a{
	display: inline-block;
	width: 470px;
	text-wrap: none;
	white-space: nowrap;
}

ul.search-list.records li ul li a{
	width: 620px;
}

ul.search-list ul li{
	height: 20px;
	padding: 0;
	border: none;
	font-size: 0.92857143em;
}

ul.search-list ul li label{
	float: left;
	width: 150px;
	height: auto;
	padding: 0;
}

ul.search-list ul li span{
	float: left;
}

/* Institution datasheet */

.inst-ds{
	position: relative;
	margin: 20px 0 0;
}

.inst-ds h2{
	margin: 0 0 20px;
	padding: 0px 130px 0px 20px;
	font-size: 1.28571429em;
	font-weight: normal;
	color: #4f4f4f;
}

.inst-ds a.blue{
	position: absolute;
	top: -7px;
	right: 20px;
}

.inst-ds .data{
	float: left;
	width: 480px;
	border-top: 1px solid #eee;
}

.inst-ds .data li{
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}

.inst-ds label{
	float:left;
	width: 160px;
	height: auto;
	padding: 0;
}

.inst-ds span{
	float:left;
	width: 260px;
}

.inst-ds .map{
	float:left;
	width: 500px;
	border-top: 1px solid #eee;
}

.inst-ds .map ul{
	height: 40px;
	padding: 10px 0 0;
}

.inst-ds .map li{
	float:left;
	margin: 0 5px 0 0;
}

.inst-ds .google-map{
	width: 500px;
	height:500px;
}

/* Institution list */

.inst-list-form{
	padding: 10px 20px 15px 15px;
	background: #fbfbfb;
	border-bottom: 1px solid #eeeeee;
}

.inst-list-form label{
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.inst-list-form.freetext label{
	margin-top: 8px;
}

.inst-list-form.freetext input{
	width: 130px;
}

.inst-list-form p{
	float:left;
}

.inst-list-form p a, span{
	margin: 0 15px 0 0;
}

.inst-list-form ul{
	float:right;
	margin: 1px 0 0;
}

.inst-list-form ul{
	margin: 10px 0 0;
}

.inst-list-form.lettergroup ul{
	margin: 2px 0 0;
}

.inst-list-form li{
	float:left;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	font-size: 0.85714286em;
}

.inst-list-form li:last-child{
	margin: 0;
}

.inst-list-form li span{
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	top: 0px;
	left: 0px;
}

.inst-list-form li span.other{
	background: #3a3a3a;
}

.inst-list-form li span.active{
	background: #56b403;
}

.inst-list-form li span.registred{
	background: #fba10f;
}

.inst-list-form li span.archived{
	background: #8E8E8E;
}

.inst-list-form.map{
	padding: 10px 20px 10px;
}

.inst-list-form.map ul{
	float: none;
	height: 40px;
}

.inst-list-form.map li{
	float:left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 1em;
}

.inst-list{
	background: #eee;
}

.inst-list li{
	padding: 10px 20px 10px 15px;
	margin: 0 0 1px;
	background: white;
	border-left: 6px solid;
}

.inst-list li.other{	
	border-left-color: #3a3a3a;
}

.inst-list li.active{
	border-left-color: #56b403;
}

.inst-list li.registred{
	border-left-color: #fba10f;
}

.inst-list li.archived{
	border-left-color: #8E8E8E;
}

.inst-list li a{
	margin: 7px 0 0;
	width: 440px;
	font-size: 1.14285714em;
	color: #424242;
}

.inst-list li .dataprovider {
	float: left;
}

.inst-list li .settlement {
	font-size: 13px;
	color: #999;
}

.inst-list a.btn{
	float: right;
	width: auto;
	margin: 0;
	font-size: 1em;
}

.inst-list li a span{
	width: 13px;
}

.inst-list a.blue{
	float: right;
}

.inst-map .google-map{
	width: 680px;
	height: 500px;
	margin: 20px 20px 0 20px;
}

/* Institution search */

.inst-search .content{
	padding: 20px;
	border-bottom: 1px solid #ececec;
	background: #fbfbfb;
}

.inst-search .content.region{
	border: none;
}

.inst-search label{
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
}

.inst-search .freetext input{
	float: left;
	width: 250px;
	margin: 0 15px 0 0;
}

.inst-search .freetext input:focus{
	border: 1px solid #b7b7b7;
}

.inst-search .freetext button{
	float: left;
}

.inst-search p.hint{
	margin: 20px 0 0 170px;
	font-size: 0.85714286em;
	line-height: 20px;
}

.inst-search .lettergroup label{
	height: auto;
	padding-top: 0;
}

.inst-search .lettergroup a{
	margin: 0 10px 0 0;
}

#region-map{
	position: relative;
	float:left;
	overflow: hidden;
	width: 440px;
	height: 274px;
	background: url('../img/region-map.gif') no-repeat;
}

.tooltip{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	padding: 5px 10px;
	font-size: 0.85714286em;
	font-weight: bold;
	
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 3px  rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 3px  rgba(0, 0, 0, .3);
}

/* Institution datasheet */

.record-ds{
	padding: 0 0 20px;
}

.record-ds table{
	table-layout: fixed;
}

.record-ds td{
	overflow: hidden;
}

.record-ds td.url{
	white-space: nowrap;
}

.record-ds td:nth-of-type(1){
	width: 80px;
	font-weight: bold;
}

.record-ds td:nth-of-type(2){
	width: 160px;
}

.record-ds a.btn{
	margin: 20px 0 0 20px;
}

/* Home */

#home .form{
	background: #fbfbfb;
	padding: 80px 20px 60px 40px;
	border-bottom: 1px solid #ececec;
}

#home .error{
	margin: 10px 0 10px 220px;
}

#home .form div:first-child{
	margin: 0 0 10px;
}

#home .form label{
	float:left;
	width: 200px;
	margin: 0 20px 0 0;
	text-align: right;
}

#home .form input[type=text]{
	width: 300px;
	margin: 0 20px 0 0;
}

#home .form a.checkbox{
	float: left;
	margin: 0 10px 0 0;
}

#home .form .checkbox-list{
	float: left;
	width: 510px;
	padding: 8px 0 0;
}

#home .form .checkbox-list label{
	float: none;
	width: auto;
}

#home .form .checkbox-list li{
	float: left;
	width: 170px;
	margin: 0 0 15px;
}

#home .form .checkbox-list li.short{
	width: 130px;
}

#home .form .checkbox-list li.long{
	width: 260px;
}

#home .bottom{
	padding: 20px;
	background: #f3f3f3;
	border-top: 1px solid white;
}

#home .side-box{
	float: left;
	width: 270px;
	margin: 0;
	padding: 0 20px 0;
	color: #525252;
	border-right: 1px solid #ececec;
}

#home .side-box a{
	color: #3c9bc1;
}

#home .side-box:first-child{
	width: 290px;
	padding-left: 0;
}

#home .side-box:last-child{
	width: 290px;
	padding-right: 0;
	border-right: none;
}

#home p.nisz{
	margin: 35px 0 0;
}

/* Static content */

.static-content{
	padding: 20px 20px 0 20px;
}

.static-content p{
	margin: 0 0 15px;
}

.static-content ul{
	margin: 0 0 15px;
}

.static-content li{
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background: url('../img/sprite.png') -253px -16px no-repeat;
}

.static-content h1{
	margin: 0 0 20px;
	font-size: 22px;
}

.static-content h2{
	margin: 0 0 20px;
	font-size: 18px;
}

.static-content h3{
	margin: 0 0 20px;
	font-size: 14px;
}

.suggestions{
	overflow: hidden;
}

/* Detailed search */

.detailed-search{
	padding:20px;
	background: #fbfbfb;
}

.detailed-search table{
	table-layout: fixed;
}

.detailed-search tr td:first-child{
	padding-left: 0;
}

.detailed-search tr td:last-child{
	padding-right: 0;
}

.detailed-search td.label{
	width: 180px;
	padding-top: 18px;
}

.detailed-search thead td.input{
	padding-top: 18px;
}

.detailed-search td.input{
	width: 240px;
}

.detailed-search td input[type=text]{
	width: 248px;
}

.detailed-search td select{
	width: 236px;
}

.detailed-search td.required{
	width: 80px;
	padding-top: 18px;
	text-align: center;
}

.detailed-search td.remove{
	width: 20px;
	padding: 10px 0 10px 0;
	text-align: right;
}

.detailed-search td.remove a{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 9px 0 0 0;
	background: url('../img/sprite.png') -250px 0 no-repeat;	
}

.detailed-search tfoot td{
	border: none;
}

.detailed-search tfoot select{
	width: 200px;
}

.detailed-search tfoot .jqTransformSelectWrapper{
	margin: 0 10px 0 0;
}

.detailed-search td.search{
	text-align: right;
}

.detailed-search tr.preloader{
	background: none;
	border: none;
}

.detailed-search tr.preloader td{
	padding: 0;
}

.detailed-search tr.preloader div{
	background-position: 210px 10px;
}

.detailed-search tr.preloader span{
	padding: 19px 0 0 270px;
}
