/*
 * map
 */

#local_mapcontainer {
	position: relative;
}

#local_mapcontainer #local_weathermap {
	width: 100%;
}



/*
 * weatheroverview 
 */

#local_weatheroverview {
	width: 100%;
	background-color: white;
	position: relative;
	height: 135px;
}

#local_buttonbox {
	position: absolute;
	left:14px;
	top:11px;
}

.local_button {
	width: 45px;
	height: 45px;
    cursor: pointer;
}

#local_date {
	font-size: 14px;
	color: #333;
	position: absolute;
    bottom: 48px;
    left: 14px;
}

#local_location {
	font-size: 32px;
	font-weight: bold;
	position: absolute;
    bottom: 5px;
    left: 14px;
}


#local_weathericon {
	width: 90px;
	height: 90px;
	position: absolute;
	right: 2px;
	bottom: 42px;
}

#local_weathericon img{
	width: 90px;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}


#local_temperature {
	font-size: 32px;
	position: absolute; 
	bottom: 6px;
	right: 14px;
}

#local_figure {
	width: 75px;
    height: 75px;
	position: absolute;
	right: 92px;
	bottom: 15px;
}

#local_figure img{
	width: 75px;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}


/*
 *  sun_rain_wind
 */

#local_sun_rain_wind {
	width: 100%;
    text-align: center;
    background-color: #F6F4F7;
    display: inline-block;
	border-bottom: 1px solid #E8E6E9;
	border-top: 1px solid #E8E6E9;
}

.local_sun_rain_wind_box {
    width: 33%;
    float: left;
}

.local_sun_rain_wind_icon {
    vertical-align: middle;
    height: 45px;
   	padding: 10px 10px 10px 0px;
}

/*
 * weatherforecast
 */
#local_weatherforecast {
	position: relative;
    /*width: 100%;*/
	/*height: 425px;*/
    background-color: white;
}

/*
 *  weatherforecast_legend
 */

#local_weatherforecast_legend {
	/*height: 425px;*/
	width: 70px;
	background-color: white;
	border-right: 1px solid #E8E6E9;
	float: left;
}

.local_weatherforecast_legend_box {
    position: relative;
	height: 60px;
}

.local_weatherforecast_legend_box img{
	width: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


/* Weatherfigure */
#local_weatherforecast_legend_figurebox, #local_weatherforecast_data_box_figure_today, #local_weatherforecast_data_box_figure_tomorrow, #local_weatherforecast_data_box_figure_2days, #local_weatherforecast_data_box_figure_3days, #local_weatherforecast_data_box_figure_4days, #local_weatherforecast_data_box_figure_5days, #local_weatherforecast_data_box_figure_6days{
	display: none;
}

/*
 *  weatherforecast_data
 */

#local_weatherforecast_data_container {
	/*height: 425px;*/
	overflow-x: scroll;
    /*overflow-y: hidden;*/
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}


#local_weatherforecast_data {
	/*height: 425px;*/
	width: 875px;
}


.local_weatherforecast_data_col {
	width: 125px;
	/*height: 425px;*/
	background-color: white;
	border-right: 1px solid #E8E6E9;
	float: left;
	cursor: pointer;
}

.local_weatherforecast_data_box {
	text-align: center;
    position: relative;
	height: 60px;
}

 .local_graph_box{
 	margin-bottom: 15px;
 }

 .local_temp_box{
 	margin-bottom: 5px;
 }

.local_weatherforecast_data_box_wind {
	text-align: center;
    position: relative;
	height: 60px;
}
/*
 *  weatherforecast_data day
 */

.local_weatherforecast_data_daycontainer {
	height: 30px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.local_weatherforecast_data_day {
	font-size: 15px; 
}

.local_weatherforecast_data_date {
	font-size: 12px;
	color: #b6b6b6;
}

.local_weatherforecast_data_box img{
	width: 60px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.figure img{
	width: 52px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
    
.local_weatherforecast_data_box_wind img{
	width: 30px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 20px;
    right: 0;
    left: 0;
}

.local_weatherforecast_data_box_wind span{
    position: absolute;
	top: 38px;
	bottom: 0;
    right: 0;
    left: 0;
}

.local_weatherforecast_data_tempcontainer {
	height: 42px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.local_weatherforecast_data_temp {
	font-size: 22px;
	padding-right: 15px;
}

.local_weatherforecast_data_tempdown {
	font-size: 15px;
	padding-left: 40px;
}

.local_weatherforecast_data_box canvas {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 10px;
    width: 100px;
	
}

.local_weatherforecast_data_box_scales {
	width: 119px!important;
}

/*
 * scrollbar
 */

::-webkit-scrollbar
{
  height: 2px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: white;
}

::-webkit-scrollbar-thumb
{
  background: #C1C1C1;
}

/*
 * local_report
 */

#local_report_box {
	height: 45px;
	background-color: #F6F4F7;
	border-bottom: 1px solid #E8E6E9;
	border-top: 1px solid #E8E6E9;
	cursor: pointer;
}

#local_report_icon {
	float: left;
	width: 70px;
	height: 44px;
	position: relative;
}

#local_report_icon img{
    width: 32px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#local_report_title {
	float: left;
	height: 44px;
	display: table;
}

#local_report_title span {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

#local_report_arrow {
 	height: 44px;
 	width: 70px;
 	float: right;
	position: relative;
}

#local_report_arrow img {
	font-size: 16px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#local_report_textcontainer {
	background-color: white;
    padding: 10px 10px 5px 10px;
}

.local_report_text_title {
	font-weight: bold;
}

.collapsing {
	width: 100%;
}


.collapse {
	
}

/*
 * local_weathercam
 */

#local_weathercam_box {
	height: 45px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #E8E6E9;
	border-top: 1px solid #E8E6E9;
}

#local_weathercam_icon {
	float: left;
	width: 70px;
	height: 45px;
	position: relative;
}

#local_weathercam_icon img{
    width: 32px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#local_weathercam_title {
	float: left;
	height: 45px;
	display: table;
}

#local_weathercam_title span {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

#local_weathercam_camcontainer {
	background-color: #f5f5f5;
}

#local_weathercam_picture {
	overflow-x: scroll;	
	overflow-y:	auto;
	-webkit-overflow-scrolling: touch;
    /*max-width: 640px;*/
    width: 100%;
    margin: auto;
}

#local_weathercam_camcontainer img {
    max-width: 640px;
    margin: auto;
    display: block;
    /*width: 100%;*/
}


/*
 * Searchbutton 
 */
#local_search_icon.appear{
	max-height: 54px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#local_search_icon.disappear{
	overflow-y: hidden;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	-ms-transform: translate(0px,84px); /* IE 9 */
    -webkit-transform: translate(0px,84px); /* Safari */
    transform: translate(0px,84px); /* Standard syntax */
}

#local_search {
    position: fixed;
    width: 54px;
    bottom: 0px;
    height: 84px;
    right: 20px;
    overflow-y: hidden;
    z-index: 10;
}

#local_search img{
    cursor: pointer;
    width: 54px;
	height: 54px;
}
