﻿/*! Copyright Mirakelbolaget - www.mirakel.nu */
/* ovanstående kommentar (med ! i början) kommer inte minifieras */

.drift-news-title {
	font-weight: bold;
}
.drift-news-timestamp {
	font-size: 70%;
	font-style: italic;
}
.drift-news-text {
	font-size: 90%;
	margin-bottom: 3px;
	white-space: pre-line;
}
.drift-map-title {
	font-size: 100%;
}
.drift-map-title.drift-ver2, .drift-map-title.drift-ver3 {
	font-size: 125%;
}
.drift-map-map {
	border: 1px solid #a0a0a0;
	height: 100%;
}
.drift-map-map.drift-ver2, .drift-map-map.drift-ver3 {
	height: 400px;
}
.drift-map-content {
	height: 100%;
	overflow: auto;
}
.drift-map-content.drift-ver2, .drift-map-content.drift-ver3 {
	height: auto;
}
.drift-map-info {
	width: 30%;
	font-size: 80%;
	line-height: normal;
}
.drift-map-info.drift-ver2, .drift-map-info.drift-ver3 {
	width: auto;
	font-size: medium;
}
.drift-map-tooltip {
    background-color: rgba(255,255,255,.6);
    padding: 1px 10px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-right: 100px;
}
.drift-map-tooltip.drift-ver3 {
	white-space: nowrap;
}
.drift-map-tooltip:before, .drift-map-tooltip:after {
    content: "";
    position: absolute;
    bottom: -10px;
    border: 0;
    border-bottom-width: 10px;
    border-style: solid;
    width: 0;
    border-color: transparent rgba(255,255,255,.6);
}
.drift-map-tooltip:before {
    left: 15px;
    border-left-width: 5px;
}
.drift-map-tooltip:after {
    left: 10px;
    border-right-width: 5px;
}
.drift-map-info-item {
	border-radius: 3px;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 2px;
}
.drift-map-info-item-planned {
	background-color: #f0fff0;
	border-color: #d0ffd0;
}
.drift-map-info-item-unplanned {
	background-color: #fff0f0;
	border-color: #ffd0d0;
}
.drift-map-info-type {
	font-size: 150%;
	font-weight: bold;
}
.drift-map-info-place {
	font-size: 150%;
	font-weight: bold;
}
.drift-map-info-date {
	font-size: 80%;
}
.drift-map-info-title {
	font-weight: bold;
	margin-top: 3px;
}
.drift-map-info-timestamp {
	font-size: 80%;
	font-style: italic;
}
.drift-map-info-text {
	margin-bottom: 5px;
	white-space: pre-line;
}
.drift-map-legend {
	margin-bottom: 6px;
	width: 70%;
}
.drift-map-legend.drift-ver2, .drift-map-legend.drift-ver3 {
	width: auto;
	display: inline-block;
}
.drift-map-legend.drift-ver3 div {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-left: 3px;
}
.drift-map-legend.drift-ver3 div:nth-of-type(1) {
	background-color: red;
}
.drift-map-legend.drift-ver3 div:nth-of-type(2) {
	background-color: green;
}
.drift-map-legend.drift-ver3 span {
	margin-left: 3px;
	margin-right: 6px;
}
.drift-map-inputs {
	margin-bottom: 4px;
}
.drift-map-inputs.drift-ver2, .drift-map-inputs.drift-ver3 {
	display: inline-block;
}
.drift-map-inputs input[type="checkbox"] {
	margin: 3px 3px 3px 4px;
}
.drift-map-date {
	font-size: 80%;
	float: right;
}
.drift-map-date.drift-ver2, .drift-map-date.drift-ver3 {
	font-size: 70%;
}
