﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.grid-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    padding-bottom: 35px;
    /*border-bottom: 1px solid rgba(0,0,0,.65);*/
    cursor: pointer;
}

/**, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}*/

/*.color-darkgreen, .color-staggering {
    color: #00D672;
}*/

.grid-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 1060px;
    height: 100%;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.shadow {
    position: absolute;
    opacity: .2;
}

.small {
    width: 18px;
    height: 18px;
}

.square, .circle {
    pointer-events: none;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 1px;
    background-color: currentColor;
    font-size: 14px;
    color: #037eb6;
}