
/* filter block (reveal) start */

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.6);
    z-index: 9000;
	display: none;
	top: 0;
	left: 0; 
	}
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -340px;
	width: 600px;
	background: #fff;
	position: absolute;
	z-index: 10000;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
	
.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}

.reveal-modal a.close-reveal-modal {
/*	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;*/
}


.reveal-modal h2 { color:#333; text-transform:uppercase; font-size:14px; font-weight:100; display:block; padding-left:20px; margin:10px 0; background-position:0 5px; margin-left:5px; clear:both;}

.form-line { clear:both;}
.form-line>div { float:left; }
.form-line div.first { padding-right:50px; }
#s2id_e7 { width:250px !important;}

.button-filter {
    background: url("../../images/reg_button.png") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 24px;
    margin-left: 195px;
    padding-bottom: 3px;
    text-align: center;
    width: 134px;
	clear:both;
}

.header-topic {background: url("../../images/filter-topics-icon.png") no-repeat;}
.header-tag {background: url("../../images/filter-tags-icon.png") no-repeat;}
.header-actual {background: url("../../images/filter-actual-icon.png") no-repeat;}

/* #filter_form { overflow:auto;} */

/* filter (reveal) end */
#chooseEntityForm {
    top:40px !important;
    padding:10px 20px 10px 20px;
}
#chooseEntityForm h2 {
    padding-left: 0;
}