#login {
  margin: 42px;
  max-width: 300px;
}

#login h1 {
  margin-bottom: 1em;
}

#login input {
  text-transform: uppercase;
  margin: 10px;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 .icon {
  height: 1em;
  position: relative;
  top: -5px;
}

h2 i, h3 i {
  margin-right: 5px;
}

p {
  margin: 1em 0;
}

p.center {
  text-align: center;
}

ol, ul {
  max-width: 90%;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

i.fa {
  margin-right: 5px;
}

select {
  font-family: 'FontAwesome', sans-serif;
}

input[type=file] {
  width: 90%;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  line-height: 1.5;
  padding: .2rem;
  font-size: 1rem;
}

article {
  padding-bottom: 3em;
}

footer {
  margin-top: 2em;
  font-size: 0.8rem;
}

footer .issues {
  display: none;
}

#new {
  width: 90%;
}

#no-nav {
  height: 40px;
}

#buttons {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}

#buttons button {
  border: none;
  background: none;
}

#buttons button:focus {
  outline: none;
}

#buttons button img {
  width: 40px;
  opacity: 40%;
}

#buttons button img:hover {
  opacity: 80%;
}

#song-info {
  position: fixed;
  top: 30px;
  right: 20px;
  text-align: right;
  color: #999;
}

#song-info .fa {
  display: none;
  margin-left: 20px;
}

#chart {
  float: right;
  overflow-x: scroll;
  overflow-y: scroll;
  position: relative;
  top: 40px;
  width: 40%;
  font-size: 1.5rem;
  height: 300px;
  padding-right: 40px;
}

#chart pre {
  font-size: 24px !important;
  width: 600px;
}

.current-chord-marker {
  height: 10px;
  width: 320px;
  text-align: right;
  font-size: 10px;
  line-height: 10px;
}

#chords {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  border-radius: 30px;
}

#chords .chord {
  position: absolute;
}

#lyrics {
  float: right;
  overflow: hidden;
  position: relative;
  top: 40px;
  width: 40%;
  font-size: 1.5rem;
  height: 450px;
  padding-right: 40px;
}

#lyrics p {
  margin: 0 10px;
  padding: 10px 0 10px 50px;
  text-indent: -30px;
}

.modal-body {
  padding: 10px 40px 20px;
 }

.modal-body button {
  margin-left: 30px;
  border: none;
  background: none;
}

.modal-body button:hover {
  text-decoration: none;
}

.modal #notes,
.modal #moises_chords,
.modal #moises_data {
  min-height: 300px;
}

.nav-tip {
  margin: 0 2px;
  padding: 3px 5px 2px;
  border-radius: 3px;
  border-left: none;
}

.post-title {
  white-space: nowrap;
  overflow: hidden;
}

.post-content .multitrack {
  display: none;
}

.post-content ol, .post-content ul {
  padding-inline-start: 1.5em;
}

.post-content li {
  margin: 0.5em 1em;
}

.post-content li.hanging {
  padding-left: 3em;
  text-indent: -3em;
}

.blocker {
  /*z-index: 99;*/
}

.wrapper {
  margin: 0 30px 30px 40px;
}

.loading {
  width: 100%;
  display: none;
  position: relative;
  /*z-index: 99;*/
  opacity: 0.7;
  text-align: center;
}

.loading img {
  width: 100%;
  max-width: 800px;
}

.pending {
  display: none;
}

.spinner {
  opacity: 0.7;
}

.moises-ready {
  display: none;
}

.playlist {
  margin: 2em 0;
  /*width: 55%;*/
}

.playlist *, .playlist ::after, .playlist ::before {
  box-sizing: border-box;
}

.playlist .btn:not(:disabled) {
  cursor: pointer;
}

.playlist .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.playlist .btn-outline-dark:active:focus, .playlist .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem var(--wp-mute-solo-focus-color);
}

.playlist .btn-danger {
  color: var(--wp-btn-danger-color);
  background-color: var(--wp-btn-danger-background-color);
  border-color: var(--wp-btn-danger-border-color);
}

