body {
    min-width: 1280px;
    overflow-x: auto;
}
  
.main {
    padding-top: 70px;
}
.header{
    height: 70px;
    background-color: #c4161c;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 2;
    min-width: 1280px;
}
.header .header-img{
    width: 10%;
    height: 70px;
    padding: 0;
    text-align: center;
    line-height: 70px;
}
.header .header-img img{
    margin: 0 0 5px 10px;
}
.header .header-content{
    width: 90%;
    height: 100%;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
}
.header .header-left{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    float: left;
}
.header .header-left p{
    margin-right: 20px;
}
.header .header-left span{
    margin-left: 10px;
    font-size: 14px;
}
.header .header-right{
    float: right;
    margin-right: 20px;
}
.header-right .headerPms{
    display: none;
}
   
.header-right .drop-down a.set{
    height: 70px;
    line-height: 70px;
    padding: 0 14px;
    margin-left: 14px;
}

.header-right .drop-down li{
    padding: 0;
    text-align: left;
    line-height: 70px;
    height: 100%;
}

.drop-down .dropdown-menu > li > a{
    color: black
}
.header-right .drop-down a.set{
    padding: 0;
    background-color: #c4161c;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    line-height: 70px;
    height: 100%;
    
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: #ab1318;
} 
.header .header-right div{
    display: inline-block;
    margin-left: 34px;
}
.header .header-right a{
    color: white;
}
.header .header-right i{
    margin-right: 8px;
}
  

  
.feedback{
    width: 52px;
    height: 53px;
    background: linear-gradient(-180deg,#dadfea,#ebedf5);
    border-radius: 20px;
    z-index: 99999;
    position: fixed;
    left: 0;
    bottom: 0;
    margin : 0 0 10px 10px;
      
}
.feedback:hover{
    background: #418dff;
}
.feedback a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.feedback .feedback-img{
    width: 76px;
    height: 66px;
    margin-left: -15px;
    margin-top: -5px;
      
}
.popUp{
    position: fixed;
    left: 76px;
    bottom: 22px;
    background: #4e4e4e;
    border-radius: 4px;
    width: 86px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    display:none;
}
.popUp::after{
    content: " ";
    display: block;
    width: 0;
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #4e4e4e;
    position: absolute;
    right: 86px;
    top: 10px;
}
  

#crmscontaier{
    text-align: center;
}
#crmscontaier p{
    font-size: 60px;
}

