
.multiplayer_playerContainer {
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline:0;
    /*background-color: rgba(0,0,0,.1);*/
    background-color: #e6e6e6;
    z-index: 1000000;
    width: 401px !important;
    height: 22px !important;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 1px 0px 0px 0px !important;
    margin: -11px 0px 0px 0px !important;
    top: 1.5vh;
    right: 14px;
    font-family: Arial;
    font-size: 14px !important;
    line-height:14px !important;
    text-align: left !important;
}

multiplayer_playerContainer div, multiplayer_playerContainer span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    font: inherit;
    vertical-align: baseline;
}

#multiplayer_playerContainer_songviewer {
    position: absolute;
    top: 0px; 
    right: 0px;
    
}

.multiplayer_playerAddon {
    width: 402px;
    position: absolute;
    margin-top: 22px;
    margin-left: -1px;
}

.multiplayer_c_d-none { 
    display: none;
}
    
/* Top Info */
.multiplayer_title {
  position: absolute;
  width: 400px;
  height: 22px;
/*  margin: -21px 0px 0px -402px;*/
  line-height: 14px;
  float: left;
  font-size: 14px !important;
  opacity: 0.9;
  font-weight: bold;
  color: black;
  padding: 1px 2px;
  background-color: none;
  text-align: left;
/*  border: 1px solid #d0d0d0;*/
  text-align: right;
  top: 0px;
  right: 400px;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); */
}
/*.playControlholder {
    position: relative;
    float: left;
    top: 5px;
    width: 25px;
    margin: 0px;
}*/
.multiplayer_dropdown { 
    background-color: white;
}

.multiplayer_timeHolder {
    position: relative;
    width: 340px;
    margin: 0px;
    padding: 0px;
    margin-top: 1px;
}

.multiplayer_timer {
    position: relative;
    float: left;
    width: 35px;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    text-align:left;
    font-size: 12px !important; 
    line-height: 12px;
    opacity: 0.9;
    font-weight: bold;
    color: black;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); */
}
.multiplayer_duration {
    position: relative;
    float: left;
    width: 35px;
    margin: 4px 1px 0px 0px;
    padding: 0px;
    text-align:right;
    font-size: 12px !important;
    line-height: 12px;
    opacity: 0.9;
    font-weight: bold;
    color: black;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); */
}

.multiplayer_timeHolder {
    height: 14px;
}

/* Controls */
.multiplayer_controlsOuter {
  position: relative;
  width: 100%;
  top: 55px;
  height: 20px;
  padding: 0px;
}

.multiplayer_c_btn {
  position: relative;
  float: left;
  cursor: pointer;
  opacity: 0.5;
  color: black;
  text-align: center;
  padding: 0px;
  width: 20px;
  height: 20px;
  margin: 2px 0px 0px 0px;
}
.multiplayer_v_btn {
  position: relative;
  float: left;
  cursor: pointer;
  opacity: 0.5;
  color: black;
  text-align: center;
  padding: 0px;
  width: 18px;
  height: 20px;
  margin: 2px 0px 0px 0px;
}
.multiplayer_l_btn {
    display: none;
  position: absolute;
/*  float: right;*/
  cursor: pointer;
  opacity: 0.5;
  color: black;
  text-align: center;
  padding: 0px;
  width: 20px;
  height: 20px;
  margin: 2px 0px 0px 0px;
}

.multiplayer_pauseBtn {
  display: none;
}


.multiplayer_progressholder {
    
    position: relative;
    float: left;
    width: 268px;
    top: 5px;
    background-color: rgba(0,0,0,.1);
    height: 9px !important;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.multiplayer_progress {
  position: relative;
  top: 0px;
  width: 0%;
  height: 9px !important;
  background-color: rgba(0, 0, 0, .5);
}

/* Loading */
.multiplayer_loading {
  position: absolute;
  margin: -35px;
  width: 400px;
  height: 44px;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  display: none;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Plylist */
.multiplayer_playlist {
    z-index: 10001;
    display: none;
    border: 1px solid #d0d0d0;
    border-top: none;
    background-color: #f0f0f0;
    border-radius: 4px;
}
.multiplayer_list {
   margin-top: 0px;
}

.multiplayer_list-song {
  border-top: 1px solid rgba(0,0,0,1);
  margin-top: 0px;
  font-size: 12px !important;
  line-height: 14px;
  color: black;
  padding: 4px 0px 4px 20px;
/*  padding-left: 20px;*/
  overflow: hidden;
  
}

.multiplayer_list .list-song {
    border-top: 1px solid #d0d0d0;
/*  margin-top: 0px;*/
  font-size: 12px !important;
  line-height: 14px;
  color: black;
  padding: 4px 0px 4px 10px;
/*  padding-left: 20px;*/
  overflow: hidden;
  margin-top: -1px;
  cursor: pointer;
  font-weight: bold;
    
}

.multiplayer_list-song:hover {
/*  background-color: rgba(100, 100, 100, 1); */
  cursor: pointer;
}

/* Volume */
.multiplayer_volume {
  position: absolute;
  width: 356px;
  margin-left: 20px;
/*  background-color: rgba(100, 0, 0, 0.5);*/
  background-color: white;
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 6px;
  height: 10px;
  cursor: pointer;
}

.multiplayer_barEmpty {
  position: absolute;
  width: 356px;
  margin: 0px;
  padding: 0px;
  height: 10px;
  opacity: 1;
  box-shadow: none;
/*  cursor: pointer;*/
  height: 10px;
  color: gray;
}

.multiplayer_barFull {
  position: absolute;
  width: 50%;
  height: 10px;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0,0,0,.4);
  z-index: 19999;
}

.multiplayer_sliderBtn {
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: -5px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  border-radius: 8px;
  cursor: pointer;
}

/* Fade-In */
.multiplayer_fadeout {
  webkit-animation: fadeout 0.5s;
  -ms-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}

/*#songviewerdiv {
    width: 500px; 
    height: 44px;
    background-color: rgba(0,0,0,.2);
}*/

.multiplayer_volDown { 
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 3px;
}
.multiplayer_volUp { 
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 3px;
}
.multiplayer_volumeContainer {
    display: none;
    background-color: #d0d0d0;
    cursor: pointer;
    height: 22px;
    border: 1px solid #d0d0d0;
    margin-top: 0px;
}

.multiplayer_track, .multiplayer_track{
    position: relative;
/*    width: 376px;*/
    width: 396;
    margin: 3px 6px 0px 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 14px !important;
    line-height: 15px;
}

.multiplayer_playerContainer .fa {
    font-size: 14px !important;
}