/* _content/unoGIS.Blazor/Components/Autocomplete/Autocomplete.razor.rz.scp.css */
/* Componente Autocomplete */
.autocomplete[b-sfc4trlchz] {
    position: relative;
    z-index: 1;
    display: inline-block;
}

    .autocomplete input[b-sfc4trlchz] {
        border: 1px solid black;
        background-color: #f1f1f1;
        padding: 5px;
        font-size: 16px;
        width: 100%;
        height: 100%;
        margin: 0px !important;
    }

        .autocomplete input[type=text][b-sfc4trlchz] {
            background-color: #f1f1f1;
            width: 100%;
        }

        .autocomplete input[type=submit][b-sfc4trlchz] {
            background-color: DodgerBlue;
            color: #fff;
        }

    .autocomplete .autocomplete-items[b-sfc4trlchz] {
        position: absolute;
        border: 1px solid #d4d4d4;
        border-bottom: none;
        border-top: none;
        z-index: 99;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 300px;
        overflow: auto;
    }

        .autocomplete .autocomplete-items div[b-sfc4trlchz] {
            padding: 5px;
            cursor: pointer;
            background-color: #fff;
            border-bottom: 1px solid #d4d4d4;
        }

            .autocomplete .autocomplete-items div:hover[b-sfc4trlchz] {
                background-color: #e9e9e9;
            }

            .autocomplete .autocomplete-items div .autocomplete-item[b-sfc4trlchz] {
                font-weight: 100;
                color: black;
            }

    .autocomplete .autocomplete-active[b-sfc4trlchz] {
        background-color: DodgerBlue !important;
        color: #ffffff;
    }
/* _content/unoGIS.Blazor/Components/ContextMenu/ContextMenu.razor.rz.scp.css */
.contextMenuDiv[b-heyj4pb9ic] {
    position: fixed;
    box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
    padding: 5px 0;
    box-sizing: border-box;
    user-select: none;
    background-color: white;
    text-align: center;
}

.contextMenuList[b-heyj4pb9ic] {
    padding-left: 5px !important;
    padding-right: 5px;
    margin: 0px;
    list-style: none;
}
/* _content/unoGIS.Blazor/Components/ContextMenu/MenuItem.razor.rz.scp.css */
.contextMenuChildDiv[b-ni2e00p0ya] {
    position: absolute;
    box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
    padding: 5px 0;
    box-sizing: border-box;
    user-select: none;
    background-color: white;
    display: none;
    left: 103%;
    top: 0px;
    z-index: 1;
}

.contextMenuList[b-ni2e00p0ya] {
    padding-left: 5px !important;
    padding-right: 5px;
    margin: 0px;
    list-style: none;
}

.contextMenuItem[b-ni2e00p0ya] {
    min-width: 120px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

    .contextMenuItem:hover[b-ni2e00p0ya] {
        background-color: lightblue;
        background-color: rgba(0,0,0,.05);
    }

.contextMenuItemDisabled[b-ni2e00p0ya] {
    min-width: 120px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: not-allowed;
    opacity: 0.6;
}

.contextMenuItemWithSubmenu[b-ni2e00p0ya]:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #615c5c;
}
/* _content/unoGIS.Blazor/Components/Controls/ColorPicker.razor.rz.scp.css */
/* Componente ColorPicker */
.ug-colorpicker[b-yb3gqsd5vv] {
    display: inline-flex;
    vertical-align: middle;
}

.ug-colorpicker_picker[b-yb3gqsd5vv] {
    position: absolute;
    margin-top: 30px;
    z-index: 1000;
    border: 1px solid #dadfe2;
    background-color: white;
    box-shadow: 0 6px 14px 0 rgb(0 0 0 / 0.06);
    min-width: 200px;
    max-width: 280px;
    padding: 0.625rem;
    border-radius: 4px;
}

.ug-colorpicker_value[b-yb3gqsd5vv] {
    flex: 1;
    border-radius: 4px;
    border: 1px solid #dadfe2;
    min-width: 30px;
    min-height: 30px;
    cursor: pointer;
}

.ug-colorpicker_saturationwhite[b-yb3gqsd5vv] {
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    cursor: pointer;
}

.ug-colorpicker_saturationblack[b-yb3gqsd5vv], .ug-colorpicker_saturationwhite[b-yb3gqsd5vv] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ug-colorpicker_saturationblack[b-yb3gqsd5vv] {
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.ug-colorpicker_saturationhandle[b-yb3gqsd5vv] {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1.5px, rgba(0, 0, 0, 0.3) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.4) 0px 0px 1px 2px;
}

.ug-colorpicker_huehandle[b-yb3gqsd5vv], .ug-colorpicker_alphahandle[b-yb3gqsd5vv] {
    position: absolute;
    height: 100%;
    width: 6px;
    border: 1px solid #fff;
    transform: translateX(-50%);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1.5px, rgba(0, 0, 0, 0.3) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.4) 0px 0px 1px 2px;
}

.ug-colorpicker_previewarea[b-yb3gqsd5vv] {
    display: flex;
}

.ug-colorpicker_hueandalpha[b-yb3gqsd5vv] {
    flex: 1;
    padding-right: 10px;
    cursor: pointer;
}

.ug-colorpicker_preview[b-yb3gqsd5vv]:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 16px 16px;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}

.ug-colorpicker_preview[b-yb3gqsd5vv] {
    position: relative;
    width: 32px;
    height: 32px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.25) 0px 0px 4px inset;
}

.ug-colorpicker_rgba[b-yb3gqsd5vv] {
    display: flex;
}

.ug-colorpicker_colorbox[b-yb3gqsd5vv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

    .ug-colorpicker_colorbox:not(:last-child)[b-yb3gqsd5vv] {
        margin-right: 4px;
    }

    .ug-colorpicker_colorbox .ug-colorpicker_textbox[b-yb3gqsd5vv] {
        width: 70px !important;
        padding: 0 3px;
        height: 30px;
    }

    .ug-colorpicker_colorbox .ug-colorpicker_spinner[b-yb3gqsd5vv] {
        padding: 0px;
        height: 30px;
        display: inline-block;
        position: relative;
    }

    .ug-colorpicker_colorbox .ug-colorpicker_spinnerinput[b-yb3gqsd5vv] {
        width: 100%;
        border: none;
        background-color: whitesmoke;
        line-height: 1.5rem;
        text-align: inherit;
        cursor: pointer;
        outline: none;
    }

    .ug-colorpicker_colorbox .ug-colorpicker_spinner button[b-yb3gqsd5vv] {
        display: none;
        cursor: pointer;
    }

.ug-colorpicker_button[b-yb3gqsd5vv] {
    justify-content: flex-end;
    display: flex;
}
/* _content/unoGIS.Blazor/Components/Controls/ProgressBar.razor.rz.scp.css */
/* Componente ProgressBar */
@keyframes ug-linear-progress-primary-indeterminate-translate-b-8o1ggh0lvt {
    0% {
        transform: translateX(0)
    }

    20% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
        transform: translateX(0)
    }

    59.15% {
        animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
        transform: translateX(83.67142%)
    }

    100% {
        transform: translateX(200.611057%)
    }
}

@keyframes ug-linear-progress-primary-indeterminate-scale-b-8o1ggh0lvt {
    0% {
        transform: scaleX(0.08)
    }

    36.65% {
        animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
        transform: scaleX(0.08)
    }

    69.15% {
        animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
        transform: scaleX(0.661479)
    }

    100% {
        transform: scaleX(0.08)
    }
}

@keyframes ug-linear-progress-secondary-indeterminate-translate-b-8o1ggh0lvt {
    0% {
        animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
        transform: translateX(0)
    }

    25% {
        animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
        transform: translateX(37.651913%)
    }

    48.35% {
        animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
        transform: translateX(84.386165%)
    }

    100% {
        transform: translateX(160.277782%)
    }
}

