﻿* {
	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 30px;
        line-height: 50px;
        padding: 0;
    }
        header h2 .fa {
            margin-right: 10px;
            color: #E74C3C;
            font-size: 1.3em;
        }
        
         header h2 .logo {
           margin-right: 10px;           
          /* width: 269px; */
           width: 80px;
           height: 43px;   
        }
    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;
}


#map {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 360px;    
    right: 0;
}

.map .esriLargeSliderTL {
	left: 28px;
	top: 28px;    
}

#HomeButton {
    position: absolute;      
    z-index: 50;
    /*right: 12px;
    bottom: 110px;*/
    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;
    /*color: #999;*/
    font-size: .8em;
    /*margin-top: 10px;*/
     margin-top: 5px;
}

.result-name-point {       
    font-weight: bold;
}

.result-address-point {
    display: block;
    /*color: #999;*/
    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-splash {
    position: absolute;
    width: 400px;
    height: 500px;
    z-index: 901;
    background: #ddd;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.sample-popup {
    position: absolute;
    width: 600px;
    height: 500px;
    z-index: 901;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.sample-popup-basemap {
    position: absolute;
    width: 600px;
    height: 400px;
    z-index: 901;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.sample-popup-layers {
    position: absolute;
    width: 350px;
    height: 400px;
    z-index: 901;
    background: #fff;
    left: 30%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.sample-popup-sales {
    position: absolute;
    width: 350px;
    height: 400px;
    z-index: 901;
    background: #fff;
    right: 52px;  /*12*/
    top: 12px;
   -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);
}
.sample-popup-tools {
    position: absolute;
    width: 600px;
    height: 100px;
    z-index: 901;
    background: #fff;
    left: 50%;
    top: 50%;
    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;
    font-weight:bold;
    align-content:center;
    align-items:center;
    text-align:center;
        
}
.popup-query_layer{
    border-bottom: 1px solid #ccc;
    font-weight:bold;
    align-content:center;
    align-items:center;
    text-align:center;
        
}
.popup-header-layer {
    border-bottom: 1px solid #ccc;
    font-weight:bold;
    align-content:initial;
    align-items:initial;
    text-align:initial;
        
}
.popup-footer-layer {
    /*border-bottom: 1px solid #ccc;*/
    
    /*border-top: 1px solid #ccc;*/
    font-weight:bold;
    align-content:center;
    align-items:center;
    text-align:center;
        
}
.popup-header-splash {
    border-bottom: 1px solid #ccc;
    font-weight:bold;
    color:#333;
    font-size:16px;
    align-content:center;
    align-items:center;
    text-align:center;
        
}
    .popup-header:after {
        content: "";
        display: block;
        clear: both;
    }
.sample-popup h3 {
        margin: 0;
        padding: 10px 15px;
        float: left;
    }
.sample-popup-content {
    padding: 10px 15px;
    font: bold 12px arial, verdana;
    float: left;
     margin: 0;
    
}
.sample-popup-content-about {
    padding: 10px 15px;
}
.sample-popup-content-splash {
    padding: 10px 15px;
    font: 16px arial, verdana;
    float: left;
     margin: 0;
     color: #000;
     font-size:16px;
    align-content:center;
    align-items:center;
    text-align:center;
}
.sample-popup-content-Browser {
    padding: 10px 15px;
    font: 16px arial, verdana ;
    font-style:italic;
    float: left;
     margin: 0;
     color: #000;
     font-size:16px;
    align-content:center;
    align-items:center;
    text-align:center;
}
.basemapDisclaimer{
    /*padding: 5px 5px;*/
    font: 10px arial, verdana ;
    font-style:italic;
    float: left;
     margin: 0;
     color:GrayText;
     
    /*align-content:flex-start;
    align-items:center;
    text-align:center;*/
}
.sample-popup-disclaimer {
    padding: 5px 10px;
    font:small-caps;
    float: left;
     margin: 0;
     color: #000;
}
.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;
    }

#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: 62px; /*52*/
    top: 5px; /*15px*/
}
#cleanUpMap {
    left: auto;
    bottom: auto;    
    right: 30px; /*15px*/
    top: 5px;  /*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;/*12px*/
    top: 12px;/*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;  /*12*/
    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 h2,
    #validationContainer h2 {
        margin: 0;
        /*border-bottom: 1px solid #ccc;*/
        font-size: 1em;
        font-weight: bold;
        padding: 10px 15px;
    }
    #measurementContainer .popup-close-button,
    #validationContainer .popup-close-button {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        margin: 0;
    }
    #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);
}
#lbl1000Records{
  margin-left:30px;
    font-size:small;
    font-style:italic;
    color:gray;
    font-weight:normal;
    }
