/* filter form */
section.filter_form{

}

section.filter_form div.form_wrap{
  background:#f2f4f4;
  padding:45px 20px 20px 20px;
  border-top:2px solid #353535;
  border-bottom:2px solid #353535;
}

section.filter_form div.form_wrap select{
  background:#fff;
  padding:12px 40px 12px 20px;
  border:1px solid #cecece;
  border-radius:8px;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section.filter_form div.form_wrap div.select_wrap{
  position:relative;
  display:inline-block;
  z-index:99;
  margin-right:10px;
}

section.filter_form div.form_wrap div.select_wrap:hover select{
  border:1px solid #353535;
  outline:none;
}

section.filter_form div.form_wrap select:focus{
  outline:none;
}

section.filter_form div.form_wrap div.select_wrap img{
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:12px;
  height:12px;
  z-index:999;
}

section.filter_form div.form_wrap input#submit{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  padding:12px 20px;
  background:#494949;
  color:#fff;
  border-radius:8px;
  border:none;
  outline:none;
}

section.filter_form div.form_wrap input#submit:hover{
  background:#5d5d5d;
}

section.filter_form div.form_wrap input#submit:focus{
	outline:none;
}

section.filter_form div.form_wrap div.select_wrap label{
	position:absolute;
	top:-25px;
	left:5px;
}

section.filter_form div.form_wrap input.form_date{
	  background:#fff;
  padding:12px 40px 12px 20px;
  border:1px solid #cecece;
  border-radius:8px;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section.filter_form div.form_wrap input.form_date:focus{
	outline:none;
	border:1px solid #353535;
}

section.filter_form div.form_wrap div.input_wrap{
  position:relative;
  display:inline-block;
  z-index:99;
  margin-right:10px;
}

section.filter_form div.form_wrap div.input_wrap label{
	position:absolute;
	top:-25px;
	left:5px;
}

table#blotter_content{

}

table#blotter_content th{
	background:#f2f4f4;
	border-bottom:2px solid #353535;
	padding:15px 20px;
}

table#blotter_content td{
	padding:10px;
}

table#blotter_content tr.alt td{
	background:rgba(0,0,0,0.05);
}

h5#none{
	text-align:center;
	margin:50px 0 0 0;
	font-size:1.5em;
}

#mapbtn{
  float:right;
  font-size:0.35em;
  color:#fff;
  background:#494949;
  padding:16px;
  cursor:pointer;
}

#mapbtn:hover{
  background:#353535;
}

#map_wrapper{
  height:0;
}

#map_canvas{
  height:100%;
  width:100%;
}
