﻿* {
	outline: none;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
    background: #ddd;
	font-family: "Open Sans", Verdana;
	color: #333;
    font-size: .8em;
}

ul, li {
    margin: 0;
    padding: 0;
}

header {
    height: 50px;
    background: #333;
    position: relative;    
    }
    header .title {
        width: 30%; 
        float: left;        
    }    
    header h2 {
        float: left;
        color: #f5f5f5;
        font-size: 1.5em;
        text-align: center;
        margin: 0 0 0 15px; /*rs*/
        line-height: 48px; /* 50px, changed for the new logo to line up with nav*/
        padding: 0;
    }
        header h2 .fa {
            margin-right: 10px; 
            color: #E74C3C;
            font-size: 1.3em;
        }        
         header h2 .logo { /*rs*/
            margin-right: 10px;            
            width: 269px;
            height: 43px; 
            /*width: 275px;
            height: 44px;*/                    
        }
    header .simpleGeocoder {
        width: 20%;
        float: right;
    }
        header .simpleGeocoder .esriGeocoder {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        header .simpleGeocoder .esriGeocoderContainer {
            margin-right: 50px; 
            float: right;           
        }

#endHeader {
    width: 30%;
    float: right;        
    margin: 10px 0;
}

#imgSocialMedia {
    margin-top: 5px;        
    width: 24px;
    height: 24px;
    position: fixed;
    right: 10px;
    cursor: pointer;   
}

#nav {
    width: 40%; 
    float: left;
    padding: 0;
    margin: 0;
}
    #nav a,
    #nav a:visited {
        color: #51A6DF;
        text-decoration: none;
        padding: 14px 10px; 
        display: inline-block;
        font-size: 16px;
    }
    #nav a:hover {
        border-bottom: 4px solid #51A6DF;
        padding-bottom: 10px;
    }

/*Main nav for mobile phones*/
#navPhone {   
    display: none;
}
    #navPhone a,
    #navPhone a:visited {
        color: #51A6DF;
        text-decoration: none;
        padding: 14px 10px; 
        display: inline-block;
        font-size: 16px;
    }
    #navPhone a:hover {
        border-bottom: 4px solid #51A6DF;
        padding-bottom: 10px;
    }
/* Main nav for mobile phones end*/

aside {
    background: #f5f5f5;
    width: 360px;
    position: absolute;
    top: 50px;
    bottom: 0;
    z-index: 200;
    overflow: auto;
    -webkit-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
}

    aside h2 {
        margin: 0;
        padding: 15px 20px;
        font-size: 1.25em;
        border-bottom: 1px solid #ccc;
    }

#page1, #page2, #page3 {
    position: absolute;
    width: 100%;
    height: 100%;
}

    #page2 h2 {
        padding-left: 95px;
    }

    #page3 h2 {
        padding-left: 95px;
    }

#legend {
    max-height: 400px;
    position: relative;
    padding: 10px 25px;
}

#measurement {   
    position: relative;
    padding: 10px 25px;   
}

#shareVia {   
    position: relative;
    padding: 20px; 
    align-content: center;    
}

#imgEmail, #imgFacebook, #imgTwitter {
    width: 30px;
    height: 30px;
    margin: 10px;
    cursor: pointer;
}

#imgAboutEmail, #imgAboutFacebook, #imgAboutTwitter, #imgAboutYoutube, #imgAboutHelp, #imgHelpYoutube {
    width: 34px;
    height: 34px;
    margin: 10px;
    cursor: pointer;
}

#printButton {
    position: relative;
    padding: 10px 20px 10px 30px;  
}

#map {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 360px;    
    right: 0;
}

.map .esriLargeSliderTL {
	left: 28px;
	top: 28px;    
}

#HomeButton {
    position: absolute;      
    z-index: 50;    
    left: 12px;
    top: 75px;
} 

.aside-wrapper {
    background: #f5f5f5;
}

.aside-content {
    padding: 15px 20px;
}

