﻿

/* QR code generator */
#qrCode {
    margin: 15px;
}
.success-green {
    color: #28a745;
}

.danger-red {
    color: #dc3545;
}

.btn-default {
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }


@media screen and (min-width: 0px) and (max-width: 990px) {
    .mobile-hide {
        display: none !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
    .xl-only {
        display: none !important;
    }
}

.mobile-only {
    display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .mobile-only {
        display: inline !important;
    }

    .mobile-only-btn {
        width: 100%;
    }

    .mobile-only-cart-div {
        padding-bottom: 10px;
    }

    .mobile-only-middle-div {
        width: 50%;
    }
}

.row {
    margin-bottom: 10px;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 576px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }

    .mobile-margin {
        margin-bottom: 15px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
    .mobile-margin {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}






.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* CSS for Spinner */
@keyframes ldio-odm529nm6hg {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.ldio-odm529nm6hg div {
    position: absolute;
    width: 55.22px;
    height: 55.22px;
    border: 25.099999999999998px solid #2a3042;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-odm529nm6hg div {
    animation: ldio-odm529nm6hg 1s linear infinite;
    top: 125.49999999999999px;
    left: 125.49999999999999px
}

.loadingio-spinner-rolling-qdhgqpp5wen {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: -100px;
    left: -150px;
    bottom: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    display: none;
}

.ldio-odm529nm6hg {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; 
}

    .ldio-odm529nm6hg div {
        box-sizing: content-box;
    }
.hidden {
    display: none;
}
/* 10/31/23 - LT - not sure why but the profile link in the navigation was shifting all the way to the right when clicked
    the below code fixes it
*/
.dropdown-menu[data-bs-popper] {
    left: revert;
}