﻿.connected, .paths_connected, .sortable, .exclude, .handles {
    margin: auto;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sortable.grid {
        overflow: hidden;
    }

    .connected li, .paths_connected li, .sortable li, .exclude li, .handles li {
        list-style: none;
        border: 1px solid #CCC;
        background: #F6F6F6;
        color: #156cca;
        margin: 5px;
        cursor: move;
        width: 446px;
        height: 33px;
        padding-left: 15px;
        padding-top: 3px;
    }

    .handles span {
        cursor: move;
    }

li.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.sortable.grid li {
    line-height: 80px;
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
}

li.highlight {
    background: #FEE25F;
}

#connected {
    width: 440px;
    overflow: hidden;
    margin: auto;
}

.connected {
    float: left;
    /* width: 200px; */
    min-height: 224px !important;
}

.paths_connected {
    float: left;
    /* width: 200px; */
    min-height: 224px !important;
}

    .connected.no2 {
        /*float: right;*/
    }

li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}

.ui-sortable-placeholder {
    border: 1px dashed #CCC !important;
    background: none !important;
    height: 31px !important;
}

.ui-sortable-helper {
    position:absolute !important;
    z-index:100000 !important;
}

li.selected {
    background-color: #dcdcdc
}
