table.dataTable tr td.dt-type-numeric, table.dataTable tr th.dt-type-numeric {
  text-align: center;
}        

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /* START DARK */
    background-color: rgb(33, 37, 41);
    /* color: #ffffff; */
    /* END DARK */
    /* padding: 30px; */
}      

.textXL {
  font-size: 30px;
}

.setlistComment, #metronomeSetlistComment {
  color: #00ff08;
  font-style: italic;
  font-size: 14px;
  white-space: nowrap;
}


a {
  color: inherit;
}

#setlistName {
  margin: 0;
  /* font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif; */
  font-family: "chainprinter", sans-serif;
  font-weight: 400;
  font-style: normal;  
  font-size: 28px !important;
  color: #ffffff;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

#selector {
  text-align: right;
}

#toggle-bar {
  display: none;          
}

.toggle-vis {
  background-color: #666666;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  line-height: 15px;
  padding: 5px;
  cursor: pointer;
}

.titlebar, .togglebar {
    float: left;
}      

.togglebar {
  float: left;
  text-align: left;
  margin-top: 1em;
}

.startMetronome {
  color: #ffffff;
  background-color: #2a4949;
  border: none;
  border-radius: 5px;
  padding: 3px;
  width: 3em;
  cursor: pointer;
}

.hx, .openLyrics {
  color: #ffffff;
  background-color: #2a4949;
  border: none;
  border-radius: 5px;
  padding: 3px;
  width: 4em;
  cursor: pointer;
}

.btnDisabled {
  background-color: #666666;
  color: #cccccc;
  cursor: not-allowed;
}

.selectorLabel {
  width: 4em;
  float: left;
}


.buttons {
  float: right;
  margin-top: 1em;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin: 0px 2px;
}


tr.breakafterrow td {
  border-bottom: 15px solid #ffffff;
}

#setlistSelector {
  padding: 5px;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
}

#setlistName {
}

#setlistSave {
  background-color: darkgreen;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  line-height: 15px;
  padding: 5px 15px;
  cursor: pointer;
}


.gx100 {
  color: #ffffff;
  background-color: #2a4949;
  border: none;
  border-radius: 5px;
  padding: 3px;
  width: 4em;
  cursor: pointer;
}

.runtime {
  color: #cccccc;
}

#lyrics-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.8);
  display: none;
}

#lyrics-outer {
  position: fixed;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  padding: 20px;
  top: 0px;
  left: 0px;
  background-color: #000000;
  border-radius: 20px;
  border: 5px solid #ffffff;
  display: block;
}

#lyrics-inner {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  top: 40px;
  background-color: #000000;
  color: #ffffff;
  overflow-y: scroll;
  scrollbar-width: thin;
}

#lyrics-editor-inner {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  top: 40px;
  background-color: #000000;
  color: #ffffff;
  display: none;
}

#lyrics-editor-inner > .tox-tinymce {
  height: 100% !important;
}



#lyrics-editor {
}

#lyrics-title-outer {
  position: absolute;
  width: calc(100% - 200px);
}

#lyrics-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

#lyricsBtnPrev, #lyricsBtnNext {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    background-color: transparent;
    margin: 0px 0px 0px 15px;
}


#lyrics-startscroll {
  background-color: #00ff00;
  color: #000000;
  border-radius: 5px;
  border: 0px solid #00ff00;
}

.tox-collection__item-label * {
  color: unset !important;
  font-size: unset !important;
}

#lyrics-content {
  font-size: 24px;
  padding: 10px;
}

#lyrics-plus-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 140px;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}

#lyrics-minus-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 100px;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}

#lyrics-edit-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 60px;
    cursor: pointer;
    background-color: #0000ff;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}        

#lyrics-close-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #ff0000;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}        

#lyrics-status {
  position: absolute;
  width: 150px;
  height: 30px;
  top: 60px;
  right: 20px;
}

#lyrics-setlist-comment-outer {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  height: 30px;
  background-color: transparent;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 30px; 
}

.status-msg {
  text-align: center;
}

.status-blue {
  background-color: blue;
  color: #ffffff;
}

.status-blink {
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}


#spotify-modal, #ytm-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.8);
  display: none;
}

#spotify-outer, #ytm-outer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
}

#spotify-inner, #ytm-inner {
  width: 400px;
  height: 400px;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#spotify-close-icon, #ytm-close-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #ff0000;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}        

.icon-comment-edit {
  font-size: 15px;
  color: #ffffff;
  margin: 0px 10px ;
  cursor: pointer;
}

#comment-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.8);
  display: none;
}

#comment-outer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
}

#comment-inner {
  width: 400px;
  height: 200px;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#comment-close-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #ff0000;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}        




#loading-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,1);
  display: block;
  z-index: 10000;
}

#loading-image {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}        

table.dataTable tbody tr.selected>*, table.dataTable.hover>tbody>tr.selected:hover>*, table.dataTable.display>tbody>tr.selected:hover>* {
  /* box-shadow: inset 0 0 0 9999px rgba(64,64,64,0.7) !important; */
  box-shadow: none !important; 
  font-weight: bold !important;
  background-color: rgba(255,255,255,0.2);
}

table.table.dataTable>tbody>tr.selected a {
    color: #ffffff;
}        

#midi-modal {
  color: #cccccc;
  text-align: center;
}



/* Specific styles for the H1 in the print view */
body.dt-print-view  {
    background-color: #ffffff;
}

body.dt-print-view * {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 16px;
}

body.dt-print-view h1 {
    font-size: 24px;
}


body.dt-print-view table.table.dataTable>tbody>tr.breakafterrow {
  border-bottom: 0.5em solid #000000;
}
