@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,900;1,400&display=swap");
body {
  color: #ccc;
  background-color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}

.site-header {
  background-color: #efefef;
}

.site-main {
  margin: 0;
}
.site-main .entry-content h4 {
  color: #05ce00;
  margin: 0 0 15px 0;
  font-weight: normal;
}

.entry .entry-title:before {
  background: transparent;
  content: "";
  display: none;
  height: 0px;
  margin: 0;
  width: 0px;
}

.entry-content .musician-info-container {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.entry-content .musician-info-container .avatar,
.entry-content .musician-info-container .musician-details {
  float: left;
}
.entry-content .musician-info-container .avatar {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.entry-content .musician-info-container .avatar img {
  border-radius: 2px;
}

:not(.site-title):before,
h2:before {
  display: none;
}

.entry .entry-content {
  padding: 0;
  margin: 20px 0;
}

.entry .entry-summary,
.entry .entry-footer {
  margin: 0;
  padding: 0;
}

.entry .entry-header {
  margin: 0;
}

.entry .entry-content,
.entry .entry-summary {
  max-width: 100%;
}

.entry .entry-content > *,
.entry .entry-summary > *,
.entry .entry-footer {
  max-width: 100%;
}

.page-template-artist-admin .site-description {
  display: none;
}
.page-template-artist-admin .site-header {
  padding: 10px 0 6px;
}
.page-template-artist-admin .content-area .site-main {
  padding: 0;
}
.page-template-artist-admin .site-logo .custom-logo-link {
  max-width: 200px;
}
.page-template-artist-admin #loginform {
  border: 1px solid #05ce00;
  padding: 20px;
  max-width: 375px;
  margin: 10px auto 0;
}
.page-template-artist-admin #loginform .login-username,
.page-template-artist-admin #loginform .login-password,
.page-template-artist-admin #loginform .login-submit {
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 20px 0;
}
.page-template-artist-admin #loginform .login-username label,
.page-template-artist-admin #loginform .login-password label,
.page-template-artist-admin #loginform .login-submit label {
  line-height: 40px;
}
.page-template-artist-admin #loginform .login-username input,
.page-template-artist-admin #loginform .login-password input,
.page-template-artist-admin #loginform .login-submit input {
  float: right;
  padding: 5px;
  line-height: 1em;
}
.page-template-artist-admin #loginform .login-username #wp-submit,
.page-template-artist-admin #loginform .login-password #wp-submit,
.page-template-artist-admin #loginform .login-submit #wp-submit {
  background-color: #05ce00;
  color: black;
  padding: 15px 25px;
}
.page-template-artist-admin #loginform .login-submit {
  margin-bottom: 0;
}
.page-template-artist-admin #loginform .login-remember {
  text-align: right;
  margin: -10px 0 10px 0;
}

.tiny-tip {
  display: none;
}

.icon-bubble.min-tip-alert {
  color: #e11414;
  position: relative;
  display: table;
}
.icon-bubble.min-tip-alert .tiny-tip {
  display: table-cell;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  font-family: "Roboto";
}

