:root {
    --primary: #0A253A;
    --background-blue: #0A253A;
    --background-green: green;
    --background-red: #D94948;
    --background-grey: #DBDBDB;
    --text-black: #000000;
    --text-white: #FFFFFF;
    --text-grey: rgba(255, 255, 255, 0, 0.65);
}

html, body {
    font-family: 'Montserrat' !important;
    font-size: 15px;
    font-size: 4vw;
    font-weight: 400;
}

@media (min-width: 500px) {
    html, body {
        font-size: 15px;
    }
}

h3 {
    font-size: 1.85rem;
    font-weight: bold;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.2rem;
}

a.disabled {
    pointer-events: none;
}

.navbar-user-info {
    color: var(--text-white);
}

.navbar-user-info .h5 {
    opacity: 0.6;
}

@media(min-width:768px) {
    .perk-main-navbar {
        min-height: 100px;
    }

    .navbar-user-info {
        display: block;
    }

    .qrcode-entry {
        text-align: right!important;
    }
}

@media(max-width:768px) {
    .col-entry-text {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.perk-main-navbar {
    background-color: var(--background-blue);
    padding: 15px 25px;
}

.perk-main-navbar .logo {
    max-height: 80px;
    max-width: 175px;
    padding-right: 10px;
}

.perk-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.content-header h3,
.content-header h4 {
    margin-bottom: 0;
}

.content-header {
    background-color: var(--background-grey);
    text-align: center;
    padding: 15px;
}

.content-body {
    padding: 15px 25px 0 25px;
}

.content-body .form-group {
    margin-bottom: .5rem;
}

.content-body .control-label {
    margin-bottom: .2rem;
}

.info-box {
    padding: 15px 25px;
}

.info-box p {
    margin-top: 0;
    margin-bottom: .25rem;
    font-size: .8rem;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--background-blue);
}

.button {
    border-radius: 30px;
    border: none;
}

.btn-primary, .button {
    background-color: var(--background-blue);
    color: var(--text-white);
}

.btn-danger {
    border-radius: 30px;
    border: none;
}

.btn-mobile {
    border: none;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0A253A !important;
}

.disabled-group {
    pointer-events: none;
}

.form-group > .button {
    width: 70vw;
}

.dropdown-menu {
    background-color: var(--background-blue);
}

.dropdown-menu.show {
    display: block;
    max-height: 500px;
    overflow-y: auto;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--background-green);
}

.center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedbackForm h4 {
    font-weight: bold;
    margin: 0;
}

.smileyFeedback > div > span > button {
    border-radius: 50%;
    border: unset;
    background-color: transparent;
    outline:none;
}

.smileyFeedback > div > span > button > img {
    border-radius: 50%;
}

.happy:checked ~ label {
    background-color: green;
}

.neutral:checked ~ label {
    background-color: yellow;
}

.sad:checked ~ label {
    background-color: red;
}

#dashboard {
    padding: 35px 0;
}

#dashboard h5 {
    padding: 0;
    margin: 0;
}

#dashboard .card {
    border-color: white;
}

#dashboard .card-header {
    background-color: var(--background-blue);
}

#dashboard .btn {
    color: var(--text-white);
}

.pricing-table td {
    text-align: center;
}

.pricing-table tr :first-of-type {
    text-align: left;
}

.alert-login-error ul {
    list-style-type: none;
    margin: 1rem 0;
}

.alert-login-error.validation-summary-valid {
    display: none;
}

.companion-count {
    text-decoration: underline;
    color: blue;
}