@keyframes ug-linear-progress-secondary-indeterminate-scale-b-8o1ggh0lvt {
    0% {
        animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
        transform: scaleX(0.08)
    }

    19.15% {
        animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
        transform: scaleX(0.457104)
    }

    44.15% {
        animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
        transform: scaleX(0.72796)
    }

    100% {
        transform: scaleX(0.08)
    }
}

@keyframes ug-linear-progress-buffering-b-8o1ggh0lvt {
    from {
        transform: rotate(180deg) translateX(-10px)
    }
}

@keyframes ug-linear-progress-primary-indeterminate-translate-reverse-b-8o1ggh0lvt {
    0% {
        transform: translateX(0)
    }

    20% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
        transform: translateX(0)
    }

    59.15% {
        animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
        transform: translateX(-83.67142%)
    }

    100% {
        transform: translateX(-200.611057%)
    }
}

@keyframes ug-linear-progress-secondary-indeterminate-translate-reverse-b-8o1ggh0lvt {
    0% {
        animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
        transform: translateX(0)
    }

    25% {
        animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
        transform: translateX(-37.651913%)
    }

    48.35% {
        animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
        transform: translateX(-84.386165%)
    }

    100% {
        transform: translateX(-160.277782%)
    }
}

@keyframes ug-linear-progress-buffering-reverse-b-8o1ggh0lvt {
    from {
        transform: translateX(-10px)
    }
}

.ug-linear-progress[b-8o1ggh0lvt] {
    position: relative;
    width: 100%;
    height: 4px;
    transform: translateZ(0);
    outline: 1px solid transparent;
    overflow: hidden;
    transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.ug-linear-progress__bar[b-8o1ggh0lvt] {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: none;
    transform-origin: top left;
    transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.ug-linear-progress__bar-inner[b-8o1ggh0lvt] {
    display: inline-block;
    position: absolute;
    width: 100%;
    animation: none;
    border-top: 4px solid
}

.ug-linear-progress__buffer[b-8o1ggh0lvt] {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%
}

.ug-linear-progress__buffer-dots[b-8o1ggh0lvt] {
    background-repeat: repeat-x;
    background-size: 10px 4px;
    flex: auto;
    transform: rotate(180deg);
    animation: ug-linear-progress-buffering-b-8o1ggh0lvt 250ms infinite linear
}

.ug-linear-progress__buffer-bar[b-8o1ggh0lvt] {
    flex: 0 1 100%;
    transition: flex-basis 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.ug-linear-progress__primary-bar[b-8o1ggh0lvt] {
    transform: scaleX(0)
}

.ug-linear-progress__secondary-bar[b-8o1ggh0lvt] {
    visibility: hidden
}

.ug-linear-progress--indeterminate .ug-linear-progress__bar[b-8o1ggh0lvt] {
    transition: none
}

.ug-linear-progress--indeterminate .ug-linear-progress__primary-bar[b-8o1ggh0lvt] {
    left: -145.166611%;
    animation: ug-linear-progress-primary-indeterminate-translate-b-8o1ggh0lvt 2s infinite linear
}

    .ug-linear-progress--indeterminate .ug-linear-progress__primary-bar > .ug-linear-progress__bar-inner[b-8o1ggh0lvt] {
        animation: ug-linear-progress-primary-indeterminate-scale-b-8o1ggh0lvt 2s infinite linear
    }

.ug-linear-progress--indeterminate .ug-linear-progress__secondary-bar[b-8o1ggh0lvt] {
    left: -54.888891%;
    visibility: visible;
    animation: ug-linear-progress-secondary-indeterminate-translate-b-8o1ggh0lvt 2s infinite linear
}

    .ug-linear-progress--indeterminate .ug-linear-progress__secondary-bar > .ug-linear-progress__bar-inner[b-8o1ggh0lvt] {
        animation: ug-linear-progress-secondary-indeterminate-scale-b-8o1ggh0lvt 2s infinite linear
    }

.ug-linear-progress--reversed .ug-linear-progress__bar[b-8o1ggh0lvt] {
    right: 0;
    transform-origin: center right
}

.ug-linear-progress--reversed .ug-linear-progress__primary-bar[b-8o1ggh0lvt] {
    animation-name: ug-linear-progress-primary-indeterminate-translate-reverse-b-8o1ggh0lvt
}

.ug-linear-progress--reversed .ug-linear-progress__secondary-bar[b-8o1ggh0lvt] {
    animation-name: ug-linear-progress-secondary-indeterminate-translate-reverse-b-8o1ggh0lvt
}

.ug-linear-progress--reversed .ug-linear-progress__buffer-dots[b-8o1ggh0lvt] {
    animation: ug-linear-progress-buffering-reverse-b-8o1ggh0lvt 250ms infinite linear;
    order: 0;
    transform: rotate(0)
}

.ug-linear-progress--reversed .ug-linear-progress__buffer-bar[b-8o1ggh0lvt] {
    order: 1
}

.ug-linear-progress--closed[b-8o1ggh0lvt] {
    opacity: 0;
    animation: none
}

.ug-linear-progress__bar-inner[b-8o1ggh0lvt] {
    border-color: #479cc8;
}

.ug-linear-progress__buffer-bar[b-8o1ggh0lvt] {
    background-color: #e6e6e6
}

.ug-linear-progress--indeterminate.ug-linear-progress--reversed .ug-linear-progress__primary-bar[b-8o1ggh0lvt] {
    right: -145.166611%;
    left: auto
}

.ug-linear-progress--indeterminate.ug-linear-progress--reversed .ug-linear-progress__secondary-bar[b-8o1ggh0lvt] {
    right: -54.888891%;
    left: auto
}
/* _content/unoGIS.Blazor/Components/Controls/Slider.razor.rz.scp.css */
/* Componente Slider */
.ug-slider[b-w49po9edsr] {
    position: relative;
    display: inline-block;
    border: 1px solid #dadfe2;
    border-radius: 4px;
    background-color: white;
}

    .ug-slider .ug-slider-range[b-w49po9edsr] {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: rgba(71, 156, 200, 0.3);
        border: 1px solid #459cca;
    }

    .ug-slider .ug-slider-handle[b-w49po9edsr] {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        margin-left: -0.5rem;
        background-color: #479cc8;
        border-radius: 50%;
        width: 1.05rem;
        height: 1.05rem;
    }

        .ug-slider .ug-slider-handle[b-w49po9edsr]:before {
            display: inline-block;
            color: white;
            transform: rotate(90deg);
            vertical-align: middle;
            font-family: 'Material Icons';
            content: none;
        }

        .ug-slider .ug-slider-handle:hover[b-w49po9edsr] {
            background-color: #59a6cd;
            box-shadow: inset 0 -3px 0 0 rgb(255 255 255 / 20%);
        }

.ug-slider-horizontal[b-w49po9edsr] {
    height: auto;
    width: 10rem;
}

.ug-state-disabled[b-w49po9edsr] {
    background-color: rgba(211, 217, 219, 0.1) !important;
    border: solid 1px #dadfe2 !important;
}

    .ug-state-disabled .ug-slider-range[b-w49po9edsr] {
        background-color: lightgray !important;
        border: 1px solid lightgray !important;
    }

    .ug-state-disabled .ug-slider-handle[b-w49po9edsr], .ug-state-disabled .ug-slider-handle:hover[b-w49po9edsr] {
        background-color: lightgray !important;
    }
/* _content/unoGIS.Blazor/Components/Controls/SortList.razor.rz.scp.css */
#ug-sortList button[b-bg1uf2kgzg] {
    line-height: 1px;
    padding: 3px;
    box-shadow: none;
}

    #ug-sortList button i[b-bg1uf2kgzg] {
        font-size: 14px;
        top: -1px;
    }

#ug-sortList .disabled[b-bg1uf2kgzg] {
    pointer-events: none;
    opacity: .65;
}
/* _content/unoGIS.Blazor/Components/DataModelConfig/EntityBusinessRuleEditorDialog.razor.rz.scp.css */
.alignBusinessRuleEditor[b-em53ddy91f] {
    display: flex;
    align-items: center;
}

    .alignBusinessRuleEditor .businessRuleEditorLabelWidth[b-em53ddy91f] {
        width: 175px;
    }

    .alignBusinessRuleEditor .businessRuleEditorInputMargin[b-em53ddy91f] {
        margin-left: 1rem;
    }

    .alignBusinessRuleEditor .businessRuleEditorInputWidth[b-em53ddy91f] {
        width: 200px !important;
        line-height: inherit !important;
        box-sizing: border-box !important;
    }

