/* STILI MEGADESK */

.alert-red {
  color:#FF0000;
}
.alert-orange {
  color:#FFA300;
}
.alert-green {
  color:#00B700;
}

.bg-letta {
  background-color: #eeeeee;
}

.clear {
  clear: both;
}
.chart-title {
  background-color: #ececec;
  padding: 7px;
  margin: 0px -8px 5px -8px;
}

.infotooltip {
  color: rgb(202, 202, 202);
  font-size: 22px;
  float: right;
  border: 0;
  background-color: #ececec;
  padding: 0px 5px;
}

.popover {
  background-color: #1ab394 !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  color: #fff;
}

.popover.top > .arrow:after {
  border-top-color: #1ab394 !important;
}

button:active {
  outline: none;
  border: none;
}
button:focus {
  outline: 0;
}

/* ***** Statistiche campagne ***** */
.with-sidebar {
  padding-right: 290px;
  padding-top: 20px;
}
.with-sidebar .primary {
  float: left;
  width: 100%;
}

.campaign-report {
  position: relative;
}
.campaign-report .graph-legend-top {
  font-size: 11px;
}
.campaign-report .graph-legend-top .opens {
  background: transparent url(../images/megadesk/legend-green.gif) 0 center no-repeat;
  padding-left: 14px;
}
.campaign-report .graph-legend-top .clicks {
  background: transparent url(../images/megadesk/legend-blue.gif) 10px center no-repeat;
  padding-left: 24px;
}
.campaign-report .graph-legend-top .shares {
  background: transparent url(../images/megadesk/legend-red.gif) 10px center no-repeat;
  padding-left: 24px;
}
.campaign-report .graph-time, .campaign-report .graph-trends {
  height: 250px;
  width: 100%;
}
.campaign-report .graph-pie {
  height: 180px;
}
.campaign-report .graph-legend .item {
  padding: 0px 0px 20px 16px;
}
.campaign-report .graph-legend .item-top {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding: 0px;
}
.campaign-report .graph-legend .item.green {
  background: transparent url(../images/megadesk/legend-green.gif) left 10px no-repeat;
}
.campaign-report .graph-legend .item.red {
  background: transparent url(../images/megadesk/legend-red.gif) left 10px no-repeat;
}
.campaign-report .graph-legend .item.blue {
  background: transparent url(../images/megadesk/legend-blue.gif) left 10px no-repeat;
}
.campaign-report .graph-legend .value {
  font-size: 18px;
  font-weight: bold;
  margin-right: 3px;
}
.campaign-report .graph-legend .description {
  color: #888;
  font-size: 11px;
  margin-top: 4px;
}
.campaign-report .statistics {
  color: #888;
}
.campaign-report .statistics .item-top {
  border-bottom: 1px solid #eee;
  color: #000;
  margin-bottom: 20px;
  padding: 0px;
}
.campaign-report .statistics .item {
  font-size: 11px;
  margin-bottom: 12px;
}
.campaign-report .statistics .value {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin-right: 3px;
}

.table-list th {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFE5E5E5', GradientType=0);
  border: 1px solid #e0e0e0;
  border-top: 2px solid #e0e0e0;
  color: #444;
  padding: 12px 10px;
}

.with-sidebar .sidebar {
  border-left: 1px solid #eee;
  float: left;
  margin-top: -20px;
  margin-left: 20px;
  margin-right: -290px;
  padding: 20px;
  width: 269px;
}
.sidebar .links a.pie {
  background-image: url(../images/megadesk/pie.png);
}
.sidebar .links a.recipient {
  background-image: url(../images/megadesk/recipient.png);
}
.sidebar .links a.absplit {
  background-image: url(../images/megadesk/absplit.png);
}
.sidebar .links a.pdf {
  background-image: url(../images/megadesk/file-pdf-small.png);
  background-position: 5px 6px;
}

.sidebar .links a.selected {
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.1) inset;
  box-shadow: 1px 3px 6px rgba(0,0,0,0.1) inset;
  background-color: #f5f5f6;
  border-radius: 6px;
  color: #222;
}
.sidebar .links a {
  background-color: transparent;
  background-position: 9px 6px;
  background-repeat: no-repeat;
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 16px;
  padding: 6px 6px 6px 32px;
  text-decoration: none;
}
.sidebar .links a .description {
  color: #aaa;
  display: block;
  font-weight: normal;
  line-height: 15px;
}

.campaign-report .table-summary {
  background-color: #ffffe0;
  border: 1px solid #eee;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}

.campaign-report .table-summary td.border {
  border-bottom: 1px solid #eee;
}

.campaign-report .table-summary td {
  padding: 15px;
}

.campaign-report .table-summary .number {
  background-color: #ccc;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #444;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px;
}

.campaign-report .table-summary .number.green {
  background-color: #9ddb84;
}

.campaign-report .table-summary .title {
  color: #444;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.campaign-report .table-summary .description {
  color: #888;
  font-size: 11px;
}

.table-list-tabs a.active {
  background: #f0f0f0;
  height: 66px;
  margin-top: 0px;
}

.table-list-tabs a.last, .table-list-tabs a.active {
  border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}
.table-list-tabs a.first, .table-list-tabs a.active {
  border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
}
.table-list-tabs a {
  background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #d5d5d5 100%);
  background-image: -o-linear-gradient(top, #e0e0e0 0%, #d5d5d5 100%);
  background-image: linear-gradient(to bottom, #e0e0e0 0%, #d5d5d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE0E0E0', endColorstr='#FFD5D5D5', GradientType=0);
  border: 1px solid #e0e0e0;
  border-right: 1px solid #c0c0c0;
  border-bottom: none;
  display: block;
  float: left;
  height: 60px;
  margin-bottom: -2px;
  margin-top: 6px;
  padding: 10px 15px;
  text-decoration: none;
}

.table-list-tabs a.active .title {
  color: #222;
  margin-bottom: 6px;
}

.table-list-tabs a .title {
  color: #888;
  font-size: 11px;
  margin-bottom: 4px;
}
.table-list-tabs a .title, .table-list-tabs a .number {
  display: block;
}

.table-list-tabs a.active .number {
  color: #444;
  font-size: 24px;
}

.table-list-tabs a .number {
  color: #aaa;
  font-size: 18px;
  font-weight: bold;
}
.table-list-tabs a .title, .table-list-tabs a .number {
  display: block;
}

.table-list-tabs a.active .number small {
  color: #888;
  font-weight: normal;
  font-size: 14px;
}

.table-list-tabs a .number small {
  color: #aaa;
  font-weight: normal;
  font-size: 11px;
}
