@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --iqs-green: #87b826;
    --mud-palette-success: #87b826;
    --mud-palette-success-rgb: 0,200,83;
    --mud-palette-success-text: #ffffffff;
    --mud-palette-success-darken: rgb(0,163,68);
    --mud-palette-success-lighten: rgb(0,235,98);
    --mud-palette-success-hover: rgba(0,200,83,0.058823529411764705);
    /* */
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-rgb: 33,37,41;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --mud-palette-black: #272c34ff;
    --mud-palette-white: #ffffffff;
    --mud-palette-primary: #594ae2ff;
    --mud-palette-primary-rgb: 89,74,226;
    --mud-palette-primary-text: #ffffffff;
    --mud-palette-primary-darken: rgb(62,44,221);
    --mud-palette-primary-lighten: rgb(118,106,231);
    --mud-palette-primary-hover: rgba(89,74,226,0.058823529411764705);
    --mud-palette-secondary: #ff4081ff;
    --mud-palette-secondary-rgb: 255,64,129;
    --mud-palette-secondary-text: #ffffffff;
    --mud-palette-secondary-darken: rgb(255,31,105);
    --mud-palette-secondary-lighten: rgb(255,102,153);
    --mud-palette-secondary-hover: rgba(255,64,129,0.058823529411764705);
    --mud-palette-tertiary: #1ec8a5ff;
    --mud-palette-tertiary-rgb: 30,200,165;
    --mud-palette-tertiary-text: #ffffffff;
    --mud-palette-tertiary-darken: rgb(25,169,140);
    --mud-palette-tertiary-lighten: rgb(42,223,187);
    --mud-palette-tertiary-hover: rgba(30,200,165,0.058823529411764705);
    --mud-palette-info: #2196f3ff;
    --mud-palette-info-rgb: 33,150,243;
    --mud-palette-info-text: #ffffffff;
    --mud-palette-info-darken: rgb(12,128,223);
    --mud-palette-info-lighten: rgb(71,167,245);
    --mud-palette-info-hover: rgba(33,150,243,0.058823529411764705);
    /*    --mud-palette-success: #00c853ff;
    --mud-palette-success-rgb: 0,200,83;
    --mud-palette-success-text: #ffffffff;
    --mud-palette-success-darken: rgb(0,163,68);
    --mud-palette-success-lighten: rgb(0,235,98);
    --mud-palette-success-hover: rgba(0,200,83,0.058823529411764705);*/
    --mud-palette-warning: #ff9800ff;
    --mud-palette-warning-rgb: 255,152,0;
    --mud-palette-warning-text: #ffffffff;
    --mud-palette-warning-darken: rgb(214,129,0);
    --mud-palette-warning-lighten: rgb(255,167,36);
    --mud-palette-warning-hover: rgba(255,152,0,0.058823529411764705);
    --mud-palette-error: #f44336ff;
    --mud-palette-error-rgb: 244,67,54;
    --mud-palette-error-text: #ffffffff;
    --mud-palette-error-darken: rgb(242,28,13);
    --mud-palette-error-lighten: rgb(246,96,85);
    --mud-palette-error-hover: rgba(244,67,54,0.058823529411764705);
    --mud-palette-dark: #424242ff;
    --mud-palette-dark-rgb: 66,66,66;
    --mud-palette-dark-text: #ffffffff;
    --mud-palette-dark-darken: rgb(46,46,46);
    --mud-palette-dark-lighten: rgb(87,87,87);
    --mud-palette-dark-hover: rgba(66,66,66,0.058823529411764705);
    --mud-palette-text-primary: #424242ff;
    --mud-palette-text-secondary: #00000089;
    --mud-palette-text-disabled: #00000060;
    --mud-palette-action-default: #00000089;
    --mud-palette-action-default-hover: rgba(0,0,0,0.058823529411764705);
    --mud-palette-action-disabled: #00000042;
    --mud-palette-action-disabled-background: #0000001e;
    --mud-palette-surface: #ffffffff;
    --mud-palette-background: #ffffffff;
    --mud-palette-background-grey: #f5f5f5ff;
    --mud-palette-drawer-background: #ffffffff;
    --mud-palette-drawer-text: #424242ff;
    --mud-palette-drawer-icon: #616161ff;
    --mud-palette-appbar-background: #594ae2ff;
    --mud-palette-appbar-text: #ffffffff;
    --mud-palette-lines-default: #0000001e;
    --mud-palette-lines-inputs: #bdbdbdff;
    --mud-palette-table-lines: #e0e0e0ff;
    --mud-palette-table-striped: #00000005;
    --mud-palette-table-hover: #0000000a;
    --mud-palette-divider: #e0e0e0ff;
    --mud-palette-divider-light: #000000cc;
    --mud-palette-grey-default: #9E9E9E;
    --mud-palette-grey-light: #BDBDBD;
    --mud-palette-grey-lighter: #E0E0E0;
    --mud-palette-grey-dark: #757575;
    --mud-palette-grey-darker: #616161;
    --mud-palette-overlay-dark: rgba(33,33,33,0.4980392156862745);
    --mud-palette-overlay-light: rgba(255,255,255,0.4980392156862745);
    --mud-elevation-0: none;
    --mud-elevation-1: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
    --mud-elevation-2: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    --mud-elevation-3: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
    --mud-elevation-4: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
    --mud-elevation-5: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
    --mud-elevation-6: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
    --mud-elevation-7: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
    --mud-elevation-8: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
    --mud-elevation-9: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
    --mud-elevation-10: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
    --mud-elevation-11: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
    --mud-elevation-12: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
    --mud-elevation-13: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
    --mud-elevation-14: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
    --mud-elevation-15: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
    --mud-elevation-16: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
    --mud-elevation-17: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
    --mud-elevation-18: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
    --mud-elevation-19: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
    --mud-elevation-20: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
    --mud-elevation-21: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
    --mud-elevation-22: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
    --mud-elevation-23: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
    --mud-elevation-24: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
    --mud-elevation-25: 0 5px 5px -3px rgba(0,0,0,.06), 0 8px 10px 1px rgba(0,0,0,.042), 0 3px 14px 2px rgba(0,0,0,.036);
    --mud-default-borderradius: 4px;
    --mud-drawer-width-left: 240px;
    --mud-drawer-width-right: 240px;
    --mud-drawer-width-mini-left: 56px;
    --mud-drawer-width-mini-right: 56px;
    --mud-appbar-height: 64px;
    --mud-typography-default-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-default-size: .875rem;
    --mud-typography-default-weight: 400;
    --mud-typography-default-lineheight: 1.43;
    --mud-typography-default-letterspacing: .01071em;
    --mud-typography-default-text-transform: none;
    --mud-typography-h1-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-h1-size: 6rem;
    --mud-typography-h1-weight: 300;
    --mud-typography-h1-lineheight: 1.167;
    --mud-typography-h1-letterspacing: -.01562em;
    --mud-typography-h1-text-transform: none;
    --mud-typography-h2-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-h2-size: 3.75rem;
    --mud-typography-h2-weight: 300;
    --mud-typography-h2-lineheight: 1.2;
    --mud-typography-h2-letterspacing: -.00833em;
    --mud-typography-h2-text-transform: none;
    --mud-typography-h3-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-h3-size: 3rem;
    --mud-typography-h3-weight: 400;
    --mud-typography-h3-lineheight: 1.167;
    --mud-typography-h3-letterspacing: 0;
    --mud-typography-h3-text-transform: none;
    --mud-typography-h4-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-h4-size: 2.125rem;
    --mud-typography-h4-weight: 400;
    --mud-typography-h4-lineheight: 1.235;
    --mud-typography-h4-letterspacing: .00735em;
    --mud-typography-h4-text-transform: none;
    --mud-typography-h5-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-h5-size: 1.5rem;
    --mud-typography-h5-weight: 400;
    --mud-typography-h5-lineheight: 1.334;
    --mud-typography-h5-letterspacing: 0;
    --mud-typography-h5-text-transform: none;
    --mud-typography-h6-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-h6-size: 1.25rem;
    --mud-typography-h6-weight: 500;
    --mud-typography-h6-lineheight: 1.6;
    --mud-typography-h6-letterspacing: .0075em;
    --mud-typography-h6-text-transform: none;
    --mud-typography-subtitle1-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-subtitle1-size: 1rem;
    --mud-typography-subtitle1-weight: 400;
    --mud-typography-subtitle1-lineheight: 1.75;
    --mud-typography-subtitle1-letterspacing: .00938em;
    --mud-typography-subtitle1-text-transform: none;
    --mud-typography-subtitle2-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-subtitle2-size: .875rem;
    --mud-typography-subtitle2-weight: 500;
    --mud-typography-subtitle2-lineheight: 1.57;
    --mud-typography-subtitle2-letterspacing: .00714em;
    --mud-typography-subtitle2-text-transform: none;
    --mud-typography-body1-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-body1-size: 1rem;
    --mud-typography-body1-weight: 400;
    --mud-typography-body1-lineheight: 1.5;
    --mud-typography-body1-letterspacing: .00938em;
    --mud-typography-body1-text-transform: none;
    --mud-typography-body2-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-body2-size: .875rem;
    --mud-typography-body2-weight: 400;
    --mud-typography-body2-lineheight: 1.43;
    --mud-typography-body2-letterspacing: .01071em;
    --mud-typography-body2-text-transform: none;
    --mud-typography-button-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-button-size: .875rem;
    --mud-typography-button-weight: 500;
    --mud-typography-button-lineheight: 1.75;
    --mud-typography-button-letterspacing: .02857em;
    --mud-typography-button-text-transform: uppercase;
    --mud-typography-caption-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-caption-size: .75rem;
    --mud-typography-caption-weight: 400;
    --mud-typography-caption-lineheight: 1.66;
    --mud-typography-caption-letterspacing: .03333em;
    --mud-typography-caption-text-transform: none;
    --mud-typography-overline-family: 'Roboto','Helvetica','Arial','sans-serif';
    --mud-typography-overline-size: .75rem;
    --mud-typography-overline-weight: 400;
    --mud-typography-overline-lineheight: 2.66;
    --mud-typography-overline-letterspacing: .08333em;
    --mud-typography-overline-text-transform: none;
    --mud-zindex-drawer: 1100;
    --mud-zindex-appbar: 1300;
    --mud-zindex-dialog: 1400;
    --mud-zindex-popover: 1200;
    --mud-zindex-snackbar: 1500;
    --mud-zindex-tooltip: 1600;
}