.businessRuleEditorInputCheckbox[b-em53ddy91f] {
    margin: 5px 0px;
    line-height: 1;
}

    .businessRuleEditorInputCheckbox input[b-em53ddy91f] {
        margin: 0px;
    }

    .businessRuleEditorInputCheckbox label[b-em53ddy91f] {
        margin: 0px;
    }
/* _content/unoGIS.Blazor/Components/DataModelConfig/EntityEditorDialog.razor.rz.scp.css */
.entityEditorDiv[b-1hpnpo8v10]{
    display: flex;
    align-items: center;
}

    .entityEditorDiv .entityEditorInputMargin[b-1hpnpo8v10] {
        margin-left: 1rem;
    }
/* _content/unoGIS.Blazor/Components/DataModelConfig/EntityMethodEditorDialog.razor.rz.scp.css */
.alignEntityMethodEditor[b-dtowqfwo7r] {
    display: flex;
    align-items: center;
}

    .alignEntityMethodEditor .entityMethodEditorLabelWidth[b-dtowqfwo7r] {
        width: 150px;
    }

    .alignBusinessRuleEditor .entityMethodEditorInputMargin[b-dtowqfwo7r] {
        margin-left: 1rem;
    }

    .entityMethodEditorInputWidth[b-dtowqfwo7r]{
        width: 200px !important;
        box-sizing: border-box !important;
    }
/* _content/unoGIS.Blazor/Components/DataModelConfig/EntityPropertyDefaultValueEditorDialog.razor.rz.scp.css */
.inputStyle[b-a33z570lpb] {
    height: 35px;
    width: 150px;
    margin-bottom: 15px;
    display: block;
}
/* _content/unoGIS.Blazor/Components/DataModelConfig/EntityPropertyEditorDialog.razor.rz.scp.css */
.alignEntityPropertyEditor[b-3maa908w4l] {
    display: flex;
    align-items: center;
}

    .alignEntityPropertyEditor .entityPropertyEditorLabelWidth[b-3maa908w4l] {
        width: 190px;
    }

    .alignEntityPropertyEditor .entityPropertyEditorInputMargin[b-3maa908w4l] {
        margin-left: 1rem;
        box-sizing: border-box !important;
    }

.entityPropertyEditorBusinessRuleInputMargin[b-3maa908w4l] {
    width: 200px !important;
    box-sizing: border-box !important;
}

.entityPropertyEditorInputWidth[b-3maa908w4l] {
    width: 200px !important;
    box-sizing: border-box !important;
    line-height: inherit !important;
}

.entityPropertyEditorInputCheckbox[b-3maa908w4l] {
    margin: 5px 0px;
    line-height: 1;
    width: 190px;
}

    .entityPropertyEditorInputCheckbox input[b-3maa908w4l] {
        margin: 0px;
    }

    .entityPropertyEditorInputCheckbox label[b-3maa908w4l] {
        margin: 0px;
    }
/* _content/unoGIS.Blazor/Components/DataModelConfig/EntityPropertyFilterEditorDialog.razor.rz.scp.css */
.propertiesListFilter[b-vdxp6i1dhp] {
    max-height: 200px;
    overflow: auto;
    border: 1px solid lightgray;
    margin-bottom: 0px;
}

    .propertiesListFilter .labelProperties[b-vdxp6i1dhp] {
        font-weight: bold;
    }

.tableContainerFilter[b-vdxp6i1dhp] {
    max-height: 300px;
    overflow: auto;
    border: 1px solid lightgray;
}

    .tableContainerFilter table tr th[b-vdxp6i1dhp] {
        padding: 5px;
    }

    .tableContainerFilter table tr:nth-child(even)[b-vdxp6i1dhp] {
        background-color: #f2f2f2;
    }

    .tableContainerFilter .btnDeleteFilter[b-vdxp6i1dhp] {
        padding: 0px;
        background-color: transparent !important;
        color: black !important;
    }

        .tableContainerFilter .btnDeleteFilter i[b-vdxp6i1dhp] {
            font-size: 15px;
        }

.btnAddFilter[b-vdxp6i1dhp] {
    margin: 5px 0px !important;
}

.inputCheckbox[b-vdxp6i1dhp] {
    margin: 5px 0px;
    line-height: 1;
}

    .inputCheckbox input[b-vdxp6i1dhp] {
        margin: 0px;
    }

    .inputCheckbox label[b-vdxp6i1dhp] {
        margin: 0px;
    }
/* _content/unoGIS.Blazor/Components/DataModelConfig/EntityPropertyFilterValueEditorDialog.razor.rz.scp.css */
.tableFilter[b-9tbugzikmh] {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 10px;
    border: 1px solid lightgray;
}

    .tableFilter select[b-9tbugzikmh] {
        width: 220px;
    }

.tableValues[b-9tbugzikmh] {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 10px;
    border: 1px solid lightgray;
}
/* _content/unoGIS.Blazor/Components/DataModelConfig/EntityPropertyRemoteAccessorEditorDialog.razor.rz.scp.css */
.alignEntityPropertyRemoteAccesorEditor[b-w0qew87pbv] {
    display: flex;
    align-items: center;
}

    .alignEntityPropertyRemoteAccesorEditor .entityPropertyRemoteAccesorEditorLabelWidth[b-w0qew87pbv] {
        width: 250px;
    }

    .alignEntityPropertyRemoteAccesorEditor .entityPropertyRemoteAccesorEditorInputMargin[b-w0qew87pbv] {
        margin-left: 1rem;
    }

.entityPropertyRemoteAccesorEditorInputWidth[b-w0qew87pbv] {
    width: 200px !important;
    box-sizing: border-box !important;
}
/* _content/unoGIS.Blazor/Components/DataModelConfig/EnumValueEditorDialog.razor.rz.scp.css */
.alignEnumValueEditor[b-wxpb90viiu] {
    display: flex;
    align-items: center;
}

    .alignEnumValueEditor .enumValueEditorLabelWidth[b-wxpb90viiu] {
        width: 250px;
    }

    .alignEnumValueEditor .enumValueEditorInputMargin[b-wxpb90viiu] {
        margin-left: 1rem;
    }

