﻿/* unoGIS.Blazor.css */

.displayBlock{
    display: block;
}

.displayInlineBlock{
    display: inline-block;
}

.marginbottom0 {
    margin-bottom: 0px !important;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.paddingTop {
    padding-top: 0px !important;
}

.floatRight{
    float: right;
}

.ug-btn-default {
    color: #333333;
    background-color: #ffffff;
}

.ug-lineheight10 {
    line-height: 10px;
}

.marginright10 {
    margin-right: 10px;
}

.ug-nomargen {
    margin: 0px;
}

.btnFooterModal {
    background-color: lightgray;
    color: black;
}

    .btnFooterModal:hover {
        background-color: gray;
        color: white;
    }

.map_markers_content {
    height: auto;
    width: auto;
    overflow: hidden;
    -webkit-user-select: none;
    background-color: white;
}

    .map_markers_content h6 {
        color: darkblue;
    }

.label-wrapper {
    margin: -10px auto auto auto;
}

.custom-input-hide {
    width: 0;
    height: 0;
    overflow: hidden;
}

/* Tables */
    table tfoot {
        font-size: 14px;
        font-weight: 500;
        color: #555;
        background-color: whitesmoke;
    }


/* Bootstrap.css */
.ug-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.ug-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.ug-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.ug-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.ug-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.ug-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.ug-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.ug-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.ug-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.ug-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.ug-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.ug-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.ug-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.ug-col-12 {
    flex: 0 0 auto;
    width: 100%;
}


.ug-mb-4 {
    margin-bottom: 1.5rem !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

ol, ul {
    padding-left: 2rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.ug-float-right {
    float: right;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.ug-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.ug-fade {
    transition: opacity .15s linear;
}

.ug-modal .ug-show .ug-modal-dialog {
    transform: none;
}

.ug-modal .ug-fade .ug-modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}

.ug-modal-dialog {
    max-width: 550px;
    width: 550px;
}

.ug-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.ug-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.ug-modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.ug-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.ug-modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .ug-modal-footer > * {
        margin: 0.5rem;
    }

.ug-d-table-row {
    display: table-row !important;
}

.ug-d-table-cell {
    display: table-cell !important;
}

.ug-btn-group-sm > .ug-btn, .ug-btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.ug-btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.ug-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.ug-btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

button {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button {
    border-radius: 0;
}

.ug-btn {
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
    }

button.gm-ui-hover-effect {
    visibility: hidden;
}    