
body {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #fff;
  overflow-x: hidden;
}

.logo1 {
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: -10;
  width:176px;
  height:95px;
}

h1 {
  font-size: 22pt;
  margin-top: 0px;
  text-shadow: #fff 0 0 10px;
}

h4 {
  margin-top: 5px;
}

table thead tr th {
  text-shadow: #fff 0 0 10px;
}

.sparklines { display:none; }
.actgraph { height: 100px; }

@media (min-width: 500px) {
  .sparklines {
    display: table-cell;
  }
  .actgraph { height: 300px; }
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#pointsLabel {
  margin-left: 3px;
}

.listTitle {
  font-weight: bold;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#logo img {
  height: 20px;
}

#logo {
  padding-top: 8px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  width: 170px;
  height: 35px;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  cursor: pointer;
  background: #c70019;
  background-image: linear-gradient(to bottom, #C70019 0%, #B00016 100%);
  background-image: -webkit-linear-gradient(top, #C70019 0%, #B00016 100%);
}
