﻿.boxstermanager {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;*/
    overflow: hidden;
}

    .boxstermanager.bewerkmodus {
        overflow: hidden;
    }


.boxster {
    box-sizing: content-box;
    position: absolute;
    width: 100px;
    height: 100px;
    cursor: move;
    overflow: hidden;
}

    .boxster.fullscreen {
        z-index: 1000 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: unset !important;
        height: unset !important;
        background-color: #fff;
    }

.resize_also {
    float: left;
}

.ui-draggable-content {
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    cursor: default;
}

.bewerkmodus .boxster-selected {
    overflow: visible;
}

    .bewerkmodus .boxster-selected .ui-draggable-content {
        opacity: .8;
    }

.ui-resizable-helper {
    border: 2px dotted rgba(0,0,0,0);
}

.bewerkmodus .ui-resizable-helper {
    border: 2px dotted rgba(0,0,0,.1);
}

.ui-resizable-handle {
    background-color: rgba(100, 181, 246,0);
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 5px;
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.frontbutton {
    position: relative;
    top: -22px;
    border: 0px;
    background-color: #64b5f6;
    color: white;
    margin: 1px -1px;
    width: 22px;
    display: none;
}

    .frontbutton:hover {
        background-color: #5c9dd1;
    }

.bewerkmodus .boxster-selected .layertoolbar {
    top: -21px;
    position: absolute;
    width: 22px;
    margin: -1px 1px;
    display: inline-block;
    left: 68px;
    height: 22px;
    overflow: hidden;
    transition: width .3s;
}

    .bewerkmodus .boxster-selected .layertoolbar:hover {
        width: 100px;
    }

    .bewerkmodus .boxster-selected .layertoolbar .layericon {
        top: 0;
        display: inline-block;
    }

    .bewerkmodus .boxster-selected .layertoolbar:hover .layericon {
        display: none;
    }

    .bewerkmodus .boxster-selected .layertoolbar .layeraction {
        display: none;
        background-color: #5c9dd1;
    }

    .bewerkmodus .boxster-selected .layertoolbar:hover .layeraction {
        top: 0;
        display: inline-block;
    }

.layeraction:hover {
    background-color: #64b5f6 !important;
}

.bewerkmodus .boxster-selected.ui-resizable-helper {
    border: 2px solid rgb(100, 181, 246);
}

.bewerkmodus .boxster-selected .ui-resizable-handle {
    border-color: white;
    background-color: rgb(100, 181, 246);
}

.bewerkmodus .boxster-selected .frontbutton {
    display: inline-block;
}

.ui-resizable-n {
    cursor: n-resize;
    top: -6px;
    left: calc(50% - 6px);
}

.ui-resizable-e {
    cursor: e-resize;
    right: -6px;
    top: calc(50% - 6px);
}

.ui-resizable-s {
    cursor: s-resize;
    bottom: -6px;
    left: calc(50% - 6px);
}

.ui-resizable-w {
    cursor: w-resize;
    left: -6px;
    top: calc(50% - 6px);
}

.ui-resizable-ne {
    cursor: ne-resize;
    top: -6px;
    right: -6px;
}

.ui-resizable-se {
    cursor: se-resize;
    bottom: -6px;
    right: -6px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    bottom: -6px;
    left: -6px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    top: -6px;
    left: -6px;
}