.artist-admin-tabs-container #artist-admin-header-nav {
  background-color: #05ce00;
  margin-bottom: 0px;
}
.artist-admin-tabs-container .tab {
  overflow: hidden;
}
.artist-admin-tabs-container .tab button {
  background-color: #05ce00;
  color: black;
  outline: none;
  float: left;
  cursor: pointer;
  padding: 8px 20px 14px;
  border-radius: 0px;
  border-bottom: 1px solid #05ce00;
  width: 25%;
}
.artist-admin-tabs-container .tab button .mobile-nav-icon,
.artist-admin-tabs-container .tab button .nav-text {
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
}
.artist-admin-tabs-container .tab button .mobile-nav-icon {
  margin-right: 5px;
  font-size: 36px;
  height: 24px;
}
.artist-admin-tabs-container .tab button .nav-text {
  line-height: 24px;
}
.artist-admin-tabs-container .tab button.active {
  font-weight: bold;
  border-color: #05ce00;
  box-shadow: 0px 0px 5px #05ce00;
  border-bottom: 3px solid black;
  padding: 5px 20px 18px;
}
.artist-admin-tabs-container .tabcontent {
  display: none;
  margin: 20px 20px 0;
}
.artist-admin-tabs-container .tabcontent h2 {
  color: #05ce00;
  width: 100%;
  line-height: 1em;
  margin: 0 0 20px 0;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content {
  border-bottom: 1px solid black;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .no-pending-requests {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .gap-between-requests {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container {
  margin: 0 0 2px 0;
  padding: 0px;
  cursor: pointer;
  max-height: 200px;
  position: relative;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .request-meta-toggle {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 70px;
  height: 100%;
  padding-left: 12px;
  padding-top: 5px;
  line-height: 20px;
  font-size: 18px;
  z-index: 400;
  color: black;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .request-meta-toggle .meta-toggle-inner {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  padding-left: 12px;
  padding-top: 5px;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .dollarsign-icon,
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .venmo-icon-container {
  display: table-cell;
  font-size: 53px;
  vertical-align: middle;
  line-height: 100%;
  width: 48px;
  text-align: center;
  height: 70px;
  font-weight: 900;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .venmo-icon-container img {
  max-width: 32px;
  display: block;
  margin: 0 auto;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container.delete-pending {
  max-height: 0px;
  margin: 0;
  overflow-y: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request {
  line-height: 1.2em;
  color: white;
  border-radius: 2px;
  overflow: hidden;
  border: 2px solid;
  border-left: 10px solid;
  display: table;
  width: 100%;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request.meta-visible .hidden-meta {
  display: block !important;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request.notip {
  color: white;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request.notip .request-details {
  padding-left: 15px;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request.notip .request-title {
  font-weight: normal !important;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request .request-details {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
  padding: 10px 15px 10px 0;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request .request-details .request-title {
  font-size: 22px;
  font-weight: bold;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request .request-details .request-title .request-count {
  display: inline;
  font-style: italic;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request .request-details .request-meta {
  font-size: 14px;
  overflow: hidden;
  margin-right: 60px;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request .request-details .request-meta .firstname {
  display: none;
  font-size: 20px;
  float: left;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request .request-details .request-meta .tipamt {
  display: none;
  font-size: 20px;
  float: right;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request .request-details .request-meta .hidden-meta {
  clear: both;
  display: none;
  line-height: 1.1em;
}
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request.paypal .request-meta .firstname,
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request.paypal .request-meta .tipamt, .artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request.stripe .request-meta .firstname,
.artist-admin-tabs-container .tabcontent.request-line #request-line-tab-ajax-content .song-request-container .single-request.stripe .request-meta .tipamt {
  display: block;
}
.artist-admin-tabs-container .tabcontent.request-line #pending-requests-settings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.artist-admin-tabs-container .tabcontent.request-line #pending-requests-settings button {
  background-color: black;
  color: #888;
  border: 3px solid #888;
  margin: 10px;
  flex: 1 auto;
}
.artist-admin-tabs-container .tabcontent.request-line #pending-requests-settings button:focus {
  outline: none;
}
.artist-admin-tabs-container .tabcontent.song-list h3 {
  font-size: 1.4em;
  margin-top: 10px;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container {
  margin-bottom: 15px;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container.draft .modify-links i.icon-switch {
  color: red;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container .song-title {
  line-height: 1.3em;
  cursor: pointer;
  margin-bottom: 5px;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container .song-title .avoid-break {
  display: inline-block;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container .update-cooldown-disabled {
  color: #777;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container .update-cooldown-disabled:before {
  content: "//";
  position: relative;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container .modify-links {
  min-width: 30px;
  font-size: 16px;
  line-height: 1em;
  min-width: 62px;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container .modify-links div {
  display: inline-block;
  margin-right: 10px;
}
.artist-admin-tabs-container .tabcontent.song-list .song-list-single-container .modify-links div i {
  cursor: pointer;
}
.artist-admin-tabs-container .tabcontent.song-list .add-songs-container h3 {
  margin: 30px 0 10px;
}
.artist-admin-tabs-container .tabcontent.song-list .add-single-song-form input[type=text] {
  padding: 2px 5px;
  font-size: 18px;
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.artist-admin-tabs-container .tabcontent.song-list .add-single-song-form #add-single-song-author {
  margin-right: 2%;
}
.artist-admin-tabs-container .tabcontent.song-list .add-single-song-form button {
  clear: both;
  padding: 10px 20px;
  background-color: #05ce00;
  color: black;
}
.artist-admin-tabs-container .tabcontent.song-list textarea.multi-song-adder {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-size: 18px;
}
.artist-admin-tabs-container .tabcontent.song-list button#submit-multiple-songs {
  padding: 10px 20px;
  background-color: #05ce00;
  color: black;
}
.artist-admin-tabs-container .tabcontent.song-list .clear-all-cooldowns {
  margin-top: 20px;
  width: 100%;
}
.artist-admin-tabs-container .tabcontent {
  animation: fadeEffect 0.5s;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#loading-spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url(images/loading-5.svg) center center no-repeat #000000;
  z-index: 500;
  display: none;
}

#paypal-loading-spinner {
  text-align: center;
  display: none;
}

.request-link {
  display: block;
  cursor: pointer;
  line-height: 1.3em;
}
.request-link .author-song-list-container {
  text-decoration: underline;
}

#submit-request-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 600;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
#submit-request-overlay #submit-request-popup {
  background-color: #222;
  border: 1px solid #00c0ff;
  box-shadow: 0px 0px 10px #00c0ff;
  margin: 0 5%;
  opacity: 1;
  padding: 15px 10px 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#submit-request-overlay #submit-request-popup .grecaptcha-badge {
  display: none !important;
}
#submit-request-overlay #submit-request-popup #success-message {
  padding: 40px 0;
  vertical-align: center;
  display: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
  font-size: 1.2em;
}
#submit-request-overlay #submit-request-popup #success-message .button {
  font-weight: normal;
  font-size: 1em;
}
#submit-request-overlay #submit-request-popup #success-message .button span {
  font-size: 46px;
  font-weight: bold;
}
#submit-request-overlay #submit-request-popup button:focus {
  outline: none;
}
#submit-request-overlay #submit-request-popup #now-requesting {
  padding-right: 20px;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
}
#submit-request-overlay #submit-request-popup .x-out {
  position: absolute;
  display: block;
  right: 7px;
  top: 7px;
  cursor: pointer;
  color: #00c0ff;
  font-size: 1em;
}
#submit-request-overlay #submit-request-popup .or-container {
  text-align: center;
  width: 100%;
  line-height: 1em;
  padding: 10px 0 12px;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container {
  margin-top: 15px;
  border: 1px solid #05ce00;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .include-tip-note {
  display: block;
  font-size: 26px;
  color: #05ce00;
  font-weight: bold;
  margin-bottom: 13px;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container {
  overflow: hidden;
  margin: 0 auto;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: black;
  font-size: 20px;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container #display {
  display: none;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container label {
  font-size: 14px;
  color: white;
  position: relative;
  display: inline-block;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container label .currency-prefix {
  position: absolute;
  color: black;
  font-size: 20px;
  left: 15px;
  padding-top: 2px;
  display: none;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container .min-tip-notice {
  font-size: 16px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #ccc;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container input {
  line-height: 1em;
  margin: 0 5px 10px;
  padding: 0 5px;
  text-align: center;
  background-color: #00c0ff;
  min-width: 80px;
  max-width: 80px;
  border-radius: 5px;
  min-height: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: black;
  font-size: 20px;
  display: inline-block;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container input:focus {
  background-color: #05ce00;
  border: 1px solid black;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container input::placeholder {
  color: black;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container button.donationAmtButton {
  padding: 5px 10px;
  min-width: 80px;
  min-height: 40px;
  background-color: #00c0ff;
  margin: 0 5px 10px;
  color: black;
  font-weight: bold;
  font-size: 20px;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .tip-amount-container button.donationAmtButton.selected {
  background-color: #05ce00;
  border: 1px solid black;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .pay-buttons {
  max-width: 400px;
  margin: 0 auto;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .pay-buttons .tip-disclaimer {
  font-size: 11px;
  line-height: 1.1em;
  padding: 10px 0 5px;
  clear: both;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .pay-buttons #paypal-button {
  text-align: center;
  width: 100%;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .pay-buttons #stripe-checkout-container {
  width: 100%;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container .pay-buttons #stripe-checkout-container #payment-request-button {
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: #ffffff;
  min-height: 45px;
  width: 100%;
  margin-bottom: 5px;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container #paypal-button a,
#submit-request-overlay #submit-request-popup #include-a-tip-container #venmo-button a {
  display: block;
  width: 100%;
  height: 100%;
}
#submit-request-overlay #submit-request-popup #include-a-tip-container #paypal-button button,
#submit-request-overlay #submit-request-popup #include-a-tip-container #venmo-button button {
  width: 100%;
  background-color: #05ce00;
  color: black;
}
#submit-request-overlay #submit-request-popup #notip-button button {
  width: 100%;
  display: block;
  height: 45px;
  background-color: #bbb;
  color: #111;
  text-align: center;
  border: 1px solid #777;
  line-height: 1em;
  padding: 0px;
}
#submit-request-overlay #submit-request-popup #notip-button button:focus {
  background-color: #bbb;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutFromBlock {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 1;
  }
}
@-moz-keyframes fadeOutFromBlock {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 1;
  }
}
@-o-keyframes fadeOutFromBlock {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 1;
  }
}
@keyframes fadeOutFromBlock {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 1;
  }
}
.hidden-variables {
  display: none;
}

.tabcontent.settings-tab,
.tabcontent.stats-tab {
  overflow: hidden;
}
.tabcontent.settings-tab .stats-container h3,
.tabcontent.settings-tab .stats-container h4,
.tabcontent.settings-tab .earnings-container h3,
.tabcontent.settings-tab .earnings-container h4,
.tabcontent.stats-tab .stats-container h3,
.tabcontent.stats-tab .stats-container h4,
.tabcontent.stats-tab .earnings-container h3,
.tabcontent.stats-tab .earnings-container h4 {
  margin-bottom: 0px;
}
.tabcontent.settings-tab .artist-stats-table,
.tabcontent.settings-tab .artist-earnings-table,
.tabcontent.stats-tab .artist-stats-table,
.tabcontent.stats-tab .artist-earnings-table {
  display: table;
  width: 100%;
}
.tabcontent.settings-tab .artist-stats-table .row,
.tabcontent.settings-tab .artist-earnings-table .row,
.tabcontent.stats-tab .artist-stats-table .row,
.tabcontent.stats-tab .artist-earnings-table .row {
  display: table-row;
}
.tabcontent.settings-tab .artist-stats-table .row .cell,
.tabcontent.settings-tab .artist-earnings-table .row .cell,
.tabcontent.stats-tab .artist-stats-table .row .cell,
.tabcontent.stats-tab .artist-earnings-table .row .cell {
  display: table-cell;
}
.tabcontent.settings-tab .artist-stats-table .row .cell.title,
.tabcontent.settings-tab .artist-earnings-table .row .cell.title,
.tabcontent.stats-tab .artist-stats-table .row .cell.title,
.tabcontent.stats-tab .artist-earnings-table .row .cell.title {
  padding-right: 20px;
}
.tabcontent.settings-tab .artist-stats-table .row .cell.value,
.tabcontent.settings-tab .artist-earnings-table .row .cell.value,
.tabcontent.stats-tab .artist-stats-table .row .cell.value,
.tabcontent.stats-tab .artist-earnings-table .row .cell.value {
  text-align: right;
}
.tabcontent.settings-tab input[type=text],
.tabcontent.settings-tab input[type=password],
.tabcontent.stats-tab input[type=text],
.tabcontent.stats-tab input[type=password] {
  font-size: 16px;
  padding: 8px;
  width: 100%;
}
.tabcontent.settings-tab label,
.tabcontent.stats-tab label {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
  display: block;
}
.tabcontent.settings-tab p,
.tabcontent.stats-tab p {
  margin: 0 0 20px 0;
  line-height: 1em;
}
.tabcontent.settings-tab p.form-submit,
.tabcontent.stats-tab p.form-submit {
  margin-bottom: 0px;
}
.tabcontent.settings-tab .form-venmo_username a,
.tabcontent.stats-tab .form-venmo_username a {
  margin-top: 5px;
  display: block;
}
.tabcontent.settings-tab #settings-avatar-container #wpua-upload-button-existing,
.tabcontent.stats-tab #settings-avatar-container #wpua-upload-button-existing {
  overflow: hidden;
}
.tabcontent.settings-tab #settings-avatar-container #wpua-upload-button-existing input,
.tabcontent.stats-tab #settings-avatar-container #wpua-upload-button-existing input {
  width: 140px;
  float: left;
}
.tabcontent.settings-tab #settings-avatar-container #wpua-upload-button-existing button,
.tabcontent.stats-tab #settings-avatar-container #wpua-upload-button-existing button {
  float: left;
}
.tabcontent.settings-tab #settings-avatar-container #wpua-upload-messages-existing,
.tabcontent.stats-tab #settings-avatar-container #wpua-upload-messages-existing {
  font-style: italic;
  font-size: 12px;
}
.tabcontent.settings-tab #settings-avatar-container #wpua-remove-button-existing,
.tabcontent.stats-tab #settings-avatar-container #wpua-remove-button-existing {
  display: block;
  margin-right: 20px;
}
.tabcontent.settings-tab #settings-avatar-container #wpua-undo-button-existing,
.tabcontent.stats-tab #settings-avatar-container #wpua-undo-button-existing {
  display: block;
}
.tabcontent.settings-tab #settings-avatar-container .submit,
.tabcontent.stats-tab #settings-avatar-container .submit {
  margin-top: 20px;
}
.tabcontent.settings-tab .form-username,
.tabcontent.settings-tab .form-password,
.tabcontent.stats-tab .form-username,
.tabcontent.stats-tab .form-password {
  width: 50%;
  float: left;
}
.tabcontent.settings-tab .form-email,
.tabcontent.settings-tab .form-url,
.tabcontent.stats-tab .form-email,
.tabcontent.stats-tab .form-url {
  display: table;
  clear: both;
  width: 100%;
}
.tabcontent.settings-tab .form-email label,
.tabcontent.settings-tab .form-email input,
.tabcontent.settings-tab .form-url label,
.tabcontent.settings-tab .form-url input,
.tabcontent.stats-tab .form-email label,
.tabcontent.stats-tab .form-email input,
.tabcontent.stats-tab .form-url label,
.tabcontent.stats-tab .form-url input {
  display: table-cell;
}
.tabcontent.settings-tab .form-email label,
.tabcontent.settings-tab .form-url label,
.tabcontent.stats-tab .form-email label,
.tabcontent.stats-tab .form-url label {
  width: 75px;
}
.tabcontent.settings-tab .form-min-tip,
.tabcontent.settings-tab .cooldown-toggle,
.tabcontent.stats-tab .form-min-tip,
.tabcontent.stats-tab .cooldown-toggle {
  margin-bottom: 20px;
}
.tabcontent.settings-tab .form-min-tip h4,
.tabcontent.settings-tab .cooldown-toggle h4,
.tabcontent.stats-tab .form-min-tip h4,
.tabcontent.stats-tab .cooldown-toggle h4 {
  margin: 0px;
}
.tabcontent.settings-tab .form-min-tip h4.cooldown-label,
.tabcontent.settings-tab .cooldown-toggle h4.cooldown-label,
.tabcontent.stats-tab .form-min-tip h4.cooldown-label,
.tabcontent.stats-tab .cooldown-toggle h4.cooldown-label {
  display: inline-block;
  margin-right: 20px;
}
.tabcontent.settings-tab .form-min-tip label,
.tabcontent.settings-tab .cooldown-toggle label,
.tabcontent.stats-tab .form-min-tip label,
.tabcontent.stats-tab .cooldown-toggle label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 26px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabcontent.settings-tab .form-min-tip label input,
.tabcontent.settings-tab .cooldown-toggle label input,
.tabcontent.stats-tab .form-min-tip label input,
.tabcontent.stats-tab .cooldown-toggle label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.tabcontent.settings-tab .form-min-tip label span.checkmark,
.tabcontent.settings-tab .cooldown-toggle label span.checkmark,
.tabcontent.stats-tab .form-min-tip label span.checkmark,
.tabcontent.stats-tab .cooldown-toggle label span.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.tabcontent.settings-tab .form-min-tip label .checkmark:after,
.tabcontent.settings-tab .cooldown-toggle label .checkmark:after,
.tabcontent.stats-tab .form-min-tip label .checkmark:after,
.tabcontent.stats-tab .cooldown-toggle label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.tabcontent.settings-tab .form-min-tip label:hover input ~ .checkmark,
.tabcontent.settings-tab .cooldown-toggle label:hover input ~ .checkmark,
.tabcontent.stats-tab .form-min-tip label:hover input ~ .checkmark,
.tabcontent.stats-tab .cooldown-toggle label:hover input ~ .checkmark {
  background-color: #ccc;
}
.tabcontent.settings-tab .form-min-tip label input:checked ~ .checkmark,
.tabcontent.settings-tab .cooldown-toggle label input:checked ~ .checkmark,
.tabcontent.stats-tab .form-min-tip label input:checked ~ .checkmark,
.tabcontent.stats-tab .cooldown-toggle label input:checked ~ .checkmark {
  background-color: #00c0ff;
}
.tabcontent.settings-tab .form-min-tip label input:checked ~ .checkmark:after,
.tabcontent.settings-tab .cooldown-toggle label input:checked ~ .checkmark:after,
.tabcontent.stats-tab .form-min-tip label input:checked ~ .checkmark:after,
.tabcontent.stats-tab .cooldown-toggle label input:checked ~ .checkmark:after {
  display: block;
}
.tabcontent.settings-tab .form-min-tip label .checkmark:after,
.tabcontent.settings-tab .cooldown-toggle label .checkmark:after,
.tabcontent.stats-tab .form-min-tip label .checkmark:after,
.tabcontent.stats-tab .cooldown-toggle label .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.tabcontent.settings-tab .form-textarea textarea,
.tabcontent.stats-tab .form-textarea textarea {
  font-size: 16px;
}
.tabcontent.settings-tab .gravatar-instructions,
.tabcontent.stats-tab .gravatar-instructions {
  font-size: 18px;
  line-height: 1.2em;
  max-width: 512px;
}

a:active,
a:visited,
a {
  color: #00c0ff;
}

.allcaps {
  text-transform: uppercase;
}

.registration-container {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.request-link {
  line-height: 1.2em;
  margin-bottom: 15px;
}

.site-logo {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 0px;
}
.site-logo:focus {
  outline: none;
}
.site-logo a {
  outline: none;
}
.site-logo img:focus {
  outline: none;
}
.site-logo .custom-logo-link {
  width: auto;
  height: auto;
  border-radius: 0px;
  max-width: 500px;
}

.site-title {
  display: none;
}

.site-description:before {
  content: "" !important;
}

.site-branding {
  z-index: 300;
}

#colophon {
  border-top: 5px solid #05ce00;
  margin-top: 40px;
}
#colophon .site-info {
  margin: 20px 0 0;
  color: #05ce00;
  font-weight: normal;
  font-size: 20px;
}
#colophon .site-info .legalese {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.2em;
}
#colophon .site-info .legalese a {
  text-decoration: none;
  font-weight: normal;
}
#colophon .site-info a {
  color: #05ce00;
  text-decoration: none;
  font-weight: 500;
}
#colophon .site-info a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #00c0ff;
}

.edit-link {
  display: none !important;
}

.tabcontent.song-list .song-list-all-container {
  margin: 0;
  padding: 0;
}
.tabcontent.song-list .song-list-all-container .song-list-single-container {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: table;
}
.tabcontent.song-list .modify-links {
  display: table-cell;
  padding-top: 4px;
  vertical-align: middle;
}
.tabcontent.song-list .modify-links i {
  color: #ccc;
}
.tabcontent.song-list .song-title {
  display: table-cell;
  padding-top: 2px;
  vertical-align: top;
  font-size: 20px;
  line-height: 20px;
}

.site-header,
.site-content {
  background-color: #000;
}

.site-header {
  padding: 1rem 0;
}

.site-logo .custom-logo-link {
  max-width: 350px;
}

.site-description {
  color: #00c0ff;
  font-size: 92.5%;
  margin-top: -7px;
  display: block;
  font-weight: lighter;
}

.site-title:not(:empty) + .site-description:not(:empty):before {
  margin: 0;
  content: "";
}

h2.greenbg,
.entry-header h1 {
  background-color: #00c0ff;
  color: black;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  line-height: 1em;
  padding: 16px 0 20px;
  font-size: 30px;
}

.edge-padding,
article header h1,
#post-2 .entry-content {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

.request-link {
  color: #00c0ff;
  text-decoration-color: #00c0ff;
  display: inline-block;
}
.request-link .author-song-list-container {
  display: inline;
}

.greentext {
  color: #05ce00;
}

#stickyDiv.sticky,
#artist-admin-header-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.find-nearest-artists-button {
  background-color: #05ce00;
  color: black;
  margin: 0 10px;
  display: block;
  font-size: 1em;
  line-height: 1em;
  min-height: 100px;
}
.find-nearest-artists-button em {
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
}
.find-nearest-artists-button:hover, .find-nearest-artists-button:focus {
  background-color: #05ce00;
  color: black;
  outline: none;
  opacity: 0.9;
}

html,
body {
  height: 100%;
}

.wrapper-for-footer {
  min-height: 100%;
  margin-bottom: -185px;
  padding-bottom: 185px;
  background-color: black;
}

footer {
  height: 111px;
}

.single-artist {
  width: 100%;
  overflow: hidden;
  border: 2px solid #00c0ff;
  border-radius: 5px;
  margin: 0 0 10px 0 !important;
  background-color: #00c0ff;
  display: table;
}
.single-artist a {
  text-decoration: none !important;
  overflow: hidden;
  display: block;
}
.single-artist .artist-avatar {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  display: table-cell;
}
.single-artist .artist-avatar img {
  width: 80px;
  border-radius: 0px;
  height: auto;
}
.single-artist .artist-details {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.single-artist .artist-name,
.single-artist .artist-distance {
  font-weight: bold;
  display: block;
  color: black;
}
.single-artist .artist-name {
  font-size: 30px;
  line-height: 30px;
}
.single-artist .artist-distance {
  font-size: 14px;
}

.dev-warning {
  display: block;
  position: fixed;
  background-color: orange;
  color: black;
  right: 0px;
  top: 0px;
  padding: 0 10px;
  line-height: 1em;
  border: 1px solid black;
  border-right: none;
  border-top: none;
  font-weight: bold;
  z-index: 5;
}

.home-page-button-container {
  overflow: hidden;
}
.home-page-button-container .a-button {
  float: left;
  width: 50%;
}

.button {
  padding: 0.5rem 1rem;
}

.sort-by-container {
  text-align: right;
  font-size: 16px;
  margin: 0 0 5px 0 !important;
}
.sort-by-container button {
  background-color: black;
  padding: 5px 0;
  margin-left: 5px;
  font-weight: normal;
  color: #ccc;
}
.sort-by-container button.selected {
  cursor: default;
  text-decoration: underline;
}

.entry .entry-footer {
  display: none;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.you-are-not-yet-approved-message,
.you-are-admin-message {
  max-width: 600px;
  margin: 40px auto 0;
}

.step-one-container {
  padding: 10px 20px;
}

hr {
  margin-top: 34px;
}

.instructions {
  color: #00c0ff;
  border-left: 5px solid #00c0ff;
  padding-left: 10px;
  display: block;
  font-style: italic;
  font-weight: normal;
}
.instructions a {
  text-decoration: underline;
  cursor: pointer;
}

.clear-all-cooldowns {
  background: #00c0ff;
  color: black;
}

.clear-all-cooldowns:hover {
  background-color: #00c0ff;
}

button.delete-all-songs {
  width: 100%;
  margin-top: 20px;
}

#request-line-status-message {
  margin-bottom: 20px;
}

#pending-requests-container {
  margin-bottom: 20px;
}

#artist-admin-header-nav {
  background-color: #05ce00;
  margin-bottom: 10px;
}

.clear-all-cooldowns:focus {
  background-color: #00c0ff;
}

.clear-all-cooldowns-button-disabled {
  margin-top: 25px;
}

.gravatar-preview {
  height: 256px;
  width: 256px;
}

.page-template-tip-report .filter-container {
  margin-top: 20px;
}
.page-template-tip-report .table-container {
  font-size: 18px;
  display: table;
  margin-top: 20px;
  border: 1px solid #05ce00;
  width: 100%;
}
.page-template-tip-report .table-container .row {
  display: table-row;
}
.page-template-tip-report .table-container .row .cell {
  display: table-cell;
  padding: 10px;
  line-height: 1.4em;
  border-bottom: 1px solid #05ce00;
  vertical-align: middle;
}
.page-template-tip-report .table-container .row .cell .artist-id-cell-spacer {
  display: inline-block;
  min-width: 30px;
  text-align: right;
}
.page-template-tip-report .table-container .row .cell.right-align {
  text-align: right;
}
.page-template-tip-report .table-container .row.less-black-bg {
  background-color: #202020;
}
.page-template-tip-report .table-container .row.header .cell {
  border-bottom: 1px solid #05ce00;
  background-color: #05ce00;
  color: black;
  font-weight: bold;
}

#request-line-toggle-container {
  margin-bottom: 15px;
  overflow: hidden;
}
#request-line-toggle-container h4 {
  margin: 0px;
}
#request-line-toggle-container h4.cooldown-label {
  display: inline-block;
  margin-right: 20px;
}
#request-line-toggle-container label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 26px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  font-weight: bold;
}
#request-line-toggle-container label#off-ajax-available, #request-line-toggle-container label#on-ajax-available {
  font-weight: normal;
}
#request-line-toggle-container label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#request-line-toggle-container label span.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
#request-line-toggle-container label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#request-line-toggle-container label:hover input ~ .checkmark {
  background-color: #ccc;
}
#request-line-toggle-container label input:checked ~ .checkmark {
  background-color: #00c0ff;
}
#request-line-toggle-container label input:checked ~ .checkmark:after {
  display: block;
}
#request-line-toggle-container label .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.meter {
  height: 20px; /* Can be anything */
  position: relative;
  margin: 60px 0 20px 0; /* Just for demo spacing */
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-sizing: initial;
}

