@font-face {
  font-family: "Helvetica Neue LT Std", Arial, sans-serif;
  src: url("/fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
}

body {
  background-color: #ddedf9;
  font-weight: 300;
}

/* Login screen css */

#login-container {
  border: 1px solid #ccc;
  padding-top: 20px;
  background: #fee787;
  border-radius: 5px;
}

#login-container h3 {
  margin-top: 10px;
}

#login-container .form-control {
  border-color: #bbb;
}

#login-container .alert {
  margin-bottom: 5px;
}

#login-container .alert-danger {
  border-color: #e99;
}

#login-container .alert-success {
  border-color: #9c9;
}

/* Readorium Reports overrides */

.alert > ul {
  padding-left: 20px;
}

.form-control {
  height: 40px;
  padding: 6px 15px;
}

/* Readorium Reports styles */

.navbar-default {
  background-image: url(/images/nav-background.jpg);
  border-color: #e7e7e7;
  height: 58px;
}

.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  color: #337ab7;
}

.report-container {
  width: 940px;
  margin: 0 auto;
}

.table {
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
}

.table th.group,
.table td.group {
  border-left: 1px solid #ccc;
}

.table > thead {
  background: #69c;
  color: #fff;
}

.table > thead > tr > th {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding-left: 15px;
}

.table > tbody > tr > td {
  padding-left: 15px;
}

.breadcrumb {
  margin-bottom: 10px;
  background-color: #fff;
  display: inline-block;
  background-color: #ddedf9;
}

.breadcrumb > li > a.active {
  color: #555;
}

.btn-group .btn {
  background: #ffc;
}

.btn-group .btn.active {
  background: #e7e7cc;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top .tooltip-inner {
  background-color: #ffc;
  color: #444;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #ffc;
}

.proficiency-container {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.proficiency-container .table > tbody > tr > td {
  font-size: 12px;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #ddedf9;
  border-radius: 5px;
}

.modal.in .modal-dialog {
  z-index: 1050;
}

.modal-body {
  background: #f7f7ff;
}

.modal h4.modal-title {
  font-size: 15px;
}

form label {
  font-size: 13px;
}

#num-students {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  top: -116px;
}

#hours-per-student {
  top: -20px;
  position: relative;
}

.dropbtn {
  font-size: 13px;
  color: #337ab7;
  padding: 16px;
  border: none;
  background-color: transparent;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 500;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: white;}