#sidePanel {
	left: 0;
    height: 100% !important;
	position: absolute;
	width: 500px;
}


#sidePanel.single {
	height: auto;
	min-height: 1%;
}

#sidePanel.singleSeries {
	height: auto;
	min-height: 1%;
}

#sidePanel.builder {
	min-height: 40%;
	max-height: 60%;
}

#descriptionPanel {
    position: relative;
    top: 0;
    left: 0;
    border-bottom: 1px solid black;
    height: 100%;
    background-color: #ececec;
    z-index: 99;
}

#descriptionPanel.single {
    height: 100%;
}

#textEditPanel {
    display: none;
    width: 99% !important;
}

#textEditPanel.builder {
    display: block;
}

#descriptionTitle {
    height: 0;
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
    padding: 0 15px 0px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

body.builder-mode #descriptionTitle {
	border: 1px dotted grey;
	margin: 0 15px 15px 15px;
	padding: 8px 0 8px 0;
}

#descriptionTitle.series {
    height: auto;
    display: block;
}

#descriptionTitle.series.builder {
	min-height: 50px;
}

#descriptionTitle.viewer {
    padding: 20px 15px 15px 15px;
    font-size: 23px;
}

#descriptionContent {
    height: 100%;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 17px;
    font-family: 'Raleway',sans-serif;
	padding: 15px 15px 15px 15px;
}

#descriptionContent2 {
    height: 100%;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 17px;
    font-family: 'Raleway',sans-serif;
    padding: 15px 15px 15px 15px;
}

/*#descriptionContent.series.legend{
	position: absolute;
	bottom: 0;
}*/

body.builder-mode #descriptionContentInner {
	border: 1px dotted grey;
	height: 100%;
	min-height: 150px;
}	
	
#descriptionContentInner ul{
    padding: 0px 0px 0px 35px;
}

#descriptionContentInner a{
	text-decoration: none;
    color: #444;
}

#descriptionContentInner a:hover{
    color: #e6e600;
}


body.builder-mode #descriptionContent.builder.series {
    height: 55% !important;
	left: 0;
	right: 0;
}

#description ul {
    margin: 0px;
    padding-left: 40px;
}

#legendPanel {
    position: relative;
    left: 0;
    top: 0px;
    height: 0%;
    padding: 0px 0px 0px 0px;
    background-color: white;
    z-index: 99;
    overflow-x: hidden;
    font-size: 90%;

}

#legendPanel.only{
    min-height: 0% !important;
    max-height: 100% !important;
}

#legendTitle {
    position: absolute !important;
    left: 0;
    height: 0px;
    width: 100%;
    background-color: white;
    color: white;
    z-index: 99;
    text-align: center;
    vertical-align: middle;
    display:none;

}

#legend0 {
    left: 0;
    width: 50%;
    height: 0%;
    float: left;
}

#legend1 {
    width: 50%;
    height: 0%;
    float: right;
}

#sidePanelTabImg {
    top: 50%;
    cursor: pointer;
    height: 45px;
    right: -25px;
    margin-top: -22px;
    position: absolute;
    width: 25px;
    background: url('../../../../../resources/icons/sprite-icons.png') -536px 0;
    z-index: 99;
    opacity: 0.75;
}

#sidePanelTabImg:hover {
    opacity: 1;
}

#sidePanelTabImg.closeImg {
    background: url('../../../../../resources/icons/sprite-icons.png') -536px -265px;
    opacity: 0.75;
}

#sidePanelTabImg.closeImg:hover {
    opacity: 1;
}

#sidePanelUnderTabImg {
    cursor: pointer;
    height: 25px;
    right: 50%;
    margin-right: -22px;
    position: absolute;
    width: 45px;
    background: url('../../../../../resources/icons/sprite-icons.png') -536px -190px;
    z-index: 99;
    display: none;
    opacity: 0.75;
}

#sidePanelUnderTabImg:hover {
    opacity: 1;
}

#sidePanelUnderTabImg.closeImg {
    background: url('../../../../../resources/icons/sprite-icons.png') -536px -455px;
    opacity: 0.75;
}

#sidePanelUnderTabImg.closeImg:hover {
    opacity: 1;
}

.mobile-view #sidePanel {
    display: none;
}

#mainMap_zoom_location.open{
    position: absolute;
    right: 520px;
}

#mainMap0_zoom_slider.open {
    position: absolute;
    left: 520px;
}

#mainMap1_zoom_slider.open {
    position: absolute;
    left: 520px;
}

#mainMap_zoom_location.closed{
    position: absolute;
    left: 170px;
}

#mainMap0_zoom_slider.closed {
    position: absolute;
    left: 170px;
}

#mainMap1_zoom_slider.closed {
    position: absolute;
    left: 170px;
}

/*Legend dijit override */
.esriLegendServiceLabel {
    display: block;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
   /* white-space: nowrap;*/
    width: 150px;
}

/* nicEdit link style adjustments */
.href{
    width: 206px !important;
}

.nicEdit-hrefLabel{
    text-align: left !important;
    float: none !important;
}