.meter > span {
  box-sizing: initial;
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(43, 194, 83)), color-stop(1, rgb(84, 240, 84)));
  background-image: -moz-linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after, .meter > span:before {
  box-sizing: initial;
}

.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span,
.nostripes > span:after {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  background-image: none;
}

.dataTables_wrapper {
  margin-top: 20px;
}
.dataTables_wrapper#artist_breakdown_unpaid_table_wrapper {
  margin-top: 0;
}
.dataTables_wrapper .top {
  overflow: hidden;
}
.dataTables_wrapper .top .table-title {
  display: inline-block;
}
.dataTables_wrapper .top .table-title h3 {
  margin: 0;
  line-height: 1em;
  font-size: 30px;
  padding-bottom: 5px;
}
.dataTables_wrapper .top .search {
  width: 50%;
  float: right;
  text-align: right;
  overflow: hidden;
  font-size: 16px;
  margin-top: 5px;
}
.dataTables_wrapper .top .search .dataTables_filter {
  margin-bottom: 0;
}
.dataTables_wrapper .top .search .dataTables_filter input {
  line-height: 1.3em;
  padding: 2px 10px;
}
.dataTables_wrapper .top .search .dataTables_info {
  padding-top: 0;
}
.dataTables_wrapper .top .search div {
  float: right;
  clear: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 10px;
  line-height: 1em;
  color: #ccc !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: white !important;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
}
.dataTables_wrapper table {
  font-size: 18px;
  border: none;
  width: 100%;
}
.dataTables_wrapper table .no-right-border {
  border-right: none;
}
.dataTables_wrapper table .no-left-border {
  border-left: none;
}
.dataTables_wrapper table .right-align {
  text-align: right;
}
.dataTables_wrapper table th {
  border-bottom: none !important;
  border: 1px solid #05ce00;
}
.dataTables_wrapper table thead th {
  padding-left: 10px !important;
}
.dataTables_wrapper table tbody {
  border: 1px solid #05ce00;
}
.dataTables_wrapper table tbody tr.odd td {
  background-color: #202020;
}
.dataTables_wrapper table tbody tr.odd td.sorting_1 {
  background-color: #353535 !important;
}
.dataTables_wrapper table tbody tr td {
  padding: 10px;
  line-height: 1.4em;
  border-bottom: 1px solid #05ce00;
  vertical-align: middle;
  background-color: black;
  border: 1px solid #05ce00;
  border-bottom: 1px solid #05ce00 !important;
  border-top: none !important;
  border-left: none;
  border-right: none;
}
.dataTables_wrapper table tbody tr td.border-left {
  border-left: 1px solid #05ce00;
}
.dataTables_wrapper table tbody tr td.border-right {
  border-right: 1px solid #05ce00;
}
.dataTables_wrapper table tbody tr td.sorting_1 {
  background-color: #2b2b2b !important;
}
.dataTables_wrapper table tr th {
  border-bottom: 1px solid #05ce00;
  background-color: #05ce00;
  color: black;
  font-weight: bold;
  text-align: left;
}
.dataTables_wrapper table tfoot .tip-total-due {
  color: white;
  border: none !important;
  vertical-align: bottom;
}
.dataTables_wrapper table tfoot .tip-total-due .border-top {
  border-top: 2px solid white;
  padding-top: 10px;
}
.dataTables_wrapper table tfoot td {
  padding: 15px 0.5em 0px !important;
  border: none;
  line-height: 1em;
  font-size: 24px;
}
.dataTables_wrapper table tfoot tr.negative td {
  color: red;
}

