﻿
/*
.header-overlay {
    background-color: #217346;
}
*/

.cell-overlay, .selection-cell-overlay {
    background-color: #217346;
}

.handle-overlay {
    border: 1px solid white;
    padding: 2px;
    background-color: #217346;
    position: absolute;
    width: 1px;
    z-index: 1000;
    cursor: crosshair;
}

.overlay-handle-decorator {
    border: 2px solid #217346;
    z-index: 1000;
}
