/* Typography */
h1,
h1 a {
  color: White;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 24px;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  color: #444;
}
h2.url {
  text-align: center;
}

/* Layout */
body {
  color: #555;
  font-family: 'Lato', sans-serif;
  background-color: #eaeaea;
}
.row {
  max-width: 100%;
  margin: auto;
  margin-left: 275px;
}
.top-section {
  background-color: White;
  border-bottom: 1px solid #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
}
.side-bar {
  background-color: #2d3e4e;
  width: 275px;
  height: 100%;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  position: fixed;
}
.side-bar a {
  color: White;
}
.side-bar ul {
  list-style: none;
  margin-left: 0px;
}
.side-bar ul i {
  color: white;
}
.content {
  padding-top: 20px;
}
.box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.widget {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 32%;
  float: left;
}
.widget-last {
  margin-right: 0;
}
.widget-header {
  font-size: 34px;
}
.widget-icon {
  padding: 10px 0;
}
.widget-value {
  font-size: 100px;
  font-weight: bold;
}
.widget p {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-text {
  color: #999;
  font-size: 20px;
}
.chart {
  float: left;
}
.positive {
  color: green;
}
.negative {
  color: red;
}
.clear {
  clear: both;
}
i {
  padding-right: 10px;
}

/* Forms and Buttons */
input[type='file'] {
  font-size: 14px;
}
.button {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border-radius: 5px;
}

/* Other */
.error {
  font-weight: bold;
  color: red;
  margin-bottom: 20px;
}
li i,
h2 i {
  padding-right: 10px;
}

/* Pages */
body#login-page {
  text-align: center;
  margin-top: 300px;
}
#login-page h1 {
  color: #2d3e4e;
}
#login-page p {
  color: #a9a9a9;
}
#login-page form {
  width: 400px;
  margin: auto;
}

#url-page {
  text-align: center;
}
#url-page .fileName {
  font-weight: bold;
  font-size: 30px;
}
.banner {
  display: none;
}
.banner.tv {
  margin-bottom: 20px;
  width: 1820px;
}
table {
  font-size: 30px;
}
table thead th,
table tbody td,
table tfoot th,
table tfoot td {
  padding: 10px 30px;
  text-align: center;
}
/* Toggle */
a #tv-icon {
  color: #444;
}
.row.tv {
  margin-left: 0;
  padding-left: 40px;
}
.row.tv .top-section {
  display: none;
}
.side-bar.tv {
  display: none;
}

p.last-modified {
  text-align: center;
  clear: both;
}
.satisfaction .widget {
  width: 23%;
}
.satisfaction .widget-value {
  font-size: 85px;
  font-weight: bold;
}
table#overview-table thead th,
table#overview-table tbody td {
  font-size: 18px;
  padding: 2px 5px;
}
#overview-table .value {
  font-weight: bold;
}
#overview-table .last-updated {
  font-size: 14px;
  font-weight: normal;
  color: grey;
}
