html, body, #map
{
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

a
{
    color: #FFFFFF; 
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF; 
    font-weight: bold;
    text-decoration: none;
}

.jumbotron
{
  margin-bottom: 0px;
}

/* --- Animation Keyframes --- */
@keyframes glow-animation {
  50%   {filter: drop-shadow( 0 0 6px rgba(255, 255, 255, .7)) }
  100%   {filter: drop-shadow( 0 0 9px rgba(255, 255, 0, .9)) }
}

@keyframes clone-floater-animation-big-up {
  10%   {opacity:.1; top: -61px;}
  50%   {opacity:.7; top: -88px;}
  100%  {opacity:0; top: -120px;}
}

@keyframes clone-floater-animation-up {
  10%   {opacity:.1; top: -1px;}
  50%   {opacity:.7; top: -28px;}
  100%  {opacity:0; top: -60px;}
}

@keyframes clone-floater-animation-blue-up {
  10%   {opacity:.1; top: -1px;}
  50%   {opacity:.7; top: -28px;}
  100%  {opacity:0; top: -60px;}
}

@keyframes clone-animation-in-up {
  10%   {opacity:.1; top: -1px;}
  50%   {opacity:.7; top: -28px;}
  100%  {opacity:0; top: -60px;}
}

@keyframes clone-animation-in-big-up {
  10%   {opacity:.1; top: 51px;}
  50%   {opacity:.7; top: -28px;}
  100%  {opacity:0; top: -60px;}
}

@keyframes sol-chip-spin {
  0% { background: center / contain no-repeat url("../images/icons/sc0.svg"); }
  8.4% { background: center / contain no-repeat url("../images/icons/sc1.svg"); }
  16.7% { background: center / contain no-repeat url("../images/icons/sc2.svg"); }
  25% { background: center / contain no-repeat url("../images/icons/sc3.svg"); }
  33.33% { background: center / contain no-repeat url("../images/icons/sc4.svg"); }
  41.7% { background: center / contain no-repeat url("../images/icons/sc5.svg"); }
  50% { background: center / contain no-repeat url("../images/icons/sc6.svg"); }
  58.4% { background: center / contain no-repeat url("../images/icons/sc7.svg"); }
  66.7% { background: center / contain no-repeat url("../images/icons/sc8.svg"); }
  75% { background: center / contain no-repeat url("../images/icons/sc9.svg"); }
  83.33% { background: center / contain no-repeat url("../images/icons/sc10.svg"); }
  91.7% { background: center / contain no-repeat url("../images/icons/sc11.svg"); }
  100% { background: center / contain no-repeat url("../images/icons/sc12.svg"); }
}


/* --- Helper Classes --- */
.yellow-text{
  color:yellow;
}

#map
{
  height: inherit;
  width: inherit;
}

#map div.leaflet-layer {
  filter: invert(100%) sepia(74%) grayscale(100%);
    /*filter: invert(100%) sepia(51%) hue-rotate(46deg) saturate(111%) contrast(130%);*/
    /*** - Halloween Edition
    filter: invert(100%) hue-rotate(46deg) saturate(115%) contrast(120%);*/
}

#map div.leaflet-layer.gold-version { /*invert(100%)  sepia(74%) grayscale(100%)*/
    filter: invert(100%) sepia(51%) hue-rotate(46deg) saturate(111%) contrast(130%) !important;
}

#map div.leaflet-layer.pumpkin {
  filter: invert(100%) hue-rotate(46deg) saturate(115%) contrast(120%);
}

#map div.leaflet-layer.blue-won {
  filter: invert(100%) hue-rotate(220deg) saturate(300%) contrast(180%);
}
#map div.leaflet-layer.pachamama {
  filter: invert(100%) hue-rotate(226deg) saturate(55%) contrast(120%);
}

.leaflet-control-attribution
{
  opacity:.5;
  background:none;
}

.leaflet-control-container
{
 background:none;
}


.leaflet-container .leaflet-control-attribution{
   background:rgba(0,0,0, .3);

}

.leaflet-container a, .leaflet-control-attribution a {
   background:rgba(0,0,0, .3);
   color: #333333 !important;
}

.leaflet-container a:hover, .leaflet-control-attribution a:hover {
   background:rgba(0,0,0, .3);
   color: #EEEEEE !important;
}





/* --- Marker Styling --- */
.marker-tooltip
{
  background-color: "#000000" !important;
  color: "#fff" !important;
  border-color: "#000000" !important;
  filter: drop-shadow(0 0 10px rgba(255, 255, 127, .3));
}

.leaflet-tooltip-left.myCSSClass::before {
  border-left-color: black !important;
}
.leaflet-tooltip-right.myCSSClass::before {
  border-right-color: black !important;
}

.cXcMarkerNorm{
    transform: scale(1.0);
}

.cXcMarkerSmall{
    transform: scale(0.9);
}
.cXcMarkerSmaller{
    transform: scale(0.8);
}
.cXcMarkerSmallest{
    transform: scale(0.1);
}

/* === Time Modal CSS === */

/* --- Quick Date Styling --- 
  

*/
.quick-dates-btn-year {
  font-size:2em !important;
  min-width:calc(100%/5) !important;
}

.quick-dates-btn-year:first-child {
  min-width:calc(100%) !important;
}

.quick-dates-btn-week{

}

.quick-dates-btn > * {
  padding:0px;
}


.quick-dates-btn-btn {
  flex: 1;
  margin:2px;
  min-width:calc(100%/7);
  max-height:102px;
}

.quick-dates-btn-btn > * {
  padding:0px;
}

.quick-dates-btn-month > .qs-middle-number, .quick-dates-btn-month > .qs-middle-number-tu{
  position: relative;
  top:11px !important;
}

.quick-dates-btn-month > .qs-year {
  position: relative;
  top:-1px !important;
}

.quick-dates-btn-month {
  height:108.5px;
  min-width:calc(100%/5);
}


.quick-dates-btn-day {
  min-width:calc(100%/8) !important;
}


.quick-dates-btn-tu {
  min-width:calc(100%/4);
    flex-wrap: wrap;
    height:86.5px;
    position: relative;
    font-size: 3.62em;
    font-weight: 400;
}


.quick-dates-tu{
  flex-wrap: wrap;
  width:400px;

}

.qs-top-label {
  font-size:.8em !important;
  display:block;
  position: relative;
  top:-9px;
  font-weight: 100;
}

 .qs-middle-number {
  font-size:2em !important;
  display:block;
  position: relative;
  top:-21px;
  font-weight: 400;
}

.qs-middle-number-tu {
 font-size:1.8em !important;
 display:block;
 position: relative;
 top:-21px;
 font-weight: 400;
}



.qs-year {
  font-size:.8em !important;
  display:block;
  position: relative;
  top:-33px;
  font-weight: 100;

}



#quick-dates > div {
  width:auto;
  flex-wrap: wrap;

}

#quick-dates > div > span {

}

#quick-dates-year,  #quick-dates-week, #quick-dates-month, #quick-dates-day, #quick-dates-tu{
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}



