﻿:root {
    --sca-color-primary: #292059;
    --sca-color-secondary: #e1e6f2;
    --sca-color-button: #ec5588;
    /*--q-color-secondary: #ec5588;
    --q-color-accent: #9c27b0;
    --q-color-positive: #21ba45;
    --q-color-negative: #c10015;
    --q-color-info: #31ccec;
    --q-color-warning: #f2c037;
    --q-color-dark: #424242;*/
}



/*** FONTS ***/

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*** CSS ***/

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 0 auto !important;
    float: none !important;
    background-color: #fafafa;
    height: 100%;
    font-family: Poppins,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.container {
    max-width: 680px !important;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
    .row {
        margin: 22px -6.5px !important;
    }
}


.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-outlined.btn-primary {
        background: none;
        border: 3px solid #428bca;
        color: #428bca;
    }

        .btn-outlined.btn-primary:hover,
        .btn-outlined.btn-primary:active {
            color: #FFF;
            background: #428bca;
            border-color: #428bca;
        }

    .btn-outlined.btn-success {
        background: none;
        border: 3px solid #5cb85c;
        color: #5cb85c;
    }

        .btn-outlined.btn-success:hover,
        .btn-outlined.btn-success:active {
            color: #FFF;
            background: #47a447;
        }

    .btn-outlined.btn-info {
        background: none;
        border: 3px solid #5bc0de;
        color: #5bc0de;
    }

        .btn-outlined.btn-info:hover,
        .btn-outlined.btn-info:active {
            color: #FFF;
            background: #39b3d7;
        }

    .btn-outlined.btn-warning {
        background: none;
        border: 3px solid #f0ad4e;
        color: #f0ad4e;
    }

        .btn-outlined.btn-warning:hover,
        .btn-outlined.btn-warning:active {
            color: #FFF;
            background: #ed9c28;
        }

    .btn-outlined.btn-danger {
        background: none;
        border: 3px solid #d9534f;
        color: #d9534f;
    }

        .btn-outlined.btn-danger:hover,
        .btn-outlined.btn-danger:active {
            color: #FFF;
            background: #d2322d;
        }

hr {
    margin: 11px 0
}

.row {
    margin: 0 -6.5px;
}

[class*="col-"] {
    padding: 0 6.5px;
}

.camDisabled {
    background-color: #404040 !important;
    color: #808080 !important;
    border: 0;
    cursor: not-allowed;
}

.camSelected {
    background-color: #00CC00 !important;
    color: white !important;
    border: 0;
    margin-bottom: 2px
}


[v-cloak] {
    display: none;
}

.tWhite {
    color: white !important;
}

.tGreen {
    color: seagreen !important;
}

.tRed {
    color: #d9534f !important;
}

.scanBut {
    background-color: black;
    border: 0;
    margin-top: 2px
}

.opacity05 {
    opacity: 0.3;
}

.opacity10 {
    opacity: 1;
}



.fade-enter-active {
    transition: opacity .5s
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0
}

.top10 {
    margin-top: 10px
}

.top5 {
    margin-top: 5px
}

.timerNumber {
    background-color: white;
    color: black;
    padding: 2px 10px
}

.info {
    background-color: seagreen;
    color: white;
    padding: 2px 10px
}

.boldspan > span {
    font-weight: bold;
}

.glyphicon.glyphicon-remove-sign {
    font-size: 175px;
}

.glyphicon.glyphicon-log-in {
    font-size: 60px;
    vertical-align: middle;
}

.glyphicon.glyphicon-log-out {
    font-size: 60px;
    vertical-align: middle;
}

.guestListEntered {
    background-color: darkgreen !important;
    color: white;
}

.guestListNormal {
    background-color: #000030 !important;
    color: white;
}

.iconBad {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    background-color: red;
    padding: 20px;
    border: solid 2px white;
    color: white;
}

.iconOK {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    background-color: green;
    padding: 20px;
    border: solid 2px white;
    color: white;
}



.cancelButton {
    text-align: center;
    margin-top: 20px;
    padding: 25px;
    font-size: 20px;
    border: solid 4px darkgoldenrod;
    color: gold;
    border-radius: 15px;
    width: 70%;
    margin: auto;
}