.cursor-not-allowed {
    cursor: not-allowed;
}

/* #### Override mudblazor to match other input controls #### */
.mudCustomDatePicker {
    border-radius: 0.25rem !important;
    border: 1px solid #ced4da !important;
}

    .mudCustomDatePicker:focus-within {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #87b830;
    }

.mud-input.mud-input-underline:hover:not(.mud-disabled):before {
    border: none;
}

.mud-input.mud-input-underline:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-radius: 5px;
    transition: none;
    border: none;
    /*border: 1px solid var(--iqs-green);*/
    /*transition: border .2s,background-color .2s;*/
    /*border: 1px solid;*/
    /* border-bottom: 1px solid var(--mud-palette-lines-inputs);*/
}

.mud-input.mud-input-underline:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    border: none;
    pointer-events: none;
    /*border-bottom: 2px solid var(--iqs-green);*/
    /*border: 1px solid var(--iqs-green);*/
}
/* ####  #### */



html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff !important;
    background-color: #87b826 !important;
    border-color: #87b826 !important;
}

    .btn-primary:hover {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #87b830;
    }

.btn-purple {
    color: #fff !important;
    background-color: #82378c !important;
    border-color: #82378c !important;
}

    .btn-purple:hover {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #c077ca;
    }

.btn-gray {
    color: #fff !important;
    background-color: #474745 !important;
    border-color: #474745 !important;
}

    .btn-gray:hover {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #474750;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #87b830;
}