/* -------- ATC ------- */
.header-center{
	flex-grow:1;
    display: none;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
.ATCDiver{
	margin: 0 10px;
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    /* line-height: 17px;
    padding: 3px;
    box-shadow: 3px 3px 6px 0 #382020;
    border-radius: 3px;
    background: #f32b32; */
}
.ATCCall{
	width:145px;
	height: 24px;
    box-shadow: 3px 3px 6px 0px #382020;
    font-size: 15px;
}
.dropdown-menu{
	margin-top: 6px;
    margin-left: -11px;
}
.ATCicon{
	font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #f32b32;
    box-shadow: 3px 3px 6px 0px #382020;
}
.ATCList,.ATCDro,.ATCicon{
	cursor: pointer;
}
.ATCDro{
    box-shadow: 3px 3px 6px 0 #382020;
    padding: 3px;
    border-radius: 5px;
    height: 26px;
    line-height: 15px;
    padding: 5px;
    background: #f32b32;
}

.ATCBootBox .modal-body{
    height: 75vh;
    overflow: auto;
}

.numbers-container{
    display: none;
    position: absolute;
    border: 1px solid #b3b3b3;
    flex-wrap: wrap;
    width: 230px;
    margin: 233px 148px 0 0px;
    background: #b3b3b3;
    border-radius: 10px;
    justify-content: space-evenly;
    /* padding-left: 6px; */
    padding-bottom: 6px;
    box-shadow: 3px 3px 6px 0px #382020;
}

.numbers-container .pushedBtn{
    width: 100px;
    text-align: center;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: -4px;
    cursor: pointer;
    border-bottom: 1px solid #9b9797;
}

.numbers-container .pushed{
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 20px;
    margin: 5px;
    cursor: pointer;
    padding-left: 6px;
}

.numbers-container span:hover{
    background: #898585;
    border-radius: 5px;
}

.numbers-container .pushed.pushedasterisk{
    line-height: 44px;
    font-size: 40px;
}

.numbers-container em{
    border-bottom: 1px solid;
    font-size: 12px;
    margin-left: 3px;
}
/* ------- end ------- */
.box {
    position: absolute;
    width: 305px;
    z-index: 100040;
    right: 2%;
    top: 30px;
    background: rgba(255, 255, 255, 1);
	box-shadow: 3px 3px 10px rgba(150, 150, 150, 0.16);  
	opacity: 1;
	
    border-radius:8px;
    overflow: hidden;
}
.dialogcontent{
	height:80px;
	background: rgba(249, 249, 249, 1);
	cursor: pointer;
	margin: 0 12px;
	padding: 12px;
}
.dialogTitle{
	font-size: 16px;
    font-weight: bolder;
}
#messageNum{
	position: absolute;
    top: -10px;
    right: -7px;
    z-index: -999;
    font-size:12px;
    font-style: initial;
	color: rgba(255, 255, 255, 1);
	font-weight:bold;
	background-color:#FF5733;
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	border-radius: 50%;
    margin: 0;
}
.dialogContent{
}
/* .dialogmask {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 100040;
    display: none;
 
} */
 
.opacity { /*遮罩浑浊处理*/
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #000;
}

  
.main {
    height: 100%;
}
.main .main-left{
    width: 180px;
    padding: 20px 0 0 0;
    color: black;
    background-color: #fee8e8;
    float: left;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.main .main-left .fa{
    color: #5c5757 !important;
    margin-right: 5px;
}
.main .main-left li{
    line-height: 33px;
    cursor: pointer;
    color: #000;
}
.main .main-left li ul {
    transition: height 1s ease;
    overflow: hidden;
}
.main .main-left li.fold ul {
    height: 0;
}

.main .main-left li>span {
    display: block;
    padding: 0 10px 0 16px;
    font-size: 14px;
}
.main .main-left li > span:hover {
    color: #f23038;
}
.main .main-left li li {
    padding-left: 50px;
    font-size: 12px;
}
.main .main-left li li:hover {
    padding-left: 45px;
    border-left: 5px solid #c5161d;
    background: #fff;
}

  
.main-box {
    height: 100%;
    padding-top: 30px;
    position: relative;
    margin-left: 180px;
    overflow: hidden;
}

.main-tags-box {
    border-bottom: 1px solid #ddd;
    border-top:  1px solid #fff;
    background: #f5f5f5;
    height: 30px;
    position: absolute;
    width: 100%;
    top: 0;
}

.main-tags {
    float: left;
    line-height: 28px;
}
.main-tags li {
    width: 120px;
    font-size: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #666;
    border-right: 1px solid #ddd;
    cursor: default;
    float: left;
    position: relative;
    padding: 0 1.5em 0 1em;
    
}
.main-tags li:hover {
    color: #f23038;
}
.main-tags li span {
    position: absolute;
    right: 6px;
    top: 7px;
    border-radius: 7px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    line-height: 14px;
    color: #999;
}
.main-tags li span:hover {
    background: #f23038;
    color: #fff;
}
.main-tags li.check {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
}

.main-contents {
    position: relative;
    height: 100%;
    /*padding: 10px;*/
}
.main-contents iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    border:none;
}
.ui-pnotify {
    top: 10px;
    right: 10px;
    position: absolute;
    height: auto;
    z-index: 2;
    pointer-events:auto
}
body > .ui-pnotify {
    position: fixed;
    z-index: 100040
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039
}

