/*html, body, .sw_framework, #map-canvas {*/
.sw_framework, #map-canvas {
   background-color: rgb(231, 235, 236 );
   height: 100%;
   margin: 0px;
   padding: 0px;
   /*position: absolute;   */
}

.sw_map_wrapper {
   height: 100%;
   position: relative;
}

.sw_img_legend {
   width: 32px;
   height: 37px;
}

#sw_icon_credit {
   opacity: 0.7;
   position: absolute;
   bottom: 0px;
   right: 288px;
   height: 19px;
   width: 112px;
   font-size: 10px;
   font-family: Roboto, Arial, sans-serif;
   background-color: rgb(245, 245, 245);
   padding: 0px;
   margin: 0px;
}

.sw_header_wrapper {
   z-index: 50;
   position: relative;
}

.sw_header {
   padding-top: 10px;
   height: 213px;
   height: 230px;
   width: 100%;
   margin: 0 auto;
   position: relative;
}      

.sw_header_band {
   width: 100%;
   height: 100px;
   height: 60px;
   background-color: rgb(136, 189, 60);
   background-color: #0682BA;
   margin-top: 98px;
}

.sw_header_logo {
   width: 200px;
   float:left;
}

.sw_title {
   font-family: Impact;
   font-size: 60px;
   font-weight: 400;
   text-overflow: ellipsis;
   vertical-align: middle;
   display: inline-block;
   color:#146622;
   color: white;
   text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
   text-shadow: 1px 0px 1px #000000;
   position: absolute; 
   top: 50%; 
   margin-top: -20px;
   margin-left: 25px;
   opacity: 0.5;
}

.sw_version {
   font-family: Roboto;
   font-size: 12px;
   text-overflow: ellipsis;
   vertical-align: middle;
   display: inline-block;
   position: absolute; 
   right: 0px;
   top: 110px;
   color: green;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
   border-top-right-radius: 0px;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
}

.ui-dialog .ui-dialog-content {
   background-color: white;
}

.ui-widget-content a {
   color: blue;
   text-decoration: none;
   font-size: 12px;
}

.ui-widget * { outline: none; }

.ui-widget {
font-size: 12px;
/*   font-family: "Myriad Pro",Arial, Helvetica, sans-serif; */
}

.sw_infobox {
   background-color: white;
   font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
}

.ui-dialog{
  width: 60% !important;
  height: 60% !important;
}

.sw_infobox_field_name {
   /*color: #0682BA;*/
   color: #196EA3;
   font-weight: bold;
}

.sw_infobox_contact {

}

.sw_infobox_bg {
   color: black; 
   font-size:12px;
}

.sw_infobox_header_left {
    width: 42px;
    float: left;
}

.sw_infobox_header_right {
    color: #33CC33;  
    color: black; 
}

.sw_infobox_content {
  clear: both;
	line-height: 150%;
}

.sw_infobox_abstract {
   font-weight: bold;
   font-size: 14px;
   color: #196EA3;
   margin-bottom: 5px;	
}

.sw_infobox_detail {   
/*   color: #33CC33;  */
    color: black;
    margin-bottom: 10px;
    margin-top: 0px;
}

.sw_infobox_section {
    margin-bottom: 5px;
    font-weight: bold;
}

.sw_legend_row {
    font-family: "Myriad Pro",Arial, Helvetica, sans-serif;    
    color: black;
    width: 100%;
    height: 40px;
    clear: both;
}

.sw_legend_text {
    font-size: 12px;
    float: left;
    margin-top: 8px;
}

.sw_legend_icon {
    width: 40px;
    float: left;
}

.sw_legend_column {
    float: left;
    width: 100%;
}

.sw_body {
   width: 100%;      
   clear: both;
   color: #333;
   height: 100%;
}      

.sw_header_content {
   display: block;
   margin: 0 auto;
}

.sw_footer_wrapper {
   display: block;
   margin: 0 auto;
   height: 100%;
}

.sw_footer {
   margin-top: 10px;
   clear: both;
}


.sw_radar {
    position: absolute;
    top: 50%;    
}

.sw_logo {
   margin: 0;
/*   position: absolute; 
   top: 50%; */
/*   left: 50%;
   margin-right: -50%; 
   transform: translate(0%, -50%) */
}

.sw_legend {
   width: 100%;
}

.controls {
   margin-top: 16px;
   border: 1px solid transparent;
   border-radius: 2px 0 0 2px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   height: 32px;
   outline: none;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
   background-color: #fff;
   padding: 0 11px 0 13px;
   width: 400px;
   margin-left: 15px;
   font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: 300;
   text-overflow: ellipsis;
}

#pac-input:focus {
   border-color: #4d90fe;
   margin-left: -1px;
   padding-left: 14px;  /* Regular padding-left + 1. */
   width: 401px;
}

.pac-container {
   font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
}

#type-selector {
   color: #fff;
   background-color: #4d90fe;
   padding: 5px 11px 0px 11px;
}

#type-selector label {
   font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 300;

}

/*responsive adjusts*/
.ui-dialog-titlebar{
  border: 0;
}

.ui-dialog{
  overflow-y: hidden;
  padding: 0!important; 
  background: #fff;
}


.sw_more_info{
  width: 100%;
  overflow: auto;
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
  padding: 5px 0 0 0;
  margin: 10px 0;
}

.sw_more_info_block{
  margin-bottom: 8px;
  width: 50%;
  float: left;
}

.sw_infobox_field_name{
  float: left;
  padding-right: 5px;
}

.sw_infobox_field_info{
  float: left;
}


@media screen and (max-width: 900px){
  .ui-dialog{
    width: 85% !important;
    height: 85% !important;
  }
  .sw_more_info_block{
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px){
  #pac-input {
    width:80%;
    margin-left: 5%;
  }

  .ui-dialog{
    overflow-y: auto;
    width: 92% !important;
    height: 92% !important;
  }

  .sw_more_info_block{
    width: 100%;
  }
}