body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    overflow: hidden;
}
input,button,select,textarea,a{outline:none!important;}
.shape_color {
    color:#0088CC;
}
audio::-internal-media-controls-download-button {
    display:none;
}
audio::-webkit-media-controls {
    overflow: hidden !important;
    border-radius: 6px;
}
audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}
a{
    color: #37b5ed;
}
a:hover {
    text-decoration: none;
}
.box-shadow{
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.14844);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.14844);
    box-shadow: 0 2px 5px rgba(0,0,0,0.14844);
}
.main_container {
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}
.main_header {
    padding-left: 3px;
    min-width: 1100px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgb(17, 70, 123);
    background-color: rgb(8,63,93);
}
.main_header .left_header {
    float: left;
}
.main_header .logo {
    display: inline-block;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 0 30px;
    width: 87px;
}
#user_pic:before {
    content: "\ ";
    border-width: 4px;
    border-style: solid;
    border-color: rgb(42, 127, 178) rgb(8, 63, 93) rgb(8, 63, 93);
    float: right;
    margin-left: 3px;
    margin-top: 18px;
}
#user_exten_type:after,.com-small_status_oa:after {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(42, 127, 178) rgb(8, 63, 93) rgb(8, 63, 93);
    float: right;
    content: "";
    margin-left: 3px;
    margin-top: 12px;
}
.main_header .middle-header {
    float: left;
    padding-top: 3px;
    padding-left: 3px;
}
.fl {
    float: left;
}
.main_header_bottom {
    background: url('../img/top_head_bottom.png') repeat-x;
    width: 100%;
    height: 6px;
}
.main_header .right-header {
    float: right;
    margin-right: 10px;
}
#softphonebar .input {
    margin-top: 5px;
    width: 120px;
}
#softphonebar .btn{
    display:inline-block;
    text-decoration:none;
    font-size:14px;
    color:#fff;
    margin-top: -6px;
}
#softphonebar .solid{
    border-style:solid;
    border-width:1px;
    border-radius:4px;
    box-shadow:0 1px 1px rgba(255,255,255,0.5) inset;
}
#softphonebar .solid:hover{
    box-shadow:0 1px 1px rgba(255,255,255,0.5) inset,0 0 2px rgba(0,0,0,0.2);
    opacity:0.9;
}
#softphonebar .solid:active{
    box-shadow:0 0 6px 0 rgba(0,0,0,0.4) inset;
    opacity:1;
    color:rgba(255,255,255,0.5);
}
#softphonebar .red{
    background:#da4d42;
    background:rgba(218,77,66,1);
    border-color:#a44f36;
    border-color:rgba(164,79,54,1);
}
#softphonebar .blue{
    background:#4297da;
    background:rgba(66,151,218,1);
    border-color:#3663a4;
    border-color:rgba(54,99,164,1);
}
#softphonebar .green{
    background:#468847;
    border-color:#468847;
}
#softphonebar .grey{
    background:#f2f2f2;
    background:rgba(0,0,0,0.05);
    border-color:#eee;
    border-color:rgba(0,0,0,0.1);
    color:#999;
    color:rgba(0,0,0,0.5);
}
#softphonebar .grey:active{
    box-shadow:0 0 6px 0 rgba(0,0,0,0.1) inset;
    opacity: 1;
    color:rgba(0,0,0,0.2);
}
.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
}
.middle-header .status {
    padding-left: 10px;
    font-weight: bold;
    position: relative
}
.middle-header .status .dropdown {
    margin-top: 5px;
    margin-left: 3px;
}
.content_container .left_col_bottom {
    background: url("../img/left_bar_bottom.png") repeat-y;
    width: 5px;
    height: 100%;
    float: left;
    position: absolute;
    left: 160px;
    margin-top: -1px;
    z-index: 1;
}
.contact_detail,.contact_detail .content{
    height: 100%;
}
.fr {
    float: right;
}
html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    outline: none;
}
div {
    display: block;
}
.hidden {
    display: none;
}
a:hover {
    cursor: pointer;
}
.clear {
    clear: both;
    height: 0;
}
.clearbt{
    clear: both;
}
.clearfix:after, .timeline_data:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main {
    min-width: 1100px;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    clear: both;
}
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.header_top {
    color: #000;
    margin-bottom: 1px;
    position: relative;
    min-width: 1115px;
    width: 100%;
}
.main_header .op-logo {
    padding-top: 7px;
    height: 35px;
    line-height: 37px;
    text-transform: uppercase;
}
.main_header .logo {
    color: #323232;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-decoration: none;
    line-height: 41px;
    height: 41px;
    float: left;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.loading_indicator {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 9999;
    text-transform: capitalize;
    position: absolute;
    opacity: 0.5;
    visibility: hidden;
}
.loading_indicator_span {
    background: #FFF1A8;
    padding: 5px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 40%;
    width: auto;
    z-index: 999;
    text-transform: capitalize;
    visibility: hidden;
}
.header_top .left_header {
    padding-left: 30px;
    float: left;
}
.header_top .middle-header {
    float: left;
    position: relative;
}
.header_top .right-header {
    float: right;
    position: relative;
    margin-right: 10px;
}
.left_col {
    float: left;
    position: relative;
    width: 65px;
    background-color: rgb(36,41,48);
    z-index: 10;
}
.left_col .navbar_top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
}
.left_col .navbar_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    zoom: 1;
    z-index: 10;
}
.left_col .navbar_item{
    height:42px;
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
    background: #242930;
}
.left_col .navbar_item.pressed{
    background-color: rgb(49,148,192);
}
.left_col .navbar_ico{
    background: url(../img/nav/nav_menu.png?0813) no-repeat center;
    background-size: 24px auto;
    width: 24px;
    height: 20px;
    margin: 11px auto;
}
.left_col .nav_workbench{
    background-position: center 0;
}
.left_col .nav_history{
    background-position: center -17px;
    height: 20px;
    margin: 15px auto
}
.left_col .nav_customer{
    background-position: center -73px;
}
.left_col .nav_business{
    background-position: center -98px;
}
.left_col .nav_km{
    background-position: center -48px;
}
.left_col .nav_monitor{
    background-position: center -148px;
}
.left_col .nav_report{
    background-position: center -123px;
}
.left_col .nav_sms{
    background-position: center -438px;
    height: 23px;
    margin: 10px auto;
}
.left_col .batch_task_list{
    background-position: center -698px;
    height: 23px;
    margin: 10px auto;
}
.left_col .capacity_ai_batch_task,.left_col .nav_robot{
    background-position: center -793px;
    height: 23px;
    margin: 10px auto;
}
.left_col .nav_config{
    background-position: center -182px;
    height: 21px;
    margin: 8px auto;
    background-size: 20px auto;
}
.left_col .nav_logoff{
    background-position: center -140px;
    height: 20px;
    margin: 15px auto
}
.left_col .nav_webchat{
    background-position: center -194px;
    height: 24px;
}
.left_col .nav_mail{
    background-position: center -177px;
}
.left_col .nav_weixin{
    background-position:center -193px;
}
.left_col .nav_call{
    background-position: center -428px;
    height: 24px;
    margin: 8px auto;
    background-size: 28px auto;
}
.navbar_item:hover .navbar_ico,.navbar_item:active .navbar_ico,.navbar_bottom .pressed .pressed,.navbar_top .pressed .pressed{
    -webkit-filter: brightness(2);
    filter: brightness(2);
}
.right_col {
    width: auto;
    overflow: auto;
    border-bottom: 2px solid white;
}
.right_content {
    width: 100%;
    height:100%;
}
.left_column {
    float: left;
    width: 350px;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border-right: 1px solid #ddd;
}
.list_card .pagination-small ul, .list_container .pagination-small ul{
    width: 231px;
    display: -webkit-box;
}
.list_card .pagination-small ul li, .list_container .pagination-small ul li{
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.list_card .pagination-small ul > li > a,.list_card .pagination-small ul > li > span, .list_container .pagination-small ul > li > a,.list_container .pagination-small ul > li > span{
    width: 100%;
    padding: 2px 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.right_column {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
#view_nav_business .right_column{
    overflow-y:hidden;
}
.right_detail {
    background: #fff;
    box-shadow: 0 2px 6px #888;
    border: 1px solid #91959b;
}
.right_container {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 15px 15px;
}
.mid-column {
    position: absolute;
    left: 25%;
    padding: 0;
    top: 20px;
    width: 55%;
    min-width: 334px;
    height: 100%;
}
.left_col .left_nav {
    clear: both;
    outline: none;
    position: relative;
}
.left-menu .open-menu {
    display: block;
    padding: 5px 0 5px 30px;
    position: relative;
    cursor: pointer;
}
.left-menu .hidden-menu {
    display: none;
}
.left-menu .open-menu.open {
    padding: 5px 0 4px 30px;
}
.left-menu .open-menu:hover, .left-menu .open-menu.touched {
    background: #ECF6FD;
}
.ivr-menu{
    display: block;
    padding: 5px 0 5px 0;
    position: relative;
    cursor: pointer;
}
.left-menu .open-menu.open:hover:before, .left-menu .open-menu.open.touched:before {
    border-width: 3px;
    border-style: solid;
    border-color: #595959 #ECF6FD #ECF6FD #ECF6FD;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
}
.left-menu .open-menu.open:before {
    border-width: 3px;
    border-style: solid;
    border-color: #595959 #fff #fff #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 9px;
    width: 1px;
    height: 1px;
}
.left-menu .open-menu:hover:before, .left-menu .open-menu.touched:before {
    border-width: 3px;
    border-style: solid;
    border-color: #ECF6FD #ECF6FD #ECF6FD #595959;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
}
.left-menu .open-menu:before {
    border-width: 3px;
    border-style: solid;
    border-color: #fff #fff #fff #595959;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 22px;
    top: 8px;
    right: auto !important;
    height: 1px;
}
.left-menu .left-link li a {
    padding: 1px 0 1px 36px;
}
.left-menu .left-link a {
    padding: 0 0 5px 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.left-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0 0 0 30px;
}
.left-menu .left-link li .pressed::before {
    top: -1px;
    border-width: 20px 2px 5px 3px;
}
.left-menu a.pressed::before {
    position: absolute;
    left: 0;
    border-width: 23px 2px 5px 3px;
    border-style: solid;
    border-color: rgb(8, 8, 9);
    content: "";
    display: inline-block;
}
.left-menu a:hover, .left-menu .left-link.az a:hover {
    background: #ECF6FD;
}
.left-menu a, .left-menu .left-link.az a {
    width: auto;
}
.left-menu .left-link li {
    position: relative;
    padding: 0;
}
.left-menu a.pressed {
    font-weight: bold;
    color: black;
    position: relative;
    background-color: silver;
}
div.main-hidden{
    display: none;
}
.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
}
.jspPane, .jspContainer {
    width: 100% !important;
}
.feedback-help {
    height: 34px;
    line-height: 32px;
    padding: 0;
    width: 196px;
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #fff;
    margin-left: 5px;
    border-radius: 5px;
}
.feedback-help a {
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
.feedback-link {
    background: transparent url(../img/icons-old1.png) -39px -451px no-repeat;
    padding-left: 18px;
    margin-left: 8px;
}
.help-link {
    background: transparent url(../img/icons-old1.png) -39px -466px no-repeat;
    padding-left: 16px;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: white;
    visibility: hidden;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspContainer:hover .jspVerticalBar, .jspContainer.touched .jspVerticalBar {
    visibility: visible
}
.jspTrack {
    background: #E5E5E5;
    position: relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 10px;
}
.jspDrag {
    background: silver;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.jspDrag.jspHover.jspActive {
    background: #666
}
.jspDrag.jspHover {
    background: #999;
}
.add-contact-link.add_button {
    margin: 0;
    padding: 3px 10px 3px 20px;
    height: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #666;
}
label.list {
    float: left;
    clear: left;
    margin: 0 0 5px 0;
    overflow: hidden;
    height: 29px;
    padding-left: 0;
}
label.prettyCheckbox span.holderWrap {
    display: block;
    float: left;
    position: relative;
    margin-right: 0;
    overflow: hidden;
}
label.prettyCheckbox span.holder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
label.checked span.holder {
    background-position: -3px -1px !important;
}
input[type ="radio"], input[type = "checkbox"] {
    border: none;
}
input.hiddenCheckbox {
    position: absolute;
    left: -10000px;
}
input {
    padding: 3px;
    height: 17px;
}
label.checked:hover span.holder, label.checked.touched span.holder {
    background-position: -33px -1px !important;
}
label.checkbox:hover span.holder, label.checkbox.touched span.holder, label.radio:hover span.holder, label.radio.touched span.holder {
    background-position: -33px -61px !important;
}
.contacts_caption {
    background-color: rgb(249, 249, 249);
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0 4px 6px -4px rgba(0,0,0,0.6);
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.6);
}
.contacts_caption .caption-top {
    padding: 5px  0;
    margin: 0 5px;
}
.contacts_caption .cancel_edit{
    position:relative;margin:0 5px;
    text-align: center;
    vertical-align: bottom;
    display: none;
}
.contacts_caption .caption-top .refresh {
    float: left;
}
.contacts_caption .caption-top .refresh a {
    line-height: 28px;
    height: 28px;
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 12px;
    text-decoration: none;
}
.contacts_caption .caption-top .refresh a::before {
    background: url(../img/icons-old1.png) no-repeat -1px -28px transparent;
    width: 13px;
    height: 14px;
    display: block;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 6px;
}
.contacts_caption .caption-top .refresh a:hover {
    text-decoration: underline;
}
.list_container {
    position: relative;
    clear: both;
    overflow: hidden;
}
.list-inside,.list-template{
    margin: 0 0 36px;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-inside .alert,.list-template .alert{
    margin-top: 5px;
}
.item_row {
    position: relative;
    clear: both;
    /*overflow: hidden;*/
    /*border-bottom: 2px solid white;*/
    border-bottom: 1px solid #F0F0F0;
    /*background-color: #F0F0F0;*/
    cursor: pointer;
    padding: 5px 5px 2px;
}
.view .contact_item .status {
    right: 12px;
    top: 5px;
    font-size: 11px;
}
.compact-view .status, .one-line-view .status {
    font-size: 11px;
}
.contact_item .bulk, .contact_item .status {
    display: block;
    float: left;
}
.contact_item .status{
    max-width: 90px;
    text-align: right;
    top: 10px;
    right: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contact_item .recentTime{
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.compact-view .left-items, .one-line-view .left-items {
    float: left;
    width: 62px;
}
.contact_item .bulk {
    height: 29px;
    padding: 0 0 0 8px;
    width: 24px;
    text-align: center;
}
.compact-view .contact_item .status {
    right: 12px;
    top: 5px;
    font-size: 11px;
}
.contact_item .bulk, .contact_item .status {
    display: block;
    float: left;
}
.contact_item .bulk input {
    vertical-align: middle;
    margin: -1px auto 0;
}
.compact-view .contact_item .starred, .one-line-view .contact_item .starred {
    top: 0;
}
.contact_item .starred-on, .contact_item .starred-off {
    display: inline-block;
    position: absolute;
    width: 16px;
    text-align: center;
    top: 0;
    left: 33px;
}
.compact-view .contact_item .middle-items {
    padding: 7px 0;
    margin: 0 105px 0 62px;
}
.compact-view .contact_item .contact {
    min-height: 30px;
}
.compact-view .middle-items .contact, .one-line-view .middle-items .contact {
    padding-right: 0;
    margin-left: 0;
}
.contact_item .contact, .colleague-item .contact {
    padding-right: 15px;
    overflow: hidden;
}
.compact-view .middle-items .contact .name, .one-line-view .middle-items .contact .name {
    font-size: 14px;
    width: 100%;
}
.contact_item .contact .name, .colleague-item .contact .name {
    font-weight: bold;
    font-size: 15px;
    color: black;
    text-decoration: none;
}
.compact-view .middle-items .contact .major, .one-line-view .middle-items .contact .major {
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compact-view .contact_item .major {
    margin-bottom: 1px;
    font-size: 14px;
    display: inline-block;
}
.compact-view .middle-items .contact .minor, .one-line-view .middle-items .contact .minor {
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compact-view .contact_item .minor {
    float: none;
    clear: left;
    display: block;
}
.contact_item .contact .minor, .colleague-item .contact .minor {
    font-weight: normal;
    font-size: 11px;
    display: block;
    color: #666;
}
.view .contact_item .next_action {
    padding-top: 4px;
    margin-right: -100px;
}
.compact-view .contact_item .next_action {
    padding-top: 4px;
    margin-right: -100px;
}
.contact_item .next_action, .colleague-item .next_action {
    clear: left;
    float: none;
    overflow: hidden;
}
.compact-view .contact_item .action_date, .activity-content .action_date {
    position: absolute;
    left: 0;
    top: 41px;
    padding-right: 0;
}
.action_date {
    color: white;
    position: relative;
    background: #BDAD92;
    font-weight: bold;
    font-family: Arial, sans-serif;
    height: 14px;
    line-height: 15px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    padding: 3px 12px 3px 5px;
    min-width: 35px;
}
.card_right .action_date:after{
    border-width: 10px;
    border-style: solid;
    border-color: rgb(189, 173, 146) rgb(255, 255, 255) rgb(189, 173, 146) rgb(189, 173, 146);
    height: 1px;
    right: -5px;
    bottom: 0;
    display: inline-block;
    position: absolute;
    content: "";
}
.item_row.expanded .card_right .action_date:after,.item_row:hover .card_right .action_date:after{
    border-color: rgb(189, 173, 146) rgb(233, 233, 161) rgb(189, 173, 146) rgb(189, 173, 146);
}
.card_right .overdue:after{
    border-color: #c00 #fff #c00 #c00;
}
.item_row.expanded .card_right .overdue:after,.item_row:hover .card_right .overdue:after{
    border-color: #c00 #e9e9a1 #c00 #c00;
}
.card_right .today_action:after,.item_row:hover .today_action:after{
    border-color: #f90 #fff #f90 #f90;
}
.item_row.expanded .card_right .today_action:after,.item_row:hover .card_right .today_action:after{
    border-color: #f90 #e9e9a1 #f90 #f90;
}
.action_next, .overdue, .asap {
    background: #C00;
}
.compact-view .contact_item .action_next::after, .compact-view .contact_item .overdue::after, .compact-view .contact_item .asap::after, .activity-content .action_next::after, .activity-content .overdue::after, .activity-content .asap::after {
    border-color: #C00;
    border-right-color: transparent;
}
.item_row.expanded, .item_row.expanded:hover, .item_row.expanded.touched, .item_row:hover{
    background-color: #E9E9A1;
}
.item_row:hover .contact_item.active {
    background-color: #D6E2EE;
}
.icon-add {
    background: url(../img/icons-old1.png) no-repeat -31px -149px transparent;
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
}
.link-button {
    font-size: 12px;
    color: #666;
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
    height: 19px;
    line-height: 19px;
    float: right;
}
.link-button.kedit {
    padding: 0 20px 0 20px;
}
.link-button:hover {
    text-decoration: underline;
}
.link-button.kedit:before,.link-button.kclose:before,.link-button.kattach-file:before{
    background: url(../img/icons-old1.png) -40px -18px no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
}
.link-button.kclose:before {
    background-position: -42px -160px;
}
.link-button.kattach-file:before {
    background-position: 0 -506px;
}
.contact_summary .content, .company_summary .content {
    padding-right: 35px;
    padding-left: 25px;
    border:1px solid #91959b;
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 0 2px 6px #888;
}
.contact_summary_minus {
    padding: -18px;
}
.contact_summary .top {
    clear: both;
    padding: 0 0 20px 0;
    position: relative;
}
.contact_name .major {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    padding: 0 0 3px 0;
    display: block;
    white-space: normal;
    margin-top: -1px;
}
.contact_name .minor {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    display: block;
    line-height: 16px;
}
.contact_summary .more-info {
    margin: 10px 0 -15px;
}
.contact_summary .more-info a {
    display: block;
    height: 7px;
}
.contact_summary .more-info a span {
    float: right;
    display: block;
    margin-top: -12px;
    background: #f0f0f0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 18px 8px 10px;
    color: #333;
    font-weight: bold;
    position: relative;
}
.contact_summary .more-info a span:before {
    left: -5px;
    top: 0;
    position: absolute;
    width: 5px;
    background: #fff;
    height: 20px;
    content: "";
}
.contact_summary .more-info a span.more:after {
    border-width: 4px;
    border-style: solid;
    border-color: #a4a4a4 #f0f0f0 #f0f0f0 #f0f0f0;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 16px;
}
.contact_summary .more-info a span:after {
    position: absolute;
    right: 5px;
    height: 0;
}
.hidden2 {
    display: none!important;
}
.contact_summary .more-info a span.less:after {
    border-width: 4px;
    border-style: solid;
    border-color: #f0f0f0 #f0f0f0 #a4a4a4 #f0f0f0;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
}
.contact_summary .more-info span.small-note {
    float: right;
    display: inline-block;
    background: #fff;
    padding: 0 4px;
    margin: -3px 20px 0 0;
    text-align: right;
    color: #a5a5a5;
    font-size: 11px;
    font-weight: normal;
}
.contact-info .address {
    display: table;
    line-height: 1.3;
    margin-top: 5px;
}
.tags_and_status {
    padding: 0 ; font-size: 12px; margin-top: 0;
}
.tags_and_status .edit_tags {
    float: left; position: relative;
}
.tags_and_status .edit_status {
    float: left; position: relative;
}
.tags_and_status .edit_source {
    float: left; position: relative;
}
.tags_and_status .saving {
    clear: both; float: left;
}
.tags_and_status .bottom_tip {
    bottom: -4px; position: relative;
}
.edit_status ,.edit_source{
    padding: 0; width: 100px; float: left; white-space: nowrap;
}
.edit_status span {
    margin: 0 !important;
}
.edit_status .label2,.edit_source .label2, .edit_repair .label2{
    color: rgb(51, 51, 51);
    overflow: hidden;
    padding-right: 11px;
    font-weight: bold;
    margin-right: 4px;
    float: left;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    -ms-text-overflow: ellipsis;
    max-width: 120px;
    text-overflow:ellipsis;
}
.edit_repair .label2{
    color:#37b5ed;;
}
.edit_status .label2:after ,.edit_source .label2:after ,.edit_repair .label2:after{
    border-width: 4px;
    border-style: solid;
    border-color: rgb(164, 164, 164) transparent  transparent ;
    right: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    content: "";
}
.edit_status .open.label2:after {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent;
    bottom: 4px;
    display: inline-block;
    position: absolute;
    content: "";
}
.edit_status .contact_status_drop {
    color: rgb(178, 178, 178); cursor: pointer;
}
.edit_status .contact_status_drop:hover {
    text-decoration: underline;
}
.edit_status .touched.contact_status_drop {
    text-decoration: underline;
}
.edit_status .submenu {
    left: -15px; top: 20px; width: 150px; display: none;
}
.edit_source .submenu{
    left: -15px; top: 20px; width: 150px; display: none;
}
.edit_status .submenu:after,.edit_source .submenu:after{
    left: 30px; right: auto;
}
.view_cust_phone .submenu ,.view_cust_mail .submenu,.view_cust_weixin .submenu{
    left: -15px; top: 29px; display: none;
}
.view_cust_phone .submenu:after ,.view_cust_mail .submenu:after,.view_cust_weixin .submenu:after {
    left: 18px; right: auto;
}
.view_cust_sms .submenu:after {
    left: 5px;
}
.edit_status .saving {
    background: rgb(255, 241, 168);
    padding: 3px 5px;
    left: 0;
    color: rgb(102, 102, 102);
    display: inline-block;
    position: relative;
}
.submenu, .header-top .menu li .submenu {
    background: rgb(255, 255, 255);
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: none;
    position: absolute !important;
    z-index: 999;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.submenu li {
    text-align: left;
}
.submenu li:hover {
    background-color: rgb(222, 228, 237);
}
.submenu li.touched {
    background-color: rgb(222, 228, 237);
}
.submenu li a {
    height: 26px; color: rgb(85, 85, 85); line-height: 26px; overflow: hidden; padding: 0 15px; clear: both; font-size: 13px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.header-top .menu li .submenu li a {
    height: 26px; color: rgb(85, 85, 85); line-height: 26px; overflow: hidden; padding-right: 5px; padding-left: 20px; clear: both; font-size: 13px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.submenu li a:hover {
    text-decoration: none !important; background-color: rgb(222, 228, 237);
}
.submenu li a:focus {
    text-decoration: none !important; background-color: rgb(222, 228, 237);
}
.submenu li a:active {
    text-decoration: none !important; background-color: rgb(222, 228, 237);
}
.submenu li a.touched {
    text-decoration: none !important; background-color: rgb(222, 228, 237);
}
.submenu li.divider {
    margin: 5px 1px;
    height: 1px;
    overflow: hidden;
    clear: both;
    border-bottom:1px solid rgb(255, 255, 255);
    background-color: rgb(229, 229, 229);
}
.submenu span.left {
    margin: -2px 4px 4px; color: rgb(85, 85, 85);
}
.submenu li.imp, .submenu li.exp, .submenu span.left, .header-top .menu li .submenu li.imp,.header-top .menu li .submenu li.exp, .header-top .menu li .submenu span.left  {
    margin-bottom: 4px; float: left; display: block;
}
.submenu li.imp {
    width: 75px;
}
.submenu li.imp a {
    padding-right: 10px;
}
.submenu li.exp {
    width: 90px; float: right;
}
.submenu li.exp a {
    padding-left: 10px;
}
.submenu .note {
    height: 26px; color: rgb(85, 85, 85); line-height: 26px; padding-left: 20px; font-size: 13px; font-weight: bold; display: block;
}
.submenu .note:hover {
    background-color: transparent;
}
.submenu .note a:hover {
    background-color: transparent;
}
.header-top .menu li .submenu .note:hover {
    background-color: transparent;
}
.header-top .menu li .submenu .note a:hover {
    background-color: transparent;
}
.submenu::after {
    background: url("../img/icons-old1.png") no-repeat 0 -20px; top: -6px; width: 16px; height: 7px; right: 27px; display: inline-block; position: absolute; content: "";
}
.tip-content {
    background: rgb(67, 67, 68); padding: 10px; border-radius: 4px; color: rgb(255, 255, 255); line-height: 1.3; font-size: 11px; display: block;
}
.contact_summary .hide,.contact_summary .edit {
    padding: 0 8px 0 16px; height: 19px; color: rgb(102, 102, 102); line-height: 19px; text-decoration: none; display: inline-block; position: relative;
}
.contact_summary .edit-contact {
    margin: 0; float: right;
}
.contact_summary .hide {
    background: url("../img/icons-old1.png") no-repeat -42px -160px; margin: 0 3px 0 0; float: right;
}
.contact_summary .hide:hover {
    background: url("../img/icons-old1.png") no-repeat -42px -160px rgb(242, 242, 242); text-decoration: none !important;
}
.contact_summary .edit{
    background: url("../img/icons-old1.png") no-repeat -40px -18px; font-size: 11px; cursor: pointer;
}
.contact_summary .edit:hover{
    background: url("../img/icons-old1.png") no-repeat -40px -18px; text-decoration: underline;
}
.contact_summary .edit.edit-contact{
    font-size: 12px;
}
.contact_summary .edit.edit-contact:hover{
    background: url("../img/icons-old1.png") no-repeat -40px -18px #f2f2f2; text-decoration: none !important;
}
.contact_summary .hide:hover::before, .contact_summary .edit.edit-contact:hover::before{
    border: 9px solid #fff; border-right-color: #f2f2f2; left: -17px; height: 1px; right: auto !important; bottom: 0; display: inline-block; position: absolute; content: "";
}
.contact_summary .border {
    height: 0;
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 12px 0 12px 0;
}
.note_edit_form {
    padding-bottom: 30px;
    clear: both;
    padding-top: 5px;
}
.note_edit_form .item-type {
    font-weight: bold;
    font-size: 16px;
    float: left;
    line-height: inherit;
}
.note_form .kattach-file {
    float: left;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
}
.note_edit_form .date {
    margin-bottom: 5px;
    float: right;
}
.multi-file-list {
    clear: both;
}
.multi-file-list ul {
    background: #f0f0f0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 5px;
}
.multi-file-list ul li {
    min-height: 13px;
    padding: 5px;
    line-height: 1.2;
    overflow: hidden;
}
.file-uploading .file-name {
    max-width: 77%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.multi-file-list ul li {
    line-height: 1.2;
}
.multi-file-list .file-size:before {
    content: "(";
}
.multi-file-list .file-size:after {
    content: ")";
}
.note_edit_form .note-form {
    padding: 12px 20px;
    height: auto;
    clear: both;
    background: #DFE6EA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.note_edit_form .note-form textarea {
    border: 1px solid #a6a6a6;
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px 0 3px 10px;
    resize: vertical;
}
.note_edit_form .show-note, .note_edit_form .note-form textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.bottom_tip {
    float: right;
    margin-right: 10px;
    font-size: 11px;
    color: #999;
    font-style: italic;
    clear: both;
}
.note_edit_form .note-form .small-note {
    font-size: 11px;
}
.small-note {
    color: #999;
}
.note_edit_form .accept_button {
    float: left;
    margin-left: 0;
}
.note_edit_form .form_buttons {
    clear: both;
}
.form_buttons:after, .buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.button, .contacts_caption .bulk a.button {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background: -webkit-linear-gradient(top, #fff 20%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fff 20%, #ebebeb 100%);
    background: linear-gradient(#fff, #ebebeb);
    -pie-background: linear-gradient(#fff 20%, #ebebeb 100%);
    border-radius: 4px;
    /*behavior: url(/assets/PIE.htc);*/
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    background-color: #f5f5f5;
    border-color: #dedede #b7b7b7 #a6a6a6;
    border-style: solid;
    border-width: 1px;
    color: #0782d4;
    text-shadow: 1px 1px 1px #fff;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    margin: 10px 5px;
    padding: 5px 14px 5px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}
.note_edit_form .cancel_button {
    float: left;
}
.cancel_button {
    color: #db2b5d !important;
    font-weight: normal;
    text-decoration: none;
    margin: 18px 16px 0;
    float: left;
    display: block;
}
.addBlackNum_button {
    color: #db2b5d !important;
    font-weight: normal;
    text-decoration: none;
    margin: 18px 1px 0;
    float: left;
    display: block;
}
.contact_summary .background-bar {
    clear: both;
    background: #f0f0f0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px 0 30px;
    position: relative;
}
.contact_summary .background-bar:before {
    background: url(../img/icons-old3.png) no-repeat -66px 0 transparent;
    width: 19px;
    height: 16px;
    display: block;
    position: absolute;
    content: "";
    left: 5px;
    top: 8px;
}
.item-edit {
    margin-top: 9px;
    float: left;
    margin-left: 6px;
    font-size: 11px;
}
.custom_field .item-delete, .custom_field .item-edit {
    margin-top: 13px;
    float: right;
    margin-left: 6px;
    font-size: 11px;
}
.activity-content .item-edit {
    background: url(../img/icons-old1.png) no-repeat scroll -40px -18px transparent;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 14px;
    margin: 1px 14px 0 10px;
    text-indent: -9999px;
    width: 14px;
}
.item-edit {
    background: url(../img/icons-old3.png) -55px -1px no-repeat transparent;
    text-indent: -9999px;
    width: 11px;
    height: 12px;
    margin: 3px 0 0 3px;
}
.created-by {
    font-size: 11px;
    color: #777;
    font-weight: normal;
    float: right;
    font-style: italic;
    text-align: right;
}
.contact_summary .background-bar .created-by {
    max-width: 75%;
    line-height: 1.2;
    height: 33px;
    text-align: right;
}
.contact_summary .background-bar h2 {
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 33px;
}
.table {
    display: table;
    height: 100%;
}
/* 更改table样式 */
#call_report_agent_table_id {
    margin-bottom: 0
}
#report_agent_table {
    overflow: auto
}
.list-inside .table{
    height: auto;
}
.cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.contact_summary .background-area {
    background: #fbfbfb;
    padding: 12px 20px;
    font-size: 15px;
}
.activity-bar {
    background: #9d9a93;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 10px 30px 40px;
    position: relative;
    clear: both;
}
.activity-bar:before {
    background: url(../img/client/activity_icons2.png) no-repeat 0 -20px transparent;
    width: 33px;
    height: 27px;
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
}
.activity-bar .item-filter {
    float: right;
    height: 20px;
    margin-top: 4px;
}
.activity-bar .item-filter li {
    color: #e6e6e6;
    padding: 3px 10px;
    line-height: 12px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.activity-bar .item-filter li.active, .activity-bar .item-filter li:hover, .activity-bar .item-filter li.active:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #817d76;
    color: #fff;
}
.activity-content .item:first-child {
    padding-top: 20px;
}
.activity-content .item {
    border-left: 2px solid #9d9a93;
    padding: 25px 0 0 21px;
    margin-left: 17px;
    position: relative;
    line-height: 1.3;
    color: #666;
}
.activity-content .item.next-action-update:before {
    background-position: -56px 0;
}
.activity-content .item:first-child:before {
    top: 40px;
}
.activity-content .item:before {
    display: block;
    position: absolute;
    top: 30px;
    left: -13px;
    width: 20px;
    height: 20px;
    border: 2px solid #9d9a93;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: url(../img/client/activity_icons.png) no-repeat #fff;
    content: "";
}
.activity-content .item >.inside {
    border: 1px solid #eaeaea;
    padding: 6px 10px;
    -webkit-box-shadow: 0 0 2px #eaeaea, inset 0 0 6px #f0f0f0;
    -moz-box-shadow: 0 0 2px #eaeaea, inset 0 0 6px #f0f0f0;
    box-shadow: 0 0 2px #eaeaea, inset 0 0 6px #f0f0f0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.activity-content .item >.inside:before {
    background: url(../img/client/activity_icons2.png) no-repeat 0 -3px transparent;
    width: 15px;
    height: 13px;
    display: block;
    position: absolute;
    content: "";
    top: 35px;
    left: 12px;
}
.activity-content .item {
    line-height: 1.3;
    color: #666;
}
.activity-content .item .timeline_data {
    color: #9d9992;
    padding-bottom: 6px;
}
.activity-content .activity-info {
    clear: both;
    padding: 0 0 5px 0;
}
.activity-content .activity-info .thin {
    font-weight: normal;
}
.activity-content .completed {
    text-decoration: line-through;
}
.activity-content .transition {
    position: relative;
    padding-left: 23px;
    min-height: 10px;
}
.activity-content .transition:before {
    display: block;
    position: absolute;
    top: -1px;
    left: 6px;
    width: 12px;
    height: 20px;
    background: url(../img/client/activity_icons.png) -116px -17px no-repeat #fff;
    content: "";
}
.activity-content .transition span, .activity-content .transition a {
    font-weight: bold;
}
.activity-content .action_date, .activity-content:hover .action_date {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 15px;
    color: #333;
    background: #ddd;
}
.activity-content .item .timeline_data .timestamp {
    margin-left: 4px;
}
.activity-content .item-delete {
    margin-right: 0;
    float: none;
}
.item-delete1 {
    color: #666;
    margin: 3px 14px 0 10px;
    display: inline-block;
    width: 11px;
    height: 13px;
    text-indent: -9999px;
    background: url(../img/icons-old1.png) -29px -29px no-repeat transparent;
    float: left;
}
.activity-content .item .note-content.expanded {
    max-height: none;
}
.activity-content .item .note-content {
    clear: both;
    overflow: hidden;
}
.activity-content .item.new-deal-added:before {
    background-position: -96px 0;
}
.activity-content .item.new-note:before, .activity-content .item.note-summary:before {
    background-position: -16px 0;
}
.activity-content .item.background-edited:before, .activity-content .item.new-tag-added:before, .activity-content .item.tags-renamed:before, .activity-content .item.tags-added:before, .activity-content .item.tags-removed:before, .activity-content .item.contact-added:before, .activity-content .item.contact-deleted:before, .activity-content .item.status-changed:before {
    background-position: -76px 0;
}
.item-edit:hover, .item-edit:focus {
    background-position: -55px -17px;
}
.item-delete:hover, .item-delete:focus {
    background-position: -38px -17px;
}
a.username {
    font-style: normal;
}
.task-comments-area {
    border-top-width: 1px;
    border-top-color: #808080;
}
.add_button:before, a.add_button:before {
    background: url(../img/icons-old1.png) no-repeat -31px -149px transparent;
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
}
.add_button, a.add_button {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background: -webkit-linear-gradient(top, #fff 20%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fff 20%, #ebebeb 100%);
    background: linear-gradient(#fff, #ebebeb);
    -pie-background: linear-gradient(#fff 20%, #ebebeb 100%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    background-color: #f5f5f5;
    border-color: #dedede #b7b7b7 #a6a6a6;
    border-style: solid;
    border-width: 1px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    display: block;
    float: left;
    padding: 3px 10px 3px 20px;
    margin: 10px 5px;
    height: 20px;
    line-height: 20px;
    position: relative;
}
.blue {
    color: #4893d7;
}
.left-menu .blue a {
    color: #69c;
}
.left-menu .blue a:hover, .left-menu .blue a.touched {
    text-decoration: underline;
}
.count {
    background: -webkit-gradient(linear, left top, left bottom, from(#D34F4F), to(#B30000));
    background: -webkit-linear-gradient(top, #D34F4F 20%, #B30000 100%);
    background: -o-linear-gradient(top, #D34F4F 20%, #B30000 100%);
    background: linear-gradient(#D34F4F, #B30000);
    -pie-background: linear-gradient(#d34f4f 20%, #b30000 100%);
    border-radius: 3px;
    display: inline-block;
    padding: 0 5px;
    background-color: #B90505;
    border: #B90505;
    color: white;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    font-weight: bold;
    margin-top: 8px;
    margin-left: 10px;
    text-indent: 0;
}
.list_item {
    position: relative;
    clear: both;
}
.list_item .right-item {
    padding: 7px 12px 3px 0;
    display: block;
    float: right;
    text-align: right;
}
.list_item .left-item {
    float: left;
}
.list_item .middle-item {
    padding: 7px 0;
    margin: 0 115px 0 42px;
}
.list_item.expanded::after {
    border-width: 4px 6px;
    border-style: inset solid inset inset;
    border-color: transparent white transparent transparent;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 47%;
    height: 0;
    width: 0;
}
.list_item.expanded .list_item_row, .list_item.expanded:hover .list_item_row, .list_item.expanded .list_item_row:hover {
    background-color: #D7D5D1;
}
.list_item:hover .list_item_row {
    background-color: #E5E5E3;
}
.list_item_row {
    background-color: #F0F0F0;
    cursor: pointer;
    min-height: 52px;
}
.list_item_row .major {
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.list_item_row .time {
    font-size: 11px;
    color: #777;
    font-weight: normal;
    font-style: italic;
    display: block;
    bottom: 3px;
    right: 12px;
    position: absolute;
}
.list_item .state {
    position: absolute;
    left: 3px;
    font-weight: normal;
    line-height: 12px;
    width: 26px;
    text-align: center;
}
.list_item .loading {
    position: absolute;
    left: 13px;
    font-weight: normal;
    line-height: 12px;
    margin-top: 4px;
}
.list_item .phonetype {
    color: #666;
    font-size: 11px;
    margin-right: 5px;
}
.list_item .name {
    color: #000;
    font-weight: bold;
    overflow: hidden;
    font-size: 12px;
    display: inline-block;
}
.list_item .company {
    color: #666;
    font-size: 11px;
}
.list_item .task {
    margin-top: 4px;
    margin-right: 5px;
    font-size: 12px;
    display: block;
    color: #666;
}
.list_item .label_item {
    margin-left: 5px;
    font-weight: normal;
}
.right_content .methodology {
    color: #999;
    font-family: Georgia, serif;
    font-size: 14px;
    -webkit-font-size: 16px;
    font-style: italic;
    padding: 30px 43px 20px 40px;
    position: relative;
    z-index: 0;
    width: 357px;
    overflow: hidden;
}
.right_content .methodology p {
    margin: 10px 0;
}
.right_content .methodology {
    color: #999;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
}
.edit_customer {
    width: 480px;
}
.edit_customer .edit_form_middle label {
    display: inline-block;
    float: left;
    padding-right: 18px;
    width: 85px;
    line-height: 23px;
    font-size: 13px;
    font-weight: bold !important;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.edit_customer .edit_form_middle input {
    margin-bottom: 0;
}
.edit_customer .edit_form_middle select {
    margin-bottom: 0;
}
a.reduce {
    display: block;
    background: url(../img/icons-old1.png) no-repeat scroll -23px -352px #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 35px;
}
a.plus {
    display: block;
    background: url(../img/icons-old1.png) no-repeat scroll -38px -352px #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 35px;
}
.contact-info .phone span.type {
    color: #666;
    font-size: 11px;
}
a.add_button:hover, a.add_button:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f4f4f4 100%);
    background: linear-gradient(#fff, #f4f4f4);
    -pie-background: linear-gradient(#fff 20%, #f4f4f4 100%);
    background-color: #f2f2f2;
    text-decoration: none;
}
.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f4f4f4 100%);
    background: linear-gradient(#fff, #f4f4f4);
    -pie-background: linear-gradient(#fff 20%, #f4f4f4 100%);
    background-color: #f2f2f2;
}
.attach-file {
    float: left;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
}
.attach-file {
    line-height: 18px;
}
.background-comments {
    padding: 0 20px 12px;
    background: #fbfbfb;
    position: relative;
}
.background-comments .accordion-toggle {
    margin-bottom: 3px;
}
.background-comments .accordion-toggle:after {
    border-width: 4px;
    border-style: solid;
    border-color: #fbfbfb #fbfbfb #a4a4a4 #fbfbfb;
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
}
.background-comments .accordion-toggle.collapsed:after {
    border-width: 4px;
    border-style: solid;
    border-color: #a4a4a4 #fbfbfb #fbfbfb #fbfbfb;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
}
.comment_list {
    border-bottom: 1px dotted #999;
    min-height: 38px;
}
.comment_list dt {
    float: left;
    display: inline;
    width: 30px;
    padding: 3px 0 0;
}
.comment_list dd {
    margin: 0 0 0 40px;
    line-height: 21px;
    width: 490px;
    word-wrap: break-word;
    zoom: 1;
}
.app_icon16 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/icons-old1.png");
    background-repeat: no-repeat;
}
.icon_attach {
    background-position: 0 -504px;
}
.add_comment textarea {
    width: 505px;
    resize: vertical;
    margin-top: 10px;
}
.row_item {
    min-height: 23px;
    margin-top: 7px;
    position: relative;
    clear: both;
}
.row_item label {
    display: inline-block;
    width: 105px;
    float: left;
    line-height: 23px;
    text-align: right;
    font-weight: bold;
    padding-right: 13px;
}
.row_item span {
    font-weight: normal;
    font-size: 12px;
    color: gray;
}
.row_item input {
    padding: 3px;
    height: 17px;
    float: left;
    margin-bottom: 0;
}
.row_item textarea {
    padding: 3px;
}
.row_item select {
    padding: 2px 3px;
    height: 23px;
    width: 120px;
}
.btn_pad{
    margin-right: 10px;
}
.config_row {
    margin-bottom: 20px;
}
.config_row label {
    display: block;
    font-weight: bold;
}
.config_row span {
    font-weight: normal;
    font-size: 12px;
}
.custom-fields-area .item {
    border-radius: 6px;
    background: #f0f0f0;
    height: 40px;
    line-height: 40px;
    width: 70%;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 15px 0 9px;
    clear: left;
}
.custom-fields-area .item .nav {
    padding: 7px 12px 0 0;
}
.custom-fields-area .item .nav, .custom-fields-area .item .name-type {
    float: left;
}
.custom-fields-area .item .nav .up {
    background: url(../img/7mbttns.png) 0 -23px no-repeat;
    margin-bottom: 2px;
}
.custom-fields-area .item .nav .down {
    background: url(../img/7mbttns.png) 0 -35px no-repeat;
}
.custom-fields-area .item .nav .up, .custom-fields-area .item .nav .down {
    width: 17px;
    height: 12px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.custom-fields-area .item .name-type {
    font-weight: bold;
}
.custom-fields-area .item .field-type:before {
    content: "(";
}
.custom-fields-area .item .field-type:after {
    content: ")";
}
.item-delete {
    background: url(../img/icons-old3.png) -38px -1px no-repeat transparent;
    text-indent: -9999px;
    width: 11px;
    height: 12px;
    margin: 3px 0 0 3px;
}
.item-delete.old-icon {
    color: #666;
    margin: 3px 14px 0 10px;
    display: inline-block;
    width: 11px;
    height: 13px;
    text-indent: -9999px;
    background: url(../img/icons-old1.png) -29px -29px no-repeat transparent;
    float: left;
}
.add-custom-field:hover, .add-custom-field.touched {
    text-decoration: underline;
}
.add-custom-field {
    background: url(../img/icons_old2.png) no-repeat scroll -19px 12px transparent;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    padding: 12px 30px 0 25px;
    color: #09f;
    cursor: pointer;
}
.row_item span.square {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-left: 15px;
}
.square.status0 {
    background: #f96600;
}
.square.status1 {
    background: #c00;
}
.square.status2 {
    background: #dd90ff;
}
.square.status3 {
    background: #39f;
}
.square.status4 {
    background: #666;
}
.square.status5 {
    background: #000;
}
.square.status6 {
    background: #bdb100;
}
.square.status7 {
    background: #090;
}
.square.status8 {
    background: #002680;
}
.square.status9 {
    background: #5b00b5;
}
.status0 {
    color: #f96600!important;
}
.status1 {
    color: #c00!important;
}
.status2 {
    color: #dd90ff!important;
}
.status3 {
    color: #39f!important;
}
.status4 {
    color: #666!important;
}
.status5 {
    color: #000!important;
}
.status6 {
    color: #bdb100!important;
}
.status7 {
    color: #090!important;
}
.status8 {
    color: #002680!important;
}
.status9 {
    color: #5b00b5!important;
}
.role_item input[type="checkbox"]{
    margin-top: 0;
}

.phone_search_input {
    padding: 0;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 99999;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 0;
}
#phone_bar .phone_bar_btn_tip {
    padding-bottom: 17px;
}
#double_call_bar #phone_bar .phone_bar_btn_tip {
    padding-bottom: 34px;
}
#double_call_bar .popover{
    min-width: 300px;
}
#double_call_bar_state {
    display: none;
    margin-left: 10px;
}
#double_call_bar_state .btn{
    font-size: 12px;
    font-weight: bold;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .phone_search_input {
    height: 180px;
}
.phone_search_input ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.phone_search_input li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 21px;
    overflow: hidden;
}
.combobox_agent {
    position:relative;
    display:inline-block;
    white-space:nowrap;
    vertical-align:middle;
}
.combobox_agent input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
.combobox_agent .add-on, .combobox_agent .btn, .combobox_agent .btn-group {
    margin-left: -1px;
}
.combobox_agent .add-on, .combobox_agent .btn {
    vertical-align: top;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.phone_search_odd {
    background-color: #f0f0f0;
}
.clear10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}
.clear5 {
    height: 5px;
    overflow: hidden;
    clear: both;
}
.clear ,.clear1{
    height: 1px;
    overflow: hidden;
    clear: both;
}
.menu_nav {
    width: 65px;
    text-align: center;
}
.left_menu_detail {
    background-color: #fff;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}
.next-action-form {
    padding:12px 16px;margin-bottom:15px;  border-radius: 4px; clear: both; position: relative; min-height: 68px; background-color: rgb(217, 238, 252); -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.next-action-form .actionlabel {
    padding: 0 0 0 97px; color: rgb(84, 88, 91); font-size: 14px; font-weight: bold; margin-top: 0;
}
.next-action-form .edit-action {
    float:right;
}
.next-action-form  textarea {
    width: 85%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
    padding: 3px 0 3px 10px; height: 70px; -ms-overflow-x: hidden; -ms-overflow-y: auto; resize: vertical;
}

.next-action-form .current_name {
    padding: 0 0 5px; width: 100%; display: table; position: relative; min-height: 26px;
}
.next-action-form .current_name input {
    margin-right: 16px; float: left;
}
.next-action-form .current_name .cell {
    width: 81px; margin-right: 16px; float: left;
}
.next-action-form .current_name .done_marker,.next-action-form .current_name .done_marker2 {
    margin-left: 55px;
}
.next-action-form .current_name_data {
    line-height: 17px; overflow: hidden; padding-top: 6px; font-size: 16px; font-weight: bold;
}
.next-action-form .change_name {
    margin: 5px 0 0; height: auto; padding-left: 97px; display: none; position: relative;
}
.next-action-form .change_name input {
    padding: 2px 25px 2px 3px; border: 1px solid rgb(77, 77, 77); width: 100%; height: 25px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
}
.next-action-form .change_name .counter {
    top: 5px; right: 5px; color: rgb(102, 102, 102); font-size: 9px; position: absolute;
}
.next-action-form .change_name .red.counter {
    color: rgb(255, 0, 0);
}
.next-action-form .current_date {
    height: 17px;padding-left:97px;clear:both;
}
.next-action-form .current_date span {
    background: rgb(189, 173, 146); margin: 0 30px 0 0; height: 16px; text-align: left; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 17px; padding-left: 6px; font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; display: inline-block; position: absolute;
}
.next-action-form .current_date span::after {
    border-width: 8px; border-style: solid; border-color: rgb(189, 173, 146) rgb(217, 238, 252) rgb(189, 173, 146) rgb(189, 173, 146); height: 1px; right: -16px; bottom: 0; display: inline-block; position: absolute; content: "";
}
.next-action-form .current_date .today_action {
    background: rgb(255, 153, 0);
}
.next-action-form .current_date .today_action::after {
    border-color: rgb(255, 153, 0) rgb(217, 238, 252) rgb(255, 153, 0) rgb(255, 153, 0);
}
.next-action-form .current_date .action_next {
    background: rgb(204, 0, 0);
}
.next-action-form .current_date .overdue {
    background: rgb(204, 0, 0);
}
.next-action-form .current_date .asap {
    background: rgb(204, 0, 0);
}
.next-action-form .current_date .action_next::after {
    border-color: rgb(204, 0, 0) rgb(217, 238, 252) rgb(204, 0, 0) rgb(204, 0, 0);
}
.next-action-form .current_date .overdue::after {
    border-color: rgb(204, 0, 0) rgb(217, 238, 252) rgb(204, 0, 0) rgb(204, 0, 0);
}
.next-action-form .current_date .asap::after {
    border-color: rgb(204, 0, 0) rgb(217, 238, 252) rgb(204, 0, 0) rgb(204, 0, 0);
}
.next-action-form .change_date {
    height: 23px; padding-left: 97px; margin-bottom: 5px; display: none;
}
.next-action-form .change_date select {
    /*padding: 1px 3px; border: 1px solid rgb(77, 77, 77); width: 124px; font-family: Arial, sans-serif; font-size: 13px; */margin-right: 5px; float: left;margin-bottom: 0;
}
.next-action-form .change_date input {
    /*padding: 2px 3px; border: 1px solid rgb(77, 77, 77);  height: 17px; */float: left;margin-left: 3px; width: 82px;margin-bottom: 0;
}
.next-action-form .show_on_hover {
    line-height: 11px; font-size: 11px; font-weight: normal; text-decoration: none; display: none;
}
.next-action-form a.show_on_hover:hover {
    text-decoration: underline;
}
.next-action-form a.touched.show_on_hover {
    text-decoration: underline;
}
.next-action-form .tooltip {
    padding: 14px 0 0; top: -70px; width: 30%; color: rgb(0, 0, 0); line-height: 15px; font-size: 11px; float: right; position: relative;
}
.next-action-form .tooltip::before {
    left: 40px; top: 3px; border-right-color: rgb(217, 238, 252); border-bottom-color: rgb(255, 241, 168); border-left-color: rgb(217, 238, 252); border-right-width: 12px; border-bottom-width: 12px; border-left-width: 12px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.next-action-form .tooltip .tooltip-content {
    background: rgb(255, 241, 168); padding: 5px 10px;
}
.next-action-form .actions_history {
    color: #666; padding-left: 97px; clear: both; margin-top: 25px;
}
.next-action-form .last_action {
    line-height: 12px; margin-bottom: 10px; position: relative;text-decoration: line-through;
}
.next-action-form .last_action .text {
    text-decoration: line-through;
}
.next-action-form .send-to {
    right: 16px; bottom: 22px; color: rgb(102, 102, 102); line-height: 14px; font-size: 11px; float: right; position: absolute;
}
.next-action-form .buttons,.next-action-form .buttons2 {
    margin: 0 0 0 92px; float: none; display: none;
}
.next-action-form .cancel_button {
    margin-top: 15px;
}
.next-action-form .hover.cancel_button ,.next-action-form .hover.cancel_button_2{
    color: rgb(219, 43, 93); text-decoration: underline;
}
.next-action-form .touched.cancel_button {
    color: rgb(219, 43, 93); text-decoration: underline;
}
.next-action-form .submit_button {
    margin-top: 4px; margin-bottom: 0;
}
.next-action-form .last_action:hover .delete.show_on_hover {
    display: none;
}
.next-action-form .touched.last_action .delete.show_on_hover {
    display: none;
}
.next-action-form .done_marker2 {
    background: url("../img/client/complete.png") no-repeat -112px -3px; width: 26px; height: 26px; margin-right: 15px; display: block;
}
.next-action-form .done_marker {
    background: url("../img/client/complete.png") no-repeat -11px -3px; width: 26px; height: 26px; margin-right: 15px; display: block;
}
.next-action-form .done_marker:hover {
    background: url("../img/client/complete.png") no-repeat -112px -3px; text-decoration: none;
}
.next-action-form .touched.done_marker {
    background: url("../img/client/complete.png") no-repeat -112px -3px; text-decoration: none;
}
.next-action-form .done_marker .tip-container ,.next-action-form .done_marker2 .tip-container{
    left: 41px; top: 35px;
}
.next-action-form .done_marker .arrow,.next-action-form .done_marker2 .arrow{
    background: url("../img/client/arrows.png") no-repeat 0 -107px; left: 22px; top: -6px;
}
.contact_detail .action-bar {
    background: #f0f0f0; padding: 0 10px; border-radius: 4px; height: 33px; line-height: 33px;
    clear: both; position: relative;-moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.contact_detail .action-bar h2 {
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    color: #000;
}
.contact_detail {
    border-bottom: 0;
    padding: 18px;
}
.contact_detail .content {
    background-color: #fff;
}
.contact-info {
    margin-left: 6px;
}
.contact-info h3 {
    font-size: 16px; margin-bottom: 5px;
}
.contact-info .item {
    padding-bottom: 8px; display: block;
}
.contact-info .email a {
    font-size: 13px;
}
.contact-info .website {
    width: inherit; overflow: hidden; white-space: nowrap;
}
.contact-info .job-title {
    margin: 8px 0 0; font-size: 13px;
}
.contact-info .job-title span {
    font-weight: bold;
}
.contact-info .phone {
    color: rgb(0, 0, 0); font-size: 16px; font-weight: bold;
}
.contact-info .phone span.type {
    color: rgb(102, 102, 102); font-size: 11px;
}
.contact-info .email span {
    color: rgb(102, 102, 102); font-size: 11px;
}
.contact-info .website span {
    color: rgb(102, 102, 102); font-size: 11px;
}
.contact-info .phone-number {
    display: inline-block;
}
.contact-info .skype {
    background: url("../img/client/iphone2.jpg") no-repeat scroll 0 50% transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 -3px 2px;
}
.contact-info .addBlackNum {
    background: url("../img/client/stop_1.jpg") no-repeat scroll 0 50% transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 -3px 2px;
}
.contact-info .sms {
    background: url("../img/client/sms2.png") no-repeat scroll 0 50% transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 -3px 2px;
}
.contact-info .blackNum {
    font-size:12px; display: inline-block; position: relative;color:black;
    margin: 0 0 -3px 2px;
}
.contact-info .skype-container {
    width: auto; display: inline-block; position: relative;
}
.contact-info .custom_fields {
    clear: both; margin-top: 5px; margin-left: 0;
}
.contact-info .custom_fields p {
    padding: 4px 0; overflow: hidden; clear: both; position: relative;
}
.contact-info .custom_fields p span {
    width: 70%; float: left; display: block;
}
.contact-info .custom_fields p .label3 {
    padding: 0 12px 4px 0; left: 0; top: 1px; width: 100px; text-align: right; color: rgb(102, 102, 102); line-height: 1; font-size: 11px; position: relative;
}
.contact-info .custom_fields p .label4 {
    padding: 0 12px 4px 0; left: 0; top: 1px; width: 100px; text-align: right; color: rgb(102, 102, 102); line-height: 1; font-size: 12px; position: relative;
}
.tip-container {
    position: absolute;
    display: none;
    z-index: 999;
}
.tip-container .arrow {
    width: 12px; height: 9px; position: absolute;
}
.timeline-area .note_edit_form {
    padding: 0;
    position: relative;
}
.timeline-area .note_edit_form .deal_mode_full {
    padding: 0;
}
.timeline-area .note_edit_form .item-type {
    padding: 35px 0 10px 10px; margin-left: 17px; border-left-color: rgb(157, 154, 147); border-left-width: 2px; border-left-style: solid;
}
.timeline-area .note_edit_form .attach-file {
    padding-top: 35px;
}
.timeline-area .note_edit_form .date {
    padding-top: 35px;
}
.timeline-area .note_edit_form::before {
    background: rgb(157, 154, 147); width: 10px; height: 2px; display: block; position: absolute; content: "";
}
.timeline-area .note_edit_form::after {
    background: rgb(157, 154, 147); width: 10px; height: 2px; display: block; position: absolute; content: "";
}
.timeline-area .note_edit_form::before {
    left: 13px; top: 63px;
}
.timeline-area .note_edit_form::after {
    left: 13px; bottom: -2px;
}
.timeline-area :last-child.note_edit_form::after {
    display: none;
}
.timeline-area .note_edit_form .deal_details {
    margin: 0;
}
.activity-bar {
    background: rgb(157, 154, 147); padding: 7px 10px 7px 40px; border-radius: 4px; color: rgb(255, 255, 255); clear: both; position: relative;
}
.activity-bar:before {
    background: url("../img/client/activity_icons2.png") no-repeat 0 -20px; left: 0; top: 4px; width: 33px; height: 27px; display: block; position: absolute; content: "";
}
.activity-bar h2 {
    margin: 0 10px 0 0; padding: 5px 0 0; text-transform: uppercase; overflow: hidden; font-size: 12px; float: left; white-space: nowrap; max-width: 75px;
}
.activity-bar .member-filter {
    float: left; position: relative;
}
.activity-bar .by-members {
    padding: 0 20px 0 11px; border-radius: 4px; border: 2px solid rgb(144, 141, 134); color: rgb(230, 230, 224); line-height: 24px; font-size: 12px; font-weight: bold; text-decoration: none; display: block; position: relative; cursor: pointer;
}
.activity-bar .by-members::after {
    border-width: 4px; border-style: solid; border-color: rgb(230, 230, 224) rgb(157, 154, 147) rgb(157, 154, 147); right: 6px; bottom: 5px; display: inline-block; position: absolute; content: "";
}
.activity-bar .by-members:hover {
    background: rgb(153, 150, 143); color: rgb(255, 255, 255);
}
.activity-bar .touched.by-members {
    background: rgb(153, 150, 143); color: rgb(255, 255, 255);
}
.activity-bar .by-members:hover::after {
    border-color: rgb(230, 230, 224) rgb(153, 150, 143) rgb(153, 150, 143);
}
.activity-bar .touched.by-members::after {
    border-color: rgb(230, 230, 224) rgb(153, 150, 143) rgb(153, 150, 143);
}
.activity-bar .submenu.team-member-menu {
    top: 33px; right: -22px;
}
.activity-bar .submenu.team-member-menu::after {
    border-width: 6px; border-style: solid; border-color: transparent transparent rgb(255, 255, 255); top: -12px; width: 0; height: 0; background-image: none;
}
.activity-bar .submenu.team-member-menu li a.active {
    color: rgb(0, 0, 0);
}
.activity-bar .submenu.team-member-menu .users_wrapper {
    -ms-overflow-y: auto; max-height: 265px;
}
.activity-bar .item-filter {
    height: 20px; margin-top: 4px; float: right;
}
.activity-bar .item-filter li {
    padding: 3px 10px; color: rgb(230, 230, 230); line-height: 12px; font-weight: bold; display: inline-block; position: relative; cursor: pointer;
}
.activity-bar .item-filter li.active, .activity-bar .item-filter li:hover,.activity-bar .item-filter li.active:hover{
    background: rgb(129, 125, 118); border-radius: 10px; color: rgb(255, 255, 255);
}
.activity-bar .item-filter li .unread_count {
    background: linear-gradient(rgb(211, 79, 79), rgb(179, 0, 0)) rgb(185, 5, 5); margin: 0 0 0 3px; padding: 0 5px; border-radius: 3px; border: rgb(185, 5, 5); top: -14px; height: 15px; right: 0; color: rgb(255, 255, 255); line-height: 15px; text-indent: 0; font-size: 10px; font-weight: bold; display: inline-block; position: absolute; -pie-background: linear-gradient(#d34f4f 20%, #b30000 100%);
}
.activity-bar .mods-switch {
    padding: 0;
}
.activity-bar .note {
    line-height: 24px; font-size: 11px; font-style: italic; float: left;
}
.today_action {
    background: #f90!important;
}
.fl{
    float: left;
}
.newTag {
    background-color: #B30000;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}
.header_menu {
    list-style: none;
}
.header_menu .menu{
    float:left;
    height: 39px;
    cursor: pointer;
    position: relative;
}
.header_menu .menu:hover{
    border-bottom: 2px solid #8bcf20;
}
.header_menu .menu a.title{
    display: block;
    height: 27px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 13px;
    color: #323232;
    font-weight:bold;
}
.header_menu .menu a.title:hover{
    border-bottom: 2px solid #d5fe01;
    color: #B30000;
    text-decoration: none;
}
.header_menu .line{
    height: 10px;
    padding-top: 9px;
}
.header_menu .active {
    border-bottom: 2px solid #ff9200;
}
.header_menu .active:hover {
    border-bottom: 2px solid #ff9200;
}
.header_menu .active a.title{
    border-bottom: 2px solid #ffcc00;
    color: #B30000;
}
.header_menu .active a.title:hover{
    border-bottom: 2px solid #ffcc00;
}
.left_col .left_nav_line_2{
    font-weight: bold;
    font-size: 12px;
    color: #707e8b;
}
.caption-top .info{
    font-weight: bold;
    color: #000;
}
.caret_up {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.left-menu .menu_title {
    font-weight:bold;
    padding-left: 4px;
    padding-top: 5px;
    padding-bottom: 1px;
    color:#707e8b;
}
.left-menu .customer_db {
    display: none;
    position: absolute;
    right: 11px;
    left: auto;
    z-index: 100;
    background-color: #fff;
    top: 15px;
    border: 1px solid #acacac;
    border-radius:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.left-menu .customer_db_title {
    margin-right: 15px;
    float: right;
    cursor: pointer;
    font-weight:bold;
    color:#707e8b;
}
.left-menu .customer_db_title_dropdown {
    margin-top: 5px;
    margin-left: 3px;
}
.left-menu .customer_db li {
    list-style-type:none;
    cursor: pointer;
    padding: 3px 10px 6px 10px;
    height:15px;
}
.left-menu .customer_db li:hover {
    background-color: #f0f0f0;
}
#main-panel .showTipInfo {
    position: absolute;
    bottom: 52px;
    width: 0;
    border: 1px solid #666;
    z-index: 1000;
    height: 0;
    left: 30px;
    background-color: #fff;
    border-radius:5px;
    display: none;
}
#main-panel .showTipInfo .retract {
    float: right;
    padding-right: 17px;
    padding-top: 5px;
}
#main-panel .showTipInfo .topline {
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
}
#call_list_pane .content_item_head {
    padding-top: 5px;
    cursor: pointer;
}
#call_list_pane .content_item_head:hover {
    background-color: #f0f0f0;
}
.accordion-group .head {
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #fcf0c1
}
.clear20 {
    clear: both;
    height: 20px;
    overflow: hidden;
}
.account_line {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #000;
    height:1px;
}
.account_name {
    font-size: 15px;
    font-weight: bold;
}
.top_head_right {
    font-weight: bold;
    font-size: 13px;
    padding-top: 13px;
    padding-right: 13px;
}
.right_column_pane {
    border-left: 1px solid #aaa;
    height: 100%;
    padding: 18px;
}
.task-bar {
    background: rgb(213, 243, 203);
    padding: 0 10px 0 10px;
    border-radius: 4px;
    height: 33px;
    line-height: 33px;
    clear: both;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.task-bar.completed {
    background: rgb(228, 228, 228);
}
.contact_item_new {
    background-image: linear-gradient(to bottom, #FEF9ED, #FFD39B);
}
.task_check {
    background-image: url(../img/client/check.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-top: 6px;
}
.task_check:hover {
    background-position: -27px 0;
}
.task_check.completed:hover {
    background-position: -60px 0;
}
.completed {
    background-position: -60px 0;
}
.task_detail_pane {
    clear: both;
}
.task-bar span.task_title {
    font-weight: bold;
    font-size: 12px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.task_title_bar.completed span.task_title {
    color: gray;
    text-decoration: line-through;
}
.task_detail {
    padding: 10px 35px;
    background-color: rgb(241, 241, 241);
    border-radius: 0 0 4px 4px;
}
.task_comments {
    height: auto;
    background-color: rgb(241, 241, 241);
    border-radius: 0 0 4px 4px;
    padding: 0 35px 0 35px;
    margin-bottom: 10px;
}
.feed_story {
    background-color: white;
    padding: 8px 5px 5px 5px;
    border-radius: 3px;
}
.feed_back {
    margin-top: 5px;
    padding-bottom: 10px;
}
.disabled_new {
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: default;
}
.task_detail_item {
    background-color: rgb(241, 241, 241);
    border-radius: 4px;
    margin-bottom: 10px;
}
.task_add {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: rgb(198, 216, 175);
    border-radius: 4px;
}
.comment_content {
    margin-bottom: 8px;
}
.feed-story-creator {
    margin-top: -1px;
    padding-top: 2px;
    font-weight: 600;
}
.feed-story-footer {
    font-size: 12px;
    color: #999;
    cursor: default;
    margin-left: 10px;
}
.feed_action {
    color: #999;
}
.text-tag .text-button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    border: 1px solid #9daccc;
    background: #e2e6f0;
    color: #000;
    padding: 0 17px 0 3px;
    margin: 2px 2px 0 0;
    height: 16px;
    overflow: hidden;
    line-height: 14px;
}
.text-tag .text-button a.text-remove {
    position: absolute;
    right: 3px;
    top: 2px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/textext_close-9516d0b8309a6d21850dcc065da5560f.png) 0 0 no-repeat;
}
.text-tag .text-button a.text-remove:hover {
    background-position: 0 -11px;
}
.text-tag .text-button a.text-remove:active{
    background-position:0 -22px
}
.contact_item .status {
    width: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
    text-align: right;
    float: right;
    font-size: 11px;
    margin: 5px 12px 0 0;
}
.contact_item .prospect-amount {
    display: block;
    clear: right;
    float: right;
    color: #fff;
    font-size: 11px;
    margin: 2px 12px 0 0;
    padding: 1px 5px;
    background-color: rgb(93, 93, 170);
    border-radius: 2px;
}
.search_input_icon {
    float: left;
    cursor: pointer;
    background: url("../img/client/icon_input_dropdown.png") no-repeat scroll;
    width: 13px;
    margin-left: -18px;
    background-position: 0 50%;
    padding-top: 10px;
}
.search_item label {
    display: inline-block;
    width: 50px;
    float: left;
    line-height: 23px;
    text-align: right;
    padding-right: 5px;
}
.search_item input {
    width: 110px;
    padding: 3px;
    height: 17px;
    float: left;
    margin-bottom: 0;
}
.search_item select {
    width: 118px;
    padding: 3px;
    height: 25px;
    float: left;
    margin-bottom: 0;
}
.search_item .ds_date {
    width: 70px;
}
.search_item .ds_time {
    width: 35px;
    margin-left: 2px;
}
.ds_search_filter {
    background: #e0f5ff;
    padding: 2px 5px;
    line-height: 20px;
    border-radius: 4px;
}
.ds_search_filter .badge,.ds_search_filter .label{
    white-space: normal;
}
.strong {
    font-weight: bold;
}
.remove_filter {
    padding-left: 3px;
}
.ds_search_filter div{
    padding: 3px 0;
}
.filtered_by {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 240px;
}
.location_phone {
    margin-bottom: 10px;
    text-align: left;
    display: none;
    font-size: 14px;
}
.location_phone .phone{
    font-weight: bold;
    color: #009900;
}
.call_pop {
    padding-left: 50px;
    padding-top: 8px;
    display: none;
}
.into_notify {
    margin-left:240px;
    margin-top: 14px;
    color: #cd0a0a;
    font-size: 14px;
}
.left_column .no_call {
    width:100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}
.active-history-content .timeLine_list {
    display: block;
}
.active-history-content .timeLine_list>.item {
    border-left: 2px solid #9d9a93;
    padding: 25px 0 0 21px;
    margin-left: 17px;
    position: relative;
    line-height: 1.3;
    color: #666;

}
.active-history-content .timeLine_list>.item:before {
    display: block;
    position: absolute;
    top: 30px;
    left: -13px;
    width: 20px;
    height: 20px;
    border: 2px solid #9d9a93;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: url(../img/client/activity_icons2.png) no-repeat -16px 0 #fff;
    content: "";
}
.active-history-content .timeLine_list>.item>.history-content {
    border: 1px solid #eaeaea;
    padding: 6px 10px;
    -webkit-box-shadow: 0 0 2px #eaeaea, inset 0 0 6px #f0f0f0;
    -moz-box-shadow: 0 0 2px #eaeaea, inset 0 0 6px #f0f0f0;
    box-shadow: 0 0 2px #eaeaea, inset 0 0 6px #f0f0f0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    color: #9d9992;
}
.active-history-content .timeLine_list>.item>.history-content:before {
    background: url(../img/client/activity_icons2.png) no-repeat 0 -3px transparent;
    width: 15px;
    height: 13px;
    display: block;
    position: absolute;
    content: "";
    display: block;
    top: 35px;
    left: 15px;
}
.active-history-content .item:last-child:before {
    left:-11px;
}
.active-history-content .item:last-child {
    border-left: none;
    padding-left:23px;
}
.active-history-content .item:last-child:after {
    content: " ";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:2px;
    background-color:#9D9A93;
    height:30px;
}
.active-history-content .timeLine_list_noResult {
    width:100%;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(157, 154, 147);
}
.active-history-content span.task_title {
    color: gray;
    text-decoration: line-through;
}
.left-link .space {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-top: 2px;
}
.edit_customer .delete_button {
    color: #db2b5d;
    text-decoration: none;
    margin: 18px 0 0 94px;
    float: right;
}
#proving{
    margin: 0 auto;
    display: inline-block;
}
.login_panel .ipt{
    width: 100%;
    padding: 5px;
}
#log_box{
    user-select:none;
    -webkit-user-select:none;
}
.login_main{
    background-color:#dce0e3;
    padding: 40px 0;
}
.login-unit {
    width: 320px;
    margin: 0 auto;
    padding: 20px 60px 60px;
    font-size: 18px;
    font-weight: 200;
    line-height: 45px;
}
.contact_us {
    text-align: right;
    width: 980px;
    margin: 0 auto;
    color: #929191;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    padding-top: 20px;
}
a.logo{
    margin: 0 auto  15px 60px;
    padding-top: 10px;
    padding-bottom: 2px;
    display: block;
}
a.logo:hover{
    text-decoration: none;
}
.login_rich_main{
    border-top: 1px solid #ccc;
    padding: 40px 0;
}
.contact_us_rich {
    vertical-align: middle;
    margin-right: 60px;
    text-align: left;
    color: #929191;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    position: relative;
    top: 20px;
}
.bs-footer_rich {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.alert-container {
    width: 300px;
    z-index: 9999;
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -150px;
}
.frm_item {
    margin-top: 5px;
    margin-bottom:5px;
    clear: both;
}
.frm_left_label{
    float: left;
    width: 160px;
    text-align: right;
}
.frm_right_content{
    margin-left:180px;
}
.frm_right_content label {
    display: inline-block;margin-right: 5px;
}
.frm_left_label2{
    float: left;
    width: 105px;
    text-align: right;
    font-weight:bold;
    line-height:23px;
    padding-right:13px;
}
.frm_right_content2 label {
    display: inline-block;margin-right: 5px;width: auto;padding: 0;
}
.field-label{
    float: left;
    width: 80px;
    margin-right: -100%;
}
.field-option{
    float: left;
    width: 100%;
}
.field-option-inner{
    margin-left: 90px;
}
#peer_state {
    position: relative;
}
.top_user_info  .customer_db {
    display: none;
    position: absolute;
    /*right: 70px;*/
    right: auto;
    left: auto;
    z-index: 100;
    background-color: #fff;
    top: 50px;
    max-height: 300px;
    overflow: scroll;
    border: 1px solid #acacac;
    border-radius:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width:186px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/*新增小号下拉框样式*/
.com_small_oul{
    display: none;
    position: absolute;
    /*right: 70px;*/
    right: auto;
    left: auto;
    top: 50px;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    min-width:100px;
    max-height: 300px;
    overflow: auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.com_small_oul li{
    cursor: pointer;
    color: #083F5D;
    border-top: 1px solid #ddd;
    padding: 6px 10px;
    height: auto;
    line-height: normal;
}
.com_small_oul li:hover {
    background-color: #f0f0f0;
}
.com_small_oul li:hover p {
    color: #999;
}
.com_small_oul .small_active_oli {
    background-color: #40a9ff;
    cursor: default;
}
.com_small_oul .small_active_oli:hover {
    background-color: #40a9ff;
    color: #fff;
}
.com_small_oul .small_active_oli:hover p, .com_small_oul .small_active_oli p {
    color: #fff;
}
.com_small_oul li p {
    text-align: left;
    color: #999;
}
/*特殊方式*/
.top_user_info .customer_db .call_answering_method:hover{
    cursor: default;
    background: #fff;
}
#small_enable_oul .com-small-tip-text,.call_answering_method{
    text-align: left;
    color: #999;
    border-top: none;
}
#small_enable_oul .com-small-tip-text:hover{
    cursor: default;
    background: #fff;
}
#small_enable_oul #small_pause_oli{
    padding: 6px 0 0 10px;
    color: #40a9ff;
}
#small_enable_oul #small_pause_oli:hover{
    cursor: pointer;
    background: #fff;
}
/* 以上小号区域*/

.top_user_info  .customer_db li {
    list-style-type:none;
    cursor: pointer;
}
.top_user_info  .customer_db li>a{
    color: #083F5D;
    font-weight: 100;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    line-height: 24px;
    padding-left: 10px;
    box-sizing: border-box;
}
.top_user_info .customer_db li:hover {
    background-color: #f0f0f0;
}
#peer_state .state_group {
    border: 1px solid #acacac;
    line-height: 20px;
    border-radius:4px;
    width: 135px;
    background-color: #fff;
    position: relative;
    margin-top: 8px;
    overflow: hidden;
}
#peer_state .state {
    padding-top: 1px;
    padding-right: 8px;
    font-weight: bold;
    text-align: center;
    color: #B30000;
}
#peer_state .state_dropdown {
    vertical-align: middle;
    height:16px;
    width: 12px;
    cursor: pointer;
    display: none;
}
#peer_state .state_dropdown:hover {
    background-color: #f0f0f0;
}
#peer_state .state_time {
    padding: 1px 8px;
    font-weight: bold;
    width:50px;
    display: none;
}
#peer_state .state_line {
    margin-top: 2px;
    margin-right: 4px;
    display: none;
}
.btn_first_child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px!important;;
    border-bottom-left-radius: 4px!important;;
    -webkit-border-top-left-radius: 4px!important;;
    border-top-left-radius: 4px!important;;
    -moz-border-radius-bottomleft: 4px!important;;
    -moz-border-radius-topleft: 4px!important;;
}
.btn_last_child {
    -webkit-border-top-right-radius: 4px!important;;
    border-top-right-radius: 4px!important;;
    -webkit-border-bottom-right-radius: 4px!important;;
    border-bottom-right-radius: 4px!important;;
    -moz-border-radius-topright: 4px!important;;
    -moz-border-radius-bottomright: 4px!important;;
}
.myQueue_menu_ul{
    list-style: none;
}
.myQueue_menu_ul li{
    min-width: 100px;
}
.myQueue_menu_ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}
.myQueue_menu_ul > li > a:hover,
.myQueue_menu_ul > li > a:focus,
.myQueue_menu_ul:hover > a,
.myQueue_menu_ul:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.myQueue_menu_ul > .active > a,
.myQueue_menu_ul > .active > a:hover,
.myQueue_menu_ul > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.left_pane_head{
    padding-left: 9px;
    padding-bottom: 3px;
    padding-top: 5px;
    background-color: #e5e5e5;
}
.right_content_pane{
    padding: 18px;
}
.right_content_pane .right_head{
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 11px;
}
.right_content_pane .control-group{
    margin-bottom: 10px!important;
}
.func_hide,.condition_hide,.common_hide{
    display: none;
}
.msgTime_hide{
    display: none;
}
.use_customer {
    padding: 0 8px 0 16px; height: 19px; color: rgb(102, 102, 102); line-height: 19px; text-decoration: none; display: inline-block; position: relative;
    margin: 0; float: right;
}
.row-select-box{
    margin-bottom: 5px;
}
.advanced_search_pane{
    min-width:710px;
    border: 1px solid #c5c5c5;
    position: fixed;
    top: 77px;
    left: 66px;
    background-color: #fff;
    padding: 0;
    z-index: 666;
    margin-top: -1px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.advanced_search_pane .advanced_title{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f0f0f0;
}
.advanced_search_pane .advanced_body{
    padding:20px 10px 25px;
    max-height: 500px;
    max-width: 690px;
    overflow-x: hidden;
    overflow-y: auto;
}
.advanced_search_item label {
    display: inline-block;
    width: 70px;
    float: left;
    line-height: 23px;
    text-align: right;
    padding-right: 5px;
}
.advanced_search_item input {
    width: 120px;
    padding: 3px;
    height: 17px;
    float: left;
    margin-bottom: 0;
}
.advanced_search_item label input {
    width: 25px;
    padding: 3px;
    height: 17px;
    float: left;
    margin-bottom: 0;
}
.advanced_search_item label input[name="msgCount"] {
    width: 85px;
}
.advanced_search_item label span {
    /*width: 25px;
    height: 17px;*/
    line-height:17px;
    float: left;
    /*margin-top: 4px;*/
}
.span8.advanced_search_item span label{
    width:56px;
}
.advanced_search_item select {
    width: 128px;
    padding: 3px;
    float: left;
    margin-bottom: 0;
}
/*****browser css start******/
.layerDiv{
    position: absolute;
    position: fixed;
    _position: absolute;
    z-index: 9999999999999;
    width: 600px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin: -170px 0 0 -365px;
    padding: 0;
    background: #fff;
    border: 2px #808080 solid;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.layerDiv h2 {
    color: #000;
    font-size: 24px;
    margin: 30px 25px 10px 25px;
    line-height: 1.2em;
    clear: both;
}
.layerDiv h3 {
    color: #333;
    font-size: 16px;
    margin: 20px 25px;
    clear: both;
}
.layerDiv ul, .layerDiv ol, .layerDiv li {
    list-style: none;
    padding: 0;margin: 0;
}
.layerDiv ul {
    height: 100px;
    width: 540px;
    _width: 580px;
    margin: 20px auto 0 auto;
    clear: both;
}
.layerDiv ul li {
    float: left;
    width: 105px;
    height: 80px;
    margin: 0 15px;
    text-align: center;
}
.layerDiv ul li a {
    height: 80px;
    display: block;
    clear: both;
}
.layerDiv div {
    color: #333;
    font-size: 14px;
    margin: 0 25px;
    padding-top: 20px;
    border-top: 1px #ccc dotted;
    clear: both;
}
.ico {
    background: url(../img/browser.png) no-repeat 0 0;
}
.icoChrome {
    background-position: 0 -8px;
    height: 80px;
    width: 105px;
    display: inline-block;
    margin-right: 20px;
}
.icoOpera {
    background-position: -115px  -8px;
    height: 80px;
    width: 73px;
    display: inline-block;
    margin-right: 20px;
}
.icoFirefox {
    background-position: -197px  -6px;
    height: 80px;
    width: 61px;
    display: inline-block;
    margin-right: 20px;
}
.icoSafar {
    background-position: -267px  -8px;
    height: 80px;
    width: 69px;
    display: inline-block;
}
.icoGt {
    background: url(../img/icon_go.png) no-repeat 0 0;
    height: 32px;
    display: inline-block;
    text-indent: 40px;
}
.layerDiv p {
    border-top: 1px #ccc dotted;
    padding-top: 15px;
    position: relative;
    margin: 0 25px;
}
.layerDiv p a {
    color: #666;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}
/*****browser css end******/
.thumbnails_customer li {list-style-type: none;  margin: 0; padding: 0;height: 20px;line-height: 20px;text-align: left;}
.thumbnails_customer .fujian {
    padding:0;
    font-weight: normal;
}
.thumbnails_customer .fujian .ico-1{
    padding-right:2px;background-image:url(../img/7mfj.gif);
    background-repeat:no-repeat;width:15px;height:15px;
}
.thumbnails_customer .fujian .ico-2{
    margin-top:2px;background:url(../img/olddelete.gif) no-repeat left top;
    background-repeat:no-repeat;width:15px;height:15px;
}
.thumbnails_customer .fujian .left{
    float:left;
}
/*****mail css start******/
.mail_form .control-group {
    margin-bottom: 5px!important;
}
.mail_form .control-label {
    width: 100px!important;
    padding-top: 3px!important;
    text-align: left!important;
}
.mail_form .controls {
    margin-left: 120px!important;
}
.mail_form .control-label2{
    width: 60px!important;
}
.mail_form .controls2 {
    margin-left: 80px!important;
}
.mail_form .controls2  input {
    padding: 3px;
    height: 17px;
    min-height: 25px;
    margin-bottom: 0;
}
.mail_sign_active, .dropdown-menu > li > a.quick_card_active{
    background-color: #49afcd!important;
    color: #fff;
}
.control-group .label-style{
    padding-top:2px;
    float:left;
    width:100px;
    font-size:14px;
}
.inbox , .content_box {
    border: 1px solid #ccc;
    padding: 15px 18px 18px;
    line-height: 20px;
    margin-bottom: 15px;
    -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);
}
.inbox .head{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.inbox .inbox_content{
    padding: 20px 0;
}
.sendbox{
    padding: 10px 20px 15px;
    line-height: 20px;
    background: rgb(217, 238, 252);
}
.sendbox .item {
    min-height: 23px;
    margin-top: 7px;
    position: relative;
    clear: both;
    width: 100%;
}
.sendbox .item label {
    display: inline-block;
    width: 80px;
    line-height: 23px;
    text-align: right;
    font-weight: bold;
    padding-right: 13px;
    padding-top: 3px;
}

.sendbox .item .frm_widget {
    padding: 3px;
    display: inline-block;
    width: 85%;
}
.sendbox .item .frm_widget  span {
    font-weight: normal;
    font-size: 12px;
    color: gray;
}
.sendbox .item .frm_widget  input {
    padding: 3px;
    height: 17px;
    margin-bottom: 0;
}
.sendbox .item .frm_widget  textarea {
    padding: 3px;
}
.sendbox .item .frm_widget  select {
    padding: 2px 3px;
    height: 23px;
    width: 120px;
}
.mail_card{
    line-height: 20px;
}
/*****mail css end******/

/*****************weixin css start*****************/
.chat_msg {
    min-height: 280px;
    height: 280px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    line-height: 15px;
    margin-bottom: 10px;
    overflow-y:auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*transform:rotate(0deg);*/
    /*-webkit-transform:rotate(0deg);*/
    -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);
}
.chat_msg_bottom{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 12px;
    box-shadow: none;
    margin-bottom: 0;
    border: 1px solid #37b5ed;
    box-sizing: border-box;
}
.chat_toolbar{
    padding:3px 4px 0 4px;
    border-left: 1px solid #37b5ed;
    border-right: 1px solid #37b5ed;
    position:relative;
    z-index: 2;
}
.chat_deal{
    border: 1px solid #37b5ed;
    border-top:0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.chat_deal textarea{
    background:transparent;
    box-shadow:none;
    outline:none;
    border: 0;
}
.chat_time{
    text-align: center;
    color:#999;
    margin-bottom: 5px;
}
.chat_section{
    margin-bottom: 5px;
}
.chat_popover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    max-width: 406px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.chat_popover.right {
    margin-left: 5px;
    background-color: #C6EDFC;
    border-color: #A2D0E7;

}
.chat_popover.bottom {
    margin-top: 10px;
}
.chat_popover.left {
    margin-left: -10px;
    background-color: #EFEFEF;
    border-color: #CACACA;
}
.chat_popover-content {
    padding: 3px 8px;
    word-break:break-all;
    word-wrap: break-word;
}
.chat_popover .arrow,
.chat_popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.chat_popover .arrow {
    border-width: 5px;
}
.chat_popover .arrow:after {
    border-width: 4px;
    content: "";
}
.chat_popover.right .arrow {
    top: 11px;
    left: -5px;
    margin-top: -5px;
    border-right-color: #A2D0E7;
    border-left-width: 0;
}
.chat_popover.right .arrow:after {
    bottom: -4px;
    left: 1px;
    border-right-color: #C6EDFC;
    border-left-width: 0;
}
.chat_popover.left .arrow {
    top: 11px;
    right: -5px;
    margin-top: -5px;
    border-left-color: #CACACA;
    border-right-width: 0;
}
.chat_popover.left .arrow:after {
    right: 1px;
    bottom: -4px;
    border-color: transparent ;
    border-left-color: #EFEFEF;
    border-right-width: 0;
}
.wxloading{
    text-align:center;
    padding:5px;
    display:none;
    z-index:10000;
}
.wxend{
    text-align:center;
    padding:5px;
    display:block;
    z-index:10000;
    color:#999;
}
.uid-desc{
    /*width:40px;*/
    margin-right: 10px;
}
.chat_popover-content embed{
    width:100%;
}
/*****************weixin css end*****************/

.card_item{
    position: relative;
    padding: 2px 0;
}
.card_item .customer{
    font-weight: bold;
    font-size: 12px;
}
.card_item .badge{
    padding-right: 6px;
    padding-left: 6px;
}
.card_item .card_left{
    float: left;
    width: 45px;
}
.card_item .card_middle{
    margin: 0 105px 0 0;
    line-height:20px;
    word-break:break-all;
}
.card_item .card_right{
    float: right;
    text-align: right;
}
.search_container{
    padding: 10px 0 15px;
    border: 1px solid #ddd;
    border-radius:4px;
}
.table_search{
    width: 100%;
    margin-bottom: 5px;
}
.table_search > tbody > tr > td{
    padding: 6px;
    vertical-align: middle;
}
.table_search .spanleft{
    text-align: left;
}
.table_search .spanright{
    text-align: right;
}
.table_search .tdInput{
    width: 150px;
}
.attach_info{
    line-height: 20px;
    display: inline-block;
    margin-right: 15px;
}
.callMail_attach_reply{
    width: 80px;
    display: inline-block;
    text-align: center;
}
.table_ds_word{
    word-break: break-all;
}
.list_nav{
    text-align: left;
    padding: 10px 5px 0;
}
.list_nav .nav_title{
    font-size: 14px;font-weight: bold;
}
.list_nav .nav>li>a{
    padding:3px 10px;
}
.list_nav .nav-pills>li>a{
    border-radius:15px;
}
.list_nav .nav{
    margin-bottom:0;
}
.channel_advanced_search_container{
    border: 1px rgb(189, 188, 188) solid;
    position: absolute;
    top: 75px;
    left: 185px;
    background-color: #fff;
    padding: 0;
    z-index: 1;
    margin-top: -1px;
}
.ui-autocomplete {
    max-width: 169px;
    max-height: 150px;
    max-width: 169px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 150px;
}

.header_wrap{
    position: relative;
}
.header_search_wrap {
    position: relative;
    width:300px;
    min-width: 300px;
}
.header_search_button {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    top: 7px;
    right: 8px;
}
.header_search_input {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
}
.header_search_input_textbox {
    position: relative;
    padding: 0 80px 0 5px;
}
.header_search_input_textbox .textbox_wrap {
    padding: 2px 0;
    background-color: transparent;
    background-color: #fff;
    position: relative;
    margin-left: 43px;
}
.textbox_place {
    position: absolute;
    font-size: 12px;
    left: 5px;
    top: 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.header_search_input_textbox .textbox_place {
    top: 3px;
    left: 0;
    color: #999;
}
.textbox_inner {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    zoom: 1;
}
.textbox_input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    border: 0!important;
    outline: none!important;
    box-shadow:none!important;
}
.header_search_advanced {
    position: absolute;
    right: 30px;
    top: 5px;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
}
.text_link {
    color: #5e696e;
    cursor: pointer;
    text-decoration: underline;
}
.header_func_plus {
}
.header_func_plus i{
    position: absolute;
    bottom: 6px;
    right: 0;
}
.header_search_wrap input[type="text"]:focus{
    box-shadow:none;
    -webkit-box-shadow:none;
}
.header_quick_search{
    padding: 0;
    position: relative;
}
.layer_wrap {
    position: absolute;
    background-color: #fff;
    zoom: 1;
}
.absolute_bottom_full {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.bottom_toolbar_layer_wrap {
    background: 0;
}
.bottom_toolbar_wrap {
    padding: 0 32px 0 10px;
    background-color: rgba(91,105,123,0.9);
    position: relative;
    font-size: 0;
    overflow: hidden;
    zoom: 1;
}
.layer_component_wrap {
    zoom: 1;
}
.bottom_toolbar_item {
    position: relative;
    cursor: pointer;
    padding: 38px 4px 10px;
    text-align: center;
    line-height: 20px;
    margin: 0 0 0 16px;
    vertical-align: top;
    color: #fff;
    width: 60px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 2px solid transparent;
    font-size: 12px;
}
.inline_block {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
}
.bottom_toolbar_wrap {
    padding: 0 32px 0 10px;
    background-color: rgba(91,105,123,0.9);
    position: relative;
    font-size: 0;
    overflow: hidden;
    zoom: 1;
}

.bottom_toolbar_ico_wrap {
    top: 13px;
    left: 0;
    height: 20px;
    width: 70px;
    text-align: center;
}
.ico_wrap {
    position: absolute;
    line-height: 0;
    font-size: 0;
    white-space: nowrap;
    border: 0;
}
.bottom_toolbar_item {
    position: relative;
    cursor: pointer;
    padding: 38px 4px 10px;
    text-align: center;
    line-height: 20px;
    margin: 0 0 0 16px;
    vertical-align: top;
    color: #fff;
    width: 60px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 2px solid transparent;
    font-size: 12px;
}
.toolbar_selsize {
    color: #fff;
    font-weight: bold;
    right: 60px;
    line-height: 20px;
    top: 25px;
}
.bottom_toolbar_selsize_num{
    color:#f89406;
}
.absolute {
    position: absolute;
}
.fs12 {
    font-size: 12px;
}
.menu_wrap {
    min-width: 150px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
}
.layer_box_shadow {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.toolbar_close {
    cursor: pointer;
    right: 20px;
    height: 12px;
    width: 12px;
}
.ico_wrap_middle {
    top: 50%;
}

.ico_middle {
    position: relative;
    bottom: 50%;
}
.ico {
    font-weight: normal;
    line-height: normal;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    text-align: center;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.bottom_toolbar_item_selall .ico_select_checkbox {
    margin-top: 4px;
}
.ico_select_checkbox, .ico_misc_close_light ,.ico_func_plus{
    background: url(../img/ico_full.png) no-repeat bottom right;
}
.ico_misc_close_light {
    background-position: -34px -68px;
    height: 12px;
    width: 12px;
}
.ico_select_checkbox {
    background-position:-65px -94px;
    height: 14px;
    width: 14px;
}
.ico_func_plus {
    background-position: -49px -122px;
    height: 14px;
    width: 14px;
}
.select_on .ico_select_checkbox,.select_on:hover .ico_select_checkbox {
    background-position: -81px -94px;
    height: 14px;
    width: 14px;
}
.select_half .ico_select_checkbox{
    background-position: -49px -94px;
    height: 14px;
    width: 14px;
}
.ico_action_delete, .ico_action_export , .ico_action_assign, .ico_action_clear, .ico_action_status, .ico_action_close, .ico_action_solve{
    background: url(../img/ico_deal.png?160512) no-repeat bottom right;
    height: 20px;
    width: 20px;
}
.ico_action_delete {
    background-position: -103px -32px;
}
.ico_action_export {
    background-position: -4px -32px;
}
.ico_action_assign {
    background-position: -203px -32px;
}
.ico_action_clear {
    background-position:-153px -32px;
}
.ico_action_status {
    background-position: -53px -32px;
}
.ico_action_close{
    background-position: -253px -31px;
}
.ico_action_solve{
    background-position: -291px -32px;
}
.header_quick_search .nav>li>a{
    padding:3px 10px;
}
.header_quick_search .nav-pills>li>a{
    border-radius:15px;
}
.header_quick_search .nav{
    margin-bottom:0;
}
.header_quick_search .nav li{
    margin-bottom:0;
    float: none;
    display: inline-block;
}
.header_quick_search .quick_row{
    margin-right:20px;
    display: inline-block;
    white-space:nowrap;
    overflow: hidden;
}
.header_quick_search .more_search{
    width: 20px;
    display: none;
    position: absolute;
    bottom: 9px;
}
.header_quick_search .more_search_prev{
    left: 0;
}
.header_quick_search .more_search_next{
    right: 0;
}
.list_container .pagination{
    margin:0 3px;
}
.list-footer{
    width: 100%;
    padding: 5px 0;
    height: 26px;
    line-height: 26px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-shadow:0 -4px 6px -4px rgba(0,0,0,0.6);
    box-shadow: 0 -4px 6px -4px rgba(0,0,0,0.6);
    background-color: rgb(249, 249, 249);
}
.ico_item_checkbox {
    left: 2px;
    top: 2px;
    display: none;
}
.ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
}
.card_row, .card_row_new, .email_card_row_new{
    position: relative;
    padding: 2px 0;
}
.card_row .customer , .card_row_new .customer , .card_row_title{
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}
.card_row .customer_mini , .card_row_new .customer_mini{
    font-weight: bold;
    font-size: 12px;
}

.card_row .card_left{
    float: left;
    width: 30px;
}
.card_row .card_middle{
    margin: -2px 80px 0 30px;
    line-height:20px;
    word-break:break-all;
}
.card_row .card_right{
    float: right;
    text-align: right;
}
.card_row .badge ,.email_card_row_new .badge{
    position:absolute;
    padding-right: 6px;
    padding-left: 6px;
    bottom: 5px;
    left:0;
}
#view_nav_webchat .card_row,#view_my_call_sheet_leak .card_row{
    margin-left: 5px;
}
#view_nav_webchat .card_row .badge,#contact_list_email .email_card_row_new .badge,#view_my_call_sheet_leak .card_row .badge{
    margin-bottom: 20px;
}
#view_nav_webchat .badge-important,#contact_list_email .badge-important,#view_my_call_sheet_leak .badge-important{
    background: #fa6261;
}
#view_nav_webchat span[class^="label"]{
    background: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #7b7b7b;
    padding: 0;
}
#combobox_cust_owner_desc.label2{
    padding-right: 12px !important;
}
#view_nav_webchat span.label-warning{
    color: #f2aa58;
}
#view_nav_webchat span.label-success{
    color: #67d234;
}
#view_nav_webchat div.card_middle span.nonline,#view_nav_webchat div.card_middle span.online,.no_status{
    display: inline-block;
    padding: 0 5px;
    background: #898989;
    color: #fff;
    border-radius: 4px;
    height: 16px;
    line-height: 1.5;
}
.no_status{
    margin-left: 5px;
}
.status_dealing{
    background: #b1dd68;
}
.status_no_answer{
    background: #e97a6f;
}
.status_nobody{
    background: #f3a472;
}
.status_stop_service{
    background: #cdcdcd;
    color: #fff;
}
.status_other{
    background: #f9edd1;
    color: #999;
}
.status_out_service{
    background: #c578a5;
}
#view_nav_webchat div.card_middle span.online{
    background: #67d234;
}
.card_row_new .card_left{
    float: left;
    width: 20px;
}
.card_row_new .card_middle{
    margin: -2px 110px 0 20px;
    line-height:20px;
    word-break:break-all;
}
.card_row_new .card_right{
    float: right;
    /*max-width: 110px;*/
    text-align: right;
}
.card_row_new .btn,.small_btn{
    line-height:14px;
    font-size: 11px;
    -webkit-transform: scale(0.9);
}
.margin_patch{
    margin-top: 5px;
}
.customer_container{
    position: relative;
}
.customer_container_bg{
    background-color: rgb(249, 249, 249);
}
.customer_container .cust_tip{
    display: none;
    font-size: 14px
}
.customer_container .cust_body{
    border-top: 1px dotted #ddd;
    padding-top:15px ;
}
.popup_split{
    height: 17px;
    background-color: #fff;
}
.quick_card{
    cursor: pointer;
    position:absolute;
    top:5px;
    left:0;
    background-color: rgb(129,164,201);
    color: #fff;
    padding: 1px 4px;
    border-radius:4px;
}
.quick_menu{
    min-width: 90px;
    max-height:350px;
    overflow: auto;
}
.quick_card .caret{
    margin-top: 5px;
    margin-left:0;
    border-top: 4px solid #fff;
}
.quick_card.left{
    border-radius:4px 0 0 4px;
}
.quick_card.right{
    left:44px;
    border-radius:0 4px 4px 0;
    background-color: rgb(129,164,201);
}
.quick_card .quick_desc{
    font-size: 11px;
    -webkit-transform: scale(0.9);
    max-width:50px;
    display: inline-block;
    vertical-align:top;
    margin-top: 1px;
}
.model_submenu{
    background-color:rgb(249, 249, 249);
}
.model_submenu .active{
    background-color:#3a87ad!important;
    color: #fff;
    text-shadow: none;
}
.model_submenu .badge{
    -webkit-transform: scale(0.8);
    padding-right:6px;
    padding-left:6px;
}
.popup_item{
    padding: 0 3px;
}
.task_pop_tip{
    position: absolute;
    display: inline-block;
    background-color: red;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    right: 17px;
    top: 14px;
}
.tab_active{
    display: block;
}
.func_tab_container{
    margin-top:15px; margin-bottom: -2px;
}
.func_tab_container .func_tab{
    width: 60px;text-align: center;
    color:#7D7D7D;
    font-size: 13px;
    display: inline-block;
    margin-right: 25px;
    font-weight: bold;
    padding: 5px 0;
}
.func_tab_container a{
    text-decoration: none;
}
.func_tab_container a.disabled{
    color: #d7d8d9;
}
.func_tab_container .active{
    color:#163955;border-bottom: 2px solid #163955;
}
.CRMPopover_link_icon{
    width: 25px;
    height: 25px;
    background:url(../img/nav/do_action_icon.png?0906) no-repeat;
    background-size: 12px auto;
    background-position:6px -390px;
    cursor: pointer;
}
.cust_base{
    background-color: #f9f9f9;
    padding: 18px 18px 0;
    border-bottom: 2px solid #E0E0E0;
    min-height: 123px;
}
.base_summary{
    min-height: 83px;
}
.cust_info_left{
    margin-right: 150px;
}

.cust_info_left .major, #view_nav_dial_task .major, #view_nav_agent_dial_task .major {
    color: #163955;
}
.cust_info_left .minor{
    color: #7D7D7D;
}
.cust_info_right{
    float: right;
}
.cust_info_right .edit{
    width: 18px;position: absolute;top: 5px;right: 0;
}
.cust_btn{
    position: absolute;
    right: 20px;
    bottom: 3px;
    display: inline-block;padding: 1px 8px;
    line-height:20px;text-align: center;
    color:#7D7D7D;border-radius:3px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
    font-weight: bold;
}
.ico_social{/*+26px*/
    background: url(../img/client/customer/social_ico.png) no-repeat;
    background-size: auto 29px;
}
.social_pane span{
    width: 27px;
    height: 26px;
    display: inline-block;
}
.social_pane .cust_social{
    display:inline-block;position:relative;
}
.ico_social_call{
    background-position: -1px -2px;
}
.ico_social_call_disable{
    background-position: -28px -2px;
}
.ico_social_weixin{
    background-position: -56px -2px;
}
.ico_social_weixin_disable{
    background-position: -83px -2px;
}
.ico_social_qq{
    background-position: -111px -2px;
}
.ico_social_qq_disable{
    background-position: -137px -2px;
}
.ico_social_mail{
    background-position: -164px -2px;
}
.ico_social_mail_disable{
    background-position: -191px -2px;
}
.ico_social_sms{
    background-position: -219px -2px;
}
.ico_social_sms_disable{
    background-position: -246px -2px;
}
.code{
    margin-bottom: 10px;
    padding: 15px 10px;
    background-color: #f5f7fa;
    color:#999;
    display: inline-block;
    line-height:18px;
}
.check_ok img, .check_fail img{
    width:15px;
    height:15px;
    margin: 0 0 2px 0;
}
.check_ok{
    font-size: 12px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height:30px;
    width:auto;
    text-align: center;
    border:none;
    color:#fff;
    background-color:#11cd6e;
    margin-left:10px;
}
.check_fail{
    font-size: 12px;
    border-radius: 15px;
    height:30px;
    width:auto;
    text-align: center;
    border:none;
    color:#fff;
    background-color:#eb4f38;
}
.btn_edit_quickreply{
    height: 20px;
}
.btn_edit_quickreply .webchat_quickreply{
    text-indent: -99999px;
    width: 18px;
    height: 20px;
    float: right;
    background: url('../img/client/customer/cust_edit_18.png') no-repeat;
    cursor: pointer;
    margin: 0 10px;
}
.control-field{
    position: relative;
    top:8px;
}
.sdk_download{
    margin-bottom: 8px;
    display: inline-block;
}
.sdk_download span{
    background-color: #19CAA6;
    color: white;
    display: inline-block;
    text-align: center;
    padding: 8px 12px;
    border-radius: 5px;
}

/*======customer_common_history======*/
.cus_history_option_header {
    height: 50px;
}
.history_list > .history_item{
    height: 40px;
    border-left: 2px solid #bebdc2;
    margin-left: 17px;
    position: relative;
    line-height: 1.3;
    color: #bebdc2;
}
.history_item:last-child{
    border: 0;
}
.history_list > .history_item:last-child .history_item_head{
    left: -19px;
}
.history_item:last-child:after{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background-color: #bebdc2;
    height: 30px;
}
.history_list  .history_item_head_data{
    padding-top: 9px;
}
.table_header_content{
    padding-top: 5px;
}
.history_list > .history_item .history_item_head{
    position: absolute;
    top: 10px;
    left: -20px;
    z-index: 2;
}
.history_list > .history_item  .history_item_head_icon{
    background: url(../img/contact_history/allstate.png?0506)  no-repeat center -2px;
    background-size: 22px;
    margin: 3px 0 0 7px;
    float: left;
    width: 24px;
    height: 24px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    content: "";
    background-color: #bebdc2;
}
/*callin，callout，business，chat，comment，mail，note，wx*/
.history_list > .history_item .callin_e{
    background-color: #0072bc;
}
.history_list > .history_item .callin_e,.history_list > .history_item .callin_d{
    background-position: center -30px;
}
.history_list > .history_item .callout_e,.history_list > .history_item .callout_d{
    background-position: center -2px;
}
.history_list > .history_item .callout_e{
    background-color: #3db5e9;
}
.history_list > .history_item .business_e,.history_list > .history_item .business_d{
    background-position: center -144px;
}
.history_list > .history_item .business_e{
    background-color: #f2aa58;
}
.history_list > .history_item .note_e,.history_list > .history_item .note_d{
    background-position: center -116px;
}
.history_list > .history_item .note_e{
    background-color: #6d8af2;
}
.history_list > .history_item .web_e,.history_list > .history_item .web_d{
    background-position: center -59px;
}
.history_list > .history_item .web_e,.history_list > .history_item .wx_e,.history_list > .history_item .mobile_e{
    background-color: #67d234;
}
.history_list > .history_item .wx_e,.history_list > .history_item .wx_d{
    background-position: center -88px;
}
.history_list > .history_item .mobile_e,.history_list > .history_item .mobile_d{
    background-position: center -171px;
}
.history_list > .history_item  .history_item_head_name {
    display: inline-block;
    margin: 9px ;
}
/*============common_history_end=======*/

.audio_img{
    height: 15px;
    margin-right: 15px;
}
.his_item{
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    line-height: 1.3;
    color: #666;
    border-radius:4px;
    margin-bottom:10px;
}
/*=======new login=======*/
.main_container{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NENDMzlGMjcwMkExMUU1ODVBRkE2RTU5OTU2OURFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NENDMzlGMzcwMkExMUU1ODVBRkE2RTU5OTU2OURFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQxRDJCOTc1NzAyODExRTU4NUFGQTZFNTk5NTY5REVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQxRDJCOTc2NzAyODExRTU4NUFGQTZFNTk5NTY5REVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+a4qHYQAAACdJREFUeNpi+v//PwMalmJiQAVSQPyMCV0AxGBCF4AJogiAAECAAQAy6hMWMGPb0wAAAABJRU5ErkJggg==");
}
.login_panel{
    float: none;
    margin: 0 auto;
    font-family: "lanLantinghei SC",Helvetica,"Microsoft Yahei", sans-serif;
    opacity: 0;
}
.load_value div,#login_extentype div,.login_logo,.loading_indicator_span{
    background: url(../img/login_bg.png?0807) no-repeat 0 0;
}
.load_value_none div{
    background: none;
}
.log_info label.loginName,.log_info label.password,.log_box .btn-block,.pro_list li a{
    background: url(../img/log_icon.png?1129) no-repeat center 0;
    background-size: 36px auto;
    background-position: 0 -2630px;
}
.login_logo{
    height: 150px;
    margin-bottom: 30px;
    background-position: center 18px;
    opacity: 0;
}
#login_phone_modal .modal-body p{
    margin-bottom:12px;
    color: #848892;
}
#login_phone_modal .modal-body p:before{
    display: inline-block;
    content: "\!";
    margin-right:6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #A2CEE5;
    text-align: center;
    line-height: 16px;
    font-weight: bolder;
    color: #fff;
}
#login_phone_modal .modal-body span[type="button"]{
    background:#67bb23;
    display:block;
    width:50px;
    height:25px;
    line-height:25px;
    text-align:center;
    margin:0 auto;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
}
#login_phone_modal .modal-body input[type="text"]{
    width:216px;
    height:30px;
    text-indent:1em;
    margin-bottom:18px;
    border-radius:3px;
    background: #F2F5FA;
}
#login_phone_modal_tip .modal-body p{
    margin-bottom:12px;
    color: #848892;
}
#login_phone_modal_tip .modal-body p:before{
    display: inline-block;
    content: "\!";
    margin-right:6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #A2CEE5;
    text-align: center;
    line-height: 16px;
    font-weight: bolder;
    color: #fff;
}
#login_phone_modal_tip .modal-body span[type="button"]{
    background:#67bb23;
    display:block;
    width:50px;
    height:25px;
    line-height:25px;
    text-align:center;
    margin:0 auto;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
}
#login_phone_modal_tip .modal-body input[type="text"]{
    width:216px;
    height:30px;
    text-indent:1em;
    margin-bottom:18px;
    border-radius:3px;
    background: #F2F5FA;
}
#login_work_phone_modal .modal-body p{
    margin-bottom:12px;
    color: #848892;
}
#login_work_phone_modal .modal-body p:before{
    display: inline-block;
    content: "\!";
    margin-right:6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #A2CEE5;
    text-align: center;
    line-height: 16px;
    font-weight: bolder;
    color: #fff;
}
#login_work_phone_modal .login_work_phone_modal_btn{
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#login_work_phone_modal .modal-body .login_work_phone_modal_btn span {
    background:#67bb23;
    display:block;
    width:50px;
    height:25px;
    line-height:25px;
    text-align:center;
    margin:0 auto;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    float: left;
}
#login_work_phone_modal .modal-body .login_work_phone_modal_btn span:nth-of-type(1) {
    background: white;
    color: black;
    border: 1px solid #ccc;
}
#login_work_phone_modal .modal-body span[type="button"]{
    background:#67bb23;
    display:block;
    width:50px;
    height:25px;
    line-height:25px;
    text-align:center;
    margin:0 auto;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    float: left;
}
#login_work_phone_modal .modal-body input[type="text"]{
    width:216px;
    height:30px;
    text-indent:1em;
    margin-bottom:18px;
    border-radius:3px;
    background: #F2F5FA;
}
#login_work_phone_modal_tip .modal-body p{
    margin-bottom:12px;
    color: #848892;
}
#login_work_phone_modal_tip .modal-body p:before{
    display: inline-block;
    content: "\!";
    margin-right:6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #A2CEE5;
    text-align: center;
    line-height: 16px;
    font-weight: bolder;
    color: #fff;
}
#login_work_phone_modal_tip .login_work_phone_modal_btn{
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#login_work_phone_modal_tip .modal-body .login_work_phone_modal_btn span {
    background:#67bb23;
    display:block;
    width:50px;
    height:25px;
    line-height:25px;
    text-align:center;
    margin:0 auto;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    float: left;
}
#login_work_phone_modal_tip .modal-body .login_work_phone_modal_btn span:nth-of-type(1) {
    background: white;
    color: black;
    border: 1px solid #ccc;
}
#login_work_phone_modal_tip .modal-body span[type="button"]{
    background:#67bb23;
    display:block;
    width:50px;
    height:25px;
    line-height:25px;
    text-align:center;
    margin:0 auto;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    float: left;
}
#login_work_phone_modal_tip .modal-body input[type="text"]{
    width:216px;
    height:30px;
    text-indent:1em;
    margin-bottom:18px;
    border-radius:3px;
    background: #F2F5FA;
}
@keyframes myprofadein{
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes myprofadein{
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes myprofadeout{
    from {top: 50%;opacity: 1;}
    to {top: 20%;opacity: 0;}
}
@-webkit-keyframes myprofadeout{
    from {top: 50%;opacity: 1;}
    to {top: 20%;opacity: 0;}
}
.load_value{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
}
.load_value div{
    width: 100px;
    height: 100px;
    background-position: center 0;
    animation:myprofadein 1s infinite alternate;
    -webkit-animation:myprofadein 1s infinite alternate;
    animation-timing-function:cubic-bezier(0.42,0,0.58,1);
    -webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);
}
.login_logo a{
    display: block;
    height: 100%;
    width: 225px;
    margin: 0 auto;
}
.log_box{
    position: relative;
    margin: 0 20px;
    width: 470px;
    height: 200px;
    background: #4d637b;
    border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.35);
}
.log_box .btn-block{
    position: absolute;
    top: 50%;
    margin-top: -31px;
    right: -31px;
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background-color: #67bb23;
    background-size: 50px auto;
    background-position: center -258px;
    border: 0;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,.25);
}
.log_info{
    padding: 22px 45px 0 35px;
    height: 200px;
    border-radius: 0 6px 6px 0;
    background: -webkit-gradient(linear, left top, right top, from(#c5c6c7), to(#fff), color-stop(1.2%, #fff));
    background: -moz-linear-gradient(left, #c5c6c7, #fff 3px);
}
.log_info h3{
    font-size: 16px;
    color: #838893;
    line-height: 36px;
    font-weight: normal;
}
.log_info label.loginName,.log_info label.password{
    margin-bottom: 15px;
    padding-left: 32px;
    border: 1px solid #eaeff2;
    border-radius: 1px;
    background-color: #f2f5fa;
    background-position: 0 -224px;
}
.log_info label.password{
    background-position: 1px -253px;
}
#login_loginName,#login_password,.log_info input:-webkit-autofill{
    box-shadow: 0 0 0 1000px #f2f5fa inset;
    outline: none;
    background: #f2f5fa;
    border: 1px solid #f2f5fa;
    border-radius: 0;
}
.log_info input:focus:invalid:focus{
    border-color: #f2f5fa;
    box-shadow: 0 0 0 1000px #f2f5fa inset;
}
#login_extentype{
    position: absolute;
    width: 38px;
    padding-top:5px;
    left: 183px;
    top: 0;
}
#login_extentype div{
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 14px;
    list-style: none;
    border-radius: 19px;
    background-color: #b9c9d8;
    background-position: 6px -130px;
    z-index: 1;
    box-shadow: -1px -1px 1px #c8d8e6 inset,1px 1px 1px #a8b5c1 inset;
}
#login_extentype input:checked div{
    background-color: #67bb23;
}
#login_extentype div.gateway{
    background-position: -31px -130px;
}
#login_extentype div.sip{
    background-position: -113px -129px;
}
#login_extentype div.worPhone{
    background-position: -150px -129px;
}
#login_extentype div p{
    display: none;
    position: absolute;
    width: 160px;
    left: -167px;
    top: 20px;
    color: #d8e9fb;
    font-size: 10px;
    line-height: 16px;
    text-align: justify;
}
#login_extentype div p b{
    display: block;
    line-height: 24px;
    font-size: 16px;
}
#login_extentype div p span{
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8e9fb;
    line-height: 20px;
}
#login_extentype input{
    opacity: 0;
}
#login_extentype input{
    position: absolute;
    width: 38px;
    height: 38px;
    margin-top: 14px;
    z-index: 3;
    cursor: pointer;
}
#login_extentype input:checked + div{
    background-color: #67bb23;
    box-shadow: -1px -1px 0 #5aa91b inset,1px 1px 0 #76cb31 inset;
}
#login_extentype input:checked + div>p{
    display: block;
}
.log_info .checkbox{
    padding: 0;
    margin: 0;
}
.log_info input[name="remember"],.log_info input[name="login_busyType"]{
    float: none;
    margin-left: -7px;
    opacity: 0;
    height: 12px;
}
.log_info .checkbox input[name="remember"] + span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 0 1px #939393;
}
.log_info .checkbox input[name="login_busyType"] + span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    background-image:-webkit-gradient(radial, 4 4, 1, 4 4, 4, from(#f6ba64), to(#f36309), color-stop(90%, #f36309));
    background-image: -moz-radial-gradient(top, #f6ba64, #f36309);
}
.log_info .checkbox input:checked[name="remember"] + span{
    background-color: #6db924;
}
.log_info .checkbox input:checked[name="login_busyType"] + span{
    background-image:-webkit-gradient(radial, 4 4, 1, 4 4, 4, from(#85d644), to(#66b12b), color-stop(90%, #67bb23)) ;
    background-image: -moz-radial-gradient(top, #85d644, #67bb23);
}
.soft_down{
    height: 110px;
    padding-top: 10px;
    color: #b9c9d8;
    line-height: 26px;
}
.soft_down span{
    display: inline-block;
    padding: 0 8px;
}
.soft_down a{
    color: #b9c9d8;
}
.pro_list{
    height: 60px;
    padding: 3px 0px 20px;
    text-align: center;
}
.pro_list li{
    list-style: none;
    display: inline-block;
    padding: 0 22px;
}
.pro_list li a{
    display: block;
    width: 62px;
    height: 56px;
    background-size: 48px auto;
}
.pro_list li a:hover{
    -webkit-filter: brightness(2);
    filter: brightness(2);
    opacity: .8;
}
.pro_list li.ykf a{
    background-position: center 0;
}
.pro_list li.ydx a{
    background-position: center -63px;
}
.pro_list li.yzj a{
    background-position: center -128px;
}
.pro_list li.sphy a{
    background-position: center -190px;
}
.log_footer{
    color: #2d3743;
    /*text-shadow: 0 1px 1px #6b8199;*/
    -webkit-filter: drop-shadow(1px 1px 1px #6b8199);
    white-space: nowrap;
}
html,body{
    margin:0;
    padding:0;
    height: 100%;
    background-image: -webkit-gradient(radial, 44% 30%, 50, 44% 35%, 400, from(#5d738d), to(#3f556d), color-stop(90%, #3f556d));
    background-image: -moz-radial-gradient(top, #5d738d, #3f556d);
}
#softphone_phonestate_dropdown a.btn-success{
    background: #84bc25;
}
#softphone_phonestate_dropdown a.btn-success:hover{
    background: #9cd836;
}
#softphone_phonestate_dropdown a.btn-danger{
    background: #e4433b;
}
#softphone_phonestate_dropdown a.btn-danger:hover{
    background: #f67872;
}
#softphone_phonestate_dropdown a.btn-warning{
    background: #ea9738;
}
#softphone_phonestate_dropdown a.btn-warning:hover{
    background: #f5ae5b;
}
#softphone_phonestate_dropdown img.state_line{
    width: 0;
    height: 16px;
    border-left: 1px solid #fff;
}
.loading_indicator_span{
    width: 48px;
    height: 48px;
    background-position: -67px -208px;
    left: 50%;
    top: 2px;
    margin: 0 0 0 -25px;
    padding: 0;
}
.dload{
    animation:myprofadein 1s infinite alternate;
    -webkit-animation:myprofadein 1s infinite alternate;
    animation-timing-function:cubic-bezier(0.42,0,0.58,1);
    -webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);
}
.gray7b{
    color: #7b7b7b;
}
.result_info{
    float: left;
    margin: 0;
    font-size: 12px;
    color: #7b7b7b;
    line-height: 26px;
}
.cust_item_col {
    line-height: 25px;
    position: relative;
    clear: both;
}
.cust_item_col .field {
    display: inline-block;
    width: 110px;
    text-align: right;
    padding-right: 15px;
    vertical-align:top;
}
.cust_item_col .info {
    display: inline-block;
    width: 80%;
}
*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-info{
    min-height: 440px;
}
.modal{
    min-width: 560px;
    width: auto;
}
.table-bordered{
    border-collapse: collapse;
    color: #8c8c8c;
}
.table-bordered th,
.table-bordered td {
    border-left: 0;
}
.table-bordered th{
    background: #f6f4f8;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child,.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child{
    border-radius: 0;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
    border-left: 1px solid #ddd;
}
.table-bordered th:last-child,
.table-bordered td:last-child {
    border-right: 1px solid #ddd;
}
.table th, .table td{
    padding: 4px 5px 4px 20px;
}
.item_col {
    position: relative;
    clear: both;
}
.item_col .field,.item_col .info {
    display: inline-block;
    vertical-align:top;
    font-size: 14px;
}
.account_base,.cdr_base,.km_base{
    padding: 20px 35px 0;
}
.account_base .alert{
    border-radius: 1px;
}
.base_info_box{
    margin: 0;
}
.base_info_inner{
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 10px 6%;
    color: #8c8c8c;
    line-height: 24px;
}
.base_info_box > .alert-block{
    line-height: 18px;
    word-break: break-all;
    padding: 8px 14px;
}
.base_info_box span[class*="dentity_"]{
    color: #fff;
    line-height: 18px;
    display: inline-block;
    padding: 0 3px;
    background: #e6e6e6;
}
.dentity_failure{
    background: #e03636;
}
.dentity_success{
    background: #a1e036;
}
.base_info_inner h3{
    font-size: 48px;
    font-weight: normal;
    color: #454545;
    line-height: 70px;
    font-family: "Microsoft Yahei";
}
.custom_wallet{
    border: 1px solid #e6e6e6;
    border-top: 0;
    margin-top: 10px;
    padding: 10px 6%;
    background: #e6e6e6;
    line-height: 30px;
}
.custom_alance{
    padding: 5px 0 10px;
}
.custom_alance .pull-right{
    padding-top: 5px;
}
.custom_alance > .field,.custom_alance > .info{
    font-size: 28px;
}
.custom_alance > .accFee{
    color: #f0ad4e;
}
.custom_alance > .accOweFee{
    color: #ff6c65;
}
[class*="img_action_"],.btn-delete,.refresh a.ajaxed,.show_result ul li:hover label,.set_result ul li:hover span.set_add,.my-contact li span,.card_row_title .cdr-call-customer,.dialout_button{
    display: inline-block;
    background: url(../img/nav/do_action_icon.png?0617) no-repeat 0 0;
    background-size: 100%;
}
.dialout_button{
    -webkit-filter: brightness(2);
    width:20px;
    height:20px;
    background-position: 0 -178px;
    background-size:100%;
    margin:2px 0 0 16px;
}
.dialout_wrap{
    border:1px solid #2C96C5;
    border-radius:2px;
    position:relative;
}
.dialoutPopoverHtml+.popover{
    max-width:330px;
    min-width:300px;
}
.dialout_wrap:after,#cdr_history-item li:after,.add-memory-ability:after, #double_cdr_history-item li:after{
    content:"";
    display:block;
    clear:both;
}
.add-memory-ability .memory-time{
    display:inline-block;
    height:25px;
    line-height:25px;
    padding-left:4px;
}
#cdr_history-item li{
    white-space:nowrap;
    padding-top:10px;
    min-width:230px;
}
#double_cdr_history-item li {
    white-space:nowrap;
    padding-top:10px;
    min-width:300px;
}
#cdr_history-item .cdr-history-phone, #double_cdr_history-item .cdr-history-phone{
    max-width: 8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}
