@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500&display=swap');
/* Force 100% height for all parent tags */
html, body, #masterForm, #loginForm {
    height: 100%;
    min-height: 100%;
}

html {
    /*font-size: 14px !important;*/
}

/* prevent horizontal overflow and set default background colour */
body {
    overflow-x: hidden;
    background: #eee;
    font-size: 0.9rem;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
}

#masterForm {
}

#loginForm {
}

/* hide asp.net tags. otherwise layout breaks */
.aspNetHidden {
    display: none;
}

/* Style .NET RadioButtonList and .NET CheckBoxList to match layout of Inline Bootstrap radio buttons */
/* RADIOS AND CHECKBOXES */
.dotNETRadio input[type="radio"],
.dotNETCheckbox input[type="checkbox"] {
    /*margin: 0 0.5em;*/
}

/* Style .NET RadioButtonList and .NET CheckBoxList to match layout of Inline Bootstrap radio buttons */
.dotNETRadioButtonList,
.dotNETCheckBoxList {
    padding-left: 0;
}

    .dotNETRadioButtonList input[type="radio"],
    .dotNETCheckBoxList input[type="checkbox"] {
        display: inline-block;
        float: none;
        position: relative;
        margin-right: 0.5rem;
        margin-left: 0;
    }

    .dotNETRadioButtonList label:not(:last-child),
    .dotNETCheckBoxList label:not(:last-child) {
        margin-right: 1rem;
    }

/*Custom backdrop - replicates look of static backdrop but works in flex layout*/
.modal.custom-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Custom breadcrumbs for page title - final "active" item will be 100% width on new line */
.breadcrumb-title .breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105" !important;
    color: var(--bs-light);
}

.breadcrumb-title .breadcrumb-item.active {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-basis: 100%;
    align-items: center;
}

    .breadcrumb-title .breadcrumb-item.active::before {
        padding: 0 !important;
        margin: 0 !important;
        content: "" !important;
    }

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-none::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.scrollbar-none {
    -ms-overflow-style: none;
}

/* Required Field Icon */
label.requiredField::after,
span.requiredField::after {
    margin-left: 0.5em;
    font-family: "Font Awesome 5 Pro";
    content: "*";
    color: var(--bs-danger);
}


/* Allow inline font awesome classes */

/* base button */
.btn {
    font-family: inherit !important;
}

    .btn:not(.btn-sm):not(.input-group .btn) {
         padding: 0.35rem 0.5rem;
    }

.btn-lg {
    padding: 0.6rem;
}


/* padding between font awesome and button / textbox text */
.btn.fas::before,
.btn.far::before,
.btn.fal::before {
    font-family: "Font Awesome 5 Pro";
    margin-right: 0.3em;
    display: inline-flex;
    width: 1em;
    height: 1em;
    align-items: center;
    justify-content: center;
}

.btn.fas::before { /* Font Awesome Solid icon weight */
    font-weight: 900;
}

.btn.far::before { /* Font Awesome Regular icon weight */
    font-weight: 400;
}

.btn.fal::before { /* Font Awesome Light icon weight */
    font-weight: 300;
}

.btn.iconOnly.fas::before,
.btn.iconOnly.far::before,
.btn.iconOnly.fal::before {
    margin-right: 0;
}


/*prevent entire button from spinning */
.btn.fa-spin {
    -webkit-animation: unset;
    animation: unset;
}

    .btn.fa-spin::before {
        /*add spin to button icon */
        -webkit-animation: fa-spin 2s linear infinite !important;
        animation: fa-spin 2s linear infinite !important;
    }

.card {
    border-radius: 0px;
}

.card-link:hover .card {
    background: #eee;
}

.form-label {
    margin-bottom: 0.25rem;
}

.form-control {
    border-radius: 0.2rem;
    font-size: 0.8rem !important;
}

.form-select {
    border-radius: 0.2rem;
    font-size: 0.8rem !important;
}

