#globalAudioPlayer{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  /*display: none;*/
  height: 40px
}
.boxMusic{
  position: relative;
  display: table;
  background-color: #404040;
  color: white;
}

.boxMusic.bot{
    width: 100%;
    height: 40px;
}

@media screen and (max-width:1200px){
  .boxMusic.bot{
    bottom:25px;
}
}

.boxMusic.top{
    width: 50%;
    height: 46px;
}

.boxMusic a {
  color: white;
}
.boxMusic a:hover {
  color: #ddd;
}

.boxMusic > div{
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}


.boxMusic #shuffleSongs.active{
  color: #5bc0de;
}
.boxMusic #repeatSong.active{
  color: #5bc0de;
}

.boxMusic .controls {
  width: 25%;
  text-align: center;
}
.boxMusic .controls a{
  margin-right:8%;
  cursor: pointer;
}
.boxMusic .valueMin , .boxMusic .valueMax{
  width: 5%;
  font-size: 11px;
}
.boxMusic .volumeControl{
  width: 5%;
}

/*.boxMusic .volumeControl input[type=range]
{ 
  transform: rotate(270deg);
}*/
/* Dropdown Button */
.boxMusic .volumeControl .vdropbtn {
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.boxMusic .volumeControl .vdropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.boxMusic .volumeControl .vdropdown-content {
    display: none;
    position: absolute;
    background-color: #404040;
    width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 2;
    left:-40px;
    bottom: 28px;
    padding: 10px 5px 10px 5px;
    
}

/* Links inside the dropdown */
.boxMusic .volumeControl .vdropdown-content:hover a {
    color: #777;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.boxMusic .volumeControl .vdropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.boxMusic .volumeControl  {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.boxMusic .volumeControl .vdropdown:hover .vdropbtn {
    color:white;
} 


.boxMusic .avatarPlayingSong{
  width: 7%;
  text-align: center;
  padding: 0;
}

.boxMusic .infoPlayingSong{
  width: 14%;
  font-size: 10px;
  padding: 0;
}

.boxMusic .marketMusic{
  width: 5%;
  font-size: 11px;
}
.boxMusic .menuPlaylist{
  width: 5%;
}

.boxMusic .progressControl{
  width: 20%;
  padding: 0;
}

.boxMusic .progressControl .ProgressBar{
  width: 100%;
  height: 15px;
  background-color: transparent;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.boxMusic .progressControl .emptyLine{
  width: 100%;
  height: 2px;
  background-color: #ddd;
  border-radius: 2px;
}
.boxMusic .progressControl .fillLine{
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #5bc0de;
  border-radius: 2px;
}
.boxMusic .progressControl .indicator{
  right: -5px;
  top: -4px;
  position: absolute;
  background-color: #5bc0de;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}


.boxMusic .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin:0;
}

/* Hide default HTML checkbox */
.boxMusic .switch input {display:none;}

/* The slider */
.boxMusic .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.boxMusic .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.boxMusic input:checked + .slider {
  background-color: #5bc0de;
}

.boxMusic input:focus + .slider {
  box-shadow: 0 0 1px #5bc0de;
}

.boxMusic input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: #eee;
  /*border-radius: 1.3px;*/
  /*border: 0.2px solid #010101;*/
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: #eee;
  /*border-radius: 1.3px;*/
  /*border: 0.2px solid #010101;*/
}

input[type=range]::-webkit-slider-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  border: 1px solid #000000;
  height: 12px;
  width: 8px;
  /*border-radius: 3px;*/
  background: #5bc0de;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eee;
}

input[type=range]::-moz-range-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  border: 1px solid #000000;
  height: 12px;
  width: 8px;
  /*border-radius: 3px;*/
  background: #5bc0de;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  /*border-color: transparent;*/
  /*border-width: 16px 0;*/
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #eee;
  /*border: 0.2px solid #010101;*/
  /*border-radius: 2.6px;*/
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
}
input[type=range]::-ms-fill-upper {
  background: #eee;
  /*border: 0.2px solid #010101;*/
  /*border-radius: 2.6px;*/
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
}
input[type=range]::-ms-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  border: 1px solid #000000;
  height: 12px;
  width: 8px;
  /*border-radius: 3px;*/
  /*background: #5bc0de;*/
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #eee;
}
input[type=range]:focus::-ms-fill-upper {
  background: #eee;
}

