/* @override http://snoscooter.no/norgeskart/dev/resources/styles.css */

/* @override http://snoscooter.no/norgeskart/dev/resources/styles.css */

/* @override 
    http://snoscooter.no/norgeskart/styles.css */

@import url(sprites.css);
@import url(parties/sprites.css);
@import url(status/sprites.css);

body {
    padding: 0;
    margin: 0;
}

html, body, #map {
    height: 100%;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 400px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.color-1 {
    color: #0078FA;  
}
.color-2 {
    color: #15abd4;  
}
.color-3 {
    color: #ED1F23;  
}

.comment {
    color: #888888;
    float: left;
    width: 300px;
    padding-top: 10px;
    margin-bottom: 10px;
}


.sup { 
	vertical-align: top; 
	font-size: 0.7em;
	position: relative;
	top: -0.3em;
	 
}


.leaflet-touch .leaflet-bar {
    box-shadow: none;
    border: 4px solid rgba(0,0,0,0.3);
}

.leaflet-bar a.leaflet-control-touchhover-toggled {
    background: #0fac00;
}

.legend {
    width: 250px;
}

.legend ul {
    margin: 0px;
    -webkit-padding-start: 25px;
}

.legend ul li {
    list-style: none;
    line-height: 21px;
}

.legend .content {
    background: url(bg.png) no-repeat left center;
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    height: 86px;
    font-style: italic;
}

.legend .content ul li span.status_number {
    display: block;
    width: 20px;
    text-align: right;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}
.info-content .header {
    font-size: 12px;
}
.info-content .header h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    padding-top: 10px;
    font-style: normal;
}

.info-content .header .subtitle {
    font-style: italic;
    width: 200px;
    float: left;
    display: block;
    margin-top: -12px;
	border-top: 1px solid #333;
}

.info-content .header .mayor {
	float: right;
	display: block;
}

.info-content h2 {
    height: 22px;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 0px;
    clear: both;
}

.info-content p {
	margin-top: 0px;
	font-size: 1.1em;
	font-style: italic;
}

.info-content ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#links {
	list-style: disc;
	margin-left: 5px;
	
}

ul#links li {
	margin: 0px 0px 10px 5px;
	padding: 0;
}

ul#stats {
	font-size: 12px;
}

ul#stats li {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 1px;
	color: gray;
}

ul#stats li.capitant {
	color: black;
}

ul#stats li.refoslo {
	color: red;
	font-style: italic;
	float: none;
}

ul#stats span.strong {
font-weight: bold;

}

.info-content ul li {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}




@media all and (max-width: 767px) {

.info {
    width: 220px;
    font-size: 12px;
}

.info-content h2 {
    font-size: 13px;
    background: none;
    line-height: 13px;
    height: 13px;
}

.info-content p {
	margin-top: 5px;
}

.info-content ul {
	margin: 0;
}

.mayor {
	text-align: right;
	margin-bottom: 5px;
}

.info-content .header .subtitle {
    width: 125px;
    border: none;
}

.legend ul li {
    font-size: 11px;
}



}
/** Hide for iPhone 4,4S & 5 **/
@media all and (max-width: 641px) {
    .legend {
        display: none;
    }
}