/* Misc override styles for single-map view */

.ui-wrapper {
	height: 110px;
	xmin-width:310px;
}


/* Absolute position tweaks for dropdown selectors */
/*
.theme-list-open {
min-width: 520px;
}
.focus-list-open {
top: 50px;
}

.focus-geo-options{
top:50px;
}

.household-wrapper {
top: 90px;
}

.theme-options {
z-index: 270;
min-width: 560px;
}
*/

.legend {
min-height: 240px; 
display: block;
}

.legendset img, .map-info-container img{
max-width:100%;
}

.amount{
color:#3498db;
}

.legendset table{
width:350px;
}

.legendset thead, .legendset th{
font-weight: normal;
color: #7C95A3;
xbackground-color: #789B9E;
xbackground-color:#F1F1F1;
font: 400 12px/13px Calibri, Arial, Helvetica, sans-serif;
letter-spacing:.03em;
text-align:left;
}

.legendset tr{
font: 400 12px/12px Calibri, Arial, Helvetica, sans-serif;
color:#666;
}

.legendset td.total{
padding-top:8px;
border-top:1px solid #999;

}



.legendset td.amt{
padding:2px 0px;
}


.legendset h3{
margin: 10px 20px 8px 0px;
background-color: #F1F1F1;
color: #7C95A3;
padding: 3px 6px;
border-radius: 4px;
color:#fff;
background-color: #007193;
}

.legendset ul{
	xlist-display:none;
	xdisplay:inline;
	list-style:none;
	padding:0px;
}
.legendset ul li{
display:inline-block;
padding:2px 3px 2px 0px;
color:#7C95A3;
}

.maptitleset{
padding:0px 20px 0px 10px;
/*border-bottom:1px solid #e2e2e2;*/
}

.maptitleset .description p.teaser-slug{
	font-size: 18px;
	color: #333333;
	margin-top:0px;
}

.maptitleset .description {
	padding:  5px;
	color:#666666;
	font-family: 'Lato', sans-serif;
}

.smaller_85 {
	font-size: 85%;
	padding: 0px 0px 5px 0px;
	line-height: 16px;
}

.mainmap-info-container{
padding:10px;
border-left:1px solid #f7f7f7;
xmin-height:100px;
padding-bottom: 22px;
}


#themedesc1{
color: #8a8a8a;
}


#sharewindow {
position: absolute;
display: none;
top: 200px;
left: 50%;
width: 500px;
margin-left: -250px;
background: #fff;
border:1px solid #999;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.7);
-moz-box-shadow: 0 10px 10px rgba(0,0,0,.7);
box-shadow: 0 10px 10px rgba(0,0,0,.7);
z-index: 9999;
}

.sharecontent h3 {
margin: 4px 0;
font: 400 18px/22px 'Muli', Arial, Helvetica, sans-serif;
color: #777;
}

.shareinput {
margin: 10px 0;
width: 100%;
background: #FFFFFF;
border: 1px solid #C5C5C5;
padding: 4px;
color: #3498db;
font-size: 14px;
border-radius: 4px;
}

.sharewindowclose {
position: absolute;
top: 16px;
right: 16px;
display: block;
width: 18px;
height: 18px;
background-image: url(../images/share-window-close-sm.png);
font-size: 1px;
}

#col1 {
	width:400px;
	/*height: 620px;*/
	float: left;
	/*overflow: scroll;*/
}
#col2 {
	width:auto;
	float:none;
	padding-right:4px;
	margin-left:400px;
}
#legend-set-placeholder {
	padding: 10px;
	/*font-style: italic;*/
}

#legend-set-placeholder ul{
	list-style:none;
}

#legend-set-placeholder  ul li{
	padding-top: 10px;
}

#legend-set-placeholder  ul li a{
	text-style:normal;
	color:#3498db;
}

#legend-set-placeholder  ul li a:hover{
	color:#2383c4;
}


.themename{
/*padding-bottom:5px;*/
}

.themename a{
color: #fff;
background-color: rgb(52, 152, 219);
padding: 1px 6px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
font-size: 15px;
display: inline;

}

.themename a:hover{
background-color:#2383c4;
}