#time-modal .modal-dialog > *{
  background-color: rgba(22, 22, 22, 0.9);

}


#time-modal .modal-content {
  background:url('../images/time-machine-gear-clock[opac12][moved][cropped].png') rgba(255,255,255,0.2);
  background-position: right top;
  background-repeat: no-repeat;

}


div.modal {
  z-index: 4999 !important;

}




#time-modal{
  color: #ffffff;
  z-index: 4999;
}

.drop-shadow, #charts-jumbo h1, #charts-jumbo h2, #charts-jumbo h6, #charts-jumbo h3, #charts-jumbo p, .chart-ups-count, #active-music-jumbo h1, #active-music-jumbo h2, #active-music-jumbo h3, #active-music-jumbo h6
{
  filter: drop-shadow(1px 1px 3px #000000);
}


#time-modal h3{
  margin-top:20px;
  margin-bottom:20px;
}
#time-modal hr {
  margin-top:20px;
  margin-bottom:20px;
}

#time-modal .labelOne{
  font-size:18px;
  padding-left: 10px;
  padding-right:10px;
  line-height: 42px;
  text-align: center;
  position: relative;
}
#time-modal .active{
  opacity: 1;
  font-weight: 500;
}

#time-modal .labelOne:hover
{
  font-weight: 500;
}




/* --- Search CSS --- */

#place-search button:focus {
  outline:none;
}

div.autocomplete_results
{
  border-bottom: 5px solid rgba(255, 255, 255, 0.25);
  /*/position: relative;/*/
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 12px 5px 9px 6px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor:pointer;
  clear: both;
}
span#nation-holder div.autocomplete_results {
    font-size: 25px;
}
span#state-holder div.autocomplete_results {
    font-size: 25px;
  }
span#county-holder div.autocomplete_results {
    font-size: 25px;
}

#results-holder-wrapper{
  position: absolute;
  width: auto;
  min-width: 100%;
  z-index: 3009; /* Ensure it's above other elements */
  pointer-events: none;

}

#results-holder{
  z-index: 3009;
  pointer-events: auto;
  position: relative;
  max-height: calc(100% - 86px);
  height: 75vh;
  left: -300px;
  top:-25px;
  overflow: auto;
}



#nation-holder, #state-holder, #county-holder {
  /*/height:100%;/*/
}



div.autocomplete_results:hover
{
  opacity: 1.0 !important;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 5px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  padding-left: 8px;
}
div.autocomplete_results:hover > span
{
  color: #fff;
  opacity: 1.0 !important;
}

.ac_place
{
 padding-bottom: 15px;
}



span.ac_additional
{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 100;
  float:right;
  margin-left: auto;
}


div.nation_sr span {
  color: #69b572 !important;
}



#place-search {
  position: fixed;
  height: 50px;
  width: 300px;
  margin-left: 170px;
  top: 44px;
  left: -130px;
  z-index: 3009;
  opacity: .8;

  -webkit-transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
  transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#place-search *:hover {
  opacity: .9;
}

#place-search.expanded {
  top: 53px;
  left: 140px;

  -webkit-transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
  transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(10px, 9px);


}

#place-search.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.input {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 4px solid #EEEEEE;
  border-radius: 50%;
  background: none;
  color: #EEEEEE;
  font-size: 20px;
  font-weight: 500;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search {
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  background-color: #EEEEEE;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 11px;
  margin-left: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 3031 !important; /* Ensure the handle stays visible */
}

#search-btn {
  z-index: 3030 !important;
}
.closez {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.closez:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  margin-top: -1px;
  margin-left: -13px;
  background-color: #EEEEEE;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.closez:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #EEEEEE;
  margin-top: -1px;
  margin-left: -13px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.square {
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 300px;
  height: 50px;
  border: 4px solid #EEEEEE;
  border-radius: 0;
  background: none;
  outline: 0;
  background-color: #000000;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out,
    padding 0.2s;
  transition:  width 0.4s ease-in-out, height 0.4s ease-in-out, border-radius 0.4s ease-in-out,  background-color 0.4s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}


/* --- Search Breadcrumb NOT IN USE --- */
#search-breadcrumb
{
  position: fixed;
  font-size: 10px;
  font-style: oblique;
  top:0px;
  left:20px;
  z-index: 1009;
}


/* --- Time Selector --- */
#time-selector-wrapper
{
  position: fixed;
  top:50px;
  left:10px;
  z-index: 3333;
  overflow:visible;
  min-height:50px;
  height: auto;
  border: 1px #000000;
  background-color: #000000;
  width:300px;
}


#time-selector-wrapper *
{
  display: block;
}


#select-time
{
  top:auto;
  width:100%;
  height:auto;
}



/* --- Currency Display and all therewithin --- */
#curdis-artist-body, #curdis-changer-body, #curdis-guardian-body
{
  display:none;
}

#curdis-artist-body.logged-in, #curdis-changer-body.logged-in, #curdis-guardian-body.logged-in
{
  display:block;
}

.curdis-role-placeholder-image
{
  display: block;
  opacity: .5;
  width:100%;
  height:155px;
  filter: invert(100%);
  background-position: center center;
  background-repeat: no-repeat;
}
.curdis-role-placeholder-image:hover {
  opacity: .9;
  cursor:pointer;
}


.cloud-logo {
    position: relative;
    display: block;
}

.cloud-logo .inner
{
  position: absolute;
  right: 6px;
  top: 22px;
  width: 60px;
}

.outer {
      filter: drop-shadow(0 8px 15px rgba(0,0,0,.2));
}


#curdis-artist-ph
{
  background-image: url('../images/gutairist-pointing-up.svg');
}

#curdis-changer-ph
{
  background-image: url('../images/stacked-speaker[v2].svg');
}
#curdis-guardian-ph
{
  background-image: url('../images/captain-purple-shield.svg');
}

/* --- Login Stuff in Curdis --- */

#curdis-please-login{

}


#currency-display-toggle {
  position: fixed;
  top:10px;
  right:11px;
  z-index: 3333;
  color:#EEEEEE;
  overflow:visible;
  transform: rotateY(180deg);
}

#currency-display-toggle-secondbg {
  position: absolute;
  z-index: 3330;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#curdis-sol-button {
  background: none !important;
}


.sol-chip-spinning {
  -webkit-animation: sol-chip-spin 1000ms infinite; /* Safari 4+ */
  -moz-animation:    sol-chip-spin 1000ms infinite; /* Fx 5+ */
  -o-animation:      sol-chip-spin 1000ms infinite; /* Opera 12+ */
  animation:         sol-chip-spin 1000ms infinite; /* IE 10+, Fx 29+ */
}

/*
#sol-chip-display
{
  top:10px;
  right:60px;
  border: none;
  position: relative;
  width:50px;
  height:50px;
  opacity:.3;
  background:url('../images/icons/Sol Chip [OutlinedRays][9] Icon v2.YW.svg');
}

GOOD
THINGS
KEEP
HAPPENING

*/

#curdis-chip-bar div.chip-block-toggle
{
  opacity: .7;
  min-width: 80px;
}