.search-list li {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
}

    .search-list li:before {
        content: "";
        background: #999999;
        height: 100%;
        width: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .search-list li:hover {
        background-color: #f1f1f1;
    }
        .search-list li:hover:before {
            width: 3px;
        }
    .search-list li:active {
        background-color: #eee;
    }
        .search-list li:active:before {
            width: 3px;
        }

.result-id {
    color: #27AE60;
}

.result-name {
    margin-left: 10px;    
    font-weight: bold;
}

.result-address {
    display: block;    
    font-size: .8em;    
    margin-top: 5px;
}

.result-name-point {       
    font-weight: bold;
}

.result-address-point {
    display: block;    
    font-size: .8em;
    margin-top: 5px;
}

.detail-list li {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;    
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
}
    .detail-list li:before {
        content: "";
        background: #999999;
        height: 100%;
        width: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .detail-list li:hover {
        background-color: #f1f1f1;
    }
        .detail-list li:hover:before {
            width: 3px;
        }
    .detail-list li:active {
        background-color: #eee;
    }
        .detail-list li:active:before {
            width: 3px;
        }

.detail-value {    
    margin-left: 10px; 
}

.detail-multivalue {   
    margin-left: 40px;
    display: block;
    margin-top: 0px; 
}

.detail-label {
    font-weight: bold;
}

.detail-icon {
    position: absolute;
    right: 15px;
    top: 15px; 
    cursor: pointer;   
}

.search-list li .badge {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: .8em;
}

.back-link {
    display: inline-block;
    height: 30px;
    float: left;
    line-height: 30px;
    margin: 8px 5px 8px 10px;
    padding-right: 10px;
    color: #51A6DF;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.popup-overlay {
    position: absolute;
    background: rgba(0,0,0,0.65);
    z-index: 900;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sample-popup {
    position: absolute;
    width: 600px;
    height: 400px; 
    z-index: 901;
    background: #fff;
    left: 50%;
    top: 45%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;             
}

.popup-header {
    border-bottom: 1px solid #ccc;
}
    .popup-header:after {
        content: "";
        display: block;
        clear: both;
    }
.sample-popup h3 {
        margin: 0;
        padding: 10px 15px;
        float: left;
    }
.sample-popup-content {
    padding: 10px 15px;        
}

.sample-popup-disclaimer {
   font-size: small;
   font-style: italic;
   color: GrayText;
   position: absolute;   
   bottom: 0; 
   padding-right: 10px;  
}

/*Layers popup*/
.layers-popup {
    position: absolute;
    width: 360px;
    height: 600px;
    z-index: 901;
    background: #fff;
    left: 40%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc; 
    display: none;
}
.layers-popup h3 {
        margin: 0;
        padding: 10px 15px;
        float: left;
    }
.layers-popup-content {
    position: absolute; 
    width: 100%; 
    max-height: 95%; 
    overflow: auto; 
    padding: 10px 15px;
}
.layers-popup-wrapper {
    position: absolute;
    width: 100%;
    bottom: 36px;
    top: 48px;   
}
.layers-disclaimer { 
  display: block;
  float: right;  
  padding: 10px 0px 0px 5px;
  font-size: small;
  font-style: italic;
  color: GrayText;   
}
.layers-popup-help {
    position: absolute;
    width: 100%;
    bottom: 0px;
    border-top: 1px solid #ccc;
    padding: 0px 10px 5px 10px;
}
.layers-popup-header {
    position: absolute; 
    width: 100%; 
    height: 48px; 
    top: 0;
    border-bottom: 1px solid #ccc;
}
    .layers-popup-header:after {
        content: "";
        display: block;
        clear: both;
    } 
/*Layers popup end*/

.popup-close-button {
    float: right;
    height: 30px;
    width: 30px;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    color: #777;
    font-size: 1.2em;
    cursor: pointer;
}

    .popup-close-button:hover {
        color: #555;
    }
    .popup-close-button:active {
        color: #333;
    }

.basemapDisclaimer {
    padding: 0px 10px;
    display: block;
    font-size:small;
    font-style:italic;
    float: left;
    margin: 0;
    color:GrayText;  
}

#sidebarPlaceholder,
#legendPlaceholder {
    display: block;
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    bottom: 15px;
    left: 15px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 -1px 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.25);
    cursor: pointer;
}
#legendPlaceholder {
    left: auto;
    bottom: auto;
    right: 52px; 
    top: 15px;
}

#cleanUpMap {
    left: auto;
    bottom: auto;    
    right: 15px;
    top: 15px;  
    display: block;
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;    
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 -1px 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.25);
    cursor: pointer;
}

#legendContainer {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    right: 12px; 
    top: 12px;
    overflow: auto;
    -webkit-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
}
    #legendContainer h2 {
        margin: 0;
        border-bottom: 1px solid #ccc;
        font-size: 1em;
        padding: 10px 15px;
    }
    #legendContainer .popup-close-button {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        margin: 0;
    }

#measurementContainer, 
#selectContainer { /*SelectBy tool*/
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 245px;
    right: 52px;  
    top: 12px;
    overflow: auto;
    -webkit-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
}   
    #measurementContainer .measurementMessage {
        font-size: 1em; 
        font-style:italic; 
        text-align: center; 
        padding-left: 50px;        
    }

#selectContainer { /*SelectBy tool*/
    width: 265px;
}

#selectMessage { /*SelectBy tool*/
    font-size: 1em; 
    font-style:italic; 
    color: red;
    text-align: center; 
    padding-bottom: 20px; 
    display: none;    
}

#validationContainer {
    display: none;
    position: absolute;
    z-index: 100;
    background: peachpuff;
    width: 320px;     
    top: 420px;
    overflow: auto;
    -webkit-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
}

