html {
    background-color: #00519E;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f1f7fd;
    min-height: 100%;
    height: 100%;
}

h1, h2, h3 ,h6{
    color: #4C85BB;
    word-wrap: break-word;
}

.modal {
    z-index: 5000;
}

.bg-dark {
    background-color: #00519E !important;
}

    .bg-dark a,
    .bg-dark a:active
    .bg-dark a:visited {
        color: #fff;
    }

        .bg-dark a:hover {
            color: #A8DFFF;
        }

.bg-light {
    background-color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.button-content {
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

main {
    padding-top: 115px;
    flex-grow: 1;
}

.main-master {
    border-radius: 10px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    main {
        padding-top: 90px;
    }
}
.icon-small {
    max-width:25px;
}
#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;
    }
/*--------------------------------------------------------------
# Viewport-Container
--------------------------------------------------------------*/
.display-viewport-container {
    position: fixed;
    top: 25px;
    right: 0;
    padding: 5px;
    background-color: black;
    color: white;
    font-weight: bold;
    z-index: 999;
    border-bottom-left-radius: 5px !important;
}

.display-viewport-container {
    display: none;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    height: 0px;
    font-size: 14px;
    transition: all 0.5s;
}

    #topbar.topbar-scrolled {
        top: 0px;
    }

    #topbar .logo {
        position: absolute;
        top: 15px;
        height: 75px;
    }

    #topbar.topbar-scrolled .logo {
        display: none;
    }

    #topbar .contact-info a {
        line-height: 1;
        color: #444444;
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            color: #1977cc;
        }

    #topbar .contact-info i {
        color: #1977cc;
        padding-right: 4px;
        margin-left: 15px;
    }

        #topbar .contact-info i:first-child {
            margin-left: 0;
        }

    #topbar .social-links a {
        color: #437099;
        padding-left: 15px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
    }

        #topbar .social-links a:hover {
            color: #1977cc;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 99;
    padding: 15px 0;
    top: 0px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

    #header.header-scrolled {
        top: 0;
        padding: 0;
    }

    #header .logo-small {
        display: none;
        height: 30px;
    }
    #header .logo-big {
        display: block;
        height: 60px;
        margin-top: -30px;
        margin-bottom: -30px;
    }
    #header.header-scrolled .logo-small {
        display: block;
    }

    #header.header-scrolled .logo-big {
        display: none;
    }

    #header .logo {
        
    }

        #header .logo a {
            color: #2c4964;
        }

        #header .logo img {
            max-height: 40px;
        }

@media (max-width: 992px) {
    #header {
        top: 0;
        padding: 0;
    }

        #header .logo-small {
            display: block;
            font-size: 28px;
        }
        #header .logo-big {
            display: none;
            font-size: 28px;
        }
}

@media (max-width: 992px) {
    .navbar-expand .navbar-toggler {
        display: initial;
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: #00519E;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #1c84e3;
            color: #fff;
        }
/*--------------------------------------------------------------
# sidebar
--------------------------------------------------------------*/
.sidebar {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 115px;
    left: 5px;
    background-color: #00519E;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .sidebar {
        top: 90px;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .note-qrcode {
        font-size: 1rem;
    }

    .blockquote {
        font-size: 1rem;
    }
}

.sidebar.sidebar-open {
    width: 235px;
}

#main.sidebar-open {
    margin-left: 250px;
}


@media (min-width: 992px) {
    .sidebar {
        width: 235px;
    }

    #main {
        margin-left: 250px;
    }
}

@media (min-width: 1640px) {
    #main {
        margin-left: 0px;
    }
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #D4D4D4;
    display: block;
    transition: 0.3s;
}

    .sidebar a.active {
        color: #fff;
        font-weight: 700;
    }

    .sidebar a:hover {
        color: #fff;
        background-color: #959596;
    }

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

.block-header {
    margin-top: 20px;
    color: #aaa;
}
.block-footer {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #aaa;
}

.blockelement {
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
}

    .blockelement:hover {
        background-color: #efefef;
    }

.link-type-icon {
    margin-right: 10px;
}

.list-Index {
    margin: 15px;
}

.list-qrcode {
    margin: 15px;
}

.link {
    display: inline-block;
}

.qrcode-number {
    color: #000;
    font-weight: 800;
    font-size: 1.2rem;
}

.note-qrcode {
    color: #717171;
    font-size: 0.9rem;
    margin-left: 15px;
    margin-right: 15px;
}

.table-row-no-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 10em;
}
.panorama-nav {
    width: 100vw;
    height: 50px;
    padding: 5px;
}
.panorama-edit {
    width: 100vw;
    height: calc(100vh - 50px);
    height: calc(100 * var(--vh) - 50px);
}


.bootstrap-select.form-control {
    border: 1px solid #ced4da;
}

.hotspot-icon {
    height:40px;
    width:40px;
}
.modal-body img {
    max-width: 100%;
    height: auto;
}