body { padding-top: 70px; background-color: #F8F8F8;}

.panel {
  box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}

.navbar-brand {
  padding: 14px;
}

#reseller .clouds {
  padding: 20px 0px;
  background-image: url(/images/home-cloud.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#reseller .clouds div {
  width:;
}

.field-errors{
  color: #b94a48;
  background-color: #ffe5e5;
  border-color: #eed3d7;
  border: 1px solid #f5c0c0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.field-errors h2{
  font-size: 15px;
  line-height: 20px;
  margin-top: 0px;
}

table td, table th {
  font-size: 13px;
}

table tr.user:hover {
  cursor: pointer;
}

#reseller table.invoices {
  width: 150px;
  margin: 0 40px 30px 0;
  float: left;
  border: 1px solid #eaeaea;
}
#reseller table.invoices th,
#reseller table.invoices td {
  text-align: center;
}

#reseller table.monthly_invoice {
  width: 550px;
  float:left;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}

#reseller table.monthly_invoice thead tr th {
  text-align: left;
  padding: 10px;
}

#reseller table.monthly_invoice td {
  padding: 8px 10px 8px 14px;
}

#reseller ul.total {
}

#reseller ul.total li {
  list-style: none;
  padding: 5px 0;
  text-align: right;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.subscriptions {
  min-height: 200px;
  background-image: url(..///images/icons/ajax-progress.gif);
  background-repeat: no-repeat;
  background-position: 15px 10px;
}

.subscriptions.loaded {
  background: none;
}

.highcharts {
  margin-top: 25px;
}

.highcharts text.highcharts-title tspan {
  font-size: 16px;
}

/* API */
code {
  font-size: 84%;
}

code.multi_line {
  white-space: normal!important;
}

ul.left_navi li.selected {
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}


@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

#modal-menu .modal-header { padding: 15px 15px 5px;}
#modal-menu .form-group { margin-bottom: 4px; }
#modal-menu label { font-weight: normal; }
#modal-menu input { margin-right: 4px; }

/* Support conection testing */
.none-left{
  display: none;
  float: left;
  margin-right: 5px;
}

.website-header {
  background-image:url(..//images/icons/dashboard/icon-title-website.png);
  background-repeat: no-repeat;
  padding-left: 42px;
  min-height: 32px;
  padding-top:5px;
  margin: 10px 0px;
}

.database-header {
  background-image:url(..//images/icons/dashboard/icon-title-database.png);
  background-repeat: no-repeat;
  padding-left: 42px;
  min-height: 32px;
  padding-top:5px;
  margin: 10px 0px;
}

.monitor-header {
  background-image:url(..//images/icons/dashboard/icon-title-monitor.png);
  background-repeat: no-repeat;
  padding-left: 42px;
  min-height: 32px;
  padding-top:5px;
  margin: 10px 0px;
}

.email-header {
  background-image:url(..//images/icons/dashboard/icon-title-email.png);
  background-repeat: no-repeat;
  padding-left: 42px;
  min-height: 32px;
  padding-top:5px;
  margin: 10px 0px;
}

.qrcode table {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
}
.qrcode td {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
}
.qrcode td.black { background-color: #000; }
.qrcode td.white { background-color: #fff; }

.red {
  color: red;
}

.tfa {
  font-size: 18px;
}

