/*---------------------------------------------------------------------------------------------
    cfs_relationgeojson, User
---------------------------------------------------------------------------------------------*/

.cfs_relationgeojson .post_list{
    float: left;
    overflow-y: scroll;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 205px;
    width: 49%;
    -webkit-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
}

.cfs_relationgeojson .post_list.selected_features{
    float: right;
}

.cfs_relationgeojson .post_list div{
    padding: 4px 6px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.cfs_relationgeojson .post_list.available_features > div{
    position: relative;
    padding-right: 3em;
}

.cfs_relationgeojson .post_list.available_features > div:after{
    position: absolute;
    right: 1px;
    top: 3px;
    content: '\f139';
    font-size: 19px;
}

.cfs_relationgeojson .post_list div:last-child {
    border-bottom: none;
}

.cfs_relationgeojson .post_list div:hover{
    background: #eee;
}

.cfs_relationgeojson .available_features div.used{
    display: none;
}

.cfs_relationgeojson .selected_features div {
    cursor: move;
}

.cfs_relationgeojson .selected_features div span.remove{
    float: right;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.cfs_relationgeojson .filter_posts {
    margin-bottom: 10px;
}

.cfs_input .field .cfs_relationgeojson .cfs_filter_input{
    width: 220px;
    margin: 0;
}

.cfs_relationgeojson .cfs_filter_help{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    vertical-align: top;
}

.cfs_relationgeojson .cfs_filter_help:before{
    content: '\f348';
}

/*---------------------------------------------------------------------------------------------
    Icons
---------------------------------------------------------------------------------------------*/
.cfs_relationgeojson .selected_features div span.remove,
.cfs_relationgeojson .cfs_filter_help{
    position: relative;
}

.cfs_relationgeojson .selected_features div span.remove:before,
.cfs_relationgeojson .cfs_filter_help:before,
.cfs_relationgeojson .post_list.available_features > div:after{
    display: block;
    position: absolute;
    color: #adadad;

    /* dashicons */
    font-size: 20px;
    font-family: dashicons;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-weight: 400;
    text-decoration: inherit;
    vertical-align: top;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -mos-osx-font-smoothing: grayscale;
}

.cfs_relationgeojson .selected_features div span.remove:before{
    content: '\f335';
    font-size: 22px;
    top: -2px;
}