#cdr_history-item li div, #double_cdr_history-item li div{
    display:inline-block;
}
#dialout_input_pop{
    width:226px;
    height:24px;
    box-sizing:border-box;
    border:none;
}
.dialout_button_wrap{
    position:absolute;
    width:50px;
    height:24px;
    background-color:#2C96C5;
    right:0;
    top:0;
    cursor:pointer;
}
.cdr_history-wrap{
    font-size:14px;
}
.cdr_history-icon img{
    width:15px;
    padding-bottom:3px;
}
.cdr_history-time{
    padding-left:4px;
    color:#C2C2C2
}
.cdr_history-dialout{
    color:#7FD9C7;
    padding-left:6px;
    cursor:pointer;
}
.cdr_history-name{
    max-width:5em;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    vertical-align:bottom;
}
#phone-num-autoComplate{
    margin:-2px 0 10px;
    font-size:14px;
    display:none;
}
#phone-num-autoComplate li{
    padding:4px 0;
    color:#C2C2C2;
    text-indent:14px;
    cursor:pointer;
    background:#fff;
}
#phone-num-autoComplate li.active,#phone-num-autoComplate li:hover{
    background-color:#E8F5FC
}
[class*="img_action_"]{
    cursor: pointer;
}
[class*="text_action_"]{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}
.img_action_edit{
    width: 16px;
    height: 16px;
}
.text_action_blue{
    color: #37b5ed;
    margin-left: 11px;
}
.text_action_blue:hover{
    color: #005580;
}
table .text_action_blue{
    font-size: 12px;
    margin: 0 11px 0 0;
}
.custom_wallet .btn{
    padding: 4px 20px;
    background: #a1e036;
}
.new-nav-tabs{
    float: left;
    width: 100px;
    height: 100%;
    border-right: 1px solid #b6b6b6;
    border-bottom: 0;
    text-indent: 15px;
    margin-bottom: 0;
    overflow-y: auto;
}
.new-nav-tabs > li{
    float: none;
    white-space: nowrap;
    border-bottom: 1px solid #b6b6b6;
}
.new-nav-tabs > li > a{
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 45px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-nav-tabs > li>.crm_popover_left{
    padding-right: 32px;
}
.new-nav-tabs > li.active a{
    color: #fff;
    background: #798a9e;
    text-decoration: none;
}
.new-nav-tabs a{
    color: #454545;
}
.panel-heading,.diction-head{
    height: 21px;
    padding-bottom: 8px;
    color: #454545;
    line-height: 21px;
}
.panel-heading > .btn{
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0 10px;
    position: relative;
}
.btn-add,.do_action_cancel,.btn-blue,.refresh a.ajaxed,.img_action_turn,.img_action_more,.img_action_invite,.img_action_stop,.img_action_grab,.chat_action_cancel,.chat_action_refuse,.btn-gray,#btn-select a,.btn-callback,.img_action_email_resolve,.btn-blackishGreen{
    padding: 0 14px;
    margin-right: 5px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -.5px -.5px .5px rgba(0,0,0,0.15) inset;
    text-decoration: none;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    line-height: 21px;
}
.btn-blue,.btn-gray,.btn-blackishGreen,.btn-red{
    line-height:22px;
}
.btn-add,.do_action_cancel,.btn-blue,.refresh a.ajaxed,.img_action_turn,.img_action_more,.img_action_invite,.img_action_stop,.img_action_grab,.chat_action_cancel,.chat_action_refuse,.btn-gray,#btn-select a,.btn-callback,.img_action_email_resolve {
    background-color: #37b5ed;
}
.btn-red{
    background-color: rgba(255, 0, 0, 0.69);
}
.btn-blackishGreen{
    background:#84BC25;
}
.do_action_cancel,.img_action_more{
    background-color: #e9e7ec;
    color: #898989;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.img_action_more{
    background-size: 20px auto;
    background-position: right -604px;
}
.img_action_more:after{
    width: 10px;
    height: 14px;
    content: "\ ";
    display: inline-block;
}
.btn-add:hover,.btn-blue:hover,.refresh a.ajaxed:hover,.img_action_turn:hover,.img_action_invite:hover,.chat_action_cancel:hover,.chat_action_accept:hover,.chat_action_refuse:hover,.img_action_stop:hover,.img_action_grab:hover,.btn-gray:hover,#btn-select a:hover,.btn-blackishGreen:hover{
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}
.btn-add:active,.btn-blue:active,.refresh a.ajaxed:active,.img_action_turn:active,.img_action_invite:active,.chat_action_cancel:active,.chat_action_accept:active,.chat_action_refuse:active,.img_action_stop:active,.img_action_grab:active,.btn-gray:active,#btn-select a:active,.btn-blackishGreen:active{
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-blue:focus{
    background-color: #37b5ed;
    color: #fff;
}
.btn-add,.btn-callback{
    padding: 0 6px;
}
.btn-add:before {
    content: "\2b";
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    font-family: Arial;
}
.glyphicon-question-sign {
    display: block;
    width: 18px;
    height: 18px;
    background: #37b5ed;
    color: #fff;
    border-radius: 9px;
    font-family: "Arial",sans-serif;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}
