.one_kp_tr,
.one_kp_detail{    
    margin: 10px 0px 0px;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.one_crm_task.CANCELED, .one_kp_tr.CANCELED{
    opacity: 0.75;
}
.one_kp_top{
    padding: 10px 25px;
    margin: -10px -10px 0;
}
.one_kp_top h1,
.one_kp_top .one_kp_name{
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
    padding: 10px;
}
.one_kp_tr .one_kp_name{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px 0px;
}
.one_kp_tr .one_kp_midle{
    padding: 10px 15px;
}
.one_kp_tr .one_kp_midle table tr:last-child td{
    box-shadow: none;
}

.one_kp_tr .one_kp_td{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 410px);
}
.one_kp_tr .one_kp_td:first-child{
    width: 390px;
    margin-right: 10px;
}
.one_kp_tr .one_kp_bottom{
    margin-top: 0px;
    padding: 10px 20px 0;   
    border-top: 1px solid #dfdfdf;
}




.one_kp_detail .kp_left_div, 
.one_kp_detail .kp_right_div{
    display: inline-block;
    vertical-align: top;
    width: 425px;
    position: relative;
    margin-top: 20px;
}
.one_kp_detail .kp_right_div {
    width: calc(100% - 435px);
    margin-left: 6px;
    padding-top: 0;
}
.one_kp_detail.static .kp_left_div{
    width: 525px;
}
.one_kp_detail.static .kp_right_div {
    width: calc(100% - 535px);
    padding: 0;
}

.one_kp_detail .kp_right_div .data_block{    
    border-radius: 6px;
    padding: 10px;
}
.one_kp_detail .kp_right_div .data_block:first-child{    
    margin-bottom: 10px;
}
.one_kp_detail .kp_left_div .bottom_price{
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c3ccd1;    
}
.one_kp_detail .kp_left_div textarea,
.one_kp_detail .kp_left_div .button_block{
    margin-top: 12px;
}
.one_kp_detail .kp_left_div .td_delete{
    width: auto;
}



.data_block{
    padding: 10px;
    border-radius: 5px;
}
.data_block .data_block_title{
    text-align: center;    
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    position: relative;
    margin-bottom: 15px;
}
.data_block .data_block_title .btn{
    float: right;
}
.data_block .data_block_title:after{
    content: '';
    display: table;
    clear: both;
}



.data_table{
    width: 100%;
}
.data_table td{
    height: 30px;
    padding: 0px 5px;
    border-bottom: 1px solid #efefef;
}

.price_over{
    float: right;
    font-weight: bold;
    font-size: 13px;
}
.price_over span{
    font-size: 18px;
}
.price_over .price{
    font-size: 22px;
}
.price_over td{
    padding: 0 3px;
}
.price_over td:first-child{
    text-align: right;
}


.table.kp_data_table>tbody>tr>td{
    vertical-align: middle;
}



.kp_data_table a{    
    font-weight: bold;
}
.kp_data_table input,.kp_data_table select,.property_title select{
    box-shadow: none;
    outline: none;
    padding: 0 7px;
    border-radius: 1px;
    height: 26px;
    border: 1px solid #ccc;
    font-weight: normal;
}
.kp_data_table input+.fa,.kp_data_table select+.fa,.property_title select+.fa{
    margin-left: 12px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.one_kp_tr .one_kp_td table td:first-child, .kp_data_table td:first-child{
    text-align: right;
    font-weight: bold;
}
.one_kp_tr .one_kp_td table td:nth-child(3), .one_kp_tr .one_kp_td table td:nth-child(4){
    font-weight: bold;
}