#curdis-chip-bar div.chip-block-toggle:hover, #curdis-chip-bar div.active
{
  /* border-bottom: 2px rgba(255, 255, 255, 1.0) !important; */
  cursor: pointer;
  opacity: 1.0;
}


#curdis-chip-bar > div
{
  margin-right: 4px;
}

#curdis-chip-bar > div:last-child
{
  margin-right: 0px;
}

#curdis-chips-display, #curdis-user-info
{
  position:relative;
  width:100%;
}


.table-dark {
  background-color: rgba(0, 0, 0, 0.7);
}


.currency-decimal
{
  font-size: 12px;
}


#blu-tog
{
  color:blue !important;
  padding-left: 59px;
  padding-bottom: 18px;
  background:url('../images/icons/BCI.svg') no-repeat;
  background-size:50px;
}

#prp-tog
{
  color:purple !important;
  padding-left: 59px;
  background:url('../images/icons/PCI.svg') no-repeat;
  background-size:50px;
  padding-bottom: 18px;

}

#sol-tog
{
  color:yellow !important;
  padding-left: 59px;
  padding-bottom: 10px;
  border:none;
  background-repeat: no-repeat;
  background: center left  url('../images/icons/SCI.svg') no-repeat;
  background-size:50px;
}


#sol-tog.span.currency-whole-num
{
  text-shadow: 2px 2px 5px red;
  text-shadow: 2px 2px 5px -webkit-linear-gradient(#000, #fff);
}


.labelTwo, .labelThree
{
  font-weight: 500;
  opacity: .6;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}

.labelTwo
{
  font-size: 10px;
}

.labelThree
{
  font-size: 1.2em !important;
  font-weight: 600;
  padding: .3em !important;
}



#curdis-chip-bar div.active *, #curdis-chip-bar div:hover *
{
  text-shadow: 0px 0px 4px black;
}



#currency-modal div.modal-footer
{
  min-height: 72px;
  positon:relative;
}


.vm-1
{
  display:none;
  margin-left:-90%;
  margin-top:-18px;
  font-size: 1em;
}




#currency-display *:hover
{
  opacity: 1.0;
}

#curdis-changer-songs-uped:hover {
  background-image: url('../images/sol-up[v4][311x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}

#curdis-changer-songs-added:hover {
  background-image: url('../images/gig[311x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}

#prp-curdis-info:hover{

}

#curdis-artist-find-musicians:hover {
  background-image: url('../images/guitar[311x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}

#curdis-artist-my-songs:hover {
  background-image: url('../images/records[281x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}




#curdis-artist-find-shows:hover {
  background-image: url('../images/tickets[311x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}

#curdis-artist-hold-show:hover {
  background-image: url('../images/show[311x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}

#curdis-changer-big-up-charts:hover {
  background-image: url('../images/big-up[v3][311x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}

#curdis-artist-find-collab:hover {
  background-image: url('../images/band-cartoon[311x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}

#curdis-artist-request-collab:hover {
  background-image: url('../images/keyboard-note[311x100px][10].png');
  background-position: left middle;
  background-repeat: no-repeat;
}


#claim-blux:hover, #time-till-recharge:hover  {

    background-image: url('../images/sol-chip[311x100px][10].png');
    background-position: left middle;
    background-repeat: no-repeat;
}

#blux-trade:hover {
  background-image: url('../images/curdis-btn-blux-wax[233x57px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}

#blux-swap:hover {
  background-image: url('../images/curdis-btn-blux-wax[233x57px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}

#bluxusd-trade:hover {
  background-image: url('../images/curdis-btn-blux-tether[233x57px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}

#bluxusd-swap:hover {
  background-image: url('../images/curdis-btn-blux-tether[233x57px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}

#purple-trade:hover {
  background-image: url('../images/curdis-btn-purple-wax[233x57px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}

#purple-swap:hover, #stake-all-purple:hover {
  background-image: url('../images/curdis-btn-purple-wax[233x57px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}

#purpleusd-trade:hover {
  background-image: url('../images/curdis-btn-purple-tether[233x57px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}

#purpleusd-swap:hover {
  background-image: url('../images/curdis-btn-purple-tether[233x57px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}

#purple-blux-swap:hover {
  background-image: url('../images/curdis-btn-purple-blux-swap[466x60px][10].png');
  background-position: middle middle;
  background-repeat: no-repeat;
}


#curdis-artist-find-musicians::after {
  content: "";
  background-image: url('../images/add-music.png');
  background-position: right middle;
  background-repeat: no-repeat;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}

/* --- Hide all non-active menus by default --- */
#curdis-user-info, #curdis-guardian-display, #curdis-changer-display, #curdis-artist-display
{
  display: none;
}



.tooltip {
  z-index: 9999 !important;
  opacity: .9;
}

.grayMaker{
  filter: grayscale(.9) opacity(90%) !important;
  cursor:default;
}

.grayMaker:hover{
  filter: none;
  cursor:not-allowed;
}

.grayMaker2{
  filter: grayscale(70%) !important;
  cursor:default;
}

.grayMaker2:hover{
  filter: none;
  cursor:default;
}

.chip-toggle-0
{
  background: center / contain no-repeat url("../images/icons/sc0.svg");
  filter: grayscale();
}
.chip-toggle-24
{
  background: center / contain no-repeat url("../images/icons/sc1.svg");
  filter: grayscale();
}
.chip-toggle-48
{
  background: center / contain no-repeat url("../images/icons/sc2.svg");
  filter: grayscale();
}
.chip-toggle-72
{
  background: center / contain no-repeat url("../images/icons/sc3.svg");
  filter: grayscale();
}
.chip-toggle-96
{
  background: center / contain no-repeat url("../images/icons/sc4.svg");
  filter: grayscale();
}
.chip-toggle-120
{
  background: center / contain no-repeat url("../images/icons/sc5.svg");
  filter: grayscale();
}
.chip-toggle-144
{
  background: center / contain no-repeat url("../images/icons/sc6.svg");
  filter: grayscale();
}
.chip-toggle-168
{
  background: center / contain no-repeat url("../images/icons/sc7.svg");
  filter: grayscale();
}
.chip-toggle-192
{
  background: center / contain no-repeat url("../images/icons/sc8.svg");
  filter: grayscale();
}
.chip-toggle-216
{
  background: center / contain no-repeat url("../images/icons/sc9.svg");
  filter: grayscale();
}
.chip-toggle-240
{
  background: center / contain no-repeat url("../images/icons/sc10.svg");
  filter: grayscale();
}
.chip-toggle-264
{
  background: center / contain no-repeat url("../images/icons/sc11.svg");
  filter: grayscale();
}
.chip-toggle-288
{
  background: center / contain no-repeat url("../images/icons/sc12.svg");
}


img#refreshCurdis
{
  cursor: pointer;
  height:50px;
  width:50px;
  filter: brightness(0) invert(1);
  opacity: .4;
}


img#refreshCurdis:hover{
  opacity: .9;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  transition: all 222ms linear;
}
img#refreshCurdis:active{
  transform: rotate(90deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  transition: all 222ms linear;
}

#curdis-top-bar-icons .currency-display-button
{
  margin-left: 24px;
  font-size: 2em;
  transition: max-height 0.15s ease-out;
  vertical-align:middle;
  text-align: justify;
}

#curdis-top-bar-icons .currency-display-button:hover, #curdis-top-bar-icons .currency-display-button.active
{
  font-size: 3em;
  transition: max-height 0.25s ease-in;
  position: relative;
  left:-13px;
  top:-6px;
  margin-left: 37px;
  margin-right: -13px;
}


#curdis-chip-bar
{
  width: 100%;
  left: 0px;
  top: 10px;
  padding-top: 16px;
  padding-bottom: 8px;
  /* overflow-x: scroll; */
  min-height:51px;
  height:auto;
  background-color: rgba(0, 0, 0, 0.7);
  
}

#curdis-chip-bar::after{

}

#chip-display-body, #chip-display-body > div
{
width: 100%;

}

#chip-display-body > div
{
  padding-top: 9px;
  width:100%
}




#curdis-chip-bar .chip-block-toggle {
  display: inline-flex;
}

#curdis-chip-bar .active{
  border-bottom: 1px solid rgba(255, 255, 255 0.3)
}

#currency-modal h4 {
  margin-top: .6em;
}



#large-sol-chip
{
  float:left;
  margin-left:12px;
  height:100px;
  width:100px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}




.pv-img-container {
  width: 50px;
}

.pv-img-container .pv-up-count {
  text-align: center;
  width:inherit;
  color:#ffff00;
  opacity: .8;
}


.pending-votes-up-img{
  float:left;
  margin-right:6px;
  margin-left:6px;
  width:40px;
}

.pending-votes-row
{
  display: flex;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.pending-votes-row:last-of-type
{
  border-bottom: none;
}

.pending-votes-row:first-of-type
{
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}


#pending-votes
{
clear:both;
display:none;
}

.pending-votes-row .pv-title
{
  padding-left: 12px;
  padding-right: 9px;

  width: 340px;
}

div.pv-cancel-button
{
  width: 60px;
  float: left;
  cursor:pointer;
}

div.pv-cancel-button:hover
{
    font-weight: 600;
}

.pending-votes-row .pv-cancel-button::after{
  clear:both;
}




.curdis-top-bar-icons i::after {

}

#curdis-top-bar-icons > i.active + i, #curdis-top-bar-icons i:hover + * {
  margin-left: 39px;
}

#curdis-top-bar-icons
{
  position: absolute;
  left:80px;
  top:-1px;
}
#curdis-top-bar-icons i
{
  margin: 4px;
}

#curdis-top-bar-icons > i:hover, #curdis-top-bar-icons > i.active
{
  opacity: 1 !important;
  margin: 24px;
}


.currency-display-button
{
  margin-bottom:12px;
  opacity: .6;
  width:33px;
  height:33px;
}

#curdis-chip-action-container {
  display: flex;
  /*align-content:center;*/
  padding-top: 39px !important;
}

#curdis-sol-receiver{
  transform: rotate(180deg);
}


#curdis-sol-chip, #curdis-sol-chip-secondbg
{
  display: inline-block;
  width: 125px;
  height: 125px;
  filter:none;
}
#curdis-sol-chip-wrap{
  padding-left: 10px;
  padding-right: 10px;
}


/*
#curdis-sol-chip-secondbg{
  filter:none !important;
  position: absolute;
  z-index: 3330;
  width: 100%;
  height: 100%;
}

*/

i.account-helper-icon {
  bottom:0px;
}

i.active
{
  opacity: 1.0 !important;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9) !important;
}

.active
{
  visibility: visible !important;
}

.currency-display-button:hover
{
  opacity: .9;
  filter:none;
}

.curdis-service
{
  height:100%;
}

#curdis-user-info > .curdis-service > .curdis-service-icon
{

  height:auto;
  margin:12px;

}

#curdis-user-info > .curdis-service
{
  position: relative;
  margin-top:9px;
}

#curdis-user-info > .curdis-service > i
{
  position:absolute;
  left:23px;
  top:3px;
  opacity: 0.6;
}
#curdis-user-info > .curdis-service:hover > i
{
  opacity:1.0;
}

i.fa-green
{
  color:green;
}
i.fa-yellow
{
  color:yellow;
}

.fa-2x { 
  font-size: 33px;
}

.modal-body{
    flex:auto;
    padding-bottom: 30px;
}

/* --- Button Styling --- */

.currency-btn-full, .btn-full
{
  font-size: 1.4em;
  font-weight:400;
  color: #eeeeee;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: center;
  padding: 12px;
  padding-left: 33px;
  padding-right: 33px;
  margin-bottom: 3px;
  width: inherit;
}

.currency-btn-full:hover, .btn-full:hover
{
  color: #ffffff;
  font-weight: 500;
  background-color: rgba(18, 18, 18, 0.2);
  cursor: pointer;
  border-left: solid 3px rgba(255, 255, 255, 0.3);
}

.currency-btn-full:active, .btn-full:active
{
  background-color: rgba(12, 12, 12, 0.8);
  font-weight: 600;
  border:none;
}

.info-box-black
{
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2em;
  padding:1em;
  margin-bottom: 1em;
}

#curdis-sol-button {
  height:100px;
  width:100px;
}

a.currency-btn-full {
  text-decoration: none;
  display: block;
}

div.currency-btn-full.role-info-toggle {
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
}

#runTimeButton:hover {
  border-color: rgba(0,0,0,0);
  background-color: rgba(0,0,0,0.9);
  opacity: 1;
}

#sol-block-display .currency-btn-full
{
  background-color: #333300;
}

#sol-block-display .currency-btn-full:hover
{
  background-color: #999900;
}
#sol-block-display .currency-btn-full:active
{
  background-color: #cccc00;
}


#artist-ph-info, #changer-ph-info, #guardian-ph-info
{
  display: none;
}

.show-stats-currency
{
  font-weight:200;
  margin-bottom:1em;
  display:inline-block;

}

.text-link{
  text-decoration: none;
  color:#ffffff;
  font-weight: 500;

}

.text-link:hover
{
  cursor:pointer;
  color:#ffffff;
  opacity: 1;
  font-weight: 600;
  text-shadow: 0px 0px 6px rgba(0,0,0,1);
}


/* --- Sol Details/Stats --- */
#claim-blux
{
  cursor:pointer;
  display: none;
}


#claim-blux:active
{
  background-color:#aaaa00;
}

#time-till-recharge
{
  /*background-color: rgba(255,255,33, .3);*/
  display: none;
  width: inherit;
}

.info-ticker *{
  font-weight: 150;
  opacity: 0.4;
}

.info-ticker {
  margin-top: 18px;
  margin-top: 9px;
}


/* === Add Music === */

.form-group input
{
  height:45px;
  margin:5px;
}

#slide-left
{
  top:10px;
  left:10px;
  width:480px;
  text-align: center;
  z-index:1002;
  padding-bottom:90px;
}

#select-wrap
{
  clear:none;
}

#row-gmf
{
  display:grid;
  grid-template-columns: 1fr 2fr;
}

#select-wrap *
{
  position:relative;

  width:260px;


  height:40px;
  font-size: 17px;
  font-weight: 500;
}

#select-wrap .dropdown-menu
{
  top:0px !important;
}

#select-labels
{
  display:inline-block;
  width:140px;

  font-size: 30px;
  margin-bottom: 20px;
}



#mood, #genre, #format
{
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 4px;
}

#format {
  margin-bottom: 20px;
}