.glyphicon-question-sign:hover {
    text-decoration: none;
}
.glyphicon-question-sign:before {
    content: "\?";
}
.table tbody + tbody{
    border-top: 1px;
}
.zhichi,.xiaoai{
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 7px;
    background: url(../img/logo_robot.png) no-repeat 0 0;
    background-size: 100%;
}
.xiaoai{
    background-position: 0 -19px;
}
.sub-right{
    padding: 0 0 12px 12px;
    border-left: 1px solid #e6e6e6;
}
#view_company_identity .table td{
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}
#view_company_identity .table-hover > tbody > tr:hover > td,
#view_company_identity .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
#view_config_quality_check_template .left_column{
    margin-right:34px;
}
#view_config_quality_check_template .sub-right{
    padding:0 0 12px 34px;
}
ul.sub-nav{
    padding: 25px 0 0 10px;
    background: #f2f2f2;
    border-bottom: 2px solid #d7d7d7;
    list-style: none;
    white-space: nowrap;
}
ul.sub-nav:after{
    content:'';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
ul.sub-nav li{
    float: left;
    margin-left: 15px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    margin-bottom: -2px !important;
}
ul.sub-nav li.active{
    border-bottom: 2px solid #083f5d;
}
ul.sub-nav a{
    color: #828282;
    text-decoration: none;
}
ul.sub-nav li.active>a{
    color: #083f5d;
    text-decoration: none;
}
.sub-right .right_content_pane{
    padding: 0;
}
.refresh a.ajaxed,.contacts_caption .caption-top .refresh a.ajaxed,.img_action_turn,.img_action_invite{
    display: inline-block;
    background-color: #e9e7ec;
    background-position: -1px -56px;
    background-size: 50%;
    padding: 0 5px 0 23px;
    color: #898989;
    overflow: hidden;
    border-color: #e9e7ec;
    height: 21px;
    line-height: 21px;
    text-shadow: 0 0 0;
    text-decoration: none;
}
.btn-gray{
    color: #454545;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
    border-color: #e9e7ec;
    background-color: #e9e7ec;
}
.img_action_turn{
    float: left;
    padding: 0 10px 0 28px;
    background-size: 15px auto;
    background-position: 7px -253px;
    vertical-align: bottom;
}
.img_action_stop,.img_action_email_resolve{
    display: inline-block;
    padding: 0 5px 0 23px;
    background-position: 5px -237px;
    background-size: 13px auto;
    border: 0;
    vertical-align: bottom;
}
.contacts_caption .caption-top .refresh a.ajaxed::before{
    background-image: none;
}
.asth{
    background: #f6f4f8;
    line-height: 20px;
    padding: 4px 0 4px 20px;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #8c8c8c;
    font-weight: bold;
}
.set_details{
    max-height: 465px;
    border: 1px solid #ddd;
    color: #454545;
    overflow-y: auto;
}
.set_details .row_item{
    padding: 0 20px;
}
.set_details .row_item label{
    width: 70px;
    text-align: left;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.mr20{
    margin-right: 20px;
}
ul,li{
    list-style: none;
}
.show_result{
    margin: 10px 3px 10px 0;
    overflow: auto;
    clear: both;
}
.show_result li{
    display: none;
}
.queue_toggle_panel{
    padding: 20px 0 0 20px;
    border: 1px solid #ddd;
    border-top: 0;
}
.set_result{
    max-height: 200px;
    margin: 10px 3px 0 0;
    overflow: auto;
}
.show_result ul li{
    float: left;
    width: 24%;
    height: 28px;
    margin-right: 1%;
    white-space: nowrap;
    overflow: hidden;
}
.set_result ul li{
    float: left;
    width: 24%;
    margin-right: 1%;
    white-space: nowrap;
    padding-bottom: 3px;
    overflow: hidden;
}
select.set_value{
    float: left;
    width: 70px;
    margin: 0 5px;
}
.set_name{
    float: left;
    margin-right: 5px;
}
.show_result .set_name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:27px;
}
.set_details .row_item .show_result ul li label,.set_result ul li span.set_add{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: 99em;
    overflow: hidden;
    cursor: pointer;
    background-size: 70%;
    background-position: center -43px;
}
.set_result ul li:hover span.set_add{
    background-size: 70%;
    background-position: center -62px;
}
.show_result ul li label input{
    float: none;
    margin-left: -7px;
    opacity: 0;
    height: 12px;
}
input.img_action_search{
    padding-left: 30px;
    background-size: 14px auto;
    background-position: 6px -79px;
}
.pd0 {
    padding: 0;
}
.mr0,.row-fluid .mr0{
    margin: 0;
}
#main_container,.full_height,#view_nav_report .tabbable,#view_nav_config .tabbable,#view_nav_url_interface .tab-pane,.right_container,#view_nav_monitor .tabbable,#view_nav_sms .tabbable,#view_nav_km .tabbable{
    height: 100%;
    overflow: hidden;
}
#view_nav_km .new-nav-tabs,#view_advanced_config > .tab-pane,#view_customer_main > .tab-pane,#customer_sale_chance_info_pane{
    display: none;
}
#ivrMain .tabbable{
    overflow: visible;
}
#view_customer_list_content,.ovauto,.new-nav-tabs + .tab-content,#view_config_channel{
    height: 100%;
    overflow-y: auto;
}
#view_advanced_config > .active,#view_customer_main > .active{
    display: block;
}
.tab-content,.ovauto{
    overflow-y: auto;
    overflow-x: hidden;
}
/*#view_customer_list_content{
    overflow-y: hidden;
}*/
.right_content_pane .right_head{
    border: none;
    margin-top: 3px;
}
.control-head{
    height: 30px;
    width: 48%;
    background: #F6F4F8;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    color: #8c8c8c;
}
.control-labels{
    width: 100%;
    border: 1px solid #ddd;
}
.control-labs{
    padding-top: 5px;
    width: 48%;
    border-right: 1px solid #ddd;
}
.img-none{
    background-image: none;
}
.btn-center{
    text-align: center;
}
.btn-blue:hover,.btn-primary:active{
    background: #37B5ED;
    color:white;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.line-34{
    line-height: 34px;
}
@media all and (min-width:1440px){
    html{font-size:108%;}
    .media-width{
    }
    .show_result ul li,.set_result ul li{
        width: 141px;
        margin-right: 8px;
    }
}
@media all and (max-width: 1400px) {
    #module_list .diction-head{
        width: 930px;
    }
}
.workbench-title,.monitor-title{
    border-bottom: 1px solid #f1f1f2;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    clear: both;
    font-weight: normal;
}
.workbench-title h3{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.my-info{
    margin-bottom: 20px;
}
.my-info li{
    float: left;
    margin-right: 10px;
    font-size: 16px;
    line-height: 50px;
}
.my-info li.my-info-photo{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-size: 100%;
    cursor: pointer;
    overflow: hidden;
}
.my-info li.my-info-photo img{
    width: 50px;
    border-radius: 25px;
}
.my-info li.my-info-name{
    font-size: 20px;
}
.my-contact li{
    float: left;
    margin: 16px 0 0 20px;
    white-space: nowrap;
    line-height: 17px;
}
.my-contact li span{
    float: left;
    display: inline-block;
    width: 17px;
    height: 19px;
    margin-right: 6px;
}
.my-contact li.my-contact-email span{
    background-position: 0 -124px;
}
.my-contact li.my-contact-pnum span{
    background-position: 0 -151px;
}
.card_row_title .cdr-call-customer{
    background-position: 0 -125px;
    display: inline-block;
    -webkit-filter: brightness(0);
    margin:1px -6px 0 8px;
    opacity:.8;
}
.workbench-inbound,.workbench-outbound{
    width: 47%;
    height: 130px;
    margin-bottom: 25px;
    background: #3394be;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: .5px .5px .5px rgba(0, 0, 0, 0.25);
}
.workbench-inbound{
    background-color: #5caacc;
    float: left;
    margin-left: 6%;
}
.bound-card-top{
    height: 100px;
    color: #fff;
}
.bound-card-bottom{
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #edeaf0;
    border-radius: 0 0 4px 4px;
    color: #898989;
    white-space: nowrap;
}
.bound-card-bottom span{
    display: inline-block;
    padding: 0 16px 0 6px;
    color: #454545;
}
.bound-num{
    padding: 15px 15px 0 0;
    font-size: 40px;
    text-align: right;
}
.bound-num dt{
    line-height: 30px;
    padding-bottom: 5px;
    -webkit-font-smoothing: antialiased;
}
.bound-num dd{
    font-size: 14px;
    line-height: 18px;
}
.bound-icon,.today-communication li span.communicat-time i,.today-webchat-analysis dt{
    background: url(../img/contact_history/allstate-big.png?1112)  no-repeat center;
    background-size: 100%;
}
.bound-icon{
    width: 20px;
    height: 20px;
    margin: 15px 0 0 15px;
}
.workbench-inbound .bound-icon{
    background-position: center 0;
    opacity: .6;
}
.workbench-outbound .bound-icon{
    background-position: center -29px;
    opacity: .5;
}
.today-details{
    clear: both;
}
.today-communication{
    line-height: 17px;
    max-height: 115px;
    overflow-x: hidden;
    overflow-y: auto;
}
.today-communication li{
    clear: both;
    white-space: nowrap;
    height: 17px;
    padding-bottom: 6px;
    color: #898989;
    line-height: 17px;
}
.today-communication li span{
    display: inline-block;
    margin-left: 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 19px;
}
.today-communication li span{
    display: inline-block;
    margin-left: 6%;
}
.today-communication li span.communicat-time{
    width: 22%;
    margin-left: 0;
    color: #7ee34d;
}
.today-communication li.emergency-top span.communicat-time{
    color: #fa6a6a;
}
.today-communication li.emergency-less span.communicat-time{
    color: #ea9738;
}
.today-communication li span.communicat-time i{
    display: inline-block;
    float: left;
    width: 16px;
    height: 17px;
    margin-right: 6px;
    background-color: #7ee34d;
    background-position: 0 -45px;
}
.today-communication li.emergency-top span.communicat-time i{
    background-color: #fa6a6a;
}
.today-communication li.emergency-less span.communicat-time i{
    background-color: #ea9738;
}
.today-communication li span.communicat-name{
    width: 19%;
    color: #38b5ed;
    cursor: pointer;
}
.today-communication li span.communicat-remarks{
    width: 47%;
}
.today-analysis{
    width: 47%;
}
.red{
    color: #fa6060;
}
.orange{
    color: #ea9738;
}
.green{
    color: #84bc25;
}
.today-analysis ul.today-agent-task-analysis{
    max-height: 190px;
    overflow-y: auto;
}
.today-analysis ul li,.today-analysis dl{
    float: left;
    width: 50%;
}
.today-analysis ul.today-customer-analysis li{
    width: 24%;
    margin-right: 1%;
}
.today-analysis ul{
    margin-bottom: 15px;
}
.today-analysis ul li{
    padding-bottom: 15px;
}
.today-analysis ul li dl{
    padding-bottom: 30px;
}
.today-analysis ul li span{
    margin-left: 10px;
}
.today-analysis dl dt{
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    overflow: hidden;
    background-size: 38px auto;
}
.today-analysis dl.weixin-analysis dt{
    background-color: #7ee34d;
    background-position: center -168px;
}
.today-analysis dl.web-analysis dt,.today-analysis dl.app-analysis dt{
    background-color: #38b5ed;
    background-position: center -190px;
    background-size: 34px auto;
}
.today-analysis dl.app-analysis dt{
    background-position: center -165px;
    background-size: 24px auto;
}
.today-analysis dl.email-analysis dt{
    background-position: center -284px;
    background-size: 32px auto;
    background-color: #15bce5;
}
.today-analysis dl.null dt{
    background-color: #898989;
}
.today-analysis dl dd{
    color: #898989;
    white-space: nowrap;
}
.today-analysis dl dd span.analysis-pieces{
    font-size: 20px;
    line-height: 28px;
}
.today-analysis dl dd span.analysis-title{
    display: inline-block;
    float: left;
    width: 65px;
    font-size: 14px;
}
.today-analysis dl dd span.analysis-percent{
    font-size: 14px;
    margin: 0;
}
.clearFloat:before,.clearFloat:after{
    content:"";
    display:block
}
.clearFloat:after{
    clear: both;
}
.bg-img-none{
    background-image: none;
}
.btn-blueA{
    padding: 0 5px;
    margin-right: 5px;
    background-color: #37b5ed;
    border: 1px solid #34a4d6;
    border-radius: 2px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    line-height: 21px;
    text-decoration: none;
}
#frm_serviceno_search label{
    font-weight: bold;
}
#frm_licence_update .form-group{
    line-height: 27px;
    margin-bottom: 10px;
}
#frm_licence_update .form-group label{
    margin-right: 20px;
    font-weight: bold;
}
#control-labs-app,#control-labs-email,#control-email-idiograpg{
    padding-top: 5px;
    width: 500px;
    border: 1px solid #ddd;
    border-top: none;
}
#control-labs-app .row_item,#control-labs-email .row_item,#control-email-idiograpg .row_item{
    margin-top: 15px;
    margin-bottom: 5px;
}
#control-labs-app .row_item label,#control-labs-email .row_item label,#control-email-idiograpg .row_item label{
    width: 115px;
    padding: 0;
    margin-right: 10px;
}
#control-labs-app .row_item:last-child,#control-labs-email .row_item:last-child,#control-email-idiograpg .row_item:last-child{
    text-align: center;
}
#control-labs-email select,#control-email-idiograpg select{
    width: 214px;
}
#exit{
    height: 100%;
    width: 44px;
    background: url(../img/nav/exit.png) no-repeat center;
    background-size: 24px 24px;
    margin-right: 5px;
}
#exit a{
    display: block;
    height: 100%;
    width: 100%;
}
#top_user_bg{
    background: url(../img/nav/nav_menu1.png?0813) no-repeat;
    background-position: 0 -264px;
    background-size: 20px auto;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    margin-right: 5px;
}
.phone-numA div,#my_queue_info div,.my_queue_webchat div,.my_queue_email div{
    display: inline-block;
    height: 19px;
    background: url(../img/nav/nav_menu.png?0813) no-repeat;
    background-position: 0 -202px;
    background-size: 18px auto;
    padding-left: 23px;
    line-height: 20px;
}
#my_queue_info div{
    padding-left: 26px;
    background-size: 22px auto;
    background-position: 0 -315px;
}
.my_queue_webchat div{
    background-position: 0 -308px;
}
.my_queue_email div{
    background-position: 0 -127px;
}
.top_head_rightA{
    padding: 18px 0 10px;
    color: #7CA8C9;
    margin-right: 14px;
}
#top_local{
    margin-top: 11px;
}
/*新增小号*/
.com_top_small_status{
    /*color: aliceblue;*/
    display: none;
    margin: 11px 10px 10px;
}
/*新增小号*/
.com_top_lsmall{
    height: 30px;
    line-height: 30px;
}
.double_call_status {
    height: 30px;
    line-height: 30px;
}
/* 新增双呼 */
.com_top_double_status {
    /*color: aliceblue;*/
    display: none;
    margin: 11px 10px 10px;
}
.top_lA{
    height: 30px;
    border-left: 1px solid #7BA7C8;
    line-height: 30px;
}
#top_local a,.com_top_small_status .com-small_status_oa{
    color: #7BA7C8;
}