.companion-toggler {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.alert.check-in-status {
    font-size: 1.5rem;
}

.input-delete-icon {
    position: absolute;
    right: 5px;
    top: 2px;
    background: none;
    border: none;
    z-index: 1040;
}.accordion > input[name="collapse"] {
    display: none;
}

.accordion .content {
    overflow: hidden;
    height: auto;
    max-height: 0;
    transition: 0.6s;
}

.accordion > input[name="collapse"]:checked ~ .content {
    max-height: 8000px;
    height: auto;
    transition: max-height 0.6s;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    display: block;
}

.overlay.light {
    background: rgba(255,255,255,0.5);
}

.overlay.cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.companion-toggler:hover {
   text-decoration: none;
   color: black;
}

input.input-validation-error {
  background: #FEF1EC;
  border: 1px solid #CD0A0A;
}

/*this class used for the buttons where some have long text, so they all have the same shape*/
.entry-menu-button {
    width: 100%;
    margin-bottom: .5rem;
}
.entry-menu-button50 {
    width: 50%;
    margin-bottom: .5rem;
}
.entry-menu-button25 {
    width: 25%;
    margin-bottom: .5rem;
}
.entry-menu-button160px {
    width: 160px;
    margin-bottom: .5rem;
}

.entry-device-button {
    width: 50px;
    margin-bottom: .5rem;
}

.btn-location-selector {
    background-color: transparent;
    padding: 0;
    font-size: 1.75rem;
    border-color: transparent;
}

/*these are custom styles*/
.maxw40 {
    max-width: 40px;
}

.maxwperc40 {
    max-width: 40%;
}

.w40 {
    width: 40px;
}

.wperc40 {
    width: 40%;
}

.maxw50 {
    max-width: 50px;
}

.w50 {
    width: 50px;
}

.maxw60 {
    max-width: 60px;
}

.w60 {
    width: 60px;
}

.maxw70 {
    max-width: 70px;
}

.w70 {
    width: 70px;
}

.size07{
    font-size:0.7em
}

.pnavlink {
    padding-right: 5px;
    padding-left: 5px;
}

.pnavlink01rem {
    padding: .2rem 1rem;
}

.tertiary {
    color: #a7c62e; 
}

.bgtertiary {
    background-color: #a7c62e;
}

.tooltiptext {
    margin: -10px 0 0 -10px;
    position: absolute;
}

.btn-primary-nohover,
.btn-primary-nohover:hover,
.btn-primary-nohover:active {
    background-color: #0A253A;
}

.btn-trans,
.btn-trans:hover,
.btn-trans:active {
    background-color: transparent !important;
}

.btn-nohover,
.btn-nohover:hover,
.btn-nohover:active {
    border-radius: 30px;
    border: none;
}

.color-danger {
    color: #dc3545;
}

.color-warning {
    color: #ffc107;
}

a.btn-table,
.btn-table {
    border: 0;
    font-size: 1.2rem;
    padding: 5px 7px;
    color: #0A253A !important;
}

a.btn-table-first,
.btn-table-first {
    margin-left: -7px;
}

.logo-max {
    max-width: 250px;
    max-height: 150px;
}

.center {
    text-align: center;
}

.welcomebg {
    background: url('../res/start_bg.png'); 
    background-size: cover;
}

.cardorder {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.noborder {
    border: 0;
}

@media screen and (min-width: 682px) {
    .w-50on682 {
        width: 50% !important;
    }
}

.table-striped2 tbody tr:nth-child(4n+1), .table-striped2 tbody tr:nth-child(4n+2) {
    background-color: rgba(0, 0, 0, 0.05);
}

.bgtable {
    background-color: #f2f2f2;
    cursor: pointer;
}

.nbgtable {
    cursor: pointer;
}

.alternatingTable > .listRow {
    cursor: pointer;
}

.alternatingTable > .listRow:nth-child(even) {
    background-color: #f2f2f2;
}

.alternatingTable > .listRow > *{
    padding: 20px 10px;
    margin: auto;
}

.alternatingTable .nameColumn {
    font-size:1.2rem;
}

.textCenter {
    margin: auto;
    padding: 10px;
}

.card-Standard-m3{
    margin: 1rem;
}

.iconButton {
    border: 0;
    padding: 0;
    display: inline-block;
    background: none;
}

.listIconRow {
    display: flex;
    justify-content: space-evenly;
}

.listIconWrapper {
    font-size: 1.2rem;
    border: 0;
    display: inline-block;
    color: var(--primary);
    width: 2em;
}

.listIconWrapper .fa-stack {
    margin-top: -5px;
    margin-left: -7px;
}

.fa-stack.userDeleteIcon .fa-times {
    width: auto;
    left: 1.5em;
}

.fa-stack.editUserIcon_action .fa-exclamation-triangle {
    width: auto;
    left: 1.5em;
}
/*
                GuideLine css
*/
.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

    .steps .step .step-icon-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        text-align: center
    }

        .steps .step .step-icon-wrap::before,
        .steps .step .step-icon-wrap::after {
            display: block;
            position: absolute;
            top: 50%;
            width: 50%;
            height: 3px;
            margin-top: -1px;
            background-color: #e1e7ec;
            content: '';
            z-index: 1
        }

        .steps .step .step-icon-wrap::before {
            left: 0
        }

        .steps .step .step-icon-wrap::after {
            right: 0
        }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #f5f5f5;
        color: #374250;
        font-size: 38px;
        line-height: 81px;
        z-index: 5
    }

.step-icon-color {
    color: #374250;
}

    .steps .step .step-title {
        margin-top: 16px;
        margin-bottom: 0;
        color: #606975;
        font-size: 14px;
        font-weight: 500
    }

    .steps .step:first-child .step-icon-wrap::before {
        display: none
    }

    .steps .step:last-child .step-icon-wrap::after {
        display: none
    }

    .steps .step.completed .step-icon-wrap::before,
    .steps .step.completed .step-icon-wrap::after {
        background-color: #a7c62e
    }

    .steps .step.completed .step-icon {
        border-color: #a7c62e;
        background-color: #a7c62e;
        color: #fff
    }

    .steps .step.completed .step-icon .step-icon-color{
        color: #fff
    }

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}

.blink-me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0%;
    }
}

.stack-pointer {
    display: inline-block;
    position: relative;
}

    .stack-pointer > .fa-commenting-o {
        position: absolute;
        top: 40px;
        left: 35px;
    }
/*
                GuideLine css end
*/

.hiddenRow {
    padding: 0 !important;
}

.size25{
    font-size: 25px;
}

.card-header.card-With-Accordion i.fas:before {
    content: "\f107"; /* angle-down */
}

.card-header.card-With-Accordion.collapsed i.fas:before {
    content: "\f105"; /* angle-right */
}

.buttonLikeALink {
    background: transparent;
    border: 0px;
    padding: 0px;
    color: black;
    cursor: pointer;
}
    .buttonLikeALink i.fas {
        color: #007bff;
    }

    .buttonLikeALink:hover {
        color: blue;
        text-decoration: none;
    }

/*hover can be changeable in styles. Example: style="--h: green"*/
.imgWithHover:hover {
    background-color: var(--h, transparent);
}

.tableNoTopBorder {
    border-top: hidden;
}

.disableIl {
    pointer-events: none;
}

.disableIl span{
    color: gray;
}

.page-link.active {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.questionarieImage {
    max-height: 170px;
    width: auto;
    margin: 10px 0;
}

.card-header-info {
    background-color: powderblue;
}