#agol_sidebar {
	cursor: default;
    position: fixed;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0px;
    bottom: 0px;
    right: -290px;
    z-index: 490;
    width: 290px;
    padding-top: 15px;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -0-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
#agol_sidebar.open {
    right: 0px;
    background-color: #111111;
}

#landingpage_sidebar_toggle {
	float: right;
	z-Index: 510;
	cursor: pointer;
	width: 40px;
	height: 40px;
  	background: rgba(0,0,0,0.1) url("../images/metro/search.png");
  	background-size: contain;
}
#landingpage_sidebar_toggle:hover {
	width: 40px;
	height: 40px;
	background: url("../images/metro/search_over.png");
	background-size: contain;
}

#agol_query_txt {
	border: none;
	margin-left: 6px;
	margin-right: 6px;
	height: 22px;
	width: 200px;
}

input[type=text]::-ms-clear {
    display: none;
}

.agol_search_icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: right;
	background-color: #000;
}

.agol_clear_icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: right;
	background-color: #fff;
}

.result_row {
	color: #FFFFFF;
	font-size: 0.8em;
	margin-top: 10px;
	padding: 5px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.1);
}
.result_row:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.agol_thumbnail {
	max-width: 80px;
}
.result_row.webmap {
	 
}
.result_row.service {
	 
}
.result_row.app {
	 
}

.result_row.optional {
	 margin-top: 0px;
}

div.bb-styled-container { position:relative; margin: 10px 0px; }
select.bb-styled {
  position: relative;
  z-index:10;
  display: block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
}
span.bb-styled {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: default;
  z-index: 1;
}
span.bb-styled:after {
    content: '>';
    display: inline-block;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    font-size: 14px;
    font-weight: normal;
    height: 10px;
    width: 10px;
    float: right;
    margin-top: 2px;
}
.bb-styled {
  background-color: #111;
  color: #ccc;
  text-indent: 5px;
  width: 265px;
  border: 0 !important;  

  font-size: 14px;
  font-weight: normal;
  font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol", Arial, Helvetica, sans-serif;
  line-height: 18px;
}

select.query_select::-ms-expand {
display: none;
}

.lbl_search {
	color: #ccc;
	margin: 10px 0;
}

.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

.clear {
	background-color: #fff;
}

a.optional {
	color:#aaa;
	text-decoration: none;
}