/*
#08090A - smoky black
#F4F7F5 - cultured [white]
#0D3B66 - dark midnight blue


#C5050C - Red (UW-Madison)
#0479A8- Blue(UW-Madison)
#282728 - Dark Grey (UW-Madison)

From AP Catalog:
$fontFamily-body: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$fontFamily-title: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;


*/

body {
        padding: 0;
        margin: 0;
}

.searchControl-container {
	box-shadow: 0 1px 5px rgba(0,0,0,.65);
	border-radius: 4px;

	background-position: 50% 50%;
    background-repeat: no-repeat;
	display: block;

	background-color: #fff;

    text-indent: 1px;
}

.dropdown-menu {
	overflow: auto;
	max-height: 500px;
}

.searchOptionHeader{
	cursor: pointer;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.accordion {
	z-index: 1000001;
}

/******** Card styling *******/

.card {
	border: 1px solid rgb(253, 253, 253) !important;
}


.searchIcon {
	background: url('icons/search-location-icon.svg');
    height: 20px;
	   width: 20px;
    display: inline-block;
    margin-top:3px !important;
}

.timesCircleIcon {
	background: url('icons/times-circle-icon.svg');
    height: 20px;
	width: 20px;
	display: inline-block;
}

.circle-right-icon-container{
	height:100%;
	display:inline-block;
}

.circle-right-icon {
    height: 20px;
	width: 20px;
	display: inline-block;
}

.circle-right-icon path {
	fill: #0479a8;
}

.leftArrowIcon {
	background: url('icons/left-arrow-icon.svg');
    height: 20px;
	width: 20px;
	display: inline-block !important;
	margin-top: 10px;
	margin-left: 7px;
	color: #FFF;
}


/******** Search Icon *******/

.searchControl-container {
	background-color: #0479A8;
}

#searchText-div {
	font: 700 18px 'Arial',Monaco,monospace;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
	color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
}

#searchText-div:hover {
	cursor:pointer;
}

/******** Search Menu *******/

#searchLocation-div {
	font-weight: bold;
}

.card-header {
	padding: 0px !important;
	/* If you want to change the color of the headers */
	/* background-color: rgba(0,0,0,.03) !important; */
	background-color: white !important;
	border-bottom: 1px solid white !important;
}


#menu-div {
	display: none;
	width: 360px;
	background-color: #0479A8;
	border-radius: 4px;
	z-index: 1000002;
}

.times-circle-icon {
	color: #FFF;
	padding-top: 8px;
	padding-right: 5px;
	height: 25px;
	width: 25px;
}


/******** Menu X *******/

#searchLocation-div {
	display: inline-block;
	width: 70%;
	margin-top: 7px;
	margin-left: 3px;
	color: #fff !important;
}

#timesIcon-div {
	height: 30px;
	width: 30px;
	float: right;
}

#timesIcon {
	float: right;
	margin-top: 10px;
	margin-right: 7px;
}

#timesIcon:hover {
	cursor:pointer;
}

.sexy_line{
    display:block;
    border:none;
    color:white;
    height:1px;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 250, from(rgb(194, 198, 206)), to(#fff));
}

/******** Search Results *******/

.results{
	max-height: 220px;
	overflow-y: auto;
}

.result {
	padding: 3px 3px 3px 0px;
	cursor: pointer;
	font-size: 1.2em;
	text-align: left;
}

/******** Latitude Longitude Search *******/

.mb-0 {
	margin: 0;
}

#latLngResults {
	text-align: center;
}

/******** Address Search *******/

#addressError {
	text-align: center;
}

#addressResults {
	margin-top: 10px;
	margin-bottom: 0px;
}


/******** Gazetteer Search *******/

#gazetteerResults {
	margin-top: 10px;
	margin-bottom: 0px;
}

#emailHelp {
	font-size: 1em;
}


/******** County Search *******/
.ui-selectmenu-open {
	z-index: 1000 !important;
	/* height: 400px; */
}

#countySelect-button {
	margin-left: 20px;
}

/******** City Town Village Search *******/

#municipalityHelp{
	font-size: 1em;
}

#cityTownVillageResults {
	margin-top: 10px;
	margin-bottom: 0px;
}


/******** PLSS SCO Search *******/

#townSelect3-button {
	margin-left: 20px;
}

/******** PLSS Sec Search *******/

#townSelect4-button {
	margin-left: 20px;
}


