﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.content {
    padding: 1rem;
}

#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;
    }




/*.app-mat-card {
    max-width: 640px;
    margin-bottom: 16px;
    opacity: 1;
    transition: opacity 1s;
}
*/
.hide {
    opacity: 0;
}

.app-mat-card-content {
    padding: 1rem;
}

.app-mat-card-clean-margin {
    margin: 0px;
}


.app-fab-main {
    position: fixed !important;
    top: 5rem;
    right: 1rem;
}
.app-fab-second {
    position: fixed !important;
    top: 5rem;
    right: 5rem;
}

.app-fab-low-main {
    position: fixed !important;
    bottom: 2rem;
    right: 1rem;
}

.app-fab-low-second {
    position: fixed !important;
    bottom: 2rem;
    right: 5rem;
}

.app-clickable {
    cursor: pointer;
}

.space-between {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.actions {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

    .actions > * {
        margin-left: 16px;
        margin-right: 16px;
    }

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.heading {
    font-size: 20px;
    font-weight: 500;
    margin: 16px;
    color: #6D8989;
}
.simpleref {
    text-decoration:none;
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nowrap-full {
    white-space: nowrap;
}
.nooverflow {
    overflow: hidden;
    text-overflow: ellipsis;
}