html,body{
  font-family: 'Rubik','Kanit', sans-serif;
  font-weight: 300;
} 
*{
  box-sizing: border-box;
} 
body.disabled{
  overflow: hidden;
}
#overlay-bg{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0,0,0,0.4);
  display: none;
  z-index: 5;
}
#overlay-bg.open{
  display: block;
}

#skipto a
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skipto a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

#topbar-box{
  background-color: #b579e9; 
  border: 1px solid #979797;
}
#topbar-box .topbar-row{
  height: 40px; 
  display: flex; 
  align-items: center;
}
#topbar-box .topbar-row .social-box a{
  color: #FFF;
  margin-right: 5px;
}
#topbar-box .topbar-row .social-box a > i{
  font-size: 16px;
}
#topbar-box .topbar-row .social-box a:hover{
  color: #eee;
}

#topbar-box .topbar-row .tool-panel{
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
#topbar-box .topbar-row .tool-panel a{
  color: #FFF;
  text-decoration: none;
}
#topbar-box .topbar-row .tool-panel a.search-tool{
  margin-left: 10px;
}
#topbar-box .topbar-row .tool-panel a:hover{
  color: #eee;
}


#nav-box{
  background-color: #f2f2f2;
}
#nav-box .nav-row{
  height: 40px;
  display: flex; 
  align-items: center;
}
#nav-box .nav-row ul{
  list-style: none; 
  margin: 0px;
  padding: 0px; 
  display: flex;
}
#nav-box .nav-row ul > li{
  font-size: 14px;
  color: #000;
}
#nav-box .nav-row ul > li::after{
  content: "/";
  padding: 0 5px;
  color: #000;

}
#nav-box .nav-row ul > li:last-child::after{
  content: "";
  padding: 0px;
}
#nav-box .nav-row ul > li > a{
  color: #b579e9;
  text-decoration: none;
}
#nav-box .nav-row ul > li > a:hover{
  color: #7b4e7e;
}
#nav-box .nav-row ul > li.book-name{
  text-decoration: underline;
}

#nav-box .nav-row ul > li > select {
  max-width:200px;
}

#nav-box .nav-row ul > li > select > option {
  max-width:200px;
}

.content-container{
  /*margin-top: 30px; 
  margin-bottom: 60px; */
  display: flex; 
  width: 100%; 
  position: relative;
  height: calc(100vh - 167px);
  overflow: hidden;
}
#mobile-control-box{
  padding: 30px 0;
  display: none;
}
#mobile-control-box > .content-container{
  height: auto;
  overflow: inherit;
  padding: 0 10px; 
}
#mobile-control-box .mobile-tab-button{
  width: 145px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 300;
  color: #000;
  background-color: #ffffff;
  border: none;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  outline: none;
  margin-right: 10px;
  display: none;
  cursor: pointer;
}
#mobile-control-box .mobile-tab-button:last-child{
  margin-right: 0px;
}
#mobile-control-box .mobile-tab-button > img{
  flex: 0 0 30px;
}
#mobile-control-box .mobile-tab-button > .text{
  flex: 1;
  text-align: center;
}


#book-index{
  flex: 1; 
  margin-right: 30px; 
  overflow: hidden;
  transform: translateX(0%);
}
#book-index > .index-border{
  height: 100%;
  padding: 30px 5px;
  padding-right: 8px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  margin-right: -22px;
}
#book-index > .index-border > .index-box{
  border-radius: 5px; 
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05); 
  background-color: #ffffff;
  padding: 0px 20px;
}

#book-index > .index-border #accordion > .d-flex{
  min-height: 80px;
  /*border-top: 1px solid #f3f3f3;*/
  border-bottom: 1px solid #f3f3f3;
}
#book-index > .index-border #accordion > .d-flex.last{
  border-bottom: none;
}
#Acidation-index{
  padding: 20px 10px 0;
}
#Acidation-index > .d-flex {
  min-height: 44px;
  border-bottom: 1px solid #f3f3f3;
}
#book-index > .index-border #accordion > .d-flex > .title,
#Acidation-index > .d-flex > .title{
  font-size: 20px;
  color: #000;
}
#book-index > .index-border #accordion  .index-title,
#Acidation-index .index-title{
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  padding: 10px 20px;
  margin: 0 -20px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-left: 45px;
}

