﻿            body, html {
			width: 100%;
			height: 100%;
			overflow: hidden;
			margin: 0;
			padding: 0;
		    
            }

		#smAdContent {
			position: absolute; 
			left: 5px; 
			bottom: 25px; 
			background-color: #CCCCCC; 
			overflow: hidden; 
			z-index: 2; 
			line-height: normal;
		}

		.adFooter {
			background-color: #666666;
			height: 14px;
			position: relative;
		}

		.mapTitle {
			position: absolute;
			bottom: 1px;
			text-align: center;
            white-space: nowrap;
			left: 70px;
            right: 110px;
            overflow: hidden;
			z-index: 100000;
			color: #666666;
		}

		.mapTitle a {
			color: #666666;
			text-decoration: none;
			font-weight: bold;
			font-size: 11px;
			font-family: Arial, Verdana;
		}

        .mapTitle.dark a {
            color: #CCC;
        }

		.mapTitle a:hover {
			text-decoration: underline;
		}

		#smHidingLabel {
			color: #FFFFFF;
			position: absolute;
			top: 0;
			right: 10px;
			font-size: 10px;
			line-height: normal;
			font-family: Arial, Verdana;
			padding: 0;
			margin: 0;
		}

        #shareButton {
            position: absolute;
            bottom: 3px;
            z-index: 100000;
            left: 45px;
            height: 15px;
            cursor: pointer;
            display: none;
        }

        #shareButton.hasOl {
            left: 270px;
        }

        #shareButton .button {
            cursor: pointer;
            margin-right: 3px;
            float: left;
            width: 15px;
            height: 15px;
            border-radius: 2px;
        }

        #shareButton .button:hover {
            background-position: 0 -15px;
        }

        .shareLinkWrapper {
            position: relative;
        }

        .shareButtons {
            width: 81px;
            position: absolute;
            left: 0px;
            top: 0;
        }

        .shareButtons .button {
            background: url(/assets/shareicons_large.png);
            width: 27px;
            cursor: pointer;
            float: left;
            height: 27px;
        }

        .shareButtons .button.twitter {
            background-position: -26px;
        }

         .shareButtons .button.email {
            background-position: -52px;
        }


        #sharePanel {
            padding: 10px;
            height: 170px;
        }

        #sharePanel .sm_label {
            font-weight: bold;
            margin-top: 10px;
            font-size: 14px;
        }


        #shareLink {
            margin-left: 81px;
            width: 128px;
        }

        #embedCode {
            width: 210px;
        }

        #sharePanel input {
            padding: 5px;
            border: 1px solid #CCCCCC;
            height: 15px;
        }

        #sharePanel button {
            margin-top: 10px;
            margin-left: auto;
            margin-right: auto;
            width: 215px;
        }

        #sharePanel.canSkipAds {
            height: 120px;
        }

        .mappingTools {

        }

        .mappingTools h2 {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .mappingTools ul {
            list-style-type: none;

            margin: 0;
            padding: 0;
        }

        .mappingTools ul li {
            font-size: 12px;
            float: left;
            margin-right: 7px;
        }

        @media(max-width: 300px) {
            .mapTitle {
                display: none;
            }
        }

.animate {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.appBlocker.fadeOut {
    opacity: 0;
    -moz-opacity: 0;
}

.appBlocker {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 62px;
    z-index: 100000;
}

.appBlocker .msg a.error {
    color: #990000;
}

.appBlocker .msgWrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: 45px;
    text-align: center;
    cursor: pointer;
}

.appBlocker .msg {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 14px;
    color: #999;
    width: 100%;
    display: inline-block;
    text-align: center;
    
}


.appBlocker .msg a {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 12px;
     color: #999;
     text-decoration: none;
}

.appBlocker .msg a:hover {
    text-decoration: underline;
}

.appBlocker .msg .qaLabel {
    color: #2589bc;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.appBlocker .msg .qaSpacer {
    width: 100%;
    height: 15px;
}

.logo64 {
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: url(../images/logo64.png);
}

.appBlocker .logo64 {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -36px;
}

.appBlocker .title{

}



.sm_overlayItem {
    border: none;
}

.sm_bottomLine {
    display: none;
}

.sm_baseBottomLine {
    display: none;
}

#fullScreenFooter {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
}

#layerList {
    position: absolute;
    left: 0;
    width: 225px;
    top: 0;
    bottom: 20px;
    z-index: 10;
    border-right: 2px solid #CCC;
    background-color: #FFF;

    -webkit-box-shadow: 4px 0px 15px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 4px 0px 15px 0px rgba(0,0,0,0.30);
    box-shadow: 4px 0px 15px 0px rgba(0,0,0,0.30);
}

#layerList.dark {
    background-color: #333;
    border-right: 2px solid #666666;
}

#layerList.dark .sm_overlayItem {
    background-color: #333;
}

#layerList.dark .sm_overlayItem .sm_title {
    color: #CCC;
}

#layerList.dark .sm_overlayItem .sm_visibility {
    background-color: #666666;
    border-right: 1px solid #666;
}

#layerList .leftBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    border-right: 1px solid #CCC;
    background-color: #ededed;
    height: 100%;
    z-index: 9;
}

#layerList.dark .leftBg {
    border-right: 1px solid #666666;
    background-color: #666666;
}


#layerList .sm_overlayList {
    background-color: transparent;
}

#ScribbleMap {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

#ScribbleMap.hasOl {
    left: 225px;
}

#layerList .sm_overlayList {
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    max-height: none;
}

.toggleLayer {
    position: absolute;
    bottom: 20px;
    left: 198px;
    background-color: #FFF;
    width: 27px;
    height: 27px;
    overflow: hidden;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    font-family: 'PT Sans', Arial, Verdana;
    font-weight: bold;
    cursor: pointer;
    color: #666;
    z-index: 12;

background-image: url(/assets/toggleIcon.png);
background-size: 54px;

}
.toggleLayer.dark {
    background-color: #333;
    color: #CCC;
}

.toggleLayer.dark.minimized {
    background-color: #333;
    color: #CCC;
}

.toggleLayer:hover {
    color: #2589bc;
}

.toggleLayer.dark:hover {
    color: #fff;
}

.toggleLayer.minimized {
    left: 0;
    background-color: #FFF;
    background-position: -27px;

    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 4px;
    background-color: #CCC;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #999;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.sm_legendControl {
    left: auto;
    right: 10px;
}