/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */



/* ng-sortable: Fix mobile touch scrolling */
.as-sortable-item {
/*    -ms-touch-action: auto;
    touch-action: auto;
    -webkit-touch-callout: inherit;*/
}

.as-sortable-item {
    /* border: solid 1px darkgrey; */
    /* background-color: #f9f9f9; */
}

.as-sortable-item-handle {
}

.as-sortable-placeholder {
    /*border: none;*/
    /*box-sizing: border-box;*/
    /*background-color: #e6e6e6;*/
    background-color: #f5f5f5;
    /*height: 86px;*/
    /*position:relative;  */
   /*padding:0px;*/
    /*margin: 0px;*/
}

.as-sortable-drag {
    cursor: move;
    border-top:1px solid #eaeaea;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     list-style-type: none;
    margin: 0px;
    padding: 0px;
}
/*.as-sortable-dragging {
    opacity: .8;
    background-color:#red;
    border-top:8px  solid #000;
    position:absolute;
}*/

.layer-menu-item.first-child .as-sortable-drag{
    /*background:yellow;*/
}

.as-sortable-hidden {
        display: none !important;

}