.ui-pnotify.ui-pnotify-in {
    display: block !important
}

.ui-pnotify.ui-pnotify-move {
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-slow {
    transition: opacity .6s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-normal {
    transition: opacity .4s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1)
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

.ui-pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.ui-pnotify-container.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.pNotifyIndexClass{
    margin-top: 110px;
    margin-right: 18px;
}
.ui-pnotify-title {
    display: block;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5em;
}

.ui-pnotify-text {
    margin-top: .4em;
    display: block;
    font-size: 12px;
}

.ui-pnotify-icon, .ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
    left: 25px;
    right: auto
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .2em
}

  
.ui-pnotify .alert-success {
    color: #fff;
    background-color: #72c260;
}
.ui-pnotify .alert-info {
    color: #fff;
    background-color: #999;
}
.ui-pnotify .alert-danger {
    color: #fff;
    background-color: #ff4d4d;
}
.tree-check-box {
    padding: 10px 0;
}
.tree-check-box li {
    line-height: 2em;
    padding-left: 1.2em;
    position: relative;
}
.tree-check-box li .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    text-align: center;
    cursor: pointer;
}
.tree-check-box li label {
    font-weight: 400;
}
.tree-check-box li input {
    vertical-align: text-top;
    margin: 0;
}
.tree-check-box li.fold span {
    font-weight: 700;
}
.tree-check-box li ul {
    height: 0;
    overflow: hidden;
}
.tree-check-box li.unfold ul,
.all-unfold li ul {
    height: auto !important;
}
.all-unfold li {
    display: none;
}
.tree-check-box .tree-show {
    display: block;
}
.tree-check-box .check-size{
    font-size: 12px;
    color: #4278e2;
    font-style: normal;
}
.all-checked{
	color: #ffffff;
    background-color: #ff2c2c;
    border-color: #ff1212;
    position: fixed;
    top: 110px;
    left: 11px;
}
.btn-translate{
    position: fixed;
    top: 110px;
    left: 100px;
}
.btn-confirm {
    position: absolute;
    top: 110px;
    right: 16px
}

.ATCInfoBoxFrame{
	display: flex;
    max-height: 86vh;
    position: absolute;
    right: 0px;
    bottom: 10px;
    /* top: 70px; */
    /* z-index: 1; */
    margin: 5px 30px;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    pointer-events: auto;
}

