.editor-pristupu-barva-box {
    border: solid 1px white;
    box-shadow: 0 0 0 1px gray;
    width: 20px;
    height: 20px;
}

    .editor-pristupu-barva-box.-prihlasit {
        background-color: rgb(128, 255, 128);
    }

    .editor-pristupu-barva-box.-odblokovat {
        background-color: rgb(230, 150, 101);
    }

    /*** Barvy jerab ***/

    .editor-pristupu-barva-box.-jerab-prihlaseni {
        background-color: rgb(128, 255, 128);
    }

    .editor-pristupu-barva-box.-jerab-prihlaseni-na-dalku {
        background-color: rgb(128, 128, 255);
    }

    .editor-pristupu-barva-box.-jerab-prehlaseni {
        background-color: rgb(0, 128, 255);
    }

    .editor-pristupu-barva-box.-jerab-automaticke-odhlaseni {
        background-color: rgb(255, 128, 128);
    }

    .editor-pristupu-barva-box.-jerab-vicenasobne-prihlaseni {
        background-color: rgb(255, 192, 128);
    }


#ZalozkaEditorPristupu .EditorPristupuCanvasBox {
    position: absolute;
    left: 104px;
    top: 125px;
    right: 0;
    bottom: 0;
}

#ZalozkaEditorPristupu .EditorPristupuCanvas {
    height: 100%;
}


.EditorPristupuKontejnerProCanvas {
    position: absolute;
    left: 107px;
    top: 125px;
    right: 0px;
    bottom: 0px;
}
