.script-font {
  font-family: 'sylvan', 'proxima-nova', sans-serif !important;
}
.panel-schedule thead th {
  text-align: center;
}
.panel-schedule thead th:first-child {
  text-align: left;
}
.panel-schedule thead tr.dates th {
  border-bottom: none;
  vertical-align: middle;
}
.panel-schedule thead tr.dates td {
  font-size: 12px;
  text-align: center;
}
.panel-schedule thead tr.dates td span.year {
  display: block;
  text-align: center;
  border-top: 1px solid #ccc;
}
.panel-schedule tbody td {
  text-align: center;
}
.panel-schedule tbody td:first-child {
  text-align: left;
}
.panel-schedule tbody td i.fa {
  font-size: 20px;
}
.panel-schedule.fall-active tbody tr:last-of-type td:nth-child(2) {
  padding-bottom: 10px;
  border-width: 0 1px 1px;
  border-collapse: separate;
}
.panel-schedule.fall-active td:nth-child(2) {
  color: #3B8418;
  background: #FCF8E3;
  font-weight: bold;
  border: 1px solid #faebcc;
  border-width: 0 1px;
}
.panel-schedule.winter-active tbody tr:last-of-type td:nth-child(3) {
  padding-bottom: 10px;
  border-width: 0 1px 1px;
  border-collapse: separate;
}
.panel-schedule.winter-active td:nth-child(3) {
  color: #3B8418;
  background: #FCF8E3;
  font-weight: bold;
  border: 1px solid #faebcc;
  border-width: 0 1px;
}
.panel-schedule.spring-active tbody tr:last-of-type td:nth-child(4) {
  padding-bottom: 10px;
  border-width: 0 1px 1px;
  border-collapse: separate;
}
.panel-schedule.spring-active td:nth-child(4) {
  color: #3B8418;
  background: #FCF8E3;
  font-weight: bold;
  border: 1px solid #faebcc;
  border-width: 0 1px;
}
h1 {
  border-bottom: 2px solid #CCCCCC;
  color: #333333;
  font-size: 200%;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.col-3_5 {
  width: 29.1666%;
}
.paged {
  position: relative;
}
.paged div.pagination {
  position: absolute;
  top: 5px;
  right: 15px;
  margin: 0;
  vertical-align: middle;
}
.paged div.pagination ul.pagination {
  display: block;
  float: left;
  margin: 3px 0;
}
.paged div.pagination ul.pagination li.active a {
  background: #D04E20;
  border-color: #D04E20;
}
.paged div.pagination b {
  display: block;
  margin-right: 10px;
  float: left;
  line-height: 32px;
}
.pagination-questions {
  margin: 0;
}
.pagination-questions li {
  margin: 0;
  width: 40px;
  display: inline-block;
  padding: 0 2px 2px;
}
.pagination-questions li button {
  display: block;
  padding: 5px;
  width: 100%;
}
.pagination-questions-tsia2 {
  margin: 0;
  overflow-y: auto;
  height: 180px;
}
.pagination-questions-tsia2 li {
  margin: 0;
  width: 200px;
  display: inline-block;
  padding: 0 2px 2px;
}
.pagination-questions-tsia2 li button {
  display: block;
  padding: 2px;
  width: 100%;
}
.batch-log {
  font-size: 12px;
}
.batch-log section {
  margin: 5px 0;
}
.batch-log header {
  margin-bottom: 5px;
}
.batch-log header h1 {
  font-size: 125%;
}
.batch-log header h2 {
  font-size: 100%;
}
.batch-log h3 {
  font-size: 100%;
  margin-bottom: 0;
}
.modal-header h1 {
  border-bottom: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.modal-header h2 {
  color: #999;
  font-size: 18px;
  margin: 5px 0 0;
  padding: 0;
}
dl.dl-review dt {
  width: 100px;
}
dl.dl-review dd {
  margin-left: 120px;
}
dl.dl-credits dt {
  width: 45%;
  font-size: 24px;
  line-height: 40px;
}
dl.dl-credits dd {
  margin-left: 50%;
  line-height: 15px;
  padding: 5px 0;
  min-height: 40px;
}
a.btn-nav {
  color: #333;
}
a.btn-nav:visited {
  color: #333;
}
.typeahead-box {
  overflow: visible;
  min-height: 350px;
}
.typeahead-box2 {
  overflow: visible;
  min-height: 120px;
}
.typeahead-scroll {
  margin: 0 5px;
  position: relative;
}
.typeahead-scroll .twitter-typeahead {
  display: block !important;
  overflow-y: visible;
}
.typeahead-scroll .tt-input {
  z-index: 101;
}
.typeahead-scroll .tt-dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  display: block;
  margin-top: -10px;
  z-index: 100;
}
.typeahead,
.tt-query,
.tt-hint {
  padding: 4px 12px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}
.twitter-typeahead {
  display: block !important;
}
.typeahead {
  background-color: #fff;
  width: 100%;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tt-dropdown-menu h3 {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 3px;
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 16px;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion small {
  line-height: 13px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.datepicker table {
  text-align: center;
  margin-bottom: 0;
}
.datepicker table th {
  text-align: center;
}
.datepicker table td.old {
  color: #999;
}
.datepicker table td.new {
  color: #999;
}
.datepicker table td.active {
  font-weight: bold;
  backgroudn: #ccc;
  color: #000;
}
.datepicker table td.disabled {
  background: #ddd;
}
.datepicker input.date-label {
  cursor: default;
  background: none;
  border: none;
  box-shadow: none;
}
.datepicker .input-group-addon {
  padding: 6px 25px;
  border-radius: 6px !important;
  cursor: pointer;
}
div.form-response ul {
  margin: 5px 0;
}
.dataset .actions {
  background: #F5F5F5;
  box-shadow: 0 1px 0 #FFFFFF inset;
  padding: 4px;
}
.dataset .actions.top {
  border-bottom: 1px solid #DDDDDD;
}
.dataset .actions:last-child {
  border-top: 1px solid #DDDDDD;
}
.tab-content {
  margin-top: 10px;
}
.col-info {
  min-height: 300px;
}
.col-info table.table-condensed {
  font-size: 12px;
}
table.table-cart thead tr th:last-child {
  text-align: right;
}
table.table-cart tbody.items tr td:last-child {
  text-align: right;
}
table.table-cart .cart-total {
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.btn-nav {
  background: #f0f0f0;
}
.btn-nav:hover {
  background: #ccc;
}
.select-list ul {
  padding: 0;
  margin: 0;
}
.select-list ul li.node {
  margin: 5px 0;
  border: 1px solid #fff;
  border-width: 1px 0;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.select-list ul li.node:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.select-list ul li.node:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.select-list ul li.node:hover {
  background: #e0e0e0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.select-list ul li.node h2,
.select-list ul li.node h3 {
  line-height: 20px;
  margin: 0 0 5px;
}
.select-list ul li.node p {
  margin: 5px 0;
  float: right;
}
.select-list ul li.node p:last-child {
  margin-bottom: 0;
}
.select-list ul li.list {
  padding-left: 40px;
}
.data-edit header {
  border-bottom: 1px dashed #ccc;
  padding: 8px 0;
  margin-bottom: 8px;
}
.data-edit header h3 {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
  color: #454545;
  font-weight: bold;
}
.data-edit header h2 {
  font-size: 24px;
  margin: 0;
  color: #333;
  line-height: 24px;
}
.data-edit header .btn-sm {
  margin-top: -4px;
}
.data-edit header.sub {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.data-edit .form-group {
  margin-bottom: 8px;
}
.alert .close {
  top: 0;
}
.panel-sm {
  font-size: 12px;
}
.panel-sm ul {
  margin: 5px 0;
  padding: 0;
}
.text-sm {
  font-size: 12px;
}
.text-sm ul {
  margin: 5px 0;
  padding: 0;
}
.has-toggles h2 {
  font-size: 20px !important;
  color: #333;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
}
.has-toggles h3 {
  font-size: 16px;
}
.children-unarchive li.nav-header {
  margin-top: 20px;
  border-bottom: 1px dotted #666666;
  color: #666666;
  margin-bottom: 2px;
  padding: 2px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.children-unarchive li.nav-header:first-of-type {
  margin-top: 0;
}
#sidenav {
  position: fixed;
  width: 230px;
  top: 115px;
}
#sidenav li.nav-header {
  margin-top: 20px;
  border-bottom: 1px dotted #666666;
  color: #666666;
  margin-bottom: 2px;
  padding: 2px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
#sidenav li.nav-header:first-of-type {
  margin-top: 0;
}
#sidenav li.divider {
  background-color: #E5E5E5;
  height: 1px;
  margin: 4px 0;
}
#sidenav li > a {
  padding: 1px 12px;
  line-height: 18px;
}
#sidenav li > a:visited {
  color: #5A2C81;
}
#sidenav li > a:hover {
  color: #F15D24;
}
#sidenav li.dropdown a.dropdown-toggle {
  padding-top: 2px;
  padding-bottom: 2px;
}
#sidenav li.dropdown a.dropdown-toggle:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f078";
  right: 5px;
  top: 2px;
  position: absolute;
}
#sidenav li.dropdown.open .dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidenav li.dropdown ul.dropdown-menu {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-jqgrid td input,
.ui-jqgrid td select,
.ui-jqgrid td textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: auto;
}
.ui-jqgrid .ui-pg-input {
  height: 18px;
  text-align: center;
}
.item-collection {
  max-height: 315px;
  overflow-y: auto;
  margin-right: -15px;
}
.item-collection button {
  margin-right: 10px;
}
.search-results {
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 0;
}
.search-results li {
  font-size: 11px;
  line-height: 14px;
  margin-top: 0;
  border-bottom: 1px dashed #ccc;
  padding: 3px 0 3px 5px;
  position: relative;
  border-left: 20px solid #F5F5F5;
  min-height: 35px;
}
.search-results li:hover {
  background: #FEFDDF;
  color: #454545;
  border-left: 20px solid #fcfaae;
}
.search-results li.selected {
  color: #000;
}
.search-results li.selected:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f058";
  position: absolute;
  top: 25%;
  left: -15px;
  font-size: 14px;
}
.search-results li:last-child {
  border-bottom: none;
}
.search-results li button {
  margin: 3px;
}
.search-results li.result-item button.result-remove {
  display: none !important;
}
.search-results li.list-item button.result-add {
  display: none !important;
}
.item-details table {
  font-size: 12px;
}
.item-details table thead th {
  background: #666;
  color: #fff;
  border-color: #777;
  text-align: center;
}
.item-details table thead th:first-child {
  text-align: left;
}
.item-details table thead .exam-s,
.item-details table thead .exam-i,
.item-details table thead .exam-c {
  background: #fff;
  border-radius: 5px;
  padding: 3px;
}
.item-details table tbody td {
  text-align: center;
}
.item-details table tbody td:first-child {
  text-align: left;
}
.item-details table tbody time {
  line-height: 125% !important;
  display: block;
}
.nav-account h1,
.nav-account h2 {
  color: #f0f0ee;
}
.nav-account h1 {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  border-bottom: none;
  padding: 5px 0 0;
}
.nav-account a:link,
.nav-account a:visited {
  color: #fff;
}
.nav-account a:hover {
  color: #D04E20;
}
dl.dl-fields.dl-fields-required {
  color: #B94A48;
}
.navbar-fixed-top {
  z-index: inherit;
}
.navbar-dashboard {
  z-index: 1040;
  background: #090817;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#090817),color-stop(1,#292163));
  background: -ms-linear-gradient(bottom,#090817,#292163);
  background: -moz-linear-gradient(center bottom,#090817 0%,#292163 100%);
  background: -o-linear-gradient(#292163,#090817);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292163', endColorstr='#090817', GradientType=0);
  border-bottom: none;
  height: 65px;
}
.navbar-dashboard .nav-dashboard {
  margin: 15px 0 0;
  z-index: 1100;
}
.navbar-dashboard .nav-dashboard > li {
  font-size: 125%;
  margin-left: 5px;
  border-left: 1px dotted #999;
  padding-left: 5px;
}
.navbar-dashboard .nav-dashboard > li > a {
  color: #fff;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 10px 15px;
}
.navbar-dashboard .nav-dashboard > li > a:hover {
  color: #D04E20;
  background: none;
}
.navbar-dashboard .nav-dashboard > li:first-child {
  margin-left: 0;
  border-left: none;
}
.navbar-dashboard .nav-dashboard li.dropdown {
  margin-left: 0;
  border-left: none;
}
.navbar-dashboard .nav-dashboard li.dropdown a.dropdown-toggle {
  z-index: 1200;
  position: relative;
  border: 2px solid transparent;
  padding: 8px 3px;
}
.navbar-dashboard .nav-dashboard li.dropdown ul.dropdown-menu {
  background: #e5e5e5;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: -2px 0 0;
  box-shadow: none;
  border: none;
  -webkit-box-shadow: 2px 5px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 5px 2px rgba(0,0,0,0.1);
  box-shadow: 2px 5px 2px rgba(0,0,0,0.1);
  padding: 10px 0;
  border: 2px solid #ccc;
  z-index: 1199;
  position: absolute;
  right: 0 !important;
  left: auto !important;
}
.navbar-dashboard .nav-dashboard li.dropdown ul.dropdown-menu li {
  line-height: 20px;
  font-size: 12px;
  border-bottom: 1px dashed #ccc;
}
.navbar-dashboard .nav-dashboard li.dropdown ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-dashboard .nav-dashboard li.dropdown ul.dropdown-menu li.nav-header {
  background: #ccc;
  border-bottom: none;
  padding-left: 10px;
  color: #666;
  margin-top: -1px;
  padding: 2px 0 2px 10px;
  border-top: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-dashboard .nav-dashboard li.dropdown ul.dropdown-menu a {
  padding: 2px 10px;
  font-size: 12px;
}
.navbar-dashboard .nav-dashboard li.dropdown ul.dropdown-menu a:hover {
  background: #fff;
  color: #000;
  margin: 0;
}
.navbar-dashboard .nav-dashboard li.dropdown ul.dropdown-menu:after {
  display: none;
  border: none;
}
.navbar-dashboard .nav-dashboard li.dropdown ul.dropdown-menu:before {
  display: none;
  border: none;
}
.navbar-dashboard .nav-dashboard li.dropdown.open a.dropdown-toggle {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 2px solid #ccc;
  border-bottom-width: 0;
}
ul.filters-list {
  margin: 0 0 0 10px;
  padding: 0 0 0 0;
  color: #666666;
}
ul.filters-list a {
  color: inherit;
  display: block;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
  overflow: hidden;
  float: left;
}
ul.filters-list a.set {
  padding-left: 25px;
}
ul.filters-list a.set:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 9998;
}
ul.filters-list a.set:hover {
  color: #000;
  background: #EBEBEB;
}
ul.filters-list a.remove {
  padding-left: 20px;
  background: #EBEBEB;
}
ul.filters-list a.remove:hover {
  background: #B94A48;
  color: #fff;
  z-index: 9999;
}
ul.filters-list a.block {
  color: #666666;
  display: block;
  font-weight: bold;
  padding: 0 10px;
  border-left: 45px solid #EBEBEB;
  text-decoration: none;
  overflow: hidden;
}
ul.filters-list a.block:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 9998;
}
ul.filters-list a.block:hover {
  background: #F2DEDE;
  border-color: #B94A48;
  color: #B94A48;
  z-index: 9999;
}
ul.filters-list a.block:hover i {
  color: #fff;
}
ul.filters-list i {
  font-size: 125%;
  line-height: 30px;
}
ul.filters-list li {
  background: #FFFFFF;
  line-height: 30px;
  float: left;
  list-style: none;
  margin: 0;
  overflow: visible;
  position: relative;
}
ul.filters-list li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #888;
  z-index: 9997;
}
ul.filters-list li:first-child a.remove {
  padding-left: 10px;
}
ul.filters-list li:first-child a.set {
  padding-left: 10px;
}
ul.filters-list li:first-child a.set:before {
  display: none;
}
ul.filters-list li:first-child:before {
  display: none;
}
ul.filters-list li:last-child {
  color: #000;
}
ul.filters-list li:last-child:after {
  display: block;
  position: absolute;
  z-index: 9998;
  top: 0;
  right: -15px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
}
ul.filters-list li:hover:after {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: -15px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #EBEBEB;
}
.navbar-filters {
  height: 30px;
  padding: 0;
  margin: auto;
  right: 0;
  top: 65px !important;
  width: 100%;
  z-index: 1030;
}
.navbar-filters .navbar-inner {
  min-height: 30px;
  height: 30px;
  line-height: 30px;
  background: #777;
  border-bottom: 1px solid #999;
  box-shadow: 0 3px 10px #999;
}
.navbar-filters .navbar-inner .container {
  height: 30px;
}
.navbar-filters .navbar-inner.beta {
  background-color: #F15D24;
}
.navbar-filters li.filter-locked {
  color: #333;
  display: block;
  font-weight: bold;
  border-left: 10px solid #D9AB27;
  padding: 0 10px;
  text-decoration: none;
}
.navbar-filters li.filter-locked:hover:after {
  border-left: 15px solid #fff;
}
.navbar-filters a.btn-filter {
  padding: 0 10px;
  color: #fff;
  background: none;
  border: none;
  text-shadow: none;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-filters a.btn-filter:hover {
  background: #B94A48;
}
.navbar-beta {
  height: 15px;
  padding: 0;
  margin: auto;
  right: 0;
  top: 95px !important;
  width: 100%;
  z-index: 1039;
}
.navbar-beta .navbar-inner {
  min-height: 17px;
  height: 17px;
  line-height: 15px;
  background: #D9AB27;
  border-bottom: 1px solid #999;
  color: #000000;
  font-weight: bold;
}
.navbar-beta .navbar-inner .container {
  height: 17px;
  padding-top: 1px;
  padding-right: 25px;
}
.container-nofilter {
  padding-top: 0;
  top: 80px;
}
.container-filtered {
  padding-top: 0;
  top: 110px;
}
.alert-actions {
  background: none;
  border: none;
  border-radius: 0;
  padding: 5px 0;
}
.alert-actions .btn {
  margin: 0 0 8px;
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
  background: #e6e6e6;
  position: relative;
}
.alert-actions .btn i {
  position: absolute;
  left: 6px;
  top: 25%;
}
.alert-actions .btn-url:link {
  color: #000;
}
.alert-actions .btn-url:visited {
  color: #000;
}
.alert-actions .btn-url:hover {
  background: #99CAE9;
}
.alert-actions .btn-block {
  padding-top: 5px;
  padding-bottom: 5px;
}
.alert-actions .btn-action {
  background: #211b50;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-shadow: none;
}
.alert-actions .btn-action:hover {
  background: #F15D24;
}
.alert-orginfo address {
  margin-bottom: 0;
}
.alert-orginfo .credit-status {
  margin: 10px -5px 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  color: #333;
  padding: 2px 0;
}
.alert-orginfo .credit-status h5 {
  font-weight: bold;
  margin: 5px 0;
}
.alert-orginfo .credit-status h6 {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}
.alert-orginfo .credit-status var {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 28px;
}
.alert-orginfo .credit-status var small {
  font-size: 14px;
}
.alert-orginfo .credit-status .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.alert-orginfo .credit-status .col-xs-3,
.alert-orginfo .credit-status .col-xs-5 {
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px dashed #ccc;
}
.alert-orginfo .credit-status .col-xs-3:first-of-type,
.alert-orginfo .credit-status .col-xs-5:first-of-type {
  border-left: none;
}
.alert-orginfo .credit-status .col-xs-3 var,
.alert-orginfo .credit-status .col-xs-5 var {
  font-size: 20px;
}
.alert-orginfo .credit-status .col-xs-3 var.small,
.alert-orginfo .credit-status .col-xs-5 var.small {
  font-size: 13px;
}
div.filter-box {
  margin-top: -10px;
  border-bottom: 1px solid #ccc;
}
div.filter-box ul.filters {
  margin: 0;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
}
div.filter-box ul.filters:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
div.filter-box ul.filters:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
div.filter-box ul.filters li {
  display: block;
  padding: 0 5px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  margin: 0 !important;
  float: left;
  line-height: inherit;
}
div.filter-box ul.filters li:last-child {
  border: none;
}
div.filter-box ul.filters li:hover {
  background: #f0f0ee;
}
div.filter-box ul.filters li.active {
  font-weight: bold;
  padding: 0 8px;
  background: #ccc;
}
.text-example {
  font-weight: bold;
  color: #3B8418;
}
.nav-tabs > .active > a {
  font-weight: bold;
  color: #333;
}
.alert p {
  margin: 5px 0;
}
.text-help {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.alert-help p {
  font-size: 13px;
  line-height: 18px;
}
.step-complete {
  background: #F0F0F0;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 10px solid #999;
  padding: 10px;
  border-bottom: 1px dashed #999;
  margin-top: 0 !important;
}
.step-complete span.step-status {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #3B8418;
  font-size: 14px;
}
.step-complete span.step-status i {
  margin-right: 10px;
  font-size: 125%;
}
.form-horizontal h3:first-of-type {
  margin-top: 0;
}
.form-horizontal h3.bold {
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
.form-horizontal h4.bold {
  margin: 0 0 8px 10px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}
.form-horizontal .control-group.no-label .controls {
  margin-left: 0 !important;
}
.form-horizontal .control-group.no-label label {
  display: none;
}
.controls-autogen3 .controls input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  margin: 0;
}
.controls-autogen3 .controls select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.controls-autogen3 .controls input[data-piece="prefix"] {
  width: 25%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 1px dashed #ccc;
}
.controls-autogen3 .controls input[data-piece="suffix"] {
  width: 25%;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 1px dashed #ccc;
}
.controls-autogen3 .controls select[data-piece="string"] {
  width: 40%;
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header {
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
header h1 {
  font-size: 200%;
  margin: 0 0;
  line-height: 1.25;
  color: #333;
  border-bottom: none;
  padding-bottom: 0;
}
header h2 {
  font-size: 150%;
  border-top: 0px dashed #ccc;
  margin: 0 0;
  color: #999;
  line-height: 1.25;
}
.span7-pad-left {
  padding-left: 2.12766%;
  margin-left: 0;
}
.span-divide-left {
  border-left: 1px dotted #ccc;
  margin-right: -1px;
}
.modal-header {
  position: relative;
}
div.modal-75p {
  width: 75%;
  margin-left: -37.5%;
}
div.modal-85p .modal-dialog {
  width: 85%;
}
div.modal-search .modal-dialog {
  width: 90%;
  min-width: 900px;
}
div.modal-1020 {
  top: 1%;
}
div.modal-1020 .modal-dialog {
  width: 1020px;
}
div.modal-1020 .modal-header h2 {
  margin: 0 0 5px;
}
.drag-set h4 {
  font-size: 100%;
  border-bottom: 1px dashed #ccc;
  margin: 5px;
}
.drag-set ul {
  font-size: 87.5%;
  margin: 5px;
}
.drag-set ul li {
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 6px;
  background: #ccc;
  display: inline-block;
  margin-bottom: 5px;
}
.drag-set ul li:hover {
  background: #999;
  color: #333;
}
.drag-set ul li.error {
  background: #B94A48;
  color: #fff;
}
div.grid table {
  width: 100%;
  font-size: 12px;
  margin: 10px 0;
}
div.grid thead th {
  text-align: center;
  background: #f0f0ee;
}
div.grid thead th:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.grid thead th:last-child {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.grid tfoot td {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-top: 2px solid #ccc;
}
div.grid tbody td {
  text-align: center;
  border-left: 1px solid #ccc;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
}
div.grid tbody td:first-child {
  border-left: none;
}
div.grid tbody tr:last-child td {
  border-bottom: none;
}
div.grid.grid-data table {
  min-width: 100%;
  max-width: auto;
}
div.grid.grid-data thead th {
  line-height: 16px;
  padding: 3px 5px;
  white-space: nowrap;
}
div.grid.grid-data tbody td {
  line-height: 16px;
  padding: 3px;
}
div.editbox h2.title {
  margin: 10px 0 20px;
  color: #454545;
}
div.editbox .table-bordered {
  font-size: 90%;
}
div.editbox .table-bordered .column-label {
  background: #f0f0f0;
  text-align: right;
  color: #333;
  border-bottom: 1px dotted #DFDFDF;
}
div.editbox .table-bordered .column-value {
  border-bottom-color: #ccc;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #group-select-students {
    position: absolute;
    top: 0;
  }
  #group-select-students .form-horizontal .control-label {
    width: 30%;
  }
  #group-select-students .form-horizontal .controls {
    margin-left: 34%;
  }
  #group-select-students .search-results li span {
    display: block;
    text-overflow: ellipsis;
    width: 75%;
    overflow: hidden;
  }
  #group-select-students .search-results li span:hover {
    overflow: visible;
  }
}
@media (min-height: 300px) and (max-height: 600px) {
  #group-select-students {
    position: absolute;
    top: 0;
  }
}
.tag-estimate {
  background: #f0ad4e;
}
.tag-paid {
  background: #5cb85c;
}
.tag-po {
  background: #5bc0de;
}
.tag-void {
  background: #d9534f;
}
.list-item {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-top: 15px;
  cursor: pointer;
}
.list-item:first-of-type {
  margin-top: 0;
}
.list-item h1 {
  font-size: 14px;
  line-height: 100%;
  margin-top: 0;
}
.list-item dl {
  font-size: 12px;
}
.list-item:hover {
  background: #f0f0ee;
  border-color: #ccc;
}
.overlay {
  background: rgba(0,0,0,0.75);
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.mag-icon {
  position: relative;
  top: 60px;
}
.box {
  border: 1px solid #ccc;
  padding: 5px;
  height: 151px;
  width: 195px;
  max-height: 100%;
  max-width: 100%;
}
.box:hover {
  border: 1px solid #555;
  border-radius: 5px;
}
.box:hover .overlay {
  opacity: 1;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
.carousel-indicators li {
  visibility: hidden;
}
a.display-image {
  cursor: pointer;
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
div.alert.alert-info.alert-orginfo {
  width: 230px;
}
@-moz-document url-prefix() {
  div.alert.alert-info.alert-orginfo {
    position: fixed;
    width: 230px;
  }
}
div.fixedmenu {
  position: fixed;
  top: 247px;
  bottom: 0;
  width: 230px;
  overflow: hidden;
  overflow-x: hidden;
}
div.fixedmenu:hover {
  overflow-y: auto;
}
div.div-ro {
  pointer-events: none;
}
ul.nav-dashboard li a.header-link-selected {
  color: #D04E20;
}
ul.nav-dashboard li.dropdown a.header-link-selected {
  color: #D04E20;
}
#mainSearch {
  position: relative;
}
#mainSearch #collapseSearch {
  width: 400px;
  position: absolute;
  right: 0;
}
#mainSearch #collapseSearch input {
  border: 5px solid #D04E20;
  padding: 5px 10px;
  width: 100%;
  font-size: 18px;
  border-radius: 0;
}
#mainSearch .searchToggleBtn {
  background-color: #D04E20;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
}
#mainSearch .tt-dropdown-menu {
  margin-top: 0;
  width: 100%;
}
#mainSearch .tt-dropdown-menu .tt-suggestion:hover {
  background: #ccc;
}
#mainSearch .tt-dropdown-menu .alert {
  margin: 0 10px;
}
#mainSearch .tt-dropdown-menu a {
  display: block;
  color: #000;
}
#reports-dashboard #reports-starred-list-items ul.list-group {
  margin-bottom: 0;
}
#reports-dashboard #reports-starred-list-items ul.list-group li {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
#reports-dashboard #reports-starred-list-items ul.list-group li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#reports-dashboard .star-report.active {
  color: #ffda05;
  background: #211b50 !important;
}
#reports-dashboard .panel {
  background: #f8f8f8;
}
#reports-dashboard .panel .list-group-item {
  border-color: #ebebeb;
}
#reports-dashboard .panel.panel-starred {
  border-color: #211b50;
}
#reports-dashboard .panel.panel-starred .panel-heading {
  color: #ffda05;
  background-color: #211b50;
  border-color: #211b50;
}
#reports-dashboard .panel.panel-org {
  border-color: #D04E20;
}
#reports-dashboard .panel.panel-org .panel-heading {
  color: #fff;
  background-color: #D04E20;
  border-color: #D04E20;
}
.alert.alert-info {
  background: #c3e0f2;
  color: #212E84;
  border-color: #99cae9;
}
.panel.panel-info {
  border-color: #99cae9;
}
.panel.panel-info .panel-heading {
  background: #c3e0f2 !important;
  color: #212E84 !important;
  border-color: #99cae9;
}
.panel.panel-info .panel-heading-contracts {
  background: #c3e0f2 !important;
  color: #212E84 !important;
  border-color: #99cae9;
  padding: 5px 10px;
}
.panel-period .panel-title {
  color: #212E84 !important;
}
.h-100 {
  height: 100%;
}
.is-flex {
  display: flex !important;
  flex-wrap: wrap !important;
}
.is-flex > [class*='col-'] {
  display: flex !important;
  flex-direction: column !important;
}
.is-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.is-flex > [class*='col-'] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.modal-link-benchmarks {
  cursor: pointer;
  display: block;
  border-bottom: 1px dashed #ccc;
  color: #666;
}
.modal-link-benchmarks:hover {
  color: #666;
  text-decoration: none;
  background-color: #f0f0ee;
}