#top_local a,.com_top_double_status .com-small_status_oa{
    color: #7BA7C8;
}

.table th.cdr-operation,.table td.cdr-operation{
    width: 100px;
    padding-left: 0;
    text-align: center;
}
.table th.smtd,.table td.smtd{
    width: 5em;
    text-align: right;
}
.table th.smmtd,.table td.smmtd{
    width: 6em;
}
#monitor_peer{
    margin-bottom:180px;
}
#monitor_peer th{
    white-space: nowrap;
}
.table td.cdr-operation{
    padding: 0;
}
.cur_pointer{
    cursor: pointer;
}
.op-group{
    position: relative;
    width: 100px;
    height: 26px;
    background: url(../img/nav/do_action_icon.png?0617) no-repeat center -305px;
    background-size: 30%;
}
.op-group ul{
    position: absolute;
    display: none;
    width: 88px;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -39px;
    line-height: 22px;
    text-align: center;
    background-color: #edeaf0;
    cursor: pointer;
    border: 2px;
    overflow: hidden;
    z-index: 2;
    color: #37b5ed;
}
#monitor_peer tr:nth-last-child(1) .op-group ul,#monitor_peer tr:nth-last-child(2) .op-group ul,#monitor_peer tr:nth-last-child(3) .op-group ul,#monitor_peer tr.trvis:nth-last-child(1) .op-group ul{
    top: -100px;
}
.op-group:hover ul{
    display: block;
    z-index: 3;
}
.op-group:hover ul li:hover{
    background-color: #37b5ed;
    color: #fff;
}
.op-group ul li.disabled{
    color: #8c8c8c;
}
.op-group ul li.disabled:hover{
    background-color: #edeaf0;
    cursor: not-allowed;
    color: #454545;
}
.monitor_sort,.monitor_sort_up,.monitor_sort_down{
    display: inline-block;
    width: 9px;
    height:15px;
    background: url(../img/nav/do_action_icon.png?0617) no-repeat center -105px;
    background-size: 100%;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.monitor_sort_up,.monitor_sort_down{
    height: 7px;
}
.monitor_sort_down{
    background-position: center -112px;
}
.cdr-status span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #bfbebf;
}
.cdr-status span.cdr-green{
    background-color: #a1e036;
}
.cdr-status span.cdr-red{
    background-color: #ff6c65;
}
.cdr-status span.cdr-orange{
    background-color: #f69222;
}
.width-500{
    width: 500px;
}
#time_type select{
    border: 0;
    width: auto;
    padding: 3px 0;
    height: 22px;
    min-height: 1px;
    margin-right: 5px;
    background: url(../img/phoneBar/person_monitor_line.png) repeat-y right 0;
    -webkit-filter: grayscale(100%);
}
#time_type select:last-child{
    background: none;
}
#btn-select a{
    background-image: none;
}
.nav_header {
    font-size: 14px;
    width: 100%;
}
.nav_header li{
    display: block;
    text-align: center;
    font-weight: bold;
}
.margin_none{
    margin: 0;
}
#endsession,#email_end_session{
    height: auto;
    background: #e5e5e5;
    width:621px;
    min-width: 200px;
}
#endsession .modal-body,#email_end_session .modal-body{
    padding:15px 30px;
}
.modal-header{
    position: relative;
}
.modal-header button{
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 10;
}
#tab-Content {
    margin-top: 20px;
    width: 84%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height:148px;
    overflow-y:auto;
    background:#fff;
    border:1px solid #ccc;
}
.tabbable button{
    font-weight:bold;
}
.tabbable ul.btn-container{
    text-align:center;
}
#tab-Content li{
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}
#tab-Content li {
    color: #454545;
    font-weight:bold;
    text-decoration: none;

}
#tab-Content li:hover{
    background: #39B5E9;
    box-shadow: 2px 2px 5px #349BC6;
    cursor: pointer;
}
#tab-Content li:hover a{
    color: #fff;
    text-decoration: none;
}