.tip-report-ajax-container a.button {
  display: block;
  float: right;
  margin-top: 15px;
  padding: 0.76rem 1rem;
  font-size: 1rem;
}
.tip-report-ajax-container a.button.blue {
  background-color: #00c0ff;
  color: black;
}
.tip-report-ajax-container a.button.red {
  background-color: #dd3b3b;
  color: black;
}

a.button {
  display: inline-block;
  padding: 0.76rem 1rem;
  font-size: 1rem;
  margin-top: 15px;
}
a.button.blue {
  background-color: #00c0ff;
  color: black;
}
a.button.red {
  background-color: #dd3b3b;
  color: black;
}
a.button.green {
  background-color: #05ce00;
  color: black;
}

button.red {
  background-color: #dd3b3b;
  color: black;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?omqs59");
  src: url("fonts/icomoon.eot?omqs59#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?omqs59") format("truetype"), url("fonts/icomoon.woff?omqs59") format("woff"), url("fonts/icomoon.svg?omqs59#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bubble::before {
  content: "\e96b";
  display: block;
}

.icon-cog:before {
  content: "\e994";
  display: block;
}

.icon-stats-dots:before {
  content: "\e99b";
  display: block;
}

.icon-bin:before {
  content: "\e9ac";
  display: block;
}

.icon-list2:before {
  content: "\e9bb";
  display: block;
}

.icon-cancel-circle:before {
  content: "\ea0d";
  display: block;
}

.icon-switch:before {
  content: "\e9b6";
  display: block;
}

.legal .entry-content p {
  margin-top: 0px;
}
.legal .entry-content h2 {
  margin: 40px 0 10px 0;
}
.legal table {
  width: auto;
  margin-top: 20px;
}
.legal table td {
  padding: 5px 30px 5px 10px;
  border-color: #05ce00;
}
.legal table thead tr td {
  background-color: #05ce00;
  color: black;
  font-weight: bold;
}

.stripe-balance-summary-container {
  margin: 40px 0 10px;
}
.stripe-balance-summary-container .line-item {
  width: 100%;
  max-width: 380px;
  clear: both;
  overflow: hidden;
  line-height: 1.3em;
}
.stripe-balance-summary-container .line-item.hideme {
  display: none;
}
.stripe-balance-summary-container .line-item.underline {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.stripe-balance-summary-container .line-item.strong {
  font-weight: bold;
}
.stripe-balance-summary-container .line-item a.button.blue {
  width: 100%;
  float: none;
  text-align: center;
}
.stripe-balance-summary-container .line-item .description {
  display: inline-block;
}
.stripe-balance-summary-container .line-item .amount {
  float: right;
  min-width: 120px;
  text-align: right;
}

.page-contact-us .entry-content,
.page-privacy-policy .entry-content,
.page-terms-conditions .entry-content,
.page-artist-agreement .entry-content {
  margin: 0 3%;
}

#frm_form_1_container {
  border: 1px solid white;
  border-radius: 4px;
  background-color: #242424;
}
#frm_form_1_container fieldset {
  margin: 0 3%;
}
#frm_form_1_container .frm_primary_label,
#frm_form_1_container .frm_description,
#frm_form_1_container .frm_description p {
  color: white;
}
#frm_form_1_container .frm_message {
  margin: 0;
}
#frm_form_1_container .frm_message p {
  margin: 0;
  font-size: 20px;
}
#frm_form_1_container .frm_submit button {
  background-color: #00c0ff;
  color: black;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

