.popover-position .divider{
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent !important;
}
.popover-position .dropdown-header{
    background-color: #e5e5e5;
}
.map-toolbox-container .popover-content {
    width: 300px;
    position: relative;
}
.map-toolbox-container .bootstrap-select {
   width: 270px !important;
}

.map-toolbox-container .btn-default {
    color: #fff !important;
    background-color: transparent !important;
}

.map-toolbox-container .popover-action .btn {
    width: 130px !important;
    height: 30px !important;
    border-radius: 4px !important;
}
.map-toolbox-container .popover-action .btn[action=popover-confirm] {
    background-color: #fff !important;
    color: #000 !important;
    margin-left: 10px !important;
}
/* 解决tooltip换行问题 */
.tooltip-inner {
    white-space: nowrap;
}
.map-toolbox-container .popover.left>.arrow:after {
    border-left-color: rgba(0,0,0,0.5);
}