.player-body {
    /*background: #eee url(body-bg.jpg) no-repeat center;*/
    background-size: cover;
}

.jsplayer {
    background: #222;
    border-radius: 10px;
    /*box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);*/
    width: 1220px;
    height: 140px;
}

.jp-audio {
    width: 100%;
    height: 140px;
    background: rgba(222, 219, 220, 0.11);
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
}

.jp-controls {
    width: 300px;
    text-align: center;
    height: 140px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.jp-controls .jp-current-time .jp-whole-time {
    width: 150px;
    overflow: hidden;
    color: rgba(225, 225, 225, 0.4);
}

.jp-controls {
    font-size: 30px;
}

.jp-current-time, .jp-whole-time {
    padding: 15px 0 20px;
    font-size: 30px;
    display: inline-block;
}

.jp-play {
    width: 33px;
    height: 39px;
    margin: 0 30px;
    background-image: url(../img/transcriptionpage/jp-play.png);
}

.jp-pause {
    width: 30px;
    height: 39px;
    margin: 0 30px;
    background-image: url(../img/transcriptionpage/jp-pause.png);
}

.jp-volume-bar {
    position: relative;
    bottom: auto;
    width: 200px;
    height: 2px;
    margin: 5px auto 0;
    background: rgba(225, 225, 225, 0.3);
    display: block;
    cursor: pointer;
}

.jp-controls .jp-volume-bar .jp-volume-bar-value div:after {
    position: absolute;
    content: "";
    right: -11px;
    top: -8px;
    width: 22px;
    height: 22px;
    background-image: url(../img/transcriptionpage/jp-volume.png);
}

.jp-volume-bar-value div {
    height: 2px;
    position: relative;
    display: block;
    background: #ed553b;
}

.jp-volume-max {
    position: absolute;
    right: -32px;
    top: -8px;
    width: 22px;
    height: 18px;
    display: block;
    background-image: url(../img/transcriptionpage/jp-max.png);
}

.jp-mute {
    right: auto;
    left: -22px;
    position: absolute;
    top: -6px;
    width: 10px;
    background-image: url(../img/transcriptionpage/jp-mute.png);
    height: 13px;
    display: block;
}

.main {
    /*display: block;*/
    float: left;
    /*left: 50%;*/
    /*display: inline-block;*/
    /*float:left;*/
}

.top {
    position: relative;
    z-index: 99999;
}

.body {
    text-align: center;
    /*border: 1px;*/
}

.result {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*text-align:center;*/
    height: 600px;
    /*width: 100%;*/
    width: 800px;
    border: 1px solid;
    overflow: auto;
    float: left;
}

.main-body-top {
    width: 800px;
}

.right_side_result {
    width: 200px;
    height: 600px;
    margin-left: 10px;
    border: 1px solid black;
    float: right;
}

.details-div {
    width: 400px;
    height: 600px;
    margin-left: 10px;
    border: 1px solid black;
    float: right;
}

.waveform {
    margin: 8px auto;
    float: left;
    width: 900px;
}

.details-title {
    float: left;
    width: 30%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
}

/*.details-title > span {
    vertical-align: middle !important;
    text-align: center !important;
    display: table-cell !important;
}*/

.details-val {
    /*width:70%;*/
    height: 40px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    margin: left;
    /* line-height: 25px; */
}

.test {
    max-height: 40px !important;
}

.gryrow {
    background-color: #E9E9E9;
}

/*.result_words{
    width:475px;
    height: 60px;
    overflow: hidden;
}*/
/*.result_words div{
    width: 435px;
    height:40px;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    padding: 10px 0 10px 0;
    color: red;
}*/

.splitDiv-1 {
    float: left;
    width: 8.3%;
    height: 100%;
    text-align: left;
}

.splitDiv-2 {
    float: left;
    width: 16.6%;
    height: 100%;
    text-align: left;
}

.splitDiv-5 {
    float: left;
    width: 41.5%;
    height: 100%;
    text-align: left;
}

.text-top-agent {
    /*text-align: center;*/
    /*text-align: left;*/
    position: relative;
    padding-left: 10px;
    text-align: right;
    /*background-color: #5eef92;*/
    border-right: 2px solid #A8DBA8;
}

.text-top-customer {
    /*text-align: center;*/
    /*text-align: left;*/
    position: relative;
    padding-left: 10px;
    /*background-color: #5eef92;*/
    border-left: 2px solid #A8DBA8;
}

.text-margin-top {
    /*text-align: center;*/
    /*text-align: left;*/
    position: relative;
    margin-top: 2px;
    padding-left: 10px;
    background-color: #5eef92;
    border: 2px solid #a1a1a1;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.main-body {
    margin-left: auto;
    margin-right: auto;
    width: 1220px;
}

.speed-5 {
    float: left;
    width: 41.5%;
    height: 100%;
    text-align: center;
}

.speed-2 {
    float: left;
    width: 16.6%;
    height: 100%;
    text-align: center;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}

.popover {
    overflow-y: auto;
    max-height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.fade.in {
    opacity: 1;
}

.popover.right {
    margin-left: 10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.popover-content{
    padding: 9px 14px;
}

.popover-content > ul {
    padding: 0;
    margin: 0 0 10px 25px;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/*.popoverrate-li > p{*/
    /*display: block;*/
    /*-webkit-margin-before: 1em;*/
    /*-webkit-margin-after: 1em;*/
    /*-webkit-margin-start: 0px;*/
    /*-webkit-margin-end: 0px;*/
/*}*/

.popoverrate-line {
    margin: 0 0 0;
}

.popoverrate-li {
    margin: 0 0 10px;
    line-height: 20px;
}


.list_width{
	width:344px;
}

.labeltext_width{
	width:144px;
}

.AddAgentPAGEPopuplayer{
	overflow:auto;
}

.stack_width{
	width:700px;
}

.reqcPageBottom{
    padding:10px 10px;
    margin-bottom: 15px;
}

.belongToAgentGroup span{
	width:130px;
	display:block;
	white-space:normal;
}

.move{
	width:80px; 
	text-align:center; 
    margin-left:5px;
    margin-right:5px;
	padding-top:220px;
	height:200px;
	width:70px; 
	float:left;
}

.allsetDiv{
	height:40px;
	width:80%;
	padding-left:50px;
}

.secInformation{
	margin-left:10px;
	color:blue;
}

#comfirmButton{
	background: url("../../img/management_templates_img/popuplayer/buttonground_1_17.gif") repeat-x scroll 0 0 #5A7FAB;
	border: 1px solid #697581;
	color: #FFFFFF;
	cursor: pointer;
	height: 19px;
}

#comfirmButton:hover{
	background: url("../../img/management_templates_img/popuplayer/buttonground_1_17_on.gif") repeat-x scroll 0 0 #5A7FAB;
	border: 1px solid #697581;
	color: #000000;
	cursor: pointer;
	height: 19px;
}

.bindAppDiv{
	clear:both;
	font-size:13px;
	text-align:center;
	line-height:24px;
}
.bindAppDiv table {width:90%;margin:0 auto;}

.rateDivTitle{
	height:20px;
	width:273px;
	clear:both;
}

.innerRateDiv{
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	border-style: solid;
	border-width: 1px;
	height:600px;
	color: #666666;
	line-height: 2.4em;
	margin: 0;
	overflow: auto;
	padding-left: 5px;
	resize: none;
	width: 273px;
    overflow:auto;
    
}

.displayMode{
	font-size:13px;
	text-align:center;
	color:#5A9ABB;
}

.labelSipHeaderText{
	margin-left:15px;
}

.autoAnswerSipHeaderList{
	width:600px;
}

span.backmsgauto_answer_queue,
span.backmsgauto_answer_dialer,
span.backmsgauto_answer_click_to_call{
	margin-left:5px;
}

span.backmsgauto_answer_queue select,
span.backmsgauto_answer_dialer select,
span.backmsgauto_answer_click_to_call select{
	border: 1px solid #CCCCCC;
	cursor: pointer;
	overflow: scroll;
	width: 60px;
}

.rateDiv {
    float: left;
    margin-left: 27px;
}

.itemRate {
    text-align: left;
    /* background-color: red; */
    border: 1px dashed #CCCCCC;
    margin: 5px;
    line-height: 25px;
}

.rate-name {
    float: left;
    list-style-type:none;
}

.rate-describe {
    /* background-color: red; */
    padding-left: 22px;
    list-style-type:none;
}

.liStyle {
    /* background-color: red; */
    margin: 5px;
    padding: 1px 3px 1px 3px;
    margin-left: 22px;
    /* margin-right: 10px; */
    border: 1px solid #a5d24a;
    background: #cde69c;
    color: #638421;
}

.check-box {
    float: left;
    /* vertical-align: middle; */
    /* height: 40px; */
    margin: 5px;
}

.selected {
    border: 1px dashed #f00a44;
    background-color: #dad8d8;
}

.remove-tag {
    float: right;
    text-decoration: none;
    font-family: helvetica;
    color: #666666;
    padding-right: 5px;
    font-size: 12px;
}

.memo {
    max-width: 230px;
    width: 230px;
    margin-bottom: 5px;
}