.ATCInfoBox{
	position:relative;
	width: 166px;
    height: 110px;
    background-image: linear-gradient(to bottom right, #def7e4, #10e194);
    margin: 5px;
    border-radius: 15px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    color: white;
    font-size: 15px;
    -moz-box-shadow: 2px 2px 10px #808080;
	-webkit-box-shadow: 2px 2px 10px #808080;
	box-shadow:2px 2px 10px #808080;
}

.ATCInfoBox .callBtn{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 36px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 3px;
}

.ATCInfoBox .pickup{
	background: white;
    border-radius: 10px;
    color: #06b72c;
    font-size: 24px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    /* transform: rotate(180deg);
    -ms-transform: rotate(180deg); */
}

.ATCInfoBox .hangup{
	background: white;
    border-radius: 10px;
    color: #ff0000;
    font-size: 24px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    transform: rotate(136deg);
    -ms-transform: rotate(136deg);
}

.ATCInfoBox .tran{
	background: white;
    border-radius: 10px;
    color: #0d20ff;
    font-size: 20px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
}

.ATCInfoBox .notarizeTran{
	background: white;
    border-radius: 10px;
    color: #0d20ff;
    font-size: 20px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    background-image:url(https://ygdjonline.com/ywxt/image/20230725/transfer.png);
    background-size:75%;
    background-repeat:no-repeat;
    background-position:center;
}

.ATCInfoBox .close{
    position: absolute;
    right: -15px;
    top: -9px;
    font-size: 14px;
    padding: 3px;
    color: black;
    opacity: 0.5;
}

.ATCInfoBox .close:hover{
    opacity: 0.8;
}

.ATCInfoBox .logo{
	position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    color: #ffd400;
    font-size: 20px;
    -moz-text-shadow: 2px 2px 10px #d8d8d8;
    -webkit-text-shadow: 2px 2px 10px #d8d8d8;
    text-shadow: 2px 2px 10px #ffffff;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

.ATCInfoBox .callInfo{
	display: flex;
    position: absolute;
    right: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom right, #c5fbdd, #178d6c);
    width: 130px;
    height: 110px;
    border-radius: 0px 15px 15px 0px;
    cursor: pointer;
}

.ATCInfoBox div:not(.phone):not(.time){
	letter-spacing: 1px;
}

.ATCInfoBox .name{
	font-size: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 100px;
    text-align: center;
    margin-left: -12px;
}

.ATCInfoBox .name sup{
    border-radius: 3px;
    background: #e4bd2f;
    color: white;
    padding: 1px;
    margin-right: 3px;
/*     box-shadow: 2px 1px 4px #bba1a1; */
}

.ATCInfoBox .phone{
	font-size: 18px;
}

.ATCInfoBox .status{
	line-height: 14px;
}

#myTranContent{
    display: none;
    top: 12vh;
    left: 15vw;
    position: absolute;
    background: #dadadb;
    border-radius: 10px;
    padding-bottom: 10px;
    box-shadow: 3px 3px 6px 0 #382020;
    pointer-events: auto;
}

#myTranContent .closeTran{
    text-align: right;
    cursor: pointer;
}

#myTranContent .page-header{
    margin: 10px 0 20px;
    display: flex;
    justify-content: space-between;
}

#myTranContent .table tr{
    border: 1px solid #ffffff;
}

#myTranContent .table td{
    border: 1px solid #ffffff
}
.agent-box {
    position: fixed;
   /** bottom: 5px;*/
    left: 1px;
    background-color: #d1e1ff;
    font-size: 0.8em;
    border-left: solid 1px #666;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    min-width: 1120px;
    min-height: 110px;
}


.ATCInfoBoxFrameBtn{
	display: flex;
    max-height: 86vh;
    position: absolute;
    right: 0px;
    /* bottom: 10px; */
     top: 70px;
    /* z-index: 1; */
    margin: 5px 30px;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    pointer-events: auto;
}

.agent-box .top {
    display: flex;
}

.agent-box .top .t-l {
    width: 250px;
}

.agent-box .top .t-l span {
    display: inline-block;
    text-indent: 3px;
}
.agent-box .top .t-l ul li:HOVER{
	background-color: #fff8f8;
	cursor:default;
}
.agent-box .top .t-l ul li .zj_num{
	width: 40%;
}

.agent-box .top .t-l ul li .wt_time{
	width: 25%;
}

.agent-box .top .t-l ul li .acd_num{
	width: 25%;
}

.agent-box .top .t-l span.zj {
    width: 100px;
}

.agent-box .top .t-l span.wt {
    width: 65px;
}

.agent-box .top .t-l span.acd {
    width: 85px;
}

.agent-box .top .t-l ul {
    list-style: none;
    padding: 0;
    border-left: solid 1px #a1a1a1;
    border-top: solid 1px #a1a1a1;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    height: 65px;
    margin: 3px 3px 0;
    position: relative;
    overflow-y: auto;
}

.agent-box .top .t-r {
    flex: 1;
    padding-right: 60px;
}

.agent-box .top .t-r .r-top {
    height: 30px;
    line-height: 28px;
}

.agent-box .top .t-r .r-top span {
    display: inline-block;
}

.agent-box .top .t-r .r-top input[type="text"] {
    margin-right: 4px;
    vertical-align: -1px;
}

.agent-box .top .t-r .r-top input[type="checkbox"] {
    vertical-align: -3px;
}

