﻿.footer {
    padding: 24px 30px 0 30px;
}

    .footer .nav-container {
        display: flex;
        justify-content: space-between;
    }

        .footer .nav-container span {
            color: white;
        }

    .footer .nav-list {
        list-style-type: disc;
    }

        .footer .nav-list > li {
            display: inline-block;
        }

            .footer .nav-list > li a {
                padding: 0 10px 0 0;
            }

            .footer .nav-list > li:first-child {
                list-style-type: none;
            }

.flex {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex.flex-right {
    justify-content: flex-end;
}

.flex.flex-left {
    justify-content: flex-start;
}

.flex.flex-self-bottom {
    align-self: flex-end;
}

.flex .flex-self-bottom {
    align-self: flex-end;
}

.flex.flex-self-top {
    align-self: flex-start;
}

.flex.flex-items-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.flex-items-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.flex-items-center {
    -webkit-align-items: center;
    align-items: center;
}

.flex.flex-column-right {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.flex-column-left {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.flex-items-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-centered {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.flex-grow-max {
    display: flex;
    flex: 1;
}

dl {
    display: flex;
    flex-flow: row wrap;
}

dt {
    flex-basis: 20%;
    padding: 2px 4px;
    text-align: right;
}

dd {
    flex-basis: 70%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
}

.loading-background {
    position: fixed;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: middle;
    z-index: 10000;
    /*background: rgba(0,0,0,0.6);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading-background.exit-exhibition {
        background: rgba(0,0,0,0.6);
    }

.loading-container {
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg,rgba(24,28,29,0.15),rgba(44,46,49,0.15));
    padding: 4px 16px 4px 8px;
    border-radius: 12px;
    border: 1px solid #5B5F66;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

    .loading-container .loading-image {
        width: 64px;
        height: 64px;
    }

.row-center {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.btn-link.btn-link-inline {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.0625rem;
}

.btn-sm-round {
    border-width: 1px;
    border-radius: 10px;
}

.progress_container {
    width: 100%;
    height: 2px;
    margin: 2px 0;
    display: none;
}

    .progress_container .progress_bar {
        height: 100%;
        width: 0%;
        background-color: #1d8cf8;
    }

.site-background {
    position: relative;
    background: url('/home/backgroundimage') no-repeat scroll 50% 50% / cover;
    height: 100vh;
    width: 100vw;
}

.delegate-background {
    position: relative;
    background: url('/img/vg-bg-seminar.png') no-repeat scroll 50% 50% / cover;
    height: 100vh;
}

.delegate-livevideo-center {
    margin: 0 0 auto;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.delegate-video-center {
    margin: 0 0 auto;
    width: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


.delegate-video-container {
    height: calc(100vh - 100px);
    object-fit: cover;
    border-radius: 0.2857rem;
    /*margin-left: 8px;*/
}

.cardsa {
    padding: 10px;
}

.no-bottom-padding {
    padding-bottom: 0rem !important;
}

.no-top-padding {
    padding-top: 0rem !important;
}

.main-content {
    padding: 80px 30px 0;
    min-height: calc(100vh - 70px);
}
/*.site-background::before {
        position: fixed;
        content: ' ';
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.1);
    }*/
.legend-container {
    /*border: 1px solid #fff;*/
    padding: 8px 14px;
    display: inline-block;
    margin: 12px 0;
}

    .legend-container.horizontal {
        display: flex !important;
        align-items: center;
    }

.legend-row {
    margin: 6px 8px;
    display: flex;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    align-items: baseline;
    vertical-align: middle;
}

.legend-colourbox {
    height: 8px;
    width: 8px;
}

    .legend-colourbox.confirm {
        background-color: #038328;
    }

    .legend-colourbox.unconfirmed {
        background-color: #ff7f27;
    }

    .legend-colourbox.rescheduled {
        background-color: #4c0080;
    }

    .legend-colourbox.cancelled {
        background-color: #88001b;
    }

div.validation-summary-errors {
    background-color: #f8d7da;
    padding: 4px 0;
    vertical-align: middle;
}

    div.validation-summary-errors ul {
        margin: auto 0;
        padding: 4px 0;
    }

        div.validation-summary-errors ul li {
            color: #721c24;
            list-style-type: none;
            text-indent: 6px;
        }

.scale-video-player {
    height: 100%;
    max-height: 100%;
}

.white-text {
    color: white !important;
}

.no-border {
    border: none !important;
}

.full-width {
    width: 100% !important;
}

.dark-background {
    background-color: #181a1d !important;
}

.flex-grow-column {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 10px;
}

table.fixed-header {
    margin: 0px;
}

.scrollable-card-content {
    position: relative;
    display: flex;
    flex-grow: 1;
    height: 200;
}

@-moz-document url-prefix() {
    .scrollable-card-content {
        display: block;
    }
}

.scrollable-card-content.row1 {
    min-height: 0;
    max-height: 170px;
}

.scrollable-card-content.row2 {
    min-height: 0;
    max-height: 265px;
}

.scrollable-card-content.row3 {
    min-height: 0;
    max-height: 550px;
    margin: 0px;
}

.btn-selected, .btn-selected:focus, .btn-selected:active {
    background-color: #64B9E6;
    color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #64B9E6;
    border-color: #64B9E6;
}

.offline-message-count {
    font-size: 0.7em;
    padding: 7px;
}

.modal.fade .modal-dialog {
    -webkit-transition-property: transform;
    -webkit-transition-duration: 0;
    transition-property: transform;
    transition-duration: 0;
}

.modal.fade {
    transition: none;
}

.message-button-group {
    width: 100%;
}

    .message-button-group .btn {
        padding: 6px;
    }

.table-responsive {
    overflow: auto !important;
}

.card-header .badge {
    cursor: default;
}

.btn .badge {
    cursor: pointer;
}

.card .card-title {
    margin-bottom: .25rem;
}

#buttonBarChart {
    margin-top: .5rem;
}

.breadcrumb {
    background-color: #040609;
}

    .breadcrumb .separator {
        padding: 0 10px;
    }

.breadcrumb-item.active {
    cursor: default;
}

.previewVideoDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1000;
}

.previewVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
    object-fit: contain;
}

.previewVideoMessage {
    display: flex;
    min-width: 100%;
    min-height: 100%;
}

.previewVideoMessageHide {
    display: none !important;
}

.previewVideoSkip {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.mx-preview-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
    object-fit: contain;
}

.mx-preview-video-message {
    display: flex;
    min-width: 100%;
    min-height: 100%;
}

.mx-hide-me {
    display: none !important;
}

.mx-preview-video-skip {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.mx-preview-video-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.input-mx {
    padding: 0 2px;
    margin: 0 6px;
}

.padding-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.vcinput {
    width: 100%;
}

.editer-resource-displayimage {
    width: 100%;
    height: 100%;
    max-width: 64px;
    margin: 0 12px;
}

.editer-resource-itemimage {
    width: 100%;
    height: 32px;
}

.qe-table-main {
    /*    overflow-y: scroll;
    min-height: 50vh;*/
}

.qe-table-outer {
    color: #fff;
    display: flex;
    flex-direction: row;
}

.qe-table-inner {
    width: 33%;
    box-sizing: border-box;
    border: 1px solid white;
}

.qe-table-title {
    font-weight: bold;
    text-align: center;
}

.qe-name {
    font-weight: bold;
    margin-left: 5px;
}

.qe-detail {
    margin-left: 10px;
}

.qe-detail-size {
    color: darkorange !important;
}

.qe-image {
}

.qe-video {
    width: 100%;
}

.qe-instruction {
    color: #fff;
}

.qe-file-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.qe-file-input-label {
    width: 99%;
}

.qe-file-input-button {
    width: 99%;
}

.qe-file-input-filename {
    width: 99%;
}

.qe-validation-error {
    color: red;
}

.qe-qe-progress-div {
    width: 100%;
}

.qe-progress-bar {
    height: 1rem;
}

.qe-url-input {
    width: 97%;
    margin: 5px;
}

.qe-iframe-div {
}

.qe-iframe {
    width: 100%;
    height: 300px;
}

.stand-command-button {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.stand-expired {
    color: red !important;
}

.stand-expiring {
    color: darkorange !important;
}

.dr-datacard {
}

.dr-table {
    border: none;
}

    .dr-table tr td {
        border: none;
    }

.dr-container {
    display: flex;
}

.dr-infocard-container {
    min-width: 400px;
}

.df-tabbuttons {
    display: flex;
}

    .df-tabbuttons .df-tabbutton {
        padding: 8px 16px;
    }

        .df-tabbuttons .df-tabbutton.selected h3 {
            border-bottom: 4px solid #ff7f27;
        }

.tab-area {
    width: 100%;
    padding: 8px 0;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin: 32px 0;
}

.table-title-heading {
    color: #FFF;
    font-size: 16px;
}

.table-title-heading-stand {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}
