/*  
    If you wish to use different fonts for your layout sepecify your font imports here and update the font-family tags as needed.
*/
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Merriweather:wght@300;400;700&family=Open+Sans:wght@300;400&family=PT+Sans+Narrow:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');


@media (prefers-color-scheme:dark) {
    body::after {
        content: 'dark';
        display: none;
    }
}

@media (prefers-color-scheme:light) {
    body::after {
        content: 'light';
        display: none;
    }
}

html, body {
    /*
        Installed Google Fonts: Roboto, Open Sans, Merriweather, Lora, PT Sans Narrow
    */
    font-family: 'Lora', sans-serif;
}

body.loading {
    background-color:#000;
}

#page-area:not(.maintenance-mode) {
    padding: 70px 0 0 0;
}

html {
    font-size: 16px;
    /*position: relative;
    min-height: 100%;*/
}

.sticky-menu-icon {
    display:none;
}

@media (any-pointer: fine) {
    .sticky-menu-icon {
        display: inline-block;
        cursor: pointer;
        opacity:0.5;
        font-size:.9rem;
        vertical-align:top;
    }

    .sticky-menu-icon i {
        width:20px;
        min-width:20px;
    }

    .sticky-menu-icon.sticky {
        opacity:0.8;
    }

    .sticky-menu-icon:hover {
        opacity:1;
    }

    .sticky-menu-unpinned {
        padding-top:8px;
    }

    .sticky-menu-pinned {
        z-index: 4;
        width: 100%;
        position: sticky;
        top: 59px;
        padding-top: .5em;
        background-color: var(--bs-body-bg);
        /*border-bottom: solid 1px var(--bs-border-color);*/
    }
}

#users-on-same-page {
    z-index: 3;
    width:500px;
    max-width:80%;
    position: sticky;
    top: 59px;
}

#users-on-same-page table tbody tr td:first-child {
    text-align:center;
    vertical-align:middle;
}

h1:focus {
    outline: none;
}

i {
    font-style:normal;
}

#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+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

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

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

.dropdown-item i:not([class*="sort-indicator"]) {
    min-width: 28px;
    text-align: center;
    margin-right: 5px;
}

.dropdown-item.active {
    background: #555;
    color: #fff;
}

nav a.nav-link.active {
    background-color: #555;
    border-radius: 5px;
    color: #fff !important;
}

.nav-item.disabled {
    cursor: not-allowed;
}

.btn-xs {
    padding: .2rem .2rem;
    font-size: .8rem !important;
    line-height: .6rem;
    border-radius: .2rem;
}

.btn-xs i.icon {
    position:relative;
    top:1px;
}

.btn-xs:has(i.icon-google) {
    padding: 0 .1rem .4rem .1rem;
}

.btn-xs .icon-text {
    padding-left: 0;
    padding-right:.2rem;
}

.note,
.note-right {
    opacity: 0.8;
    font-style: italic;
    font-size: .8em;
}

.note-right {
    text-align:right;
}

.note-right i {
    font-style:italic;
}

.pointer {
    cursor: pointer;
}

div.right {
    text-align:right;
}

img.user-menu-icon {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 50%;
}

img.user-icon {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
}

img.user-icon-small {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

img.paged-recordset-photo {
    max-width: 24px;
    max-height: 24px;
    border-radius: 50%;
}

img.user-icon-info {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
}

nav.navbar {
    background-color: #eee;
    min-height: 59px;
}

.offcanvas {
    z-index: 9999999;
}

.offcanvas-header {
    padding-bottom: 0;
}

.hover-highlight:hover {
    background-color: #eee;
    border-radius:.4em;
}

span.form-check {
    display: inline-block;
}

.version-and-copyright {
    font-size: 0.8em;
}

a.app-admin-only span {
    font-style: italic;
    opacity: 0.9;
}

h1.page-title {
    font-weight:100;
}

h2.subtitle {
    font-size: 1.7rem;
}

h2.subtitle,
h3.subtitle {
    font-weight:100;
}

.keyword-search {
    display: inline-flex;
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
}

.keyword-search label {
    position:relative;
    top:.5em;
    margin-right:.5em;
    margin-left:1em;
}

a.nowrap,
.btn-group.nowrap,
button.nowrap,
th.nowrap,
td.nowrap {
    white-space: nowrap;
}

.min-50 {min-width:50px;}
.min-100 {min-width:100px;}

table.table:not([class*="mb-2"]) {
    margin-bottom: 0;
}

table.table thead tr th,
table.table tbody tr td,
table.table tfoot tr td {
    vertical-align:middle;
}

table.table thead tr th.no-pad-right,
table.table tbody tr td.no-pad-right {
    padding-right: 0 !important;
    /*padding: 8px 0 8px 8px;*/
}

table.table thead tr th.no-pad-left,
table.table tbody tr td.no-pad-left {
    padding-left: 0 !important;
    /*padding: 8px 8px 8px 0;*/
}

table.table thead tr th.no-pad-left.no-pad-right,
table.table tbody tr td.no-pad-left.no-pad-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*padding: 8px 0 8px 0;*/
}

