Option{
    display:block!important; 
    padding-left: 8px !important;
}
body{
    color: #666;
}
.kd_col_1{
    width: 4.16%;
}
.kd_col_2{
    width: 8.33%;
}
.kd_col_3{
    width: 12.5%;
}
.kd_col_4{
    width: 16.66%;
}
.kd_col_5{
    width: 21.83%;
}
.kd_col_6{
    width: 25%;
}
.kd_col_7{
    width: 29.16%;
}
.kd_col_8{
    width: 33.33%;
}
.kd_col_9{
    width: 37.5%;
}
.kd_col_10{
    width: 41.66%;
}
.kd_col_11{
    width: 45.83%;
}
.kd_col_12{
    width: 50%;
}
.kd_col_13{
    width: 54.16%;
}
.kd_col_14{
    width: 28.33%;
}
.kd_col_15{
    width: 62.5%;
}
.kd_col_16{
    width: 66.66%;
}
.kd_col_17{
    width: 70.83%;
}
.kd_col_18{
    width: 75%;
}
.kd_col_19{
    width: 79.16%;
}
.kd_col_20{
    width: 83.33%;
}
.kd_col_21{
    width: 87.5%;
}
.kd_col_22{
    width: 91.66%;
}
.kd_col_23{
    width: 95.83%;
}
.kd_col_24{
    width: 100%;
}
.display_none{
    display: none;
}
.width100{
    min-width: 100px!important;
    width: 100px!important;
}
.position_relative{
    position:relative;
}
.float_left{
    float: left;
}
.float_right{
    float: right!important;
}
.text_align_center{
    text-align: center;
}
.text_align_left{
    text-align: left;
}
.text_align_right{
    text-align: right;
}
.kd_main_bg{
    background-color: #5c616e;
}
.display_inline_block{
    display:inline-block;
}
.margin_top_10{
    margin-top:10px;
}
.margin_bottom_10{
    margin-bottom:10px;
}
.margin_left_8{
    margin-left: 8px;
}
.margin_left_16{
    margin-left: 16px;
}
.padding_right_20{
    padding-right: 20px!important;
}
.kd_h1{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.kd_h2{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.kd_font_grey{
    color: #666666;
    font-size: 14px;
}
.kd_font_orange{
    color: #ff5f00!important;
    font-size: 14px;
}
.kd_font_blue{
    color: #2aa4ff!important;
    font-size: 14px;
}
.kd_font_white{
    color: #ffffff;
    font-size: 14px;
}
.kd_btn_blue,.kd_btn_orange,.kd_btn_white{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    -moz-outline:none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: "Microsoft yahei", "Arial";
    box-sizing: border-box;
    vertical-align: middle;
}
.kd_btn_blue{
    background-color: #1b9dff;
    color: #fff;
}
.kd_btn_blue:hover{
    background-color: #008afc; 
}
.kd_btn_blue:active{
    background-color: #0080ea;
}
.kd_btn_orange{
    background-color: #ff5f00;
    color: #fff;
}
.kd_btn_orange:hover{
    background-color: #f25100;
}
.kd_btn_orange:active{
    background-color: #e04b00;
}
.kd_btn_white{
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666666;
}
.kd_btn_white:hover{
    background-color: #fafafa;
}
.kd_input_normal{
    min-width: 200px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 14px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
}
.kd_input_normal:focus{
    border: 1px solid #ff5f00;
}
.kd_select_normal{
    min-width: 200px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 14px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
}
.kd_input_large{
    min-width: 200px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 14px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
}
.kd_input_large:focus{
    border: 1px solid #ff5f00;
}
.kd_select_large{
    min-width: 200px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 14px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
}
.kd_span_checkbox_no{
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    border:1px solid #cccccc;
    color: #333;
    padding: 0 25px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.kd_span_checkbox_check{
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    border:1px solid #ff5f00;
    color: #ff5f00;
    padding: 0 25px;
    font-size: 14px;
    line-height: 30px;
    background: url(img/ico_check_selected.png) no-repeat top right;
    cursor: pointer;
}
.kd_span_checkbox{
    display: none;
}
.kd_span_checkbox + label{
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    border:1px solid #cccccc;
    color: #333;
    padding: 0 25px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.kd_span_checkbox:checked + label{
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    border:1px solid #ff5f00;
    color: #ff5f00;
    padding: 0 25px;
    font-size: 14px;
    line-height: 30px;
    background: url(img/ico_check_selected.png) no-repeat top right;
    cursor: pointer;
}
.kd_checkbox{
    display: none;
}
.kd_checkbox + label{
    cursor: pointer;
}
.kd_checkbox + label:before{
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    background: url(img/checkbox_unselected.png) no-repeat top center;
    padding-right: 8px;
}
.kd_checkbox + label:hover:before{
    background: url(img/checkbox_unselected_active.png) no-repeat top center;
}
.kd_checkbox:checked + label{
    color: #ff5f00;
}
.kd_checkbox:checked + label:before{
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    background: url(img/checkbox_selected.png) no-repeat top center;
}
.kd_checkbox:checked + label:active:before{
    background: url(img/checkbox_selected_active.png) no-repeat top center;
}
.kd_switch_no{
    display: inline-block;
    width: 82px;
    height: 32px;
    background: url(img/switch_off_normal.png) no-repeat top right;
    cursor: pointer;
}
.kd_switch_check{
    display: inline-block;
    width: 82px;
    height: 32px;
    background: url(img/switch_on_normal.png) no-repeat top right;
    cursor: pointer;
}
.kd_switch{
    display: none;
}
.kd_switch + label{
    display: inline-block;
    width: 82px;
    height: 32px;
    background: url(img/switch_off_normal.png) no-repeat top right;
    cursor: pointer;
}
.kd_switch:checked + label{
    display: inline-block;
    width: 82px;
    height: 32px;
    background: url(img/switch_on_normal.png) no-repeat top right;
    cursor: pointer;
}
.kd_menu_item{
    box-sizing: border-box;
    display: inline-block;
    width: 125px;
    height: 30px;
    font-size: 14px;
    color: #666;
    background: #fff;
    line-height: 30px;
    padding-left: 8px;
    position: relative;
    cursor: pointer;
}
.kd_menu_item:after{
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content:"\e009";
    text-align: right;
    position: absolute;
    right: -1px;
    font-size: 20px;
}
.kd_table{
    width: 100%;
    color: #666666;
    background-color: #fff;
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    table-layout: fixed;
    text-align: center;
}
.kd_table tr{
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.kd_table tr .handler{
    display: none;
}
/*.kd_table tr .handler + *{
    margin-left: 5px;
}*/
.kd_table tr:hover .handler{
    display: inline-block;
}
.kd_table tr:hover td{
    background-color: #faecd8;
    border-bottom: 1px solid #ecab50;
    border-top: 1px solid #ecab50;
    color: #5d5d5d;
}
.kd_table tr:hover td.list_empty{
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #5d5d5d;
}
.kd_table tr:hover .handler_visible{
    display: none;
}
.kd_table th{
    color: #333333;
    background-color: #fafafa;
}
.kd_table th , .kd_table td{
    word-wrap: break-word;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 6px;
}
.kd_toolsbar{
    display: block;
    line-height: 30px;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
}
.kd_toolsbar + .kd_toolsbar{
    border-top: 1px solid #e5e5e5;
}
.kd_toolsbar *{
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    outline: none;
    vertical-align: bottom;
}
.kd_toolsbar .kd_date{
    width: 320px;
}
.kd_toolsbar .kd_date input{
    width: 145px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 8px;
    background: url(img/Calendar_normal.png) no-repeat 95% center;
    color:#666;
}
.kd_toolsbar .kd_date input:focus{
    background: url(img/Calendar_pressed.png) no-repeat 95% center;
}
.kd_toolsbar .kd_date input:before{
    content: "\e01a";
}
.kd_toolsbar .kd_date span{
    display: inline;
    width: 30px;
    color: #666;
    text-align: center;
}
.kd_toolsbar .kd_div_select{
    width: 110px;
}
.kd_toolsbar .kd_div_select select{
    width: 110px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 8px;
    -webkit-appearance:none;
    background: url(img/arrow_a_normal.png) no-repeat 95% center;
    color:#666;
}
.kd_toolsbar .kd_div_select select:focus{
    background: url(img/arrow_a_pressed.png) no-repeat 95% center;
}
.kd_toolsbar .kd_select_input{
    width: 160px;
    display: inline-table;
}
.kd_toolsbar .kd_select_input select{
    width: 90px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 8px;
    -webkit-appearance:none;
    background: url(img/arrow_a_normal.png) no-repeat 95% center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.kd_toolsbar .kd_select_input input{
    width: 70px;
    border: 1px solid #ccc;
    border-left-width: 0;
    border-radius: 3px;
    padding-left: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.kd_toolsbar .kd_select_input input:focus{
    border-color: #ccc;
}
.kd_toolsbar .kd_relative{
    position: relative;
}
.kd_toolsbar .kd_relative .kd_danwei{
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 14px;
    color: #ccc;
}
.kd_toolsbar input{
    width: 160px;
    border: 1px solid #ccc;
    padding-left: 8px;
    border-radius: 2px;
}
.kd_toolsbar input:focus{
   border-color: #ff5f00;
}
.kd_editpopup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    display: none;
}
.kd_editpopup .kd_editpopup_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
}
.kd_editpopup .content{
    position: relative;
    display: inline-block;
    width: 600px;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 2;
    padding: 0 20px;
    border-radius: 6px;
    vertical-align: middle;
}
.kd_editpopup:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.kd_editpopup .content .top{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.kd_editpopup .content .center{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
.kd_editpopup .content .bottom{
    height: 85px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    text-align: center;
}
.kd_editpopup .content .bottom .kd_btn_white{
    min-width:100px;
}
.kd_editpopup .content .bottom .kd_btn_orange{
    min-width:100px;
}
.kd_editpopup .content .bottom .kd_btn_blue{
    min-width:100px;
}
.kd_editpopup .content .top .close{
    color: #ccc;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 0;
    line-height: 45px;
}
.kd_editpopup .content .top .close:hover{
    color: #5d5d5d;
}
.kd_editpopup .content .center .row{
    box-sizing: border-box;
    min-height: 65px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    text-align: left;
}
.kd_editpopup .content .center .row label{
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: right;
    font-weight: bold;
}
.kd_editpopup .content .center .row input{
    box-sizing: border-box;
    width: 300px;
    height: 40px;
    background-color: #fff;
    outline: none;
    border: 1px solid #cbcbcb;
    text-indent: 8px;
    color: #565656;
    border-radius: 2px;
}
.kd_editpopup .content .center .row input:focus{
    border: 1px solid #ff5f00;
}
.kd_editpopup .content .center .row textarea{
    box-sizing: border-box;
    width: 300px;
    height: 80px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    resize: none;
    border: 1px solid #cbcbcb;
    vertical-align: top;
    font-size: 12px;
}
.kd_editpopup .content .center .row .error{
    line-height: 25px;
    color: red;
    display: inherit;
    margin-left: 150px;
    height: 25px;
}
.kd_editdiv{
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:10px 0;
    line-height:40px;
    font-size:14px;
}
.kd_editdiv .kd_h2{
    box-sizing:border-box;
    border-bottom: 1px solid #e5e5e5;
    height:50px;
    line-height:50px;
    text-align:left;
    margin-bottom: 10px;
}
.kd_editdiv .row{
    box-sizing:border-box;
    height:60px;
    margin:0;
    padding:10px 0;
    text-align:left;
}
.kd_editdiv .row .label{
    display:inline-block;
    height:40px;
    width:110px;
    line-height:40px;
    text-align:right;
    color:#333;
}
.kd_editdiv .row .row_content{
    display:inline-block;
    height:40px;
    line-height:40px;
    text-align:left;
}
.kd_editdiv .row .row_content .kd_input_large{
    width:280px;
}
.kd_editdiv .row .row_content .kd_select_large{
    width:280px;
}
.kd_editdiv .row .icon-tips{
    font-size: 14px;
    color: #2aa4ff;
    display: inline;
    cursor: help;
}
.kd_editdiv .row .icon-tips:hover{
    color: #007600;
}
.kd_editdiv .buttonGroup{
    box-sizing:border-box;
    display:block;
    height:50px;
    text-align:center;
    padding-top:16px;
    border-top: 1px solid #e5e5e5;
}
.kd_editdiv .buttonGroup .kd_btn_orange{
    margin-left:20px;
    position:relative;
    min-width:100px;
}
.kd_editdiv .buttonGroup .kd_btn_white{
    min-width:100px;
}
.kd_editdiv .buttonGroup .kd_btn_blue{
    min-width:100px;
}

.kd_editpopdiv{
    display:block;
    width:600px;
    box-sizing:border-box;
    padding:10px 0;
    line-height:40px;
    font-size:14px;
}
.kd_editpopdiv .row{
    box-sizing:border-box;
    height:60px;
    margin:0;
    padding:10px 0;
    text-align:left;
}
.kd_editpopdiv .row .label{
    display:inline-block;
    height:40px;
    width:150px;
    line-height:40px;
    text-align:right;
    color:#333;
}
.kd_editpopdiv .row .row_content{
    display:inline-block;
    height:40px;
    line-height:40px;
    text-align:left;
    position:relative;
}
.kd_editpopdiv .row .row_content .kd_input_large{
    width:280px;
}
.kd_editpopdiv .row .row_content .kd_select_large{
    width:280px;
}
.kd_editpopdiv .row .row_content .error{
    position: absolute;
    left: 0;
    bottom: -30px;
    white-space: nowrap;
}
.kd_editpopdiv .buttonGroup{
    box-sizing:border-box;
    display:block;
    height:100px;
    text-align:center;
    padding-top:46px;
    width: 500px;
    padding-bottom: 20px;
}
.kd_editpopdiv .buttonGroup .kd_btn_orange{
    margin-left:20px;
    min-width:100px;
}
.kd_editpopdiv .buttonGroup .kd_btn_white{
    min-width:100px;
}
.kd_editpopdiv .buttonGroup .kd_btn_blue{
    min-width:100px;
}
.kd_input_unit{
    position:relative;
}
.kd_input_unit input{
    min-width: 100px!important;
    width:100px!important;
}
.kd_input_unit span{
    position: absolute;
    color: #999;
    right: 8px;
    display: inline-block;
    top: 50%;
    font-size: 12px;
    margin-top: -6px;
    line-height: 12px!important;
}
