﻿html, body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f1f1f4;
}

.small {
    font-size: 13px;
}
/* BEGIN Authentication Pages --------------------------------------------------------------- */
.auth-lc {
    position: relative;
    background-color: #FFF;
    border-right: 1px solid #e3e3e3;
}

.auth-content {
    padding: 40px 40px 220px 40px;
}

    .auth-content .brand-wrapper {
        margin-bottom: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

        .auth-content .brand-wrapper img {
            max-width: 40%;
        }

    .auth-content .auth-header {
        padding-bottom: 10px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 30px;
        text-align: center;
    }

        .auth-content .auth-header h1 {
            text-align: center;
            font-size: 22px;
            color: #444;
            font-weight: 700;
        }

        .auth-content .auth-header p.register {
            font-size: 12px;
            margin-bottom: 5px;
        }

    .auth-content p a {
        font-size: 12px;
        color: #E25E39;
        text-decoration: none;
    }

        .auth-content p a:hover {
            text-decoration: underline;
        }

.auth-rc-col {
    position: fixed;
    height: 100vh;
}

.auth-rc {
    background-image: url(https://www.newarkadvertiser.co.uk/_media/img/SBO57MICSFIZ8HS3AIB7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #1e1e1e;
    position: relative;
    box-shadow: inset 10px 10px 20px -15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 10px 10px 20px -15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 10px 10px 20px -15px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    .auth-rc .auth-rc-svg-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        overflow: hidden;
    }

        .auth-rc .auth-rc-svg-wrapper img {
            min-height: 100%;
        }

    .auth-rc div.bg-overlay {
        z-index: 1000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #3F5EFB;
        background: radial-gradient(circle,rgba(63, 94, 251, 0.4) 0%, rgba(252, 70, 107, 0.4) 100%);
    }

.bg-grey {
    padding:15px;
    background-color:#efefef;
    border:1px solid #e3e3e3;
}
.big-checkbox {
    width:25px;
    height:25px;
}

.auth-banner {
    position: absolute;
    top: 30%;
    left: 70%;
    transform: translate(-50%,-50%);
    padding: 50px;
    background-color: #fff;
    max-width: 60%;
}

    .auth-banner h3 {
        font-size: 30px;
        font-weight: 700;
        color: #555;
    }

.auth-content-wrap {
    margin: 0 auto;
}

.auth-content footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent !important;
    border: none;
    padding: 10px 25px;
    z-index: 100;
    width: 100%;
}

    .auth-content footer p.small {
        text-align: center;
    }

        .auth-content footer p.small a {
            font-size: 10px;
        }

.bb-light {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

@media(min-width:1400px) {
    .auth-content-wrap {
        width: 80%;
    }

    .auth-content footer {
        width: 80%;
    }
}

/* END Authentication Pages --------------------------------------------------------------- */

/* BEGIN Form Elements --------------------------------------------------------------- */

.custom-select {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 0px;
    font-size:13px!important;
    border:1px solid #e3e3e3!important;
    min-height:35px;
}

span.alert {
    display:block;
    margin-top:10px;
}

.select2-search--dropdown .select2-search__field {
    border:1px solid #e3e3e3;
    border-radius:0px;
}
.select2-results__option {
    padding:10px;
    font-size:13px;
    color:#555;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:active ~ label,
.form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.65) translateY(-.4rem) translateX(.50rem);
}

.form-group {
    padding-bottom: 20px;
}

.fg-grey {
    background-color: #efefef;
    border: 1px solid #e3e3e3;
    padding: 20px;
}

    .fg-grey p.small {
        font-size: 12px;
    }

    .fg-grey .form-group:last-of-type {
        padding-bottom: 0px;
    }

.form-label {
    font-size: 12px;
    font-weight: 500;
    color: #444;
    padding-bottom: 0px;
    margin-bottom: 3px;
}

.form-control {
    border-radius: 0px;
    padding: 12px;
    font-size: 13px;
}

    .form-control.invalid {
        border-color: #d85b38
    }

.btn-barcode,
.btn-barcode:focus,
.btn-barcode:active {
    background-color: #E25E39;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 0px;
    border: 1px solid #d85b38;
    transition: ease-in .2s;
}

    .btn-barcode svg {
        width: 1em;
        margin-right: 5px;
        margin-top: -2px;
    }

    .btn-barcode:hover {
        background-color: #E25E39;
        color: #fff;
        padding: 8px 20px 12px 20px;
    }

    .btn-barcode.btn-grey {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .btn-barcode.btn-barcode-info {
        background-color: #555;
        border-color: #444;
    }

    .btn-barcode:disabled {
        color: #222;
        background-color: #555;
        border-color: #666;
    }

.btn-primary,
.btn-success,
.btn-danger,
.btn-secondary {
    font-weight: 600;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 0px;
    transition: ease-in .2s;
}

.text-danger {
    font-size: 11px;
    padding-top: 2px;
}

.form-check-input[type=checkbox] {
    border-radius: 0px;
    margin-right: 3px;
    margin-top: 2px;
    width: 14px;
    height: 14px !important;
}

.form-check-input:checked {
    background-color: #E25E39;
    border-color: #d85b38;
}

.alert {
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 15px;
}

    .alert.alert-danger {
        background-color: #c22525;
        border: 1px solid #ae2b2b;
        color: #fff;
    }
/* END Form Elements --------------------------------------------------------------- */
/* BEGIN Template, Content, Body --------------------------------------------------------------- */
main.main .content {
    box-shadow: inset 10px 0px 20px -15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 10px 0px 20px -15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 10px 0px 20px -15px rgba(0, 0, 0, 0.1);
    margin:0!important;
    padding:0!important;
}

main.main .content-inner {
    margin-top: -60px;
    padding: 0px 35px;
}

main.main .content.content-widescreen .content-inner {
    margin-top: 0px;
    padding: 0px;
}

footer {
    background-color: #f1f1f4 !important;
    padding: 25px 50px 50px 50px;
    margin-top: 100px;
    border-top: 1px solid #e3e3e3;
}

    footer p.small {
        font-size: 10px;
        color: #666;
    }

/* END Template, Content, Body --------------------------------------------------------------- */

/* BEGIN sidenav and Navigation --------------------------------------------------------------- */
.sidenav {
    background-image: none;
    background-color: #FFF;
    border-right: 1px solid #e2e2e2;
    height: 100%;
    width: 90px !important;
    transition: ease-in-out .4s;
    z-index:1000;
}
.dropdown-menu {
    border-radius: 0px;
    min-width: 200px;
    padding: 0px;
    max-height:350px;
    overflow-y:scroll;
}
.sidenav .dropdown-menu {
    z-index:10000;
    transform:unset!important;
    left:90px!important;
}
.dropdown-menu .dropdown-item {
    font-size:12px;
    padding:15px;
}

.navbar-brand {
    background-color: transparent !important;
    padding: 20px 0px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

    .navbar-brand img {
        width: 75px;
        margin: 0 auto;
        display: block;
    }

.nav-end {
    display: flex;
    position: absolute;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-top: 15px;
    bottom: 0;
    border-top: 1px solid #e3e3e3;
    transition: ease-in-out .4s;
}

.nav-item {
    padding: 0px;
    margin: 0px;
}

.nav-link {
    display: block;
    color: #333;
    font-size: 10px;
    text-align: center;
    padding: 18px 6px;
    background-color: transparent;
    border: 0;
    width: 100%;
}

    .nav-link svg {
        display: block;
        margin: 0 auto 10px auto;
        width: 18px;
        height: auto;
    }

    .nav-link:hover {
        background-color: #e3e3e3!important;
        color: #0E253F;
    }

.nav-item.active .nav-link {
    color: #006bb7;
}

.sidenav .nav-link.active {
    color: #E25E39!important;
    font-weight: bold;
}

    .sidenav .nav-link.active svg {
        color: #E25E39;
    }

.mobile-nav {
    display: none;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {
        /* Allow sidenav to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .sidenav {
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 1000;
    }

    main.main {
        padding-left: 90px;
    }
}

@media (max-width:982px) {
    main.main .content-inner {
        padding: 0px 20px;
    }

    footer {
        padding: 25px;
    }
}

@media (max-width:768px) {
    main.main {
        padding-bottom: 100px;
        padding-left: 0px;
    }

        main.main .content {
            box-shadow: none;
        }

    .custom-nav {
        display: none !important;
    }

    .mobile-nav {
        display: block;
    }

        .mobile-nav .nav-items-wrapper {
            display: table;
            table-layout: fixed;
            width: 100%;
        }

        .mobile-nav .nav-item {
            display: table-cell;
        }

            .mobile-nav .nav-item a.nav-link {
                font-size: 7px;
                padding: 16px 6px;
            }

    .sidenav {
        width: 100% !important;
        height: auto;
        position: fixed;
        bottom: 0;
        top: auto;
        z-index: 100000;
        border-top: 1px solid #e3e3e3;
    }
}

/* END sidenav and Navigation --------------------------------------------------------------- */

/* BEGIN Header and Titles --------------------------------------------------------------- */
.header-row {
    background-color: #0E253F;
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
}

.header-row-widescreen {
    padding-bottom: 40px;
}

.head-text-wrap {
    border-left: 3px solid #f1f1f4;
    padding-left: 10px;
}

.header-row h1 {
    color: #fcfcfc;
    font-size: 32px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.header-row p.lead {
    color: #f1f1f4;
    font-size: 14px;
    margin-bottom: 0px;
}

.header-profile-wrap {
    padding: 17px;
    background-color: rgba(255,255,255,0.15);
    border-radius: 10px;
    margin-left: auto;
    display: block;
    width: auto;
    padding-left: 75px;
    position: relative;
}

    .header-profile-wrap .profile-picture {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        top: 10px;
        left: 10px;
        overflow: hidden;
    }

        .header-profile-wrap .profile-picture img {
            max-width: 50px;
        }

    .header-profile-wrap p {
        color: #f1f1f4;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 13px;
    }

        .header-profile-wrap p.links {
            font-size: 10px;
            font-weight: normal;
        }

            .header-profile-wrap p.links a,
            .header-profile-wrap p.links button.header-btn {
                color: #f4f4f4;
                text-decoration: none;
                margin-right: 5px;
                background-color: transparent !important;
                border: none;
                padding: 0px;
            }

                .header-profile-wrap p.links a:hover,
                .header-profile-wrap p.links button.header-btn:hover {
                    text-decoration: underline;
                }

.locale-select {
    position: absolute;
    right: 0;
    top: 5px;
    width: 70px;
}

.locale-select-wrapper .btn.dropdown-toggle {
    font-size: 8px;
    padding: 10px 5px 5px 5px;
    position: absolute;
    right: 10px;
    top: 4px;
}

    .locale-select-wrapper .btn.dropdown-toggle span.fi {
        font-size: 16px;
        display: block;
        margin: 0 auto 5px auto;
    }

.locale-select-wrapper .dropdown-menu {
    background-color: #36455B;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: -140px;
    width: 200px;
    top: 63px;
    border: none;
    padding: 0px;
    overflow: hidden;
}

    .locale-select-wrapper .dropdown-menu a.dropdown-item {
        color: #fff;
        font-size: 12px;
        padding: 10px 20px;
    }

        .locale-select-wrapper .dropdown-menu a.dropdown-item span.fi {
            margin-right: 4px;
            top: 1px;
            font-size: 13px;
        }

        .locale-select-wrapper .dropdown-menu a.dropdown-item:hover {
            background-color: rgba(255,255,255,0.25);
        }

.mob-prenav {
    display: none;
}

@media (max-width:992px) {
    .header-profile-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0px;
        padding: 18px 25px;
    }

    .profile-picture {
        display: none;
    }

    .locale-select-wrapper .btn.dropdown-toggle {
        right: 25px;
    }

    .locale-select-wrapper .dropdown-menu {
        top: 66px;
    }

    .header-row {
        padding-top: 80px;
    }

        .header-row.header-row-widescreen {
            padding-bottom: 20px;
        }
}

@media (max-width:768px) {
    .profile-picture {
        display: none;
    }

    .header-profile-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 20px;
        background-color: transparent;
    }

    .locale-select-wrapper .dropdown-menu {
        top: 58px;
        border-radius: 5px;
        left: -150px;
        top: 53px;
    }

    .locale-select-wrapper .btn.dropdown-toggle {
        padding: 7px 3px 3px 3px;
        top: 8px;
        right: 20px;
    }

        .locale-select-wrapper .btn.dropdown-toggle span.fi {
            font-size: 13px;
            margin: 0 auto 2px auto;
        }

    .header-row {
        padding-top: 0;
        padding-bottom: 120px;
    }

        .header-row h1 {
            font-size: 26px;
            display: none;
        }

        .header-row p.lead {
            font-size: 12px;
            display: none;
        }

        .header-row.header-row-widescreen {
            padding-bottom: 45px;
        }

    .mob-prenav {
        display: flex;
        background-color: #fff;
        border-bottom: 1px solid #e3e3e3;
    }

        .mob-prenav img {
            width: 100%;
            max-width: 80px;
            margin: 10px 5px;
        }

        .mob-prenav h3 {
            font-size: 13px;
            padding: 0px;
            margin: 0px;
            color: #555;
            font-weight: 600;
        }
}

/* END Header and Titles --------------------------------------------------------------- */

/* BEGIN Sidebar Content */
.biz-info .biz-logo {
    width: 100px;
    height: 100px;
    background-color: #b73ab9;
    border: 4px solid #fff;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
    position: relative;
    margin: 5px auto 15px auto;
}

    .biz-info .biz-logo img {
        width: 100%;
    }

.biz-info h4 {
    font-weight: 600;
    color: #333;
    text-align: center;
}

.biz-info p.lead {
    font-size: 13px;
    text-align: center;
    color: #333;
}

.biz-info .biz-table {
    width: 100%;
    font-size: 13px;
}

    .biz-info .biz-table td.left {
        font-weight: bold;
    }

    .biz-info .biz-table td.right {
        text-align: end;
    }

    .biz-info .biz-table td {
        padding: 10px;
        border-bottom: 1px dashed rgba(0,0,0,0.25);
    }

    .biz-info .biz-table tr:last-of-type td {
        border-bottom: 0px solid transparent;
    }

.sdm-wrapper {
    padding: 15px;
    background-color: rgba(0,0,0,0.025);
    border-radius: 15px;
    display: block;
}

    .sdm-wrapper .profile-picture {
        border-radius: 100%;
        overflow: hidden;
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

        .sdm-wrapper .profile-picture img {
            max-width: 100%;
        }

    .sdm-wrapper .sdm-name {
        font-weight: bold;
        font-size: 16px;
    }

    .sdm-wrapper .contact-details {
        font-size: 13px;
        margin-bottom: 8px;
    }

        .sdm-wrapper .contact-details:first-of-type {
            border-top: 1px solid #e3e3e3;
            padding-top: 15px
        }

        .sdm-wrapper .contact-details svg {
            width: 1em;
            height: 1em;
            margin-top: -2px;
            margin-right: 5px;
        }


/* END Sidebar Content */

/* BEGIN Main Body Content --------------------------------------------------------------- */

.content-card {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    color: #333;
}

    .content-card.limit-padding {
        padding: 10px;
    }

    .content-card.cta {
        cursor: pointer;
        height: calc(100% - 25px);
        transition: ease-in-out .2s;
    }

        .content-card.cta.blue {
            background-color: #257BD8;
            border-color: #257BD8;
        }

        .content-card.cta:hover {
            padding: 25px 20px 25px 30px;
            color:#333;
        }

        .content-card.cta div.notif {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            padding: 1px 5px;
            border-radius: 10px;
            box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
            -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
            background-color: #424242;
        }

            .content-card.cta div.notif.danger {
                background-color: #c22525;
            }

        .content-card.cta svg {
            width: 30px;
            height: auto;
            margin-bottom: 10px;
            color: #333;
        }

        .content-card.cta.blue svg {
            color: #fff;
        }

        .content-card.cta .cc-cta-text {
        }

            .content-card.cta .cc-cta-text h4 {
                margin-bottom: 5px;
                font-size: 18px;
            }

            .content-card.cta .cc-cta-text p.access {
                margin-bottom: 0px;
                font-size: 12px;
            }

        .content-card.cta.btc {
            min-height: auto;
        }

            .content-card.cta.btc .cc-cta-text {
                padding-left: 60px;
            }

                .content-card.cta.btc .cc-cta-text h4 {
                    font-size: 20px;
                }

            .content-card.cta.btc svg {
                position: absolute;
                left: 25px;
                top: 50%;
                transform: translateY(-50%);
                margin-bottom: 0px;
            }

        .content-card.cta.disabled {
            cursor: default;
        }

            .content-card.cta.disabled:hover {
                padding: 25px;
            }

            .content-card.cta.disabled .cc-cta-text {
                opacity: 0.5;
            }

            .content-card.cta.disabled svg {
                opacity: 0.5;
            }

.cta-disabled {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(30, 30, 30, 0.45);
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: ease-in .2s;
}

.cta-disabled-content {
    transition: ease-in .2s;
    opacity: 0;
    text-align: center;
    z-index: 10000;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .cta-disabled-content svg {
        color: #fff !important;
        opacity: 1 !important;
        margin-bottom: 5px;
        width: 30px;
        height: 30px;
    }

    .cta-disabled-content p {
        font-size: 12px;
        margin-bottom: 0px;
    }

.cta-disabled:hover {
    background-color: rgba(30, 30, 30,0.9);
}

    .cta-disabled:hover .cta-disabled-content {
        opacity: 1;
    }

.wide-header-card {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

    .wide-header-card h3 {
        color: #666;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .wide-header-card p.lead {
        font-size: 18px;
        color: #777;
        margin-bottom: 0px;
    }

.content-card h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}

    .content-card h4 small {
        font-size: 10px;
        color: #777;
        font-style: italic;
    }

p.cc-small {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    /*border-bottom: 1px solid #efefef;*/
}

p.cc-med {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

    p.cc-med span {
        display: block;
    }

        p.cc-med span svg {
            width: 0.8em;
            position: relative;
            top: -1px;
            margin-right: 3px;
        }

.cc-tabs {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 0px 10px;
    -webkit-box-shadow: inset 0px -15px 10px -20px rgba(0,0,0,0.2);
    box-shadow: inset 0px -15px 10px -20px rgba(0,0,0,0.2);
}

.cc-tab {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: -5px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    transition: ease-in-out .2s;
    min-width: 205px;
    margin-top: 5px;
    text-decoration:none!important;
}

    .cc-tab:not(.active):hover {
        padding-bottom: 15px;
        bottom: 0px;
    }

    .cc-tab.active {
        padding: 15px 20px 15px 20px;
        margin-top: 0px;
        background-color: #efefef;
        color: #222;
        bottom: 0;
    }

    .cc-tab p.cc-small {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.cc-header {
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

    .cc-header p.cc-small {
        margin-bottom: 0px;
    }

.table-filters {
    padding: 10px 20px;
    background-color: #efefef;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
}

    .table-filters .form-control {
        position: relative;
        padding: 5px 10px !important;
    }

    .table-filters button.btn-barcode {
        padding: 7px 10px;
        font-size: 10px;
    }
.btn-sm.btn-barcode {
    padding: 7px 10px;
    font-size: 10px;
}

    .table-filters label.form-label {
        position: relative;
        top: 2px;
    }

.report-link {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #e3e3e3;
}

.report-list .report-link:last-child {
    border-bottom: 1px solid #e3e3e3;
}

.report-link img {
    width: 80px;
    border: 1px solid #e3e3e3;
}

.report-link h5 {
    font-size: 17px;
    color: #444;
}

.report-link p {
    font-size: 11px;
    margin-bottom: 0px;
    color: #777;
}

.report-link:hover {
    background-color: #efefef;
}

ul.link-list {
    padding:0px;
    margin:0px;
    margin-bottom:15px;
    list-style:none;
}
ul.link-list li {
    list-style:none;
    padding:0px;
    margin:0px;
}
    ul.link-list li a {
        display:block;
        padding: 8px;
        font-size: 13px;
        color: #444;
        text-decoration:none;
    }
    ul.link-list li a:hover {
        background-color:#efefef;
    }

ul.contact-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
ul.contact-list li {
    padding:0px;
    margin:0px;
}
ul.contact-list li a {
    text-decoration:none;
    color:#444;
    font-size:14px; 
}
ul.contact-list li a:hover {
    text-decoration:underline;
    color:#E25E39;
}
.accordion .card-header {
    padding: 0px;
    border-radius:1px;
    border:0 solid transparent;
}
    .accordion .card-header a.btn-link {
        padding: 15px;
        font-size:14px;
        color:#555;
        text-decoration:none;
        display:block;
        width:100%;
        text-align:start;
    }

    .accordion .card {
        border-radius:0px;
        border:1px solid #e3e3e3;
        margin-bottom:15px;
    }

@media (max-width:768px) {
    .content-card {
        padding: 15px;
    }

        .content-card.cta {
            padding: 20px 20px 30px 70px;
            margin-bottom: 15px;
        }

            .content-card.cta svg {
                position: absolute;
                left: 20px;
                top: 50%;
                transform: translateY(-50%);
            }

            .content-card.cta .cc-cta-text h4 {
                font-size: 18px;
                margin-bottom: 0px;
            }

            .content-card.cta .cc-cta-text p.access {
                font-size: 10px;
            }

            .content-card.cta div.notif {
                top: 10px;
                font-size: 10px;
                box-shadow: none;
            }

            .content-card.cta:hover {
                padding: 20px 20px 30px 70px;
            }

            .content-card.cta.blue {
                padding: 20px;
            }

                .content-card.cta.blue .cc-cta-text {
                    padding-top: 0px !important;
                }

    .wide-header-card {
        width: 90%;
        padding: 40px 10px 30px 10px;
        margin: 0px auto 30px auto;
    }
}



/*END Main Body Content --------------------------------------------------------------- */



.cc-table thead tr {
    border-bottom: 1px solid #efefef;
}

    .cc-table thead tr th {
        color: #888;
        padding: 5px 10px 17px 10px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
    }

        .cc-table thead tr th:hover {
            border-left: 1px solid #e3e3e3;
            border-right: 1px solid #e3e3e3;
            padding: 5px 9px 17px 9px;
        }

.cc-table tbody tr td {
    padding-top: 17px;
    padding-bottom: 17px;
    padding: 17px 10px;
    font-size: 12px;
}

.cc-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.cc-table tbody tr:not(.no-results):hover {
    background-color: #e3e3e3;
    cursor: pointer;
}

.cc-table tbody tr.no-results td {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}

.cc-table tbody tr:last-of-type {
    border-bottom: 1px solid #efefef;
}

.cc-table .device-icon-wrap {
    width: 100%;
    height: 100%;
}

    .cc-table .device-icon-wrap svg {
        width: 20px;
        margin: -2px auto 0 auto;
    }

span.badge {
    background-color: #333;
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
}

span.badge.badge-success {
    background-color: #26b050;
}

span.badge.badge-primary {
    background-color: #4b6ca8;
}

span.badge.badge-warning {
    background-color: #f3a461;
}

span.badge.badge-danger {
    background-color: #b32121;
}

.cc-table a.svg-btn {
    color: #666;
    background-color: #e3e3e3;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px;
    text-decoration: none;
}

    .cc-table a.svg-btn svg {
        width: 1em;
        margin-right: 2px;
        margin-top: -1px;
    }

ul.pagination li.page-item .page-link {
    font-size: 13px;
    color: #E25E39;
}

ul.pagination li.page-item.disabled .page-link {
    color: #333;
}

ul.pagination li.page-item .page-link:hover {
    background-color: #e3e3e3;
}

ul.pagination li.page-item.active .page-link {
    font-size: 13px;
    background-color: #E25E39;
    border-color: #d85b38;
    color: #fff;
    font-weight: 600;
}

ul.pagination li.page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

ul.pagination li.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.contact-wrapper {
    position: relative;
    padding: 15px;
    background-color: #efefef;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact-wrap .contact-wrapper:last-of-type {
    margin-bottom: 0px;
}

.contact-wrapper img {
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.contact-wrapper .contact-type {
    display: inline-block;
    top: -10px;
    right: 15px;
    background-color: #E25E39;
    font-size: 11px;
    padding: 1px 5px;
    color: #fff;
    position: relative;
    top: -5px;
    left: 0;
}

.contact-wrapper p.name {
    font-size: 15px;
    font-weight: 600;
    color: #555;
}

.contact-wrapper p {
    color: #444;
    margin-bottom: 4px;
    font-size: 12px;
    word-wrap: break-word;
}

    .contact-wrapper p.detail {
        max-width: 250px;
        word-wrap: break-word;
        position: relative;
        padding-left: 15px;
    }

    .contact-wrapper p svg {
        width: 0.8em;
        margin-top: -1px;
        margin-right: 4px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .contact-wrapper p:last-of-type {
        margin-bottom: 0px;
    }

.content-card.am-stat {
    padding: 18px 25px;
    position: relative;
}

    .content-card.am-stat p.am-stat-num {
        font-size: 44px;
        font-weight: 700;
        color: #444;
        margin-bottom: 0px;
        line-height: 1.1;
    }

        .content-card.am-stat p.am-stat-num svg {
            width: .75em;
            height: .75em;
            margin-top: 4px;
            position: absolute;
            right: 25px;
            top: 45%;
            transform: translateY(-50%);
        }

    .content-card.am-stat p.am-stat-title {
        font-size: 14px;
        margin-bottom: 0px;
        color: #555;
    }

    .content-card.am-stat.atrisk {
        border-left: 11px solid #c22525;
    }

        .content-card.am-stat.atrisk p.am-stat-num svg,
        .content-card.am-stat.atrisk p.am-stat-title span {
            color: #c22525;
            font-weight: 700;
        }

    .content-card.am-stat.inuse {
        border-left: 11px solid #d85b38;
    }

        .content-card.am-stat.inuse p.am-stat-num svg,
        .content-card.am-stat.inuse p.am-stat-title span {
            color: #d85b38;
            font-weight: 700;
        }

    .content-card.am-stat.secure {
        border-left: 11px solid #26b050;
    }

        .content-card.am-stat.secure p.am-stat-num svg,
        .content-card.am-stat.secure p.am-stat-title span {
            color: #26b050;
            font-weight: 700;
        }

    .content-card.am-stat.unknown {
        border-left: 11px solid #666;
    }

        .content-card.am-stat.unknown p.am-stat-num svg,
        .content-card.am-stat.unknown p.am-stat-title span {
            color: #666;
            font-weight: 700;
        }

.am-filters {
    position: sticky;
    top: 20px;
}

.gmap-wrapper {
    position: relative;
    /*padding-bottom: 56.25%;*/
    height: 500px;
    overflow: hidden;
    max-height: 500px;
    border-radius: 10px;
    border: 1px inset solid #efefef;
}

    .gmap-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        max-height: 500px;
    }

.new-ticket-modal {
    padding: 40px;
    text-align: center;
}

    .new-ticket-modal h4 {
        font-size: 18px;
        color: #333;
        margin-bottom: 3px;
    }

    .new-ticket-modal p.cc-small:first-of-type {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #efefef;
    }

    .new-ticket-modal p a {
        color: #E25E39 !important;
        font-size: 13px;
        cursor: pointer;
    }

        .new-ticket-modal p a:hover {
            text-decoration: underline !important;
        }

    .new-ticket-modal .new-ticket-options-wrapper {
        border-bottom: 1px solid #efefef;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

        .new-ticket-modal .new-ticket-options-wrapper .new-ticket-option {
            padding: 25px 15px;
            border: 1px solid #e3e3e3;
            border-radius: 5px;
            display: block;
            background-color: #efefef;
            cursor: pointer;
            text-decoration: none;
            min-height: 193px;
        }

            .new-ticket-modal .new-ticket-options-wrapper .new-ticket-option.nmh {
                min-height: auto;
            }

            .new-ticket-modal .new-ticket-options-wrapper .new-ticket-option:hover {
                background-color: #e3e3e3;
            }

            .new-ticket-modal .new-ticket-options-wrapper .new-ticket-option svg {
                width: 30px;
                height: 30px;
                color: #444;
                margin-bottom: 15px;
            }

            .new-ticket-modal .new-ticket-options-wrapper .new-ticket-option h4 {
                font-weight: 600;
                color: #444;
                font-size: 16px;
            }

            .new-ticket-modal .new-ticket-options-wrapper .new-ticket-option p {
                font-size: 12px;
                color: #555;
                margin-bottom: 0px;
            }


.verify-warranty {
    padding: 20px;
    border: 1px solid #e3e3e3;
    background-color: #efefef;
    border-radius: 5px;
    margin-top: 20px;
}

    .verify-warranty .spinner {
        margin-bottom: 10px;
    }

        .verify-warranty .spinner svg {
            width: 48px;
            height: 48px;
        }

    .verify-warranty.vw-success .spinner svg {
        color: #26b050;
    }

    .verify-warranty.vw-failure .spinner svg {
        color: #c22525;
    }

    .verify-warranty p {
        margin-bottom: 10px;
        color: #444;
        font-size: 12px;
    }

    .verify-warranty.vw-success p:first-of-type,
    .verify-warranty.vw-failure p:first-of-type {
        color: #26b050;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .verify-warranty.vw-failure p:first-of-type {
        color: #c22525;
    }

    .verify-warranty p:last-of-type {
        margin-bottom: 0px;
    }

    .verify-warranty p a {
        font-size: 12px;
        text-decoration: none;
    }

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.progress-item {
    width: 95%;
    position: relative;
    display: block;
    text-align: start;
    background-color: #e3e3e3;
    border-radius: 5px;
    padding: 25px 15px 25px 70px;
    border: 1px solid #e3e3e3;
}

    .progress-item.complete {
        background-color: #E25E39;
        color: #fff;
    }

.pi-circ {
    font-weight: 700;
    color: #444;
    font-size: 20px;
}

.pi-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    text-align: center;
}

    .pi-icon svg {
        width: 35px;
        height: 35px;
    }

.progress-item.complete .pi-circ {
    color: #fff;
}

.progress-item p {
    font-size: 12px;
    margin-bottom: 0px;
}

.progress-item-wrapper .col {
    position: relative;
}

.pi-chevron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    text-align: center;
    color: #666;
}

    .pi-chevron svg {
        height: 25px;
        width: 25px;
    }

.pi-circ {
    /*    width:140px;
    height:140px;
    background-color:#e3e3e3;
    border-radius:140px;
    margin:0 auto;

    font-size:16px;
    padding:30px;
    vertical-align:middle;
*/
}

.repair-device-details h2 {
    font-weight: 600;
    color: #444;
    font-size: 20px;
}

.repair-device-details table tr {
    border-bottom: 1px dotted #e3e3e3;
    font-size: 12px;
}

.repair-device-details tr td.fw-bold {
    width: 170px;
}

.helpsupport-doc h4 {
    font-weight:600;
    color:#333;
    font-size:20px;
}
.helpsupport-doc h5 {
    font-weight: 600;
    color: #444;
    font-size: 16px;
}
.helpsupport-doc p {
    font-size:13px;
}
.helpsupport-doc ul li {
    font-size:13px;
}
.helpsupport-doc img {
    display:block;
    padding:15px;
    background-color:#efefef;
    border-radius:5px;
}

#blazor-error-ui {
    display: none !important;
}