.header-scan {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    font-size: 30px;
    border: 4px solid red;
    color: #fff;
    background-color: #000;
    margin-left: 0;
    border-radius: 15px;
    margin-bottom: 20px
}

.scan-button {
    line-height: 125px;
    height: 130px;
    padding: 0
}

.scan-button .label-button {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px
}

.scan-button.back-to-main {
    height: 50px;
    line-height: 60px
}

.scan-button-out {
    line-height: 62px;
    height: 65px;
    padding: 0
}

.scan-button-out .label-button {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px
}

.sca-box-grey {
    background-color: var(--sca-color-secondary);
    color: var(--sca-color-primary);
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    text-decoration: none !important
}

.session-box {
    font-size: 18px
}

.process-popup {
    height: 100vh;
    margin: 5px 0;
    color: #fff;
    padding: 10px 40px;
    border: 0
}

@media(max-width: 768px) {

    .process-popup {
        padding: 0;
    }
}

.process-popup .header {
    background-color: #2e8b57;
    color: #fff
}

.process-popup .header.red {
    background-color: red
}

.process-popup .header .text-block {
    width: 69%;
    display: inline-block;
    height: 80px;
    padding-left: 10px;
    padding-top: 10px
}

.process-popup .header .img-block {
    width: 30%;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    display: inline-block
}

.process-popup .header .img-block .glyphicon {
    display: inline-block;
    font-size: 70px !important
}



.process-popup .qr-response .comments {
    background-color: red;
    margin: 5px 0;
    padding: 7px 5px
}

.process-wrong-popup {
    height: 99vh;
    margin: 5px 0;
    background-color: #000;
    color: #fff;
    padding: 50px 40px;
    border: 0
}



@media(min-width:992px) {
    body {
        margin-top: 50px;
    }
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
}

@media(min-width:992px) {
    #wrapper {
        padding-left: 300px;
    }

    #page-wrapper {
        padding: 22px 10px;
    }
}

@media(max-width:992px) {
    
    #page-wrapper {
        padding: 25px 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 20px;
            padding-bottom: 20px;
            line-height: 20px;
            color: var(--sca-color-secondary);
        }
        .top-nav > li > img {
            padding-top: 10px;
            line-height: 20px;
            color: var(--sca-color-primary);
        }
        .navButton {
            margin-top: 14px;
        }



        .top-nav > li > a:hover,
        .top-nav > li > a:focus,
        .top-nav > .open > a,
        .top-nav > .open > a:hover,
        .top-nav > .open > a:focus {
            color: #fff;
            background-color: #1a242f;
        }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        /*border: 1px solid rgba(0,0,0,.15);*/
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

/* Side Navigation */

@media(min-width:992px) {
    .side-nav {
        position: fixed;
        top: 60px;
        left: 300px;
        width: 300px;
        margin-left: -300px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        border-right: 1px solid rgba(0,0,0,0.12);
        box-shadow: 6px 0 8px -1px #bbb;
    }

    .side-nav > li > a {
        width: 300px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #1a242f !important;
    }
}
.side-nav {
    background-color: #e1e6f2;
}
.side-nav > li > ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 38px;
        text-decoration: none;
        /*color: #999;*/
        color: #292059;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

.navbar .nav > li > a > .label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    min-width: 15px;
    min-height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #292059;
}

.navbar .nav > li > a:hover > .label {
    top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-inverse {
    border: 0px;
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: #292059;
        border: 0px;
    }

.navbar.navbar-inverse {
    background-color: var(--sca-color-primary)
}

.nav.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.navbar .is-mobile {
    display: none;
}

@media (max-width: 992px) {
    .navbar .is-mobile {
        display: block;
    }
}

.navbar .is-desktop {
    display: block;
}

@media (max-width: 992px) {
    .navbar .is-desktop {
        display: none;
    }
}

.section-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.00735em;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-title span {
    font-weight: bold;
    color: var(--sca-color-primary);
}

.btn-generic {
    background: var(--sca-color-button);
    outline: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    outline: 0;
    border: 0;
    vertical-align: middle;
    padding: 0;
    font-size: 14px;
    line-height: 1.718em;
    text-decoration: none;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    height: auto;
    padding: 4px 16px;
    min-height: 2.572em;
    border-radius: 3px;
}

.btn-generic[disabled] {
    background-color: #a0a0a0;
}

.scan-processing {
    color: var(--sca-color-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}