#blue-bg
{
  position: absolute;
  width:90px;
  height:180px;
  opacity:.3;
  background:url('../images/blue-chip-am.png');
  top:240px;
  right:0px;
  z-index: -1 !important;
  background-position: right top;
  background-repeat: no-repeat;
}
#sol-bg
{
  position:absolute;
  width:259px;
  height:259px;
  opacity:.3;
  background:url('../images/sol-chip-am.png');
  top:0px;
  left:0px;
  z-index: -1 !important;
  background-position: right top;
  background-repeat: no-repeat;
}

#purple-bg
{
  position: absolute;
  width:148px;
  height:229px;
  opacity:.3;
  background:url('../images/purple-chip-am6.png');
  top:443px;
  left:0px;
  z-index: -1 !important;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-sizing:content-box;
}

#location
{
  display: none;
}

#submit-music-btn
{
  width:100%;
  height:60px;
  font-size: 30px;
  clear:both;
  display: block;
  margin-top: 45px
}

#boost-blux{
  display:none;
}

#yt:focus {
  border: 1px solid rgba(255, 0, 0, .3);
}

#yt:hover {
  border: 1px solid rgba(255, 0, 0, .5);
}

#sc:focus {
  border: 1px solid rgba(255, 127, 52, .3);
}

#sc:hover {
  border: 1px solid rgba(255, 127, 52, .5);
}