#book-index > .index-border #accordion ul.fancytree-container,
#Acidation-index ul.fancytree-container{
  font-family: inherit;
  font-size: 16px;
  white-space: nowrap;
  padding: 3px;
  margin: 0px -20px;
  background-color: #fff;
  border: none; 
  min-height: 0;
  position: relative;
  outline: none;
}
#book-index > .index-border #accordion ul.fancytree-container > li,
#Acidation-index ul.fancytree-container > li{
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
#book-index > .index-border #accordion ul.fancytree-container > li > ul,
#Acidation-index ul.fancytree-container > li > ul{
  padding: 10px 0px 0px;
}
#book-index > .index-border #accordion ul.fancytree-container > li > ul > li,
#Acidation-index ul.fancytree-container > li > ul > li{
  margin-bottom: 0px;
  padding-left: 45px;
}
#book-index > .index-border #accordion ul.fancytree-container > li > ul > li .fancytree-node{
  padding: 10px 0;
}

#book-index > .index-border #accordion #shortnote-textarea {
  width: 100%;
  height: 200px;
  outline: none;
  border: 2px solid #b579e9;
  border-radius: 12.5px;
  padding: 1px 7px 2px 7px;
}

.default-button {
  width: 60px;
  height: 28px;
  line-height: 25px;
  border: 2px solid #b579e9;
  border-radius: 12.5px;
  color: #b579e9;   
  outline: none;
  cursor: pointer;
}


span.fancytree-icon,
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon{
  height: 26px;
  background-image: url(../images/icon_book.png);
  background-repeat: no-repeat;
  background-position: center !important;
  margin-top: 0px;
  margin-left: 20px;
}
/*
span.fancytree-icon,
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon{
  width: 16px;
  height: 26px;
  background-image: url(../images/icon_play.png);
  background-repeat: no-repeat;
  background-position: 0 15px;
  display: inline-block; 
  margin-top: 0px;
  margin-left: 20px;
}
.span.fancytree-title{
  font-weight: 500;
}
*/
.fancytree-ico-c span.fancytree-icon:hover,
.fancytree-exp-cl span.fancytree-expander:hover,
.fancytree-exp-el span.fancytree-expander:hover{
  background-position: inherit; 
}


span.fancytree-expander{
  float: right;
  margin-top: 0px;
  margin-right: 20px;
}
.fancytree-exp-c span.fancytree-expander,
.fancytree-exp-e span.fancytree-expander,
.fancytree-exp-cl span.fancytree-expander,
.fancytree-exp-el span.fancytree-expander{
  background-position: center;
  background-image: none;
}
span.fancytree-expander[role='button']{
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #b579e9;
  border-radius: 50%;
} 
span.fancytree-expander[role='button']::after{
  font-size: 10px;
  font-family: "FontAwesome";
  color: #b579e9;
  height: 12px;
}
.fancytree-exp-c  span.fancytree-expander[role='button']::after,
.fancytree-exp-cl span.fancytree-expander::after{
  content: "\f067";
}
.fancytree-exp-e  span.fancytree-expander[role='button']::after,
.fancytree-exp-el span.fancytree-expander::after{
  content: "\f068";
}