.agent-box .top .t-r .r-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 57px;
    border-left: solid 1px #a1a1a1;
    border-top: solid 1px #a1a1a1;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #d6d6d6;
    position: relative;
}

#agentBtnList ul li div{
	margin: auto;
}

.agent-box .top .t-r .r-body ul li {
    width: 38px;
    height: 57px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    cursor: pointer;
    border-left: solid 1px rgba(0, 0, 0, 0);
    border-top: solid 1px rgba(0, 0, 0, 0);
    border-right: solid 1px rgba(0, 0, 0, 0);
    padding-top: 6px;
}
.long-size{
	width: 48px !important;
}

.agent-box .top .t-r .r-body ul li.able {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-right: solid 1px #a1a1a1;
}

.agent-box .top .t-r .r-body ul li.disable {
    opacity: .3;
}

.agent-box .top .t-r .r-body ul li:active {
    border: solid 1px #d0d0d0 !important;
}

.agent-box .top .t-r .r-body ul li .img {
    width: 32px;
    height: 32px;
}

.agent-box .top .t-r .r-body ul li .img img {
    width: 100%;
    height: 100%;
}

.agent-box .top .t-r .r-body ul li .txt {
    height: 20px;
    line-height: 20px;
}

.agent-box .bottom {
    height: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.agent-box .bottom .login-status, .agent-box .bottom .work-status, .agent-box .bottom .phone-status, .agent-box .bottom .empty-status {
    height: 18px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 1px;
    border-left: solid 1px #a1a1a1;
    border-top: solid 1px #a1a1a1;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.agent-box .bottom .login-status {
    width: 100px;
}

.agent-box .bottom .work-status {
    width: 100px;
}

.agent-box .bottom .phone-status {
    width: 400px;
}

.agent-box .bottom .empty-status {
    flex: 1;
}

.right-line {
    position: absolute;
    height: 100% !important;
    width: 1px !important;
    right: 0;
    top: 0;
    background-color: #e3e3e3;
}

.bottom-line {
    position: absolute;
    height: 1px !important;
    width: 100% !important;
    bottom: 0;
    left: 0;
    background-color: #e3e3e3;
}

.input-empty{
	background-color: #ec9a9a;
}

.back-g{
	width: 100%;
	height: 100%;
	z-index: 19890327;
	position: fixed;
    display: flex;
    max-height: 86vh;
    position: absolute;
    right: 0px;
    /* bottom: 10px; */
     top: 70px;
    /* z-index: 1; */
    margin: 5px 30px;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    pointer-events: auto;
}
.show-msg{
    width: 300px;
    height: 400px;
    background-color: #fee8e8;
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 200px);
    border-radius:6px;
    border: solid 1px #ababc3;
}
.show-msg .title{
	height:35px;
	line-height:35px;
	text-indent: 8px;
	width: 100%;
}
.show-msg .title .close-btn{
    position: absolute;
    display: block;
    width: 50px;
    height: 25px;
    right: 8px;
    top: 0px;
    line-height: 20px;
    text-indent: 0;
    text-align: center;
    font-size: 1.5em;
    background: linear-gradient(#fbcfcf, #e04141,#fbcfcf);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    font-weight: bold;
    border-left: solid 1px #afafaf;
    border-right: solid 1px #afafaf;
    border-bottom: solid 1px #afafaf;
    box-sizing:border-box;
    cursor: pointer;
}
.show-msg table{
	margin: 0 8px 8px 8px;
    background-color: #f8f8f8;
    width: calc(100% - 16px);
    height: calc(100% - 43px);
    border: solid 1px #afafaf;
    box-sizing: border-box;
}
.show-msg table td.title-cls{
	text-indent: 8px;
	font-size:1.1em;
}
.show-msg table td.phone-num-cls,.show-msg table td.sub-cls,.show-msg table td.press-num-cls{
	text-align:center;
}
.show-msg table td.phone-num-cls input[type="text"]{
	height: 25px;
    line-height: 25px;
    width: 80%;
    font-size: 1.3em;
}
.show-msg table td.sub-cls input[type="button"]{
	width: 65px;
    height: 25px;
}

.show-msg table td.sub-cls input[type="button"] + input[type="button"]{
	margin-left:12px;
}
.show-msg table td.press-num-cls input[type="button"]{
	width: 40px;
    height: 40px;
    font-size: 1.3em;
    font-weight: bold;
}

.show-msg table tr.press-tr td:first-child{
	text-align:right;	
	width:28%;
}
.show-msg table tr.press-tr td:last-child{
	text-align:left;	
	width:28%;
}

.show-msg .inbound-call{
	margin: 0 8px 8px 8px;
    background-color: #f8f8f8;
    width: calc(100% - 16px);
    height: calc(100% - 43px);
    border: solid 1px #afafaf;
    box-sizing: border-box;
    padding: 10px
}
.show-msg .inbound-call .chose-agent-title{
	height: 20px;
}
.show-msg .inbound-call .online-agent{
	margin: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 76px);
    background-color: #fdfdfd;
    border-left: solid 2px #c1c1c1;
    border-top: solid 2px #c1c1c1;
   	overflow-y: auto;
}