#spot:focus {
  border: 1px solid rgba(132, 189, 0, .3);
}

#spot:hover {
  border: 1px solid rgba(132, 189, 0, .5);
}

#add-music-success, #add-music-error, #music-geopol-info, .alert-warning, .alert-success, .alert-info {
  text-shadow: none !important;
}

#add-music-steem-opt
{
  position:relative;
  top:90px;
  left:20px;
  opacity: .4;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  display:none;
}
#chip-display-body
{
  width: inherit;
}
#chip-display-body:hover
{
}

#add-music-steem-opt:hover
{
  opacity: .8;
  background-color: rgba(0, 0, 0, 0.3);
}

/* === Jumbotron Displaying Music === */

#posting-tips, #posting-tips-timac{
  font-size: 1em;
}


#posting-tips ul, #posting-tips-timac ul{
  text-align: left;
}

#posting-tips ul li, #posting-tips-timac ul li{
  padding-bottom: 1em;
}


/* === Both === */

#active-music-jumbo, #slide-left
{
  color: #ffffff;
  text-shadow:1px 1px 3px rgba(0,0,0,.8);
  z-index:1000;
  position:absolute;
  float: both;
  clear:none;
  overflow-y:scroll;
  scroll-behavior: smooth;
  background-color: rgba(0,0,0,0.2);
  max-height: calc(100% - 20px);
  display:none;
  max-width: 480px;
}

select
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/dropdown.png) right / 20px no-repeat #fff;
  padding-right: 20px;
  text-indent: 5px;
}




/* === Jumbotron Displaying Music === */

#active-music-jumbo
{
  top:10px;
  right:10px;
  min-width:480px;
}
#active-music-jumbo *
{
  position:relative;
  z-index:1002;
}



#sameGenre, #sameMood, #sameFormat {
  display:none;
}

.center
{
  text-align: center;
}

#active-music-jumbo-bg {
  position:absolute;
  z-index: 0 !important;
  background-image: url('../images/white-logo-part-for-corner.png');
  background-position: right top;
  background-repeat: no-repeat;
  top:0px;
  right:-0px;
  width:130px;
  height:200px;
  opacity:.3;
}


#chart-return-button
{
  position:relative;
  z-index: 3333;
  top:-2px;
  left:-17px;
  background-image: url('../images/charticon.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size:contain;
  height:30px;
  width:30px;
  opacity: .9;
  float:right;
  margin-bottom: -33px;
  display:none;
}

#active-music-return-button
{
  position:relative;
  z-index: 3333;
  top:-2px;
  left:-17px;
  background-image: url('../images/activemusicicon.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size:contain;
  height:30px;
  width:30px;
  opacity: .9;
  float:right;
  margin-bottom: -33px;
  display:none;
}

#close-jumbo, #close-add-music, #close-charts-modal, #close-time-modal, #close-currency-modal, #close-learn-modal
{
  position:relative;
  z-index: 3333;
  top:-42px;
  left:-17px;
  background-image: url('../images/close-x.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size:contain;
  height:30px;
  width:30px;
  opacity: .7;
  margin-bottom: -33px;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, .6));
}

#close-time-modal, #close-currency-modal, #close-learn-modal, #close-charts-modal
{
  top:12px;
}


#close-jumbo 
{
  float:right;
  top:-27px;
}

#close-jumbo:hover, #close-add-music:hover, #close-charts-modal:hover, #close-time-modal:hover, #close-currency-modal:hover, #close-learn-modal:hover {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, .8)) !important;
    opacity: 0.9;

}

.close-modal-x {
  filter: invert();
}




#close-jumbo:hover, #close-add-music:hover, #close-charts-modal:hover
{
    opacity: .9;
    cursor: pointer;
}

#title-jumbo
{
  max-width:480px;
  margin-top:8px;
}

#profiles-jumbo
{

}

#profiles-jumbo span.yt-profile a
{
  color:#ff0000;
  opacity:.5;
}

#profiles-jumbo .sc-profile a
{
  color:#FF7F34;
  opacity:.5;
}

#profiles-jumbo span.spot-profile a
{
  color:#84BD00;
  opacity:.5;
}

#profiles-jumbo span.yt-profile a:hover
{
  opacity:1;
}

#profiles-jumbo .sc-profile a:hover
{
  opacity: 1;
}

#profiles-jumbo span.spot-profile a:hover
{
  opacity:1;
}



#by-label{
  display:none;
  opacity:.8;
  font-weight: 600;
}
#by-label span {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, .6)) !important;
}
#by-label span:hover {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, .9)) !important;
}

iframe
{
  width:100%;
}


.yt-vid iframe
{
 height:320px !important;
}

.sc-play iframe
{
 /*height:480px;*/

}
.spot-play iframe
{
/* width:480px;
  height: 560px;*/
}


.up-button
{
  width:100px;
  height:100px;
  opacity: .5;
}

#up-jumbo-group, #curdis-chip-action-container
{
  positon:relative;
  width:250px;
  max-height: 100px;
  left:calc(50% - 125px);
  display: flex;
  justify-content: center;
  margin: 25px 0 50px 0;
  align-items:center;
  opacity:1 !important;
}

#changer-display-button {
  left: -22px;
}

#up-jumbo-group div img,  #curdis-chip-action-container div img{
  opacity:0.8;
}

