.gmpCustomControlsShell {
	font-family: Roboto,Arial,sans-serif;
	font-size: 1.1em;
}
.gmpCustomControlsShell .gmpCustomControlButton {
	width: 32px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	margin: 2px;
	line-height: 32px;
	border-radius: 0%;
}
.gmpCustomControlsShell .gmpCustomControlButton i.fa {
	padding-left: 1px;
}
.gmpCustomControlsShell .gmpCustomControlButton i.fa-plus,
.gmpCustomControlsShell .gmpCustomControlButton i.fa-minus {
	padding-top: 8px;
}
.gmpCustomControlsShell .gmpCustomControlButton:hover {
	-moz-box-shadow:	0 0 5px 1px #000000;
	-webkit-box-shadow:	0 0 5px 1px #000000;
	box-shadow:			0 0 5px 1px #000000;
}
.gmpCustomControlsShell .gmpCustomControlButton:active {
	-moz-box-shadow:	0 0 6px 1px #000000;
	-webkit-box-shadow:	0 0 6px 1px #000000;
	box-shadow:			0 0 6px 1px #000000;
}
.gmpCustomControlsShell .gmpActiveButton {
	-moz-box-shadow:	0 0 5px 1px #000000;
	-webkit-box-shadow:	0 0 5px 1px #000000;
	box-shadow:			0 0 5px 1px #000000;
}
.gmpCustomControlsShell .gmpSquareControls {
	border-radius: 0;
}
.gmpCustomControlsShell .gmpRoundedEdgesControls {
	border-radius: 30%;
}
.gmpCustomControlsShell .gmpRoundControls {
	border-radius: 50%;
}
.gmpSearchShell {
	position: relative;
	color: #000000;
}
.gmpSearchShell .gmpSearchForm {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 250px;
	min-height: 100px;
	overflow: auto;
	padding: 10px;
	border: 2px solid #D4D0BA;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
.gmpSearchShell .gmpSearchFormRow {
	margin-bottom: 10px;
}
.gmpSearchForm .gmpSearchFormRow:nth-child(3) {
	margin-bottom: 0;
}
.gmpSearchShell input {
	width: 100%;
	background-color: #F6F7F7;
	color: #252728;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #DFE4E4;
	padding: 7px 5px;
	font-family: inherit;
	font-size: inherit;
}
.gmpSearchShell button {
	padding: 5px 10px;	
	width: auto;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
}
.gmpSearchShell button:active {
	padding: 5px 10px;
	border-top: 0;
}
.gmpSearchShell button:focus {
	outline: none;
}
.gmpSearchShell .gmpSearchFormErrors {
	display: none;
	padding-top: 10px;
	font-family: inherit;
	font-size: inherit;
}
.gmpSearchShell .gmpSearchFormSlider {
	width: auto;
	height: auto;
	padding: 5px 0;
	line-height: 1em;
	font-family: inherit;
	font-size: inherit;
}
.gmpSearchShell .gmpSliderMax {
	float: right;
}
.gmpSearchShell .gmpSliderMin {
	float: left;
}
.gmpSearchShell .toeSliderDisplay {
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
    font-size: 1em;
    line-height: 1em;
}
.gmpSearchShell .ui-slider-horizontal {
	border: 1px solid #3C3C3C !important;
	background-color: #FFFFFF !important;
	clear: both;
}
.gmpSearchShell .ui-slider.ui-widget-content .ui-slider-handle {
	border: 1px solid #3C3C3C !important;
	background-color: #FFFFFF !important;
}
.gmpFilterShell {
	position: relative;
}
.gmpFilterShell .gmpFilterForm {
	display: none;
	position: absolute;
	min-width: 200px;
	max-height: 175px;
	overflow: auto;
	padding: 5px;
	background-color: #FFFFFF;
}
.gmpFilterShell .gmpFilterForm .list-group {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
}
.gmpFilterShell .gmpFilterForm .list-group-item {
	margin: 0;
	padding: 6px;
	font-family: inherit;
	font-size: inherit;
}

.gmpImproveSearchText {
	width: 100%;
	background-color: #F6F7F7;
	color: #252728;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #DFE4E4;
	padding: 7px 5px;
	font-family: inherit;
	font-size: inherit;
	margin: 0px;
}
.gmpImproveSearchForm .gmpImproveSearchResetBtn {
	margin-right: 10px;
}
.gmpImproveSearchForm .gmpImproveSearchResetBtn,
.gmpImproveSearchForm .gmpImproveSearchFindBtn {
	padding: 5px 10px;
	width: auto;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
}
.gmpImproveSearchForm {
	margin-bottom: 10px;
	text-align: center;
}
.gmpImproveSearchCategoryList {
	max-height: 150px;
	overflow-y: auto;
	margin: 10px 0;
}
.gmpImproveSearchContainer {
	position: relative;
}
.gmpImproveSearchContainer .gmpImproveSearchFormWr {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 250px;
	min-height: 100px;
	overflow: auto;
	padding: 10px;
	background-color: #fff;
	top: 0;
	left: 40px;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-header > a {
	box-shadow: none;
}
/**/
.gmpCustomControlsShell.gmpMobile {
	right: 1%;
	/*bottom: 25px;*/
	left: 1% !important;
}
.gmpCustomControlsShell.gmpMobile .gmpCustomControlButton {
	word-wrap: normal;
}
.gmpCustomControlsShell.gmpMobile .gmpImproveSearchContainer{
	position: absolute;
	top: 0;
	right: 1%;
	left: 1%;
	bottom: 0;
	text-align: center;
	z-index: 100;
}
.gmpCustomControlsShell.gmpMobile .gmpImproveSearchContainer .gmpCustomControlButton {
	text-align: center;
	display: inline-block;
	width: auto;
	padding: 5px 20px;
	height: auto;
}
.gmpCustomControlsShell.gmpMobile .gmpImproveSearchFormWr {
	top: 50px;
	width: 100%;
	left: 0;
	right: 0;
}
.gmpImproveSearchCategoryList.treeview > ul {
	list-style: none;
	margin: 0;
	display: inline-block;
	text-align: left;
}

.ui-datepicker-inline.ui-datepicker {
	margin: 10px auto;
}
.gmpCustomControlsShell.gmpMobile .gmpIsfTabRoller {
	display: inline-block;
}
.gmpCustomControlsShell.gmpMobile .gmpIsfTabLink {
	display: inline-block;
	border: 1px solid #000;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.gmpCustomControlsShell.gmpMobile .gmpIsfTabLink:first-of-type {
	margin-right: 20px;
}

.gmpCustomControlsShell.gmpMobile .gmpImproveSearchText {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}
.gmpCustomControlsShell.gmpMobile .gmpIsfCloseBtn {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
	font-size: 2em;
}
.gmpIsfRowWrapper {
	display: block;
	margin-bottom: 10px;
}
.gmpCustomControlsShell.gmpMobile .gmpZoomShellWr {
	position: absolute;
	margin-left: 48px;
	z-index: 1000;
}
.gmpCustomControlsShell.gmpMobile .gmpImproveSearchContainer.gmpBiggerZIndex {
	z-index: 1100;
}

.gmpCustomControlsShell.gmpMobile .treeview span.icon {
	margin-right: 10px;
}
.gmpCustomControlsShell.gmpMobile .gmpImproveSearchCategoryList.gmpIsfTabItem.treeview > ul {
	font-size: 1.5em;
}
.gmpCustomControlsShell.gmpMobile .ui-datepicker {
	width: 100%;
}
.gmpCustomControlsShell.gmpMobile .ui-state-default {
	font-size: 17px;
}
.gmpCustomControlsShell.gmpMobile .ui-datepicker select.ui-datepicker-month,
.gmpCustomControlsShell.gmpMobile .ui-datepicker select.ui-datepicker-year {
	font-size: 16px;
	padding: 5px 0;
}
.gmpCustomControlsShell.gmpMobile .ui-datepicker .ui-datepicker-prev,
.gmpCustomControlsShell.gmpMobile .ui-datepicker .ui-datepicker-next {
	font-size: 18px;
}

.gmpDateAllLabel {
	width: 100%;
	text-align: center;
	display: block;
}
.gmpDateAllLabel .gmpDateAllFlag {
	vertical-align: middle;
}
.gmpDateAllLabel .gmpDateAllFlagLabel {
	vertical-align: middle;
}