.status_stop{
    color: red;
    font-weight: bold;
}
.status_use{
    color: #47a447;
    font-weight: bold;
}
.status_try{
    color: coral;
    font-weight: bold;
}
.diction-subject{
    background: #F9F7FC;
    border: 1px solid #E6E6E8;
    padding: 20px ;
    margin-top: 10px;
    height: 300px;
    overflow-y:auto;
}
.dic_item input:nth-child(2){
    margin-right: 10px;
}
.dic_item input{
    color: #8c8c8c;
    padding: 3px 6px;
}
.text-overflow{
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.end_session_a,.end_session_tit{
    display: inline-block;
    height: 100%;
    line-height: 40px;
}
.end_session_a{
    width: 60%;
    padding: 0 20%;
}
.end_session_tit{
    width: 100%;
}
#config_channel_dic_pane{
    margin-left: 0;
}
.weixin-config{
    float: left;
    width: 220px;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    height: 320px;
    position: relative;
}
.weixin-config .row_item{
    position: relative;
}
.weixin-config .row_item span{
    color: #454545;
}
.weixin-config .control-label{
    float: left;
    width: 85px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    vertical-align: bottom;
}
.weixin-config .control-field{
    float: right;
    width: 120px;
    top: 0;
    text-align: right;
    white-space: nowrap;
    line-height: 23px;
}
.wechat_headimg{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 4px;
    overflow: hidden;
}
.form-btn-center{
    text-align: center;
    padding-top: 10px;
}
.weixin-config .config-byself{
    position: absolute;
    padding-top: 92px;
    width: 380px;
    height: 160px;
    right: -380px;
    top: -1px;
    text-align: center;
    background-color: #e5e5e5;
}
.weixin-form{
    float: left;
    width: 710px;
    margin-left: 12px;
}
.single-menu{
    display: none;
}
#weixin-all-menu .single-menu:first-child{
    display: block;
}
.his_note_ishide{
    color:#37b5ed;
    margin:2px -16px 0 0;
    width: 100%;
    float: right;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.weixin-config-show{
    float: left;
    width: 320px;
    height: 580px;
    border: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 10px;
}
.weixin-config-showtop,.weixin-config-showbottom{
    background: url(../img/weixin_mobile_bg.png) no-repeat;
}
.weixin-config-showtop{
    text-align: center;
    height: 22px;
    padding: 32px 0 8px 0;
    vertical-align: bottom;
    color: #fff;
}
.weixin-config-showbottom{
    width: 276px;
    position: absolute;
    bottom: 0;
    background-position: 0 -65px;
    white-space: nowrap;
    padding-left: 45px;
    display: -webkit-box;
    border-top: 1px solid #e6e6e6;
    height: 48px;
}
.weixin-config-showbottom li,.weixin-config-showbottom li p .add-sub-menu,.weixin-config-showbottom li p b{
    background: url(../img/nav/do_action_icon.png?0617) no-repeat center -489px;
    background-size: 25px auto;
}
.weixin-config-showbottom li{
    height: 48px;
    line-height: 48px;
    -webkit-box-flex: 1;
    box-flex: 1;
    border: 1px solid #e6e6e6;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: -1px 0 0 -1px;
}
.weixin-config-showbottom li.active{
    border: 1px solid #37b5ed;
    z-index: 2;
}
.weixin-config-showbottom li p{
    display: none;
    position: absolute;
    border: 1px solid #d0d0d0;
    width: 100%;
    max-height: 229px;
    left: -1px;
    bottom: 60px;
    background: #fafafa;
}
.weixin-config-showbottom li p.active{
    display: block;
}
.weixin-main-menu{
    display: block;
    min-width: 50px;
    min-height: 48px;
    background-color: #fafafa;
    cursor: pointer;
}
.weixin-config-showbottom li p span{
    display: block;
    position: relative;
    height: 45px;
    margin: 0 6px;
    padding: 0 5px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.weixin-config-showbottom li p .active{
    margin: -1px -1px 0 -1px;
    padding: 0 1px;
    border: 1px solid #37b5ed;
}
.weixin-config-showbottom li p span.add-sub-menu{
    border-bottom: 0;
}
.weixin-config-showbottom li p span:nth-child(6){
    display: none;
}
.weixin-config-showbottom li p b{
    display: block;
    width: 8px;
    height: 8px;
    background-size: 21px auto;
    background-position: center -457px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    -webkit-filter: grayscale(100%);
}
.weixin-config-showbottom li p span:nth-child(5).active + .add-sub-menu + b{
    -webkit-filter: grayscale(0);
}
.weixin-config-set{
    float: left;
    width: 338px;
    padding: 10px 15px;
    background-color: #f3f4f9;
    height: 560px;
    margin-left: 15px;
    border: 1px solid #e6e6e6;
    position: relative;
}
.weixin-config-set .control-label{
    width: 84px;
    height: 24px;
    padding: 0;
    margin: 0;
    color: #6c6c6c;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.weixin-config-set .control-field{
    top: 0;
}
.weixin-config-set .control-field label{
    width: 6em;
}
.weixin-config-set input[type="text"]{
    text-indent: .5em;
}
.weixin-menu-name{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}
.webchat-menudetails{
    margin-top: 10px;
    clear: both;
    background: #fff;
    border:1px solid #e7e7e7;
    border-radius: 2px;
}
.webchat-jump-url{
    display: none;
    padding: 5px 15px 15px;
    line-height: 30px;
}
.webchat-jump-url input{
    background: #f3f4f9;
}
.webchat-send-msg .chat_toolbar,.webchat-send-robot-msg .chat_toolbar{
    border-color: #fff;
    padding: 5px;
    border-top: 1px solid #e7e7e7;
}
.webchat-send-msg textarea,.webchat-send-robot-msg textarea{
    display: block;
    width: 323px;
    border: 0;
    resize: none;
    box-shadow: none;
    margin: 0;
    overflow-x:hidden ;
}
.webchat-menudetails + span{
    display: block;
    padding: 5px;
    text-align: center;
    color: #9d9e9e;
}
#user_status{
    color:#7BA7C8;
}
.no_shdw{
    box-shadow: none !important;
}
.show_proving{
    display: none;
    border-radius: 0;
    text-align: center;
    min-width: 300px;
    top: 30%;
    left: 60%;
    padding: 20px 0;
}
.show_proving input,.show_proving a,.show_proving button{
    display: block;
    margin: 10px auto;
}
.show_proving button,.show_proving button:hover{
    background: #67bb23;
    color: #fff;
}
/*滑动验证码增加的css-start*/
.show_identifyCode .identify_slider {
    margin:24px 0 15px 10px;
    width: 210px;
    height: 26px;
    -moz-border-radius:18px !important;
    -webkit-border-radius:18px !important;
    position: relative;
    border-radius: 2px;
    background-color: #F2FBEB;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.show_identifyCode .slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #67bb23;
    z-index: 1;
}

.show_identifyCode #identify_head {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius:25px !important;
    -webkit-border-radius:25px !important;
    height: 24px;
    line-height: 24px;
    border: 1px solid #cccccc;
    background: #fff;
    z-index: 3;
    cursor: move;
    color: #67bb23;
    font-size: 16px;
    font-weight: 900;
}

