html {
  height: 100%;
}
body {
  font-size: 13px;
  padding-top: 4.5 rem;
  /* height: 100%; */
}
#app {
  height: 100%;
}
.vgt-responsive {
  overflow-x: hidden !important;
}
.vgt-table.musical {
  font-size: 12px;
}
.vgt-table.musical tr.clickable:hover {
  background-color: greenyellow;
}
.content-class {
  height: 90%;
}
.dialog {
  margin: 56px 5px 5px 0px;
}
.vm--modal {
  top: 60px !important;
}
.page-header {
  margin: 56px 5px 5px 0px;
  height: 35px;
  padding-top: 5px;
  z-index: 10;
  background-color: white;
  border-bottom: 1px solid #ccc !important;
}
.header-btn {
  margin-top: 3px;
}
.below-menu {
  height: 90%;
  margin: 105px 15px 5px 15px;
}
.usersSelect {
  margin-right: 5px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #343a40;
}
.dropdown-item.active {
  background-color: #343a40;
}
.dropdown-menu {
  font-size: 13px;
  background-color: #343a40;
}
.dropdown-menu:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: #343a40;
}
.dropdownOpened {
  display: block;
}
.dropdownClosed {
  display: none;
}
.version {
  padding-right: 20px;
  color: whitesmoke !important;
}
.red-dot {
  margin-top: 8px;
  height: 20px;
  width: 20px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.green-dot {
  margin-top: 8px;
  height: 20px;
  width: 20px;
  background-color: lime;
  border-radius: 50%;
  display: inline-block;
}
.button-row {
  width: 100%;
  width: 100%;
  margin-top: 18px;
  height: 44px;
  /* border-width:2px;
  border-style:solid;
  border-color:#a6bdc1; */
}
.btn-margin {
  margin-right: 10px;
}
.loading-message {
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
}
.login-error {
  color: red;
  margin-top: 10px;
}
.error-message {
  min-height: 15px;
  color: red;
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
}
.save-btn {
  margin: 8px -16px -10px 0;
}
.table-block {
  margin-bottom: -20px;
  border-width: 2px;
  border-style: solid;
  border-color: #ddd;
}
.song-button {
  margin-top: 5px;
}
.form-block {
  margin-top: 0;
}

.clicked {
  background-color: #f1f5fd;
}
.upload-file {
  list-style: none;
}
.show-form {
  margin: 10px;
}
.custom-link {
  margin-left: 20px;
}
.loading {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: whitesmoke;
  opacity: 0.8;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
}
.loading div {
  z-index: 20000;
  color: red;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.label {
  font-size: 13px;
  text-align: right;
  font-weight: 600;
}
label.required:after {
  content: ' *';
  color: red;
}
label.not-required:after {
  content: ' *';
  color: transparent;
}
.form-control {
  font-size: 13px;
  padding: 0 0 0 5px;
}
.checkbox-block {
  margin-top: -12px;
}
.note {
  font-size: 12px;
  font-style: italic;
}
.link {
  margin-left: 15px;
  color: blue;
  cursor: pointer;
}
.new-button {
  z-index: 10;
  position: absolute;
  right: 19px;
  top: 63px;
}
.no-bold {
  font-weight: 100;
  font-style: italic;
}
.songs-in-edit a {
  font-size: 11px;
  margin-left: 5px;
}
.song-links {
  font-size: 11px;
  float: right;
}
.songs-edit-all {
  margin-top: 10px;
  margin-left: -15px;
}
.songs-edit-all a {
  margin-right: 15px;
  font-size: 15px;
}
tr.clickable:hover {
  background-color: lightblue;
}

.server-error {
  color: red;
  margin-left: 20px;
  top: 60px;
  position: absolute;
}

.form-row {
  margin-bottom: 5px;
  min-height: 27px;
}
.show {
  transition: all 0.5s;
  height: auto;
  max-height: 1000px;
}
.hide {
  transition: all 0.5s;
  max-height: 0;
  color: transparent;
}
p.hide {
  transition: all 0.5s;
  max-height: 0;
  color: transparent;
  margin-bottom: 0;
}
.add {
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
  transition: max-height 0.5s;
}
.remove {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.5s, opacity 0.4s, visibility 0.4s;
}
.is-not-valid {
  transition: all 0.5s;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
  font-weight: 600;
  font-style: italic;
}
.is-valid {
  transition: all 0.5s;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: transparent;
}
.api-error {
  color: red;
  font-weight: 600;
  font-style: italic;
}
.comments-text {
  width: 100% !important;
  height: 7em;
}
.comments-select {
  width: 100% !important;
}
.mult-lines {
  padding-right: 12px;
}
.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  line-height: 0.8;
  border-radius: 0.2rem;
}
.external-links {
  margin-left: 20px;
}
.external-links-link {
  margin-left: 30px;
  margin-bottom: 7px;
}
.small-text {
  font-size: 0.7rem;
  margin-left: 35px;
  margin-top: -5px;
  font-style: italic;
}
.wiki-link {
  margin-top: -10px;
  margin-left: 45px;
  margin-bottom: 17px;
  width: 420px;
}
.important p {
  color: red;
}
.important h5 {
  color: red;
}
.override {
  color: red;
  margin-bottom: 25px;
}
.songs-to-edit {
  font-size: 14px;
  font-weight: 600;
}
.note-song-edit {
  font-size: 12px;
  font-style: italic;
  margin-bottom: -8px;
}
.song-edit {
  margin-bottom: -10px;
}
.external-link {
  margin-left: 20px;
  width: 600px;
}
.external-link > label {
  padding-left: 5px;
  margin-top: -3px;
}
.v-select {
  position: relative;
  font-family: sans-serif;
}
.v-select,
.v-select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Rtl support */
.v-select.rtl .open-indicator {
  left: 10px;
  right: auto;
}
.v-select.rtl .selected-tag {
  float: right;
  margin-right: 3px;
  margin-left: 1px;
}
.v-select.rtl .dropdown-menu {
  text-align: right;
}
.v-select.rtl .dropdown-toggle .clear {
  left: 30px;
  right: auto;
}
/* Open Indicator */
.v-select .open-indicator {
  position: absolute;
  bottom: 6px;
  right: 10px;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  transition: all 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  opacity: 1;
  height: 20px;
  width: 10px;
}
.v-select .open-indicator:before {
  border-color: rgba(60, 60, 60, 0.5);
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: top;
  transform: rotate(133deg);
  transition: all 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  box-sizing: inherit;
}
/* Open Indicator States */
.v-select.open .open-indicator:before {
  transform: rotate(315deg);
}
.v-select.loading .open-indicator {
  opacity: 0;
}
.v-select.open .open-indicator {
  bottom: 1px;
}
/* Dropdown Toggle */
.v-select .dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}
.v-select .dropdown-toggle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