#printContainer, 
#shareContainer {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 200px;
    right: 52px; 
    top: 12px;
    overflow: auto;
    -webkit-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
    box-shadow: 0 -1px 1.5px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.24);
}

    #printContainer h2, 
    #shareContainer h2, 
    #selectContainer h2, /*SelectBy tool*/
    #validationContainer h2,
    #measurementContainer h2 {
        margin: 0;        
        font-size: 1em;
        font-weight: bold;
        padding: 10px 15px;
    }

    #printContainer .popup-close-button,
    #shareContainer .popup-close-button,
    #selectContainer .popup-close-button, /*SelectBy tool*/
    #validationContainer .popup-close-button,
    #measurementContainer .popup-close-button {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        margin: 0;
    }   

#navTools {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    #navTools a,
    #navTools a:visited {
        color: #51A6DF;
        text-decoration: none;
        padding: 14px 20px;
        display: inline-block;
        font-size: 16px;
    }
    #navTools a:hover {
        border-bottom: 4px solid #51A6DF;
        padding-bottom: 10px;
    }

#Tools {     
    height: 200px;
    display: none;
}
  
#BaseMaps {     
    height: 510px;
    width: 750px;
    display: none;
}

.tool-popup {
    position: absolute;
    width: 600px;
    height: 400px;
    z-index: 901;
    background: #fff;
    left: 50%;
    top: 30%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tool-popup h3 {
        margin: 0;
        padding: 10px 15px;
        float: left;
    }



/* Responsive related styles */
#geocoder {
    display: block;
}
#geocoderPlaceholder {
    display: none;
}
#sidebarPlaceholder {
    display: none; 
}
#aside {
    display: block;
}
#AsidePopupClose {    
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 100;
}

#menuPlaceholder {
    display: none;
}
#iconsPlaceholder {
    display: none;
}

header .titleMobile { /*rs*/
        display: none;        
    }

/* Transitions */
.fade-in-from-left {
  -webkit-animation: fade-in-from-left 0.5s;
  animation: fade-in-from-left 0.5s;
}
.fade-out-to-left {
  -webkit-animation: fade-out-to-left 0.5s;
  animation: fade-out-to-left 0.5s;
}

/* Animations */
@-webkit-keyframes fade-in-from-left {
  from {
    -webkit-transform: translate(-360px, 0);
    -moz-transform: translate(-360px, 0);
    -ms-transform: translate(-360px, 0);
    -o-transform: translate(-360px, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fade-in-from-left {
  from {
    -webkit-transform: translate(-360px, 0);
    -moz-transform: translate(-360px, 0);
    -ms-transform: translate(-360px, 0);
    -o-transform: translate(-360px, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out-to-left {
  to {
    -webkit-transform: translate(-360px, 0);
    -moz-transform: translate(-360px, 0);
    -ms-transform: translate(-360px, 0);
    -o-transform: translate(-360px, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes fade-out-to-left {
  to {
    -webkit-transform: translate(-360px, 0);
    -moz-transform: translate(-360px, 0);
    -ms-transform: translate(-360px, 0);
    -o-transform: translate(-360px, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

/* Auto Extender */
.AutoExtenderList
{    
    overflow:auto;
    height:130px;
    background:#ffffff;
    box-shadow: 0 0 5px #888;
     -webkit-box-shadow: 0 0 5px #888;
    -moz-box-shadow: 0 0 5px #888;
    -o-box-shadow: 0 0 5px #888;
    font-size: 1.1em;
    max-width: 25em;
    padding: 0.5em;
    position: absolute;
    z-index: 350;        
}

.imgSearchLoader
{
    vertical-align:top; 
    display: none;
    cursor: default;
    padding-left: 100px;    
}

/* info window*/
 .attrTable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.attrTable td {
  padding: 4px;
  white-space: normal;
  font-size: 0.9em;
  word-wrap: break-word;
}
.attrTable td.attrName {
  color: #9a9b9f;
  padding-right: 4px;
  width: 40%;
}
.attrName {
  color: #9a9b9f;
  padding-right: 4px;
  width: 40%;
}
.infoHeader {  
  font-weight: bold;
  font-size: larger;    
}

/*StreetView*/
#StreetView {
    position: absolute;
   	bottom: 15px !important;
    right: 15px;
    z-index: 50;
} 
.imgStreetView2 {
    height: 34px !important;
    width: 34px !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
}
.imgStreetView3 {
    height: 44px !important;
    width: 44px !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
}
/*ImageView 20160915*/
#imageView
{
    position: absolute;
    bottom: 15px !important;
    right: 45px;
    z-index: 50;
}  
.imgOptions2
{
    height: 34px !important;
    width: 34px !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
}


.esriBasemapGallery {
    height: 440px;
    overflow-y: auto;
}

.show {
    font-weight: 500;
}



.esriBasemapGalleryLabelContainer {
    background-color: transparent;
    text-align: center;
    /*  width: 80% !important; */
    font-size: 10px !important;
    font-weight: 500px;
    height: 2.7em !important;
    overflow: hidden;
    display: block;
}