.show_identifyCode #identify_labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    -moz-border-radius:25px !important;
    -webkit-border-radius:25px !important;
    font-family: 'Microsoft Yahei', serif;
    color: #67bb23;
    line-height: 38px;
    text-align: center;
    z-index: 2;
}

.show_identifyCode{
    display: none;
    border-radius: 0;
    text-align: center;
    min-width: 260px;
    top: 30%;
    left: 60%;
    padding: 20px 10px;
}
.show_identifyCode input,.show_identifyCode a,.show_identifyCode button{
    display: block;
    margin: 10px auto;
}
.show_identifyCode button,.show_identifyCode button:hover{
    background: #67bb23;
    color: #fff;
}
.identify_lock_img {
    background:url('../img/login_lock.png')no-repeat;
    background-position: center 42%;
}
.identify_unlock_img:after{
    content:'√';
    display:inline-block;
    text-align:center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
}
.identify_lock_img,.identify_unlock_img{
    width:26px;
    height:26px;
    border-radius:50%;
    background-color:#67bb23;
    margin-top: 23px;
    margin-right: 10px;
}
/*滑动验证码增加的css-end*/
.btn_active:active,.btn_active:focus{
    background: #37b5ed !important;
    color: #fff;
}
.search-table-tr td{
    padding: 4px 0;
}
.search-table-tr td input,#report_relay_area_service_no_div input,.provinceA input{
    margin: 0;
}
.bg_black{
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    z-index: 10;
}