#wakeLockButtonContainer,
#fullScreenButton {
  color: #888;
  border: 3px solid #888;
  border-radius: 5px;
  font-size: 0.88889em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  padding: 0.76rem 1rem;
  margin-bottom: 10px;
}

.stats-container .earnings-container h4 {
  margin-top: 0px;
}

#stripe-checkout-container,
#paypal-button-container,
#venmo-button-container {
  margin: 0 auto;
}

#paypal-button-container {
  display: none !important;
  line-height: 0;
  margin-bottom: 5px;
}

#venmo-mobile-link,
#venmo-web-link {
  display: inline-block;
  clear: both;
  background-color: #4997cf;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  text-align: center;
  padding: 3px;
}

/* CSS for wp-login */
#loginform,
#registerform,
#resetpassform,
#lostpasswordform {
  background-color: black;
  border: 1px solid #05ce00;
}
#loginform #wp-submit,
#registerform #wp-submit,
#resetpassform #wp-submit,
#lostpasswordform #wp-submit {
  background-color: #05ce00;
  color: black;
  font-weight: bold;
  border: none;
}
#loginform input[type=text],
#loginform input[type=password],
#registerform input[type=text],
#registerform input[type=password],
#resetpassform input[type=text],
#resetpassform input[type=password],
#lostpasswordform input[type=text],
#lostpasswordform input[type=password] {
  border-radius: 0px;
}
#loginform label,
#registerform label,
#resetpassform label,
#lostpasswordform label {
  font-size: 18px;
}
#loginform #reg_passmail,
#registerform #reg_passmail,
#resetpassform #reg_passmail,
#lostpasswordform #reg_passmail {
  font-size: 18px;
}

