body {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
body.body--noSelect {
  -webkit-user-select: none;
          user-select: none;
}
.row.margin {
  margin-bottom: 20px;
}
.btn-logout {
  width: 100%;
  padding: 2px 20px;
  text-align: left;
  color: #333 !important;
}
.btn-logout:hover,
.btn-logout:active {
  color: #262626 !important;
  text-decoration: none !important;
  background-color: #f5f5f5 !important;
}
.text-normal {
  font-weight: normal;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.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;
}
.form-signin .checkbox {
  font-weight: normal;
  margin-bottom: 10px;
}
.field-validation-error,
span.error {
  color: red;
}
.table {
  background-color: #fff;
}
.table tr.highlighted > td {
  background-color: #ffffaa;
  transition: background-color 1s linear;
}
.table tr.highlighted > td.current-user {
  background-color: #eeeebb;
}
.table tr.highlighted.faded > td {
  background-color: #fff;
}
.table > thead > tr > th {
  background-color: #efefef;
}
.table td.actions {
  text-align: right;
  vertical-align: middle;
  padding: 4px 8px;
}
#rhythms-table td {
  vertical-align: middle;
}
.table.table-links > tbody > tr > td {
  padding: 0;
}
.table.table-links > tbody > tr > td.actions {
  padding: 0 8px;
}
.table.table-links > tbody > tr > td > a {
  padding: 8px;
  display: block;
}
.table.table-links > tbody > tr:hover > td {
  background-color: #fbfbfb;
}
.table.table-links > tbody > tr:hover > td > a {
  text-decoration: underline;
}
.screen-fill {
  width: 100%;
  height: calc(100vh - 200px);
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
}
#dashboard #scheme-container span.cell-data {
  text-align: left;
}
.input-validation-error,
input.invalid,
textarea.invalid,
select.invalid {
  border: 1px solid #ff0000;
}
input[type=file][hidden] {
  display: none;
}
#archive-table tr {
  transition: background-color 1000ms linear;
}
#archive-table tr.highlight {
  background-color: #ffffaa;
}
#archive-details-header {
  margin-bottom: 1.5rem;
}
#archive-details-header h2.archive-details-title {
  margin: 0;
}
.agenda-title {
  padding-top: 15px;
}
.agenda-title h2 {
  margin: 0 0 15px 0;
}
#agenda {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #eee;
}
#agenda .agenda-item {
  min-width: 275px;
  width: 33%;
  max-width: 500px;
  position: relative;
  margin-bottom: 25px;
  padding-right: 15px;
  float: left;
}
#agenda .agenda-item-content {
  height: 300px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