.field_right{
    text-align: left;
    width:80px;
}
.pt15{
    padding-top: 15px;
}
.pt10{
    padding-top: 10px;
}
pre{
    border: 0;
    background: none;
}
.weixin_tit{
    border: 1px solid #e6e6e6;
    width: 300px;
    padding-top:30px;
    height: auto;
}
.weixin_fot{
    background: #e6e6e6;
    text-align: center;
}
.row_ite_A{
    text-indent:2em;
    padding: 20px;
    width: 260px;
}
.row_ite_A_p{
    font-weight: bold;
    line-height: 22px;
    color: #6A6A6A;
}
.btn-green{
    margin: 26px auto;
    background: #68D234;
    height: 30px;
    width: auto;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #55A72C;
    display: inline-block;
    padding: 0;
    text-align: center;
}
.btn-green:hover{
    background: #68D234;
}
.btn-green:active{
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-green span{
    float: left;
    width: auto;
    height: 100%;
    background: url("../img/contact_history/allstate-big.png") no-repeat;
    margin: 0 6px 0 5px;
    padding-left: 28px;
    background-size: 24px auto;
    background-position: 0 -106px;
    line-height: 30px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
}
.pagination ul{
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.quick_card_sty{
    position: static;
    float: left;
    max-width: 70px;
    margin-top: 5px;
}
.textbox_wrap_sty{
    position: static !important;
    margin-left: 0 !important;
}
.inpt_sty{
    margin-left: 4px;
}
.left_col .nav_url_interface{
    background-position: center -322px;
    background-size: 20px auto;
}
.nav_config_hover,.nav_url_interface_hover{
    background: #242930;
}
.break_word{
    word-break: break-all;
    word-wrap: break-word;
}
#queueList .span12 h4,#serviceNoList .span3,#scheduleAccordion .span10 a,
#scheduleAccordion h4,#ivrMain .span12>h4,#soundList .span3,.template_name,
.omni_name,.mail_nameID,.outpeople_name,#config_business_flow_fields_table tbody tr td:first-child,
#config_busienss_flow_action_pane .preview,#config-business-field-sidebar .preview,.mail_idiograph_nameID{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.template_name,.omni_name,.mail_nameID,.outpeople_name,.mail_idiograph_nameID{
    display: inline-block;
}
.template_name{
    width: 88px;
}
.omni_name{
    width: 115px;
}
.mail_nameID{
    width: 144px;
}
.mail_idiograph_nameID{
    width: 400px;
}
.outpeople_name{
    width: 103px;
}
#config_business_flow_fields_table tbody tr td:first-child{
    max-width: 75px;
}
.btn-delete{
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-position: center -356px;
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}
.btn-delete:hover{
    -webkit-filter: grayscale(0);
}
.weixin-config-set .single-menu +.form-btn-center .null-menu,.weixin-config-set .form-btn-center [class*="_action"]{
    display: none;
}
.weixin-config-set .single-menu +.form-btn-center [class*="_action"],.weixin-config-set .form-btn-center .show{
    display: block;
    margin: 0 auto;
}
.null-menu{
    padding: 40px 50px 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
input[type="checkbox"]{
    margin:0;
}
#view_mass_sms .row-fluid{
    width: 590px;
    float: left;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}
#view_mass_sms .alert-warning{
    width: 340px;
}
ul.sub-nav-two{
    padding: 0 0 0 10px;
}
.weixin_wart{
    padding: 20px 35px 0;
}
.weixin_dock_right{
    width: 350px;
    height: auto;
    border: 1px solid #ddd;
}
.weixin_dock_head{
    width: 100%;
    height: 29px;
    border: none;
    border-bottom: 1px solid #ddd;
}
.row_item .input_with{
    width: 200px;
}
.row_item .select_width{
    width: 208px;
}
.alert_a,.alert_a:hover,.alert_a:focus{
    color:#C09853;
    text-decoration: none;
}
/*sms_style*/
.alert-white{
    background: #fff;
    border: 1px solid #dce0e2;
    color: #3a3a3a;
}
.alert-white span[id^="batchSmsTemplateVar"],#smsSendTemplatePane span[id^="smsTemplateVar"]{
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #1f83fc;
    min-width: 3em;
    margin: 0 3px;
    line-height: 18px;
    word-break: break-all;
    color: #1f83fc;
    text-align: center;
}
.alert-white span:focus,.alert-white span:-webkit-autofill,.alert-white span:focus:invalid:focus,#smsSendTemplatePane span:focus,#smsSendTemplatePane span:-webkit-autofill,#smsSendTemplatePane span:focus:invalid:focus{
    outline: none;
    border-radius: 0;
}
#batchSmsContentPane,#smsContentPane{
    line-height: 22px;
}
#batchSmsVarsListPane,#smsVarsListPane{
    display: none;
}
.batchSmsTemplateTitle{
    margin: 10px 0 5px 90px;
}
.smsTemplateTitle{
    padding-top: 5px;
}
#phone_bar .input-append .active{
    background-color: #fff;
    border-color: #fff;
}
#phone_bar .input-append .tab-pane{
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
}
#phone_bar .nav{
    margin-bottom: 0;
}
#phone_bar .nav-tabs > li > a{
    margin: 0;
    font-size: 12px;
}
#phone_bar .tab-content{
    font-size: 12px;
}
#phone_bar .tab-content{
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
}
#smsContentPane{
    padding: 10px 0;
}
#batchSmsSendTemplatePane{
    padding-right: 20px;
}
#view_ques_list .card_left{
    width: 5.5em;
    height: 34px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    padding: 1px .25em;
}
#view_ques_list .card_middle{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px;
    margin:12px 0 0 85px;
    color: #898989;
}
#view_ques_list .card_right .label{
    font-weight: 400;
    color: #898989;
    background: none;
    text-shadow: none;
    padding-right: 0;
}
#view_ques_list .card_right span{
    background: none;
}
#view_ques_list .card_right span.label-important{
    color: #fa6261;
}
#view_ques_list .card_right span{
    color: #67d234;
}
#view_ques_list .card_right div{
    float: right;
    clear: both;
}
.item_row.expanded:before{
    display: block;
    height: 100%;
    width: 5px;
    background: #3A87AD;
    content: "\ ";
    position: absolute;
    left: 0;
    top: 0;
}
#view_ques_list .item_row{
    padding: 5px 5px 2px 10px;
}
.left_col .navbar_center{
    width: auto;
    zoom: 1;
    z-index: 10;
    padding-left: 65px;
    height: 52px;
    white-space: nowrap;
    position: relative;
}
.left_col .navbar_center .open_top_menu{
    display: none;
}
.navbar_center .open_top_menu .navbar_item{
    width: 45px;
}
.left_col .navbar_center:hover .open_top_menu{
    display: inline-block;
}
.left_col .navbar_center .active_cen{
    position: absolute;
    left: 0;
    display: inline-block;
}
.left_col .nav_questionnaire_hover,.left_col .nav_qualityCheck_hover,.left_col .nav_sms_hover,.left_col .batch_task_list_hover,.left_col .nav_report_hover{
    background: #242930;
}
.lamp .nav_questionnaire_hover,.lamp .nav_qualityCheck_hover,.lamp .nav_sms_hover,.lamp .batch_task_list_hover,.lamp .nav_report_hover,.lamp .capacity_ai_batch_task_hover{
    background: #2b80a6;
}
.active_cen .navbar_item{
    background: none;
}
.left_col .nav_questionnaire{
    background-position: center -484px;
}
.left_col .nav_qualityCheck{
    background-position: center -463px;
}
.left_col .navbar_center:before{
    content: "\ ";
    display:block;
    height: 20px;
    width: 10px;
    background: url(../img/nav/nav_menu.png?0813) no-repeat;
    background-size: 18px;
    background-position: -6px -402px;
    position: absolute;
    left: 50px;
    top: 16px;
    z-index: 2;
}
.left_col .navbar_center:hover:before,.left_col .lamp.navbar_center:before{
    -webkit-filter: brightness(2);
    filter: brightness(2);
}
#view_sms_query .right_container,
#view_questionnaire_config .right_container,
#view_questionnaire_config .right_container .container-fluid,
#view_call_sheet_export_monitor_task .right_container{
    padding: 0;
}
#config_questionnaire_content_container .item_list_container{
    padding: 5px 7px;
}
#config_questionnaire_ques_list .row-fluid:first-child h5{
    margin-bottom: 5px;
}
#config_quality_check_template_container .right_content_pane{
    padding: 0;
}
#view_config_quality_check_template .right_column .contact_detail{
    padding: 0 0 12px 34px;
}
#view_questionnaire_import  .left_column{
    margin-right:34px;
}
#view_nav_questionnaire .right_column .contact_detail,#view_nav_questionnaire .right_column .content{
    height: auto;
}
#view_ques_list .item_row .label{
    width: 5.5em;
    height: 28px;
    overflow: hidden;
    white-space: normal;
    display: table-cell;
    vertical-align: middle;
    line-height:16px;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0;
}
#view_ques_list .item_row .card_left .label{
    height: 34px;
    line-height: 17px;
}
#view_nav_questionnaire .right_column{
    padding: 10px 20px;
}
#view_nav_questionnaire .right_column .contact_detail,#view_nav_questionnaire .right_column .content{
    height: auto;
}
#view_nav_questionnaire .right_column{
    height: 90%;
}
#view_channel_dic .sub-nav{
    padding: 0;
    background: #E9E9A1;
    border-color: #E9E9A1;
}
#module_list{
    margin-left:4px;
}
.modules{
    float:left;
    width:223px;
    margin:10px 10px 10px 0;
    overflow:hidden;
    border:1px solid #e6e6e6;
    background: #F9F7FB;
    color:#8c8c8c;
}
#module_list .m_title{
    height:24px;
    line-height:24px;
    margin-left: 4px;
}
#module_list .module_head{
    padding: 8px 14px;
    border-bottom: 1px solid #e6e6e6;
}
#module_list input[type="text"]{
    width: 170px;
    padding: 4px 6px;
    margin-left: 4px;
}
#module_list .module_body{
    padding: 8px 14px;
}
#module_list .module_body div{
    margin-left: 4px;
}
#module_list .module_body input{
    float: left;
    width: 74px;
    margin: 4px;
}
#module_list .btn-delete{
    float: right;
    display: inline-block;
    margin-right: 7px;
    height: 16px;
    width: 16px;
    margin-top: 3px;
    cursor: pointer;
    position: static;
}
#add_template{
    display:none;
}

#view_channel_dic .sub-nav ul{
    margin-left: 443px;
    display: table;
}
.relative{
    position: relative;
    border: none !important;
}
.four_level:before{
    content: "\ ";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid rgba(0,0,0,0);
    border-bottom: 12px solid rgba(233,233,161,1);
}
.four_level{
    position: absolute;
    display: none;
    white-space: nowrap;
    left: -50%;
    margin-top: 2px;
    z-index: 2;
    background: #E9E9A1;
}
.relative.active .four_level{
    display: table;
}
.active.relative:before{
    content: "\ ";
    position: absolute;
    height: 15px;
    width: 15px;
    left: 38%;
    bottom:-14px;
    background: #E9E9A1;
    transform: rotateZ(45deg) skew(20deg,20deg);
    border: 2px solid #d7d7d7;
}
.m_title b{
    font-weight: 400;
}
div.four_level span{
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
}
div.four_level span.act_two{
    border-bottom: 2px solid #083f5d;
}
div.four_level span.act_two>a{
    color: #083f5d;
    text-decoration: none;
}
.menu_background{
    height: 34px;
    background: #E9E9A1;
}
.left_col a{
    text-decoration: none;
}
#workbench_box{
    float: left;
    height: 337px;
    border:1px solid #E6E6E6;
    width: 100px;
    border-right: none;
    padding-top: 3px;
}
#workbench_box ul li{
    width: 86%;
    text-align: left;
    padding: 0 7%;
}
#workbench_box li a{
    color: #000;
}
#workbench_box li a:hover{
    text-decoration: none;
}
#workbench_box .btn-add,#workbench_box .btn-add:active,#workbench_box a:focus{
    display: block;
    padding: 0;
    margin-left: 0;
    background: none;
    box-shadow: none;
    color: #37b5ed;
    text-shadow: none ;
    text-decoration: none;
}
#weixin_public{
    width: 90%;
    height: 450px;
}
@media all and (min-width:1440px){
    #weixin_public{
        height: 770px;
    }
}
.workbench_li.active,#workbench_box .workbench_li.active a{
    background-color: #3ABEF9;
    color:#fff;
}
.weixin_info_content{
    display: none;
}
.weixin_info_content.active{
    display: block;
}
#workbench_bottom{
    width: 100%;
    text-align: center;
}
#workbench_bottom .btn-add:before{
    line-height: 21px;
}
input.result_dynamic,input.select_answ{
    margin: 0 5px 0 0;
}
.tags_and_status .edit_status,.tags_and_status .edit_source,.tags_and_status small{
    width: auto;
    padding-left: 20px;
}
#phone_bar .topshow,#my_sms_form .topshow,#import_list_import_mass_sms .topshow{
    z-index: 1041;
}
#my_sms_form .topshow{
    position: relative;
    background: #fff;
    padding: 20px;
    margin: -21px 0 0 -21px;
    border: 1px solid #d2d2d2;
}
#sms_warn{
    position: absolute;
    z-index: 1042;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table-cell;
    vertical-align: middle;
}
#sms_warn .alert{
    width: 400px;
    padding: 20px;
    margin: 100px auto 0;
    font-size: 14px;
    line-height: 2;
}
#sms_warn .alert h4{
    line-height: 2.5;
}
#sms_warn .alert p{
    text-indent: 2em;
}
#sms_warn span.button{
    float: none;
    width: 100px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
}
.sys_prompt .clearfix{
    text-align: center;
}
.sys_prompt .pull-left{
    float: none;
    display: inline-block;
}
.sys_prompt .chat_popover-content{
    padding:0;
}
.sys_prompt .chat_popover .arrow{
    display: none;
}
.sys_prompt .chat_popover.right{
    margin: 0;
    background-color: #e6e6e6;
    border: none;
    padding: 2px 10px;
}
.sys_prompt .chat_popover.right pre{
    color:#898989;
}
.service_name{
    margin-bottom: 4px;
}
.show_skill_group_container{
    display:block;
}
button.btn-position{
    background-color:rgb(55, 181, 237);
    margin-left:100px;
    color:#fff;
    font-weight:700;
    border:0;
    border-radius:5px;
}
.modal-dialog{
    border-radius: 4px;
}
.skill_group_close{
    margin-top:2px;
    margin-right:2px;
    opacity:1 !important;
}
.skill-group-content{
    width:270px;
}
.modal-body-type{
    float:left;
    width:230px;
    margin:5px 0;
}
.modal-body-type label{
    width:80px;
    float:left;
    height:24px;
    line-height:24px;
    margin:0;
    text-align:right;
    padding-right:10px;
}
.modal-body-type input{
    width:120px;
    float:left;
}
.modal-body-type select{
    width:130px;
    float:left;
}
.modal-body-type ul{
    width:120px;
    float:left;
}
.check_type{
    margin:0 !important;
}
.type_name{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.able_color,.disable_color{
    color:#fff;
    font-weight:900;
    display:inline-block;
    width:70px;
    height:20px;
    text-align: center;
    text-overflow: ellipsis;
    margin:5px 0;
    float:left;
    border-radius:2px;
    white-space:nowrap;
    overflow:hidden;
}
.disable_color{
    background-color:#ccc !important;
}
.able_color{
    background-color:rgb(55, 181, 237) !important;
}
li.ds_focus_action .popover-content{
    padding:0;
}
li.ds_focus_action .popover-title{
    background-color:#fff;
    border: 0;
    padding: 3px;
    font-size: 12px;
}
li.ds_focus_action .popover.fade.top.in{
    top: 7px;
    left: 138px;
}
div.modal.fade.modal_position.in .modal-dialog{
    background: #f2f2f2;
}
.dis_none{
    display: none;
}

.form-horizontal .required:after {
    content: "\ *";
    color: #fa5f5f;
}

#agent_called_update_info .edit_customer, #agent_save_or_update_info .edit_customer {
    margin: 0 auto;
}
#agent_save_or_update_info .cust_tab_content{
    box-sizing: border-box;
    padding-bottom: 80px;
    overflow-y: auto;
}
#agent_called_update_info .multi_cus_container{
    width:205px;
    height:110px;
    padding:15px;
    text-align: center;
    color:#333;
}
#agent_called_update_info .chose_cus{
    margin-top:5px;
}
#agent_called_update_info .cus_name{
    width:205px;
    height:28px;
    line-height: 28px;
    margin-top: 10px;
    background-color:#fff;
    color: #37b5ed;
    cursor:pointer;
}
.hidden_ellipsis{
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

/*wx erweima*/
.wxewm{
    position: fixed;
    top: 50%;
    right: -1px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.wxewm dt,.wxewm dd{
    background: url('../img/weixin/aly-ewm.png?0320') no-repeat center 0;
}
.wxewm-txy-tip dt, .wxewm-txy-tip dd {
    background: url('../img/weixin/txy-ewm.png?0320') no-repeat center 0;
}
.wxewm dt{
    border-radius: 4px 0 0 4px;
    background-position: center 7px;
    background-size: 64px;
    background-color: #f2f5fa;
    text-align: center;
    line-height: 16px;
    width: 40px;
    height: 40px;
    letter-spacing: 1.5px;
    box-shadow: -1px 0 2px rgba(0,0,0,0.35);
}
.wxewm dt span{
    display: none;
}
.wxewm:hover dt{
    background: #f2f5fa;
}
.wxewm:hover dt span{
    padding: 4px 0;
    display: block;
    color: #31770c;
}
.wxewm dd{
    display: none;
    position: absolute;
    bottom: 40px;
    right: 60px;
    width: 150px;
    height: 180px;
    border-radius: 6px;
    background-position: center -56px;
    background-size: 120px;
    background-color: #d4dae1;
    box-shadow: -1px 0 2px rgba(0,0,0,0.35);
}
.wxewm:hover dd{
    display: block;
}
.wxewm dd:before{
    display: inline-block;
    content: "\ ";
    border-bottom: 12px solid #d4dae1;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    right: -12px;
    bottom: 0;
}
.nav_dial_task_hover .navbar_ico{
    background-position: center -636px;
    height: 26px;
    margin: 10px auto;
}
#view_nav_url_interface .new-nav-tabs > li{
    position: relative;
}
.iframe_refresh_btn{
    background: #E9E7EC;
    position: relative;
    cursor:pointer;
}
.iframe_refresh_btn .iframe_refresh_a{
    box-sizing: border-box;
    padding-left: 17px;
    color: #898989;
    line-height: 45px;
    text-decoration: none;
}
.iframe_refresh_btn span{
    display: inline-block;
    position: absolute;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url(../img/nav/nav_menu.png?0813) no-repeat 0 -377px;
    background-size: 12px auto;
    top: 15px;
    left: 15px;
}
.nav_cust_approval_business_hover .navbar_ico{
    background-position: center -670px;
    height: 26px;
    margin: 10px auto;
}

#frm_called_advanced_search .row-fluid label{
    width: 72px;
}

.genjinicon{
    display:inline-block;width:22px;height:20px;margin:0px 0 -5px 0;
    background: url("../img/customer/genjin.png") no-repeat;
    background-size: 192px auto;
}
.genjinicon1{
    background-position: 0 0;
}
.genjinicon2{
    background-position: -29px 0;
}
.genjinicon3{
    background-position: -60px 0;
}
.genjinicon4{
    background-position: -86px 0;
}
.genjinicon5{
    background-position: -115px 0;
}
.genjinicon6{
    background-position: -145px 0;
}
.genjinicon7{
    background-position: -172px 0;
}
.guishuicon{
    float: left;
    width: 30px;
    height:28px;
    margin: -6px 3px 0 0!important;
    background: url("../img/customer/guishu.png") no-repeat;
    background-size: 85px auto;
}
.guishuicon1{
    background-position: 0 0;
}
.edit_status span.guishuicon2{
    background: none;
    width: 30px;
}
.guishuicon2 img{
    border-radius: 15px;
    width: 30px;
    height: 30px;
}
.guishuicon3{
    background-position: -56px 0;
}
/* changelog start */
.history_list dl.history_item{
    padding-bottom: 10px;
    height: auto;
    border-left: 2px solid #bebdc2;
}
.history_list dl.history_item:last-child:after{
    display: none;
}
.history_list dl.history_item dt{
    background: url(../img/contact_history/allstate.png?0404) no-repeat 0 -221px;
    background-size: 24px;
    margin: 0 0 10px -13px;
    padding-left: 34px;
    height: 24px;
    line-height: 24px;
    position: relative;
    z-index: 9;
    font-weight: normal;
}
.history_list dl.history_item dt span{
    display: inline-block;
    margin-right: 10px;
    color: #333;
}
.history_list dl.history_item dd{
    background: #f8f8f8;
    line-height: 26px;
    color: #666;
    margin-left: 23px;
}
.history_list dl.history_item dd:before{
    float: left;
    margin: 11px 3px 0 12px;
    content: "\ ";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #666;
}
.history_list dl.history_item dd span{
    padding: 0 4px;
}
.history_list dl.history_item dd span.ch_before{
    color: #37b5ed;
}
.history_list dl.history_item dd span.ch_after{
    color: #e9783c;
}
/* changelog end */
/* new utils tab select css start */
.search_tab{
    box-sizing: border-box;
    padding-right: 40px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    position: relative;
    z-index: 9990;
}
.search_tab ol{
    position: absolute;
    width: 50px;
    height: 100%;
    background: #f9f9f9;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 100;
}
.search_tab ol li{
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    color: #649ced;
}
.search_tab ol li.active{
    background: #fff;
    font-weight: bold;
    color: #333;
}
.search_tab .search_tab_pane{
    display: none;
    min-height: 198px;
    padding: 0 15px;
    overflow-y: auto;
}
.search_tab_pane ul{
    margin: 0 0 30px;
    position: relative;
    z-index: 98;
}
.search_tab_pane ul.commonly_list,.search_tab_pane ul.result_list{
    margin: 0;
}
ul.result_list{
    display: none;
}
.search_tab div.active{
    display: block;
}
.search_tab ul li{
    width: 100%;
    line-height: 30px;
    clear: both;
    background: none;
    height: auto;
    background: #fff;
}
.search_tab dl{
    padding: 10px 0;
    position: relative;
}
.search_tab dt{
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 30px;
}
.search_tab .search_tab_pane dd{
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search_tab .result_list:first-child dd{
    margin-left: 3em;
}
.search_tab .search_tab_pane .result_list dd.active{
    display: none;
}
.search_tab .search_tab_pane dd input{
    display: none;
}
.search_tab dd:hover,.search_tab .search_tab_pane ul li dd.active{
    background: #649ced;
    color: #fff;
}
.advanced_search_item .search_tab dl label{
    margin: 0;
    width: 100%;
    text-align: left;
    float: none;
}
.code_total{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f1f4fb;
    color: #374d7f;
    text-indent: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.comtabbox_agent{
    border: 1px solid #ccc;
    float: left;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /*position: relative;*/
}
.search_warp{
    position: absolute;
    margin-top: 23px;
}
.comtabbox_agent .tabbox_agent_input,.comtabbox_agent input[type="text"].tabbox_agent_input:focus{
    border: 0;
    box-shadow: 0 0 0 1000px #fff inset;
}
.tabbox_agent_result span{
    float: left;
    padding: 0 5px;
    margin: 2px 0 0 8px;
    height: 20px;
    background: #649ced;
    border-radius: 10px;
    color: #fff;
    line-height: 20px;
}
.tabbox_agent_result span b{
    color: #a4d9ef;
    float: right;
    cursor: pointer;
    padding-left: 3px;
    width: .5em;
    height: 22px;
    font-weight: normal;
}
.srch_null{
    position: absolute;
    top: 17px;
    left: 25px;
    color: #999;
    z-index: 97;
}
/* new utils tab select css end */
.edit_repair{
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.clientSystem-settings{
    position: absolute;
    left: -30px;
    margin-top: 7px;
    top:11px;
    width: 150px;
}
.clientSystem-settings:after {
    right: 107px;
}
.clientSystem-settings li{
    height: 26px;
    line-height: 26px;
}
.clientSystem-settings button{
    padding-left: 15px;
    width: 100%;
    text-align: left;
}
.clientSystem-settings button:hover{
    text-decoration: none;
}
#customer_approval_modal .modal-body, #customer_titket_modal .modal-body{
    overflow: hidden;
}
#customer_sale_chance_list_panel,#customerCommon_list_panel{
    margin: 0 -10px 0 0;
}
#customer_sale_chance_info_pane .modal-body,#customerCommon_info_pane .modal-body{
    overflow-y: hidden;
    padding: 2px;
    max-height: none;
}
#frm_customerCommon_info_pane .panel{
    max-height: none;
}
.cfg_call_label{
    position:relative;
    float:left;
}
.cfg_call_label input+span{
    display:inline-block;
    border:1px solid #ccc;
    max-width: 35em;
    line-height:2;
    text-align:center;
    padding:2px 10px;
    margin:0 20px 10px 0;
    border-radius:2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.cfg_call_label input{
    display:inline-block;
    position:absolute;
    top:0;
    opacity:0;
    width:100%;
    height:100%;
    z-index:3;
}
.cfg_call_label input:checked+span {
    position: relative;
    color: #37B5ED;
    border: 1px solid #37B5ED;
}
.cdr_modal_top{
    border-bottom:1px solid #CDCDCD;
    margin-bottom:5px;
    position:relative;
}
.cdr_modal_top:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility: hidden;
}
/*.amendTicket .control-group,.createTicket .control-group,.createSeas .control-group,.amendSeas .control-group{
    width:100%;
}
.amendTicket .control-group .controls,.createTicket .control-group .controls,.createSeas .control-group .controls,.amendSeas .control-group .controls{
    min-width: 66%;
    margin-left: 30%;
    width: 0!important;
}
.amendTicket .control-label,.createTicket .control-label,.createSeas .control-label,.amendSeas .control-label{
    width:25%;
}
.amendTicket .comtabbox_agent,.createTicket .comtabbox_agent,.createSeas .comtabbox_agent,.amendSeas .comtabbox_agent{
    width: 86% !important;;
}
.amendTicket .control-group .comtabbox_agent input,.createTicket .control-group .comtabbox_agent input,.createSeas .control-group .comtabbox_agent input,.amendSeas .control-group .comtabbox_agent input{
    width:30%;
}*/
.badge{
    max-width: 230px;
    word-wrap: break-word;
    white-space: normal;
}
#knowledge_content td{
    white-space: nowrap;
}
#frm_customer_quick_search_add .changeText{
    position:relative;
}
.hobbyCheckBox{
    margin-top: 3px;
}
.hobbyCheckBox input[type="checkbox"]{
    margin: 4px 0 0 -20px;
}
#panel_edit_warn .bootstrap-switch-label{
    float: none;
}

