﻿@import url('font-awesome/css/all.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-y: hidden;
    overscroll-behavior: contain;
}

#app {
    height: 100%;
}

.page {
    margin-top: 50px;
    display: flex;
    flex-flow: column nowrap;
    height: calc(100vh - 50px);
    overflow-y: scroll;
}

.main {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    height: calc(100vh - 3.5rem);
    overflow: hidden;
}

.content {
    padding: 1.1rem 2rem 0 2rem;
    flex: 1 1 auto;
    max-height: 100%;
    overflow: auto;
}

.content > * {
    max-width: 1100px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.title {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

#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;
}

.fit-width {
    max-width: 100%;
}

.blazored-toast-container {
    z-index: 10000;
}

.HomeButton {
    width: 180px;
    height: 35px;
}

.RefreshButton {
    width: 80px;
    height: 35px;
}

@media (max-width: 350px) {
    .title {
        font-size: inherit;
    }
}

.ButtonBar {
    text-align: right;
}


.switch {
    border: 1px solid #462868;
    padding: 3px;
    text-align: center;
    float: left;
}

.switch-button-True {
    color: #ffffff;
    background-color: #4c2b71;
}

.switch-button-False {
    color: #9c9c9c;
}

.switch-button- {
    color: #9c9c9c;
}

.switch-container .dx-blazor-checkbox {
    height: 30px;
}

.har-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100vh;
}

.har-spinner .har-spinner-border {
    border: .2em solid;
    border-color: #5f368d #bfbfbf #bfbfbf;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 45px;
    border-radius: 50%;
    -webkit-animation: har-spinner-border 1s linear infinite;
    animation: har-spinner-border 1s linear infinite;
}

@-webkit-keyframes har-spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes har-spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.har-prompt {
    color: #999999;
}

.ButtonBar .fa-angle-left {
    margin-right: 5px;
}

.ButtonBar .fa-angle-right {
    margin-left: 5px;
}

.delete-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.delete-left {
    color: #dc3545;
    padding: 10px;
    flex: 10%;
}

.delete-right {
    padding: 10px;
    flex: 50%;
}

@media (max-width: 500px) {
    .delete-right, .delete-left {
        flex: 100%;
    }
}

.har-restricted {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100vh;
    color: #ffffff;
    background-color: #ff0000;
    font-size: 2em;
    font-weight: bold;
}

.har-form-layout {
    margin: 0 auto;
    max-width: 600px;
}

.VitalSignGrid .dxbs-popup-fixed-width {
    max-width: 800px;
}

.MedicationGrid .dxbs-popup-fixed-width {
    max-width: 680px;
}

.har-incident-tab {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    z-index: 1033;
}

@media (max-width: 860px) {
    .har-incident-tab-content {
        margin-top: 70px;;
    }
}

@media (min-width: 860px) {
    .har-incident-tab-content {
        margin-top: 30px;;
    }
}

.har-billing-label {
    min-width: 160px;
}

.har-incident-note-comment {

}

.har-incident-note-rejection {
    background-color: #C14242 !important;
    color: #FFFFFF !important;
}

.har-incident-note-for-approval {
    background-color: #F7F88A !important;
    color: #000000 !important;
}

.har-incident-note-for-invoice {
    background-color: #8AF88C !important;
    color: #000000 !important;
}

.har-incident-note-invoiced {
    background-color: #175ffa !important;
    color: #000000 !important;
}

.har-incident-status-4 {
    background-color: #C14242 !important;
    color: #FFFFFF !important;
}

@media (min-width: 980px) {
    .har-vital-sign-edit {
        min-width: 700px;
    }
}

@media (max-width: 980px) {
    .har-vital-sign-edit {
        max-width: 500px;
    }
}

@media (min-width: 980px) {
    .har-medicine-edit {
        min-width: 700px;
    }
}

@media (max-width: 980px) {
    .har-medicine-edit {
        max-width: 500px;
    }
}

.har-pe-label {
    min-width: 180px;
}

.har-incident-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.har-incident-grid > .card {
    display: flex;
    height: 100%;
}

.har-incident-grid > .card > .dxbs-grid-vsd {
    flex: 1 1 auto;
    height: 100%;
}

.har-incident-grid > .card > div:not(.dxbs-grid-vsd) {
    flex: 1 0 auto;
}

.har-nav-buttons {
    width: 60px;
    margin: 0 4px 0 0;
}

.har-disabled-tab {
    cursor: default;
    pointer-events: none;
}

.har-disabled-tab a {
    text-decoration: none;
    color: grey !important;
}



