﻿/* Sfondo della tile */
.TileBackground {
  fill: #33B2D7;
}
/* Testo */
.TileText {
  fill: white;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
/* Titolo */
.TileTitle.TinyTile {
  font-size: 1em;
}
.TileTitle.SquareTile {
  font-size: 1.5em;
}
.TileTitle.WideTile,
.TileTitle.LargeTile {
  font-size: 2em;
}
/* Elemento che ospita i contenuti */
.TileContainer {
  padding: 10px;
}
span.Language img {
  display: none;
}
.popover-content span.Language {
  margin-bottom: 4px;
  display: block;
  position: relative;
}
.popover-content span.Language a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  right: 0;
}
.popover-content span.Language:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  color: transparent;
}
.popover-content span,
.popover-content span.Language.selected:before {
  color: #33B2D7;
}
.popover-content span.Language:after {
  content: attr(title);
  margin-left: 5px;
  vertical-align: middle;
}
a.Footer.languageSelector {
  float: none;
}
.languageSelector,
.languageSelector i {
  margin-left: 5px;
  font-size: 0.9em;
}
.footer_left .date {
  margin-left: 8px;
  margin-right: 8px;
}
.table > thead > tr > th {
  border-bottom: none;
}
.table > tfoot > tr > td {
  padding: 14px 0;
}
iframe[src=""] {
  display: none;
}
.container-margin {
  margin-bottom: 78px;
}
.footerLeftBlock,
.footerRightBlock {
  text-align: none;
  margin-bottom: 10px;
}
.footerRightBlockContainer {
  display: block;
  float: right;
}
.footerLeftBlockContainer {
  display: block;
  float: left;
}
.dnnpane.pre_defined_color {
  padding: 8px 6px 6px 6px;
}
.userlivetiles.row {
  margin-top: 1em;
  margin-left: 0;
}
/* Pagine di configurazione */
.userlivetiles.commands {
  margin-top: 1em;
}
.userlivetiles.commands .dropdown-menu {
  z-index: 1061;
}
.userlivetiles.commands .dropdown-menu li {
  list-style-type: none;
}
/* Pagine di configurazione - FINE */