
.ui-widget-overlay {
    opacity: 0;
}

.ui-widget {
    font-size: 1em;
}

.ui-corner-all {
    border-radius: 0;
}

.overflow-visible {
    overflow: visible !important;
}

.default-dialog {
    font-size: 10pt !important;
    z-index: 10000;
}

.default-dialog .ui-corner-all {
    border-radius: 0;
}

.default-dialog .ui-dialog-titlebar-close {
    visibility: hidden;
}

.default-dialog .ui-state-default {
    font-weight: normal;
}

.default-dialog .ui-widget-header {
    background: #76C156;
    border: 0px;
}

.error-dialog .ui-widget-header {
    background: #DD0000 !important;
}

.dialog-content-fill-height {
    height: -webkit-fill-available;
}

.default-dialog .ui-state-focus {
    color: #76C156;
}

.default-dialog .ui-widget-content {
    background: #FFFFFF;
}

.no-titlebar .ui-dialog-titlebar {
    display: none;
}

.default-dialog .title-container {
    font-size: 24pt;
    font-weight: bold;
    line-height: 45pt;
    vertical-align: middle;
    padding-left: 10pt;

}

.tile-header-buttons-container {
    margin: 5pt;
}

.tile-large {
    position: relative;
    background: #FFFFFF;

    height: 55px;
    margin: 3 3 10 3;
}

.tile-data {
    width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.tile-data img {
    height: 30px;
}

.tile-actions {
    position: absolute;

    bottom: 10;
    right: 0;

    justify-content: flex-end;
    display: flex;
}

.tile-meta {
    padding: 5pt 5pt;
    width: 40px;
}

.tile-content {
    padding: 5pt;
    margin: auto 0;
    width: calc(100% - 210px);
}

.tile-subject {
    font-size: 12pt;
    font-weight: bold;
}

.tile-description {
    font-size: 10pt;
}
.comments-dialog, .documents-dialog {
    overflow-x: inherit !important;
}
.has-file {
    overflow-wrap: break-word;
}
.existing-file {
    overflow-wrap: break-word;
}

.notification {
    font-size: 12pt;
}

.modal-label {
    display: inline-block;
    width: 30%;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.reset-choice {
    list-style-type: none;
    padding: 5px;
}
.modal-grid-layout {
    display:grid;
    grid-template-columns: 125px auto;
    row-gap: 10px;
    column-gap: 0px;
}
.modal-grid-label {
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
}
.modal-grid-header {
    position: sticky;
    top: 0;
}
