/*---- weather ----*/
.weather {
float: left;
width: 100%;
text-align: center;
}
.weather p {
	margin: 0;
	padding: 0;
}
.weather .icon {
  float: left;
  width: 40%;
  padding-left: 2%;
	overflow: hidden;
}
.weather .icon img{
	display: block;
	margin: 0 auto;
}
.weather .temp {
  float: right;
  width: 56%;
  padding-right: 2%;
	overflow: hidden;
}
.weather p.descTemp {
	margin: .4em 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
}
.weather .today {
  float: left;
  background: red
  overflow: hidden;
	padding: 1em 6px 0;
	width: 192px !important;
	width/**/: 180px;
	height: 116px;
	background: transparent url(/images/ski_station/temp_bg.png) no-repeat;
}
.weather .weather_com {
float: left;
padding-top: 86px;
padding-left: 4px;
width: 32px;
height: 32px;
}
/*
.forecast {
	margin: 1em 0 0 0;
	padding: .2em .5em;
	float: left;
	background: #EEE;
}
.forecast h1 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	margin-bottom: .2em;
	text-align: center;
	border-bottom: 1px solid #777;
}
.forecast p.descTemp {
	font-size: 1.5em;
}
*/
/*---- Pistes ----*/
.pistes {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 3%;
	padding-bottom: 2em;
}
.pistes h1 {
border-bottom: none;
}
.pistes .pistes_status ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
.pistes table {
	border: none;
	border-collapse: collapse;
	text-align: center;
	width: 252px;
	
}
.pistes thead {
	border: none;
	font-size: 1.2em;
	padding: .3em;
	color: #333;
	
}
.pistes td {
	padding: .2em;
	border: none;
}
.pistes td.name {
	text-align: left;
	padding: .3em .5em;
}
.pistes td.status {
	text-align: center;
	vertical-align: middle;
	padding: 0 .5em;
}
.pistes td.status img {
	vertical-align: middle;
}
.pistes tr.odd {
	background: #FFF;
}
.pistes tr.even {
	background: #DDD;
}

/*------------------------
ADMIN
------------------------*/

form {
  margin: 1em 0;
}

.new_lift {
clear: both;
}
.new_station {
clear: both;
}
.loading {
clear: both;
}
.lift_item {
float: left;
width: 80%;
padding: 5px 0;
position: relative;
}
.lifts .impair {
  background: #efefef
}

.lift_item .lift_actions {
  float: left;
  width: auto;
  position: relative;
}
.lift_item .actions {
  padding: 0;
  position: relative;
}

.lift_heading .content {
  float: left;
  position: relative;
}
.lift_heading .content .lift_status {
  float: left;
  width: 40px;
}
.lift_heading .content .lift_status a:hover {
  background: none;
}
.lift_heading .content .name {
  float: left;
  width: 200px;
}

.station_info li {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
#stations .slot {
width: 100%;
}
#lift_reordering {
  width: 100%;
  overflow: hidden;
}
.station_sort_item,
.lift_sort_item {
  float: left;
  width: 100%;
  white-space: nowrap;
  padding: 2px 0;
}
.lift_sort_item {
  padding-left: 1em;
}
.lift_sort_item .name {
  float: left;
  display: inline;
  line-height: 21px;
}
.lift_sort_item .handler {
  float: left;
  display: inline;
  cursor: s-resize;
  padding-right: 5px;
}
.station_sort_item {
  font-weight: bold;
  font-size: 1.1em;
}
.station_sort_item .name {
  float: left;
  display: inline;
  line-height: 21px;
}
.station_sort_item .handler {
  float: left;
  display: inline;
  cursor: s-resize;
  padding-right: 5px;
}