@CHARSET "ISO-8859-1";

.elementdiv{
	padding:3px;
}
.elementlabel{
	max-width:195px;
}

.mod_ossearch_left_col{
	width:30%;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:top
}

.mod_ossearch_right_col{
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}

.ospsearch_ul{
	background-color: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 5px 0 0;
    padding: 0;
	width:100%;
	list-style: outside none none;
	border-left: 2px solid #fd4e22;
	border-right: 2px solid #ff8f00;
}

.ospsearch_ul li {
    line-height: 20px;
}

.ospsearch_ul > li:first-child > a {
    border-radius: 15px 15px 0 0;
}

.ospsearch_ul > li:last-child {
    border-radius: 0 0 15px 15px;
	border: 1px solid #e5e5e5;
}

.ospsearch_ul > li > a {
    border: 0px solid #e5e5e5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
	font-size:15px;
}

.ospsearch_div{
	padding-top:10px;
	padding-bottom:10px;
	border-left:	0px solid #e5e5e5;
	border-right:	0px solid #e5e5e5;
	padding-left:5px;
}

.ospsearch_ul .icon-chevron-down, .ospsearch_ul .osicon-chevron-down,.ospsearch_ul .icon-chevron-up, .ospsearch_ul .osicon-chevron-up{
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}

.hiddendiv{
	display:none;
}

.blockdiv{
	display:block;
}

.ospsearch_submit{
	padding:15px;
}

.advlink{
	padding:0px !important;
	margin:0px !important;
	border:0px !important;
	display:inline !important;
}

.ospsearch .module-inner .module-ct {
	padding:0px !important;
	border:0px !important;

}

.ospsearch .module-ct ul li::before {
	content:"" !important;
}

.ospsearch .module-ct ul li {
	border-bottom:0px !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

.ospsearch .module-ct ul li.ospsearch_submit{
	margin-bottom:11px !important;
	padding-bottom:11px !important;
}

.se_geoloc_icon {
    background: rgba(0, 0, 0, 0) url("icon_userlocation.png") no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 10px !important;
    width: 18px;
}

.horizontal_search{
	padding:10px;
	background-color: rgba(0,0,0,.6);
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	color:#fff;
	border-radius:3px;
}

.horizontal_search .horizontal_searchrowfluid input, .horizontal_search .horizontal_searchrowfluid select, .horizontal_search .horizontal_searchrowfluid .chzn-container-single, .horizontal_search .horizontal_searchrowfluid .chzn-container-multi{
	width:100% !important;
	height:40px !important;
	font-size:13px !important;
	color:#555 !important;
	opacity:0.9;
}

.horizontal_search .hitem{
	padding-bottom:1px;
}

.horizontal_search .center{
	text-align:center;
}

.horizontal_search .horizontalsearchbutton{
	font-size: 1.8rem !important;
	font-weight: normal;
	line-height: 1 !important;
	margin: 0 0 0 5px !important;
	padding: 1.2rem 24px !important;
}

.horizontal_search .moreoption{
	padding-top:15px;
	font-size:14px;
}

.horizontal_search .moreoption a:link, .horizontal_search .moreoption a:hover, .horizontal_search .moreoption a:visited, .horizontal_search .moreoption a:active{
	text-decoration:none !important;
}

#conveniencegroups{
	text-align:left;
}

 .switch-amounts ,  .switch-payment-gateway{
  display: flex;
  margin-bottom: 5px;
  overflow: visible;
}

/*@media screen and (max-width: 480px) {
	 .switch-amounts,  .switch-payment-gateway {
	  display: inline !important;
	}
}*/

 .switch-amounts input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

 .switch-amounts label {
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  text-align: center;
  padding: 8px 13px;
  margin-right: 4px;
  border: 1px solid #d6d5d8;
  box-shadow: 0;
  transition: all 0.1s ease-in-out;
  width:auto !important;
  border-radius: 23px;
}

 .switch-amounts label:hover {
  cursor: pointer;
  background: #fb4317;
  color: white !important;
  border-color: #fb4317;
}

 .switch-amounts input:checked + label {
  box-shadow: none;
  color:#FFF !important;
  background-color:#fd5830;
  border-color: #fd5830;
}

 .switch-amounts label:first-of-type {
  border-radius: 23px;
  
}

 .switch-amounts label:last-of-type {
  border-radius: 23px;
}

 #donation_type .switch-amounts
{
	margin-bottom:0px;
}

 #donation_type .switch-amounts label
{
	min-width:150px;
	font-weight:bold;
}