﻿/*
  You can add custom CSS rules or import files here.
*/

/* Import the Radzen CSS files */
@import '../_content/Radzen.Blazor/css/default.css';
@import '../_content/Dlp.Delfin.App/css/site.css';

:root {
    --rz-icon-size: 1.5rem;
}

body {
    font-size: 1rem;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.login-background-position {
    left: 0px;
    top: 0px;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
}

.login-position {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.login-logo {
    border-radius: 64px;
    display: block;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -72px;
    width: 100%;
}

.header-background {
    background-color: #3a474d;
}

.footer {
    padding: 0rem 1rem 0rem 0rem;
    text-align: end;
    background-color: var(--rz-header-background-color);
    border: none;
}

.footer-font {
    font-size: 11px;
    padding: 0rem 1rem 0rem 0rem;
    text-align: end;
    float: right;
    font-weight: 600;
}

.h4.rz-heading {
    color: var(--rz-white);
}

.subtitle-menu {
    font-size: 1rem;
    font-weight: 400;
}

.title-panel {
    height: 1.563rem;
    color: white;
    font-size: 1.25rem;
    font-weight: normal;
}

    .title-panel .graficos {
        color: black;
    }

.panel-text-size {
    font-size: 20px;
}

.panel-box {
    padding: 3px 0px 7px 15px;
}

.logo-empresa-height {
    height: 138px
}

h4, .h4 {
    font-size: 1.125rem;
    font-weight: 600;
}

.h-0 {
    height: 0;
}

.w-40 {
    width: 40%;
}

.rz-panel-menu {
    font-size: inherit;
}

    .rz-panel-menu .rz-navigation-item-icon {
        margin: 0 0.9375rem 0 0;
    }

.rz-tabview-nav li a {
    font-weight: 600;
}

.rz-fileupload-buttonbar {
    background-color: var(--rz-upload-choose-background-color);
    height: 2.063rem;
    padding: 0.25rem 0.75rem;
}

.rz-steps-buttons {
    display: none;
}

.rz-fileupload .rz-button, .rz-fileupload .rz-pager-element {
    height: 25px;
    width: 130px;
    padding: 0px;
    font-size: var(--rz-body-font-size);
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.rz-grid-table thead {
    position: initial;
}

.notificacionFont {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.font-small {
    font-size: small
}

.imagen-notfound {
    bottom: 0;
    height: 95%;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.panel-inventario {
    background-color: #5dbf74 !important;
}

.panel-pedidosPendientes {
    background-color: #f9777f !important;
}

.panel-userOnline {
    background-color: #2cc8c8 !important;
}