body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #6c6c6c;
}
h1,
h2,
h3 {
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #001b54;
}
h2 {
  font-size: 30px;
}
a,
a:visited,
a:hover {
  color: #001b54;
}
h1 {
  font-size: 2em;
}
input.form-control,
.custom-select {
  border-radius: 0;
  border-color: #b6c2de;
  color: #000000;
  font-size: 14px;
}
input.form-control:hover,
.custom-select:hover,
input.form-control:active,
.custom-select:active,
input.form-control:focus,
.custom-select:focus {
  border-color: #627294;
}
input.form-control:focus,
.custom-select:focus {
  box-shadow: 0 0 0 0.08rem rgba(0, 123, 255, 0.25);
}
input.form-control::placeholder,
.custom-select::placeholder {
  color: #000000;
}
.custom-select {
  background-image: url("../images/select-arrow.png");
  background-size: 22px 18px;
}
.card {
  border-radius: 0;
  border: none;
}
.card .card-header,
.card .list-group-item {
  padding: 0;
}
.card .card-header {
  color: #000000;
  background-color: #f7f1e6;
  border-bottom: none;
  padding: 10px 0;
}
.card .list-group-item > .row {
  padding: 10px 0;
}
.custom-radio label::before {
  background-color: #ffffff !important;
  border-width: 1px;
  border-style: solid;
  border-color: #afafaf #eaeaea #eaeaea #afafaf;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  font-weight: 700;
  color: #d6a461;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.custom-radio input:checked ~ label::after {
  top: 3px;
  left: -22px;
  color: black;
  background-size: 80% 85%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23D6A461'/%3E%3C/svg%3E") !important;
}
.custom-radio input:focus ~ label::before {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset !important;
}
.btn {
  border-radius: 0;
  transition: none;
}
.btn:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: none !important;
}
.btn.btn-light {
  border: 1px solid #a6bbc8;
  background-color: #ffffff;
  color: #0033a0;
  padding: 4px 12px;
}
.show > .btn.btn-light.dropdown-toggle,
.btn.btn-light:hover,
.btn.btn-light:active {
  background-color: #ffffff !important;
  color: #001b54 !important;
  border-color: #001b54 !important;
}
.btn.btn-primary {
  background-color: #e0bb89;
  border-color: #e0bb89;
  color: #000000;
  padding: 5px 15px;
}
.show > .btn.btn-primary.dropdown-toggle,
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #d5a461 !important;
  border-color: #d5a461 !important;
  color: #001b54 !important;
}
.pagination .page-item .page-link {
  color: #0033a0;
  border: none;
  padding: 5px 10px;
}
.pagination .page-item .page-nr {
  background-color: #f4f4f4;
  font-size: 16px;
  margin: 0 5px;
}
.pagination .page-item .page-nr:hover {
  color: #ffffff;
  background-color: #0033a0;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .page-item .page-link:not(.page-nr):hover {
  background-color: #ffffff;
}
.pagination .page-item .page-link:not(.page-nr):hover *:not(.fa) {
  text-decoration: underline;
}
.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #0033a0;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .page-item.disabled .page-link {
  color: #6c6c6c;
}
.pagination .page-link .fa {
  font-size: 10px;
}
.navbar-toggler {
  border-radius: 0;
}
.breadcrumb {
  font-size: 12px;
  background-color: transparent;
}
.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px;
  padding-right: 0;
  background-color: #2a65e4;
  position: relative;
  top: -2px;
}
.breadcrumb .breadcrumb-item:not(.active) a {
  color: #001b54;
  text-decoration: underline;
}
.dropdown .dropdown-toggle::after {
  display: none;
}
.dropdown-agenda {
  width: 280px;
  overflow-y: scroll;
  max-height: 800px;
  overflow-x: hidden;
}
.dropdown .dropdown-menu {
  border-radius: 0;
  border-color: #a6bbc8;
  margin-top: 0;
}
.dropdown a.dropdown-item {
  font-size: 14px;
  padding: 10px 10px;
}
.dropdown a.dropdown-item:hover {
  background: inherit;
  text-decoration: underline;
  color: #001b54;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow::before {
  border-top-color: #0033a0;
}
.tooltip .tooltip-inner {
  padding: 15px 10px;
  color: #6c6c6c;
  border: 1px solid #0033a0;
  border-radius: 0;
  background-color: #ffffff;
}
.modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal .modal-header {
  border: none;
  padding: 0 0 0 30px;
}
.modal .modal-body {
  padding: 35px 45px 35px 45px;
}
.modal .close {
  opacity: 1;
  padding: 0;
  position: relative;
  top: 20px;
  right: 26px;
  z-index: 6666;
}
.modal .close i,
.modal .close i:hover {
  font-size: 35px;
  color: #0033a0;
  display: inline-block;
}
.modal-backdrop {
  opacity: 0.9;
  background-color: #f2f2f2;
}
.steno-toolbar .btn {
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.steno-toolbar .btn .fa {
  color: #a6bbc8;
  font-size: 16px;
}
.steno-toolbar .btn:hover .fa,
.steno-toolbar .btn:active .fa,
.steno-toolbar .btn:hover .icon,
.steno-toolbar .show .btn .fa {
  color: #001b54;
}
.steno-agenda-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steno-video-icon {
  display: inline-block;
  cursor: pointer;
  background: url("../images/video-small.png") no-repeat;
  height: 12px;
  width: 12px;
}
.steno-toggle-icon {
  display: inline-block;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat -978px -49px;
  margin-top: 4px;
  height: 12px;
  width: 12px;
  margin-right: auto;
  margin-left: auto;
}
.steno-toggle-icon.toggled {
  transform: rotate(180deg);
}
.steno-toggle-all-icon {
  display: inline-block;
  cursor: pointer;
  background: url("../images/show-all-icon.png") no-repeat scroll 0 0 transparent;
  width: 15px;
  height: 15px;
}
.steno-sitemap-icon {
  display: inline-block;
  cursor: pointer;
  background: url("../images/sprite.png") 0 -536px no-repeat;
  height: 32px;
  width: 22px;
}
.steno-download-icon {
  font-size: 28px !important;
  line-height: 0;
  position: relative;
  top: 4px;
}
.steno-download-icon::before {
  content: "\f0d7";
}
.steno-header {
  background-color: #fafafa;
}
.steno-agenda-item h3 {
  font-size: 18px;
}
.steno-agenda-item h4 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.steno-agenda-item p {
  margin-bottom: 0;
}
.steno-agenda-item a {
  text-decoration: underline;
}
.steno-agenda-item hr {
  background-color: #a6bbc8;
  display: block;
}
.steno-search-header {
  font-size: 35px;
}
.steno-search-result {
  padding-top: 3px;
  padding-bottom: 3px;
}
.steno-search-results {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.steno-search-results p {
  margin: 0;
}
.steno-font-color {
  color: #6c6c6c !important;
}
#steno-table-of-contents {
  font-size: 1.786em;
}
.speech-area-pdf p {
  font-size: 18px;
  font-weight: 400;
}
.view-header {
  margin-bottom: 50px;
}
.edited-text {
  font-size: 18px;
}
.agenda-row {
  font-size:18px;
  text-decoration: underline;
}
.steno-agenda-item .speaker-name {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin: 0;
}
.print {
  display: none;
}

.error-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.dropdown-agenda-name {
  white-space: pre-line;
  word-break: break-word;
}

a.steno-video-icon::after {
    content: none;
}
#clear-search:hover {
  text-decoration: underline;
  cursor: pointer;
}
#commission-selection-wrapper {
  margin-top: 20px;
}
/*# sourceMappingURL=app.css.map */
