/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2016, 12:52:09 PM
    Author     : zwaller
*/
#mapBanner
{
  position: absolute;
  top: 20px;
  left: 60px;
  /*background-color: rgba(5, 121, 164,.5);*/
  z-index: 50;
  /*width:500px;*/
}

.bannertitle
{
  width: 100%;
  padding:5px 2px 5px 5px;
  border-radius: 5px;
  background-color: rgba(14,118,187,0.65) !important;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  cursor:default;  
}
.bannertitle a
{

  /*font-size: 17px;*/
  outline: none;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.bannertitle a:hover
{
  color: #ffffff;
  text-decoration: none;
}

.bannerbuttons{
  padding:0px 2px 0px 5px;
  width: 100%;
  border-radius: 5px;
  background-color: rgba(14,118,187,0.65) !important;
  z-index: 0;
}

.bannerbuttons > div{
  display: inline;
}
.bannerbtn{
  cursor: pointer;
  padding:5px;
  color: #ffffff;
}
.bannerbtn:hover{
  background-color: rgba(14,118,187,1) !important;
}

.iconbannerbtn {
  position:relative;
  top:1px;
  cursor: pointer;
}
iconbannerbtnicon2 {
  position:relative;
}
.iconbannerbtnicon {
  position:absolute;
  top:0;
  left:0;
}
.iconbannerbtnicon:active {
  display:none;
}


.arcgisSearch{
  float: right;
  display: inline !important;
  margin: 2px 2px 1px 5px !important;
}

.searchInput{
  width: 140px !important;
  padding: 1px 18px 1px 6px !important;
}

.searchBtn{
  padding: 1px 6px !important;
}

.searchClear
{
  height: 15px !important;
}

.searchClear > .searchClose{
  line-height: 22px !important;
}

.searchClear > .searchSpinner{
  line-height: 23px !important;
  height: 23px !important;
  width: 23px !important;
}