body {
	margin: 0; 
	padding: 0;
}

td { 
    padding: 10px;
}            

#map-container {
	position: absolute;
	width: 6000x; 
	height: 4000px;
	top: 0px;
	left: 0px;
}
.map { 
	position: relative; 
}

.map-info-container {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1000;
}

.table-info-container-top {
	padding-top: 30px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.table-info-container {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.info-box {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	border-radius: 3px;
	z-index: 1000;
	font-family: "Times New Roman", Times, serif;
}

.radar-info-small {
	display: inherit;
}

.time-info {
	font-size: 22px;
	font-weight: bold;
	line-height: 18px;
	border-radius: 3px;
}

.time-info-small {
	font-size: 12px;
	font-weight: bold;
	line-height: 8px;
	border-radius: 3px;
}

.info-text {
	text-align: center;
	padding: 5px;
}

.radar-info-text {
	text-align: center;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 18px;
}

.radar-info-text-small {
	text-align: center;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	line-height: 6px;
}

table {
    border-collapse: collapse;
}
th, td {
    padding: 0;
}

.feature-label {
    position: absolute;
    background-color: transparent;
	border: none;
	box-shadow: none;
	text-align: center;
}

.temperature-box {
    background-color: transparent;
	text-align: center;
	font-family: 'Arial Unicode MS';
	font-size: 20px;
	font-weight: 900;
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.name-box {
    background-color: transparent;
	text-align: center;
	font-family: 'DIN Offc Pro Italic', 'Arial Unicode MS Regular';
	font-size: 14px;
	font-style: italic;
}

table {
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0px;
}

.box-span {
    padding-top: 7px;
    display: block;
    line-height: .65;
    position: relative;
}

.box-cluster-span {
    display: block;
    line-height: .65;
    position: relative;
}

.my-cluster {
	background-color: transparent;
	width: auto;
	height: auto;
	top: -25px;
	left: -25px;
}

.circle {
  position: absolute;
  top: 35px;
  left: 40px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  z-index: 10;
}

.circle-low {
  background-color: rgba(110, 204, 57, 0.6);
}

.circle-medium {
  background-color: rgba(240, 194, 12, 0.6);
}

.circle-high {
  background-color: rgba(253, 156, 115, 0.6);
}

.info-div {
	padding: 20px;
}

.button-day {
	font-weight: 900;
}

.button-highlighted {
	background-color: yellow;
}

.slide-container {
	position: absolute;
	bottom: 30px;
	left: 60px;
	z-index: 1000;
}

.position-container {
	position: absolute;
	bottom: 105px;
	left: 10px;
	z-index: 1000;
	width: 31px;
	height: 31px;
	border: 1px solid black;
	background-color: white;
}

.position-button {
	width: 100%;
	height: auto;
}

.slider {
}

.temperatures-table tr td {
	border: 1px solid black;
}

.location-weather table tr td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}

.location-weather-table {
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
}

.location-weather-table tr td {
	border: 0px solid black;
}

.location-weather-container {
	width: 100%;
    max-width: 500px;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    overflow: scroll;
    background-color: white;
}

.location-weather {
    width: 100%;
	height: 100%;
    max-width: 500px;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: white;
}

.location-weather-selected-container-top {
	width: 100%;
	background-color: #ffecb3;
}

.location-weather-selected-container {
	width: 100%;	
}

.location-weather-selected-info-container {
	width: 100%;	
}

.location-weather-selected-body {
	width: 100%;	
}

.location-weather-selected-data {
	width: 100%;	
}

.location-weather-selected-data td {
	text-align: center;	
}

.location-weather-selected-control {
	width: 100%;
	background-color: #f2f2f2;	
}

.location-weather-selected-control tr td {
	border: 1px solid #e6e6e6;
}

.location-weather-selected-control td {
	text-align: center;	
}

.location-weather-per-days-table {
	width: 100%;
}

.location-weather-per-days-table tr.hour-table-row td {
	text-align: center;	
}

.location-weather-per-days-table tr.weather-data-row td {
	text-align: center;	
}

.weather-data-table {
	width: 100%
}

.weather-data-table td {
	text-align: center;
}

.hour-table-column {
	text-align: center;	
}

.red-background {
	background-color: #ffe6e6;
}

.blue-background {
	background-color: #e6f7ff;	
}

.yellow-background {
	background-color: #ffff99;
}

.weather-loc-image {
	width: 100%;	
	height: auto;	
}

.weather-loc-main-image {
	width: 100%;
	max-width: 50px;	
	height: auto;	
}

.loc-weather-name {
	font-weight: bold;	
}

.loc-weather-time {
	
}

.weather-day-info {
	background-color: #e6e6e6;
}

.close-button-container {
	text-align: right;
	vertical-align: top;
}

.close_button {
	width: 40px;
	height: auto;
}

.loc-current-temp {
	font-weight: bold;
}

.hour-table-row {
	background-color: #f2f2f2; 
}

.prp-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.prp-container {
  position: relative;
  text-align: center;
}

/*
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 35px;
}
*/

.leaflet-control-zoom  {
    bottom: 25px;
}

.location-weather-selected-title {
	text-align: center;
	vertical-align: middle;
	background-color: #f6df9c;
	height: 30px;
}