/* 初始化类 */
/* 修改滚动条默认样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #7aa2f8;
}
::-moz-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
}
::-moz-scrollbar {
  width: 6px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0);
}
::-moz-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #7aa2f8;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
}
::selection {
  background: #00a6ed;
  color: #fff;
}
* {
  box-sizing: border-box;
  word-break: break-all;
}
html {
  height: 100%;
}
body {
  /*min-width: 980px;*/
  background-color: #f0f4f6;
  font-size: 0.03rem;
  height: 100%;
  /* background: url(../../img/teacher_v3/background.png) no-repeat; */
  /* background-size: 100% 100%; */
  overflow: hidden;
}
a:hover {
  text-decoration: none;
}
/* 定义常用颜色类 */
.cls-lightblue {
  background-color: #2b3f5c !important;
}
.cls-f-blue {
  color: #00a6ed;
}
.cls-br-1 {
  border-bottom-left-radius: 0.02rem;
  border-bottom-right-radius: 0.02rem;
}
.cls-of-hide {
  overflow: hidden;
}
.cls-br-2 {
  border-bottom-left-radius: 0.02rem;
  border-bottom-right-radius: 0.02rem;
  border-top-right-radius: 0.02rem;
}
.cls-br-3 {
  border-radius: 0.02rem;
}
.cls-f-white {
  color: #fff;
}
.cls-blue {
  background-color: #00a6ed;
}
/* 紫色色 */
.cls-purple {
  /* background-color: #9c85ff; */
}
/*淡红色*/
.cls-red {
  background-color: #ff8989;
}
/* 米黄色 */
.cls-yellow {
  /* background-color: #fffbeb; */
}
/* 屎黄色 */
.cls-deep-yellow {
  background-color: #ffc18c;
}
/* 通用类 */
.cls-fl {
  display: block;
  float: left;
}
.cls-fr {
  display: block;
  float: right;
}
.cls-margin4 {
  margin: 0 0.02rem;
}
.cls-margin8 {
  margin: 0 0.04rem;
}
.cls-clearfix:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cls-bold {
  font-weight: bold;
}
.cls-maxhw {
  width: 100%;
  height: 100%;
}
.cls-maxh {
  height: 100%;
}
.cls-maxw {
  width: 100%;
}
.cls-shadow {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(150, 150, 150, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 0.4px rgba(0, 0, 0, 0.1);
}
.cls-no-border {
  border: none !important;
}
.cls-child-no-border * {
  border: none !important;
}
/* 顶部类 */
#cls-header {
  width: 100%;
  height: 0.2rem;
  padding: 0 0.04rem;
  /* background: url(../../img/teacher_v3/topbg.png) no-repeat; */
  /* background-size: 100% 100%; */
}
#cls-header span {
  line-height: 0.2rem;
  font-size: 0.06rem;
  color: white;
}
#cls-header a {
  color: white;
}
#cls-body {
  width: 100%;
  padding-top: 0.03rem;
}
#cls-left-util {
  width: 0.3rem;
  background-color: #fff;
  height: 100%;
  border-top-right-radius: 0.01rem;
  border-bottom-right-radius: 0.01rem;
  padding-bottom: 10px;
  box-shadow: 0px 2px 0.4px rgba(0, 0, 0, 0.1);
}
#cls-left-util .cls-left-item a {
  color: #000;
  cursor: pointer;
}
#cls-left-util .cls-left-item a:link {
  color: #000;
}
#cls-left-util .cls-left-item a:visited {
  color: #000;
}
#cls-main {
  height: 100%;
  padding: 0 0.04rem;
}
#cls-left-util div {
  text-align: center;
}
#cls-left-util .cls-left-item.active {
  background-color: #dde7fd;
}
#cls-left-util .cls-left-item.active:before {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  background: linear-gradient(90deg, #6a97f6, #dde7fd);
}
#cls-left-util .cls-left-item.active a {
  color: #000;
}
#cls-left-util .cls-left-icon {
  width: 100%;
  height: 60%;
  margin-bottom: 5%;
}
#cls-left-util .cls-left-icon img {
  margin-top: 10%;
  max-height: 80%;
  max-width: 80%;
}
#cls-left-util .cls-left-headicon {
  height: 70%;
  width: 100%;
  position: relative;
}
#cls-left-util .cls-left-headicon img {
  max-width: 60%;
  max-height: 60%;
  margin-top: 20%;
  cursor: pointer;
}
#cls-main-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.02rem;
  box-shadow: 0px 2px 0.4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#cls_msg_num {
  position: absolute;
  right: 0.05rem;
  top: 0.05rem;
  background-color: #ff6c6c;
  color: white;
  padding: 0 0.015rem;
  font-size: 0.025rem;
  border-radius: 0.06rem;
  cursor: pointer;
}
#cls-head-logo {
  height: 0.16rem;
  margin-top: 0.02rem;
  vertical-align: top;
}
.cls-pointer {
  cursor: pointer;
}
/* 工具栏类 */
#cls-fixed-util {
  position: fixed;
  z-index: 1402;
  /*right: 0;
    top: 70%;*/
  border-radius: 0.075rem;
  /*overflow: hidden;*/
  cursor: pointer;
}
#cls-fixed-util > div {
  height: 0.15rem;
}
#cls-fixed-util .cls-main-btn {
  width: 0.15rem;
  border-radius: 50%;
  z-index: 9000;
  position: relative;
  background: #55667e;
}
#cls-fixed-util .cls-left-btn {
  border-radius: 0.075rem;
  margin-right: 0.02rem;
  /* background: url(../../img/teacher_v3/util_bg.png); */
  background-color: #55667e;
  background-size: 100% 100%;
  position: absolute;
  width: 0.75rem;
  left: 0.15rem;
  overflow: hidden;
}
#cls-fixed-util .cls-util-items {
  padding: 0.025rem;
  width: 0.15rem;
  height: 0.15rem;
}
#cls-fixed-util .cls-util-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}
#cls-fixed-util .cls-util-item:hover {
  opacity: 0.5;
}
#cls-fixed-util .cls-util-refresh {
  background: url(../../img/teacher_v3/util_refresh.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-util-back {
  background: url(../../img/teacher_v3/util_return.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-util-camera {
  background: url(../../img/teacher_v3/util_camera.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-util-error {
  background: url(../../img/teacher_v3/util_error.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-util-paper {
  background: url(../../img/teacher_v3/util_paper.png);
  background-size: 100% 100%;
}

#cls-fixed-util .cls-util-refresh:active {
  background: url(../../img/teacher_v3/a_util_refresh.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-util-back:active {
  background: url(../../img/teacher_v3/a_util_return.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-util-camera:active {
  background: url(../../img/teacher_v3/a_util_camera.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-util-error:active {
  background: url(../../img/teacher_v3/a_util_error.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-util-paper:active {
  background: url(../../img/teacher_v3/a_util_paper.png);
  background-size: 100% 100%;
}
#cls-fixed-util .cls-left-btn.cls-left-btn-close {
  /*display: none;*/
}
/* END工具栏类 */
/* 默认table样式类 */
.cls-default-table {
  background-color: #f0f4f6;
  width: 100%;
  margin: 0 auto;
}
.cls-default-table > tbody tr:nth-child(2n + 1) {
   background-color: #cedcf8; 
}
.cls-default-table > tbody td {
  /* border-bottom: 2px solid #f7c194; */
}
/* table的第二种样式，黄紫相间，蓝色边框 */
.cls-p-table,
.cls-yp-table {
  width: 100%;
}
.cls-p-table > tbody td {
  position: relative;
  padding-bottom: 0.06rem;
  border-left: 2px solid #7aa2f8;
}
.cls-p-table > tbody {
  border-bottom: 2px solid #7aa2f8;
}
.cls-p-table > tbody td:after {
  height: 0.04rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  background-color: #e6e3ff;
}
.cls-p-table > tbody > tr:last-child td {
  padding-bottom: 0.02rem;
}
.cls-p-table > tbody > tr:last-child td:after {
  display: none;
}

.cls-p-table > tbody > tr > td:last-child {
  border-right: 2px solid #7aa2f8;
}
/* table第三种样式，黄紫相间 */
.cls-yp-table tr:nth-child(even) td {
  background-color: #e6e3ff;
}
.cls-yp-table > tbody td {
  border-left: 2px solid #00a6ed;
}
.cls-yp-table > tbody td:last-child {
  border-right: 2px solid #00a6ed;
}
.cls-yp-table > tbody > tr:last-child td {
  border-bottom: 2px solid #00a6ed;
}
.cls-blue-table-head {
  background-color: #578efa;
  color: white;
  font-weight: bold;
  font-size: 0.05rem;
}
.cls-root-deal-fixtable tr td{
  word-break: break-all;
}
@media screen and (min-width: 1200px) {
  .cls-blue-table-head {
    font-size: 18px;
  }
}
.cls-blue-table-head tr td {
  padding: 0.01rem 0;
  color: #fff;
}
/* label默认样式 */
.cls-normal-label {
  position: absolute;
  height: 0.12rem;
  /* padding-right: ; */
  top: -0.13rem;
  left: -0rem;
  background: #fff;
}
.cls-normal-label-padding {
  width: 100%;
  height: 100%;
  /* padding: 0.04rem; */
  padding-top: 0.12rem;
}
.cls-normal-label-items {
  height: 100%;
  padding-top: 0.015rem;
  /* border-left: 1px solid rgba(0, 0, 0, 0.1); */
  border-top-left-radius: 0.02rem;
  position: relative;
  background-color: #3E79F6;
}
.cls-normal-label-items-after {
  position: absolute;
  top: 0;
  right: -25px;
  width: 25px;
  height: 100%;
  /* background: url(../../img/teacher_v3/label.png); */
  background-size: 100% 100%;
}
.cls-normal-label-item {
  /* background-color: red; */
  padding: 0.02rem 0.04rem;
  border-top-right-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
  color: #fff;
  /* font-weight: bold; */
  font-size: 0.04rem;
  /*letter-spacing: .01rem;*/
  cursor: pointer;
  /* background-color: #9c85ff; */
}
.cls-normal-label-mul-items {
  height: 100%;
  /* padding: 0 0.03rem 0 0.03rem; */
  position: relative;
  color: black;
  cursor: pointer;
}
.cls-normal-label-mul-item {
  font-size: 0.04rem;
  height: 100%;
  /* font-weight: bold; */
}

.cls-normal-label-items:first-child .cls-normal-label-item {
  /* background-color: #ff8887; */
  border-radius: 10px 0 0 0;
  /* border-bottom: 2px solid blue; */
  margin: 0 0.04rem;
  height: 100%;
}
.cls-normal-label-mul-items .cls-label-mul-item-contain {
  padding: 0.04rem 0.05rem 0 0.05rem;
  margin-right: 0.05rem;
  /* background: url(../../img/teacher_v3/yellow.png); */
  height: 100%;
  position: relative;
}
.cls-normal-label-mul-items:last-child .cls-label-mul-item-contain {
  padding: 0.04rem 0.05rem 0 0.05rem;
  margin-right: 0rem;
  /* background: url(../../img/teacher_v3/yellow.png); */
  height: 100%;
  position: relative;
}

.cls-normal-label-mul-items:first-child .cls-label-mul-item-contain {
  padding: 0.04rem 0.05rem 0 0.05rem;
  /* background: url(../../img/teacher_v3/yellow.png); */
  height: 100%;
  position: relative;
}
.cls-normal-label-mul-items .cls-label-mul-item-contain:before {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  top: 0;
  left: -0.04rem;
  /* background: url(../../img/teacher_v3/label_l.png); */
  background-size: 100% 100%;
}
.cls-normal-label-mul-items .cls-label-mul-item-contain:after {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  top: 0;
  right: -0.04rem;
  /* background: url(../../img/teacher_v3/label_r.png); */
  background-size: 100% 100%;
}

.cls-normal-label-mul-items:first-child .cls-label-mul-item-contain:before {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  top: 0;
  left: -0.03rem;
  /* background: url(../../img/teacher_v3/label_first_l.png); */
  background-size: 100% 100%;
}
.cls-normal-label-mul-items:first-child .cls-label-mul-item-contain:after {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  top: 0;
  right: -0.04rem;
  /* background: url(../../img/teacher_v3/label_r.png); */
  background-size: 100% 100%;
}

.cls-normal-label-mul-items .active {
  /* background: url(../../img/teacher_v3/purple.png) !important; */
  color: #fff;
  background-color: #578efa;
  /* z-index: 1 !important; */
}
.cls-normal-label-mul-items
  .cls-label-mul-item-contain.active
  .cls-normal-label-mul-item {
  /* border-bottom: 2px solid blue; */
}

/* .cls-normal-label-mul-items .cls-label-mul-item-contain.active:before {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  top: 0;
  left: -0.04rem;
  background-color: #dde7fd;

  background: url(../../img/teacher_v3/label_active_l.png);
  background-size: 100% 100%;
}
.cls-normal-label-mul-items .cls-label-mul-item-contain.active:after {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  top: 0;
  right: -0.04rem;
  background-color: #dde7fd;

  background: url(../../img/teacher_v3/label_active_r.png);
  background-size: 100% 100%;
}

.cls-normal-label-mul-items:first-child
  .cls-label-mul-item-contain.active:before {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  top: 0;
  left: -0.03rem;
  background-color: #dde7fd;

  background: url(../../img/teacher_v3/label_first_active_l.png);
  background-size: 100% 100%;
}
.cls-normal-label-mul-items:first-child
  .cls-label-mul-item-contain.active:after {
  content: '';
  display: block;
  height: 100%;
  width: 0.04rem;
  position: absolute;
  top: 0;
  right: -0.04rem;
  background-color: #dde7fd;

  background: url(../../img/teacher_v3/label_active_r.png);
  background-size: 100% 100%;
} */

/* 重写bootstrap的modal */
.modal {
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-header {
  background: #578efa;
  text-align: center;
  padding: 5px;
}
.modal-dialog {
  margin-top: 0.15rem;
}
.modal-body {
  padding: 0.03rem;
}
.modal-header .text-info {
  color: white;
  font-weight: bold;
}
.modal-header button.close {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  color: white;
  font-weight: normal;
  text-shadow: none;
}
.modal-content {
  border: 2px solid #7aa2f8;
}
/* 标签 */
.cls-label {
  display: inline-block;
  padding: 0 0.04rem;
  height: 0.08rem;
  font-size: 0.04rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.08rem;
  border-top-right-radius: 0.04rem;
  border-bottom-right-radius: 0.04rem;
  overflow: hidden;
  margin-top: 0.01rem;
}

/* btn样式 */
.btn-xs {
  font-size: 0.03rem;
  padding: 0.005rem 0.02rem;
  line-height: initial;
}
.btn {
  box-shadow: 0 1px 3px #666;
  background: #578EFA;   
  color: #fff;
  border: 1px solid #0057FF !important;
  border-radius: 4px;
}
.btn-title{
  background: #2F3F59;
}
.btn-default[disabled] {
  color: #fff;
  background-color: #578efa;
}
.btn-primary {
  background-color: #578efa;
  border-color: #578efa;
}
.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn:hover{
  filter: grayscale(0.3);
}
.modal {
  z-index: 1001;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='file'],
select,
textarea {
  background-color: white !important;
  color: black !important;
}

input[type='text'][disabled],
input[type='number'][disabled],
input[type='password'][disabled],
input[type='file'][disabled],
select[disabled],
textarea[disabled] {
  background-color: #e2e6ea !important;
}

.dropdown .dropdown-menu {
  left: -6px;
}
.dropdown .dropdown-menu li {
  height: 30px;
  line-height: 30px;
}
.dropdown-menu {
  position: absolute;
}
.flash-link {
  animation: flash 1s;
  -webkit-animation: flash 1s;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3; /* Safari 和 Chrome */
}
@keyframes flash {
  0% {
    border-color: rgba(141, 39, 142, 0);
    -webkit-box-shadow: none;
  }
  50% {
    border-color: rgba(141, 39, 142, 0.75);
    -webkit-box-shadow: 0 0 18px rgba(111, 1, 32, 3);
  }
  100% {
    border-color: rgba(141, 39, 142, 0);
    -webkit-box-shadow: none;
  }
}
.cls-img-thumbnail img {
  max-width: 100%;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.iptanswer{
    border-bottom:#333333 solid 1px
}

.modal-title{
  color:#fff;
}
.btn-default{
  border: 0px;
}
.btn-cancel{
  background: #AAAAAA;
}
.table-tr-active{
  border-left: 2px solid #2560F5 !important;
  border-right: 2px solid #2560F5 !important;
}
.click_active{
  border:1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 0 5px 5px #ccc;
}
table .btn{
  border: 0px !important;
}
.cls_course_normal{
  cursor: pointer;
}
/*
PLAYER
*/

.audioplayer
{
height: 2.5em; /* 40 */
color: #fff;
text-shadow: 1px 1px 0 #000;
border: 1px solid #222;
position: relative;
z-index: 1;
background: #333;
}


/* mini mode (fallback) */

.audioplayer-mini
{
  width: 2.5em; /* 40 */
  margin: 0 auto;
}


/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

.audioplayer > div
{
  position: absolute;
}


/* play/pause button */

.audioplayer-playpause
{
  width: 2.5em; /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
{
border-right: 1px solid #555;
border-right-color: rgba( 255, 255, 255, .1 );
}
.audioplayer-mini .audioplayer-playpause
{
width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus
{
background-color: #222;
}
.audioplayer-playpause a
{
display: block;
}
.audioplayer-stopped .audioplayer-playpause a
{
width: 0;
height: 0;
border: 0.5em solid transparent; /* 8 */
border-right: none;
border-left-color: #fff;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.audioplayer-playing .audioplayer-playpause a
{
width: 0.75em; /* 12 */
height: 0.75em; /* 12 */
position: absolute;
top: 50%;
left: 50%;
margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after
{
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before
{
  left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after
{
  right: 0;
}


/* timers */

.audioplayer-time
{
  width: 4.375em; /* 70 */
  height: 100%;
  line-height: 2.375em; /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}
.audioplayer-time-current
{
  border-left: 1px solid #111;
  border-left-color: rgba( 0, 0, 0, .25 );
  left: 2.5em; /* 40 */
}
.audioplayer-time-duration
{
  border-right: 1px solid #555;
  border-right-color: rgba( 255, 255, 255, .1 );
  right: 2.5em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration
{
  border-right: 0;
  right: 0;
}


/* progress bar of loaded/played */

.audioplayer-bar
{
  height: 0.875em; /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em; /* 110 */
  left: 6.875em; /* 110 */
  margin-top: -0.438em; /* 7 */
}
.audioplayer-novolume .audioplayer-bar
{
  right: 4.375em; /* 70 */
}
.audioplayer-bar div
{
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audioplayer-bar-loaded
{
  background-color: #333;
  z-index: 1;
}
.audioplayer-bar-played
{
  background: #007fd1;
  z-index: 2;
}


/* volume button */

.audioplayer-volume
{
  width: 2.5em; /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba( 0, 0, 0, .25 );
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus
{
background-color: #222;
}
.audioplayer-volume-button
{
width: 100%;
height: 100%;
}
.audioplayer-volume-button a
{
  width: 0.313em; /* 5 */
  height: 0.375em; /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after
{
  content: '';
  position: absolute;
}
.audioplayer-volume-button a:before
{
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em; /* 8 */
}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after
{
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em; /* 5 */
  height: 0.313em; /* 5 */
  border: 0.25em double #fff; /* 4 */
  border-width: 0.25em 0.25em 0 0; /* 4 */
  left: 0.563em; /* 9 */
  top: -0.063em; /* 1 */
  -webkit-border-radius: 0 0.938em 0 0; /* 15 */
  -moz-border-radius: 0 0.938em 0 0; /* 15 */
  border-radius: 0 0.938em 0 0; /* 15 */
  -webkit-transform: rotate( 45deg );
  -moz-transform: rotate( 45deg );
  -ms-transform: rotate( 45deg );
  -o-transform: rotate( 45deg );
  transform: rotate( 45deg );
}


  /* volume dropdown */

.audioplayer-volume-adjust
{
  height: 6.25em; /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  background: #333;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
{
  opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust
{
  top: auto;
  bottom: 100%;
}
.audioplayer-volume-adjust > div
{
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}
.audioplayer-volume-adjust div div
{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1;
}
.audioplayer-novolume .audioplayer-volume
{
  display: none;
}


/* CSS3 decorations */

body
{
  -webkit-box-shadow: inset 0 0 18.75em rgba( 0, 0, 0, .5 ); /* 300 */
  -moz-box-shadow: inset 0 0 18.75em rgba( 0, 0, 0, 5 ); /* 300 */
  box-shadow: inset 0 0 18.75em rgba( 0, 0, 0, .5 ); /* 300 */
}
.audioplayer
{
  -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
  -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
  box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
}
.audioplayer-volume-adjust
{
  -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}
.audioplayer-bar,
.audioplayer-volume-adjust > div
{
  -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}
.audioplayer-volume-adjust div div,
.audioplayer-bar-played
{
  -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}
.audioplayer-playpause,
.audioplayer-volume a
{
  -webkit-filter: drop-shadow( 1px 1px 0 #000 );
  -moz-filter: drop-shadow( 1px 1px 0 #000 );
  -ms-filter: drop-shadow( 1px 1px 0 #000 );
  -o-filter: drop-shadow( 1px 1px 0 #000 );
  filter: drop-shadow( 1px 1px 0 #000 );
}
.audioplayer,
.audioplayer-volume-adjust
{
  background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
  background: -webkit-linear-gradient( top, #444, #222 );
  background: -moz-linear-gradient( top, #444, #222 );
  background: -ms-radial-gradient( top, #444, #222 );
  background: -o-linear-gradient( top, #444, #222 );
  background: linear-gradient( to bottom, #444, #222 );
}
.audioplayer-bar-played
{
  background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
  background: -webkit-linear-gradient( left, #007fd1, #c600ff );
  background: -moz-linear-gradient( left, #007fd1, #c600ff );
  background: -ms-radial-gradient( left, #007fd1, #c600ff );
  background: -o-linear-gradient( left, #007fd1, #c600ff );
  background: linear-gradient( to right, #007fd1, #c600ff );
}
.audioplayer-volume-adjust div div
{
  background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
  background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
  background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
  background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
  background: -o-linear-gradient( bottom, #007fd1, #c600ff );
  background: linear-gradient( to top, #007fd1, #c600ff );
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div
{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.audioplayer
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.audioplayer-volume-adjust
{
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after
{
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}