table.table thead tr th.action-item,
table.table tbody tr td.action-item {
    width: 1%;
}

table.table tbody tr.action-row {
    cursor: pointer;
}

table.table tbody tr.action-row:hover {
    background-color: #ccc;
}

table tbody td.pad-right {
    padding-right:.25em;
}

tr.action-row:hover td {
    background-color:#888;
    color:#fff;
}

table.table thead tr th button.btn-default {
    font-weight: 600;
}

table.table thead tr th button:disabled.btn-default {
    opacity: .8;
}

table.table.paged-recordset-table tr td {
    border-style: none;
}

table.table.paged-recordset-table tr.even-row {
    background-color: #eee;
}

table.table.paged-recordset-table tr.even-row td {
    color: #000;
}

table.table.paged-recordset-table tr.odd-row {
    background-color: #ddd;
}

table.table.paged-recordset-table tr.odd-row td {
    color: #000;
}

table.table.paged-recordset-table tr.escalated {
    background-color: #dc3545;
    color: #fff;
}

table.table.paged-recordset-table tr.sep-row td {
    border-style: solid;
}

table.table tbody tr.disabled td {
    font-style: italic;
    opacity: 0.5;
}

table.table.no-lines tr td {
    border-bottom-width: 0;
}

table.table.no-lines tr.show-lines td {
    border-bottom-width: var(--bs-border-width);
}

table.table.top tbody tr td {
    vertical-align:top;
}

.icon-text {
    padding-left: 0.2em;
}

.offcanvas i {
    min-width:24px;
    text-align:center;
}

.toast {
    opacity: 0.85;
    width: 50vw;
    max-width: 550px;
    min-width: 400px;
    white-space: normal;
}

.toast.text-bg-success a {
    color:#fff;
}

.toast button {
    font-size: 0.8em;
}

.toast-time {
    font-size: 0.7em;
    opacity: 0.6;
}

.toast-container {
    position: fixed;
    top: 90px;
    margin-right: 20px;
}

.toast-container > :not(:last-child) {
    margin-bottom: .75em;
}

.toast .toast-large {
    font-size: 1.5em;
}

.toast .toast-large-icon {
    font-size: 1.5em;
}

.toast .spinner-border,
.toast .spinner-grow {
    width: 1.3rem;
    height: 1.3rem;
}

.toast-body {
    padding: .5rem;
}

.message-icon {
    font-size: 1.2em;
    margin-right: .2em;
}

a.btn,
button.btn {
    margin-right:.2em;
    margin-bottom:.2em;
}

h1 button.btn,
h2 button.btn {
    margin-bottom: 0;
}

.input-group button.btn {
    margin-bottom:0;
}

.btn-group a.btn,
.btn-group button.btn {
    margin-right:0;
}

ul {
    margin-bottom: 0;
}

.mud-main-content {
    padding:.5em;
}

.mud-button {
    text-transform:none;
    font-weight:normal;
}

.mud-list-item-text  i {
    min-width:24px;
    text-align:center;
}

.mud-container {
    padding-right:0;
    padding-left:0;
}

.site-drawer .mud-drawer-content {
    padding: 0;
}

.site-drawer div {
    padding-left: 1em;
    padding-right: 1em;
}

.site-drawer .mb-2 {
    padding: 0;
}

.site-drawer .hover-highlight,
.site-drawer .current-tenant {
    padding-top: .3em;
    padding-bottom: .3em;
}

.indented {
    margin-left:2.5em;
}

.required-flag {
    color:red;
    position:relative;
    top:-2px;
}

.required-indicator {
    font-size:0.8em;
    margin-bottom:1em;
    opacity:0.9;
}

.required-flag:after {
    content: "*";
}

.menu-user-name {
    font-size: 1.4em;
}

.menu-user-name,
.menu-user-title,
.menu-user-dept,
.menu-user-username,
.menu-user-email {
    display: block;
}