.playlist .btn-danger:hover {
  color: var(--wp-btn-danger-color);
  background-color: var(--wp-btn-danger-background-hover-color);
  border-color: var(--wp-btn-danger-border-hover-color);
}

.playlist .btn-danger:active:focus, .playlist .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem var(--wp-btn-danger-focus-color);
}

.playlist .btn-info {
  color: var(--wp-btn-info-color);
  background-color: var(--wp-btn-info-background-color);
  border-color: var(--wp-btn-info-border-color);
}

.playlist .btn-info:hover {
  color: var(--wp-btn-info-color);
  background-color: var(--wp-btn-info-background-hover-color);
  border-color: var(--wp-btn-info-border-hover-color);
}

.playlist .btn-info:active:focus, .playlist .btn-info:focus {
  box-shadow: 0 0 0 0.2rem var(--wp-btn-info-focus-color);
}

.playlist .btn-xs {
  padding: .3rem;
  font-size: .5rem;
  line-height: .5;
  border-radius: .2rem;
  text-transform: uppercase
}

.playlist .btn-mute.active {
  background-color: red !important;
}

.playlist .btn-solo.active {
  background-color: yellow !important;
  color: #963 !important;
}

.playlist .btn-group {
  margin: 0.3rem;
}

.playlist .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.playlist .btn-group > .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.playlist .playlist-time-scale {
  height: 30px;
}

.playlist .time {
  font-size: 0.7rem;
}

.playlist .channel {
  background: var(--wp-channel-color);
}

.playlist .channel-progress {
  background: var(--wp-channel-progress-color);
}

.playlist .cursor {
  background: var(--wp-cursor-color);
}

.playlist .wp-fade {
  background-color: var(--wp-fade-background-color);
}

.playlist .state-cursor, .playlist .state-select {
  cursor: text;
}

.playlist .state-fadein {
  cursor: w-resize;
}

.playlist .state-fadeout {
  cursor: e-resize;
}

.playlist .state-shift {
  cursor: ew-resize;
}

.playlist .selection.point {
  background: var(--wp-selection-point-color);
}

.playlist .selection.segment {
  background: var(--wp-selection-background-color);
}

.playlist .channel-wrapper {
  margin-bottom: 3px;
}

.playlist .channel-wrapper.silent .channel {
  opacity: 0.3;
}

.playlist .controls {
  text-align: center;
}

.playlist .controls .track-header {
  white-space: nowrap;
  overflow: hidden;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.2rem 0 0.7rem;
  font-size: 0.8rem;
}

.playlist .controls .track-header button {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playlist .controls .track-header button.btn-danger {
  display: none;
}

.playlist .controls label {
  width: 60px;
  display: inline-block;
  justify-content: space-between;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding: 0;
}

.playlist .controls label:before {
  font-size: 10px;
  padding-right: 2px;
  -moz-osx-font-smoothing: grayscale;
}

.playlist .controls label:after {
  font-size: 10px;
  padding-left: 2px;
}

.playlist .controls label.volume:before {
  content: "\f027";
}

.playlist .controls label.volume:after {
  content: "\f028";
}

.playlist .controls label.stereopan:before {
  content: "L";
  font-family: sans-serif;
}

.playlist .controls label.stereopan:after {
  content: "R";
  font-family: sans-serif;
}

.playlist .controls input[type="range"] {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 30px;
}

.playlist .controls input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background: var(--wp-range-slider-background-color);
  border: none;
  border-radius: 3px;
}

.playlist .controls input[type="range"]::-moz-range-track {
  height: 5px;
  background: var(--wp-range-slider-background-color);
  border: none;
  border-radius: 3px;
}

.playlist .controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--wp-range-slider-color);
  margin-top: -5px;
  cursor: ew-resize;
}

.playlist .controls input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--wp-range-slider-color);
  margin-top: -5px;
  cursor: ew-resize;
}

.playlist .controls input[type="range"]:focus {
  outline: none;
}

.playlist .controls input[type="range"]:focus::-webkit-slider-runnable-track {
  background: var(--wp-range-slider-background-focus-color);
}