#agenda .agenda-item-header {
  position: relative;
  padding: 10px;
  text-align: center;
  display: block;
  overflow: hidden;
}
#agenda .agenda-item-header-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
}
#agenda .agenda-item-header img {
  min-width: 100%;
  height: 100%;
  border-radius: 2px;
}
#agenda .agenda-item-title {
  text-align: left;
}
#agenda .agenda-item-title h3 {
  margin: 10px 0 0 0;
}
#agenda .agenda-item-info {
  padding: 10px;
  padding-bottom: 70px;
}
#agenda .agenda-item-info p {
  margin: 0;
}
#agenda .agenda-item-location {
  font-weight: bold;
}
#agenda .agenda-item-action-buttons {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
#agenda .agenda-item-action-buttons .edit-link {
  margin-top: 7px;
  padding: 0 5px;
  float: right;
}
#agenda .agenda-item.has-image .agenda-item-header {
  background-color: #000;
  height: 180px;
  padding: 0;
}
#agenda .agenda-item.has-image .agenda-item-title {
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
#agenda .agenda-item.has-image .agenda-item-title h3,
#agenda .agenda-item.has-image .agenda-item-title p {
  width: 100%;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.agenda-form-image {
  margin-bottom: 15px;
}
.agenda-form-image img {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* xs */
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    overflow: auto;
  }
  .video iframe {
    max-width: 100%;
  }
  #agenda .agenda-item {
    width: 100%;
    padding-right: 0;
  }
  #agenda .agenda-item-edit-button {
    width: auto;
    display: block;
    float: none;
  }
  #scheme-container.push-down {
    margin-top: 55px;
    border-top: 1px solid #ccc;
  }
  #scheme-container.push-down .listView {
    border-top: none !important;
  }
}
/* sm */
@media (min-width: 768px) {
  #scheme-container {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
  }
  #scheme-container #scheme-body {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow: inherit;
  }
}
/* md */
@media (min-width: 992px) {
  .container-md {
    max-width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* lg */
@media (min-width: 1200px) {
  .container-md {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  #scheme-container .table th,
  #scheme-container .table td {
    width: auto;
    min-width: 0;
    max-width: none;
  }
}
.audio > audio {
  width: 100%;
}
.listView {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 0;
}
.listView__item {
  height: 56px;
  padding: 16px 16px;
  border-bottom: 1px solid #ccc;
  position: relative;
  display: block;
}
.listView__item--audio.listView__item--playing {
  background-color: #f2f2f2;
}
.listView__item:last-child {
  border-bottom: none;
}
.listView__item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  color: #333;
}
.listView__item a:hover {
  background-color: #f2f2f2;
}
.listView__item .listView__text {
  padding-left: 56px;
  margin: 16px 16px;
}
.listView__item .listView__textPrimary {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.listView__item--twoLine {
  height: 72px;
  padding: 16px 16px;
}
.listView__item--twoLine .listView__icon {
  width: 40px;
  height: 40px;
  margin: 16px 16px;
}
.listView__item--twoLine .listView__icon--second {
  left: 40px;
}
.listView__item--twoLine .listView__icon--third {
  left: 80px;
}
.listView__item--twoLine .listView__icon--multiple {
  max-width: 20px;
  max-height: 20px;
  top: 10px;
}
.listView__item--twoLine .listView__icon--multiple.listView__icon--second {
  left: 10px;
}
.listView__item--twoLine .listView__icon--multiple.listView__icon--third {
  left: 20px;
}
.listView__item--twoLine .listView__icon--multiple-2 {
  max-width: 26.66666667px;
  max-height: 26.66666667px;
  top: 6.66666667px;
}
.listView__item--twoLine .listView__icon--multiple-2.listView__icon--second {
  left: 13.33333333px;
}
.listView__item--twoLine .listView__icon--multiple-2.listView__icon--third {
  left: 26.66666667px;
}
.listView__item--twoLine .listView__icon .glyphicon {
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}
.listView__item--twoLine .listView__playAudio--playing {
  background-color: #d9d9d9;
}
.listView__item--twoLine .listView__playAudio--playing:hover {
  background-color: #bfbfbf;
}
.listView__item--twoLine .listView__playAudio .glyphicon {
  left: 1px;
}
.listView__item--twoLine .listView__text {
  padding-left: 56px;
  margin: 16px 16px;
}
.listView__item--twoLine .listView__textSecondary {
  display: block;
  color: #888;
  font-size: 14px;
}
.listView__icon,
.listView__text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 16px 16px;
}
.listView__icon {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.listView__icon .glyphicon {
  width: 24px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
.listView__playAudio {
  cursor: pointer;
  border-radius: 50%;
}
.listView__playAudio:hover {
  background-color: #f2f2f2;
}
.listView__playbackIndicator {
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
}
.listView__text {
  padding-left: 56px;
  font-size: 14px;
}
.listView__secondaryActionIcon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: calc(-12px);
  right: 16px;
  color: #666;
  text-align: center;
  padding-top: 2px;
}
.tab-content .listView {
  border-top: none;
}
@media screen and (max-width: 750px) {
  .container .listView {
    margin-left: -15px;
    margin-right: -15px;
    border-left-width: 0;
    border-right-width: 0;
  }
}
.label-pointer {
  cursor: pointer;
}
.table.table-selectable td {
  padding: 0;
}
.table.table-selectable td > label,
.table.table-selectable td > .radio > label {
  padding: 8px;
  margin-bottom: 0;
  display: block;
}
.checkbox.no-margin,
.radio.no-margin {
  margin: 0;
}
.checkbox > label,
.radio > label {
  padding-left: 0;
}
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}
.radio .cr .cr-icon {
  margin-left: 0;
  background: #333;
  border-radius: 50%;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}
.checkbox > label > input[type="checkbox"],
.radio > label > input[type="radio"] {
  display: none;
}
.checkbox > label > input[type="checkbox"] + .cr > .cr-icon,
.radio > label > input[type="radio"] + .cr > .cr-icon {
  opacity: 0;
}
.checkbox > label > input[type="checkbox"]:checked + .cr > .cr-icon,
.radio > label > input[type="radio"]:checked + .cr > .cr-icon {
  opacity: 1;
}
.checkbox > label > input[type="checkbox"]:disabled + .cr,
.radio > label > input[type="radio"]:disabled + .cr {
  opacity: .5;
}
.audioPlayer {
  height: 56px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background-color: #eee;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.audioPlayer__mediaControls {
  width: 56px;
  display: inline-block;
}
.audioPlayer__mediaControl {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}
.audioPlayer__mediaControl:hover,
.audioPlayer__mediaControl:focus,
.audioPlayer__mediaControl:active {
  background-color: #ccc;
}
.audioPlayer__mediaControl .glyphicon {
  left: 1px;
  top: 2px;
}
.audioPlayer__playPauseButton {
  transition: all 0.1s ease-in-out;
}
.audioPlayer__seeker {
  width: calc(100% - 56px);
  height: 100%;
  display: inline-block;
}
.audioPlayer__seeker--seeking .audioPlayer__seekerProgress,
.audioPlayer__seeker--seeking .audioPlayer__seekerThumb {
  transition: none;
}
.audioPlayer__seekerProgressContainer {
  width: calc(100% - 150px);
  height: 4px;
  position: relative;
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
}
.audioPlayer__seekerProgress,
.audioPlayer__seekerThumb {
  position: absolute;
  top: 0;
  left: 0;
  transition-property: width, left;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}
.audioPlayer__seekerProgress {
  height: 100%;
  background-color: #333;
}
.audioPlayer__seekerThumb {
  width: 16px;
  height: 16px;
  margin: -7px 0 0 -8px;
}
.audioPlayer__seekerThumbHandle {
  width: 16px;
  height: 16px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
  transition-property: background-color, box-shadow;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}
.audioPlayer__seekerThumbHandle:hover,
.audioPlayer__seekerThumbHandle:focus,
.audioPlayer__seekerThumbHandle:active {
  background-color: #666;
}
.audioPlayer__seekerThumbHandle:focus,
.audioPlayer__seekerThumbHandle:active {
  box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.1);
}
.audioPlayer__currentTime,
.audioPlayer__duration {
  width: 75px;
  line-height: 40px;
  padding: 0 16px;
  display: inline-block;
}
.audioPlayer__currentTime {
  text-align: right;
}
.audioPlayer__duration {
  text-align: left;
}
#editSchemePosition ul.instrumentsList {
  padding-left: 0;
  list-style: none;
}
#editSchemePosition ul.instrumentsList li.hasInstrumentSpecifications {
  margin-top: 15px;
}
#editSchemePosition ul.instrumentsList ul {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: none;
}
.modal-body {
  overflow: auto;
}
.tab-pane {
  overflow-y: auto;
}
.duplicate-file-new-window-icon {
  font-size: 16px;
}