#book-content{
  flex: 0 0 740px;
  padding: 10px;
  padding-top: 30px;
}
#book-content > .book-controller{
  border-radius: 5px; 
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); 
  background-color: #ffffff; 
  margin-bottom: 30px;
  padding: 25px 30px;
}
#book-content > .book-controller > header{
  display: flex;
  align-items: center;
}
#book-content > .book-controller > header > .title{
  font-size: 24px;
  color: #000;
}
.toggle-tool{
  margin-left: auto;
}
.toggle-tool > button{
  width: 150px;
  height: 30px;
  padding-right: 25px;
  border-radius: 15px;
  text-align: left;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
  color: #b579e9;
  background-color: #ffffff;
  border: 2px solid #b579e9;
  position: relative;
  cursor: pointer;
  outline: none;
}
.toggle-tool > button::after{
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  right: 10px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-tool > button[aria-expanded="false"]::before{
  content: "แสดง";
}
.toggle-tool > button[aria-expanded="false"]::after{
  content: "\f067";
}
.toggle-tool > button[aria-expanded="true"]::before{
  content: "ซ่อน";
}
.toggle-tool > button[aria-expanded="true"]::after{
  content: "\f068";
}
#book-content > .book-controller > .player-container > hr{
  border-top: 1px solid #f3f3f3;
  margin-top: 25px;
  margin-bottom: 25px;
}
#book-content > .book-controller > .player-container.collapse{
  display: none;
}
#book-content > .book-controller > .player-container.collapse.show {
  display: block;
}
#book-content > .book-controller > .player-container > .d-flex{
  margin-left: -20px;
  margin-bottom: 10px;
}
#book-content > .book-controller .player-box{
  width: calc(33.3333% - 20px);
  margin-left: 20px;
}
#book-content > .book-controller .player-box > .mixer-box{
  padding-top: 10px;
  height: 75px;
}
#book-content > .book-controller .player-box > .mixer-box.main-play{
  display: flex;
  justify-content: center;
}
#book-content > .book-controller .player-box > .mixer-box.main-play > button{
  width: 45px;
  height: 45px;
  border: none;
  font-size: 24px;
  color: #FFF;
  border-radius: 50%;
  background-color: #b579e9; 
  box-shadow: 0 2px 10px 0 rgba(122, 71, 194, 0.41);
  margin-top: -10px;
  outline: none;
  cursor: pointer;
}
#book-content > .book-controller .player-box > .mixer-box.main-play > button:hover{
  background-color: #945cc4;
}
#book-content > .book-controller .player-box > .mixer-box.main-play > button:active{
  box-shadow: 0 2px 10px 0 rgba(122, 71, 194, 0.7);
}


#book-content > .book-controller .player-box > .mixer-box .ui-widget.ui-widget-content{
  margin: 0 10px 10px;
  height: 5px;
  border-radius: 2.5px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
  border: none;
  background-color: #ececec;
}
#book-content > .book-controller .player-box > .mixer-box .ui-slider .ui-slider-handle{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #b579e9;
  border: none;
  top: -7.5px;
  margin-left: -10px;
  cursor: pointer;
  outline: none;
}
#book-content > .book-controller .player-box > .mixer-box .ui-slider .ui-slider-handle:hover{
  background-color: #945cc4;
}
#book-content > .book-controller .player-box > .mixer-box .ui-state-active{
  border: none;
  background: inherit;
}
#book-content > .book-controller .player-box > .mixer-box .ui-widget-header,
#Acidation-controller .book-controller .player-box > .mixer-box .ui-widget-header{
  background: #c86dd7;
  background: -moz-linear-gradient(left, #3023ae 0%, #c86dd7 100%);
  background: -webkit-linear-gradient(left, #3023ae 0%,#c86dd7 100%);
  background: linear-gradient(to right, #3023ae 0%,#c86dd7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3023ae', endColorstr='#c86dd7',GradientType=0 );
}
#book-content > .book-controller .player-box > .mixer-box > .mixer-info{
  display: flex;
}
#book-content > .book-controller .player-box > .mixer-box > .mixer-info > .caption{
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
#book-content > .book-controller .player-box > .mixer-box > .mixer-info > .value{
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: #7645c1;
}
  


