.tfilter-box {
padding:15px 0px 15px 0px;
border: 1px solid #ababab;
background-color : #f2f2f2;
z-index:1000;
}
.form-control, select {
display: block;
width: 100%;
height: 48px;
border: 1px solid #ededed;
border-radius: 0;
background-color: #fff;
background-image: none;
box-shadow: none;
color: #000;
font-size: 14px;
line-height: 1.42857143;
}
.card {
background: #fff none repeat scroll 0 0;
box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
margin-bottom: 30px;
overflow: hidden;
display: block;
width: 100%;
position: relative;
border: 1px solid #e5e5e5;
}
.card:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}
.card-block {
padding: 15px 15px 0 15px;
background: #fff none repeat scroll 0 0;