.login #nav,
.login #backtoblog {
  text-align: center;
  padding: 0;
  color: #05ce00;
}
.login #nav a,
.login #backtoblog a {
  color: #00c0ff;
  font-size: 18px;
  padding: 10px;
}
.login #backtoblog a:focus,
.login #nav a:focus,
.login h1 a:focus {
  color: white;
  box-shadow: none;
}
.login .message.register {
  display: none;
}
.login #login_error {
  background-color: black;
}

#login {
  position: relative;
}
#login .message {
  background-color: black;
  border: 1px solid #05ce00;
  color: #05ce00;
  font-weight: bold;
  font-size: 18px;
}
#login .agree-to-policies.checkbox {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

#venmo-button-the-button {
  background: url("images/venmo-logo-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #008CFF;
  background-size: auto 16px;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 45px;
}

.request-line-controls {
  padding: 20px 10px 0 10px;
  border-top: 2px solid #00c0ff;
  margin-top: 10px;
}
.request-line-controls #request-line-onoff-switch {
  text-align: center;
  display: block;
  border: 3px solid #888;
  font-size: 18px;
  background-color: black;
  width: 100%;
  color: #888;
  border-radius: 5px;
  line-height: 1em;
  padding: 0.76rem 1rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.request-line-controls #request-line-onoff-switch span {
  text-transform: uppercase;
  font-weight: bold;
}
.request-line-controls #request-line-onoff-switch span.red {
  color: red;
}
.request-line-controls #request-line-onoff-switch.click-to-close {
  color: #05ce00;
  border-color: #05ce00;
}
.request-line-controls .set-min-tip-container {
  display: table;
  width: 100%;
  color: #888;
  font-weight: bold;
  font-size: 18px;
}
.request-line-controls .set-min-tip-container select {
  background-color: black;
  color: #888;
  border: 3px solid #888;
  border-radius: 5px;
  padding: 10px 0px 10px 10px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-left: 10px;
}