.selectize-control .selectize-input.disabled {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.form-row {
    margin-bottom: 0.5rem;
}

.form-gutter {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
}

.nav-link {
    font-size: 0.97rem !important;
}

.dropdown-menu .dropdown-item {
    color: var(--bs-nav-link-color) !important;
    font-size: 0.85rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    border-bottom: 3px solid var(--color-secondary) !important;
    font-size: 1rem;
    border-radius: 0px;
    width: 100%;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    border-radius: 0px;
    min-width: 10rem;
    border: 1px solid var(--color-tertiary);
    background: var(--color-tertiary);
    text-align: center;
    margin-left: 2px;
    font-size: 1rem !important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
    background: 0 0;
    border: 0px;
    font-size: 1rem;
    width: 100%;
    color: #fff;
    outline: none;
}

.admin .nav-item {
    height: 4.4rem;
    padding: 1rem 0.3rem;
}

.admin .active {
    height: 4.4rem;
    background: #fffcfc;
    /* padding: 1rem 1.4rem; */
}

.admin .nav-item:hover {
    height: 4.4rem;
    background-color: var(--color-primary);
    /* padding: 1rem 1.4rem; */
}

.min20 {
    min-height: 20rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/*Custom backdrop - replicates look of static backdrop but works in flex layout*/
.modal.custom-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-header {
    background: var(--color-primary);
    color: #fff;
}

.lookups {
    display: inline-block;
    margin: 0 1px -1px 0;
    font-weight: 600;
    text-align: left;
    background: var(--color-primary);
    padding: 1.2rem 0.5rem 1rem;
    color: #fff;
    border: 1px solid var(--color-primary);
    font-size: 0.6rem;
    width: 100%;
    text-decoration: none !important;
}

    .lookups:hover {
        background: var(--color-secondary);
        color: #fff;
        border: 1px solid var(--color-secondary);
        width: 100%;
    }

.lookups-icon {
    float: left;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    margin-top: 0.188rem;
}

label {
    display: inline-block;
    font-size: 0.9rem;
    padding-left: 0.3rem;
    padding-right: 0.4rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    Consent;
    border: none;
}

.sub-head {
    font-size: 1rem;
}

.dashboard-head {
    font-size: 1.2rem;
}

a {
    color: var(--color-secondary);
    text-decoration: none !important;
}

.custom-file-input {
    display: none;
}

.custom-file-label {
    background: #aab6ba;
    width: 100%;
    padding: 0.52rem;
}


.badge-light {
    margin-top: 0rem;
    color: #000;
    background-color: var(--color-primary);
    position: absolute !important;
    margin-left: 0.12rem;
    font-size: 0.5rem;
}
/*calendar styles start*/
.wrapper {
    height: 100%;
}

.calendar {
    width: 100%;
    height: 100%;
    border: 1px solid #c4c4c4;
    display: block;
}

.wrapper-days {
    display: flex;
    height: 100%;
    flex-direction: row;
    border-bottom: 1px solid #c4c4c4;
}

    .wrapper-days .day {
        flex-grow: 0;
        flex-shrink: 0;
        margin: 0;
        padding: 0;
    }

.calendar.view-day .wrapper-days .day {
    width: 100%;
}

.calendar.view-week .wrapper-days .day {
    width: 14.2857%;
}

.wrapper-content,
.wrapper-names {
    display: grid;
    width: 100%;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 0px;
    grid-template-areas: ". .";
}

@media all and (-ms-high-contrast: none) {
    .wrapper-content,
    .wrapper-names {
        display: -ms-grid;
        -ms-grid-columns: 50px 1fr;
        -ms-grid-rows: 1fr;
    }
}

.calendar {
    background: #fff;
}

.controls {
    background: #ccc;
}

.wrapper-names {
    background: #EDEDED;
}

    .wrapper-names::-webkit-scrollbar {
        display: none;
    }

    .wrapper-names .wrapper-days {
    }

    .wrapper-names .day {
        font-weight: bold;
        text-align: center;
        font-size: 1.14em;
        padding: 0.4em 0;
    }

    .wrapper-names .wrapper-days > div,
    .wrapper-names .placeholder {
        border-right: 1px solid #c4c4c4;
        box-sizing: border-box;
    }

        .wrapper-names .wrapper-days > div:last-child {
            border-right: none;
        }

.wrapper-content {
    overflow-y: scroll;
    height: 100%;
}

    .wrapper-content::-webkit-scrollbar {
        display: none;
    }

    .wrapper-content .wrapper-days {
    }

    .wrapper-content .day {
        position: relative;
        border-right: 1px solid #c4c4c4;
        box-sizing: border-box;
    }

        .wrapper-content .day:last-child {
            border-right: none;
        }

.wrapper-times {
}

    .wrapper-times .slot-time {
        text-align: center;
        font-size: 0.6em;
        padding-top: 0.6rem;
        border-right: 1px solid #c4c4c4;
        box-sizing: border-box;
    }

.slot-time {
    height: 60px; /* 2px per min */
    border-bottom: 1px solid #ccc;
}

.wrapper-days .slot-time a {
    display: none;
    width: 100%;
    height: 100%;
    background: #eee;
    padding: 5px;
    text-align: center;
}

.wrapper-days .slot-time:hover a {
    display: block;
    text-decoration: none;
}

ol.day-events {
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}

    ol.day-events li {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        left: 0;
        border: 1px solid transparent;
        font-size: 0.9em;
    }

        ol.day-events li:hover {
            border-color: #028BD5;
            cursor: pointer;
        }

        ol.day-events li a {
            background: #eee;
            display: block;
            height: 100%;
            padding: 2px;
            line-height: 1.1em;
            font-size: 0.9em;
            overflow-y: scroll;
            overflow-x: hidden;
            overflow: -moz-scrollbars-none;
            -ms-overflow-style: none;
        }

            ol.day-events li a::-webkit-scrollbar {
                width: 0px; /* Remove scrollbar space */
                background: transparent; /* Optional: just make scrollbar invisible */
            }

            ol.day-events li a:hover {
                background: #ececec;
            }

        ol.day-events li:hover a {
            text-decoration: none;
        }

        ol.day-events li strong {
            display: block;
        }
/*calendar styles end*/
/*cart btn style*/
.crt-count {
    margin-top: 1.3rem;
    color: #ffffff;
    position: absolute !important;
    margin-left: -0.4rem !important;
    font-size: 0.6rem;
}
/*chat icon styles*/
.chatIcon {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background: #ebc923;
    padding: 1rem;
    border-radius: 4rem;
}


.table.table-coastsmokealarms > tr,
.table.table-coastsmokealarms > tfoot > tr,
.table.table-coastsmokealarms > tbody > tr,
.table.table-coastsmokealarms > thead > tr {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    border-collapse: collapse;
    width: 100%;
    border-color: rgb(223, 227, 235);
    border-style: solid;
    border-width: 0px 1px 1px;
}

    .table.table-coastsmokealarms > tr > th,
    .table.table-coastsmokealarms > tfoot > tr > th
    .table.table-coastsmokealarms > tbody > tr > th,
    .table.table-coastsmokealarms > thead > tr > th {
        font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
        font-weight: 500;
        font-size: 12px;
        background-color: rgb(245, 248, 250);
        color: rgb(51, 71, 91);
        height: 44px;
        padding: 8px 8px 4px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: middle;
        border: 1px solid #d7d7d7;
    }

.table.table-coastsmokealarms > tr > td,
.table.table-coastsmokealarms > tfoot > tr > td,
.table.table-coastsmokealarms > tbody > tr > td,
.table.table-coastsmokealarms > thead > tr > td {
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 500;
    font-size: 12px;
    background-color: rgb(245, 248, 250);
    color: rgb(51, 71, 91);
    height: 44px;
    padding: 8px 8px 4px;
    text-align: left;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
}

.bg-green {
    background: #60AF54;
}

.bg-yellow {
    background: #E1B113;
}

.bg-orange {
    background: #FFBF80;
}

.delete-icon {
    position: absolute;
    padding: 1px 7px;
    margin-top: 8px;
    margin-left: 117px;
}

.glyphicon-lg {
    font-size: 4em
}

.info-block {
    border-right: 5px solid #E6E6E6;
    margin-bottom: 25px
}

    .info-block .square-box {
        width: 100px;
        min-height: 110px;
        margin-right: 22px;
        text-align: center !important;
        background-color: #676767;
        padding: 20px 0
    }

    .info-block.block-info {
        border-color: #20819e
    }

        .info-block.block-info .square-box {
            background-color: #20819e;
            color: #FFF
        }

[data-badge]:after {
    position: absolute;
    margin-top: -8px;
    min-width: 9px;
    min-height: 10px;
    line-height: 10px;
    padding: 3px 6px;
    color: #fff;
    background-color: #bf1f1f;
    font-size: 10px;
    border-radius: 20px;
    content: attr(data-badge);
    border: solid 1px #c93a3a;
}

.img-row p img {
    width: 100%;
}

.mn-14 {
    min-height: 14rem;
}

.mn-20 {
    min-height: 17.8rem;
}
/*owl carousel styles;*/
.owl-buttons {
    display: none;
}

.owl-carousel:hover .owl-buttons {
    display: block;
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
}

/*************
Tablesorter - Default Theme - minimal styles
*************/
/* overall */
.tablesorter-default {
}

    /* header */
    .tablesorter-default th,
    .tablesorter-default thead td {
    }

    .tablesorter-default tfoot th,
    .tablesorter-default tfoot td {
        border: 0;
    }

    .tablesorter-default .header:not(.sorter-false),
    .tablesorter-default .tablesorter-header:not(.sorter-false) {
        background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
        background-position: center right;
        background-repeat: no-repeat;
        cursor: pointer;
        white-space: normal;
        padding-right: 1.8em;
        vertical-align: middle;
    }

    .tablesorter-default thead .headerSortUp,
    .tablesorter-default thead .tablesorter-headerSortUp,
    .tablesorter-default thead .tablesorter-headerAsc {
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) !important;
        border-bottom-width: 2px !important;
    }

    .tablesorter-default thead .headerSortDown,
    .tablesorter-default thead .tablesorter-headerSortDown,
    .tablesorter-default thead .tablesorter-headerDesc {
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) !important;
        border-bottom-width: 2px !important;
    }

    .tablesorter-default thead .sorter-false {
        background-image: none;
        cursor: default;
    }

    /* tfoot */
    .tablesorter-default tfoot .tablesorter-headerSortUp,
    .tablesorter-default tfoot .tablesorter-headerSortDown,
    .tablesorter-default tfoot .tablesorter-headerAsc,
    .tablesorter-default tfoot .tablesorter-headerDesc {
        border-top: #000 2px solid;
    }

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}

.btn-orange {
    background: #FF763C !important;
    color: #fff !important;
    border: 0px;
}

/*************
Image Gallery. Thumbnail display with hoverable controls
*************/
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .image-gallery > li {
        list-style: none;
        margin: 0;
        padding: 0;
        height: clamp(50px, 6em, 100px);
        position: relative;
        overflow: hidden;
    }

    .image-gallery li img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
        transform: scale(1.0);
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
    }

    .image-gallery li:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .image-gallery li .overlay-lower {
        padding: 0.25em;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
    }

        .image-gallery li .overlay-lower .imgName {
            flex-grow: 1;
            color: inherit;
            text-decoration: none;
        }

        .image-gallery li .overlay-lower .buttons {
            flex-grow: 0;
        }

    .image-gallery li .overlay-upper {
        padding: 0.25em;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
    }

    .image-gallery li:hover .overlay-upper {
        display: block;
    }