#book-content > .book-controller .player-box > .controller-box{
  border-radius: 5px;
  padding: 10px;
  background-color: #fbfbfb;
}
#book-content > .book-controller .player-box > .controller-box > header{
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#book-content > .book-controller .player-box > .controller-box .button-control{
  display: flex;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .play-btn{
  flex: 0 0 25px;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .play-btn > button{
  width: 25px;
  height: 25px;
  border: none;
  font-size: 10px;
  line-height: 25px;
  color: #FFF;
  border-radius: 12.5px;
  background-color: #b579e9; 
  outline: none;
  cursor: pointer;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .fast-btn{
  flex: 0 0 60px;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .fast-btn > button{
  width: 60px;
  height: 25px;
  border: none;
  font-size: 10px;
  line-height: 25px;
  color: #FFF;
  border-radius: 12.5px;
  background-color: #b579e9; 
  outline: none;
  cursor: pointer;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .space{
  flex: 1;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .play-btn > button:hover,
#book-content > .book-controller .player-box > .controller-box > .button-control > .fast-btn > button:hover{
  background-color: #945cc4;
}











/*-----------------------------------------------------------------------------------------------------------*/

#book-info-container{
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -30px;
  height: calc(100% - 116px);
}
#book-info-container.expand{
  height: calc(100% - 330.2px);
}

.book-desciption{
  padding: 25px 10px 0px;
}
.book-desciption > .book-title{
  font-size: 22px;
  color: #000000;
  position: relative;
}
.book-desciption > .book-title::after{
  content: "";
  position: absolute;
  width: 25px;
  height: 5px;
  background-color: #b579e9;
  bottom: -10px;
  left: 0px;
}
.book-desciption > .book-summary{
  list-style: none; 
  margin: 35px -15px 0; 
  padding: 0px; 
  display: flex; 
  flex-wrap: wrap;
}
.book-desciption > .book-summary > .item > .info{
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}
.book-desciption > .book-summary > .item > .info > .title{
  font-weight: 600;
}



.book-cover{
  padding: 30px; 
  margin-bottom: 30px; 
  background-color: #f4f4f4;
}

.book-infomation{
  list-style: none; 
  margin: 0 0 30px; 
  padding: 30px 30px 0; 
  display: flex; 
  flex-wrap: wrap;
  border-radius: 5px; 
  background-color: #f7f7f7;
}
.book-infomation > .item > .info{
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}
.book-infomation > .item > .info > .title{
  font-weight: 600;
}


#footer-box{
  background-color: #ffffff; 
  border-top: 1px solid #f2f2f2;
}  
#footer-box .footer-row{
  height: 84px; 
  display: flex; 
  align-items: center;
}
#footer-box .footer-row > .credit-box{
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
}
#footer-box .footer-row > .logo-box{
  margin-left: auto;
  width: 40px;
}




/*-----------------------------------------------------------------------------------------------------------*/

.fancytree-plain span.fancytree-active span.fancytree-title, .fancytree-plain span.fancytree-selected span.fancytree-title {
    color: #000;
    padding: 0 10px;
    border-radius: 50px;
    background-color: #b579e9 !important;
    border-color: #b579e9 !important;
}
.fancytree-plain span.fancytree-node.fancytree-active:hover span.fancytree-title {
    background-color: #b579e9 !important;
    border-color: #b579e9 !important;
}
.ui-visual-focus {
  box-shadow: 0 0 0 0 rgb(94, 158, 214) !important;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #FFF !important;
  background-color: #ffffff !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
/*.fancytree-plain span.fancytree-node:hover span.fancytree-title {
    background-color: #FFF !important;
    border-color: #b579e9 !important;
    color: #000;
    padding: 0 10px;
    border-radius: 50px;
}*/
.fancytree-plain span.fancytree-node:hover span.fancytree-title {
    background-color: #FFF !important;
    border-color: #b579e9 !important;
    color: #000;
    padding: 0 10px;
    border-radius: 50px;
}
span.fancytree-title {
    padding: 0 10px;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}












@media (max-width: 1199.98px){

.container{
  max-width: inherit;
}


#book-index {
  flex: 1;
  max-width: inherit;
}

#book-content{
  flex: 0 0 700px;
}

}



@media (max-width: 1109.98px){

#book-index {
  margin-right: 20px;
}
#book-content{
  flex: 0 0 620px;
}
#book-content > .book-controller {
  padding: 25px 20px;
}
#book-content > .book-controller > .player-container > .d-flex {
  margin-left: -10px;
}
#book-content > .book-controller .player-box {
  width: calc(33.3333% - 10px);
  margin-left: 10px;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .fast-btn {
  flex: 0 0 50px;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .fast-btn > button {
  width: 50px;
}




}



@media (max-width: 1023.98px){

#mobile-control-box{
  display: block;
}
#mobile-control-box .mobile-tab-button.offset-menu{
  display: flex;
}
#book-index {
  position: fixed;
  width: 100%;
  max-width: 400px;
  top: 0px;
  left: 0%;
  bottom: 0px;
  margin-right: 0px;
  transform: translateX(-100%);
  box-shadow: none;
  border-radius: 0;
  transition: all 0.3s;
  z-index: 9;
}
#book-index.open{
  transform: translateX(0%);
}
#book-index > .index-border {
  height: 100%;
  padding: 0px;
  padding-right: 8px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  margin-right: -22px;
}
#book-index > .index-border > .index-box {
  border-radius: 0px;
  box-shadow: none;
  background-color: #ffffff;
  padding: 0px 20px;
}

