/********一下添加拆书家的对话框**********************************/

.div_choose_member_dialog_container{
    width: 500px;
    height: 500px;
    display: block;
}

.label_dialog_title{
    line-height: 40px;
    font-size: 14px;
    width: 30%;
    text-align: center;
}

.input_dialog_search{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;;
    border: 1px solid #CFCFCF;
    width: 65%;
    height: 40px;
    color: #ADADAD;
    padding: 0 38px;
}

.div_dialog_content{
    margin-top: 10px;
    width: 100%;
    height: 500px;
    padding: 15px;
}


.dialog_user_block{
    width: 150px;
    height: 60px;
}

.dialog_head_portrait{
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 5px;
}

.dialog_user_name_label{
    text-align: start;
    color: #ADADAD;
    font-size: 14px;
    display: block;
    WORD-WRAP: break-word;
    TABLE-LAYOUT: fixed;
    word-break:break-all;
}

.div_dialog_info_box{
    float: left;
    width: 70px;;
    margin-left: 10px;
}

.span_arrange_event_title{
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}


.step_root_box{
    display: table;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    position: relative;
}

.arrow_tag{
    color: #AFAFAF;
    font-size: 20px;
    display: block;
    float: left;
    line-height: 50px;
    margin: 0 16px;
}

.step_item_box{
    float: left;
}

.step_number{
    width: 48px;
    line-height: 48px;
    height: 48px;
    border-radius: 50%;
    background: #BDBDBD;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.step_number:focus,
.step_number:active,
.step_number:hover,
.step_active{
    background: #444444;
}

.step_title{
    font-size: 14px;
    color: #BDBDBD;
    line-height: 14px;
    display: block;
    margin-top: 10px;
}


/**********************************************/
.input_middle_style{
    margin-left: 10px;
    width: 100px;
    height: 30px;
    display: inline-block;
    padding: 0 5px;
}

.input_small_style{
    width: 40px;
    text-align: center;
    margin-left: 10px;
}

.label_small_title{
    min-width: 40px;
    text-align: right;
    margin-right: 10px;
}

.middle_right_content{
    min-width: 100px;
    max-width: 100px;
    margin-left: 10px;
    float: left;
    text-align: center;
}

.user_info_layout_box img{
    border-radius: 50%;
}

.user_info_layout_box{
    border-radius: 40px;
    border:1px solid #EDEDED;
    color: #7F7F7F;
    cursor: pointer;
    display: inline-block;
    background-color: #EDEDED;
    padding: 2px 10px;
    margin-left: 10px;
}

.span_detail_input_content_length{
    font-size: 10px;
    color: #ACACAC;
    line-height: 10px;
    margin-left: 10px;
    vertical-align: bottom;
}

.span-input-text-length{
    margin-left: 5px;
    color: red;
    font-size: 14px;
    line-height: 30px;
}

.img_add_event{
    width: 64px;
    height: 64px;
}

.span_add_event_title{
    font-size: 13.9px;
    color: #A2A2A2;
    line-height: 14px;
    margin-left: 10px;
}

.div_add_event_box{
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.testarea-style{
    resize: none;
    padding: 5px;
    border: 1px solid #cccccc;
    box-shadow: rgba(0, 0, 0, 0.28);
    -moz-box-shadow: rgba(0, 0, 0, 0.28);
    -o-box-shadow: rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: rgba(0, 0, 0, 0.28);
}
.div_date_box{
    float: left;
    min-width: 145px;
    max-width: 145px;
    background-color: #FFFFFF;
}
.div_right_date_box{
    float: left;
    margin: 5px 0;
    padding-left: 10px;
}

.input_date{
    width: 50px;
    margin: 0 5px;
    text-align: center;
}

.save_and_add_on{
    color: #A2A2A2;
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    margin-left: 5%;
}

.a_btn_add{
    width: 64px;
    height: 64px;
    display: block;
    margin-right: 10px;
    float: left;
}

.img-big-box{
    width: 150px;
    height: 200px;
    margin-bottom: 20px;
}

.a_tag_add_portrait{
    text-decoration: none;
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 15px;
}

.a-tag-add-portrait:hover,
.a-tag-add-portrait:focus{
    text-decoration: none;
}

.span-user-nickname{
    width: 100%;
    font-size: 14px;
    color: #333;
}

.add-img-photo{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
}

.input-style{
    min-width: 300px;
}

.star_flag{
    color: #565656;
}