#imgAboutEmail, #imgAboutFacebook, #imgAboutTwitter, #imgAboutYoutube, #imgAboutHelp {
    width: 34px;
    height: 34px;
    margin: 10px;
    cursor: pointer;
}
#printButton {
    position: relative;
    padding: 10px 20px 10px 30px;  
}
#printContainer, 
#shareContainer {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 200px;
    right: 52px; /*12*/
    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*/
    #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*/
    #measurementContainer .popup-close-button {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        margin: 0;
    }   


#queryContent {
    overflow: auto; 
    height: 550px;
    width:420px;
   
}



#queryContainer {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 420px;
    height: 600px;
    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);
}
    #queryContainer h2 {
        margin: 5px;
        /*border-bottom: 1px solid #ccc;*/
        font-size: 1em;
        font-weight: bold;
        padding: 1px 1px;
    }
    #queryContainer .popup-close-button {
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        margin: 0;
    }
    #queryContainer.QueryMessage {
        font-size: 1em; 
        font-style:italic; 
        text-align: center; 
        padding-left: 50px;        
    }



#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;
        }
.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;
    }
/*.tool-popup-content {
    padding: 10px 15px;
}*/


/* Responsive related styles */
#geocoder {
    display: block;
}

/*#clnMap {
     display: block;

}*/
#geocoderPlaceholder {
    display: none;
}

#sidebarPlaceholder {
    display: none;    
}
#aside {
    display: block;
}
#AsidePopupClose {
    /*display: none;*/
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 100;
}
#menuPlaceholder {
    display: none;
}
#iconsPlaceholder {
    display: none;
}
#Layers {
    /* overflow: auto;*/ 
    height: 500px;
    display: none;
}
#LayersContent {
    overflow: auto; 
    height: 400px;
    width:350px;
   
}
/*#BaseMapsContent {
    overflow: auto; 
    height: 300px;
    width:600px;
}*/
#LayersHeader {
        font-size: large;
        font-weight:bold;
}
#SalesHeader {
        font-size: large;
        font-weight:bold;
}

#ZoomInToSeeMore,
#LayersInfo,
#SalesFooter,
#SalesZoom {
  margin-left:30px;
    font-size:small;
    font-style:italic;
    color:gray;
    font-weight:normal;
    }

#Tools {     
    height: 200px;
    display: none;
}

header .titleMobile { 
        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;    
}
/*streetView*/
.imgOptions
{
    height: 20px !important;
    width: 20px !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
}
.imgOptions2
{
    height: 34px !important;
    width: 34px !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
}
.imgOptions3
{
    height: 34px !important;
    width: 34px !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
}
.imgLocate
{
    height: 20px !important;
    width: 20px !important;    
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
}
/* info window*/
 .attrTable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.attrTable td {
  padding: 2px;
  white-space: normal;
  font-size: 0.9em;
  word-wrap: break-word;
}
.attrTable td.attrName {
  color: #9a9b9f;
  padding-right: 4px;
}
.infoHeader {  
  font-weight: bold;
  font-size: larger;    
}
#StreetView
{
    position: absolute;
    	bottom: 40px !important;
    right: 40px;
    z-index: 50;
}  
#imageView
{
    position: absolute;
    	bottom: 40px !important;
    right: 80px;
    z-index: 50;
}  
#StreetViewDrag
{
    position: absolute;
    	bottom: 40px !important;
    right: 40px;
    z-index: 50;

} 
.title-text
{
    color:white;
    font-size:medium;   
    font-weight: bold;
}
.textInput{
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
}
.sample-popup-login {
    position: absolute;
    width: 600px;
    height: 400px;
    z-index: 901;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#logOut {
    display: none; 
    color: white;
    font-size: .8em;
    float: right;        
    margin: 10px 0;
    position: fixed;
    right: 14px;
    cursor: pointer; 
    z-index: 200;  
}
#selectPlaceholder {
    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;
}
#selectPlaceholder {
    left: auto;
    bottom: auto;
    right: 94px;
    top: 5px;
}

#divArea{ /*SelectBy tool*/
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 250px;
    right: 32px;    /*12*/
    height: 130px;
   /*top: 12px; */
    top: 13%;
    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);
}

#divArea h2 {
      /*border-bottom: 1px solid #ccc;*/
    font-size: 1em;
    font-weight: bold;
    padding-left:10px;
   /* padding: 10px 15px;*/
}
.popup-close-area {
    display: block;
    position: absolute;
    right: 1px;
    margin-top: -30px;
    height: 30px;
    width: 30px;
    color: #777;
    font-size: 1.2em;
    cursor: pointer;
    text-align: center;
}
 .popup-header-Area{
     height:30px;

 }
.esriBasemapGallery {
    height: 450px;
    overflow-y: auto;
}
.swhide{
    display:none;
}

.swshow {
    display: block;
}


.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;
}


