@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html {
    font-size: 80%;
}

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

body {
    font-weight: normal;
}

.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;
}

#sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #3a474d;
    overflow-x: hidden;
}

#content {
    margin-left: 180px; /* Same as the width of the sidenav */
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 25px;
}

.menu {
    background-color: #3a474d !important;
    color: white !important;
}

.navigation-item-icon {
    color: white;
}

.navigation-item-text {
    color: white;
}

.navigation-item-link {
    cursor: pointer !important;
}

.ui-message-popup {
    position: unset !important;
}

form .row {
    margin-bottom: 16px;
}

.rz-growl-title {
    margin-right: 8px;
}

.rz-growl-message p {
    white-space: pre-line;
}

.menu-nav-item-not-link {
    margin-bottom: 0;
    border-bottom: solid 1px #363d40;
    padding: var(--rz-panel-menu-item-padding-block);
}

.rz-panel-content p {
    margin-bottom: 0;
}

.nav-logo-item {
    cursor: pointer;
}

.rz-card p {
    margin-bottom: 0;
}

/* Rotating element */

.rotating-element {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* End rotating element */

#loading-container {
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: 0.4;
    z-index: 99999;
    position: absolute;
}

#loading-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
}

.rz-frozen-cell {
    z-index: 999 !important;
}

/* Workaround */
/*.rz-button-sm {
    min-height: auto !important;
    min-width: auto !important;
}*/

.rz-panel {
    box-shadow: var(--rz-shadow-2) !important;
}