#up-jumbo-group div img:hover, #curdis-chip-action-container > div {
  opacity:1 !important;
  transform: scale(1.1);
  cursor: pointer;
}



#big-up-new-button-in-wrap,
#blue-big-up-new-button-in-wrap,
#up-new-button-in-wrap,
#curdis-sol-receiver-wrap,
#curdis-sol-chip-wrap,
#curdis-sol-quicksend-wrap
{
  position: relative;
}

#blue-big-up-new-button-in-wrap,
#up-new-button-in-wrap,
#curdis-sol-receiver-wrap,
#curdis-sol-quicksend-wrap{
  height:50%;
  margin-top: auto;
  margin-bottom: auto;

}

#big-up-new-button-in.clone-moves, #blue-big-up-new-button-in.clone-moves, #up-new-button-in.clone-moves{
  height:0px;
  overflow:visible;
}


span.yellow{
  color: transparent;
  text-shadow: 0 0 0 yellow;
}


span.blue{
  color: transparent;
  text-shadow: 0 0 0 blue;
}

#up-jumbo-group > div > img:hover
{
  opacity: 1.0 !important;
  transform: scale(1.1);
  filter:saturate(100%);
  z-index: 9999;
  cursor: pointer;
}

#up-floater-group img
{

}


#up-new-button-in {

}

#blue-big-up-new-button-in {

}

#big-up-new-button-in
{
  margin: 0 25px 0 25px;

}


/* --- Atomic NFT display--- */

#atomic-link{
  color:yellow;
}
#atomic-link small {
  color:white;
}

#atomic-image{
  vertical-align: none !important;
  display: inline-block;
  margin-bottom:5px;
}


#atomic-lowest-price-whole{
  display: inline-block;
}



/* --- Link Icons --- */



#icons, #jumbo-stats
{
  text-align:center;
  margin: 20px;
}

#icons h3
{
  display:none;
}

#icons img
{

  padding: 6px !important;
}

#icons
{

}

/*-moz-box-shadow: 0 0 10px #789;
-webkit-box-shadow: 0 0 10px #789; */

#yt-icon a img, .chart-yt-icon a img, #curdis-icon-group-yt img
{
  filter: drop-shadow(0 0 10px rgba(255, 0, 0, .3));
}

#sc-icon a img, .chart-sc-icon a img, #curdis-icon-group-sc img
{
  filter: drop-shadow( 0 0 10px rgba(255, 127, 52, .3));
}

#spot-icon a img, .chart-spot-icon a img, #curdis-icon-group-spot img
{
  filter: drop-shadow( 0 0 10px rgba(132, 189, 0, .3));
}

#yt-icon a img:hover, .chart-yt-icon a img:hover, #curdis-icon-group-yt img:hover
{
  filter: drop-shadow( 0 0 10px rgba(255, 0, 0, .9));
}

#sc-icon a img:hover, .chart-sc-icon a img:hover, #curdis-icon-group-sc img:hover
{
  filter: drop-shadow( 0 0 10px rgba(255, 127, 52, .9));
}

#spot-icon a img:hover, .chart-spot-icon a img:hover, #curdis-icon-group-spot img:hover
{
  filter: drop-shadow( 0 0 10px rgba(132, 189, 0, .9));
}


#native-links-title, #sharing-links-title
{
  margin-top:50px;
  text-align:center;
}

#share-music
{
  max-width: 480px;
}

#song-gmf
{
  float: left;
  display:block;
}

#steem-options
{

  display:block;
  float: left;
  margin-top: 14px;

}


#role-area-music-jumbotron
{
  float: right;
  position: relative;
  right:0px;
  top:-24px;
}

#role-area-music-jumbotron > span
{
  width:auto;
  max-width: 1em;
  position: relative;
  padding-bottom: 1px;
}

span.colordot-holder-music-jumbotron {
  width:100%;
  max-height:10px;
  position: absolute !important;

}

span.colordot-holder-music-jumbotron .colordot {
  height:10px !important;
}



.colordot {
  border: 5px solid rgba(0, 255, 0, 1);
  border-radius: 50%;
  max-width:10px !important;
  width:10px !important;
  height:10px !important;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.colordot.cd-red {
  border-color: rgba(255, 0, 0, 1)
}

.colordot.cd-blue {
  border-color: rgba(0, 0, 255, 1)
}

.colordot.cd-green {
  border-color: rgba(0, 255, 0, 1)
}


#flag-options
{
  display:block;
  display: none;
}



/* === Settings === */
.labelOne
{
  position:fixed;
  z-index: 3009;
  opacity: .6;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.logged-out{
  display:none;
  background: black;
}


#steemit-login-link:hover,
#learn-menu-label:hover,
.labelThree:hover,
.labelOne:hover, #settings-label:hover,
#steemit-login-label:hover, #my-location-link:hover,
#flag-options li:hover, .labelTwo:hover, #chart-toggle:hover
{
    opacity: 1 !important;
    cursor:pointer;
}

.labelOne:hover, .labelOne.active  {
  font-size: 100%;
  font-weight: bold;
  opacity: 1;
}

ul.labelOne:hover {
  font-size: 0.8em;
  opacity: .6;
}


#time-breadcrumb, #time-breadcrumb-timac, #location-breadcrumb, #chart-time, #chart-geo {
  cursor:not-allowed;
}

#location-breadcrumb
{
  text-transform:capitalize;
}


ul.listy, .dropdown-menu .dropdown-item{
  opacity: 1;
}
ul.listy li, .dropdown-menu .dropdown-item{
  padding: .5em;
}

ul.listy > li:hover, .selected, .dropdown-menu .dropdown-item:hover
{
  background-color: rgba(0,0,0,.9) !important;
  font-size: 100%;
  font-weight: 420;
  color:white !important;
  width:102%;
  border-left: 1.6px solid rgba(255, 255, 255, 0.4) !important;
}


#settings-label
{
position:relative;
}

#how-to-label, #my-location-link, #steemit-login-link, #settings-label, #learn-menu-label, #drop-a-nft
{
clear:none;
position:relative;
}

#settings-menus > span, #bottom-menus > span
{
margin-left:4px;
}

#drop-a-nft a:hover {
  text-decoration: none !important;
}



#steemit-login-label
{
position: relative;
}

#learnMoreModal, .newModal
{
  z-index: 4999;
  color: #ccc;
  filter: drop-shadow(1px 1px 3px #000000);
}


#selectors-holder
{
  position:fixed;
  top:3px;
  left:10px;
  z-index: 3009;
  width: auto;
}

#selectors-holder .menu

#genre-selector
{
position: relative;
}

#chart-toggle
{
  position: fixed;
  top: 50px;
  right: 10px;
  color:#EEEEEE;
}

#time-toggle
{
  position: fixed;
  top: 70px;
  left: 16px;
  color:#EEEEEE;
  background-color: rgba(0,0,0,0);
  text-align: center;
  z-index: 4000 !important;
}

#time-toggle * {
  display: inline-block;
}

.top-selectors{
  position: relative !important;
}


#clear-selectors
{
  position: relative;
  display:none;
}


