html, body {
    height: 100vh;
    margin: 0;
}

#app {
    padding-top: 78px;
}

main > .container {
    height: 100%;
    position: relative;
}


.toolbox-grid {
    position: absolute;
    margin-top: 10px;
    left: 0;
    z-index: 1;
}

.card-body .toolbox-grid {
    margin-top: unset;
    left: unset;
}

.spinner-border .spinner-border-sm{
    margin-bottom: 1px;
}


.modal-content.h-100 {
    min-height: calc(100vh - 120px) !important;
}


#markers {
    width: 400px;
    min-height: 400px;
    position: absolute;
    right: -110px;
    top: 0;
    z-index: 3;

    max-width: 18rem;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .75rem + 4px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    border: 0;
    background: none;
}

.bootgrid-table th span.fas.fa-sm {
    display: none;
}

.bootgrid-table th,
.bootgrid-table td {
    padding: 0.2rem;
    vertical-align: middle;
    font-size: 0.8rem;
}
.bootgrid-table td img {
    height: 64px;
}

.col .col-form-label {
    padding-right: 0;
}

.col .form-check {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
}