.content {
    padding-top: 0.5rem;
    height: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: -56px;
}

.content-body {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-top: 3.5rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI26My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary:after {
        content: "An error has occurred."
    }

.page-section {
    padding: 15px;
    background-color: #FFF !important;
    border-radius: 10px;
}

.page-section-dark {
    padding: 15px;
    background-color: #474745 !important;
    color: #FFF !important;
    border-radius: 10px;
}

.login-left-col {
    border-right: groove;
}

.login-right-col {
    border-left: groove;
}

.package-card .user-card {
    border: none;
    background-color: #FFF !important;
}

.package-card-selected .user-card-selected {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.profile-picture-container {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #87b830;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.profile-picture {
    cursor: pointer;
    max-height: 260px !important;
}

.gridRowTextLightGreen {
    color: #87b826;
}

.gridRowTextLightRed {
    color: #e36161;
}

.grid-edit-button {
    border: none;
    background: none;
    color: #87b826;
    padding: 0.2rem 0.5rem;
    margin: 0.05rem 0.05rem;
}

.grid-edit-button-disabled {
    cursor: default !important;
    border: none;
    background: none;
    color: #A6A6A6;
    padding: 0.2rem 0.5rem;
    margin: 0.05rem 0.05rem;
}

.grid-delete-button {
    border: none;
    background: none;
    /*color: #87b826;*/
    padding: 0.2rem 0.5rem;
    margin: 0.05rem 0.05rem;
}

.grid-delete-button-disabled {
    cursor: default !important;
    border: none;
    background: none;
    color: #A6A6A6;
    padding: 0.2rem 0.5rem;
    margin: 0.05rem 0.05rem;
}

.grid-reset-password-button {
    border: none;
    background: none;
    color: #ffc107;
    padding: 0.2rem 0.5rem;
    margin: 0.05rem 0.05rem;
}


/* Magnifying glass */
.grid-search .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') !important;
}


input[type=search] {
    width: 20rem;
    padding: 5px 5px 5px 40px;
    color: rgb(17 24 39);
    background-color: rgb(249 250 251);
    border: 1px solid rgb(209 213 219);
    border-radius: 0.5rem;
    outline-offset: 1px;
}

    input[type=search]:focus {
        border-color: #87b830;
        outline-color: #87b830;
    }

.search-box {
    position: relative;
}

    .search-box:before {
        content: ' ';
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        left: .75rem;
        top: calc(50% - 1.25rem/2);
        background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='rgb(107 114 128)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' b-nrli8fdfc6=''%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z' b-nrli8fdfc6=''%3E%3C/path%3E%3C/svg%3E");
    }


.search-date {
    position: relative;
}

    .search-date:before {
        content: ' ';
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        left: .75rem;
        top: calc(50% - 1.25rem/2);
    }

.search-box-dropdown {
    position: relative;
    width: 20rem;
}

.search-box-option {
    width: 20rem;
    padding: 5px 5px 5px 40px;
    color: rgb(17 24 39);
    background-color: rgb(249 250 251);
    border: 1px solid rgb(209 213 219);
    border-radius: 0.5rem;
    outline-offset: 1px;
}

    .search-box-option:focus {
        border-color: #87b830;
        outline-color: #87b830;
        border: 2px solid rgb(135 184 48);
        box-shadow: 0 0 0 0 rgb(249 250 251);
    }

.spinner {
    border: 16px solid #87b826;
    border-top: 16px solid #474745;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

.small-spinner {
    border: 8px solid #87b826;
    border-top: 8px solid #474745;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 700ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.error-banner {
    padding: 5px;
    font-size: x-large;
}

.modal-header {
    background-color: #87b826;
    padding: 0px 5px;
    border-radius: 15px 15px 5px 5px;
    margin: 0px;
}

.modal-content {
    background-color: #474745;
    color: white;
    padding: 0px;
    border-radius: 15px;
}

.modal-footer {
    padding: 0px;
    padding-right: 5px;
}

.user-nav-info {
    color: white;
    position: absolute;
    bottom: 0;
}

@media screen and (max-height: 800px) {
    .user-nav-info {
        color: white;
        position: relative;
        bottom: 0;
    }
}

@media (max-height: 800px;) {
    .user-nav-info {
        color: white;
        position: relative;
        bottom: 0;
    }
}

.user-display {
    color: white;
}

.small-profile-picture {
    margin: 2px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    color: white;
    text-align: center;
    text-decoration: none;
    margin-right: 40px;
}

    .small-profile-picture:hover {
        color: #87b830;
        font-weight: bold;
    }

.error-dialog-header {
    color: white;
    background-color: #dc3545;
}

.warning-dialog-header {
    color: black;
    background-color: #ffc107;
}

.info-dialog-header {
    color: white;
    background-color: #87b830;
}

.company-logo {
    width: 100px;
    height: 100px;
}

.edit-form-section-header-center {
    text-align: center;
}

.dashboard-container {
    margin-top: 0.25rem;
    margin-left: 0;
    padding: 0;
    border-radius: 0.25rem;
    min-width: 100%;
    overflow-y: auto;
    height: calc(100vh - 7.5rem);
}

.dashboard-summary-column {
    background-color: #474745;
    padding-bottom: 15px;
    padding-top: 5px;
}

    .dashboard-summary-column h4 {
        color: #d7d7d7;
        margin-top: 10px;
    }


.dashboard-summary-child {
    min-height: 100px;
    background-color: whitesmoke;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 3px 4px 6px rgba(0,0,0,0.5);
}

.sub-menu {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0px;
}

.settings-pane {
    background-color: #474745;
}

    .settings-pane h4 {
        color: #d7d7d7;
        margin-top: 10px;
    }

.settings-header {
    color: #474745;
}

.settings-section {
    height: calc(100vh - 4.5rem);
}

.grid-section {
    height: calc(100vh - 4.5rem);
}

.form-section {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 4.5rem);
}

.clock-quick-view-grid-section {
    height: calc(100vh - 4rem);
}

.grid {
    height: calc(100vh - 13rem) !important;
    max-height: calc(100vh - 13rem) !important;
}

.settings-section-content {
    overflow-y: auto;
    height: calc(100vh - 7.5rem);
}

.application-setting-card {
    background-color: #474745;
    width: 300px;
    height: 250px;
}

    .application-setting-card .img {
        width: 150px;
    }

.system-setting-card {
    background-color: #474745;
    width: 275px;
    height: 200px;
}

    .system-setting-card .img {
        width: 150px;
    }

.system-setting-card-card-header-img {
    width: 200px;
}

.system-settings-icons {
    width: 3em;
    height: 3em;
    margin-right: 10px;
}

.integration-application-setting-card {
    background-color: #474745;
    width: 300px;
    height: 250px;
}

.integration-application-setting-card-header-image {
    width: 150px;
}

.nav-link.disabled {
    color: gray !important;
}

.time-and-attendance-message {
    background-color: #f4f4f4;
    border: 1pt solid #474745;
    padding-left: 0.5rem;
    font-size: small;
    border-radius: 5px;
    box-shadow: 3px 4px 6px #474745;
}

.device-logo {
    cursor: pointer;
    height: 150px;
    min-height: 150px;
    width: 150px;
    min-width: 150px;
    display: block;
    border-color: #474745;
    border: solid 0.05rem;
    border-radius: 0.25rem;
}

    .device-logo img {
        padding: 0.25rem;
        max-width: 100%;
        height: auto;
    }

.device-logo-large {
    cursor: pointer;
    height: 250px;
    width: 250px;
    min-width: 250px;
    display: block;
    border-color: #474745;
    border: solid 0.05rem;
    border-radius: 0.25rem;
}

    .device-logo-large img {
        padding: 0.25rem;
        max-width: 100%;
        height: auto;
    }

.fade-wrapper {
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.dialog-header {
    padding-top: 10px;
    padding-left: 15px;
}

.dialog-popup-small {
    margin: 1.75rem auto;
    max-width: 600px;
}

.dialog-popup-medium {
    margin: 1.75rem auto;
    max-width: 800px;
}

.dialog-popup-content {
    background-color: #fff;
    border-radius: 15px;
}

.edit-form-popup {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    height: 100% !important;
}

.quickgrid > tbody > tr {
    border-bottom: 0.5pt solid #ededec !important;
}

    .quickgrid > tbody > tr:hover {
        background-color: #ededec
    }

.heading {
    font-size: 1.5em;
    vertical-align: middle;
    color: #474745 !important;
}

.image {
    position: relative
}

.delete-button {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
}


.quickViewPopupHeaderRed {
    background: red;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0.5rem;
}

.quickViewPopupHeaderGreen {
    background: #87b826;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0.5rem;
}

.quickViewPopupHeaderOrange {
    background: #ffc107;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0.5rem;
}

.quickViewPopupHeaderInactive {
    background: #F52828;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0.5rem;
}

.quickViewPopupHeaderBlue {
    background: blue;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0.5rem;
}

.quickViewPopupHeaderTextWhite {
    color: white;
    font-weight: bold;
    margin-bottom: 0;
}

.quickViewPopupHeaderText {
    font-weight: bold;
    margin-bottom: 0;
}

.background-container-access-denied {
    background-image: url('../images/iqsuite_access_denied.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 5rem);
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .background-container-access-denied > .mud-paper {
        flex-grow: 1;
        width: 100%; /* Set MudPaper width to fill the container */
        max-width: 100%; /* Ensure MudPaper doesn't exceed the container width */
    }

/* Highlight the active MudTab with a background and bold text */
.mud-tab.mud-tab-active {
    background-color: #e3f2fd !important; /* Light blue */
    font-weight: bold;
    border-bottom: 3px solid #1976d2 !important; /* Primary color */
}

/* Stronger selector for active MudBlazor tab */
.mud-tabs .mud-tab.mud-tab-active,
.mud-tabs .mud-tab.mud-tab-active .mud-tab-label {
    background-color: #e3f2fd !important;
    font-weight: bold !important;
    border-bottom: 3px solid #1976d2 !important;
    color: #1976d2 !important;
}
