.layout-border { border: 1px solid #f2f2f2}

.layout-panel {background: white; }

.ng-resizeable-bar{
    position: relative;
}

.ng-resizable-w>.ng-resizeable-bar {
    right: 1px;
    height: 100%;
    width: 5px;
}

.ng-resizable-e>.ng-resizeable-bar {
    left: 3px;
    height: 100%;
    width: 5px;
}

.ng-resizable-s>.ng-resizeable-bar {
    top: 3px;
    width: 100%;
    height: 5px;
}

.ng-resizable-n>.ng-resizeable-bar {
    bottom: 0px;
    width: 100%;
    height: 5px;
}

.ng-resizable-handle:hover>.ng-resizeable-bar {
    background-color: #bababa;
}

.ng-resizable-handle:active>.ng-resizeable-bar {
    background-color: #5b5b5b;
}

:host {
    padding: 0;
}