.show-msg .inbound-call .online-agent table{
	width:100%;
	border:0;
	margin:0;
	height:0;
	background-color: transparent;
	cursor: pointer;
}
.show-msg .inbound-call .online-agent table tr td:first-child{
	padding:  0 0 0 20px;
	width:16px;
}
.show-msg .inbound-call .online-agent table tr td:first-child img{
	height: 20px;
}


.show-msg .inbound-call .inbound-btn-group{
	position: absolute;
	bottom: 5px;
	height: 40px;
	right:24px;
}

.show-msg .inbound-call .inbound-btn-group input[type="button"]{
	width: 60px;
	height: 30px;
}
.show-msg .inbound-call .inbound-btn-group input[type="button"] + input[type="button"]{
	margin-left: 10px;
}

.color-tr-chosed{
	background-color: #d1e1ff;
}

.show-msg .release-trun-ivr{
    margin: 0 8px 8px 8px;
    background-color: #f8f8f8;
    width: calc(100% - 16px);
    height: calc(100% - 43px);
    border: solid 1px #afafaf;
    box-sizing: border-box;
    padding: 10px
}

.show-msg .release-trun-ivr .chose-ivr-title{
    height: 20px;
}

.show-msg .release-trun-ivr .online-ivr{
    margin: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 76px);
    background-color: #fdfdfd;
    border-left: solid 2px #c1c1c1;
    border-top: solid 2px #c1c1c1;
    overflow-y: auto;
}

.show-msg .release-trun-ivr .online-ivr table{
    width:100%;
    border:0;
    margin:0;
    height:0;
    background-color: transparent;
    cursor: pointer;
}
.show-msg .release-trun-ivr .ivr-btn-group{
    position: absolute;
    bottom: 5px;
    height: 40px;
    right:24px;
}

.show-msg .release-trun-ivr .ivr-btn-group input[type="button"]{
    width: 60px;
    height: 30px;
}
.show-msg .release-trun-ivr .ivr-btn-group input[type="button"] + input[type="button"]{
    margin-left: 10px;
}

.show-msg .trun-acd{
    margin: 0 8px 8px 8px;
    background-color: #f8f8f8;
    width: calc(100% - 16px);
    height: calc(100% - 43px);
    border: solid 1px #afafaf;
    box-sizing: border-box;
    padding: 10px
}

.show-msg .trun-acd .chose-acd-title{
    height: 20px;
}

.show-msg .trun-acd .online-acd{
    margin: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 76px);
    background-color: #fdfdfd;
    border-left: solid 2px #c1c1c1;
    border-top: solid 2px #c1c1c1;
    overflow-y: auto;
}