.playlist .controls input[type="range"]:focus::-moz-range-track {
  background: var(--wp-range-slider-background-focus-color);
}

.playlist .controls input[type="range"]:focus::-webkit-slider-thumb {
  border: 2px solid var(--wp-range-slider-focus-color);
}

.playlist .controls input[type="range"]:focus::-moz-range-thumb {
  border: 2px solid var(--wp-range-slider-focus-color);
}

.playlist .annotations .annotations-boxes {
  text-align: center;
}

.playlist .annotations .annotation-box {
  border: 2px dashed var(--wp-annotation-box-border-color);
  padding: 0 10px;
  line-height: 1.5;
}

.playlist .annotations .annotation-box .resize-handle {
  background: var(--wp-annotation-box-border-color);
  opacity: 0.3;
  cursor: ew-resize;
}

.playlist .annotations .annotation-box .id {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.playlist .annotations .annotations-text {
  font-size: 10px;
  font-weight: 300;
  margin-top: 1em;
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}

.playlist .annotations .annotations-text .annotation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.playlist .annotations .annotations-text .annotation span {
  margin: 0.3rem 0.6rem;
}

.playlist .annotations .annotations-text .annotation span:last-of-type {
  margin-right: 1.2rem;
}

.playlist .annotations .annotations-text .annotation .annotation-id {
  font-size: 10px;
  line-height: 27px;
}

.playlist .annotations .annotations-text .annotation .annotation-start {
  font-size: 10px;
  line-height: 27px;
}

.playlist .annotations .annotations-text .annotation .annotation-end {
  font-size: 10px;
  line-height: 27px;
}

.playlist .annotations .annotations-text .annotation .annotation-lines {
  flex-grow: 10;
}

.playlist .annotations .annotations-text .annotation .annotation-actions {
  flex-basis: auto;
  width: 85px;
  text-align: right;
  font-size: 10px;
}

.playlist .annotations .annotations-text .annotation .annotation-actions i {
  margin-right: 0.6rem;
}

.playlist .annotations .annotations-text .annotation .annotation-actions i:last-of-type {
  margin-right: 0;
}

.playlist .annotations .annotations-text .annotation .annotation-actions i:hover {
  color: var(--wp-annotation-icon-hover-color);
  cursor: pointer;
}

.playlist .annotations .current {
  background-color: var(--wp-annotation-current-background-color);
}

.bottom-bar {
  display: flex;
}

.bottom-bar form {
  margin-right: 30px;
}

.bottom-bar .audio-pos {
  width: 100px;
}

.track-drop {
  border: 2px dashed blue;
  height: 100px;
  width: 300px;
  margin: 1em 0;
}

.track-drop::before {
  content: "Drop audio file(s) here!";
}

.track-drop.drag-enter {
  border: 2px solid orange;
}

/*# sourceMappingURL=main.css.map */

.navbar-default {
  margin-left: 300px;
}

.mnb .navbar-header a {
  position: relative;
  left: -20px;
  border-radius: 5px;
  padding: 5px;
}

.mnb .navbar-header a i {
  margin: 0 5px;
}

.navbar .input-group {
  background: #fff;
}

/*main side bar*/

.msb {
  width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  min-height: 100%;
  overflow-y: auto;
  white-space: nowrap;
  height: 100%;
  /*z-index: 99;*/
  padding-top: 10px
}

.msb .navbar {
  border: none;
  margin-left: 0;
  background-color: inherit;
}

.msb .navbar-header {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 0;
}

.msb .navbar-nav .panel {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  background: inherit;
}

.msb ul {
  margin: 10px 0;
}

.msb ul ul ul {
  margin: 0 10px;
}

.msb .navbar-nav li {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding-left: 15px;
}

.msb .navbar-nav li a {
  line-height: 1.3;
}

.msb .navbar-nav li a .glyphicon, .msb .navbar-nav li a .fa {
  margin-right: 8px;
}

.msb .navbar-nav li.song {
  white-space: normal;
  padding-left: 29px;
  text-indent: -14px;
}

.msb .nb {
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

.msb .multitracks {
  font-size: 90%;
}

.side-menu-container > a {
  margin: 10px 15px;
}

.side-menu-container .input-group {
  margin: 5px 13px;
  width: 90%;
}

.side-menu-container .input-group * {
  color: #777;
  font-size: 0.8rem;
}

.msb footer {
  position: absolute;
  bottom: 0;
  padding: 20px;
}

ul.nv,
ul.ns {
  position: relative;
  padding: 0;
  list-style: none;
}

.nv {
  /*ns: nav-sub*/
}

.nv li {
  display: block;
  position: relative;
}

.nv li::before {
  clear: both;
  content: "";
  display: table;
}

.nv li a {
  color: #999;
  padding: 10px 25px;
  display: block;
  vertical-align: middle;
}

.nv li a .ic {
  font-size: 10px;
  margin-right: 5px;
  font-weight: 300;
  display: inline-block;
}

.nv .ns li a {
  padding: 10px 50px;
}

/*main content wrapper*/
.mcw {
  margin-left: 300px;
  position: relative;
  top: 0;
  min-height: 100%;
  /*content view*/
}

/*globals*/
a,
a:focus,
a:hover {
  text-decoration: none;
}

.inbox .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.inbox ul, .inbox li {
  margin: 0;
  padding: 0;
}

.inbox ul li {
  list-style: none;
}

.inbox ul li a {
  display: block;
  padding: 10px 20px;
}

.msb, .mnb {
  -moz-animation: slidein 300ms forwards;
  -o-animation: slidein 300ms forwards;
  -webkit-animation: slidein 300ms forwards;
  animation: slidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mcw {
  -moz-animation: bodyslidein 300ms forwards;
  -o-animation: bodyslidein 300ms forwards;
  -webkit-animation: bodyslidein 300ms forwards;
  animation: bodyslidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.msbo .fa-caret-right,
.nav-tip.fa-caret-right,
.nav-tip.msb-open {
  display: none;
}

body.msb-x .msbo .fa-caret-left,
body.msb-x .nav-tip.fa-caret-left,
body.msb-x .nav-tip.msb-close {
  display: none;
}

body.msb-x .msbo .fa-caret-right,
body.msb-x .nav-tip.fa-caret-right,
body.msb-x .nav-tip .msb-open {
  display: inline;
}

body.msb-x .mcw, body.msb-x .mnb {
  margin-left: 0;
  -moz-animation: bodyslideout 300ms forwards;
  -o-animation: bodyslideout 300ms forwards;
  -webkit-animation: bodyslideout 300ms forwards;
  animation: bodyslideout 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

body.msb-x .msb {
  -moz-animation: slideout 300ms forwards;
  -o-animation: slideout 300ms forwards;
  -webkit-animation: slideout 300ms forwards;
  animation: slideout 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Slide in animation */
@-moz-keyframes slidein {
  0% {
    left: -300px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slidein {
  0% {
    left: -300px;
  }
  100% {
    left: 0;
  }
}

@keyframes slidein {
  0% {
    left: -300px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -300px;
  }
}

@-webkit-keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -300px;
  }
}

@keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -300px;
  }
}

@-moz-keyframes bodyslidein {
  0% {
    left: 0;
  }
  100% {
    margin-left: 300px;
  }
}

@-webkit-keyframes bodyslidein {
  0% {
    left: 0;
  }
  100% {
    left: 0;
  }
}

@keyframes bodyslidein {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 300px;
  }
}

@-moz-keyframes bodyslideout {
  0% {
    margin-left: 300px;
  }
  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes bodyslideout {
  0% {
    margin-left: 300px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bodyslideout {
  0% {
    margin-left: 300px;
  }
  100% {
    margin-left: 0;
  }
}

@media only screen and (max-width: 800px) {
  .mcw {
    margin-right: 20px;
  }

  .wrapper {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #login {
    margin: 30px 20px;
  }

  .mcw {
    display: none;
  }

  .msb-x .mcw {
    display: block;
    margin-right: 20px;
  }

  .wrapper {
    margin-left: 20px;
  }
}