#batch_task_tab_content {
    margin-top: 0px;
    height: 87%;
    overflow: auto;
}

/*系统radio与cheackbox对齐的方法，由于第一个与其他padding-top不同*/
#queueInfoPanel .controls > .radio:first-child,#queueInfoPanel .controls > .checkbox:first-child{
    padding-top:7px;
}
/*CRMPopover draggable*/
.CRMPopover {
    width: 960px;
    height: 553px;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:9;
    margin: auto;
    box-shadow: rgba(0, 0, 0,0.3) 1px 1px 6px;
    overflow: hidden;
}
.CRM_content{
    width: 100%;
    height: 100%;
}
#CRMPopover .minimize_btn{
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    border:none;
    background: transparent;
    overflow: hidden;
    line-height: 0;
    font-family: arial, helvetica, sans-serif;
}
#CRMPopover .CRMPopover_close{
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border:none;
    background: transparent;
    overflow: hidden;
    margin: 0 5px;
    line-height: 20px;
    font-family: arial, helvetica, sans-serif;
}
#CRMPopover button:hover{
    opacity: 0.6;
}
#CRMPopover .panel-heading{
    background:linear-gradient(to bottom, #fff, #f2f2f2);
    color:#000;
    box-shadow: rgba(0, 0, 0,0.3) 1px 1px 6px;
    margin-bottom: 3px;
    height: 30px;
    padding-bottom: 0;
    line-height: 30px;
    cursor:move;
}
#CRMPopover .panel-body{
    height:510px;
    border-left: 10px solid #eee;
    border-right:10px solid #eee;
    border-bottom:10px solid #eee;
    cursor: move;
}
#CRMPopover .panel-heading .panel-title{
    font-size: 16px;
    line-height: 30px;
    text-indent: 15px;
    max-width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
#CRMPopover .CRMPopover_btn_icon_active{
    border: 2px solid #000;
    width: 6px;
    height: 6px;
    display: inline-block;
    cursor: pointer;
}
#CRMPopover .CRM_wrap{
    width: 100%;
    height: 100% ;
    overflow-x:auto;
    overflow-y:hidden;
    cursor:default
}
.incomingIvrKeyItemPopover .popover{
    position:fixed;
}
#view_nav_report input[name="return_time_begin"],
#view_nav_report input[name="return_time_end"],
#view_nav_report input[name="create_time_begin"],
#view_nav_report input[name="create_time_end"],
#view_nav_report input[name="StartTime"],
#view_nav_report input[name="EndTime"]{z-index: 9; }
#view_nav_sms input[name="BEGIN_DATE"],
#view_nav_sms input[name="END_DATE"],
#view_nav_sms input[name="BEGIN_TIME"],
#view_nav_sms input[name="END_TIME"],
#view_nav_config input[name="BEGIN_DATE"],
#view_nav_config input[name="END_DATE"],
#view_nav_config input[name="BEGIN_TIME"],
#view_nav_config input[name="END_TIME"],
#view_nav_config input[name="createTime_begin_date"],
#view_nav_config input[name="createTime_end_date"],
#view_nav_config input[name="createTime_begin_time"],
#view_nav_config input[name="createTime_end_time"],
#view_nav_sms input[name="createTime_begin_date"],
#view_nav_sms input[name="createTime_end_date"],
#view_nav_sms input[name="createTime_begin_time"],
#view_nav_sms input[name="createTime_end_time"]{position:relative;z-index:9}
/*CRMPopover draggable end*/
/*history_action and history_business*/
.history_action_form .history_action_title,.business_info_history .history_business_title{
    font-size: 14px;
    font-weight: bold;
    color:#9d9a9c;
    margin: 35px 0 15px;
}



.count_down_time_container{
    position: absolute;
    top: 38px;
    right: 30px;
    background: rgb(263,188,53);
    border-radius: 4px;
    color: #fff;
    padding: 3px 6px;
    display: none;
}
.customer_remind_time .global_set_li_body {
    padding-left: 30px;
}

.cdr-model-label input:checked+span,.cfg_call_label.show-label-use input:checked+span,td.cdr-all-use-label input:checked+span,.choose-blue{
    border: 1px solid #5EB2E8;
    box-shadow: 0 0 3px #5EB2E8;
    color: #5EB2E8;
    text-align: center;
}
.cdr-model-label input:checked+span:after,.cfg_call_label.show-label-use input:checked+span:after,td.cdr-all-use-label input:checked+span:after,.choose-blue:after{
    display: block;
    position: absolute;
    content: "\ ";
    width: 15px;
    height: 15px;
    background: url("../img/nav/do_action_icon.png?1108") no-repeat 0px -470px;
    background-size: 15px auto;
    right: 0;
    bottom: 0;
}
#view_cdr_all_content .cfg_call_label.show-label-use {
    cursor: default;
}
#softphone_transfer button.btn-blue,#softphone_consult button.btn-blue{
    height:24px;
    width:55px;
    font-weight:bold;
    margin-top: 2px;
    margin-left: 15px !important;
    border-radius: 4px;
    background-image: none;
}.history_action_form .history_action_num,.business_info_history .history_business_num{
     font-size: 14px;
     color:#9d9a9c;
     margin-bottom: 15px;
 }
.history_action_form .pull-right span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
.history_action_form .history_action_table td,.business_info_history .history_business_table td{
    line-height: 26px;
    color:#999;
    background-color: #fff;
    height: 28px;
}
.history_action_form .history_action_table th,.business_info_history .history_business_table th{
    line-height: 26px;
    background-color: #fff;
    border-bottom: 1px solid #999;
    color:#999
}
.business_newbuild{
    font-size: 14px;
    font-weight: bold;
    color:#9d9a9c;
    margin-bottom:15px;
}
.btn-blue .caret{
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    margin-top:8px;
}
a.btn-blue,a.btn-gray,a.btn-blackishGreen,a.btn-add{
    display:inline-block;
    font-size:14px;
}
a.btn-blue:hover,a.btn-blackishGreen:hover,a.btn-add:hover{
    color:#fff;
}
a.btn-gray:hover{
    color: #454545;
}
a.btn-blue:hover,a.btn-gray:hover,a.btn-blackishGreen:hover,a.btn-add:hover,a.btn-blue:focus,a.btn-gray:focus,a.btn-blackishGreen:focus,a.btn-add:focus{
    text-decoration:none;
}

a.no_change_permissions:hover,a.no_change_permissions:focus{
    text-decoration:none;
    cursor: default;
    color: #37b5ed;
}
.user_batch_section{
    border: 1px dotted #ccc;
    padding: 15px;
    width: 70%;
    margin: 0 auto 15px;
}


.check_agent_dep_seas .span12 label {
    text-align: left;
    margin-top: 4px;
    width:59px;
}
.user_cust{
    width: 3em;
    text-align: center;
    display: inline-block;
}

.cust_assgin_agent_container .row-fluid [class*="span"]{
    margin-left: 0;
}

.ch_agent,.ch_agents{
    width: 630px;
    overflow-y: auto;
    background: #f2f2f2;
    padding: 0 15px;
    border: 1px solid #cdcdcd;
}
.ch_agent{
    width: auto;
    background: #fff;
    margin-right:-3px;
}
#frm_customer_task_add .ch_agent{
    width: 122%;
}
.ch_agents{
    width: auto;
    height: 300px;
    clear: both;
    margin-top: 15px;
}
.ch_agent .row-fluid .span4{
    width:33.3333333%;
}

.cust_assgin_agent_container .agnetName{
    width: 70px;
    display: inline-block;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.check_agent_dep_seas .span12{
    margin-left:0;
}
.modal_body_task_change{
    overflow: inherit;
    max-height: none;
}
.modal_body_task_change_height{
    height: auto;
}
#view_nav_dial_task .right_column_noscroll{
    overflow-y: hidden;
}
#agentTb tr span{
    color:#fff;
}
/*自定义notify样式*/
.bootstrapNotify{
    width: 300px;
    height: 100px;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}

.bootstrapNotify .icon_warp{
    height: 100px;
}
.bootstrapNotify img{
    width: 50px;
    margin-top: 17px;
}

.bootstrapNotify .title {
    font-size: 13px;
    color: #454545;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bootstrapNotify .message {
    color: #454545;
    font-size: 13px;
    padding-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bootstrapNotify .closeNotify{
    font-size: 20px;
    color: #969696;
    cursor: pointer;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInRight {
    from {
        opacity: 0.5;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}


@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}
.call_more_count_popover{
    display:none;
    color: #37b5ed;
    cursor:pointer;
}
/*===========报备短信模板=======*/
.show_sms_tmpl{
    background: url(../img/sms_template.png?1130);
    background-size: auto 370px;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    background-position: 60px 0;
}
.show_sms_tmpl_box{
    position: absolute;
    left: 70px;
    top: 72px;
    width: 158px;
    height: 234px;
    overflow-y: auto;
    word-break:break-all;
}
#modal_sms_template_messages .sms_template_replay_box_li{
    border: 1px solid #d3d3d3;
    padding: 10px 5px;
    border-radius: 5px;
    color: #999;
    margin-bottom: 11px;
}
#sms_messages_wrapper{
    padding:15px;
    background: #fafafa;
    border-bottom: 1px solid #f3f3f3;
}
.btn-disabled{
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    background-color: #f2f2f2;
    border-color: #dedede #b7b7b7 #a6a6a6;
    border-style: solid;
    border-width: 1px;
    color: #999;
    cursor: default;
    text-shadow: 1px 1px 1px #fff;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    margin: 10px 5px;
    padding: 5px 14px 5px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}
#table_sms_Reported_lists .sms_tmpl_reveal{
    margin-right: 2px;position: relative
}
#table_sms_Reported_lists .sms_tmpl_reveal .task_pop_tip{
    width: 6px;
    height: 6px;
    right: 0;
    top: -3px;
}
#table_sms_Reported_lists .sms_tmpl_reveal .task_pop_tip.hide{
    display: none;
}
#softphone_exten_type{
    width: 120px;
    max-height:300px;
    overflow:auto;
}
#softphone_exten_type .exten-type-li-sim:hover {
    background-color: #fff;
}
#contact_list_cdr .ds_search_filter .badge {
    max-width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.label-text-cursor{
    cursor:pointer;
}
keywords7moor{
    background:#FFF276;
}
#result_detail_list_pane tr.activeTr td{
    background-color: #ddd;
}
.export-btn.btn-default{
    cursor: not-allowed;
}
#ai_task_tab_content{
    padding-bottom:40px;
}
#currentPbxStatus span{
    line-height: 19px;
    font-size: 16px;
    font-weight: normal;
}
#currentPbxStatus{
    margin-left: 10px;
}
#show-slide-verify.modal{
    min-width: 400px;
}
.login-form-forgetpwd{
    position: absolute;
    right: 20px;
    top: 19px;
    text-decoration: underline;
    cursor: pointer;
}
.forget-pwd-box{
    position: relative;
    width: 490px;
    height: 255px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.35);
    margin-bottom: -10px;
    margin-top: -15px;
}
.forget-pwd-box .forget-form-type{
    text-align: center;
    margin-left: 120px;
    padding-top: 30px;
}
.forget-pwd-box .forget-form-type a{
    color: #000;
}
.forget-pwd-box .re-login{
    position: absolute;
    right: 20px;
    top: 20px;
    text-decoration: underline;
    color: #459ae9;
    cursor: pointer;
    z-index: 100;
}
.forget-pwd-box .forget-form-type .nav-tabs{
    border: none;
}
.forget-pwd-box .forget-form-type .nav-tabs > .active > a,
.forget-pwd-box .forget-form-type .nav-tabs > .active > a:hover,
.forget-pwd-box .forget-form-type .nav-tabs > .active > a:focus {
    color: #459ae9;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
}
.forget-pwd-box .forget-form-type .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #fff;
    background-color: #fff;
    color: #459ae9;
}
.forget-pwd-box .get-code{
    top: -1px;
    position: absolute;
    left: 342px;
    min-width: 80px;
    text-align: center;
    border: 1px solid #a6a6a6;
    height: 27px;
    line-height: 22px;
    border-radius: 4px;
    color: #a6a6a6;
    cursor: pointer;
}
.forget-pwd-box .row_item{
    margin-top: 15px;
}
.forget-pwd-box .disabled-code{
    cursor: not-allowed;
    color: #a6a6a6;
    border: 1px solid #a6a6a6;
}
.panel_phone_password-three .first,.panel_email_password-three .first{
    text-align: center;
    padding-top: 20px;
    height: 30px;
}
.panel_phone_password-three .first span,.panel_email_password-three .first span{
    border-radius: 50%;
    padding: 7px 11px;
    background-color: #5ec198;
    color: #fff;
}
.panel_phone_password-three .two,.panel_email_password-three .two{
    text-align: center;
    color: #a6a6a6;
}
#panel_manage_password .first{
    text-align: center;
    padding-top: 20px;
    height: 30px;
}
#panel_manage_password .first span{
    border-radius: 50%;
    padding: 7px 11px;
    background-color: #bfbfbf;
    color: #fff;
}
#panel_manage_password .two{
    text-align: center;
    color: #a6a6a6;
}

.navbar_item:hover .nav_call,
.navbar_item:active .nav_call,
.navbar_top .pressed .nav_call {
    background-position: center -961px;
    filter: none;
}
.navbar_item:hover .nav_business,
.navbar_item:active .nav_business,
.navbar_top .pressed .nav_business {
    background-position: center -919px;
    filter: none;
}
.navbar_item:hover .nav_cust_approval_business,
.navbar_item:active .nav_cust_approval_business,
.navbar_top .pressed .nav_cust_approval_business {
    background-position: center -949px;
    filter: none;
}
.navbar_item:hover .nav_customer,
.navbar_item:active .nav_customer,
.navbar_top .pressed .nav_customer {
    background-position: center -853px;
    filter: none;
}
.navbar_item:hover .nav_dial_task,
.navbar_item:active .nav_dial_task,
.navbar_top .pressed .nav_dial_task {
    background-position: center -882px;
    filter: none;
}
#view_batch_task_list .batch_task_list td pre{
    color: #8c8c8c;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.explicit-strategy-wrap .control-group>label, .explicit-strategy-wrap .explicit-hide label, .explicit-strategy-wrap > label{
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    margin-left: 4px;
}
.explicit-strategy-wrap .explicit-hide{
    background:#eee;
    padding:15px;
    margin-bottom:10px;
}
.explicit-strategy-wrap .explicit-hide>div{
    padding:4px;
}
.explicit-strategy-wrap a.btn{
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0 4px;
    position: relative;
}
.phonebar-explicit-num:after{
    border-width: 4px;
    border-style: solid;
    border-color: rgb(42, 127, 178) rgb(8, 63, 93) rgb(8, 63, 93);
    float: right;
    content: "";
    margin-left: 3px;
    margin-top: 12px;
}
.phonebar-explicit-num{
    font-size: 12px;
    color: #7BA7C8;
    margin-left: 10px;
    cursor:pointer;
}
.phonebar-explicit-nu .out-show-num{
    display: inline-block;
    max-width: 106px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
#phonebar_explicit_box{
    padding-top:34px;
}
#phonebar_explicit_box ul li{
    width:50%;
    float:left;
    padding:6px 0;
}
#phonebar_explicit_box label{
    display:inline-block;
    max-width: 106px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
    padding-top: 0px;
    margin-bottom: 1px;
}
#phonebar_explicit_box ul li input{
    margin: 2px 4px 0 1px
}
#phonebar_explicit_box form{
    max-height: 500px;
    overflow-y: scroll;
}
/* 质检 */
#quality_check_query_table_data tr td:nth-child(7){
    max-width: 60px;
    text-overflow:ellipsis;
    overflow: hidden;
    word-break: break-all;
}
input.qualityCheckRadio{
    margin: 2px 5px 0 0;
}
/*质检周期*/
#qualityCheckCyclePanel{
    margin-top:7px;
    position: relative;
}
#qualityCheckCyclePanel label {
    height: 26px;
    color: #595959;
    margin-bottom: 15px;
    display: inline-block;
}
#cycleName{
    width: 150px;
}
#cycleStartDate,#cycleEndDate {
    width: 146px;
}
.startData,.endData{
    display: inline-block;
}
#cycleEndDate,#cycleStartDate{
    color: #595959;
    text-align: center;
    background-color: #eee;
}
.endDate{
    margin:0 6px 0 20px;
}
#qualityCheckCyclePanel input{
    margin-left: 4px;
    height: 14px;
}
#qualityCheckCyclePanel .input-append{
    margin-bottom: 0;
}
#qualityCheckCyclePanel input[type='number']{
    width: 60px;
}
#qualityCheckCyclePanel input::-webkit-outer-spin-button,
#qualityCheckCyclePanel input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*autocomp start zhenglx*/

/*质检模块评论样式调整*/
.caret-right{

    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;

    border: 4px solid transparent;
    border-left: 4px solid #8c8c8c;
    content: "";
}
.caret-bottom{

    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;

    border: 4px solid transparent;
    border-top: 4px solid #8c8c8c;
    content: "";
}
.caption-wrap{
    position: relative;
    z-index: 1;
    width: 100%;
}
.caption-wrap .pull-left span{
    font-weight: bold;
}

.caption-wrap .pull-left{
    margin-top:6px;
}
.caption-wrap .panel-heading{
    margin-bottom:8px;
}
.qualityCheckTwoTable{
    table-layout:fixed;
}
#config_quality_check_template_pane tr td{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#callSheetGradeTable .task_table_td input[type="radio"]:checked + span{
    color:#37b5ed;
}
#callSheetGradeTable .task_table_td input[type="radio"]:disabled{
    visibility:hidden;
}
/*质检任务监测下拉按钮样式修改*/
#quality_check_agent_report_search_qa_search_dropdown {
    margin-left:-2px;
}
#qualityCheckAgentQueryFrm_Cycle label{
    width: 48px;
}
#view_quality_check_cycle input[id="cycleEndDate"],#view_quality_check_cycle input[id="cycleStartDate"] {
    position: relative;
    z-index: 9;
}
.add-new-layer .span1{
    color:#37B5ED;
    width:80px;
    margin-left:0;
}
/* ai机器人menu bg*/
.left_col .nav_ai_robot{
    background: url(../img/nav/nav_menu_ai_robot.png?1016) no-repeat center;
    background-position: 0 -4px;
    height: 21px;
    margin: 8px auto;
    background-size: 20px auto;
}
#work_phone_secret_box {
 display: flex;
 flex-direction: row;
 margin-bottom: 10px;
}
#work_phone_secret_box button {
    background: #3B86FF;
    color: white;
    border: 0;
    border-radius: 3px;
}
#work_phone_secret_box span{
    margin-right: 15px;
}
#work_phone_secret_box > div{
    margin-right: 15px;
}
#view_work_phone_field {
    /* padding: 0; */
}
#view_work_phone_field .save {
    color: #5F9DE5;
    cursor: pointer;
}
#view_work_phone_field .operation {
    cursor: pointer;
    color: #5F9DE5;
}
#view_work_phone_field .start {
    color: #F5A726;
}
#view_work_phone_field .work_phone_field_box{
    display: table;
}
#view_work_phone_field .historical{
    margin-top: 30px
}
#view_work_phone_field .historical button{
    background: #3B86FF;
    color: white;
    border: 0;
    border-radius: 3px;
    margin-top:20px;
    margin-bottom: 40px;
}

#view_work_phone_field .work_phone_field_th{
  display: table-row;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #F9F9F9;
  font-size: 14px;
  color: #A5A5A5;
  font-weight: bold;
}
#view_work_phone_field .work_phone_field_th>div{
    display: table-cell;
  padding: 10px 20px 10px;  
}

#view_work_phone_field .work_phone_field_tr{
    display: table-row;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #view_work_phone_field .work_phone_field_tr:hover{
    background:#ECFAFF;
  }
  #view_work_phone_field .work_phone_field_tr>div{
    display: table-cell;  
    padding: 10px 20px 10px;  
  }
  .work_phone_field_tr input {
      width: 100px;
  }
.work_phone_field_tr > div {
    border-bottom: 1px solid #F3F3F5;
}
.work_phone_field_tr .radio input[type="radio"] {
    display: none;
}
.work_phone_field_tr .multiselect-container>li>a>label{
    padding: 5px;
}
.work_phone_field_tr .multiselect-search{
    width: auto;
}
.work_phone_field_tr .input-group-btn{
    display: none;
}



.custom-formula-left,.custom-formula-right{
    height:356px;
    overflow-y:auto;
}
.custom-formula-left{
    border-right:1px solid #ccc;
}
.custom-formula-right{
    margin-top:10px;
}
.add-custom-formula-wrap{
    height:40px;
    line-height:40px;
    border-bottom:1px solid #ccc;
}
#add_custom_formula{
    float:right;
    padding-right:12px;
    cursor:pointer;
    margin-top:8px;
}
.custom-formula-list li {
    padding: 0 12px;
    height: 40px;
    line-height:40px;
    cursor:pointer;
    position:relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-formula-list li:hover,.custom-formula-list li.active {
    background: #e7f1fe;
}
.custom-formula-list li .delete-fromula{
    display:none;
    color:red;
    position:absolute;
    top:-6px;
    right:20px;
}
.custom-formula-list li:hover .delete-fromula{
    display:block;
}
.head-operations-wrap{
    background: #eeeff2;
    padding: 10px;
    margin: 0 20px 20px 0;
}
.custom-formula-right .alert-success{
    margin:20px 20px 20px 0;
}
.custom-formula-list-wrap h4{
    padding: 20px 0 14px 0px;
}
.custom-formula-right .btn-blue{
    margin:20px 38px 20px 0;
}
.customFormulaTipText{
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.approval-not-receive-business .approval_hide_by_no_receive{
   display:none;
}
.approval-my-business .approval_show_by_no_receive{
    display:none;
}
.approval_show_by_no_receive .bottom_toolbar_ico{
    background:url(../img/not-receive.png)no-repeat center;
}
.service-no-ul{
    position: absolute;
    width: 200px;
    left: 40px;
    top: 30px;
    padding: 10px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    border: 1px solid #e4e7ed;
    box-sizing: border-box;
    background-color: #fff;
    z-index:2000;
    max-height: 200px;
    overflow: auto;
}

.service-no-ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 18em;
    cursor:pointer;
    line-height:2;
}
.service-no-ul li:hover{
    background:#E8F5FC;
}