ul.static-selectah
{

    text-decoration: none;
    text-shadow: 0px 0px 1px rgba(255, 255,255, .8);
    list-style-type: none;
    top:33px;
    left:10px;
    position: fixed;

}

ul.inspectah-selects
{
  position: relative;
  bottom: 0px;
  display:none;
  width:auto;
  text-decoration: none;
  list-style-type: none;


}

.inspectah-selects-labels
{
  position:relative;
  bottom:10px;
  left:-10px;
}


#genre-selector-ul, #mood-selector-ul, #format-selector-ul
{
  display: none;
  max-height:calc(100% - 66px);
  overflow-y: scroll;
}

#bottom-menus
{
  position:fixed;
  bottom:3px;
  left:10px;
  z-index: 998;
  width: 600px;
}

.labelOne, .labelTwo, .labelThree
{
  padding: .5em .3em .5em .3em;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
  cursor: pointer;
    font-weight: 300;
    font-size: 0.8em;
}

#settings-menus
{
  position:fixed;
  bottom:26px;
  left:20px;
  display:none;
  z-index: 3009;
}
#settings-menus > ul {
  left:-10px;
}

.newModal .modal-dialog > *
{
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
}

.modal-footer {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.modal-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.newModal *:hover, .newModal *:active
{
  color: #FFF !important;
}

#learnMoreModal hr, .newModal hr
{
  opacity: 0.4 !important;
}

#learn-menu
{

}

#learn-menu > li {

}

.hover-menu
{
  position:relative;
}

.hover-menu li, #settings-menus li, #flag-options li, .dropdown-menu .dropdown-item
{
  padding-left:1em;
  text-indent:-.3em;
  padding-right:.5em;

}

.hover-menu li:hover, #settings-menus li:hover, #flag-options li:hover, .dropdown-menu .dropdown-item:hover
{
  padding-left:1em;
  text-indent:0em;
}

#settings-menus li:hover, .dropdown-menu .dropdown-item:hover
{
  cursor: pointer;
  background-color: #000 !important;
  color: #dddddd;
}

.liActive
{
  background-color:rgba(0,255,0,.1);
}

.jssocials-share i.fa {
     font-family: "Font Awesome 5 Brands";
}

i.fas.fa-copy.jssocials-share-logo, div.jssocials-share-copy span.jssocials-share-label {
  color:#739d51;

}
  /* rgba(194, 162, 81, 1.0);*/
li
{
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
}

#learnMoreIcons a i:hover
{
  text-shadow: 0px 0px 2px rgba(255, 255, 255, .5);
}
#learnMoreIcons a:hover
{
  text-decoration: none !important;
}
#learnMoreIcons {
  width:100%;
}

#learnMoreIcons a {
  color: #ffffff !important;
  margin: 3px;
}



.navbar a {

  font-size: 16px;
  color: white;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
}


.dropdown {
  /*float: left;*/
  text-decoration: none !important;
  z-index: 8888;

}

.dropdown-menu{
  border:none !important;
  border-radius: 0px !important;

  margin: 0px;
  background-color: inherit;
}

.dropdown-toggle{
  
}
.dropdown-item :active {
  
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown .dropdown-menu .dropdown-item {

  border: none;
  outline: none;
}

.dropdown-item::after {
  display: none !important;
}

/*/
.dropdown-content {
  display: none;
//  position: absolute;
  min-width: 160px;
  z-index: 1;
}



.dropdown-content a {

  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*/


#chart-info-menus {
  max-height:53.8px;
  overflow: visible;
}

















/* === Charts === */




/* --- Text Styling --- */
#charts-jumbo
{
  /*font-family: "Open Sans";*/
  color: white;
  z-index: 9000;
  overflow-x: hidden;
  overflow-y: auto;
}
#charts-jumbo h1
{
  text-align: center;
}
#charts-jumbo h6
{
  text-align: center;
  font-weight: 100;
  opacity:.6;
  margin-top: -7px;
}

.chart-info-text {
  opacity: 0.7;
  font-weight:100;
  cursor: default;
}

.chart-info-text:hover {
  opacity: 1;
}

.chart-number
{
  float: left;
  margin-left: -56px;
  opacity: .5;
  position: relative;
  top:19px;
  padding: 6px 9px;
  background-color:rgba(0, 0, 0, 0.8);
  font: small-caps bold  "Arial", sans-serif;
}

#chartGmfGenre, #chartGmfMood, #chartGmfFormat{
  cursor: not-allowed;
}

#charts-jumbo-row-holder .chart-row-container:nth-child(1) .chart-number {
  font-size: 2.2em;
  font-weight:600;
    opacity: 1;
}

#charts-jumbo-row-holder .chart-row-container:nth-child(2) .chart-number {
  font-size: 2em;
  font-weight:550;
    opacity: .89
}

#charts-jumbo-row-holder .chart-row-container:nth-child(3) .chart-number {
  font-size: 1.8em;
  font-weight:500;
  opacity: .7;
}

#charts-jumbo-row-holder .chart-row-container:nth-child(4) .chart-number {
  font-size: 1.6em;
  font-weight:450;
}

#charts-jumbo-row-holder .chart-row-container:nth-child(5) .chart-number {
  font-size: 1.4em;
  font-weight:400;
}

#charts-jumbo-row-holder .chart-row-container:nth-child(6) .chart-number {
  font-size: 1.2em;
  font-weight:400;
}


.chart-by-label, .chart-yt-profile,
.chart-sc-profile, .chart-spot-profile,
.chart-blue-ups-count, .chart-sol-ups-count,
.chart-big-ups-count
{
  opacity:0.6;
}


.chart-genre, .chart-mood, .chart-format
{
  position: relative !important;
}


/* --- Votes Count Styling --- */

.chart-sol-ups-count, .chart-big-ups-count, .jumbo-sol-ups-count, .jumbo-big-ups-count
{
  color: #ffff00;
  padding-left:3px;
  /*  margin-left: 2px; */
}
.chart-ups-count, .jumbo-ups-count
{
  color: #ffffaa;
  font-weight: 200;
  font-size: 2.7em;
}
.chart-blue-ups-count, .jumbo-blue-ups-count
{
  color: #4444ff;
  padding-left:3px;
}

.jumbo-ups-count{
  display: block;
  font-weight: 400;

}
.jumbo-blue-ups-count, .jumbo-sol-ups-count, .jumbo-big-ups-count
{
    padding-left:6px !important;
    font-size: 1.4em;
    font-weight: 200;

}


hr.chart-divider, hr.chart-top-hr {
  opacity: .4;
  color:#FFFFFF !important;
  border-top: 1px solid rgba(255, 255, 255, .5);
  position: relative;
  top:22px;
}

hr.chart-top-hr {
  top:0px !important;
  border-top: 1px dashed rgba(255, 255, 255, .5);
  margin-bottom: 12px;
  padding-bottom: 26px;
}




#charts-jumbo-row-holder > div:last-child > hr.chart-divider {
  display: none;
}


.chart-sol-ups-count::before
{
  content:url(../images/icons/up12.svg);
}

.chart-big-ups-count::before
{
  content:url(../images/icons/bigup12.svg);
}