/* Clear Button */
.v-select .dropdown-toggle .clear {
  position: absolute;
  bottom: 9px;
  right: 30px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

/* Dropdown Toggle States */
.v-select.searchable .dropdown-toggle {
  cursor: text;
}
.v-select.unsearchable .dropdown-toggle {
  cursor: pointer;
}
.v-select.open .dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* Dropdown Menu */
.v-select .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-top: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}
.v-select .no-options {
  text-align: center;
}
/* Selected Tags */
.v-select .selected-tag {
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 26px;
  margin: 4px 1px 0px 3px;
  padding: 1px 0.25em;
  float: left;
  line-height: 24px;
}
.v-select.single .selected-tag {
  background-color: transparent;
  border-color: transparent;
}
.v-select.single.open .selected-tag {
  position: absolute;
  opacity: 0.5;
}
.v-select.single.open.searching .selected-tag,
.v-select.single.loading .selected-tag {
  display: none;
}
.v-select .selected-tag .close {
  float: none;
  margin-right: 0;
  font-size: 20px;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.v-select.single.searching:not(.open):not(.loading) input[type='search'] {
  opacity: 0.2;
}
/* Search Input */
.v-select input[type='search']::-webkit-search-decoration,
.v-select input[type='search']::-webkit-search-cancel-button,
.v-select input[type='search']::-webkit-search-results-button,
.v-select input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.v-select input[type='search']::-ms-clear {
  display: none;
}
.v-select input[type='search'],
.v-select input[type='search']:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.42857143;
  font-size: 1em;
  height: 34px;
  display: inline-block;
  border: none;
  outline: none;
  margin: 0;
  padding: 0 0.5em;
  width: 10em;
  max-width: 100%;
  background: none;
  position: relative;
  box-shadow: none;
}
.v-select.unsearchable input[type='search'] {
  opacity: 0;
}
.v-select.unsearchable input[type='search']:hover {
  cursor: pointer;
}
/* List Items */
.v-select li {
  line-height: 1.42857143; /* Normalize line height */
}
.v-select li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333; /* Overrides most CSS frameworks */
  white-space: nowrap;
}
.v-select li:hover {
  cursor: pointer;
}
.v-select .dropdown-menu .active > a {
  color: #333;
  background: rgba(50, 50, 50, 0.1);
}
.v-select .dropdown-menu > .highlight > a {
  /*
   * required to override bootstrap 3's
   * .dropdown-menu > li > a:hover {} styles
   */
  background: #5897fb;
  color: #fff;
}
.v-select .highlight:not(:last-child) {
  margin-bottom: 0; /* Fixes Bulma Margin */
}
/* Loading Spinner */
.v-select .spinner {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity 0.1s;
}
.v-select .spinner,
.v-select .spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Disabled state */
.v-select.disabled .dropdown-toggle,
.v-select.disabled .dropdown-toggle .clear,
.v-select.disabled .dropdown-toggle input,
.v-select.disabled .selected-tag .close,
.v-select.disabled .open-indicator {
  cursor: not-allowed;
  background-color: rgb(248, 248, 248);
}

/* Loading Spinner States */
.v-select.loading .spinner {
  opacity: 1;
}
/* KeyFrames */
@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Dropdown Default Transition */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/

/*general styles for all CSS Checkboxes*/
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type='checkbox'].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type='checkbox'].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}

input[type='checkbox'].css-checkbox:checked + label.css-label {
  background-position: 0 -15px;
}

/* .css-label {
  background-image: url(dark-check-green.png);
} */

/*specific classes related to Checkbox skins*/
.lite-red-check {
  background-image: url(lite-red-check.png);
}

input[type='checkbox'].css-checkbox.med + label.css-label.med {
  padding-left: 22px;
  height: 17px;
  display: inline-block;
  line-height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}

input[type='checkbox'].css-checkbox.med:checked + label.css-label.med {
  background-position: 0 -17px;
}
input[type='checkbox'].css-checkbox.sme + label.css-label.sme {
  padding-left: 22px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}

input[type='checkbox'].css-checkbox.sme:checked + label.css-label.sme {
  background-position: 0 -16px;
}
input[type='checkbox'].css-checkbox.lrg + label.css-label.lrg {
  padding-left: 22px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}

input[type='checkbox'].css-checkbox.lrg:checked + label.css-label.lrg {
  background-position: 0 -20px;
}
