
.tile-group {
  margin: 0;
  margin-right: 80px;
  float: left;
  width: auto;
  height: auto;
  min-height: 1px;
  width: 802px;
}
.tile {
  display: block;
  float: left;
  background-color: #525252;
  width: 120px;
  height: 120px;
  cursor: pointer;
  box-shadow: inset 0px 0px 1px #FFFFCC;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 11pt;
  letter-spacing: 0.02em;
  line-height: 14pt;
  font-smooth: always;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.tile .offset1tile {
  margin-left: 160px;
}
.tile .upset1tile {
  margin-top: -160px;
}
.tile .offset1tile {
  margin-left: 320px;
}
.tile .upset1tile {
  margin-top: -320px;
}
.tile * {
  color: #ffffff;
}
.tile .tile-content {
  width: 100%;
  height: 100%;
  padding: 0;
  padding-bottom: 30px;
  vertical-align: top;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 9pt;
  font-smooth: always;
  line-height: 11pt;
  color: #000000;
  color: #ffffff;
  line-height: 16px;
 
}
.tile .tile-content:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tile .tile-content:active {
  color: rgba(0, 0, 0, 0.4);
}
.tile .tile-content:hover {
  color: #ffffff;
}
.tile .tile-content h1,
.tile .tile-content h2,
.tile .tile-content h3,
.tile .tile-content h4,
.tile .tile-content h5,
.tile .tile-content h6 {
  font-size: 14pt;
}
.tile .tile-content h1,
.tile .tile-content h2,
.tile .tile-content h3,
.tile .tile-content h4,
.tile .tile-content h5,
.tile .tile-content h6,
.tile .tile-content p {
  padding: 0;
  margin: 0;
  line-height: 24px;
}
.tile .tile-content h1:hover,
.tile .tile-content h2:hover,
.tile .tile-content h3:hover,
.tile .tile-content h4:hover,
.tile .tile-content h5:hover,
.tile .tile-content h6:hover,
.tile .tile-content p:hover {
  color: #ffffff;
}
.tile .tile-content p {
  font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 9pt;
  font-smooth: always;
  line-height: 11pt;
  color: #000000;
  color: #ffffff;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
 }
.tile .tile-content p:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tile .tile-content p:active {
  color: rgba(0, 0, 0, 0.4);
}
.tile .tile-content p:hover {
  color: #ffffff;
}
.tile.icon > .tile-content {
  padding: 0;
}
.tile.icon > .tile-content > img {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

.tile.icon > .tile-content > i {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 30%;
  left: 50%;
  margin-left: -32px;
  font-size: 64px;
  -webkit-margin-before: -6px;
}
.tile.image > .tile-content,
.tile.image-slider > .tile-content {
  padding: 0;
}
.tile.image > .tile-content > img,
.tile.image-slider > .tile-content > img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}
.tile.image-set > .tile-content {
  margin: 0;
  padding: 0;
  width: 25% !important;
  height: 50%;
  float: left;
  border: 1px #1e1e1e solid;
}
.tile.image-set > .tile-content > img {
  min-width: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.tile.image-set .tile-content:first-child {
  width: 50% !important;
  float: left;
  height: 100%;
}
.tile.double {
  width: 310px;
}
.tile.triple {
  width: 470px;
}
.tile.quadro {
  width: 630px;
}
.tile.double-vertical {
  height: 310px;
}
.tile.triple-vertical {
  height: 470px;
}
.tile.quadro-vertical {
  height: 630px;
}
.tile .brand,
.tile .tile-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: transparent;
  *zoom: 1;
}
.tile .brand:before,
.tile .tile-status:before,
.tile .brand:after,
.tile .tile-status:after {
  display: table;
  content: "";
}
.tile .brand:after,
.tile .tile-status:after {
  clear: both;
}
.tile .brand > .badge,
.tile .tile-status > .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  right: 5px;
  margin-bottom: 0;
  color: #ffffff;
  width: 34px;
  height: 28px;
  text-align: center;
  font-family: 'Segoe UI Semibold', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 11pt;
  letter-spacing: 0.01em;
  line-height: 13pt;
  font-smooth: always;
  padding-top: 3px;
}.tile .brand > .name,
.tile .tile-status > .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 15px;
  font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 9pt;
  font-smooth: always;
  line-height: 11pt;
  color: #ffffff;
}
.tile .brand > .name:hover,
.tile .tile-status > .name:hover {
  color: #ffffff;
}
.tile .brand > .name > [class*=icon-],
.tile .tile-status > .name > [class*=icon-] {
  font-size: 24px;
}
.tile .brand > .icon,
.tile .tile-status > .icon {
  margin: 5px 15px;
  width: 32px;
  height: 32px;
}
.tile .brand > .icon > [class*=icon-],
.tile .tile-status > .icon > [class*=icon-] {
  font-size: 32px;
}
.tile .brand > .icon > img,
.tile .tile-status > .icon > img {
  width: 100%;
  height: 100%;
}
.tile .brand > img ~ .text,
.tile .tile-status > img ~ .text {
  position: absolute;
  left: 60px;
  width: auto;
}
.tile .brand > .text,
.tile .tile-status > .text {
  position: relative;
  left: 8px;
  top: 5px;
  right: 50px;
  font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 9pt;
  font-smooth: always;
  line-height: 11pt;
  color: #000000;
  color: #ffffff;
  line-height: 14px;
  width: 60%;
  padding: 0;
  margin: 0;
}
.tile .brand > .text:hover,
.tile .tile-status > .text:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tile .brand > .text:active,
.tile .tile-status > .text:active {
  color: rgba(0, 0, 0, 0.4);
}
.tile .brand > .text:hover,
.tile .tile-status > .text:hover {
  color: #ffffff;
}
.tile:hover {
	opacity:0.8;
}

/* Tiles*/
.mini .tile{
	width:70px;
	height:70px;
	margin: 0px 10px 10px 0 !important;
}
.mini  .tile a .tile-content img{
	width:40px;
	height:auto;
	margin-top:4px;
}
.mini  .tile .name{
	visibility:hidden;
}

/*Temperature*/
.temperature_var{
	height:55px;
	width:100%;
	background-color:red;
	line-height:55px;
	font-size:30px;
	color:#ffffff;
	text-align:center;
	margin: 0 10px 10px 0;

}
.temperature_var:hover{
	opacity:0.8;
}
.temperature{
	height:110px;
	width:100%;
	background-color:#606060;
	line-height:110px;
	font-size:50px;
	color:#ffffff;
	text-align:center;
	margin: 0 10px 10px 0;
}