.menu-user-username,
.menu-user-email {
    font-size: 0.8em;
}

.center {
    text-align:center;
}

select.m-r,
select.m-r option,
textarea.m-r,
input.m-r,
.m-r input[type="text"] {
    background-color: palevioletred;
    border-color: darkred;
    color: #fff;
}

div.required {
    border: solid 1px transparent;
    padding: .1em .2em .1em .4em;
}

div.m-r {
    background-color: palevioletred;
    border: solid 1px darkred;
    border-radius:.4em;
    padding: .1em .2em .1em .4em;
    color: #fff;
}

div.m-r .required-flag {
    color:darkred;
}

.m-r option {
    background-color: #fff;
    color: #000;
}

.m-r::placeholder {
    color: #fff;
}

.unbold {
    font-weight: normal;
}

div.block {
    display: inline-block;
}

div.left,
div.right {
    display: inline-block;
}

i.icon {
    min-width: 1em;
    text-align: center;
}

.login-page {
    display:flex;
}

.login-padding {
    flex-grow:2;
}

.login-content {
    white-space:nowrap;
    min-width:400px;
}

.login-button {
    width: 100%;
    min-width: 100px;
    min-height: 50px;
    border-color: rgba(20, 20, 20, .3);
}

.login-button-contents {
    display:flex;
    justify-content:center;
    align-items:center;
}

.login-button-icon,
.login-button-text {
    display: inline-block;
}

.login-button i.icon {
    font-size: 2em;
    margin-right:.2em;
}

.login-button img {
    height: 2em;
    margin-right: .2em;
}

.fixed-50 {
    width: 50px;
    display: inline-block;
}

.fixed-75 {
    width: 75px;
    display: inline-block;
}

.fixed-100 {
    width: 100px;
    display: inline-block;
}

.fixed-150 {
    width: 150px;
    display: inline-block;
}

.fixed-200 {
    width: 200px;
    display: inline-block;
}

.fixed-250 {
    width: 250px;
    display: inline-block;
}

.fixed-300 {
    width: 300px;
    display: inline-block;
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --bs-offcanvas-transition: none;
}

table.full {
    width:100%;
}

table.first-column-bold thead th:first-child,
table.first-column-bold tbody td:first-child {
    font-weight: bold;
}

table.first-column-right thead th:first-child:not(.center),
table.first-column-right tbody td:first-child:not(.center) {
    text-align: right;
}

table.first-column-small thead th:first-child,
table.first-column-small tbody td:first-child {
    width: 1%;
}

table.first-column-right td table td:first-child,
table.first-column-right th table th:first-child {
    text-align: left;
}

table.first-column-right td table td.center:first-child,
table.first-column-right th table th.center:first-child {
    text-align: center;
}

table.first-column-right td table td.right:first-child,
table.first-column-right th table th.right:first-child {
    text-align: right;
}

table.first-column-nowrap table tr th:first-child,
table.first-column-nowrap tbody tr td:first-child,
table.first-column-nowrap tfoot tr td:first-child {
    white-space: nowrap;
}

th.left,
td.left,
table.first-column-right table th.left,
table.first-column-right table td.left {
    text-align: left;
}

th.center,
td.center,
table.first-column-right th.center,
table.first-column-right td.center {
    text-align:center;
}

table.first-column-right td:first-child .form-switch {
    position:relative;
    top:4px;
}

table.padded thead tr th,
table.padded tbody tr td {
    padding: 5px;
}

.drag-and-drop-upload {
    background-color:#555;
    border:2px dashed #222;
    border-radius:1em;
    padding:.5em;
    text-align:center;
}

.drag-and-drop-upload.drag-highlight {
    border:2px dashed orange;
    background-color:#444;
}

.drag-and-drop-instructions {
    color:#fff;
}

.drag-and-drop-instructions-file-types {
    font-size:0.9em;
    color:#fff;
    opacity:0.7;
}

.mud-input-control {
    margin-top: 0;
}

.bold {
    font-weight:bold;
}

.rz-dialog-content {
    color:#000;
}

table tbody tr.item-deleted td,
table tbody tr.item-deleted td a[href^="mailto:"]{
    /*font-style: italic !important;*/
    /*opacity: 0.9;*/
    color: red;
}

table tbody tr.item-deleted td .action-button:not(.btn-warning):not(.btn-success) {
    background-color:#dc3545;
    border-color:#dc3545;
    color:#fff;
}