.enumValueEditorInputWidth[b-wxpb90viiu] {
    width: 200px !important;
}
/* _content/unoGIS.Blazor/Components/DataModelConfig/FeatureSetEditorDialog.razor.rz.scp.css */
.alignFeatureSetEditor[b-pttfy3i3bw] {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

    .alignFeatureSetEditor .featureSetEditorLabelWidth[b-pttfy3i3bw] {
        width: 150px;
    }

    .alignFeatureSetEditor .featureSetEditorInputMargin[b-pttfy3i3bw] {
        margin-left: 1rem;
        padding-left: 0px !important;
    }

.featureSetEditorInputWidth[b-pttfy3i3bw] {
    width: 200px !important;
}

.featureSetEditorFeatureSetInputWidth[b-pttfy3i3bw] {
    width: calc(200px - 14px - 1rem) !important;
    box-sizing: border-box !important;
}
/* _content/unoGIS.Blazor/Components/DataTables/DataTable.razor.rz.scp.css */
table tfoot .infoRecords[b-aqzumd656a] {
    float: left;
}

table tfoot .paginationTable[b-aqzumd656a] {
    float: right;
    margin-top: 3px;
}

    table tfoot .paginationTable button[b-aqzumd656a] {
        display: inline-block;
        background-color: steelblue;
        color: #FFFFFF;
        padding: 2px 7px;
        border: 5px;
        border-radius: 5px;
        height: 25px;
        font-size: 1em;
    }

table .dataTables_selectRecords[b-aqzumd656a] {
    width: 55px;
    height: 24px;
    display: inline-block;
    background-position: right !important;
    padding: 0px 0px 0px 3px;
}

table .dataTables_actualPage[b-aqzumd656a] {
    border-radius: 5px;
    text-align: center;
    width: 50px;
    margin: 0px;
}

table .dataTables_info[b-aqzumd656a] {
    font-size: 0.9em;
    margin-top: 5px;
}

table .dataTables_noinfo[b-aqzumd656a] {
    margin: 10px 0px 10px;
}

table .buttonDisabled[b-aqzumd656a] {
    background-color: lightgray !important;
    cursor: not-allowed;
}

table .btnDownloadExcel[b-aqzumd656a] {
    background-color: #28a745 !important;
    font-size: 1em;
    height: 25px;
    vertical-align: initial;
}

    table .btnDownloadExcel i[b-aqzumd656a] {
        font-size: 14px;
    }

table .sortableButton[b-aqzumd656a] {
    float: right !important;
    margin: 4px 0px 0px 0px !important;
    cursor: pointer;
    font-size: 13px;
}
/* _content/unoGIS.Blazor/Components/Dialog/Modal.razor.rz.scp.css */
/* Componente modal */
.modal .modal-content .btn-close[b-idstxcmamo] {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.btn-close:focus[b-idstxcmamo] {
    box-shadow: none;
}

.btn-close:not(.disabled)[b-idstxcmamo] {
    opacity: 1;
}

    .btn-close:not(.disabled):hover[b-idstxcmamo] {
        opacity: .75;
    }

@media (max-width: 475px) {
    .modal-body[b-idstxcmamo] {
        overflow-y: auto;
        max-height: calc(100vh - 210px);
    }
}
/* _content/unoGIS.Blazor/Components/Dialog/ModalContent.razor.rz.scp.css */
/* Componente modal */
.modal .modal-content .btn-close[b-01u6q0y97h] {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.btn-close:focus[b-01u6q0y97h] {
    box-shadow: none;
}

.btn-close:not(.disabled)[b-01u6q0y97h] {
    opacity: 1;
}

    .btn-close:not(.disabled):hover[b-01u6q0y97h] {
        opacity: .75;
    }

@media (max-width: 475px) {
    .modal-body[b-01u6q0y97h] {
        overflow-y: auto;
        max-height: calc(100vh - 210px);
    }
}
/* _content/unoGIS.Blazor/Components/DynamicField/Argument.razor.rz.scp.css */
.argumentLabel[b-8i1zd3k1m2] {
    display: inline;
    cursor: pointer;
    font-size: 9pt;
}

.argumentDiv[b-8i1zd3k1m2] {
    display: inline;
    cursor: pointer;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    min-width: 15px;
    height: 15px;
    text-align: center;
}
/* _content/unoGIS.Blazor/Components/DynamicField/DynamicField.razor.rz.scp.css */
.DynamicFieldDiv[b-uazipa5ufe] {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white
}

.DynamicFieldChildDiv[b-uazipa5ufe] {
    display: inline-block;
    width: 200px;
    height: 41px;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    border-width: 0px;
    vertical-align: middle;
    padding-left: 5px;
}

.DynamicFieldLabel[b-uazipa5ufe] {
    display: inline;
    cursor: pointer;
    font-size: 9pt;
    margin: 0px 5px 0px 5px;
    color: green;
    font-weight: bold
}

.DynamicFieldIconDiv[b-uazipa5ufe] {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.DynamicFieldInput[b-uazipa5ufe] {
    display: inline-block;
    width: 200px;
    height: 25px;
    border-width: 0px;
}
/* _content/unoGIS.Blazor/Components/DynamicField/ItemSelectorDialog.razor.rz.scp.css */
.titleIconClose[b-gos30de4bg] {
    font-size: 16px;
    line-height: inherit;
    cursor: pointer;
}
.styleSelect[b-gos30de4bg] {
    margin: 0px;
    height: 30px;
    width:150px;
    outline:none;
}

.dynamicFieldsElement[b-gos30de4bg] {
    margin: 10px 0px 10px 0px;
}

.singleElement[b-gos30de4bg]{
    margin: 2px 0px 0px 44px;
}

.modal-title[b-gos30de4bg] {
    font-weight: bold;
    margin-bottom: 15px
}

.dynamicFieldsLabel[b-gos30de4bg]{
    width: 40px;
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/ConstItemConf.razor.rz.scp.css */
.modal-title[b-fb5z0h6r4a] {
    font-weight: bold;
    margin-bottom: 10px
}

.constDiv[b-fb5z0h6r4a] {
    margin-top: 5px;
    padding: 5px 0px 0px 0px;
    border-width: 0px
}

.styleSelect[b-fb5z0h6r4a] {
    margin: 0px;
    height: 30px;
    width: 150px;
    outline: none;
}

.constInput[b-fb5z0h6r4a] {
    height: 30px;
    width: 150px
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/FieldItemConf.razor.rz.scp.css */
.modal-title[b-7ig72jjnb8] {
    font-weight: bold;
    margin-bottom: 10px
}

.styleSelect[b-7ig72jjnb8] {
    margin: 10px 0px 10px 0px;
    height: 30px;
    width: 150px;
    outline: none;
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/IfThenItemConf.razor.rz.scp.css */
.modal-title[b-1vdahwynrx] {
    font-weight: bold;
    margin-bottom: 10px
}

.styleSelect[b-1vdahwynrx] {
    height: 30px;
    width: 200px;
    outline: none;
}

.inputMargin[b-1vdahwynrx] {
    margin-left: 4px
}

.smallInput[b-1vdahwynrx] {
    display: inline-block;
    width: 100px;
    height: 30px;
}

.largeInput[b-1vdahwynrx] {
    display: inline-block;
    width: 250px;
    height: 30px
}

.ifThenDiv[b-1vdahwynrx] {
    overflow: auto;
    max-width: 350px;
    max-height: 100px;
    white-space: nowrap;
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/IncrementItemConf.razor.rz.scp.css */
.modal-title[b-y608k23595] {
    font-weight: bold;
    margin-bottom: 10px
}

.incrementInput[b-y608k23595] {
    width: 100px;
    height: 30px
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/PowItemConf.razor.rz.scp.css */
.modal-title[b-j2pssczf1q] {
    font-weight: bold;
    margin-bottom: 10px
}

.powInput[b-j2pssczf1q] {
    width: 100px;
    height: 30px
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/RoundItemConf.razor.rz.scp.css */
.modal-title[b-rps4p89xz0] {
    font-weight: bold;
    margin-bottom: 10px
}

.roundInput[b-rps4p89xz0] {
    width: 100px;
    height: 30px
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/SubstringItemConf.razor.rz.scp.css */
.modal-title[b-6w0p7f89gk] {
    font-weight: bold;
    margin-bottom: 10px
}

.subStringInput[b-6w0p7f89gk] {
    display: block;
    width: 150px;
    height: 30px
}
.subStringSpecialInput[b-6w0p7f89gk] {
    width: 150px;
    height: 30px;
    margin-top: 2px
}

.styleSelect[b-6w0p7f89gk] {
    height: 30px;
    width: 150px;
    outline: none;
    display: block;
    margin: 0px;
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/ToDateItemConf.razor.rz.scp.css */
.modal-title[b-f62jgzp7v9] {
    font-weight: bold;
    margin-bottom: 10px
}

.toDateInput[b-f62jgzp7v9] {
    width: 150px;
    height: 30px
}
/* _content/unoGIS.Blazor/Components/DynamicField/Items/ToNumberItemConf.razor.rz.scp.css */
.modal-title[b-1jxrwcxrre] {
    font-weight: bold;
    margin-bottom: 10px
}

.styleSelect[b-1jxrwcxrre] {
    height: 30px;
    width: 150px;
    outline: none;
    display: inline-block;
    margin: 0px;
}
/* _content/unoGIS.Blazor/Components/DynamicField/OneArgumentItem.razor.rz.scp.css */
.oneArgumentItemDiv[b-5dnsfogmj6] {
    display: inline;
    cursor: pointer;
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.oneArgumentItemLabel[b-5dnsfogmj6] {
    display: inline;
    cursor: pointer;
    font-size: 9pt;
}
/* _content/unoGIS.Blazor/Components/DynamicField/TwoArgumentsItem.razor.rz.scp.css */
.twoArgumentItemDiv[b-zvyobmfm74] {
    display: inline;
    cursor: pointer;
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.twoArgumentItemLabel[b-zvyobmfm74] {
    display: inline;
    cursor: pointer;
    font-size: 9pt;
}
/* _content/unoGIS.Blazor/Components/DynamicField/ZeroArgumentItem.razor.rz.scp.css */
.zeroArgumentItemDiv[b-bth1bb4i0f] {
    display: inline;
    cursor: pointer;
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.zeroArgumentItemChildDiv[b-bth1bb4i0f] {
    display: inline;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

.zeroArgumentItemLabel[b-bth1bb4i0f] {
    display: inline;
    cursor: pointer;
    font-size: 9pt;
}
/* _content/unoGIS.Blazor/Components/HistoricalDisplay/HistoricalDisplay.razor.rz.scp.css */
.divHistoricalDisplay[b-3yaecrwz9g] {
    height: auto;
    width: auto;
}

    .divHistoricalDisplay div[b-3yaecrwz9g] {
        margin: 10px;
    }

        .divHistoricalDisplay div .labelError[b-3yaecrwz9g] {
            color: red;
        }

        .divHistoricalDisplay div .title[b-3yaecrwz9g] {
            font-weight: 600;
        }

        .divHistoricalDisplay div i[b-3yaecrwz9g] {
            cursor: pointer;
            float: right;
        }

        .divHistoricalDisplay div input[type=button][b-3yaecrwz9g] {
            outline: none;
            width: auto;
        }
/* _content/unoGIS.Blazor/Components/Profile/ModelPermission.razor.rz.scp.css */
.profileComponent #profileDatamodel label[b-5x1ue4u39q] {
    margin-bottom: 0;
}

.profileComponent #profileDatamodel .treenode[b-5x1ue4u39q] {
    visibility: visible !important;
    display: inline-block;
}
/* _content/unoGIS.Blazor/Components/Profile/Profile.razor.rz.scp.css */
.profileComponent[b-q9g2jl263b] {
    max-height: 475px;
    width: 100%;
}

    .profileComponent #profileTabs .ug-tab__content .ug-tab__text-label .material-icons[b-q9g2jl263b], 
    .profileComponent #profileTabs .ug-tab__content .ug-tab--active .ug-tab__text-label .material-icons[b-q9g2jl263b] {
        font-size: 21px;
    }
/* _content/unoGIS.Blazor/Components/Profile/ToolPermission.razor.rz.scp.css */
.profileComponent #profileTools .treenode[b-gqf1trxm2w] {
    visibility: visible !important;
    display: inline-block;
}

.profileComponent #profileTools input[type="checkbox"]:checked + label[b-gqf1trxm2w]::after {
    content: '';
    position: absolute;
    width: 0.8em;
    height: 0.3em;
    background: rgba(0, 0, 0, 0);
    top: 0.5em;
    left: 0.128em;
    border: 0.187em solid black;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate( -45deg );
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
}

.profileComponent #profileTools input[type="radio"][b-gqf1trxm2w],
.profileComponent #profileTools input[type="checkbox"][b-gqf1trxm2w] {
    position: absolute;
    left: -999em;
}

    .profileComponent #profileTools input[type="checkbox"] + label[b-gqf1trxm2w] {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: -0.5em;
    }

        .profileComponent #profileTools input[type="checkbox"] + label[b-gqf1trxm2w]::before {
            content: "";
            display: inline-block;
            box-sizing: content-box;
            height: 0.9em;
            width: 0.9em;
            cursor: pointer;
            vertical-align: text-bottom;
            background-color: white;
            border: 0.15em solid black;
            border-radius: 0.1em;
            margin-right: 0.5em;
        }
/* _content/unoGIS.Blazor/Components/Query/QueryBuilder.razor.rz.scp.css */
.QB[b-wus7ojp6h1] {
    position: relative;
    padding: 10px;
    min-height: 50px;
    height: 100%;
    background-color: #eeeeee;
}
/* _content/unoGIS.Blazor/Components/RadioButton/RadioButtonInternal.razor.rz.scp.css */
/*Componente RadioButton*/
.ug-radio-field[b-byr9ret4n8] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0,0,0,.87);
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

    .ug-radio-field > label[b-byr9ret4n8] {
        margin-left: 0;
        margin-right: auto;
        padding-left: 4px;
        padding-right: 0;
        order: 0;
    }

.ug-radio[b-byr9ret4n8] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 10px;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    cursor: pointer;
    will-change: opacity,transform,border-color,color;
}

    .ug-radio .ug-radio__native-control[b-byr9ret4n8] {
        top: 0px;
        right: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
    }

.ug-radio__native-control[b-byr9ret4n8] {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    z-index: 1;
}

.ug-radio .ug-radio__native-control:enabled:checked + .ug-radio__background .ug-radio__outer-circle[b-byr9ret4n8],
.ug-radio .ug-radio__native-control:enabled + .ug-radio__background .ug-radio__inner-circle[b-byr9ret4n8] {
    border-color: black !important;
}

.ug-radio .ug-radio__native-control:enabled + .ug-radio__background .ug-radio__inner-circle[b-byr9ret4n8] {
    border-color: #018786;
}

.ug-radio__background[b-byr9ret4n8] {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
}

.ug-radio .ug-radio__background[b-byr9ret4n8]::before {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
}

.ug-radio .ug-radio__background[b-byr9ret4n8]::before {
    background-color: white;
}

.ug-radio__background[b-byr9ret4n8]::before {
    position: absolute;
    transform: scale(0, 0);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.ug-radio__outer-circle[b-byr9ret4n8] {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.ug-radio__inner-circle[b-byr9ret4n8] {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
    transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.ug-radio--disabled[b-byr9ret4n8] {
    cursor: default;
    pointer-events: none;
}

.ug-radio [aria-disabled=true] .ug-radio__native-control:not(:checked) + .ug-radio__background .ug-radio__outer-circle[b-byr9ret4n8],
.ug-radio .ug-radio__native-control:disabled:not(:checked) + .ug-radio__background .ug-radio__outer-circle[b-byr9ret4n8],
.ug-radio [aria-disabled=true] .ug-radio__native-control + .ug-radio__background .ug-radio__inner-circle[b-byr9ret4n8],
.ug-radio .ug-radio__native-control:disabled + .ug-radio__background .ug-radio__inner-circle[b-byr9ret4n8],
.ug-radio [aria-disabled=true] .ug-radio__native-control:checked + .ug-radio__background .ug-radio__outer-circle[b-byr9ret4n8],
.ug-radio .ug-radio__native-control:disabled:checked + .ug-radio__background .ug-radio__outer-circle[b-byr9ret4n8] {
    border-color: rgba(0,0,0,.38)
}

.ug-radio__native-control:checked + .ug-radio__background .ug-radio__inner-circle[b-byr9ret4n8] {
    transform: scale(0.5);
    transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.ug-radio__native-control:disabled + .ug-radio__background[b-byr9ret4n8], [aria-disabled=true] .ug-radio__native-control + .ug-radio__background[b-byr9ret4n8] {
    cursor: default
}

.ug-radio__native-control:focus + .ug-radio__background[b-byr9ret4n8]::before {
    transform: scale(1);
    opacity: .12;
    transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)
}
/* _content/unoGIS.Blazor/Components/Tab/TabBar.razor.rz.scp.css */
.ug-tab-bar[b-18rzq760vb] {
    width: 100%
}

.ug-tab-scroller[b-18rzq760vb] {
    overflow-y: hidden
}

    .ug-tab-scroller.ug-tab-scroller--animating .ug-tab-scroller__scroll-content[b-18rzq760vb] {
        transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1)
    }

.ug-tab-scroller__test[b-18rzq760vb] {
    position: absolute;
    top: -9999px;
    width: 100px;
    height: 100px;
    overflow-x: scroll
}

.ug-tab-scroller__scroll-area[b-18rzq760vb] {
    -webkit-overflow-scrolling: touch;
    display: flex;
    overflow-x: hidden
}

    .ug-tab-scroller__scroll-area[b-18rzq760vb]::-webkit-scrollbar, .ug-tab-scroller__test[b-18rzq760vb]::-webkit-scrollbar {
        display: none
    }

.ug-tab-scroller__scroll-area--scroll[b-18rzq760vb] {
    overflow-x: scroll
}

.ug-tab-scroller__scroll-content[b-18rzq760vb] {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    transform: none;
    will-change: transform
}

.ug-tab-scroller--align-start .ug-tab-scroller__scroll-content[b-18rzq760vb] {
    justify-content: flex-start
}

.ug-tab-scroller--align-end .ug-tab-scroller__scroll-content[b-18rzq760vb] {
    justify-content: flex-end
}

.ug-tab-scroller--align-center .ug-tab-scroller__scroll-content[b-18rzq760vb] {
    justify-content: center
}

.ug-tab-scroller--animating .ug-tab-scroller__scroll-area[b-18rzq760vb] {
    -webkit-overflow-scrolling: auto
}

.ug-tab-scroller.ug-tab-scroller--animating .ug-tab-scroller__scroll-content[b-18rzq760vb] {
    transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1)
}

.ug-tab-scroller__test[b-18rzq760vb] {
    position: absolute;
    top: -9999px;
    width: 100px;
    height: 100px;
    overflow-x: scroll
}

    .ug-tab-scroller__scroll-area[b-18rzq760vb]::-webkit-scrollbar, .ug-tab-scroller__test[b-18rzq760vb]::-webkit-scrollbar {
        display: none
    }

.ug-tab-scroller__scroll-area--scroll[b-18rzq760vb] {
    overflow-x: scroll
}

.ug-tab-scroller--align-start .ug-tab-scroller__scroll-content[b-18rzq760vb] {
    justify-content: flex-start
}

.ug-tab-scroller--align-end .ug-tab-scroller__scroll-content[b-18rzq760vb] {
    justify-content: flex-end
}

.ug-tab-scroller--align-center .ug-tab-scroller__scroll-content[b-18rzq760vb] {
    justify-content: center
}

.ug-tab-scroller--animating .ug-tab-scroller__scroll-area[b-18rzq760vb] {
    -webkit-overflow-scrolling: auto
}
/* _content/unoGIS.Blazor/Components/Tab/TabLabel.razor.rz.scp.css */
.ug-tab[b-rt6i3145qf] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    z-index: 1;
    height: 48px
}

.ug-tab--active .ug-tab__text-label[b-rt6i3145qf] {
    color: black !important;
}

.ug-tab--active .ug-tab__icon[b-rt6i3145qf] {
    color: #6200ee;
    fill: currentColor
}

.ug-tab:not(.ug-tab--stacked) .ug-tab__icon + .ug-tab__text-label[b-rt6i3145qf] {
    padding-left: 8px;
    padding-right: 0
}

    [dir=rtl] .ug-tab:not(.ug-tab--stacked) .ug-tab__icon + .ug-tab__text-label[b-rt6i3145qf], .ug-tab:not(.ug-tab--stacked) .ug-tab__icon + .ug-tab__text-label[dir=rtl][b-rt6i3145qf] {
        padding-left: 0;
        padding-right: 8px
    }

.ug-tab .ug-tab__text-label[b-rt6i3145qf] {
    color: rgba(0,0,0,.6)
}

.ug-tab-indicator[b-rt6i3145qf] {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

    .ug-tab-indicator .ug-tab-indicator__content--underline[b-rt6i3145qf] {
        border-color: black !important;
        border-top-width: 2px;
    }

    .ug-tab-indicator .ug-tab-indicator__content--icon[b-rt6i3145qf] {
        color: #018786;
    }

    .ug-tab-indicator .ug-tab-indicator__content--icon[b-rt6i3145qf] {
        height: 34px;
        font-size: 34px
    }

.ug-tab-indicator__content[b-rt6i3145qf] {
    transform-origin: left;
    opacity: 0
}

.ug-tab-indicator__content--underline[b-rt6i3145qf] {
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    border-top-style: solid
}

.ug-tab-indicator__content--icon[b-rt6i3145qf] {
    align-self: center;
    margin: 0 auto
}

.ug-tab-indicator--active .ug-tab-indicator__content[b-rt6i3145qf] {
    opacity: 1
}

.ug-tab-indicator .ug-tab-indicator__content[b-rt6i3145qf] {
    transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1)
}

.ug-tab-indicator--no-transition .ug-tab-indicator__content[b-rt6i3145qf] {
    transition: none
}

.ug-tab-indicator--fade .ug-tab-indicator__content[b-rt6i3145qf] {
    transition: 150ms opacity linear
}

.ug-tab-indicator--active.ug-tab-indicator--fade .ug-tab-indicator__content[b-rt6i3145qf] {
    transition-delay: 100ms
}

.ug-tab-indicator .ug-tab-indicator__content--icon[b-rt6i3145qf] {
    color: #018786;
}

.ug-tab-indicator .ug-tab-indicator__content--icon[b-rt6i3145qf] {
    height: 34px;
    font-size: 34px
}

.ug-tab-indicator__content--icon[b-rt6i3145qf] {
    align-self: center;
    margin: 0 auto
}

.ug-tab-indicator--no-transition .ug-tab-indicator__content[b-rt6i3145qf] {
    transition: none
}

.ug-tab-indicator--fade .ug-tab-indicator__content[b-rt6i3145qf] {
    transition: 150ms opacity linear
}

.ug-tab-indicator--active.ug-tab-indicator--fade .ug-tab-indicator__content[b-rt6i3145qf] {
    transition-delay: 100ms
}

.ug-tab__content .ug-tab__text-label label[b-rt6i3145qf], .ug-tab__content .ug-tab--active .ug-tab__text-label label[b-rt6i3145qf] {
    vertical-align: middle;
    cursor: pointer;
}

.ug-tab__content[b-rt6i3145qf] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    pointer-events: none
}

.ug-tab__text-label[b-rt6i3145qf] {
    transition: 150ms color linear;
    display: inline-block;
    line-height: 1;
    z-index: 2
}

.ug-tab__ripple[b-rt6i3145qf] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ug-tab__ripple[b-rt6i3145qf]::before, .ug-tab__ripple[b-rt6i3145qf]::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

    .ug-tab__ripple[b-rt6i3145qf]::before {
        transition: opacity 15ms linear,background-color 15ms linear;
        z-index: 1
    }

    .ug-tab__ripple[b-rt6i3145qf]::before, .ug-tab__ripple[b-rt6i3145qf]::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
    }

    .ug-tab__ripple[b-rt6i3145qf]::before, .ug-tab__ripple[b-rt6i3145qf]::after {
        background-color: white;
    }

    .ug-tab__ripple:hover[b-rt6i3145qf]::before {
        opacity: .04
    }

.ug-tab--stacked[b-rt6i3145qf] {
    height: 72px
}

.ug-tab .ug-tab__icon[b-rt6i3145qf] {
    color: rgba(0,0,0,.54);
    fill: currentColor
}

.ug-tab[b-rt6i3145qf]::-moz-focus-inner {
    padding: 0;
    border: 0
}

.ug-tab--min-width[b-rt6i3145qf] {
    flex: 0 1 auto
}

.ug-tab__icon[b-rt6i3145qf] {
    transition: 150ms color linear;
    width: 24px;
    height: 24px;
    font-size: 24px;
    z-index: 2
}

.ug-tab--stacked .ug-tab__content[b-rt6i3145qf] {
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ug-tab--stacked .ug-tab__text-label[b-rt6i3145qf] {
    padding-top: 6px;
    padding-bottom: 4px
}
/* _content/unoGIS.Blazor/Components/ThematicMaps/ThematizationsPanel.razor.rz.scp.css */
/*Componente Thematizations Panel*/

#ThematizationsPanelComponent > *[b-lqxsrn6027] {
    max-width: 99.8%;
}

.Thematizations_divThematizations[b-lqxsrn6027] {
    padding: 10px;
    background-color: whitesmoke;
}
.Thematizations_divThematizations ul[b-lqxsrn6027] {
    list-style: none;
    max-height: 265px;
    overflow-y: auto;
    padding-left: 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 0px;
    margin-top: 5px;
}

        .Thematizations_divThematizations ul li[b-lqxsrn6027] {
            padding: 5px;
            border-bottom: 1px dashed lightgray;
        }

            .Thematizations_divThematizations ul li .Thematizations_nameThematization[b-lqxsrn6027] {
                display: inline-flex;
                max-width: 65%;
                vertical-align: middle;
            }

            .Thematizations_divThematizations ul li label[b-lqxsrn6027] {
                margin-bottom: 0px !important;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .Thematizations_divThematizations ul li i[b-lqxsrn6027] {
                cursor: pointer;
                margin-top: 11px;
            }

.Thematizations_cursorPointer[b-lqxsrn6027] {
    cursor: pointer;
}

.Thematizations_margintop10[b-lqxsrn6027] {
    margin-top: 10px;
}

.Thematizations_margintop5[b-lqxsrn6027] {
    margin-top: 5px;
}

.Thematizations_marginleft15[b-lqxsrn6027] {
    margin-left: 15px;
}

.Thematizations_marginleft5[b-lqxsrn6027] {
    margin-left: 5px;
}

.Thematizations_marginright15[b-lqxsrn6027] {
    margin-right: 15px;
}

.Thematizations_marginright5[b-lqxsrn6027] {
    margin-right: 5px;
}

.Thematizations_centerModal[b-lqxsrn6027] {
    top: 50%;
    left: 50%;
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%) !important;
    margin: 0 auto;
    padding: 0;
}

.Thematizations_paddingleft15[b-lqxsrn6027] {
    padding-left: 15px;
}

.Thematizations_paddingleft5[b-lqxsrn6027] {
    padding-left: 5px;
}

.Thematizations_paddingleft2[b-lqxsrn6027] {
    padding-left: 2px;
}

.Thematizations___fillstyle_selector[b-lqxsrn6027], .Thematizations___pointstyle_selector[b-lqxsrn6027] {
    cursor: pointer;
    width: 32px;
    height: 32px;
}

    .Thematizations___fillstyle_selector:hover[b-lqxsrn6027], .Thematizations___pointstyle_selector:hover[b-lqxsrn6027] {
        background: #eeeeee;
    }

.Thematizations___linestyle_container[b-lqxsrn6027] {
    width: 0px;
    margin: 4px;
}

.Thematizations___linestyle_selector[b-lqxsrn6027] {
    cursor: pointer;
    width: 32px;
}

    .Thematizations___linestyle_selector:hover[b-lqxsrn6027] {
        background: #eeeeee;
    }

.Thematizations___fillstyle_container[b-lqxsrn6027], .Thematizations___pointstyle_container[b-lqxsrn6027] {
    margin: 4px;
}

.Thematizations___linestyle_dropdown[b-lqxsrn6027] {
    background: white;
    position: absolute;
    cursor: pointer;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    border: solid 1px;
    border-color: #eeeeee;
}

    .Thematizations___linestyle_dropdown img[b-lqxsrn6027] {
        margin-bottom: 1px;
        display: table;
    }

        .Thematizations___linestyle_dropdown img:hover[b-lqxsrn6027] {
            background: #eeeeee;
        }

.Thematizations___fillstyle_dropdown[b-lqxsrn6027], .__colorstyle_dropdown[b-lqxsrn6027], .Thematizations___linestyle_dropdown[b-lqxsrn6027] {
    max-height: 140px;
    margin-left: -1px;
}

.Thematizations___fillstyle_dropdown[b-lqxsrn6027], .Thematizations___pointstyle_dropdown[b-lqxsrn6027] {
    background: white;
    position: absolute;
    display: none;
    cursor: pointer;
    height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    border: solid 1px;
    border-color: #eeeeee;
}

    .Thematizations___fillstyle_dropdown img[b-lqxsrn6027], .Thematizations___pointstyle_dropdown img[b-lqxsrn6027] {
        margin-bottom: 1px;
        display: table;
    }

        .Thematizations___fillstyle_dropdown img:hover[b-lqxsrn6027], .Thematizations___pointstyle_dropdown img:hover[b-lqxsrn6027] {
            background: #eeeeee;
        }


.Thematizations_editThematizationPanel[b-lqxsrn6027] {
    display: table;
    font-size: 14px;
}

.Thematizations_nav-link[b-lqxsrn6027] {
    width: 40% !important;
    margin: auto !important;
    text-align: center !important;
    border: 1px solid black;
}

.Thematizations_tab[b-lqxsrn6027] {
    margin-top: 1vh;
    margin-bottom: 2.5vh;
}

.Thematizations_tab-pane[b-lqxsrn6027] {
    margin-top: 3vh;
    height: 15vh;
}

.Thematizations_nopadding[b-lqxsrn6027] {
    padding: 0 !important;
}

#txtEditLineWidth[b-lqxsrn6027], #txtEditGlowWidth[b-lqxsrn6027], #txtEditAlphaRaster[b-lqxsrn6027] {
    text-align: center;
    width: 50px;
    padding: 0px;
}

@media (max-width: 475px) {
    .Thematizations_responsiveModal[b-lqxsrn6027] {
        width: 300px !important;
    }

    .Thematizations_divThematizations ul li .Thematizations_nameThematization[b-lqxsrn6027] {
        max-width: 55% !important;
    }


    #ThematizationsPanelComponent[b-lqxsrn6027] {
        display: none;
    }
}

.Thematizations_divThematizations > ul > li > input[b-lqxsrn6027] {
    margin: 1vh 0.5vh;
}

#editSelected[b-lqxsrn6027] {
    margin: 1.4vh 0.5vh;
}

.ModalBackground[b-lqxsrn6027] {
    display: block;
    background-color: rgba(10,10,10,.5);
}

.Thematizations_range-form-group[b-lqxsrn6027]{
    margin-bottom:1.5rem;
}
/* _content/unoGIS.Blazor/Components/Toast/ToastContainer/ToastContainer.razor.rz.scp.css */
.toast-container[b-phw2pj5u2s] {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}  

    .toast-container.toast-top-center > div[b-phw2pj5u2s] {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .toast-container.toast-bottom-full-width > div[b-phw2pj5u2s], .toast-container.toast-top-full-width > div[b-phw2pj5u2s] {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast-top-center[b-phw2pj5u2s] {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center[b-phw2pj5u2s] {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width[b-phw2pj5u2s] {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width[b-phw2pj5u2s] {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left[b-phw2pj5u2s] {
    top: 12px;
    left: 12px
}

.toast-top-right[b-phw2pj5u2s] {
    top: 12px;
    right: 12px
}

.toast-bottom-right[b-phw2pj5u2s] {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left[b-phw2pj5u2s] {
    bottom: 12px;
    left: 12px
}

@media all and (max-width: 240px) {
    .toast-container > div[b-phw2pj5u2s] {
        width: 11em
    }

    .toast-container .toast-close-button[b-phw2pj5u2s] {
        right: -0.2em;
        top: -0.2em
    }

    .toast-container .rtl .toast-close-button[b-phw2pj5u2s] {
        left: -0.2em;
        right: .2em
    }
}

@media all and (min-width: 241px)and (max-width: 480px) {
    .toast-container > div[b-phw2pj5u2s] {
        width: 18em
    }

    .toast-container .toast-close-button[b-phw2pj5u2s] {
        right: -0.2em;
        top: -0.2em
    }

    .toast-container .rtl .toast-close-button[b-phw2pj5u2s] {
        left: -0.2em;
        right: .2em
    }
}

@media all and (min-width: 481px)and (max-width: 768px) {
    .toast-container > div[b-phw2pj5u2s] {
        width: 25em
    }
}
/* _content/unoGIS.Blazor/Components/Toast/Toast/ToastItem.razor.rz.scp.css */
/* Componente Toast */
.toast-title[b-6psgprwzkz] {
    font-weight: 700;
    display: block
}

.toast-icon[b-6psgprwzkz] {
    width: 34px;
    font-size: 26px
}

.toast-ripple[b-6psgprwzkz] {
    padding: 0 !important
}

    .toast-ripple > div[b-6psgprwzkz] {
        padding: 10px 5px 10px 5px
    }

.toast-message[b-6psgprwzkz] {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: flex;
    align-items: center
}

    .toast-message a[b-6psgprwzkz], .toast-message label[b-6psgprwzkz] {
        color: #fff
    }

        .toast-message a:hover[b-6psgprwzkz] {
            color: #ccc;
            text-decoration: none
        }

.toast-body[b-6psgprwzkz] {
    flex: 1
}

.toast-progress[b-6psgprwzkz] {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.toast-close-button[b-6psgprwzkz] {
    position: absolute !important;
    right: -0.3em;
    color: white;
    border: none;
    background-color: transparent;
    outline: none !important;
}

.toast[b-6psgprwzkz] {
    background-color: #030303;
    padding: 14px 16px
}

.toast-primary[b-6psgprwzkz] {
    background-color: #5d2f91;
    color: #fff;
}

.toast-secondary[b-6psgprwzkz] {
    background-color: #018786;
    color: #fff;
}

.toast-light[b-6psgprwzkz] {
    background-color: #d3d3d3;
    color: #fff;
}

.toast-dark[b-6psgprwzkz] {
    background-color: #999;
    color: #fff;
}

.toast-link[b-6psgprwzkz] {
    background-color: #d3d3d3;
    color: #fff;
}

.toast-success[b-6psgprwzkz] {
    background-color: #51a351
}

.toast-danger[b-6psgprwzkz] {
    background-color: #bd362f
}

.toast-info[b-6psgprwzkz] {
    background-color: #2f96b4
}

.toast-warning[b-6psgprwzkz] {
    background-color: #f89406
}
/* _content/unoGIS.Blazor/Components/TOC/TOC.razor.rz.scp.css */
/* Componente TOC*/
.TOC[b-lr8z6h568m] {
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 99%;
    padding-right: 20px;
    overflow-y: auto;
    background-color: white;
    opacity: 1;
    color: black;
    margin-top: 10px;
}

    .TOC label[b-lr8z6h568m] {
        margin-top: 10px;
    }

    .TOC .iconsButtons[b-lr8z6h568m] {
        vertical-align: middle;
        color: black !important;
        min-width: 1px;
        margin-right: 10px;
        margin-left: 2px;
        padding: 0px;
        height: auto;
    }

    .TOC .icons[b-lr8z6h568m] {
        vertical-align: middle;
        color: black !important;
        font-size: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .TOC #divNode[b-lr8z6h568m] {
        visibility: visible !important;
        display: inline-block;
    }

    .TOC input[type="checkbox"]:checked + label[b-lr8z6h568m]::after {
        content: '';
        position: absolute;
        width: 0.8em;
        height: 0.3em;
        background: rgba(0, 0, 0, 0);
        top: 1em;
        left: 0.7em;
        border: 0.187em solid black;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .TOC input[type="checkbox"][b-lr8z6h568m] {
        position: absolute;
        left: -999em;
    }

        .TOC input[type="checkbox"] + label[b-lr8z6h568m] {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            margin-bottom: -1.2em;
            width: 40px;
            height: 40px;
            margin-top: 0px;
        }

            .TOC input[type="checkbox"] + label[b-lr8z6h568m]::before {
                content: "";
                display: inline-block;
                height: 18px;
                width: 18px;
                background-color: white;
                border: 0.15em solid black;
                border-radius: 0.1em;
                margin: 10px;
            }

.contextMenuItem[b-lr8z6h568m] {
    min-width: 120px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

    .contextMenuItem:hover[b-lr8z6h568m] {
        background-color: lightblue;
        background-color: rgba(0,0,0,.05);
    }

.contextMenuItemDisabled[b-lr8z6h568m] {
    min-width: 120px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: not-allowed;
    opacity: 0.6;
}
/* _content/unoGIS.Blazor/Components/TreeView/TreeNode.razor.rz.scp.css */
.lt-tree-view ul[b-dh995szkv2] {
    list-style: none;
    padding-left: 30px;
}

.lt-tree-view li[b-dh995szkv2] {
    white-space: nowrap;
}

.lt-tree-view span[b-dh995szkv2] {
    visibility: hidden;
}

    .lt-tree-view span.oi-caret-right[b-dh995szkv2]:before {
        content: '\e0aa';
        visibility: visible;
        cursor: pointer;
        font-size: 10px;
    }

    .lt-tree-view span.oi-caret-bottom[b-dh995szkv2]:before {
        content: '\e09d';
        visibility: visible;
        cursor: pointer;
        font-size: 10px;
    }

    .lt-tree-view span.oi.oi-caret-right[b-dh995szkv2], .lt-tree-view span.oi.oi-caret-bottom[b-dh995szkv2], .lt-tree-view span.oi.empty[b-dh995szkv2] {
        width: 16px;
        margin-right: 5px;
    }

.lt-tree-view span.oi.oi-reload.spinner[b-dh995szkv2] {
    width: 20px;
}
/* _content/unoGIS.Blazor/Components/VirtualScroll/VirtualScroll.razor.rz.scp.css */
.﻿ug-virtual-scroll-helper[b-jl7fu26knc] {
    position: relative;
}

.﻿ug-virtual-scroll[b-jl7fu26knc],
.﻿ug-virtual-scroll-helper[b-jl7fu26knc] {
    overflow-y: auto;
}

.ug-virtual-scroll-content[b-jl7fu26knc] {
    position: relative;
}

.ug-virtual-scroll-item[b-jl7fu26knc] {
    overflow: hidden;
}

.ug-virtual-scroll-spacer[b-jl7fu26knc] {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1px;
    width: 1px;
    transform-origin: 0 0;
}
/* _content/unoGIS.Blazor/Components/VirtualScroll/VirtualScrollDataTable.razor.rz.scp.css */
.rowHead[b-gwf6d7f513] {
    display: inline-table;
    background-color: white;
    text-align: center;
    line-height: 1;
    z-index: 1;
}

    .rowHead > div[b-gwf6d7f513] {
        display: table-cell;
        padding: 8px 0px;
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 2px solid black;
        min-width: 125px;
        max-width: 125px;
    }

        .rowHead > div:first-child[b-gwf6d7f513] {
            border-left: 1px solid #dee2e6;
        }

        .rowHead > div .labelHead[b-gwf6d7f513] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 75%;
            display: inline-block;
            margin-bottom: 0px;
        }

        .rowHead > div .sortableButton[b-gwf6d7f513] {
            float: right !important;
            cursor: pointer;
            font-size: 13px;
        }

.ug-virtual-Scroll-Container[b-gwf6d7f513] {
    position: relative;
    z-index: 0 !important;
}