/**************** Mobile Styling *****************/





/******** Defining custom location for mobile search control *********/

/* .leaflet-verticalcenter {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 50%; 
    transform: translateY(-50%); 

} */

/* .leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
} */

/* .leaflet-horizontalcenter {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    left: 50%; 
     transform: translateX(-50%); 

} */ 

/* .leaflet-horizontalcenter .leaflet-control {
    margin-right: 10px;
} */

.leaflet-raisedbottom {
    position: absolute;
    z-index: 1000;
	pointer-events: none;
	bottom: 0;

}

.leaflet-raisedbottom .leaflet-control {
    margin-right: 10px;
}


/******** Sliders *********/
.contentSlider {
    width:100%;
    height:0px;
    position:absolute;
    bottom:0;
    left:-100%;
    background-color:#fff;
	color:#000;
	overflow-y: auto;
	z-index: 2147483646;
}

.resultsSlider {
    width:100%;
    height:0px;
    position:absolute;
    bottom:0;
    left:-100%;
    background-color:#fff;
	color:#000;
	z-index: 2147483646;
}


/******** Slider header *********/
.sliderHeader {
	width:100%;
	height:38px;
	background-color:#0479A8;
	color:#fff;
}

/******** Styling for times symbol when mobile *********/
@media screen and (max-width: 1090px) {
	#timesIcon {
		float: right;
		margin-top: 7px;
		margin-right: 7px;
	}
}

/******** Silder header times symbol *********/
.headerTimes-div {
	height: 30px;
	width: 30px;
	float: right;
}

.headerTimes {
	margin-top: 7px;
}

/******** Slider title *********/
.contentSliderTitle {
	display: inline-block;
	width: calc(100% - 64px);
	text-align: center;
	transform: translateY(-15%)
}

.resultsSliderTitle {
	display: inline-block;
	width: calc(100% - 64px);
	text-align: center;
	margin-top: 7px;
}

/******** Slider title *********/
.slider-div {
	padding-top: 20px;
}

/******** Mobile content *********/
.mobileContent {
	display: inline-block !important;
	width: 100% !important;
	margin: auto !important;
	text-align: center !important;
	padding: 15px 0px 0px 0px !important;
	overflow-y: auto !important;
}

/******** Menu toggle button *********/


/******** Override placeholder text size *********/

#dmsValues ::-webkit-input-placeholder {
	font-size: 12px !important;
 }

 #dmsValues :-moz-placeholder { /* Firefox 18- */
	   font-size: 12px !important;
 }

 #dmsValues ::-moz-placeholder {  /* Firefox 19+ */
	   font-size: 12px !important;
 }

 #dmsValues :-ms-input-placeholder {
	   font-size: 12px !important;
 }

 /******** Grey Leaflet Theme ********/
.grey-leaflet.searchControl-container {
	box-shadow: none;
	border-radius: 3px;
	background: white;
	border: 2px solid rgba(0, 0, 0, 0.253);
}
.grey-leaflet #searchText-div {
	fill: black;
	color: black;
	min-width: 20px;
	height: 30px;
	line-height: 30px;
}
.grey-leaflet #menu-div {
	background-color: rgb(150, 150, 150);
	border-radius: 1px;
}

.grey-leaflet .card {
	border-radius: 0;
}
.grey-leaflet .circle-right-icon path {
	fill: rgb(150, 150, 150);
}
.grey-leaflet #contentSliderHeader {
	background-color: rgb(150, 150, 150);
}
.grey-leaflet .sliderHeader{
	background-color: rgb(150, 150, 150);
}

/******** red Leaflet Theme ********/
.red-leaflet.searchControl-container {
	box-shadow: none;
	border-radius: 3px;
	background: #C5050C;
	border: 2px solid rgba(0, 0, 0, 0.253);
}
.red-leaflet #searchText-div {
	fill: white;
	color: white;
	min-width: 20px;
	height: 30px;
	line-height: 30px;
}
.red-leaflet #searchLocation-div {
	fill: white;
	color: white;
}

.red-leaflet #menu-div {
	background-color: #C5050C;
	border-radius: 1px;
}

.red-leaflet .card {
	border-radius: 0;
}
.red-leaflet .circle-right-icon path {
	fill: #C5050C;
}
.red-leaflet #contentSliderHeader {
	background-color: #C5050C;
}

.red-leaflet .sliderHeader{
	background-color: #C5050C;
}