@media all and (max-width: 950px) {
  .mobile-hide {
    display: none;
  }
  #artist_breakdown_unpaid_table,
  #artist_breakdown_paid_table {
    font-size: 11px;
  }
  #artist_breakdown_unpaid_table tfoot tr th,
  #artist_breakdown_unpaid_table tfoot tr td,
  #artist_breakdown_paid_table tfoot tr th,
  #artist_breakdown_paid_table tfoot tr td {
    font-size: 12px;
    padding: 5px;
  }
  #artist_breakdown_unpaid_table_wrapper .table-title h3,
  #artist_breakdown_paid_table_wrapper .table-title h3 {
    font-size: 24px;
  }
  #artist_breakdown_unpaid_table_wrapper .search,
  #artist_breakdown_paid_table_wrapper .search {
    width: 65%;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .site-branding {
    margin: 0;
  }
}
@media all and (max-width: 660px) {
  #artist-admin-header-nav .nav-text {
    display: none;
  }
}
@media all and (max-width: 560px) {
  #submit-request-overlay #submit-request-popup #success-message {
    font-size: 1em;
  }
  #submit-request-overlay #submit-request-popup #success-message .button {
    font-size: 1em;
  }
  #submit-request-overlay #submit-request-popup #success-message .button span {
    font-size: 30px;
  }
}
@media all and (max-width: 440px) {
  .artist-admin-tabs-container .tabcontent.request-line #pending-requests-settings button {
    font-size: 16px;
  }
  .tabcontent.settings-tab .form-min-tip label {
    padding-left: 30px;
    font-size: 24px;
    margin-right: 14px;
    line-height: 26px;
  }
  .tabcontent.settings-tab .form-min-tip label span.checkmark {
    width: 24px;
    height: 24px;
  }
  .tabcontent.settings-tab .form-min-tip label span.checkmark:after {
    left: 8px;
    top: 8px;
  }
  .site-logo .custom-logo-link {
    max-width: 100%;
  }
  .site-description {
    text-align: center;
    font-size: 18px;
  }
}
@media all and (max-width: 410px) {
  #submit-request-overlay #submit-request-popup #success-message {
    font-size: 1em;
  }
  #submit-request-overlay #submit-request-popup #success-message .button {
    font-size: 1em;
  }
  #submit-request-overlay #submit-request-popup #success-message .button span {
    font-size: 22px;
  }
}
@media all and (max-width: 330px) {
  .site-description {
    font-size: 16px;
  }
  .site-header {
    padding: 0px !important;
  }
  .site-header .site-branding {
    margin: 10px;
  }
  #artist-admin-header-nav {
    margin-bottom: 10px !important;
  }
  #colophon .site-info {
    font-size: 16px;
  }
  #colophon .site-info .legalese {
    font-size: 11px;
  }
  .tip-amount-container {
    text-align: center;
  }
  .tip-amount-container label,
  .tip-amount-container input {
    margin: 0 auto;
    display: block;
    float: none !important;
  }
  .tip-amount-container input {
    min-width: 150px;
  }
  #pending-requests-settings .button-container {
    margin-right: 0 !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
  #pending-requests-settings .button-container.clear-all-pending-requests {
    margin-top: 0px !important;
  }
  .artist-admin-tabs-container .tabcontent {
    margin: 0 10px;
  }
  .artist-admin-tabs-container .tabcontent.song-list .song-list-single-container .song-title {
    font-size: 16px;
  }
  .artist-admin-tabs-container .tabcontent.song-list .add-single-song-form input[type=text] {
    width: 100%;
  }
  .artist-admin-tabs-container .tabcontent.settings-tab h3 {
    font-size: 30px;
  }
  .artist-admin-tabs-container .tabcontent.settings-tab h4 {
    font-size: 20px;
  }
  .artist-admin-tabs-container .tabcontent.settings-tab .form-min-tip label {
    padding-left: 24px;
    font-size: 18px;
    margin-right: 10px;
    line-height: 23px;
  }
  .artist-admin-tabs-container .tabcontent.settings-tab .form-min-tip label span.checkmark {
    width: 20px;
    height: 20px;
  }
  .artist-admin-tabs-container .tabcontent.settings-tab .form-min-tip label span.checkmark:after {
    left: 6px;
    top: 6px;
  }
  .artist-admin-tabs-container .tabcontent.settings-tab .form-password {
    width: 100%;
  }
  .artist-admin-tabs-container .tabcontent.stats-tab {
    font-size: 16px;
  }
}