.distribution_my{
    width:100%;
    height: 100%;
    -webkit-box-shadow:0 2px 4px #dfe1e5;
    -moz-box-shadow:0 2px 4px #dfe1e5;
    box-shadow:0 2px 4px #dfe1e5;
    color:#666;
    position: relative;
}
.distribution_title{
    height:25px;
    background:#e3e6ec;
    border-bottom: 1px solid #cdd0d5;
    font-size:14px;
    font-weight: 300;
    padding-left:12px;
    line-height: 25px;
}
.distribution_select{
    border-bottom:1px solid #d5d5d5;
}
.tian{
    margin:10px 0 15px;
    padding-left:20px;
    width:470px;
}
.tian span.main_table_title_span{
    /*width:auto;*/
    margin-right:5px;
}
/*按钮*/
.new_Pv,.new_a{
    display: inline-block;
    width:120px;
    height:30px;
    border:1px solid #587ed1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: transparent;
    outline: none;
    margin:12px 0 10px 0px;
    text-align: center;
    cursor: pointer;
}
#addForm .new_Pv,#addForm .new_a{
    margin:12px 0 10px 20px;
}
#addForm .modal_btn{
    display:inline-block;
    margin-left: 100px;
}
a.new_a{
    width:118px;
    height:28px;
    text-align: center;
    line-height: 28px;
}
.new_Pv:hover,.new_a:hover,.search_btn:hover{
    background:#587ed1;
    color:#f8fbff;
}
/*内容*/
.distribution_main{
    /*margin-bottom:200px;*/
    overflow-y: auto;
    border-bottom:1px solid #d5d5d5;
}
.distribution_main .new_Pv{
    margin-left:20px;
}
.distribution_ul li{
    margin-top:10px;
    zoom:1;
}
.distribution_ul li:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
.distribution_ul .tian{
    margin:0;
    float: left;
}
.bluecolor{
    color:#587ed1;
}
/*!*地图*!*/
.distribution_map{
    height:100%;
}
.plan_map{
    height:100%;
}
.distri_map{
    height:100%;
}
#container{
    float: left;
    border:1px solid #d4d4d4;
}
.map_panel{
    float: left;
    box-sizing: border-box;
    padding: 10px 0 0 20px;
    width:24%;
    height:100%;
    overflow-y: auto;

}
.distance_box,.time_box{
    display:inline-block;
    padding-right:20px;
    line-height: 50px;
    font-size: 20px;
}
.address_icon{
    display: inline-block;
    width:  5px;
    height: 5px;
    margin-right: 5px;
    border:2px solid #587ed1;
    border-radius: 50%;
}
.address_name{
    text-indent: -10px;
    line-height: 25px;
}

.distri_botm{
    height: 60px;

}
.plan_map{
    display: none;
}
.datagrid-group{
    background:#ddd;
}
.datagrid-group:hover{
    color:#fff;
    background:#587ed1;
}
td .datagrid-header{
    height:28px!important;
}
.textbox-text,.datebox{
    width:100%!important;
}