.chart-blue-ups-count::before
{
  content:url(../images/icons/blueup12.svg);
}


.jumbo-sol-ups-count::before
{
  content:url(../images/icons/up18.svg);
  padding-right: 4px;
}

.jumbo-big-ups-count::before
{
  content:url(../images/icons/bigup18.svg);
  padding-right: 4px;
}

.jumbo-blue-ups-count::before
{
  content:url(../images/icons/blueup18.svg);
  padding-right: 4px;
}
.help-cursor:hover{
  cursor:help;
}

.default-cursor
{
  cursor:default;
}

.chart-votes
{
  text-align: center;
  vertical-align:middle;
  display:block;
  clear:both;
}

.chart-ups-count
{
  opacity: .9;
  padding-right: 3px;
  display: block;
}

.chart-country-code{
  font-size: 1.6em;
  font-weight: 200;
    padding-bottom: 10px;
}

.chart-country-code:hover{
  font-weight: 500;
  cursor: pointer;
}

.chart-title
{
  max-width:480px;
  cursor: pointer;
  font-size: 2em;
  display:inline;
  position: relative;
  top: 20px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
  padding:3px;

}

.chart-title:hover
{
  background-color:rgba(0,0,0,.5);
}

.chart-title:active
{
  background-color:rgba(0,0,0,1);
}



#testr
{
  position: fixed;
  left:10px;
  top:30px;
  width:50px;
  height:50px;
}

.floater-glower {
  filter: drop-shadow( 0 0 6px rgba(255, 255, 255, .7));
}

#big-up-button-floater.glow-extra, #up-button-floater.glow-extra, #blue-up-button-floater.glow-extra,
#big-up-new-button-in.glow-extra, #up-new-button-in.glow-extra, #blue-big-up-new-button-in.glow-extra {
  -webkit-animation: glow-animation 0.1s 1; /* Safari 4+ */
  -moz-animation:    glow-animation 0.1s 1; /* Fx 5+ */
  -o-animation:      glow-animation 0.1s 1; /* Opera 12+ */
  animation:         glow-animation 0.1s 1; /* IE 10+, Fx 29+ */
}




#big-up-button-floater.clone-moves {
  -webkit-animation: clone-floater-animation-big-up 0.3s 1; /* Safari 4+ */
  -moz-animation:    clone-floater-animation-big-up 0.3s 1; /* Fx 5+ */
  -o-animation:      clone-floater-animation-big-up 0.3s 1; /* Opera 12+ */
  animation:         clone-floater-animation-big-up 0.3s 1; /* IE 10+, Fx 29+ */
}

#up-button-floater.clone-moves {
  -webkit-animation: clone-floater-animation-up 0.3s 1; /* Safari 4+ */
  -moz-animation:    clone-floater-animation-up 0.3s 1; /* Fx 5+ */
  -o-animation:      clone-floater-animation-up 0.3s 1; /* Opera 12+ */
  animation:         clone-floater-animation-up 0.3s 1; /* IE 10+, Fx 29+ */
}

#blue-up-button-floater.clone-moves {
  -webkit-animation: clone-floater-animation-blue-up 0.3s 1; /* Safari 4+ */
  -moz-animation:    clone-floater-animation-blue-up 0.3s 1; /* Fx 5+ */
  -o-animation:      clone-floater-animation-blue-up 0.3s 1; /* Opera 12+ */
  animation:         clone-floater-animation-blue-up 0.3s 1; /* IE 10+, Fx 29+ */
}




#big-up-new-button-in.clone-moves, #blue-big-up-new-button-in.clone-moves, #up-new-button-in.clone-moves{
  -webkit-animation: clone-animation-in-up 0.3s 1; /* Safari 4+ */
  -moz-animation:    clone-animation-in-up 0.3s 1; /* Fx 5+ */
  -o-animation:      clone-animation-in-up 0.3s 1; /* Opera 12+ */
  animation:         clone-animation-in-up 0.3s 1; /* IE 10+, Fx 29+ */
}

 #big-up-new-button-in.clone-moves, #blue-big-up-new-button-in.clone-moves, #up-new-button-in.clone-moves{
  -webkit-animation: clone-animation-big-in-up 0.3s 1; /* Safari 4+ */
  -moz-animation:    clone-animation-big-in-up 0.3s 1; /* Fx 5+ */
  -o-animation:      clone-animation-big-in-up 0.3s 1; /* Opera 12+ */
  animation:         clone-animation-big-in-up 0.3s 1; /* IE 10+, Fx 29+ */
}


#up-floater-group
{
  position: absolute;
  z-index: -1;
  width:50px;
  height:50px;
  overflow:visible;
  top:100px;
  left:100px;
  cursor: pointer;

}

#up-floater-group img
{
  width:50px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}


img#share-button-floater:hover {
  filter:saturate(100%);
}


.chart-row-container
{
  padding-bottom: 26px;
  margin-bottom: 12px;
}

.chart-location{
    margin-top: 10px;
    font-weight: 300;
    font-size: .9em
}

.chart-genre-mood
{
  display: block;
  font-size: 1.m;
  margin-top:10px;
}

.chart-share-button
{

}

hr.classdivider
{

}

.chart-second-line
{
  display:inline-block;
  width:100%;

  position: relative;
  top:12px;
}



/* --- Alerts --- */

#alert-holder {
  position: fixed;
  bottom: 20px;
  width: 60%;
  overflow-y: auto;
  z-index: 5000;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-alert {
  cursor: pointer;
  opacity: .98;
  max-height: calc(100% - 40px);
  margin: 0 auto 10px auto; /* Added bottom margin for stacking */
}

.bottom-alert:hover
{
  opacity:1;
}

#kick-notice, #cookie-warn, #steem-post-success, #steem-post-failed
{
  display:none;
}

#cookie-warn
{
  max-width: 520px;
  padding: 1.5em;
  cursor: default;
  background-image: url('../images/white-logo-part-for-corner.png');
  background-position: right top;
  background-repeat: no-repeat;
  color: #333;
  background-color: rgba(255,255,255,.97);
  border-color: rgba(255,255,255,.5);
}

#dismiss-cookie-warn{
  margin-right: 10px;
}

#dismiss-cookie-warn:hover{
  margin-right: 2px;
  font-size: 26px;
  margin-top: -2px;
}


.steem-color, a.steem-color, .steem-color *
{
  color:"#04d6a7" !important;
}

/* --- Doug's Delete Button --- */

#dougsDeleteButton
{
  position: absolute;
  right:20px;
  top:3px;
}

#ig-corner-button {
  display:none;
  color:white;
  opacity:0.5;
  z-index:999;
  position: fixed;
  bottom:3px;
  right:10px;
}
.inline-select {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}


.clipboard-emoji {
  cursor: pointer;
  margin-left: 10px;
  font-size: .8em;
  vertical-align: middle;
  opacity: 0.6;
  transition: transform 0.2s ease;
}

.clipboard-emoji:hover {
  transform: scale(1.2);
  opacity: 1;
}

.state-code {
  text-transform: capitalize;
}
