/*SIMPLE MODAL*/
.customer-modal .modal-content{
    width: 810px;
    height: 655px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.customer-modal .modal-header{
    height: 40px;
    background-color: #5cd6dc;
    padding: 0 0 0 12px;
}

.customer-modal .modal-header h4{
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.customer-modal .modal-header button{
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
}

.customer-modal .modal-header button:focus{
    outline: none;
}

.customer-modal .modal-header span,
.customer-modal .modal-header span:hover{
    color: #fff;
    font-size: 20px;
}

.customer-modal .close{
    opacity: 1;
}

.customer-modal .modal-body{
    height: 200px;
}

.customer-modal .modal-body label{
    font-weight: 400;
}

.customer-modal  .modal-footer{
    border: none;
    background-color: #f6f8fa;
    text-align: center;
}

.customer-modal  .modal-footer button{
    width: 100px;
    text-align: center;
    background-color: #fff;
    color: #4c4c4c;
    height: 30px;
    line-height: 1;
}

.customer-modal .modal-footer button:hover{
    color: #fff;
    background-color: #5cd6dc;
}

.customer-modal .modal-footer .btn+.btn{
    margin-left: 10px;
}

.customer-modal .modal-footer button:disabled{
    opacity: 1;
}
/*SIMPLE MODAL END*/
/* search catecory*/
#customer-content .search-cate{
    float: left;
    margin-right: 15px;
}
/* search catecory end*/
#customer-content .realname .real-ipt{
    border: 1px solid #e3e8ee;
    padding: 0 6px;
    width: 110px;
    height: 25px;
    line-height: 25px;
    outline: -webkit-focus-ring-color auto 0;
}
#customer-content .i-pointer,
#customer-content .realname .realname-item span,.realname .realname-item i{
    cursor: pointer;
}
#customer-content .realname .realname-item span{
    margin-right: 10px;
}
/*CUSTOMER DETAIL INFO*/
#customer-content #detailModal .modal-body{
    height: 500px;
    overflow-y: auto;
}
#customer-content #customer-tool-bar button:disabled{
    background-color: #ebebeb;
}
/*CUSTOMER DETAIL INFO END*/
/*table start*/
#customer-content table .disable-td{
    color: #bbb!important;
}
#customer-content table .customer-ico, #customer-content #detailModal .customer-ico{
    position: relative;
    top: 1px;
    left: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../../common/img/ident-ico.png");
    background-position: 100px 100px;
    background-repeat: no-repeat;
}
#customer-content table .person-ico, #customer-content #detailModal .person-ico{
    background-position: 1px 0;
}
#customer-content table .nobusiness-ico, #customer-content #detailModal .nobusiness-ico{
    background-position: -15px -15px;
}
#customer-content table .business-ico, #customer-content #detailModal .business-ico{
    background-position: -15px 0;
}

#customer-content table .agent-icon, #customer-content #detailModal .agent-icon{
    background-position: -30px 0;
}

#customer-content #detailModal .modal-body .detail{
    width: 82.1%;
    padding: 0 10px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    color: #777;
}
#customer-content #detailModal .modal-body .user-ico{
    top: 5px;
}
#customer-content #detailModal .modal-body .basic-info-title{
    position: relative;
}
#customer-content #detailModal .modal-body .basic-info-btn{
    position: absolute;
    right: 10px;
}
/*table end*/

/*MESSAGE SEND*/
#customer-content #messageSend div.user .tag{
    position: relative;
    padding: 0 8px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

#customer-content #messageSend div.user .tag i{
    position: absolute;
    right: -5px;
    top: -6px;
    display: none;
    font-size: 1.2em;
    cursor: pointer;
    color: #74c31d;
}

#customer-content #messageSend div.user .tag:hover i{
    display: inline-block;
}

#customer-content #messageSend div.message-template button{
    background-color: #fff;
    border: 1px solid #ddd;
}

#customer-content #messageSend div.send-date input{
    height: 20px;
}

#customer-content #messageSend div.description{
    height: 80px;
}

#customer-content #messageSend div.description textarea{
    height: 70px;
}
/*MESSAGE SEND END*/