/*--------------------------------------------------------------------------
*
*	Linker
*	
*-------------------------------------------------------------------------*/
.acf-linker .filters {
    border: #DFDFDF solid 1px;
    background: #fff;
}
.acf-linker .filters li input,
.acf-linker .filters li select {
    height: 28px;
    line-height: 28px;
    padding: 2px;
}
.acf-linker .filters li input {
    border-color: transparent;
    box-shadow: none;
}
.acf-linker .filters li .inner {
    padding: 7px 7px 7px 0;
    margin: 0;
}
.acf-linker .filters li:first-child .inner {
    padding-left: 5px;
}
.acf-linker .filters .filter {
    margin: 0;
    float: none;
}
.acf-linker .filters .filter:focus,
.acf-linker .filters .filter:active {
    outline: none;
    box-shadow: none;
}
.acf-linker .selection {
    border: #DFDFDF solid 1px;
    position: relative;
    margin-top: -1px;
}
.acf-linker .values,
.acf-linker .choices {
    width: 50%;
    background: #fff;
    float: left;
}
.acf-linker .choices {
    background: #F9F9F9;
}
.acf-linker .choices .list {
    border-right: #DFDFDF solid 1px;
}
.acf-linker .list {
    margin: 0;
    padding: 5px;
    height: 160px;
    overflow: auto;
}
.acf-linker .list .acf-rel-label,
.acf-linker .list .acf-rel-item,
.acf-linker .list p {
    padding: 5px 7px;
    margin: 0;
    display: block;
    position: relative;
    min-height: 18px;
}
.acf-linker .list ul {
    padding-bottom: 5px;
}
.acf-linker .list ul .acf-rel-item,
.acf-linker .list ul p {
    padding-left: 20px;
}
.acf-linker .list .acf-rel-label {
    font-weight: bold;
}
.acf-linker .list .acf-rel-item {
    color: #333;
    cursor: pointer;
}
.acf-linker .values .list .acf-rel-item {
    cursor: move;
}
.acf-linker .acf-rel-item b {
    text-decoration: underline;
    font-weight: normal;
}
.acf-linker .values .acf-rel-item b {
    text-decoration: none;
}
.acf-linker .acf-rel-item .thumbnail {
    background: #DFDFDF;
    width: 17px;
    height: 17px;
    float: left;
    margin: 0 5px 0 0;
}
.acf-linker .acf-rel-item .thumbnail img {
    width: 17px;
    height: 17px;
}
.acf-linker .acf-rel-item:hover {
    background: #3875D7;
    color: #fff;
}
.acf-linker .values .acf-icon {
    position: absolute;
    top: 4px;
    right: 7px;
    display: none;
}
.acf-linker .values .acf-rel-item:hover .acf-icon {
    display: block;
}
/* disabled */
.acf-linker .acf-rel-item.disabled {
    opacity: 0.5;
}
.acf-linker .acf-rel-item.disabled:hover {
    opacity: 0.5;
    background: transparent;
    color: #333;
    cursor: default;
}
