.customer_name {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    padding: 0 0 3px 0;
    display: block;
    white-space: normal;
    margin-top: -1px;
}

.customer_level {
    color: #f96600 !important;
}

.customer_desc {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    display: block;
    line-height: 16px;
}

.phoneItem {
    margin-top: 2px;
    display: block;
}

.customer_phoneNum {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
}

.customer_phoneIcon {
    background: url("../../images/iphone2.jpg") no-repeat scroll 0 50% transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 -3px 2px;
}

.customer_email {
    font-size: 13px;
    color: #6699cc;
    text-decoration: none;
}

.action_form {
    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;
}

.action_bar {
    background: #f0f0f0;
    padding: 0px 10px 0px 10px;
    border-radius: 4px;
    height: 33px;
    line-height: 33px;
    clear: both;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.action_bar h2 {
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    color: #000;
}

.business_timeLine {
    padding-bottom: 50px;
    display: block;
}

.timeLine_bar {
    background: rgb(157, 154, 147);
    padding: 7px 10px 7px 40px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    clear: both;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.timeLine_bar:before {
    background: url(../../images/activity_icons-9a8163b23f031c2e3d6e6d9dfd8b3868.png) no-repeat 0 -20px transparent;
    width: 33px;
    height: 27px;
    display: block;
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    left: 0;
}

.timeLine_list {
    display: block;
}

.timeLine_list>.item {
    border-left: 2px solid #9d9a93;
    padding: 25px 0 0 21px;
    margin-left: 17px;
    position: relative;
    line-height: 1.3;
    color: #666666;

}

.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(../../images/activity_icons2-57a4ba3f07165bdedf541b1fa3fd06f1.png) no-repeat -16px 0 #fff;
    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;
}

.timeLine_list>.item>.history-content:before {
    background: url(../../images/activity_icons-9a8163b23f031c2e3d6e6d9dfd8b3868.png) no-repeat 0 -3px transparent;
    width: 15px;
    height: 13px;
    display: block;
    position: absolute;
    content: "";
    display: block;
    top: 35px;
    left: 12px;
}

.history-content>.data {
    color: #9d9992;
    padding-bottom: 6px;
}

.history-content>.data:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.data>.user {
    color: #9d9992;
}

.data>.time {
    color: #9d9992;
}

.last_action {
    margin-top: 10px;
    padding: 0 16px 12px;
}

.process_action {
    padding: 0 16px 12px;
}


/*div.contact_item{*/
    /*background-color: #F0F0F0;*/
    /*position: relative;*/
    /*cursor : pointer;*/
    /*margin-top: 2px;*/
/*}*/
div.contact_item.unactive:hover{
    background-color: #E5E5E3;
}
div.contact_item.active{
    background-color: #D7D5D1;
}


div.contact_item.active .talk_list_active_flag{
    position: absolute;
    right: 0px;
    width: 5px;
    background-color: #f89406;
    height: 100%;
}
#view_task_list span.name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#view_task_list span.desc{
    font-weight: normal;
    font-size: 11px;
    color: #666;
}

.newly-add-comments{
    clear: both;
    border: 1px solid #EAEAEA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #EAEAEA, 0 0 6px #F0F0F0 inset;
    padding: 6px 10px;
    margin: 0px 0 10px 0;
    position: relative;
}
.newly-add-comments .timeline_data{
    color: #9D9992;
    padding-bottom: 6px;
}
.newly-add-comments .note-content{
    clear: both;
    color: #666666;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pane_title_label{
    display: inline-block;
    margin-top: 5px;
    width: 67px;
    float: left;
    line-height: 23px;
    text-align: right;
    font-weight: bold;
    padding-right: 13px;
}
span.task_info{
    margin-left:10px;
    width: 100%;
    display:block;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.task_info_tip{
    cursor: pointer;
}
.nav_business_dropdown_flow .enable{

}
.nav_business_dropdown_flow .disable{
    color: red;
}

.inline-checkbox {
    float: left;
    margin-left: 5px;
}


