
.inline_playerContainer {
    position: relative;
    -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;
    padding: 1px 0px 0px 0px !important;
    margin: 30px 0px 0px 16px !important;
/*    top: 1.5vh;
    right: 10px;*/
    font-family: Arial;
    font-size: 14px !important;
    line-height:14px !important;
    text-align: left !important;
}

inline_playerContainer div, inline_playerContainer span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

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

.inline_c_d-none { 
    display: none;
}
    
/* Top Info */
.inline_title {
  position: absolute;
  width: 400px;
  height: 22px;
  margin-top: -22px;
/*  margin: -21px 0px 0px -402px;*/
  line-height: 14px;
  font-size: 14px;
  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;
  z-index: 10000;
/*  border: 1px solid black;*/
/*  right: 400px;*/
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); */
}
/*.playControlholder {
    position: relative;
    float: left;
    top: 5px;
    width: 25px;
    margin: 0px;
}*/
.inline_dropdown { 
    background-color: white;
}

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

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

.inline_timeHolder {
    height: 14px;
}

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

.inline_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;
}
.inline_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;
}
.inline_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;
}

.inline_pauseBtn {
  display: none;
}


.inline_progressholder {
    
    position: relative;
    float: left;
    width: 268px;
/*    top: 5px;*/
    background-color: rgba(0,0,0,.1);
    height: 10px;
    margin: 4px 0px 0px 0px;
    padding: 0px;
}

.inline_progress {
  position: relative;
  top: 0px;
  width: 0%;
  height: 10px;
  background-color: rgba(0, 0, 0, .5);
}

/* Loading */
.inline_loading {
  position: absolute;
  margin: 0px;
  width: 401px;
  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;
}

/* Plylist */
.inline_playlist {
    z-index: 10001;
    display: none;
    border: 1px solid #d0d0d0;
    border-top: none;
    background-color: #f0f0f0;
    width: 401px;
}
.inline_list {
   margin-top: 0px;
}

.inline_list-song {
  border-top: 1px solid #d0d0d0;
  margin-top: 0px;
  font-size: 12px;
  line-height: 14px;
  color: black;
  padding: 4px 0px 4px 20px;
/*  padding-left: 20px;*/
  overflow: hidden;
  
}

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

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

/* Volume */
.inline_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;
}

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

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

.inline_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 */
.inline_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);
}*/

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

.inline_track {
    position: relative;
/*    width: 376px;*/
    width: 396;
    margin: 3px 6px 0px 0px;
    padding: 0px;
    overflow: hidden;
}