.content-container {
  width: 80%;
  min-width: 680px;
  margin: 0 auto;
  position: inherit;
  height: calc(100vh - 277px);
}
#book-content {
  flex: 1;
  min-width: 680px;
  padding-top: 5px;
}
#book-content > .book-controller > .player-container > .d-flex {
  margin-left: -20px;
}
#book-content > .book-controller .player-box {
  width: calc(33.3333% - 20px);
  margin-left: 20px;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .fast-btn {
  flex: 0 0 60px;
}
#book-content > .book-controller .player-box > .controller-box > .button-control > .fast-btn > button {
  width: 60px;
}

.toggle-tool > button{
  width: 25px;
  height: 25px;
  padding-right: 0px;
  border-radius: 50%;
  font-size: 0;
}
.toggle-tool > button::after {
  font-size: 10px;
  left: 50%;
  right: auto;
  height: 24px;
  transform: translateX(-50%);
}


}



@media (max-width: 719.98px){


.content-container {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
  position: inherit;
  height: auto;
}
#mobile-control-box > .content-container {
  display: flex;
  justify-content: center;
}
#mobile-control-box .mobile-tab-button.offset-menu{
  display: none;
}
#mobile-control-box .mobile-tab-button.accordion-button{
  display: flex;
}
#book-index > .index-border > .index-box {
  padding: 0px 10px;
}

#book-index > .index-border #accordion > .d-flex > .title {
  font-size: 16px;
}
#book-index > .index-border #accordion .index-title {
  font-size: 12px;
  margin: 0 15px;
}
#book-index > .index-border #accordion .index-title::before {
  background-position: 0 11px;
}
#book-index > .index-border #accordion ul.fancytree-container {
  font-size: 12px;
  margin: 0px 15px;
}
span.fancytree-icon, .fancytree-has-children.fancytree-ico-cf span.fancytree-icon {
  height: 20px;
}


#book-content {
  flex: 1;
  min-width: auto;
  overflow: inherit;
  height: auto;
  margin-right: 0;
  padding: 0;
}

#book-content > .book-controller{
  display: none;
}

#book-info-container,
#book-info-container.expand{
  height: 100%; 
}


.book-cover {
  padding: 15px;
}

.book-desciption {
  padding: 0px 10px 0px;
}


.book-infomation {
  padding: 30px 0px 0;
}
.book-infomation > .item > .info {
  margin-bottom: 15px;
}

#Acidation-index .index-title {
  font-size: 16px;
  margin: 0 15px;
  padding-left: 45px;
}
#Acidation-index > .d-flex > .title{
  font-size: 16px;
}
#Acidation-index ul.fancytree-container {
  font-family: inherit;
  font-size: 14px;
  white-space: nowrap;
  padding: 3px;
  margin: 0px 15px;
  background-color: #fff;
  border: none;
  min-height: 0;
  position: relative;
  outline: none;
}
#Acidation-index ul.fancytree-container > li > ul {
  padding: 9px 0px 0px;
}
#Acidation-index ul.fancytree-container > li > ul > li {
  padding-left: 35px;
  margin-bottom: 10px;
}
#Acidation-index ul.fancytree-container > li > ul > li .fancytree-node{
  padding: 10px 0;
}
#Acidation-index .toggle-tool {
  margin-right: 40px;
}


#Acidation-controller .book-controller{
  padding-top: 20px;
}
#Acidation-controller #book-content > .book-controller {
  padding: 25px 20px;
}

#Acidation-controller .book-controller > header {
  display: flex;
  align-items: center;
}