table tbody tr.item-deleted td .action-button:hover:not(.btn-success):not(.btn-warning) {
    background-color:#fff;
    color:#b02a37;
}

.last-modified {
    font-size:0.8em;
    opacity:0.6;
}

.last-modified-datetime {
    text-transform:lowercase;
}

table.udf-labels tbody tr td.top {
    vertical-align:top;
    padding-top:.65em;
}

.marked-as-deleted-info {
    font-size:1.7em;
}

.marked-as-deleted-notes {
    
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    /*font-size: 22px;*/ /* Preferred icon size */
    font-size:1.2em;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    position:relative;
    top:.2em;
}

.code {
    font-family: monospace;
}

.tab-content-settings {
    padding: 1em;
    border-left: solid 1px var(--bs-border-color);
    border-right: solid 1px var(--bs-border-color);
    border-bottom: solid 1px var(--bs-border-color);
}

.logo-medium {
    max-height:100px;
}

.logo-homepage {
    max-height: 150px;
}

.logo-navbar {
    min-height:40px;
    max-height:40px;
    width:auto;
}

.hidden {
    display:none;
}

.rz-button-md, .rz-scheduler-nav-views .rz-button.rz-primary, .rz-scheduler-nav-views .rz-primary.rz-paginator-element, .rz-date-filter-buttons .rz-button, .rz-date-filter-buttons .rz-paginator-element, .rz-fileupload-choose, .rz-selectbutton .rz-button.rz-button-md, .rz-selectbutton .rz-button-md.rz-paginator-element, .rz-selectbutton .rz-date-filter-buttons .rz-button, .rz-selectbutton .rz-date-filter-buttons .rz-paginator-element, .rz-date-filter-buttons .rz-selectbutton .rz-button, .rz-date-filter-buttons .rz-selectbutton .rz-paginator-element, .rz-selectbutton .rz-button.rz-fileupload-choose, .rz-selectbutton .rz-fileupload-choose.rz-paginator-element, .rz-splitbutton .rz-button-md, .rz-splitbutton .rz-fileupload-choose {
    text-transform: none;
}

.rz-slot.today {
    background-color: lightgoldenrodyellow;
}

:root {
    --rz-datepicker-calendar-selected-background-color: #0d6efd;
    --rz-scheduler-prev-next-button-background-color: #eee;
    --rz-scheduler-view-button-background-color: #eee;
    --rz-scheduler-view-button-color: #000;
    --rz-scheduler-view-selected-color: #555;
    --rz-scheduler-view-selected-background-color: #ddd;
    --rz-primary: #0d6efd;
    --rz-dialog-title-padding: .75rem .75rem 0 .75rem;
    --rz-dialog-content-padding: 0 .75rem .75rem .75rem;
    --rz-dialog-zindex: 1080;
    
    --rz-dropdown-item-selected-background-color:#000;
    --rz-dropdown-item-selected-color:#fff;
    --rz-dropdown-item-selected-hover-background-color: #333;
    --rz-dropdown-item-selected-hover-color: #fff;

    --highcharts-background-color: transparent !important;
    --highcharts-hilight-color: #0275d8 !important;
    --highcharts-text-color: #000000 !important;
    --highcharts-tooltip-background-color: #fff !important;
}

.highcharts-background {
    fill: var(--highcharts-background-color);
}

.highcharts-container text {
    fill: var(--highcharts-text-color) !important;
}

.highcharts-subtitle,
.highcharts-credits,
.highcharts-axis-title {
    fill-opacity: 0.7;
}

.highcharts-grid-line {
    stroke: var(--highcharts-text-color);
    stroke-opacity: 0.2;
}

.highcharts-tooltip-box {
    fill: var(--highcharts-tooltip-background-color) !important;
}

.highcharts-column-series rect.highcharts-point {
    stroke: var(--highcharts-background-color);
}

.rz-event-content.deleted {
    background-color:red;
    color:black;
}

.rz-button.rz-secondary {
    --rz-secondary: #0d6efd;
}

.btn.pad-left {
    margin-left: .5em;
}

h1.block {
    display:inline-block;
}

.header {
    display:inline-block;
    position:relative;
    top:-.25em;
}

.appointment-calendar {
    height:calc(100vh - 160px);
}

.edit-appointment input {
    --rz-input-font-size: .9em;
}

.date-only-picker:not(.full-width) input {
    width: 145px;
    min-width: 145px;
    max-width: 145px;
}

.time-only-picker:not(.full-width) input {
    width: 125px;
    min-width: 125px;
}

