/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.search-options{
	background-color: rgb(169, 183, 209);
border-bottom-color: rgb(221, 221, 221);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(221, 221, 221);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(221, 221, 221);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(221, 221, 221);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(0, 0, 0);
direction: ltr;
display: block;
font-family: 'Open Sans', sans-serif;
font-size: 12px;

line-height: 17.142858505249px;
margin-bottom: 0px;
padding-bottom: 35px;
padding-left: 0px;
padding-right: 0px;
padding-top: 5px;
}

.search-options .form-control{
	height:30px
}

.search-options .btn{
	height:30px;
	padding-top:0px;
	padding-bottom:0px;
}