.show-msg .trun-acd .online-acd table{
    width:100%;
    border:0;
    margin:0;
    height:0;
    background-color: transparent;
    cursor: pointer;
}
.show-msg .trun-acd .acd-btn-group{
    position: absolute;
    bottom: 5px;
    height: 40px;
    right:24px;
}

.show-msg .trun-acd .acd-btn-group input[type="button"]{
    width: 60px;
    height: 30px;
}
.show-msg .trun-acd .acd-btn-group input[type="button"] + input[type="button"]{
    margin-left: 10px;
}

/***************************************************************************************************/
.show-msg .quality-call{
    margin: 0 8px 8px 8px;
    background-color: #f8f8f8;
    width: calc(100% - 16px);
    height: calc(100% - 43px);
    border: solid 1px #afafaf;
    box-sizing: border-box;
    padding: 10px
}

.quality{
    width:420px !important;
    height: 260px !important;
    left: calc(50% - 210px) !important;
    top: calc(50% - 130px) !important;
}

.show-msg .quality-call .chose-agent-title{
    height: 20px;
}

.show-msg .quality-call .online-agent .online-agent-select{
    margin: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 76px);
    background-color: #fdfdfd;
    border-left: solid 2px #c1c1c1;
    border-top: solid 2px #c1c1c1;
}

.show-msg .quality-call .action-options table{
    width:100%;
    margin:0;
    height:0;
    background-color: transparent;
}
.show-msg .quality-call .action-options .options-title{
    margin-bottom: 5px;
}
.quality-call .action-options table input[type="radio"]{
    background-color: #fdfdfd;
}
.quality-call .action-options table input[type="radio"],.quality-call .action-options table label{
    cursor: pointer;
}
.show-msg .quality-call .quality-btn-group{
    position: absolute;
    bottom: 5px;
    height: 40px;
    right:24px;
}

.show-msg .quality-call .quality-btn-group input[type="button"]{
    width: 60px;
    height: 30px;
}
.show-msg .quality-call .quality-btn-group input[type="button"] + input[type="button"]{
    margin-left: 10px;
}
.prompt-div-back{
    width: 400px;
    height: 150px;
    z-index: 20190809;
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
}
.prompt-div-back .prompt-div-content{
    width: 100%;
    background-color: rgba(166, 197, 255, 0.45);
    height: 100%;
    border-radius: 8px;
    position: absolute;
}
.prompt-div-back .prompt-div-content .prompt-div-title{
    height: 35px;
    line-height: 35px;
    text-indent: 8px;
    width: 100%;
}
.prompt-div-back .prompt-div-content .prompt-div-title .prompt-div-close{
    position: absolute;
    display: block;
    width: 50px;
    height: 25px;
    right: 8px;
    top: 0px;
    line-height: 20px;
    text-indent: 0;
    text-align: center;
    font-size: 1.5em;
    background: linear-gradient(#fbcfcf, #e04141,#fbcfcf);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    font-weight: bold;
    border-left: solid 1px #afafaf;
    border-right: solid 1px #afafaf;
    border-bottom: solid 1px #afafaf;
    box-sizing: border-box;
    cursor: pointer;
}
.prompt-div-back .prompt-div-content .prompt-show-msg{
    margin: 0 8px 8px 8px;
    width: calc(100% - 16px);
    height: calc(100% - 43px);
    box-sizing: border-box;
    position: absolute;
}
.prompt-div-back .prompt-div-content .prompt-show-msg img{
    height: 100%;
    width: 25%;
}
.prompt-div-back .prompt-div-content .prompt-show-msg span{
    position: absolute;
    top: calc(50% - 35px);
    padding-right: 10px;
}
.prompt-div-back .prompt-div-content .prompt-show-msg .show-msg{
    display: inline-block;
    float: right;
    width: 75%;
    height: 100%;
    padding-right: 0px;
    position: absolute;
    text-align: left;
    line-height: 107px;
    overflow: hidden;
}



/*# sourceMappingURL=index_85c14e6c45f31040e129.css.map*/