#Acidation-controller .book-controller > header > .title {
  font-size: 24px;
  color: #000;
}
#Acidation-controller .book-controller > .player-container.collapse {
  display: none;
}
#Acidation-controller .book-controller > .player-container.collapse.show {
  display: block;
  border-bottom: 2px solid #f3f3f3;
}
#Acidation-controller .book-controller > .player-container > hr {
  border-top: 1px solid #f3f3f3;
  margin-top: 25px;
  margin-bottom: 25px;
}
#Acidation-controller .book-controller > .player-container > .d-flex {
  margin-left: 0px;
  flex-direction: column;
  width: 220px;
  margin: 0 auto;
}
#Acidation-controller .book-controller .player-box {
  width: 100%;
}
#Acidation-controller .book-controller .player-box > .mixer-box {
  padding-top: 10px;
  height: 60px;
}
#Acidation-controller .book-controller .player-box > .mixer-box .ui-widget.ui-widget-content {
  margin: 0 10px 10px;
  height: 5px;
  border-radius: 2.5px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
  border: none;
  background-color: #ececec;
}
#Acidation-controller .book-controller .player-box > .mixer-box .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #b579e9;
  border: none;
  top: -7.5px;
  margin-left: -10px;
  cursor: pointer;
  outline: none;
}
#Acidation-controller .book-controller .player-box > .mixer-box .ui-slider .ui-slider-handle:hover{
  background-color: #945cc4;
}
#Acidation-controller .book-controller .player-box > .mixer-box > .mixer-info {
  display: flex;
}
#Acidation-controller .book-controller .player-box > .mixer-box > .mixer-info > .caption {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
#Acidation-controller .book-controller .player-box > .mixer-box > .mixer-info > .value {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: #7645c1;
}

#Acidation-controller .book-controller .player-box > .controller-box {
  border-radius: 5px;
  padding: 10px;
  background-color: #fbfbfb;
  margin-bottom: 15px;
}
#Acidation-controller .book-controller .player-box > .controller-box > header {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#Acidation-controller .book-controller .player-box > .controller-box .button-control {
  display: flex;
}
#Acidation-controller .book-controller .player-box > .controller-box > .button-control > .fast-btn {
  flex: 0 0 60px;
}
#Acidation-controller .book-controller .player-box > .controller-box > .button-control > .fast-btn > button {
  width: 60px;
  height: 25px;
  border: none;
  font-size: 10px;
  line-height: 25px;
  color: #FFF;
  border-radius: 12.5px;
  background-color: #b579e9;
  outline: none;
  cursor: pointer;
}
#Acidation-controller .book-controller .player-box > .controller-box > .button-control > .space {
  flex: 1;
}
#Acidation-controller .book-controller .player-box > .controller-box > .button-control > .play-btn {
  flex: 0 0 25px;
}
#Acidation-controller .book-controller .player-box > .controller-box > .button-control > .play-btn > button {
  width: 25px;
  height: 25px;
  border: none;
  font-size: 10px;
  line-height: 25px;
  color: #FFF;
  border-radius: 12.5px;
  background-color: #b579e9;
  outline: none;
  cursor: pointer;
}
#Acidation-controller .book-controller .player-box > .mixer-box.main-play {
  display: flex;
  justify-content: center;
  height: 75px;
}
#Acidation-controller .book-controller .player-box > .mixer-box.main-play > button {
  width: 60px;
  height: 60px;
  border: none;
  font-size: 24px;
  line-height: 60px;
  color: #FFF;
  border-radius: 50%;
  background-color: #b579e9;
  box-shadow: 0 2px 10px 0 rgba(122, 71, 194, 0.41);
  margin-top: -10px;
  outline: none;
  cursor: pointer;
}
#Acidation-controller .book-controller .player-box > .mixer-box.main-play > button:hover,
#Acidation-controller .book-controller .player-box > .controller-box > .button-control > .fast-btn > button:hover,
#Acidation-controller .book-controller .player-box > .controller-box > .button-control > .play-btn > button:hover{
  background-color: #945cc4;
}


}



@media (max-width: 574.98px){

#nav-box .nav-row{
  height: auto;
  padding: 10px 0;
}
#nav-box .nav-row ul{
  display: inline-block;
}  
#nav-box .nav-row ul > li{
  float: left;
}



.book-desciption > .book-title {
  font-size: 16px;
}
.book-desciption > .book-summary > .item > .info {
  font-size: 12px;
}
.book-desciption > .book-summary > .item > .info > .title {
  font-size: 14px;
}
.book-infomation > .item > .info{
  font-size: 12px;
}
.book-infomation > .item > .info > .title{
  font-size: 14px;
}


#footer-box .footer-row {
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 15px 0;
  margin:0 -30px; 
}
#footer-box .footer-row > .logo-box {
  margin-left: inherit;
  width: 40px;
  margin-bottom: 15px;
}

}