/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


    body app {
        position: relative;
        display: flex;
        align-items: stretch;
        padding: 0;
    }

.GENESYS {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.app-main {
    width: 100%;
}

.mousehand {
    cursor: pointer;
}

.textShadow-black {
    text-shadow: 2px 2px black !important;
}

.tCombo-sm {
    font-family: inherit;
    font-size: small !important;
    line-height: 1;
}

.tButton-200 {
    width: 200px !important;
    text-align: left !important;
    align-content: baseline !important;
    padding-left: 5px !important;
}

.tButton-300 {
    width: 300px !important;
    text-align: left !important;
    align-content: baseline !important;
    padding-left: 5px !important;
}

.app-bar {
    height: 1.5rem;
    display: flex;
    align-items: center;
    top: 0;
    background-color: lightgray;
    position: sticky;
    z-index: 9999
}


.app-content {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}



/*@media (min-width:767.98px) {
    .app-main .app-bar {
        display: none;
    }
}*/

/*@media (min-width:992px) {
    .app-main {
        margin-left: 17.5rem
    }
}*/

.k-popup-edit-form .k-tooltip.k-tooltip-validation {
    color: #fff;
    background-color: #000;
}

.k-popup-edit-form .k-tooltip.k-tooltip-validation {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: auto;
    padding: .5rem 1rem;
}

    .k-popup-edit-form .k-tooltip.k-tooltip-validation .k-callout-n {
        border-bottom-color: #000;
    }

    .k-popup-edit-form .k-tooltip.k-tooltip-validation .k-callout {
        display: block;
    }

.validation-message {
    clear: both;
}
.sk-cube-grid {
    width: 80px;
    height: 80px;
    margin: 100px auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #494e52;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*@media (max-width: 600px) {
    section {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}*/
/* ****** Custom CSS ****** */
canvas {
    background-color: black;
    width: 100%;
    height: auto;
}

video {
    background-color: black;
    max-width: 25vw;
    height: auto;
}

photo {
    background-color: black;
    max-width: 25vw;
    height: auto;
}



#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;
    }

.g-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    flex-wrap: wrap;
}

.g-menu {
    margin-right: 0px;
    white-space: nowrap;
    margin-left: auto;
}

.g-menuitem {
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #212529;
    background-color: transparent;
    display: inline-block;
}

.g-menu.g-menu-dark .g-menuitem {
    color: #fff;
}

@media (hover: hover) {
    .g-menuitem:hover {
        color: #fff;
        background-color: transparent;
        cursor: pointer;
    }

    .g-menu.g-menu-dark .g-menuitem:hover {
        color: gold;
        cursor: pointer;
    }
}

/* A bug in TelerikListView: number of pages in the pager is too large and doesn't fit the mobile screen*/
.k-listview-pager, .k-grid-pager {
    flex-wrap: wrap;
}

.g-button-container {
    display: flex;
    justify-content: center;
}

    .g-button-container button {
        margin: 0px 10px;
    }

.g-header-switch {
    width: 7em !important;
    margin-right: 10px;
}

#appMenuButton.k-button-solid-base {
    background-color: transparent;
    border: none;
    background-image: none;
    color: black;
}

    #appMenuButton.k-button-solid-base:hover {
        background-color: rgb(204,204,204);
        border: none;
        background-image: none;
    }

.g-colorscheme1 > .k-dialog-titlebar, .k-form-buttons .k-button, .k-form-buttons .k-button:hover {
    background-color: cadetblue;
    border: none;
    color: white;
}

.k-grid th {
    justify-content: left;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
}

    .k-grid th .k-column-title {
        white-space: normal;
    }

.k-window {
    border-radius: 5px;
}

.k-window-titlebar {
    border-radius: 5px;
}

.big-notification .k-notification-container .k-notification-wrap {
    width: auto;
    height: auto;
}

.k-notification-content {
    font-size: large;
}

.big-notification {
    z-index: 99999;
    margin-top: 1vh;
    margin-right: 1vw;
}

.longrunning-service {
    z-index: 99998;
}

.k-dialog-wrapper {
    z-index: 99997;
}

.k-window {
    border-radius: 5px;
    border-color: unset;
}

.k-window-titlebar {
    border-radius: 5px 5px 0px 0px;
}

.k-dialog-titlebar {
    border-radius: 5px 5px 0px 0px;
}

.notificationWindow {
    z-index: 99997;
}

.collapse-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #212529;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

.collapse-card-header {
    background-color: palegoldenrod;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    height: 46px;
}

    .collapse-card-header:first-child {
        border-radius: calc(0.375rem - 1px) calc(0.375rem -1px) 0 0;
    }

.collapse-card-body {
    padding: 0.25rem;
    flex: 1 1 auto;
}

.collapse-card.hide {
    display: none;
    padding: 0;
}