h2.quick-action {
    font-size:1.5em;
}

.deleted-records {
    color:red;
}

.appointment-note,
.deleted-record {
    border:solid 1px #555;
    padding:.4em;
    margin-bottom:.2em;
    border-radius:5px;
}

.deleted-record .item-title {
}

.deleted-record .deleted-info {
    font-size:0.8em;
    opacity:0.5;
    text-align:right;
}

.tooltip-item {
    cursor: pointer;
}

.info-tip {
    color: #2196f3;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

.calendar-style-sample {
    padding: .2em;
    border-radius: .4em;
}

.rz-html-editor,
.rz-html-editor i.rzi,
.rz-html-editor textarea {
    color: #000;
}

.ql-toolbar,
.ql-container {
    background-color:#fff;
    color:#000;
}

.file-selector {
    display: inline-block;
    margin: 0 1em 1em 0;
    border: solid 1px #000;
    border-radius: .5em;
    background-color: #fff;
    cursor: pointer;
    max-width: 150px;
    min-width: 150px;
}

.file-selector:hover {
    background-color:#eee;
}

.file-thumbnail {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    display: flex;
    justify-content: center;
}

.file-thumbnail img {
    max-height:150px;
    width:100%;
}

.file-name {
    color:#000;
    font-size:0.8em;
    opacity:0.8;
    padding-left:.5em;
}

.input-group-text i.icon-google {
    position:relative;
    top:0px;
}

.auto-hide-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 0;
}

.auto-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.html-editor {
    background-color:#fff;
    color:#000;
}

.m-r iframe {
    background: palevioletred !important;
    background-color: palevioletred !important;
}

.item-file {
    text-align:left;
    width:160px;
    max-width:160px;
    min-height:180px;
    max-height:180px;
    padding:6px;
    background:#fff;
    border:solid 1px #ddd;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0, .7);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
    /*float:left;*/
    margin:0 0.3em 0.3em 0;
    font-size:.8em;
    line-height:1em;
    position:relative;
    display:inline-block;
    vertical-align:top;
}

.item-file .item-file-delete-button {
    display:inline-block;
    text-align:left;
    position:absolute;
    top:5px;
    left:5px;
    z-index:10;
}

.item-file .item-file-image {
    min-height:150px;
    max-height:150px;
    cursor:pointer;
    display:flex;
    justify-content:center;
}

.item-file .item-file-image img {
    max-height:150px;
    max-width:100%;
    width:auto;
    height:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.item-file .item-file-label {
    max-height:50px;
    width:148px;
    max-width:148px;
    overflow:hidden;
    position:absolute;
    bottom:5px;
    color:#888;
}

.item-file-label .file-name {
    max-width: 95px;
    width: 95px;
    line-height: 1.2em;
    max-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    float: left;
    text-align: left;
}

.item-file-label .file-size {
    max-width: 50px;
    width: 50px;
    display: inline-block;
    float: right;
    text-align: right;
}

.loading-spinner {
    width: 24px;
    height: 24px;
}

.view-text-file {
    margin-top: .5em;
    padding: .5em;
    border: solid 1px #888;
}

textarea.autogrow {
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 90px;
}

textarea.autogrow:focus {
    height: 400px;
}

button.show-on-hover {
    opacity:0.8;
}

button.show-on-hover:hover {
    opacity:1;
}

button.show-on-hover span {
    display:none;
}

button.show-on-hover:hover span {
    display:inline;
}

.offcanvas-body .icon {
    min-width: 20px;
}

div.menu-icon-wrapper {
    width: 20px;
    min-width: 28px;
    display: inline-block;
    text-align: center;
}

.rz-dropdown-items.rz-state-disabled li:hover,
.rz-dropdown-item.rz-state-disabled:hover {
    background-color: unset;
    color: unset;
    cursor: not-allowed;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert.no-margin-bottom {
    margin-bottom: 0;
}

.alert h2.subtitle {
    margin-bottom: 0;
}

label {
    font-weight:bold;
}

label.unbold {
    font-weight:normal;
}

.prompt-content {
    border: dashed 1px var(--bs-border-color);
    border-radius: .4em;
    padding: .4em;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.sortable-item {
    border:solid 1px var(--bs-border-color);
    border-radius:.4em;
    margin-bottom:.2em;
    padding:.2em;
    cursor:pointer;
}

.monaco-editor-container {
    min-height:100px;
}

.monaco-editor-container .monaco-diff-editor {
    min-height:100px;
}