﻿/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");

.bt-spinner {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #0698d3;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    display: none;
    z-index: 1;
}

.circle-outer {
    text-align: center;
    font-family: sans-serif;
    border-radius: 100%;
}

.circle-inner {
    height: 100%;
    width: 100%;
    background: black;
    color: white;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.circle-outer-profile {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 65px;
    left: 75px;
    padding: 5px;
}

.circle-inner-profile {
    font-size: 18px;
    padding: 3px;
}

.circle-outer-header {
    width: 25px;
    height: 25px;
    margin-top: 11px;
    padding: 4px;
}

.circle-inner-header {
    font-size: 12px;
}

.circle-outer-pannel {
    width: 25px;
    height: 25px;
    margin-top: 11px;
    padding: 4px;
    position: absolute;
    top: 40px;
}

.circle-inner-pannel {
    font-size: 12px;
}

.circle-outer-new-member {
    width: 22px;
    height: 22px;
    margin-top: 12px;
    padding: 4px;
    position: absolute
}

.circle-inner-new-member {
    font-size: 11px;
}

.circle-outer-activities {
    width: 30px;
    height: 30px;
    padding: 4px !important;
    position: absolute;
    top: 20px;
    right: 20px;
}

.circle-inner-activities {
    font-size: 15px;
}


.acc {
    width: 210px;
}

.TempStyle1 {
    border-radius: 15px;
    padding: 20px;
    font-size: large;
    width: 10%;
    font-weight: bold;
    display: inline-block;
}
.shipping-info {
    margin-top: 30px;
    padding-left: 0px;
}
.dcr-card {
    margin-bottom: 30px;
    padding-left: 0px
}

.neo-value {
    font-size: 11px;
}

.read-more {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    padding: 3px;
}

.read-less {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    padding: 3px;
}
.Downloadscontainer {
}

    .Downloadscontainer .dropdown-toggle {
        width: 100%;
        padding: 10px 15px;
        display: block;
    }

        .Downloadscontainer .dropdown-toggle:hover {
            background: #0096D6;
            color: #FFF;
            text-decoration: none;
            cursor: pointer;
        }

        .Downloadscontainer .dropdown-toggle a:hover {
            color: #FFF !important;
        }

    .Downloadscontainer .dropdown ul li a {
        padding: 8px 10px;
        display: block;
    }

        .Downloadscontainer .dropdown ul li a:hover {
            background: #0096D6;
            color: #FFF;
            text-decoration: none;
            cursor: pointer;
        }

    .Downloadscontainer .dropdown-toggle .caret {
        float: right;
        margin-top: 8px;
    }


/****Dev express charts****/
tr.dx-row.dx-column-lines.dx-header-row {
    background-color: #767676;
}

.dx-tab-selected {
    background-color: #0096D6;
    color: #ffffff;
    position: relative;
}

.formn-group .input {
    min-width: 50%;
}


.checkconfirm {
    float: left;
}


.product-list-description p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left !important;
    color: #666;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0px 0px 15px 0px;
    text-align: left;
}


.product-list-title {
    margin-bottom: 2px;
    text-transform: capitalize;
    float: left;
    width: 100%;
}

.product-list-link a {
    text-transform: capitalize;
    float: left;
    width: 100%;
    color: #00A8FF;
    text-align: left;
    display: none;
}

.product-list-points {
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    color: black;
}

.product-list-title a:link {
    font-weight: 400;
    font-size: 14px;
    color: #419BB3 !important;
    text-align: left !important;
    text-transform: capitalize;
    float: left;
    width: 100%;
}


.product-list-title a:visited {
    color: #419BB3 !important;
}

.product-list-title a:hover {
    color: #0164a2 !important;
    text-decoration: none;
}

.product-list-title a:active {
    color: #666 !important;
}


.product-list-sku {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: capitalize;
}

.product-list-vendor-link {
    font-weight: 500;
    color: #003b64 !important;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: left;
    display: none;
}

.checkconfirmlabel {
    font-size: 14px;
}


/*********** OLD GLOBAL STYLES **********/


table {
    width: 100%;
    border-collapse: collapse;
}


.home-slider-public {
    width: 100%;
    display: block;
    padding-left: 20px;
    padding-bottom: 20px;
    float: left;
}

.fixFloatDiv {
    padding: 10px;
    overflow: hidden;
    width: 100%;
}

.promotion-grid, .item-grid {
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.vendor-grid {
}

    .vendor-grid .vendor-item {
        text-align: left;
        margin-bottom: 20px;
        padding: 10px;
    }

        .vendor-grid .vendor-item .vendor-item-top {
            margin: auto;
        }

        .vendor-grid .vendor-item .product-vendor-link {
            margin-top: 15px;
        }

.page-body {
    margin: 10px 0px;
}

/*    .page-body a {
        color: #0096D6 !important;
    }

        .page-body a:hover {
            text-decoration: underline;
            color: #0096D6;
        }
*/
input[type="text"],
input[type="password"],
#claim-form input[data-type="currency"],
textarea, select {
    max-height: 51px; /*safari padding fix*/
    min-width: 50px;
    border: 1px solid #CCC;
    padding: 15px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*color: #757678;*/
    color: #000;
    font-size: 13px !important;
}

#claim-form input[data-type="currency"], #claim-form select.input {
    width: 50%;
    padding: 10px;
    height: auto;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 6px;
    text-transform: capitalize;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border-color: #0096D6;
        color: #000 !important;
    }

.master-wrapper-content {
    width: 95%;
    margin: 0 auto;
}

.master-wrapper-main:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.page:after,
.page-title:after,
.page-body:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../images/rss-icon.png');
    background-repeat: no-repeat;
    text-indent: 999px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 0px 0;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.flyout-cart {
    display: none;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 20px;
}

    .fieldset .title,
    .section .title {
        margin: 10px 0;
    }

        .fieldset .title strong,
        .section .title strong {
            font-size: 16px;
        }

.form-fields {
    position: relative;
    background-color: #f1f1f1;
    background: #FFF;
    max-width: 525px;
    margin: auto;
    padding: 30px;
    margin-bottom: 5px;
    border-radius: 0 0 4px 4px;
}

.inputs {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
}



    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select, .inputs textarea {
        width: 100%;
        height: 50px;
        padding: 15px;
    }

.input[placeholder], [placeholder], *[placeholder] {
    color: #757678;
}

.inputs.reversed {
    margin: 5px 0px 40px;
    text-align: left;
    width: 100%;
    float: left;
}

.inputs .reversed {
    width: 32px;
    height: 32px;
}

.required {
    font-weight: 400;
    color: #F00;
}

.message-error,
.field-validation-error,
.not-available-status,
.poll-vote-error,
.password-error {
    padding-top: 5px;
    font-size: 13px;
    color: #F00;
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}

.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
    }


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 13563300;
    width: 80%;
    padding: 15px;
    overflow: auto;
    font-size: 14px;
    margin: 0% 10%;
}

    .bar-notification.success {
        border: 1px solid #b2dc6e;
        background: #e1f9b7;
    }

        .bar-notification.success p {
            color: #649d01 !important;
        }

    .bar-notification.warning {
        background: #fff9da;
        border: 1px solid #fcd068;
        z-index: 999;
    }

        .bar-notification.warning p {
            color: #d99b07;
        }

    .bar-notification.error {
        border-bottom: 1px solid #f7a093;
        background: #fec0b7;
    }

        .bar-notification.error p {
            color: #df3c22;
        }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px; /*even numbers only*/
        height: 30px; /*even numbers only*/
        margin: 10px 10px 0 0;
        border: 1px solid #666;
        border-radius: 100%;
        box-shadow: inset 0 0 1px #666;
        background: #FFF url('../images/close.png');
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        color: inherit;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

        .bar-notification .close:hover {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

.ui-dialog {
    z-index: 1008;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background: #fff;
}

.ui-dialog-titlebar {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    box-shadow: 0 0 0 1px #33CC33;
    overflow: hidden;
    background: #A3C266;
    background-position: top;
    background-repeat: repeat-x;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #33CC33;
}

    .ui-dialog-titlebar span {
        float: left;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px; /*even numbers only*/
        height: 24px; /*even numbers only*/
        margin: 6px;
        overflow: hidden;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../images/close.png');
        background-position: center;
        background-repeat: no-repeat;
        text-indent: 999px;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        }

        .ui-dialog-titlebar button * {
            display: none;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
}

    .ui-dialog-content .topic-html-content {
        margin: 10px 0 0;
    }

    .ui-dialog-content .topic-html-content-body {
        max-height: 200px;
        overflow-y: scroll;
    }

    .ui-dialog-content .topic-html-content p {
        margin: 0;
    }

.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        margin-left: 5px;
        border: 1px solid #bbb;
        box-shadow: 0 0 1px #A3C266, inset 0 0 1px #fff;
        background: #33CC33;
        padding: 5px;
    }

        .ui-dialog-buttonset button:hover {
            background: #f6f6f6;
        }




/*********** HEADER & NAVIGATION ***********/

#dvMyPoints {
    white-space: nowrap;
}

.admin-header-links {
    text-align: center;
    color: #fff;
}

    .admin-header-links .administration {
        display: block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: table;
        margin: 0 auto;
        padding: 15px;
        width: 100%;
        font: 14px/normal;
    }

        .admin-header-links .impersonate a {
            color: #0096D6;
            font-weight: bold;
        }



.claim-header-links {
    float: right;
    color: white;
    font-size: 15px;
    font-weight: 300;
    margin-right: 20px;
}

    .claim-header-links table {
        margin-top: 25px;
    }

    .claim-header-links td {
        text-align: left;
        padding: 10px;
    }

    .claim-header-links spn, .claim-header-links a {
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 8px;
    }

    .claim-header-links td:hover a, .claim-header-links td:hover span {
        text-decoration: underline;
    }

/*first element always red*/
.header-links-wrapper .account {
    color: #FFFFFF;
}

.header-links span,
.header-links a {
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
    color: #FFF;
}

.header-links .cart-qty {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 5px;
}

.anonymous span, .anonymous a {
    color: #666;
}










/*Claim Search starts*/

input[type="search"] {
    border: 1px solid #dbd9d9;
    height: 32px;
    padding: 6px;
}


.claim-search-box {
    margin: 0 0 20px;
}

    .claim-search-box form {
        display: inline-block;
        padding: 6px 0 6px 6px;
        position: relative;
        width: 350px;
    }

span.claim-search-box-text {
    width: 287px !important;
}

.claim-search-box form:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.claim-search-box input.search-box-text {
    float: left;
    width: 345px !important;
    height: 32px;
    color: #777;
    padding-right: 106px;
}

.claim-search-box .search-box-button {
    border: none;
    overflow: hidden;
    background: url('../../Content/images/search-button.png') transparent;
    background-repeat: no-repeat;
    width: 45px;
    height: 32px;
    background-position: center;
    text-indent: -9999px;
}

/*Claim Search ends*/
.search-box {
    margin: 0 0 20px;
}

    .search-box form {
        display: inline-block;
        border: 1px solid #404040;
        padding: 6px 0 6px 6px;
        position: relative;
        width: 340px;
    }

span.search-box-text {
    width: 287px !important;
}

.search-box form:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.search-box input.search-box-text {
    float: left;
    width: 250px !important;
    height: 32px;
    color: #777;
    padding-right: 106px;
}

.search-box .search-box-button {
    border: none;
    overflow: hidden;
    background: url('../../Content/images/search-button.png') transparent;
    background-repeat: no-repeat;
    width: 45px;
    height: 32px;
    background-position: center;
    text-indent: -9999px;
}

.cart-item-row {
    border-bottom: 1px solid #DDD;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1002 !important;
    width: 256px !important; /*default = txtfield + button*/
    max-width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
    background: #fff;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        display: none;
        margin-right: 5px;
        vertical-align: middle;
    }


.header-selectors-wrapper > div {
    display: inline-block;
    margin: 0 5px 10px;
}

.header-selectors-wrapper select {
    min-width: 100px;
    background: #fff url("../../Content/images/custom-dropdown.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }





.forums-main-page {
    padding-top: 20px;
}

.center-2 .details .add-info .buttons .button-2 {
    background: url(../images/red-button.png) #356330;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px 17px;
    transition: all 0.3s ease 0s;
}


.block-shoppingcart {
    display: none;
}


.accepted-payment-methods {
}

    .accepted-payment-methods ul {
        font-size: 0;
    }

    .accepted-payment-methods li {
        display: inline-block;
        width: 50px;
        height: 30px;
        background: url('../images/payment_sprite.png');
        background-repeat: no-repeat;
    }

    .accepted-payment-methods .method1 {
        background-position: 0 0;
    }

    .accepted-payment-methods .method2 {
        background-position: -50px 0;
    }

    .accepted-payment-methods .method3 {
        background-position: -100px 0;
    }

    .accepted-payment-methods .method4 {
        background-position: -150px 0;
    }

    .accepted-payment-methods .method5 {
        background-position: -200px 0;
    }

    .accepted-payment-methods .method6 {
        background-position: -250px 0;
    }

.social-sharing ul {
    font-size: 0;
}

.social-sharing li {
    display: inline-block;
    margin: 0 10px;
}

.social-sharing a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/social_sprite.png');
    background-repeat: no-repeat;
}

.social-sharing .facebook {
    background-position: 0 0;
}

.social-sharing .twitter {
    background-position: -30px 0;
}

.social-sharing .google {
    background-position: -60px 0;
}

.social-sharing .pinterest {
    background-position: -90px 0;
}

.social-sharing .vimeo {
    background-position: -120px 0;
}

.social-sharing .youtube {
    background-position: -150px 0;
}

.social-sharing .rss {
    background-position: -180px 0;
}




/*********** LEFT/RIGHT COLUMN ***********/
.blocktitlenew {
    margin: 0px;
    color: #000;
    font-size: 16px;
    padding-left: 8px;
    cursor: pointer;
    border: none;
    border: 1px solid #CCC;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(white, lightgray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, lightgray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, lightgray); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, lightgray); /* Standard syntax */
}



.block {
    margin: 0 0 7px;
    text-align: left;
}

    .block .title {
        margin: 0px;
        color: #000;
        background: #fff;
        font-size: 18px;
        cursor: pointer;
        border: none;
        background-image: url(../images/secondary_nav_header_bkgd.jpg);
        background-repeat: no-repeat;
    }

        .block .title strong {
            text-transform: capitalize;
            font-size: 16px;
            display: block;
            padding: 10px;
            background: url(../images/arrow_icon.png);
            background-repeat: no-repeat;
            background-position: 96% center;
            font-weight: 400;
            margin: 5px 0 15px;
        }

    .block > .title:hover strong {
        color: #666;
    }

    .block .listbox {
        display: none;
        margin-bottom: -10px;
    }

        .block .listbox:after {
            content: " ";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

.block-recently-viewed-products .list > li {
    clear: both;
}

.block-recently-viewed-products .product-name {
    width: 100%;
}

.block .list a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #33b9ff;
    padding: 10px;
    width: 88%;
}

    .block .list a:hover {
        color: #0164a2;
        text-decoration: none;
    }

.block .list img {
    display: none;
}

.block .view-all {
    border-top: 1px solid #FFFFFF;
}

    .block .view-all a {
        display: block;
        color: #FFFFFF;
        font-size: 14px;
        padding: 10px;
    }

        .block .view-all a:hover {
            text-decoration: underline;
        }

.block .list .product-picture {
    display: none;
    float: left;
}


.block .tags {
    padding: 5px;
}

    .block .tags ul {
        font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        overflow: hidden;
        font-size: 16px !important; /*setting base size*/
    }

        .block .tags li a,
        .product-tags-all-page li a {
            float: left;
            line-height: 30px;
        }

.poll {
    padding: 10px;
}

    .poll strong {
        display: block;
        margin: 0 0 10px;
    }

.poll-options,
.poll-results {
    margin: 0 0 15px;
    overflow: hidden;
}

    .poll-options li,
    .poll-results li {
        margin: 5px;
        line-height: 24px;
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

.poll .buttons,
.poll-total-votes {
}

    .poll .buttons input {
        border: 1px solid #ccc;
        padding: 5px 15px;
    }

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
    margin: 10px 0 0 0;
    text-align: left;
    padding: 15px 0px 0px 0px;
    position: relative;
    background-color: none !important;
    background-color: #FFF;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            margin: 0 1px;
            font-size: 12px; /*reset zeroing*/
            line-height: 32px;
            text-transform: capitalize;
            color: #000;
        }

        .breadcrumb li > a:hover {
            text-decoration: underline;
        }

    .breadcrumb a:hover * {
        text-decoration: underline;
    }

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 20px;
}

.product-filters-wrapper {
    display: none;
}

.product-selectors {
    margin: 0 0 20px;
    text-align: center;
}

    .product-selectors:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors select {
        margin: 0 5px;
        text-transform: lowercase;
        background-position: 94% center;
        background-repeat: no-repeat;
    }

div.product-viewmode {
    display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.home-page-product-grid .title {
}

.item-box {
    position: relative;
    width: 95%;
    margin: 0 auto 10px;
}

.common-title {
    font-size: 20px;
    color: #00B200;
}

.center-2 .category-page .rating {
    margin: auto;
}

    .center-2 .category-page .rating div {
        margin: 0;
    }

.item-box .product-item:hover .picture {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}



.product-list .item-box .picture {
    display: none;
}

.home-page-category-grid .item-grid .item-box {
    margin-bottom: 1%;
}

    .home-page-category-grid .item-grid .item-box .category-item .picture:hover {
    }

.item-box .picture a:before {
    display: block;
    content: '';
    padding-top: 100%;
}

.item-box .picture a {
    position: relative;
    display: block;
    -webkit-transform: translateZ(0) !important;
}

.item-box .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) !important;
}

.picture {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
}

.product-grid.home-page-product-grid .item-grid .item-box:hover .picture,
.product-grid.bestsellers .item-grid .item-box:hover .picture {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.product-vendor-link a {
    color: #006666;
    font-weight: bold;
    font-size: 14px;
}

.product-list .title {
    text-align: left;
    padding-bottom: 5px;
    font-size: 15px;
}
/*right list*/

.home-page-category-grid .item-grid .item-box .sub-category {
    display: none;
}

    .home-page-category-grid .item-grid .item-box .sub-category > li {
        background: url(../../Content/images/red-triangle.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

        .home-page-category-grid .item-grid .item-box .sub-category > li a {
            display: block;
            line-height: 20px;
            padding: 0 0 0 10px;
            color: #5C7F4B;
            font-size: 14px;
        }



.item-box .add-info .tax-shipping-info {
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

    .item-box .add-info .tax-shipping-info a {
        color: #5C7F4B;
    }

        .item-box .add-info .tax-shipping-info a:hover {
            text-decoration: underline;
        }

.item-box .details .add-info .prices {
    color: #4A7137;
    font-size: 20px;
}

.item-box .product-title,
.item-box .title {
    overflow: hidden;
}


.item-box .product-title {
    margin-bottom: 5px;
}

.home-page-category-grid .item-box .title a {
    color: #fff;
    background: #aaa;
    padding: 9px 10px;
    text-shadow: 0 1px 1px #454545;
    font-size: 22px;
}

.item-box .product-title a,
.item-box .title a {
    display: block;
}

.item-box .product-rating-box {
    display: block;
    margin: 0 0 5px 0;
}


.product-rating-box .rating {
    max-width: 100px;
    height: 16px;
    background: url(../images/star.png);
    background-repeat: repeat-x;
    margin: auto;
}


.home-page-product-grid .product-rating-box .rating,
.bestsellers .product-rating-box .rating {
    margin: 0 auto 10px;
}

    .home-page-product-grid .product-rating-box .rating div,
    .bestsellers .product-rating-box .rating div {
        margin: 0;
    }

.product-rating-box .rating div {
    max-width: 100px;
    height: 16px;
    background: url(../images/star-fill.png);
    background-repeat: repeat-x;
    margin: 0;
}

.item-box .description {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 20px;
    overflow: hidden;
    color: #666666;
}

    .item-box .description a {
        display: block;
        overflow: hidden;
    }

.item-box .prices {
}

.item-box .old-price {
    color: #555;
    text-decoration: line-through;
    font-size: 14px;
}

.item-box .actual-price {
    font-size: 20px;
    color: #FFFFFF;
}

.item-box .buttons {
    margin: 0;
    font-size: 0;
}

.product-grid.home-page-product-grid .item-box input[type="button"],
.product-grid.bestsellers .item-box input[type="button"] {
    border: none;
    padding: 8px 17px;
    color: #fff;
    background-repeat: repeat-x;
    font-size: 16px;
    background: url("../images/red-button.png") #356330;
    background-repeat: repeat-x;
    transition: all .35s ease 0s;
}

.item-box input[type="button"] {
    transition: all .35s ease 0s;
}

    .item-box input[type="button"]:hover {
        opacity: .85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    }


.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
}

    .sub-category-grid .item-box {
        border: none;
        transition: all .3s ease 0s;
    }

        .sub-category-grid .item-box:hover {
            opacity: .85;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
        }


    .home-page-category-grid .item-grid {
    }

        .home-page-category-grid .item-grid .item-box .picture {
            transition: all .5s ease 0s;
        }

        .home-page-category-grid .item-grid .item-box:hover .picture {
            opacity: .85;
        }

    .home-page-category-grid .item-box:before,
    .sub-category-grid .item-box:before,
    .manufacturer-grid .item-box:before {
        display: none;
    }

.category-item .picture,
.sub-category-item .picture,
.manufacturer-item .picture {
    display: none;
}

.manufacturer-item .title {
    background: #356330;
}

    .manufacturer-item .title > a {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 30px;
    }

.home-page-category-grid .title > a:hover {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.sub-category-grid .title a {
    padding: 9px 0;
    color: #000;
    font-size: 20px;
}

.product-list .item-box {
    border: 0px solid #33CC33;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.product-grid,
.product-list {
    margin: 0 0 20px;
}

    .product-grid .title {
        font-size: 18px;
        color: #000;
        padding: 9px 10px;
        margin: 20px auto;
        text-align: left;
    }

        .product-grid .title strong, .promotion-grid .title strong, .home-page-vendor .title strong {
            font-weight: normal;
            font-size: 24px;
        }

.home-page-vendor {
    text-align: left;
}

    .home-page-vendor .title {
        margin-bottom: 10px;
    }

.cross-sells {
}

.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
    }

        .pager li * {
            display: block;
            min-width: 32px;
            border: 1px solid #ccc;
            overflow: hidden;
            padding: 8px;
            text-align: center;
            font-size: 12px; /*reset zeroing*/
            cursor: pointer;
        }

        .pager li span {
            background-color: #33CC33;
        }

        .pager li a:hover {
            background-color: #33CC33;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            text-indent: -999px;
        }

        .pager li.previous-page * {
            background-image: url('../images/arrow-left.png');
        }

        .pager li.next-page * {
            background-image: url(../images/arrow_pager.png);
        }

        .pager li.first-page * {
            background-image: url('../images/prev-first.png');
        }

        .pager li.last-page * {
            background-image: url('../images/next-last.png');
        }


/********** PRODUCT PAGE **********/



.product-essential {
    margin: 20px 0 40px;
}

    .product-essential:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }


    /*cloud zoom fix*/
    .product-essential .gallery .picture:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .product-essential h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
        font-weight: 300;
    }

    .product-essential h2 {
        padding: 0px 10px 5px;
        font-size: 28px;
        margin-bottom: 0px;
    }

    .product-essential .sku,
    .product-essential .product-vendor {
        font-size: 18px;
        line-height: 26px;
        color: #0096D6;
        margin-bottom: 5px;
        text-align: left;
        padding-left: 10px;
    }

    .product-essential .short-description {
        padding: 15px 0;
        font-size: 20px;
        color: #666;
    }

    .product-essential .product-list-date {
        padding: 10px;
        margin-bottom: 10px;
        width: 50%;
        float: left;
        font-size: 14px;
        display: block;
    }

.product-details-page .product-essential .gallery .picture {
    margin-bottom: 10px;
}

.gallery {
    margin: 0 0 20px;
}


    .gallery .picture {
        position: relative;
        max-width: 100%;
        margin: 0 auto 10px;
        overflow: hidden;
        background: #fff;
    }

        .gallery .picture img,
        .gallery .picture-thumbs img,
        .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

        .gallery .picture-thumbs a {
            float: left;
            position: relative;
            width: 88px;
            height: 88px;
            margin: 0 5px 10px;
            border: 1px solid #33CC33;
            overflow: hidden;
            background: #fff;
            transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -ms -transition:all .3s ease 0s;
        }

            .gallery .picture-thumbs a:hover {
                opacity: .85;
            }

/*Default Zoom start*/
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #356330;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url('../images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
}

#lbImage {
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
}

#lbPrevLink {
    left: 0;
}

#lbNextLink {
    right: 0;
}

#lbBottom {
    border: 10px solid #fff;
    border-top: none;
    text-align: left;
    line-height: 1.4em;
    font-size: 10px;
    color: #666;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    margin: 5px 0;
    outline: none;
    background: url('../images/closelabel.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#lbCaption,
#lbNumber {
    margin: 0 70px 0 0;
}

#lbCaption {
    font-weight: bold;
}

#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
    position: relative;
    margin: 0 0 20px;
}

.overview .product-name {
    margin: 0 0 15px;
}

    .overview .product-name h1 {
        font-size: 20px;
        font-weight: normal;
    }

.overview .short-description {
    color: #333333;
    font-size: 14px;
    margin: 0 0 15px;
}

.overview .buttons,
.back-in-stock-subscription,
.download-sample {
    margin: 15px 0;
    font-size: 0;
}

    .overview .buttons div {
        display: inline-block;
        margin: 0 5px 10px;
    }

        .overview .buttons div:hover input {
            text-decoration: underline;
        }

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample-button a {
    display: inline-block;
    border: none;
    padding: 5px 10px;
    font-size: 13px; /*reset zeroing*/
    color: #5C7F4B;
    background: transparent;
}

.button-2.add-to-compare-list-button {
    background: url(../images/compare.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 10px 5px 20px;
}

.button-2.email-a-friend-button {
    background: url(../images/mail1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 10px 5px 20px;
}

.button-2.add-to-wishlist-button {
    background: url(../images/wishlist_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 10px 5px 20px;
}


.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor {
    margin: 5px 0;
}

.overview .value,
.variant-overview .value {
    font-weight: bold;
}


.free-shipping {
    width: 100px;
    height: 100px;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: #33CC33;
    padding: 30px 15px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.overview .manufacturers {
    margin: 0 0 10px; /*not present in variant-overview*/
}

.manufacturers .label {
    font-size: 14px;
    color: #5C7F4B;
}

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 20px; /*not present in variant-overview*/
}

    .product-no-reviews a {
        color: #5C7F4B;
    }

.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}

    .product-review-box .rating {
        background: url("../images/star.png");
        background-repeat: repeat-x;
        height: 16px;
        width: 100px;
    }

        .product-review-box .rating div {
            height: 16px;
            background: url("../images/star-fill.png");
        }

.product-review-links {
}

    .product-review-links a {
    }

.addthis_toolbox.addthis_default_style {
    margin: auto;
    width: 145px;
    max-width: 160px !important;
}

.overview .prices,
.variant-overview .prices {
    margin: 10px 0;
    overflow: hidden;
}

    .overview .prices > div,
    .variant-overview .prices > div {
        margin: 0 0 5px;
    }

.overview .old-product-price,
.variant-overview .old-product-price {
    font-size: 14px;
    color: #FFFFFF;
}

.overview .product-price {
    font-size: 18px;
    color: #c00;
}

.variant-overview .product-price {
    color: #FFFFFF;
    font-size: 20px;
}

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

    .customer-entered-price > div {
        display: inline-block;
    }

    .customer-entered-price .price-input {
        margin: 0 5px;
    }

    .customer-entered-price .enter-price-input {
        width: 50px;
        text-align: center;
    }

    .customer-entered-price .price-range {
        font-weight: bold;
    }

.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
    }

.overview .qty-label,
.variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 36px;
    height: 36px;
    padding: 7px;
    text-align: center;
    font-size: 14px;
    float: left;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    border: 1px solid #356330;
    padding: 5px 14px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 1px #5C7F4B;
    background: url(../images/red-button.png) #356330;
    background-repeat: repeat-x;
}

.button-1.add-to-cart-button {
    transition: all 0.3s ease 0s;
}

.button-1.add-to-cart-button {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}



.overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
}


.product-collateral {
    margin: 0 0 20px;
}

    .product-collateral .title {
        color: #000;
        margin: 0 0 10px;
        padding: 6px 10px;
        text-align: left;
    }

        .product-collateral .title strong {
            font-weight: bold;
        }

.also-purchased-products-grid.product-grid .title,
.related-products-grid.product-grid .title {
    margin: 10px auto;
    padding: 6px 10px;
}

    .also-purchased-products-grid.product-grid .title strong,
    .related-products-grid.product-grid .title strong {
        font-size: 22px;
        line-height: 0;
        text-transform: capitalize;
    }

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .prices-header {
        margin: 0 0 10px;
    }

    .tier-prices .field-header {
        min-width: 100px;
    }

    .tier-prices .item-price {
        color: #c00;
    }

.product-variant-list {
}

.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 20px;
}

    .product-variant-line:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    border: 1px solid #33CC33;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 20px;
        font-size: 14px;
        color: #5C7F4B;
    }

    .variant-overview .add-to-cart-panel > * {
        margin: 0 0 10px;
    }

    .variant-overview .add-to-wishlist-button {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto;
    }

.reward-points-overview .current-balance {
    color: #84C33F;
}

.points {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}

.dvError {
    background-color: #ffb399;
    border: #ff7a4d;
    padding: 25px 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #d80000;
    display: none;
    text-align: center;
}

    .dvError a {
        color: #d80000;
        text-decoration: underline;
    }

.dvRedeem {
    background-image: url('../images/redeem_points_bkgd.jpg');
    background-repeat: repeat-x;
    border-color: #B0B0B0 !important;
    background-position: bottom;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}

    .dvRedeem table {
        width: 100%;
    }

    .dvRedeem .dv1 {
        float: left;
        width: 50%;
        text-align: left;
    }

        .dvRedeem .dv1 td, .dvRedeem .dv1 input {
            padding: 3px;
            font-size: 18px;
            font-weight: bold;
            width: 100px;
        }

    .dvRedeem .buttons .button-1 {
        width: 100%;
        height: 45px;
        margin: 10px 0px;
        float: left;
        display: block;
    }

    .dvRedeem .dv2 {
        float: left;
        width: 50%;
    }

        .dvRedeem .dv2 td {
        }

    .dvRedeem:after {
        display: block;
        content: '';
        clear: both;
    }

.blockDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100000000;
}


.product-specs-box,
.product-tags-box {
    margin: 0 0 20px;
}

.product-tags-list {
    font-size: 0;
}

    .product-tags-list ul {
        overflow: hidden;
        padding: 10px;
    }

    .product-tags-list li {
        font-size: 14px; /*reset zeroing*/
        float: left;
        padding: 0 5px 0 0;
        color: #5C7F4B;
    }

        .product-tags-list li.separator {
            margin: 0 5px 0 3px;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

        .product-tags-list a:hover {
            text-decoration: underline;
        }

.attributes {
    margin: 0 0 20px;
}

    .attributes dl {
        overflow: hidden;
    }

    .attributes dt {
        display: block;
        margin: 0 0 5px;
        white-space: nowrap;
        font-weight: bold;
    }

    .attributes dd {
        margin: 0 0 10px;
    }

    .attributes li {
        margin: 10px 0;
    }

    .attributes select {
        width: auto;
        max-width: 100%;
    }

    .attributes .option-list li > * {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
    }

.color-squares {
    font-size: 0;
}

    .color-squares li {
        display: inline-block;
        margin: 5px 0;
    }

    .color-squares .color-container {
        display: block;
        border: 1px solid transparent;
    }

    .color-squares .color {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #999;
        cursor: pointer;
    }

    .color-squares .selected-value .color-container {
        border-color: #999;
    }

    .color-squares li input {
        position: relative;
        z-index: -1;
        margin: -30px 0 0;
    }

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    font-style: italic;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .title {
    margin: 0 0 10px;
}

.write-review {
    margin: 0 0 30px;
}

    .write-review .form-fields {
        margin: 0 0 15px;
    }

.ui-tabs .form-fields {
}

.write-review .review-rating {
    text-align: center;
}

    .write-review .review-rating label {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
        vertical-align: middle;
    }

.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}

    .write-review .review-rating li.first {
        color: #c00;
    }

    .write-review .review-rating li:nth-child(2) {
        padding-top: 2px;
    }

        .write-review .review-rating li:nth-child(2) input {
            vertical-align: baseline;
        }

    .write-review .review-rating li.last {
        color: #690;
    }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    border: 1px solid #999;
    padding: 10px 15px;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 30px;
}

    .product-review-item .review-item-head {
        margin: 0 0 10px;
        overflow: hidden;
        background: #497345;
        padding: 10px;
    }

    .product-review-item .review-title {
        float: left;
        text-transform: uppercase;
    }

.review-title > strong {
    color: #5C7F4B;
}

.product-review-item .product-review-box {
    float: right;
    margin: 0;
}

.product-review-item .review-text {
    margin: 0 0 15px;
}

.product-review-item .review-info {
    margin: 0 0 5px;
}

    .product-review-item .review-info a,
    .product-review-helpfulness .vote {
        display: inline-block;
        padding: 0 10px;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .message-error {
        margin: 0 0 10px;
    }

    .wishlist-content .common-buttons {
        text-align: center;
    }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .button-2 {
        margin: 0 5px 5px;
        border: 1px solid #ccc;
        padding: 5px 10px;
    }

.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}

/*COMPARE LIST TABLE IN RESPONSIVE*/
.compare-products-page {
    position: relative;
    overflow: hidden;
}

table .compare-products-table {
    display: none;
}

.compare-products-table-mobile.data-table.footable-loaded.footable {
    display: table;
}

.compare-products-table-mobile .footable-row-detail-value {
    width: 100%;
}

.footable-row-detail-inner {
    text-align: center;
}

.compare-products-table {
    display: none;
}

.compare-products-page .page-title {
    margin: 0 0 13px 0;
    text-align: left;
}

.compare-products-page img {
    max-width: 100%;
}

.compare-products-page .clear-list {
    display: none;
    margin: 10px 0;
    font-weight: bold;
}

.compare-products-page .button-2 {
    display: inline-block;
    border: none;
    background: none;
    padding: 5px 15px 5px 10px;
    background: url(../images/remove.png);
    background-repeat: no-repeat;
    background-position: right center;
}

    .compare-products-page .button-2:hover {
        color: #5C7F4B;
        background: url(../images/remove-red.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

/*********** TOPICS ***********/





#invoiceRead h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding-left: 0px;
    color: #000 !important;
    margin-bottom: 5px;
}



.topic-password {
    text-align: center;
    border: 1px solid #497345;
    padding: 20px 0;
}

.enter-password-title {
    margin: 0 0 10px;
    color: #c00;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: left !important;
        width: 200px !important;
        height: 36px !important;
    }

    .enter-password-form input[type="submit"] {
        float: left !important;
        width: auto !important;
        height: 36px !important;
        border: none !important;
        background: #ccc !important;
        padding: 0 20px !important;
        font-size: 16px !important;
    }

        .enter-password-form input[type="submit"]:hover {
            color: #5C7F4B;
        }

.password-error {
    margin: 0 0 10px;
}

.topic-edit {
    background: url('../images/ico-edit.gif') left top no-repeat;
    cursor: pointer;
    width: 15px;
    clear: both;
}


/*********** CONTACT & EMAIL A FRIEND ***********/




.contact-page .message-error,
.email-a-friend-page .message-error {
    margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1 {
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.email-a-friend-page .title {
    margin: 0 0 15px;
}

    .email-a-friend-page .title h2 {
        font-weight: normal;
    }


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select,
.multi-select select {
    width: 88px; /*birth-date selectors, always single line*/
}

.registration-page select + select,
.account-page select + select {
    margin: 0 0 0 10px;
}

.gender {
    display: inline-block;
    margin: 0 3px;
}

    .gender > * {
        display: inline !important;
        vertical-align: middle;
        line-height: 32px;
    }

#dvInsertform .buttons {
    text-align: center;
    clear: both;
}

#check-availability-button {
    margin: 10px 0 0;
    background-repeat: repeat-x;
    border: none;
    color: #FFFFFF;
    background-color: #FF4D4D;
    font-size: 16px;
    padding: 9px 18px;
}

    #check-availability-button:hover {
        background: #c00;
    }

#username-availabilty {
    display: block;
    margin: 5px 0 0;
}

    #username-availabilty:empty {
        display: none;
    }

.accept-privacy-policy {
    margin: 0 0 20px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
    }

    .accept-privacy-policy a {
        font-weight: bold;
    }

.register-privacy-policy p {
    font-size: 15px;
    text-align: left;
}

.buttons .button-1,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    border: 1px solid #0096D6;
    width: auto;
    background: #FFF;
    color: #0096D6 !important;
    font-size: 16px;
    padding: 12px 20px;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
}

    .button-1:hover, .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover, .contact-us-button:hover {
        background-color: #0096D6 !important;
        color: #FFF !important;
        text-decoration: none;
    }


.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 10px;
    font-size: 18px;
}

    .login-page .title strong {
        font-weight: normal;
    }

.login-page .new-wrapper {
    margin: 0 0 30px;
}


.login-page .text {
    margin: 0 0 20px;
}

.login-page .inputs.reversed * {
    margin: 5px 0;
    float: left;
    height: 22px;
    text-transform: none;
}

.login-page-logo {
    max-width: 525px;
    background-color: #FFF;
    border-radius: 4px 4px 0 0;
    margin: auto;
    padding: 40px 0px 10px;
    text-align: center !important;
}

.login-page-h1 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.login-page-h2 {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    text-align: center;
    margin-bottom: 20px;
}

.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication fieldset {
        float: none !important;
    }

.password-recovery-page .tooltip {
    margin: 0 0 20px;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}

.account-page .button-2 {
    border: 1px solid #ccc;
    padding: 5px 15px;
    font-size: 14px;
    color: #5C7F4B;
}

.account-page .edit-address {
    margin: 0 0 20px;
}

.account-page .description {
    margin: 0 0 20px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    line-height: 20px;
}

.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}

.return-request-list-page a {
    font-weight: bold;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 0 15px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
    }

.avatar-page input[type="file"] {
    width: 75px;
    overflow: hidden;
}

.avatar-page input[type="submit"] {
    padding: 5px 10px;
}

.avatar-page .info {
    margin: 20px 0 20px;
}

.block-account-navigation {
    width: 90%;
    float: none;
    margin: 0 auto 10px;
}

.account-page.change-password-page .fieldset {
}

.customer-info-page .option-list {
    text-align: center;
}

    .customer-info-page .option-list > li {
        display: inline-block;
        float: none;
    }

        .customer-info-page .option-list > li label {
            width: auto;
            margin: 0 5px 0 0;
        }



/********** SHOPPING CART & CHECKOUT **********/

.order-progress {
    margin: 0 0 20px;
    text-align: center;
    padding: 23px 0 0 0;
}

    .order-progress ul {
        font-size: 0;
        margin: auto;
        width: 100%;
        overflow: hidden;
    }

    .order-progress li {
        display: inline-block;
        margin: 0 5px;
        width: 100px;
        min-height: 60px;
    }


    .order-progress a {
        display: block;
        font-size: 12px; /*reset zeroing*/
        color: #00A8FF;
        background: url("../images/order-progress.png");
        background-position: center top;
        background-repeat: no-repeat;
        padding: 50px 0 0;
    }

    .order-progress li.active-step a {
        cursor: pointer;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .order-progress li.inactive-step a {
        opacity: 0.3;
        cursor: default;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }

.shopping-cart-page .button-1,
.checkout-page .button-1,
.shopping-cart-page .button-2 {
    background-repeat: repeat-x;
    color: #fff !important;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
}

.button-2.apply-discount-coupon-code-button,
.button-2.apply-gift-card-coupon-code-button {
    padding: 0;
}

.payment-info-next-step-button {
    min-width: 100px;
    padding: 10px;
    font-size: 16px;
}

.checkout-page .button-2,
.order-details-page .page-title a {
    display: inline-block;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background-repeat: repeat-x;
}

.shopping-cart-page .page-title h1 {
    text-align: left;
}

.shipping-options select {
    background: url(../images/custom-dropdown.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    -webkit-appearance: none;
}

/*product details label*/
.page.product-details-page .product-essential .galery {
    position: relative;
}


.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: #fff url('../images/close.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px;
}

.shopping-cart-page .selected-checkout-attributes {
    display: none;
}

.selected-checkout-attributes {
    margin: 0 0 20px;
    text-align: center;
}

.shopping-cart-page .common-buttons {
    font-size: 0;
}

    .shopping-cart-page .common-buttons input {
        min-width: 150px;
        margin: 0 5px 5px;
    }

.checkout-attributes {
    margin: 20px 0 10px;
    text-align: center;
}

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes ul {
    }

    .checkout-attributes li {
        line-height: 24px;
    }

        .checkout-attributes li * {
            vertical-align: middle;
        }

.cart-footer {
    border-top: 0px solid #497345;
    padding: 10px;
}

    /*PAYPAL BUTTON*/
    .cart-footer .addon-buttons div,
    .cart-footer .addon-buttons img,
    .cart-footer .addon-buttons a {
        display: block;
        margin: 10px auto;
    }


    .cart-footer:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .cart-footer .totals {
        width: 260px;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .cart-footer .total-info {
        margin: 0 5px 20px;
        float: right;
        font-size: 20px;
        color: #000;
    }

.cart-total td {
    border: none;
    padding: 15px;
    color: #000;
}

.cart-total-left {
    text-align: right;
    font-size: 22px;
}

.cart-total-right {
    text-align: right;
    font-size: 22px;
}

.cart-total .order-total {
    font-size: 16px;
    color: #000;
}

.terms-of-service {
    margin: 0 0 20px;
    text-align: center;
}

    .terms-of-service a {
        font-weight: bold;
    }

.cart-footer .button-1 {
    font-size: 14px;
}

.cart-collaterals {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
}

    .cart-collaterals > div {
        margin: 0 0 30px;
    }

    .cart-collaterals .title {
        margin: 0 0 5px;
    }

    .cart-collaterals .hint {
        margin: 0 0 5px;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 10px;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
        font-size: 13px;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            float: left;
            width: 60%;
            height: 34px; /*safari padding fix*/
            margin: 0;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            float: left;
            width: 40%;
            height: 34px; /*safari padding fix*/
        }

.a-left .message {
    max-width: 500px;
    min-width: 300px;
}

.date {
    white-space: nowrap;
}

.cart-collaterals .message {
    margin: 5px 0 0;
    color: #c00;
}

.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #690;
}

.cart-collaterals .shipping-results {
    margin: 20px 0 0;
}

    .cart-collaterals .shipping-results li {
        margin: 10px 0;
    }

.checkout-page .section {
    margin: 0 10px 20px 10px;
    text-align: center;
}

.checkout-page .address-grid {
    overflow: hidden;
}

.checkout-page .address-item {
    margin: 0 0 20px;
    border: 1px solid #497345;
    padding: 10px;
    width: 70%;
    text-align: center;
    margin: 0 auto 10px;
}

    .checkout-page .address-item .select-button {
        margin: 0 0 10px;
    }

    .checkout-page .address-item li {
        padding: 2px 0;
    }

        .checkout-page .address-item li.name {
            margin: 0 0 5px;
        }

        .checkout-page .address-item li.country {
            margin: 5px 0 0;
            font-size: 16px;
        }

.checkout-page .edit-address {
    margin: 0 0 20px;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 20px;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 0 0 20px;
    }

        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            font-weight: bold;
        }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-info .info {
    margin: 0 0 20px;
}

.confirm-order .button-1 {
    margin: 0 0 20px;
    font-size: 16px;
}

.order-review-data ul {
    margin: 0 0 30px;
}

.order-review-data li {
    padding: 2px 0;
}

.order-review-data .title,
.order-details-area .title {
    margin: 20px 0 5px;
}

    .order-review-data .title:first-child,
    .order-details-area .title:first-child {
        margin-top: 0;
    }

.order-completed .details {
    margin: 0 0 20px;
}

    .order-completed .details a {
        display: block;
        margin: 5px 0 0;
        font-weight: bold;
        padding: 10px 0;
        transition: all .3s ease 0s;
    }

.order-summary-content {
    margin: auto;
    padding: 0px 10px;
}

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}

.opc .active .step-title {
}

    .opc .active .step-title * {
    }

.opc .step-title * {
    float: left;
    font-size: 16px;
}

.opc .step-title span {
    margin: 0 10px 0 0;
}

.opc .step {
    margin: 10px 0;
    padding: 10px;
}

.opc .section {
    margin: 0 0 15px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        font-weight: bold;
    }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.opc .section.confirm-order {
    border: none;
    padding: 0;
}

.order-details-page .page-title {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-page .page-title h1 {
        margin: 0 0 10px;
    }

.order-details-page .order-overview {
    margin: 0 10px 20px 10px;
    line-height: 20px;
}

.order-details-area {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-area td {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        vertical-align: top;
    }

.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .order-details-page .actions input {
        min-width: 100px;
        margin: 0 5px 5px;
        border: 1px solid #ccc;
        padding: 7px 17px;
        color: #5C7F4B;
        font-size: 14px;
    }

.order-details-page .cart-total {
    width: 300px;
    margin: 0 auto 30px;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}

    .shipment-details-page .shipment-overview > ul {
        text-align: left;
    }

        .shipment-details-page .shipment-overview > ul:first-child {
            margin: 0 0 20px;
        }

.shipment-details-page .section {
    width: 100%;
}

.order-completed .details a:hover {
    color: green;
}


/*COOKIES NOTIFICATION*/
.eu-cookie-bar-notification {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #aaa;
    box-shadow: rgba(0,0,0,.4);
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 300px;
    max-width: 300px;
    height: 140px;
    margin: -70px 0 0 -150px;
    z-index: 93563300;
}

    .eu-cookie-bar-notification .content {
        color: #5C7F4B;
        text-align: center;
    }

        .eu-cookie-bar-notification .content .text {
            margin-bottom: 12px;
        }

        .eu-cookie-bar-notification .content > * {
            text-align: center;
        }

        .eu-cookie-bar-notification .content a {
            margin-left: 10px;
            display: inline-block;
            text-decoration: underline;
        }

            .eu-cookie-bar-notification .content a:hover {
                text-decoration: underline;
            }

        .eu-cookie-bar-notification .content .ok-button.button-1 {
            transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -ms-transition: all .3s ease 0s;
            display: inline-block;
            background: url("../images/red-button.png") #356330;
            color: #fff;
            padding: 7px 20px;
            border: none;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
        }

            .eu-cookie-bar-notification .content .ok-button.button-1:hover {
                opacity: .85;
            }

/*REGISTER PAGE*/
.page.registration-page .option-list {
    width: 100%;
}

    .page.registration-page .option-list > li {
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }

        .page.registration-page .option-list > li > * {
            display: inline-block;
            width: auto;
        }

        .page.registration-page .option-list > li label {
            margin-bottom: 0;
        }

        .page.registration-page .option-list > li input {
            margin-right: 5px;
        }
/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

input[type="submit"]:disabled {
    background: lightgrey;
    background-color: lightgrey !important;
    color: #000 !important;
}

.forcheckboxregistration {
    display: inline-block;
    width: 37%;
    margin: 0 0 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.forminput {
    position: relative;
    margin: 10px 0;
    font-size: 14px;
}

}






/*Channel Assist Addition*/

.producttable {
    border: 1px solid #FFF !important;
    max-height: 202px;
}

    .producttable tr td {
        padding: 4px;
        vertical-align: top;
        border-bottom: 1px solid #FFF !important;
    }

    .producttable h1 {
        font-size: 22px;
        line-height: 28px;
        padding: 0px;
        margin-bottom: 5px;
    }

    .producttable h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0px;
        padding: 0px;
        color: #000 !important;
    }

    .producttable h3 {
        font-size: 18px;
        font-weight: 400;
        padding: 0px;
        color: #0096D6;
        margin-bottom: 2px;
    }

    .producttable p {
        font-size: 14px;
    }


@media all and (min-width: 240px) {
    /* AJAX LOADING INDICATOR */
    .ajax-loading-block-window {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 128px;
        height: 128px;
        overflow: hidden;
        z-index: 1104;
    }

        .ajax-loading-block-window .loading-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 128px;
            height: 128px;
            background-image: url('../images/ajax_loader_large.gif');
        }

    .please-wait {
        background: url('../images/ajax_loader_small.gif') no-repeat;
        padding-left: 20px;
    }



    .searchBoxResultRow {
        padding: 8px;
        display: block;
        background: #F2F2F2;
        overflow: auto;
    }

        .searchBoxResultRow:hover {
            background: #DDD;
        }

    .searchBoxResultItem {
        display: block;
        line-height: 20px;
        text-wrap: normal;
        font-size: 14px;
        color: #666;
    }

    .searchBoxResultItemButton {
        width: 50px;
        text-align: center;
        color: #FFF;
        display: inline-block;
        padding: 5px;
        font-size: 12px;
        cursor: pointer;
        background: #999;
        float: right;
        margin: 5px 5px 0 0;
        vertical-align: top;
    }

        .searchBoxResultItemButton:hover {
            cursor: pointer;
            background: #00B200;
        }

    .searchBoxResultItemTitle {
        display: inline;
        line-height: 18px;
        text-wrap: normal;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        float: left;
        margin-left: 5px;
    }

        .searchBoxResultItemTitle:hover {
            text-decoration: underline;
        }

    .searchBoxresultList {
        max-height: 250px;
        overflow-x: auto;
    }

    .search-box-text {
        width: 95%;
    }

    .selected-items-cart-button {
        font-size: 50px;
    }

    /*tab style, only vendor page using it for now*/
    .tab-header {
        padding: 0px 40px 0px 0px;
        margin-bottom: 15px;
        border: 2px solid #497345;
    }

    .tab-title {
        padding: 10px;
        text-shadow: 0px 1px 1px #497345;
        font-weight: bold;
        text-align: left;
        color: #497345;
        margin: 0px;
        font-size: 18px;
        line-height: 20px;
    }

    .links-panel a {
        display: block;
        padding-left: 15px;
        text-align: left;
        font-size: 14px;
    }

        .links-panel a:hover {
            text-decoration: underline;
        }
    /*override default css*/
    .foraccordion .ui-state-default, .foraccordion .ui-widget-content, .foraccordion .ui-widget-header {
        font-weight: normal;
        background: none;
    }

    .foraccordion .ui-state-default, foraccordion .ui-widget-header {
        color: #497345;
        text-align: left;
    }

    div.foraccordion .block .title {
        display: none;
    }

    div.foraccordion .block .listbox {
        margin-bottom: 0;
    }

    div.foraccordion .list {
        border: 1px solid #3C3;
    }

        div.foraccordion .list li:first-child {
            border: none;
        }

    .round {
        border: 1px solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }



    .ajax-loader {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
        display: none;
    }

    .title-help {
        background: url('../images/help.png') left top no-repeat;
        padding-left: 20px;
    }



    .priceRangeMinMaxPanel {
        display: none;
    }

    .section.address-item,
    .section.request-item,
    .section.order-item {
        text-align: left;
        padding: 10px;
        margin-bottom: 5px;
        border: 1px solid #33CC33;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .product-vendor-logo {
        height: 90px;
    }
}
/*-------------- Promotions ----------------------*/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    border: none;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

.promotion-content-mobile {
    display: none;
}


.promotion-details {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    color: #0096D6;
}


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.1%;
}

.span_1_of_3 {
    /*width: 32.2%;*/
}

.clear {
    clear: both;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 100%;
    }

    .span_1_of_3 {
        width: 100%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 768 PIXELS */

@media only screen and (max-width: 768px) {
    .product-grid.home-page-product-grid .item-box:nth-child(2n+1),
    .product-grid.newproduct .item-box:nth-child(2n+1) {
        clear: both;
    }
}


.div-table {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /*cellspacing:poor IE support for  this*/
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 200px;
    background-color: #ccc;
}

.claim-in-progress-msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #888;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 15px;
    margin: 0 10px;
}


.claim-status-legend .alert {
    padding: 5px;
    font-size: 11px;
}

.ClaimStatus_Approved:before {
    content: "\F26A";
    color: #65d2b0;
}

.ClaimStatus_New:before {
    content: "\F287";
    color: #0096d5;
}

.ClaimStatus_UnderReview:before, .ClaimStatus_EmailNotificationSent:before {
    content: "\F291";
    color: #f6e572;
}

.ClaimStatus_PartiallyApproved:before {
    content: '\f26b';
}

.ClaimStatus_PartiallyApprove:before {
    content: '\f26b';
}

.ClaimStatus_Cancelled:before, .ClaimStatus_Invalid:before {
    content: "\F622";
    color: #ec8d74;
}

.ClaimStatus_Rejected:before {
    content: "\F2E5";
    color: #ec8d74;
}

.ClaimNavStatus_Approved {
    background-color: #5cb85c;
}

.ClaimNavStatus_New {
    background-color: #5bc0de;
}

.ClaimNavStatus_UnderReview, .ClaimNavStatus_EmailNotificationSent {
    background-color: #f0ad4e;
}

.ClaimNavStatus_Cancelled, .ClaimNavStatus_Invalid, .ClaimNavStatus_Rejected {
    background-color: #d9534f;
}

.PromoStatus_Approved {
    background: #dff0d8;
    color: #3c763d;
    font-size: 14px;
    border-radius: 4px;
    text-align: center !important;
    padding: 4px;
}

.PromoStatus_New {
    font-size: 14px;
    background: #d9edf7;
    color: #31708f;
    border-radius: 4px;
    text-align: center !important;
    padding: 4px;
}

.PromoStatus_UnderReview {
    font-size: 14px;
    background: #fcf8e3;
    color: #8a6d3b;
    border-radius: 4px;
    text-align: center !important;
    padding: 4px;
}

.PromoStatus_Cancelled, .PromoStatus_Invalid, .PromoStatus_Rejected {
    font-size: 14px;
    background: #f2dede;
    color: #a94442;
    border-radius: 4px;
    text-align: center !important;
    padding: 4px;
}

.promotion-claims-data-table {
    text-align: left !important;
}

/*    .ClaimID, .ClaimDate, .ClaimSoldTo, .ClaimInvoice, .ClaimStatus, .ClaimPoints, .ClaimDetails, .pointsDate, .pointsMessage, .pointsRedeemed, .pointsBalance,
    .promotion-claims-data-table th {
        color: #FFFFFF !important;
        background: #2F2F2F !important;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        text-transform: capitalize;
        padding: 10px !important;
    }
*/
.ClaimDetails {
    text-align: center !important;
}

.ClaimDetailsStatus_Approved {
    background: #DFF0D8;
    color: #78A177;
    border: 1px solid #D6E9C6;
    border-radius: 4px;
    text-align: center !important;
    font-size: 20px;
    padding: 15px;
    margin: 0px 0px 30px 0px;
}


.ClaimDetailsStatus_New {
    background: #D9EDF6;
    color: #6F9CB3;
    border: 1px solid #BCE8F1;
    border-radius: 4px;
    text-align: center !important;
    font-size: 20px;
    padding: 15px;
    margin: 0px 0px 30px 0px;
}

.ClaimDetailsStatus_UnderReview, .ClaimDetailsStatus_EmailNotificationSent {
    background: #FCF8E3;
    color: #B19D78;
    border: 1px solid #FAEBCC;
    border-radius: 4px;
    margin: 0px 0px 30px 0px;
    text-align: center !important;
    font-size: 20px;
    padding: 15px;
}

.ClaimDetailsStatus_Cancelled, .ClaimDetailsStatus_Invalid {
    background: #F2DEDF;
    color: #C68589;
    border: 1px solid #EBCCD2;
    border-radius: 4px;
    margin: 0px 0px 30px 0px;
    text-align: center !important;
    font-size: 20px;
    padding: 15px;
}

.claim-status-date {
    font-size: 16px;
    margin-top: 10px;
}



#gotocourses {
    border-radius: 4px;
    color: white;
    padding: 10px 15px;
    background: #006666;
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    text-transform: capitalize;
    text-align: center;
}

    #gotocourses:hover {
        background: #007DBA;
    }

.progressBar {
    width: 100%;
    background-color: #DDD;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
}


.innerProgressBar {
    height: 15px;
    background-color: #008424;
    border-radius: 10px;
}

.progressPercentage {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 0px !important;
    float: right;
}

.statusnew {
    display: inline;
}
/*ChannelAssist Addition ends here*/





.header-new {
    font-size: 28px;
    font-weight: bold;
}

.serial-details {
    font-size: 16px;
    margin-bottom: 2px;
}


.btnupdate {
    padding-top: 20px;
    background-color: #006666;
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    padding: 8px 17px;
    font-size: 16px;
}

.btnupdatenew {
    background-color: #FF9600;
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    padding: 8px 17px;
    font-size: 16px;
}

.button1new {
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 17px;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: inherit;
    text-transform: capitalize;
}

.serialupdate {
    width: 96%;
}

.serialid {
    color: #999;
    font-size: 12px;
    margin-top: 4px;
}

.errormessage {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.fake-input {
    position: relative;
}

    .fake-input input {
        background: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .fake-input img {
        position: absolute;
        top: 3px; /* 8px */
        right: 15px;
    }

.button-back {
    border: none;
    background: #FF9600;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 20px;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
}

.resetresult {
    border: 1px solid #D5E9C6;
    background: #DEF0D8;
    color: #609060;
    padding: 10px;
    margin-bottom: 15px;
    width: 98%;
}

.errormessageserial {
    border: 1px solid #EBCCD2;
    background: #F2DEDF;
    color: #C68589;
    padding: 10px;
    margin-bottom: 15px;
}


.btnnew {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    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 transparent;
    border-radius: 4px;
    width: 150px;
}

    .btnnew :hover {
        background-color: blue;
        width: 1px;
    }

/*Slider*/

.sldImages {
    margin: 10px;
}


.addimage {
    width: auto;
    float: right;
    padding: 10px 15px;
    background: #FF9600;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    cursor: pointer;
    border: 0px;
}


.sliderlabel {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 20px 3px;
}

.imagename {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.speedlabel {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-left: 10px;
}

.sliderbuttons {
    float: right;
    cursor: pointer;
}

.availableRoles {
    width: 33%;
    text-align: left !important;
}

    .availableRoles label {
        font-weight: 400 !important;
        float: none !important;
    }

    .availableRoles input {
        margin-right: 5px;
    }

.RemoveImage {
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 15px;
    background: #999;
    color: #FFF !important;
    display: block;
    text-transform: capitalize;
    text-align: center;
}

    .RemoveImage:hover {
        background: #00A8FF;
        text-decoration: none !important;
    }

.sliderHeader {
    background-color: #E6EEF5;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
}



#incorrectSkillMessage, #resultMessage {
    color: #BF3854;
}


#correctSkillMessage {
    color: #21CCD1;
}


@media screen and (max-width: 980px) {
    .editSliderImage {
        float: left;
        height: 200px;
        width: 30%;
        padding: 10px;
    }

    .editSliderDetails {
        width: 70%;
        float: left;
        padding: 10px;
    }
}


@media screen and (max-width: 768px) {
    .editSliderImage {
        float: left;
        height: 100px;
        width: 161px;
        margin: 10px;
    }

    .editSliderDetails {
        width: 250px;
        float: left;
    }
}

@media screen and (max-width: 468px) {
    .editSliderImage {
        float: left;
        height: 200px;
        width: 282px;
        margin: 10px;
    }

    .editSliderDetails {
        width: 250px;
        float: left;
    }
}


.label-custom label {
    font-weight: bold !important;
    display: block;
    word-wrap: break-word;
}

.master-wrapper-main {
    padding: 10px;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
    background-color: #0096D6;
}



.coutndown-circle-left, .coutndown-circle-right {
    border: 6px solid #0096D6 !important;
    background-color: #FFF !important;
}

.coutndown-wrapper-time {
    color: #000 !important;
    font-size: 20px !important;
}


/*********** WORD SEARCH ***********/


#puzzle {
    border-radius: 4px;
    padding: 15px;
    float: left;
}

    #puzzle div {
        width: 100%;
        margin: 0 auto;
    }


    /* style for each square in the puzzle */
    #puzzle .puzzleSquare {
        height: 32px;
        width: 32px;
        text-transform: uppercase;
        background-color: white;
        border: 1px solid #FFF;
        border-radius: 50px;
        border: 0;
        color: #000;
    }

button::-moz-focus-inner {
    border: 0;
}

/* indicates when a square has been selected */
#puzzle .selected {
    background-color: #FFF;
    border: 1px solid #0096D6;
    color: #0096D6;
    border-radius: 50px;
}

/* indicates that the square is part of a word that has been found */
#puzzle .found {
    background-color: #0096D6;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50px;
}

#puzzle .solved {
    background-color: #0096D6;
    color: #FFF;
}

/* indicates that all words search have been found */
#puzzle .complete {
    background-color: #0096D6;
    color: #FFF;
}

/* Styles for the word list*/
#words {
    padding: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    width: 300px;
    background-color: #E0E1E4;
    border-radius: 4px;
}

    #words ul {
        list-style-type: none;
    }

    #words li {
        padding: 5px;
        text-align: center;
        color: #000;
    }

    /* indicates that the word has been found */
    #words .wordFound {
        text-decoration: line-through;
        color: #91283F;
    }

/* Styles for the button*/
#solve {
    margin: 0 30px;
}


.rating-container .filled-stars {
    text-shadow: none !important;
    -webkit-text-stroke: 0px !important;
}

.rating-container .empty-stars {
    color: #ACACAE;
}

.glyphicon-star:before {
    color: #0096D6;
}

.percentage-earned {
    color: #0096D6;
}

.game-chapter-right .mini-bar .progress .complete {
    background-color: #21CCD1;
}






/*********** CROSSWORD ***********/


#crossword {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    margin-bottom: 20px;
}

    #crossword tr {
        width: 100%;
    }

    #crossword td {
        width: 4em;
        height: 3em;
        border: 1px solid #cdcdcd;
        padding: 0;
        margin: 0;
        background-color: #E0E1E4;
        position: relative;
    }

        #crossword td input {
            width: 100%;
            height: 100%;
            padding: 0em;
            border: none;
            text-align: center;
            font-size: 5em;
            color: #FFF;
        }

            #crossword td input:focus {
                background-color: #0096D6;
                border: 0px solid #0096D6;
                color: #FFF;
            }

        #crossword td span {
            color: #444;
            font-size: 0.9em;
            position: absolute;
            top: -1px;
            left: 1px;
            font-weight: bold;
        }

input.done {
    color: #FFF !important;
    background-color: #0096D6;
}

input.notdone {
    font-weight: bold;
    color: red;
}
/*
.active, .clues-active {
    color: #0096D6;
}
*/
.clue-done {
    color: #999;
    text-decoration: line-through;
}

.clue-notdone {
    color: red;
    text-decoration: none;
}


#crossword td input[type="text"] {
    max-height: 4em;
    min-width: 3em;
    padding: 15px;
    vertical-align: middle;
    color: #0096D6;
    font-size: 14px;
    border-radius: 0px !important;
    font-weight: bold;
    text-transform: uppercase;
}


.crossword-success-message {
    text-align: center;
}





/*********** EDUCATION RESULTS ***********/

.quiz-results {
    color: #0096D6;
    text-align: center;
    padding: 0px 0px 5px 0px;
    font-size: 34px;
}


/*******chapter payout*********/


.circle {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 13px;
    text-align: center;
    background: #0096D6;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circleCheck {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #0096D6;
    border: 1px solid #0096D6;
    border-radius: 50%;
    background-color: #fff;
    display: inline;
    line-height: 25px;
}

.circleContent {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 12px;
}

body.modal-open {
    overflow: inherit;
    padding-right: inherit !important;
}



/************** ENGAGEMENT TRACKER***************/

.row-display {
    background-color: #FFF;
}

.displayOrder {
    display: inline-block;
    margin-right: 5px;
}

.errorClass {
    border: 1px solid red !important;
}

.trackActivity {
    width: 83%;
    border: 1px solid darkgray;
}

.baseLineGrowthActivity {
    border: 1px solid darkgray;
}

div.gallery {
    border: 1px solid #ccc;
    float: left;
    display: -webkit-box
}

    div.gallery img {
        width: 80%;
        height: auto;
    }

div.desc {
    padding-left: 10px;
    text-align: left;
    width: 165px;
}

.actvity-points-holder {
    width: 25px;
    height: 25px;
    float: right;
    text-align: center;
    color: #FFF;
    border: 1px solid #E88233;
    border-radius: 100%;
    background-color: #E88233;
    position: relative;
    top: -68px;
    left: 6px;
}

    .actvity-points-holder .actvity-points {
        font-size: 15px;
        /*margin-bottom: -4px;*/
    }

.actvity-calender-holder {
    padding-top: 6px;
    color: #0096D6;
    font-size: 16px;
}





/*tabs*/

/*.tabbable-panel {
    padding: 10px;
}



li.active a, li.active a:hover {
    background: none !important;
    cursor: pointer;
}

.tab-content {
    background: none;
    padding: 0px;
    box-shadow: none;
}


    .nav-tabs li.disabled {
        color: grey;
    }

.disabled {
    pointer-events: none;
    opacity: 0.4;
}*/

/*endtabs*/

.bar-step {
    position: absolute;
    margin-top: 32px;
    z-index: 1;
    font-size: 12px;
}

.label-txt {
    float: left;
}

.label-line {
    float: right;
    background: #000;
    height: 50px;
    width: 3px;
    margin-left: 3px;
    margin-top: -47px;
}

.label-percent {
    float: right;
    margin-left: -12px;
    font-size: 14px;
}


.progress-default-Color {
    background-color: #614767;
}


.progress-bar-growthBaseline {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-OverBaseline-Color {
    background-color: #0096D6;
}

.activity-seperator {
    position: absolute;
    margin-top: 62px;
    z-index: 1;
    font-size: 12px;
}

.activity-seperator-line {
    float: right;
    background: darkgray;
    height: 50px;
    width: 1px;
    margin-left: 48px;
    margin-top: -47px;
}

#MVCGridTableHolder_PublicGrids-ActivityTrackingCompanyRankingLeaderBoard thead {
    display: none;
}

#MVCGridTable_PublicGrids-ActivityTrackingTopPerformersLeaderBoard thead {
    display: none;
}


.ranking-row-rank {
    background: #757678;
}

#MVCGridTableHolder_PublicGrids-ActivityTrackingCompanyRankingLeaderBoard .row .col-xs-6:first-of-type {
    display: none;
}

#MVCGridTableHolder_PublicGrids-ActivityTrackingCompanyRankingLeaderBoard .row .col-xs-6:last-of-type {
    width: 100% !important;
}

#MVCGridTableHolder_PublicGrids-ActivityTrackingTopPerformersLeaderBoard .row .col-xs-6:first-of-type {
    display: none;
}

#MVCGridTableHolder_PublicGrids-ActivityTrackingTopPerformersLeaderBoard .row .col-xs-6:last-of-type {
    width: 100% !important;
}


#MVCGridTableHolder_PublicGrids-ActivityTrackingCompanyRankingLeaderBoard .row .col-xs-6:first-of-type, #MVCGridTableHolder_PublicGrids-ActivityTrackingCompanyRankingLeaderBoard .pagination li.disabled {
    display: none;
}

#MVCGridTableHolder_PublicGrids-ActivityTrackingTopPerformersLeaderBoard .row .col-xs-6:first-of-type, #MVCGridTableHolder_PublicGrids-ActivityTrackingTopPerformersLeaderBoard .pagination li.disabled {
    display: none;
}


.tracker-terms-header {
    background-color: #0096D6;
    padding: 30px;
    color: #FFF;
}

    .tracker-terms-header h1 {
        /*font-size: 26px;*/
        color: #FFF;
    }

.tracker-terms-body, .tracker-terms-footer {
    padding: 30px;
}

.tracker-terms-text {
    overflow-y: scroll;
    max-height: 120px;
    border: 1px solid #CCC;
    padding: 15px;
}

    .tracker-terms-text p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 15px;
    }

.activity-category {
    text-align: center;
    color: #FFF;
    background-color: gray;
    height: 100%;
    padding: 10px 0px;
}

    .activity-category label {
        margin: 5px 0px;
        white-space: normal;
    }

.activity-points {
    font-size: 24px;
    color: #0096D6;
}

.activity-title {
    white-space: normal;
}

.activity-total {
    text-align: center;
}



.baseline-total {
    color: #FFF;
    text-align: center;
    background-color: #0096D6;
    font-size: 26px;
    padding: 25px;
}

.growthbaseline-points {
    font-size: 24px;
}

.points {
    text-align: center;
    color: #0096D6 !important;
    font-size: 45px !important;
    font-weight: bold !important;
    vertical-align: middle;
}

.category {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.datacircle {
    width: 150px;
    height: 150px;
    border: 5px solid #222;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: #3c546d;
    padding: 20px;
}


.pointsData {
    border-left: none !important;
    border-right: none !important;
    text-align: right;
}

.summaryPoints {
    overflow-x: scroll;
    width: 100%;
    display: inline-flex;
}

.showPointDetails {
    color: #0096D6;
}

.seeAllCredits {
    float: right;
    color: #0096D6;
}

.table.dataTable tbody th, table.dataTable tbody td,
.table.dataTable thead th, table.dataTable thead td {
    padding: 5px !important;
}

.tabletd-highlightcss {
    background-color: #0096D6;
    color: white;
}

.tabletd-css {
    background-color: dimgrey;
    color: white;
}

.tabletr-css th {
    background-color: #2C3038;
    color: white
}

.h2float-css {
    float: left;
}

.form-check {
    text-align: left;
}




/*********** NOTIFICATIONS PANEL ***********/


.sidepanel {
    width: 550px;
    position: fixed;
    z-index: 1;
    height: calc(100% - 20px);
    top: 0;
    right: -600px;
    background-color: #0f172b;
    color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    z-index: 99;
    box-shadow: -10px 0px 20px 1px rgba(0,0,0,0.19);
    -webkit-box-shadow: -10px 0px 20px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: -10px 0px 20px 1px rgba(0,0,0,0.19);
    margin: 10px;
    border-radius: 10px;
    box-shadow: inset 0px 7px 0px 0px rgb(37 49 78 / 51%);
    border: 2px solid black;
}

.modalpanel-outline {
    outline: 2px solid black;
    border-radius: 10px;
    border: none;
}

.modalpanel {
    z-index: 1;
    height: calc(100vh - 30px);
    top: 0;
    background-color: #0f172b;
    color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    z-index: 99;
    box-shadow: -10px 0px 20px 1px rgba(0,0,0,0.19);
    -webkit-box-shadow: -10px 0px 20px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: -10px 0px 20px 1px rgba(0,0,0,0.19);
    border-radius: 10px;
    box-shadow: inset 0px 7px 0px 0px rgb(37 49 78 / 51%);
}

.transparent {
    background-color: transparent !important
}

.modalpanel-pos {
    margin-right: 15px !important;
    margin-top: 15px !important;
}

.sidepanel a {
    color: inherit;
}

    .sidepanel .col-md-12 {
        height: 100%;
    }

    .openbtn {
        cursor: pointer;
    }

.notification-panel-heading {
    color: #FFF;
    padding: 20px;
}

.notification-panel-section {
    padding: 20px;
}

#HPHQ .hphq-notifications {
    padding: 20px 0;
    min-height: auto;
}

.new-notification {
    list-style: none;
    position: relative;
    display: flex;
}

    .new-notification a:hover {
        text-decoration: none !important;
    }

    .new-notification .panel {
        transition: 0.2s;
    }

        .new-notification .panel:hover {
            border-color: #0096D6;
            box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
            -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
            -moz-box-shadow: 10px 4px 15px 1px rgba(0,0,0,0.19);
        }

.notification-icon {
    color: #0096D6;
    background-color: #FFF;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    padding: 0px;
}



/*********** LEAN SLIDER HOVER FIX ***********/

#slider-direction-nav a {
    position: absolute;
}

.lean-slider-prev {
    position: relative;
    top: 0;
    left: 0;
}

.lean-slider-next {
    position: relative;
    top: 0;
    right: 0;
}



/*********** PENDO GUIDES ***********/

._pendo-button-custom {
}

.bb-text ._pendo-text-bold {
}

._pendo-text-custom {
    font-size: 16px !important;
}



/*********** NEW GLOBAL STYLES ***********/

#fileupload img {
    border: 2px solid #FFF;
    border-radius: 100%;
}



.profile-menu {
    min-width: 300px;
    padding: 20px;
    z-index: 10000;
}

.dropdown-menu .topic-edit {
    display: none;
}

.page-header-container, .page-header {
    background-color: #fff;
    background-image: none;
    /*background-image: url(../images/page-header-bkgd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;*/
    color: #000 !important;
    margin-bottom: 40px;
}

.media-heading {
    color: #000 !important;
}


.page-header-container .panel {
    color: #000;
}

.home-continue-learning {
    background-color: #202835;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-top: -40px;
}

.content-card {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
    color: #999;
    background-image: url(/Content/images/card-image.svg);
    transition: 0.2s;
}

    /*.content-card:hover {
        border-color: #0096D6;
        box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
        -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
        -moz-box-shadow: 10px 4px 15px 1px rgba(0,0,0,0.19);
        transform: scale(1.04);
    }*/

    .content-card h5 small {
        color: #FFF;
    }

.info-holder {
    height: 100%;
    border-radius: inherit;
    /*background-image: linear-gradient(rgba(32,40,53,0.2), rgba(32,40,53,0.9));*/
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9));
}

    .info-holder .container-fluid {
        position: absolute;
        bottom: 0;
        color: #FFF;
        width: 100%;
    }

/*.info-holder h4 {
        margin-bottom: 3px;
    }*/

.home-slider {
    transition: transform .2s
}

    .home-slider:hover {
        transform: scale(1.05);
    }

    .home-slider .slider-wrapper {
        background-color: transparent;
    }

    .home-slider img {
        border-radius: 4px !important;
        background-color: #FFF;
    }

        .home-slider img:hover {
            opacity: 1;
            border: 1px solid #0096D6;
        }

.home-group .panel {
    height: 150px;
    width: 100%;
    border: 1px solid #FFF;
    position: relative;
    transition: 0.2s;
}


    .home-group .panel:hover {
        border: 1px solid #0096D6;
        border-radius: 4px;
        box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
        -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
        -moz-box-shadow: 10px 4px 15px 1px rgba(0,0,0,0.19);
        transform: scale(1.05);
    }


    .home-group .panel h4 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .home-group .panel a {
        color: #000;
        text-decoration: none !important;
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 15px;
    }

        .home-group .panel a:hover {
            /*color: #FFF !important;*/
        }

    .home-group .panel p {
        height: 100%;
        margin-bottom: 0px;
    }

    .home-group .panel .topic-edit {
        margin-bottom: 5px;
        display: block;
    }

.home-offer-1 *, .home-offer-2 *, .home-offer-3 *, .home-offer-4 *, .home-offer-5 * {
    position: relative;
    /* hack */
}

.home-offer-1, .home-offer-2, .home-offer-3, .home-offer-4, .home-offer-5 {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.overlay {
    position: relative;
}

    .overlay:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 0;
    }

    .overlay:hover:before {
        display: block;
    }

.color:before {
    /*background-color: rgba(32,40,53,0.75);*/
    background-color: rgba(255,255,255,1);
    border-radius: inherit;
}

#bodyContainer {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.footer-row-1 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #DDD;
    background-color: #f5f5f5;
}

    .footer-row-1 h2 {
        margin-top: 0px;
    }

.footer-row-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0002;
    color: #fff;
}

.login-left {
    display: flex;
    height: 100vh;
    flex-direction: column;
    background-color: white;
}

.login-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.copyright {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
}

.login-left .copyright .form-inline {
    display: none;
}

.login-right {
    display: flex;
    height: 100vh;
    flex-direction: column;
    background-image: linear-gradient(45deg, rgba(0,0,0,1), rgba(32,40,53,0.65)), url(../images/public_bkgd.jpg);
    background-position: center;
    background-size: cover;
}

    .login-right .content-holder {
        margin: auto;
        width: 75%;
    }

    .login-right h1 {
        font-size: 42px;
        color: #fff !important;
        text-align: left;
        line-height: 46px;
    }

    .login-right h2 {
        padding-top: 25px;
        font-size: 18px;
        color: #fff !important;
        text-align: left;
        line-height: 24px;
    }

    .login-right a {
        border: 1px solid #FFF;
        color: #FFF;
        text-align: left;
        margin: auto;
        padding: 10px 20px;
        display: inline-block;
        border-radius: 4px;
        margin-top: 10px;
    }

        .login-right a:hover {
            border: 1px solid #FFF;
            background-color: #FFF;
            color: #0096D6;
            text-decoration: none;
        }

.profile-picture {
    border-radius: 100%;
    border: 2px solid #FFF;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


.modal .page-header-container {
    display: none;
}

.panel-box-shadow {
    box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 10px 4px 15px 1px rgba(0,0,0,0.19);
}

@media (max-width: 767px) {
    .user-profile-info {
        padding-top: 20px;
        text-align: center;
    }
}

/*Added css for Get Activity Feed */
.community-svg {
    filter: invert(1)
}
.main-container._feedactivity {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: arial;
}

.container1 {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    padding: 0 15px;
}

.main-container._feedactivity header {
    padding: 15px 0;
    font-size: 32px;
    line-height: 1em;
    border-bottom: 2px solid #dadada;
    width: 100%;
}

.main-container._feedactivity section {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

    .main-container._feedactivity section .container {
        display: flex;
        flex-direction: row;
    }

    .main-container._feedactivity section .left-section {
        display: flex;
        width: 20%;
    }

        .main-container._feedactivity section .left-section ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .main-container._feedactivity section .left-section ul li {
                list-style: none;
                padding: 0 0 25px 35px;
                margin: 0;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                position: relative;
                cursor: pointer;
            }

                .main-container._feedactivity section .left-section ul li:hover {
                    opacity: 0.7;
                }

                .main-container._feedactivity section .left-section ul li span {
                    position: absolute;
                    left: 0;
                }

    .main-container._feedactivity section .middle-list-section {
        display: flex;
        width: 60%;
        padding: 0 15px;
        flex-direction: column;
    }

        .main-container._feedactivity section .middle-list-section .selection-holder {
            padding: 0 0 20px 0;
        }

            .main-container._feedactivity section .middle-list-section .selection-holder select {
                display: flex;
                width: 100%;
                padding: 7px 12px;
                border: 1px solid #ddd;
            }

    .main-container._feedactivity section .right-section {
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        width: 20%;
    }

        .main-container._feedactivity section .right-section .group-box {
            display: flex;
            flex-direction: column;
            width: 100%;
            min-height: 100px;
            border: 1px solid #dadada;
            margin-bottom: 30px;
            padding: 10px;
        }

            .main-container._feedactivity section .right-section .group-box h4 {
                font-size: 15px;
                font-weight: 600;
                margin: 0;
                padding: 5px 0 15px 0;
            }

            .main-container._feedactivity section .right-section .group-box .group-items-list {
                display: flex;
                flex-direction: column;
                min-height: 170px;
                max-height: 215px;
                overflow-y: auto;
                overflow-x: hidden;
            }

                .main-container._feedactivity section .right-section .group-box .group-items-list .group-item {
                    display: flex;
                    flex-direction: row;
                    width: 100%;
                    min-height: 40px;
                    padding-bottom: 10px;
                }

                    .main-container._feedactivity section .right-section .group-box .group-items-list .group-item img {
                        width: 100%;
                        max-width: 100%;
                    }

                    .main-container._feedactivity section .right-section .group-box .group-items-list .group-item .img-div {
                        width: 35px;
                        height: 35px;
                        margin-right: 15px;
                    }

                        .main-container._feedactivity section .right-section .group-box .group-items-list .group-item .img-div div {
                            width: 30px;
                            height: 30px;
                            border: 2px solid #dadada;
                            border-radius: 50%;
                            overflow: hidden;
                        }

                    .main-container._feedactivity section .right-section .group-box .group-items-list .group-item .content-div {
                        width: calc(100% - 50px);
                    }

                        .main-container._feedactivity section .right-section .group-box .group-items-list .group-item .content-div .title-text {
                            font-size: 14px;
                            font-weight: 600;
                        }

                        .main-container._feedactivity section .right-section .group-box .group-items-list .group-item .content-div .descr-text {
                            font-size: 12px;
                            color: #666;
                        }

.community-grid-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

    .community-grid-list * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .community-grid-list .community-grid-item {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 15px;
        border: 1px solid #dadada;
        margin: 0 0 25px 0;
    }

        .community-grid-list .community-grid-item .grid-item-header {
            display: flex;
            flex-direction: row;
        }

            .community-grid-list .community-grid-item .grid-item-header .image-holder {
                position: relative;
            }

                .community-grid-list .community-grid-item .grid-item-header .image-holder .user-profile-img {
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;
                    overflow: hidden;
                    border: 1px solid #dadada;
                }

                    .community-grid-list .community-grid-item .grid-item-header .image-holder .user-profile-img img {
                        width: 100%;
                        max-height: 36px;
                    }

                .community-grid-list .community-grid-item .grid-item-header .image-holder .notifications {
                    padding: 8px;
                    font-family: inherit;
                    font-size: 10px;
                    background-color: red;
                    line-height: 1em;
                    border-radius: 50%;
                    width: 10px;
                    height: 10px;
                    overflow: hidden;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    position: absolute;
                    bottom: -5px;
                    right: -5px;
                }

            .community-grid-list .community-grid-item .grid-item-header .title-and-descr-holder {
                display: flex;
                flex-direction: column;
                padding-left: 20px;
            }

                .community-grid-list .community-grid-item .grid-item-header .title-and-descr-holder h3 {
                    font-family: inherit;
                    font-size: 16px;
                    font-weight: 400;
                }

                .community-grid-list .community-grid-item .grid-item-header .title-and-descr-holder p {
                    font-family: inherit;
                    font-size: 14px;
                    font-weight: 400;
                    color: #999;
                }

        .community-grid-list .community-grid-item .grid-item-details {
            border: 1px solid #ccc;
            margin: 20px 0;
            display: flex;
            flex-direction: row;
            padding: 15px;
        }

            .community-grid-list .community-grid-item .grid-item-details .circle-area {
                width: 80px;
                display: flex;
            }

            @media (max-width: 992px) {
                .community-grid-list .community-grid-item .grid-item-details .circle-area {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                }
                .community-grid-list .community-grid-item .grid-item-details .last-large-texts {
                    width: auto !important;
                }
                .community-grid-list .community-grid-item .grid-item-details {
                    gap: 15px;
                    flex-wrap: wrap;
                }
                .community-grid-list .community-grid-item .grid-item-details .middle-contents {
                    width: 100% !important;
                }
            }

                .community-grid-list .community-grid-item .grid-item-details .circle-area .cirlce-element {
                    width: 60px;
                    height: 60px;
                    border: 1px solid #ccc;
                    border-radius: 50%;
                    overflow: hidden;
                    background-color: #ddd;
                }

            .community-grid-list .community-grid-item .grid-item-details .middle-contents {
                display: flex;
                width: calc(100% - 200px);
                flex-direction: column;
            }

                .community-grid-list .community-grid-item .grid-item-details .middle-contents h3 {
                    font-size: 18px;
                    padding-bottom: 5px;
                }

                .community-grid-list .community-grid-item .grid-item-details .middle-contents p {
                    font-size: 16px;
                    padding-bottom: 5px;
                    color: #ddd;
                }

            .community-grid-list .community-grid-item .grid-item-details .last-large-texts {
                display: flex;
                font-size: 24px;
                width: 120px;
                align-items: center;
                justify-content: flex-end;
            }

/*Added css for Cube Structure Week*/
.parent-holder {
    display: flex;
    padding: 25px;
    width: 400px;
    margin-left: auto;
    padding-left: 0;
}

@media (max-width: 991px) {
    .parent-holder {
        margin: auto;
    }
}

    .parent-holder * {
        box-sizing: border-box;
    }

.each-qs {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    min-width: 100px;
    flex-direction: column;
}

    .each-qs h4 {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #545454;
        position: relative;
        left: 0;
        right: 0;
        bottom: 10px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.each-parent {
    display: flex;
    position: relative;
    min-height: 80px;
}

    .each-parent .each-side {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: absolute;
        border: 1px solid #333;
    }

    .each-parent .childrens {
        width: 50%;
        height: 50%;
        cursor: pointer;
        font-size: 10px;
    }

        .each-parent .childrens:hover {
            background-color: #eee;
        }

        .each-parent .childrens:nth-child(1) {
            border-bottom: 1px solid #545454;
        }

        .each-parent .childrens:nth-child(2) {
            border-bottom: 1px solid #545454;
            border-left: 1px solid #545454;
        }

        .each-parent .childrens:nth-child(4) {
            border-left: 1px solid #545454;
        }


.face-1 {
    transform: rotate3d(-3, -6, 6, 60deg);
}

.face-2 {
    transform: rotate3d(12.5, -12, -5.1, -59deg);
    left: 32px;
    top: 17px;
}

.face-3 {
    transform: rotate3d(372, 263, 123, -65deg);
    left: 31px;
    top: -21px;
    width: 48px !important;
    height: 56px !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

@media only screen and (max-width: 477px) {
    .parent-holder {
        gap: 100px 52px;
        width: 100%;
        padding: 25px 1px;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .parent-holder > .each-qs {
        width: 25%;
    }

    .each-qs {
        margin: auto;
    }
}



/* ----------------------------------------------------- Curiocity Styles ----------------------------------------------------- */

@font-face {
    font-family: "Curiocity";
    src: url(../font/FormaDJRMicro-Regular.woff2) format("woff2");
    src: url(../font/FormaDJRMicro-Regular.woff) format("woff");
}

html {
    font-size: 14px;
}

html * {
    font-family: "Curiocity", Arial, Tahoma;
}

body {
    color: #fff;
    font-size: 14px
}

.background {
    background: transparent;
    padding-right: 0 !important;
}

.page-header-container, .page-header {
    background-color: transparent;
}

.page-header-container .media-heading {
    color: #fff !important;
}

.page-header-container > .page-header > .container > .row:last-of-type > div > p {
    color: #fff
}


/* -------------- Utility Styles -------------- */

/* Margin */
.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-small {
    margin-bottom: 10px;
}

.margin-bottom-large, .margin-bottom-header {
    margin-bottom: 30px;
}

.margin-top-large {
    margin-top: 30px;
}

.margin-remove {
    margin: 0 !important;
}

.margin-top-remove {
    margin-top: 0;
}

.margin-bottom-remove {
    margin-bottom: 0;
}

.header-margin {
    margin-bottom: 50px;
}

/* Padding */
.padding {
    padding: 20px !important;
}

.padding-large {
    padding: 30px;
}

.padding-small {
    padding: 10px;
}

.padding-top {
    padding-top: 30px;
}

.padding-remove {
    padding: 0 !important;
}

/* Text */
.font-white {
    color: #fff !important;
}

.text-muted * {
    color: #cecece !important;
}

.text-success {
    color: #60ca7e !important;
}

.text-disabled {
    color: #000
}

.text-blue {
    color: #0098d6 !important
}

.text-black {
    color: #000;
}

h1 {
    font-size: 54px;
    color: #fff;
    margin-bottom: 0.67em;
}

@media (max-width: 768px) {
    h1 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 0.67em;
    }
}

/* Buttons */
.btn-link {
    color: #fff;
    transition: .1s ease-in-out;
    text-decoration: none;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #ffffffcc;
    opacity: 1;
    text-decoration: none !important;
}

.link-blue, a, a:hover, a:focus, a:active {
    color: #0098d6;
    transition: .2s;
    cursor: pointer
}

.link-blue:hover, .link-blue:focus, .link-blue:active {
    color: #127da9;
}

.btn-primary, .btn-dark {
    color: #fff !important;
    transition: .1s ease-in-out !important;
    border: none !important;
    background-color: #0098d6 !important;
    border-radius: 0 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background-color: #127da9 !important;
    opacity: 1 !important;
}

.btn-danger {
    border-radius: 0 !important;
    border: none
}

.btn-white {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    transition: .2s;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: #eee
}

.btn-cancel, .btn-default {
    background-color: #f9f9f9;
    color: #000 !important;
    border: none;
    border-radius: 0;
}

.btn-cancel:hover, .btn-default:hover, .btn-default:focus {
    background-color: #ccc !important;
    border: none !important;
    color: #000;
    outline: none;
}

.flex-column {
    flex-direction: column;
}

.align-normal {
    align-items: normal !important
}

.border-round {
    border-radius: 5px !important;
}

.border-none {
    border: none !important;
}

.screen-height {
    min-height: 100vh
}

.shadow {
    box-shadow: 0 2px 8px #00000020;
}

/* -------------- Navbar -------------- */

.navbar-default {
    padding: 0;
}

.navbar-nav {
    margin: 0;
}

.navbar-collapse {
    border: none;
}

.nav-points {
    display: inline-flex !important;
    gap: 20px;
    margin-right: 20px;
}

.dvMyPoints.nav-points {
    margin-right: 0;
}

.dvMyPoints.nav-points > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dvMyPoints.nav-points > div > div {
    height: 40px;
    width: 70px;
    background-color: #0000006e;
    display: flex;
    justify-content: center;
    align-content: center;
}

.profilepoints.text-white {
    margin: auto;
    font-size: 16px;
}

.nav-points > div {
    padding: 15px 0px;
    margin-right: 0;
}

.nav-icons {
    margin: auto;
    display: inline;
}

#points {
    display: block;
}

#mobilePoints {
    display: none;
}

.nav.navbar-nav.flex-nav, .nav.navbar-nav.flex-nav > li {
    padding: 15px 0px;
    margin-right: 0;
}

.in > .nav.navbar-nav.flex-nav > li {
    padding: 0px;
}

    .in > .nav.navbar-nav.flex-nav > li > a {
        color: #ffffff99;
        transition: .1s;
        font-size: 16px;
    }

        .in > .nav.navbar-nav.flex-nav > li > a:hover, .in > .nav.navbar-nav.flex-nav > li > a:focus, .in > .nav.navbar-nav.flex-nav > li > a:active {
            color: #ffffff;
        }

.navbar-brand {
    height: 100px;
}

    .navbar-brand > img {
        height: 100%;
    }

.nav-transparent {
    background-color: transparent !important;
    border: none !important;
}

.nav-lesson {
    background-color: #000 !important;
    border: none !important;
}

.navbar-toggle {
    background-color: #cccccc45;
    transition: .2s;
    border: none;
    border-radius: 0;
    height: 40px;
    width: auto;
    margin: 30px 0;
}

    .navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
        background-color: #cccccc99 !important;
    }

.icon-bar {
    background-color: #fff !important;
}

.nav-active {
    color: #fff !important;
    border-left: 3px solid #0698D3;
}

.navbar-brand.nav-active {
    border: none !important
}

.quit {
    background-color: #cccccc45;
    transition: .2s;
    padding: 0;
    border: none;
}

.quit:hover, .quit:focus {
    background-color: #cccccc99 !important;
}

.admin {
    background-color: #000;
    width: 40px;
    height: 40px;
    transition: .2s;
}

    .admin:hover, .admin:focus {
        background-color: #222 !important;
    }

    .admin a {
        font-size: 20px;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

        .admin a i {
            line-height: 0;
        }

.container-fluid:after, .container-fluid:before {
    display: none !important;
    content: none !important;
}

.lesson-padding {
    padding: 30px 0;
}

@media (max-width: 991px) {
    .results-text-left {
        font-size: 24px
    }

}

@media (min-width: 1201px) {
    #navbar .nav:before, #navbar .nav:after {
        display: none;
    }

    .navbar-collapse.nav-center {
        display: flex !important;
        justify-content: center;
    }

    .nav.navbar-nav.flex-nav {
        display: flex;
        gap: 15px;
    }

    .in > .nav.navbar-nav.flex-nav > li {
        padding: 15px 0px;
        margin-right: 0;
    }

    .nav.navbar-nav.flex-nav > li > a {
        font-size: 18px;
        color: #ffffff99;
        transition: .2s;
        border-bottom: 3px solid transparent;
        padding: 10px 5px;
    }

        .nav.navbar-nav.flex-nav > li > a:hover {
            color: #ffffff;
            border-bottom: 3px solid #0698D3;
        }

    .nav-active {
        color: #fff !important;
        border-bottom: 3px solid #0698D3 !important;
        border-left: none !important;
    }
}

@media (max-width: 768px) {
    .navbar-header.navbar-right.pull-right > .navbar-toggle {
        margin-right: 15px;
    }

    .panel-dashboard {
        flex-direction: column !important;
        gap: 0 !important;
    }

        .panel-dashboard > .panel-heading {
            width: auto !important;
        }

        .panel-dashboard > .panel-body {
            width: auto !important;
        }

    .claim-nav-space {
        display: none;
    }
}

@media (max-width: 532px) {
    

    #mobilePoints {
        display: block;
    }

    #mobilePoints.points-lv2 {
        display: none;
    }

    #mobilePoints-lv2 {
        display: none;
    }

    .nav-icons:not(.bell) {
        margin: 15px 0;
        display: inline;
    }

    .back-text {
        display: none !important;
    }
}

/* Nav Back Button */
.back {
    color: #fff !important;
    text-decoration: none !important;
}

.back:hover, back:focus, back:active, back:visited {
    text-decoration: none !important;
    color: #fff !important
}

.back-div {
    display: inline-flex;
    align-items: center;
}

.navbar-header > #back-btn .back-div {
    margin: 15px 0 15px 20px;
}

.back-arrow {
    background-color: #cccccc45;
    transition: .2s;
    height: 40px;
    width: 40px;
}

.back-text {
    height: 40px;
    width: 60px;
    background-color: #0000006e;
    display: flex;
    justify-content: center;
}

.back-text > p {
    font-size: 16px;
    text-align: center;
    margin: auto 0;
}

.back-arrow:hover, .back-arrow:focus {
    background-color: #cccccc99 !important;
}

#navbar.hidden {
    display: none !important
}

#mobilePoints-lv2 {
    display: none;
}

@media (max-width: 497px) {
    #points.points-lv2 {
        display: none;
    }
    #mobilePoints-lv2 {
        display: block;
    }
    #mobilePoints-lv2 .dvMyPoints {
        justify-content: space-between;
        width: 100%;
        padding: 0 15px
    }
    #mobilePoints-lv2 .dvMyPoints > div {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .results-text-left > h2 {
        font-size: 24px;
    }
}


/* -------------- Landing Page Headings -------------- */

.page-heading {
    background-color: #0000006e;
    padding: 5px 15px;
}

.incentives {
    border-left: 15px solid #55dbb3;
}

.learning {
    border-left: 15px solid #ef8d74;
}

.community {
    border-left: 15px solid #eddb64;
}

@media (max-width: 345px) {
    .page-heading, .mobile-title, .header-margin > h1, .course-heading, .dashboard-heading {
        font-size: 36px;
    }

    .mobile-title {
        margin-top: 10px;
    }
}


/* -------------- Landing Page Panels -------------- */

.panel {
    border-radius: 0px;
    /*border: 5px solid transparent;*/
    border: none;
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

.no-border > .panel, .no-border > a > .panel {
    border: none;
}

.panel-default > .panel-heading {
    /*color: #f5f5f5;*/
    /*background-color: transparent;*/
    background-color: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    border-radius: 0;
}

.panel-default > .panel-body {
    background-color: #fff;
}

.panel-title {
    font-size: 24px;
}

.panel-heading > p {
    margin: 0;
    color: #000;
}

.panel-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-panels > div:nth-of-type(1) .panel-link .row > div,
.featured-panels > div:nth-of-type(2) .panel-link .row > div,
.featured-panels > div:nth-of-type(3) .panel-link .row > div {
    width: 50%;
}

@media (min-width: 992px)  {
    .featured-panels > div:nth-of-type(1) .panel,
    .featured-panels > div:nth-of-type(2) .panel,
    .featured-panels > div:nth-of-type(3) .panel {
        height: 332px;
    }

    .featured-panels > div:nth-of-type(1) .panel-link .row > div,
    .featured-panels > div:nth-of-type(2) .panel-link .row > div,
    .featured-panels > div:nth-of-type(3) .panel-link .row > div {
        width: 100%;
    }

    .featured-panels > div:nth-of-type(1),
    .featured-panels > div:nth-of-type(4),
    .featured-panels > div:nth-of-type(5) {
        width: 50%;
    }

    .featured-panels > div:nth-of-type(2),
    .featured-panels > div:nth-of-type(3) {
        width: 25%;
    }
        .featured-panels > div:nth-of-type(1) .panel-img-bottom,
        .featured-panels > div:nth-of-type(2) .panel-img-bottom,
        .featured-panels > div:nth-of-type(3) .panel-img-bottom {
            margin-top: 60px;
            margin-left: 0;
        }
}

.featured-panels > div:nth-of-type(4) .panel-link > .panel,
.featured-panels > div:nth-of-type(5) .panel-link > .panel {
    display: flex;
    flex-direction: row;
}

    .featured-panels > div:nth-of-type(4) .panel-link > .panel .panel-body,
    .featured-panels > div:nth-of-type(5) .panel-link > .panel .panel-body {
        height: 175px;
    }

    .featured-panels > div:nth-of-type(4) .panel-link > .panel > div,
    .featured-panels > div:nth-of-type(5) .panel-link > .panel > div {
        width: 100%;
    }

        .featured-panels > div:nth-of-type(1) .panel-img-bottom,
        .featured-panels > div:nth-of-type(2) .panel-img-bottom,
        .featured-panels > div:nth-of-type(3) .panel-img-bottom {
            height: 100%;
            max-height: 209px;
        }

.panel-link {
    text-decoration: none !important;
    transition: .2s ease-in-out;
}

    .panel-link > .panel {
        transition: .2s ease-in-out;
    }

.panel-gradient {
    position: relative;
}

.panel-gradient:before {
    z-index: -1;
    height: calc(100% + 15px);
    width: calc(100% + 15px);
    background: linear-gradient(231deg, #4e83df, #7b65d1, #f68273 -6%, #7b65d1 40%, #4e83df 50%, #55dbb5 100%);
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    transition: .2s ease-in-out;
    left: -7.5px;
    bottom: -7.5px;
}

.content-card.panel-gradient:before {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    left: -5px;
    bottom: -5px;
}

.panel-gradient:hover::before {
    opacity: 1;
    box-shadow: 0 14px 25px #00000070;
}


.panel-hover {
    transition: .2s ease-in-out;
}

    .panel-hover:hover, .panel-hover:focus, .panel-hover:active {
        box-shadow: 0 14px 25px #00000070;
        transform: translateY(-3px);
        position: relative;
    }

.temp-img {
    height: 275px;
    background-color: #ccc;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.panel-horizontal .temp-img {
    height: 145px;
    background-color: #ccc;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.temp-img > img {
    height: 30px;
    width: auto;
    filter: invert(1);
}

/* -------------- Profile Page -------------- */
.profile-pic {
    display: flex;
}

.profile-pic > form {
    padding: 10px;
    height: 120px;
}

.profile-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile-header:before, .profile-header:after {
    content: none;
}

.mission-icons {
    display: flex;
    gap: 20px;
}

.mission-icons > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-icons > div > p {
    align-self: center;
    color: #fff
}

.profile-name {
    height: 128px;
    padding: 10px;
    display: flex;
    width: 100%;
}

.profile-name > div {
    margin: auto 0;
}

.stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
}

    .stats div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 25%;
        text-align: center;
        color: #fff;
        margin: 35px 0;
    }

        .stats div:not(:last-child) {
            border-right: 1px solid #ffffff99;
        }

        .stats div div {
            margin: 0 auto;
            width: 100%;
        }

@media (max-width: 768px) {
    .stats > div {
        width: 50%;
        margin: 0;
        padding: 35px 0;
    }

    .stats div:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid #ffffff99;
    }

    .stats > div:nth-child(2) {
        border-right: none;
    }
}

    .each-parent .each-side {
        border: 1px solid #eee;
    }

    .each-parent .childrens:nth-child(1) {
        border-bottom: 1px solid #ccc;
    }

    .each-parent .childrens:nth-child(2) {
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .each-parent .childrens:nth-child(4) {
        border-left: 1px solid #ccc;
    }

    .each-qs > h4 {
        color: #fff
    }

    @media (max-width: 451px) {
        .profile-name > div > h1 {
            font-size: 36px;
        }

        .profile-pic {
            flex-direction: column;
            justify-content: center;
            background-color: #0000006e;
        }

            .profile-pic > img {
                max-height: 127px;
                max-width: 128px;
                margin: 0 auto;
                background-color: transparent;
            }

        .profile-name {
            background-color: transparent;
            text-align: center;
            justify-content: center;
        }

        .sidepanel-heading {
            font-size: 24px !important
        }
    }

    /* -------------- Learning Page -------------- */
    .courses {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .courses > div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 25%;
            color: #fff;
            margin: 35px 0;
            padding: 15px 0;
        }

    .courses-img {
        background-image: url("../images/courses.png");
        background-color: #ccc;
        height: 200px;
    }

    .course-title {
        background: linear-gradient(0deg, #000000c7 0%, #ffffff70 100%);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 15px;
    }

    progress {
        width: 100%;
    }

    .search {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .input, #ph-topic .form-control, #PromotionClaimHistory_length label select, #PromotionClaimHistory_filter label input, #OrderStatus, #orderTable_filter label input, #orderTable_length label select {
        background-color: #ffffff2e !important;
        color: #fff !important;
        border: none !important;
        transition: .1s ease-in-out !important;
        border-radius: 0 !important;
    }

        #OrderStatus > option, #orderTable_length > label > select > option, #PromotionClaimHistory_length label select option {
            color: #000 !important
        }

    #orderTable_length label, #orderTable_filter label {
        color: #fff;
    }

    .input:hover, .input:focus, .input:active, .input[type="text"]:focus, #PromotionClaimHistory_length label select:hover, #PromotionClaimHistory_length label select:focus, #PromotionClaimHistory_filter label input:hover, #PromotionClaimHistory_filter label input:focus {
        box-shadow: 0 2px 8px #00000070;
        color: #fff !important;
    }

    .input > option {
        color: #000;
    }

    .acc-input {
        border: 1px solid #cecece;
        color: #757678 !important;
        border-radius: 3px;
        transition: .2s;
        box-shadow: none;
    }

    label {
        font-weight: normal;
    }

    .checkbox-label {
        position: relative;
        bottom: 1px;
        margin-left: 10px;
    }

    .acc-input:hover, .acc-input:focus, .acc-input:active {
        border-color: #0098d6 !important;
        box-shadow: none !important;
    }

    ::placeholder {
        /*color: #fff !important;*/
        color: #ccc !important;
    }

    .progress {
        background: #e0e1e45c;
    }

    .progress-bar-incomplete {
        background-color: #f7e569;
    }

    .progress-bar-success {
        background-color: #56dcb8;
    }

    .k-widget.k-dropdowntree {
        border-radius: 4px !important;
        width: 100% !important;
        background-color: inherit !important;
        transition: .1s ease-in-out;
    }

        .k-widget.k-dropdowntree:hover, .k-widget.k-dropdowntree:focus, .k-widget.k-dropdowntree:active {
            box-shadow: 0 2px 8px #00000070;
        }

        .k-widget.k-dropdowntree > .k-multiselect-wrap {
            width: auto !important;
            border-radius: 0 !important;
            background-color: #ffffff2e;
            color: #fff !important;
            border: none !important;
            height: 34px !important;
        }

        /* Center "Filters" input text */
        .k-widget.k-dropdowntree > .k-multiselect-wrap, .k-multiselect-wrap > ul {
            display: flex !important;
        }

            .k-multiselect-wrap .k-input, .k-multiselect-wrap > ul > li, .k-multiselect-wrap > ul > li:hover {
                margin-top: auto !important;
                margin-bottom: auto !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                padding-right: 0 !important;
                border: none;
                color: #fff;
                background-image: none !important;
                background-color: transparent !important;
                justify-content: flex-start;
            }

    #multiselect_taglist > li {
        background-color: #ffffff2e !important;
        color: #fff !important;
        border: none !important;
        transition: .1s ease-in-out;
    }

        #multiselect_taglist > li:hover {
            box-shadow: 0 2px 8px #00000070;
            color: #fff !important;
        }

    .k-state-hover {
        background-image: none !important;
    }

    .k-multiselect-wrap.k-state-hover {
        background-color: #ffffff2e !important;
    }

    .k-multiselect-wrap.k-state-focused {
        box-shadow: 0 2px 8px transparent !important;
    }

    .k-multiselect-wrap .k-readonly {
        opacity: 1 !important;
    }

    .k-multiselect-wrap > ul {
        gap: 20px;
    }

    .panel-collapse {
        border-top: 1px solid #cecece;
    }

    tr {
        height: 50px;
    }

        tr:not(:last-child) td, tr th {
            vertical-align: middle !important;
            border-bottom: 1px solid #cecece !important;
        }

    tbody tr:last-child td {
        border-bottom: none !important;
    }

    tbody tr td:first-child, thead tr th:first-child {
        padding-left: 15px
    }

    tbody tr td:last-child, thead tr th:last-child {
        padding-right: 15px
    }

    table {
        margin-bottom: 0 !important;
    }

    .table-padding {
        padding: 5px !important;
    }

    .chapter-padding {
        padding: 10px 15px !important;
    }

    /* -------------- Community Feed Page -------------- */

    .main-container._feedactivity section .container {
        flex-wrap: wrap;
    }

    .main-container._feedactivity section .left-section {
        display: none;
    }

    .main-container._feedactivity section .middle-list-section {
        width: 70%;
        padding: 0;
    }

    .main-container._feedactivity section .right-section {
        width: 30%;
    }

    .community-grid-item {
        background-color: #fff;
    }

    .grid-item-details {
        background-color: #212236;
        color: #fff;
    }

    .main-container._feedactivity section .right-section .group-box .group-items-list .group-item .content-div .title-text {
        font-size: 18px;
        color: #fff;
        font-weight: normal;
    }

    .main-container._feedactivity section .right-section .group-box .group-items-list .group-item .content-div .descr-text {
        font-size: 12px;
        color: #cecece;
    }

    .community-grid-list .community-grid-item .grid-item-header .title-and-descr-holder h3 {
        overflow-wrap: anywhere; /* REMOVE AFTER RESOURCE STRINGS ADDED */
    }

    @media (max-width: 768px) {
        .main-container._feedactivity section .middle-list-section, .main-container._feedactivity section .right-section {
            width: 100%;
        }
    }

    @media (max-width: 542px) {
        .grid-item-details {
            
        }

        .community-grid-list .community-grid-item .grid-item-details .last-large-texts {
            width: 100%;
        }
    }

    .activity-panel {
        padding: 20px !important;
        gap: 20px;
    }

    .activity-body {
        display: flex;
        justify-content: space-between;
        background-color: #212236;
        padding: 25px;
    }

    .activity-body-items {
        display: flex;
        align-items: center;
    }

    .activity-info {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .gap-small {
        gap: 15px;
    }

    .gap-medium {
        gap: 30px;
    }

    .activity-img {
        display: flex;
    }

        .activity-img > div:first-of-type {
            display: flex;
            height: 50px;
            width: 50px;
            background-color: #afafafc9;
        }

            .activity-img > div:first-of-type > img {
                height: 30px;
                filter: invert(1);
                align-self: center;
                margin: auto;
            }

        .activity-img > div:last-of-type {
            display: none;
        }

    .pts {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-left: auto;
    }

    .thumbs-up {
        display: flex;
        gap: 10px;
    }

        .thumbs-up img {
            position: relative;
            top: 1px;
            height: 15px;
        }

    .newest-members > div {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }

    .newest-members {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    @media (max-width: 627px) {
        .activity-img {
            display: flex;
            width: 100%;
            justify-content: space-between
        }

            .activity-img > div:first-of-type {
                display: flex;
                height: 50px;
                width: 50px;
                background-color: #afafafc9;
            }

                .activity-img > div:first-of-type > img {
                    height: 30px;
                    filter: invert(1);
                    align-self: center;
                    margin: auto;
                }

            .activity-img > div:last-of-type {
                display: flex;
                align-items: center;
                gap: 15px;
            }

        .pts {
            display: none;
        }
    }

    @media (max-width: 320px) {
        .activity-body {
            padding: 15px
        }

        .activity-img > div:last-of-type {
            display: flex;
            align-items: center;
            gap: 10px;
        }
    }

    /* -------------- SKU List Page -------------- */

    .sku-points {
        color: #5dcec1;
    }

    .sku-filters {
        display: flex;
        flex-wrap: wrap;
    }

        .sku-filters > div {
            width: 20%;
        }

    .sku-filter-date {
        display: flex;
        width: 100%;
        flex-direction: row;
    }

        .sku-filter-date input, .fake-input input {
            border-right: 1px solid #cecece;
        }

    .sku-filters input, .sku-filters select {
        border-radius: 0px;
        color: #333 !important;
        background-color: #fff;
        border: none;
    }

    .sku-filter-row-2 {
        background-color: #fff;
        border-top: 1px solid #cecece;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #small-searchlist, #small-searchlist:hover, #small-searchlist:active, #small-searchlist:focus {
        color: #000 !important
    }

    #dvResultSimple {
        color: #fff;
    }

    @media (max-width: 980px) {
        .product-list-download a {
            display: block !important;
            width: 100% !important;
        }

        .sku-filters > div {
            width: 50%;
        }

        .sku-filter-date input, .fake-input input, .sku-filters select {
            border-right: none;
            border-bottom: 1px solid #cecece;
        }

        .sku-filter-row-2 {
            border-top: none !important;
        }
    }

    .sku-filter-row-2-left {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }


    /* -------------- Members Page -------------- */
    .member-panel > .panel-footer {
        background-color: #000;
        color: #fff;
        border: none;
        border-radius: 0;
    }

    .member-panel-body {
        flex-direction: column;
        text-align: center;
    }

    .member-panel-footer {
        display: flex;
        justify-content: space-around;
        gap: 10px;
    }

        .member-panel-footer > div {
            display: flex;
            flex-direction: column;
            width: 33.3%;
            align-items: center;
        }

            .member-panel-footer > div p {
                text-align: center;
            }

    /* -------------- Leaderboard Page -------------- */

    .leaderboard-grid {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .leaderboard-headers {
        background: transparent !important;
        color: #fff;
        margin-top: 50px;
    }

    .leaderboard-panel {
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        overflow: scroll;
    }

        .leaderboard-panel > div {
            display: flex;
            justify-content: space-between;
        }

    .leaderboard-rank {
        height: 100%;
        width: 86px;
        display: flex;
        background-color: #000;
        color: #fff;
    }

        .leaderboard-rank > span {
            margin: auto;
        }

    .user-rank {
        background-color: #1aa0db;
        color: #fff;
    }

    .rank-one {
        background-color: #ee8e73;
        color: #000;
    }

    .rank-two {
        background-color: #fae56a;
        color: #000;
    }

    .rank-three {
        background-color: #58dbb6;
        color: #000;
    }

    .leaderboard-panel-user {
        display: flex;
        gap: 20px;
    }

    .leaderboard-panel-profile {
        display: flex;
        gap: 20px;
    }

        .leaderboard-panel-profile > div, .leaderboard-panel-stats > div, .leaderboard-panel-user > div {
            margin: auto;
        }

    .leaderboard-panel-stats {
        display: flex;
        margin-right: 20px;
    }

        .leaderboard-panel-stats > div {
            width: 110px;
            text-align: center;
        }

    /* -------------- Activities & Challenges Page -------------- */
    .challenge-panel {
        flex-direction: column;
    }

        .challenge-panel > div:not(.points-collected) {
            width: 100%;
        }

    .challenge-panel-image-row {
        display: flex;
        justify-content: space-between;
    }

    .challenge-panel-gems {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .gem-img {
        height: 40px;
        width: auto;
    }

    .challenge-content-block {
        padding: 20px
    }

    .challenges-blocks-container {
        margin-top: 30px;
    }

    .challenges-blocks-container .challenge-item {
        background-color: #fff;
        color: #000;
        border-radius: 10px;
        box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 9%);
        position: relative;
        transition: all 0.2s ease-in-out;
        border: none;
    }

    .challenges-blocks-container .challenge-item .challenge-content-block ul {
        font-size: 16px;
        font-weight: 400;
        height: 100px;
        overflow-y: auto;
        padding-top: 15px;
        margin: 15px 0;
    }

        .challenges-blocks-container .challenge-item .challenge-content-block ul::-webkit-scrollbar, .caps-scroll::-webkit-scrollbar {
            width: 8px;
        }

        .challenges-blocks-container .challenge-item .challenge-content-block ul::-webkit-scrollbar-track, .caps-scroll::-webkit-scrollbar-track {
            background-color: #ccc;
            border-radius: 20px;
        }

        .challenges-blocks-container .challenge-item .challenge-content-block ul::-webkit-scrollbar-thumb, .caps-scroll::-webkit-scrollbar-thumb {
            background: #666;
            border-radius: 20px;
            transition: .2s
        }
        
        .challenges-blocks-container .challenge-item .challenge-content-block ul::-webkit-scrollbar-thumb:hover, .caps-scroll::-webkit-scrollbar-thumb  {
            background: #555;
        }

        .challenge-content-block ul li {
            list-style-type: none;
        }

    .challenge-panel-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: black;
        border-radius: 0;
        border: none;
        color: #ffffffee;
    }

    .challenge-img {
        display: flex;
    }

        .challenge-img > div:first-of-type {
            display: flex;
            height: 50px;
            width: 50px;
            background-color: #afafafc9;
        }

            .challenge-img > div:first-of-type > img {
                height: 30px;
                filter: invert(1);
                align-self: center;
                margin: auto;
            }

    .points-collected {
        margin: auto;
    }

        .points-collected > span {
            padding-right: 5px;
        }

    /* -------------- Lesson Pages -------------- */

    .lesson-row {
        display: flex;
        justify-content: center;
        color: #000;
        /*min-height: 100vh;*/
        /*padding-top: 70px;*/
    }

        .lesson-row > div:first-child {
            width: 60%
        }

        .lesson-row > div:last-child {
            width: 40%
        }

    .margin-left-lesson {
        margin-left: 20%;
    }

    .lessons-accordion {
        display: flex;
        justify-content: space-between;
    }

    .lessons-accordion-border > div:not(:last-child) {
        border-bottom: 1px solid #eee
    }

    .lessons-accordion-body {
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 30px;
        padding: 5px;
    }

    .lessons-media-background {
        background-color: #fff
    }

    .lessons-accordion-background, .lessons-accordion-background div, .lessons-accordion-background .panel-heading, .lessons-accordion-background .panel-body {
        background-color: #fafafa
    }

    .lessons-accordion-body > div:first-child {
        margin-right: 15px;
    }

    .lesson-border {
        border-right: 1px solid #eee
    }

    .align-center {
        display: flex;
        align-items: center;
    }

    .new-window {
        display: flex;
        justify-content: flex-end;
        gap: 30px;
    }

    .lessons-accordion-width {
        width: 400px;
    }

    .lessons-height {
        min-height: 100vh;
    }

    /* -------------- Rewards Store -------------- */

    .reward-store {
        max-width: 400px;
    }

        .reward-store > .panel-body > .temp-img {
            height: 200px;
            width: 85%;
            margin: 30px 0;
        }

        .reward-store > .panel-body > div {
            width: 100%;
        }

        .reward-store > .panel-body > .form-group {
            border-bottom: 1px solid #eee;
        }

    .points-redeem {
        border-color: transparent;
        box-shadow: none;
        background-color: #eee;
        border-radius: 0;
        text-align: right;
    }

    .align-points {
        display: flex;
        align-items: baseline;
    }

    .reward-panels {
        display: flex;
        gap: 17px;
        flex-wrap: wrap;
    }

        .reward-panels > .temp-img {
            height: 100px;
            width: 150px;
            background-color: #cccccc57;
            border: 3px solid transparent;
            transition: .2s;
            cursor: pointer;
        }

            .reward-panels > .temp-img:hover, .reward-panels > .temp-img:focus {
                background-color: #ccc;
                border: 3px solid #fff;
            }

    .resources-header {
        display: inline-flex;
        align-items: center;
        gap: 15px;
        background-color: #0000006e;
    }

        .resources-header > div > h1 {
            padding-right: 15px;
        }
    /*Added by Gayatri form Avatar content Fron End*/
    .avatar-modal-popup {
        width: 0;
        height: 0;
        display: none;
        position: fixed;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        transition: all 0.3s ease-in-out;
    }

        .avatar-modal-popup.active {
            display: flex !important;
            width: auto;
            height: auto;
            z-index: 1041;
            overflow-y: auto;
        }

        .avatar-modal-popup * {
            box-sizing: border-box;
        }

        .avatar-modal-popup .modal-content-area, .profile-modal-popup .modal-content-area {
            height: auto;
            background-color: #0b121e;
            /*display: flex;*/
            padding: 30px 15px 10px 15px;
            flex-direction: column;
            position: relative;
        }

            .avatar-modal-popup .modal-content-area .close-btn {
                width: 30px;
                height: 30px;
                background-image: url(images/close_dark_white_icon.svg);
                position: absolute;
                right: 0;
                top: 0;
                cursor: pointer;
                opacity: 1;
            }

                .avatar-modal-popup .modal-content-area .close-btn:hover {
                    opacity: 0.8;
                }

            .avatar-modal-popup .modal-content-area .modal-contents {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                width: 75%;
                height: auto;
                margin: auto;
            }

            @media (max-width: 768px) {
                .avatar-modal-popup .modal-content-area .modal-contents {
                    width: 100%;
                }
            }
                .avatar-modal-popup .modal-content-area .modal-contents .avatar-list-holder {
                    height: 250px;
                    width: 100%;
                    overflow-y: auto;
                    overflow-x: hidden;
                    padding: 0 16px 16px 16px;
                    scrollbar-width: thin;
                    border: 1px solid #555;
                }

                    .avatar-modal-popup .modal-content-area .modal-contents .avatar-list-holder::-webkit-scrollbar {
                        width: 7px;
                    }

                    .avatar-modal-popup .modal-content-area .modal-contents .avatar-list-holder::-webkit-scrollbar-track {
                        background: #0b121e;
                    }

                    .avatar-modal-popup .modal-content-area .modal-contents .avatar-list-holder::-webkit-scrollbar-thumb {
                        background: #aaa;
                        border-radius: 15px;
                    }

                        .avatar-modal-popup .modal-content-area .modal-contents .avatar-list-holder::-webkit-scrollbar-thumb:hover {
                            background: #555;
                        }

                    .avatar-modal-popup .modal-content-area .modal-contents .avatar-list-holder ul {
                        display: flex;
                        margin: 0;
                        padding: 0;
                        flex-direction: row;
                        flex-wrap: wrap;
                    }

                .avatar-modal-popup .modal-content-area .modal-contents ul li {
                    list-style: none;
                    border-radius: 50%;
                    cursor: pointer;
                    border: 3px solid transparent;
                    transition: .2s;
                }

                    .avatar-modal-popup .modal-content-area .modal-contents ul li img {
                        border: 3px solid transparent;
                        transition: .2s
                    }

                        .avatar-modal-popup .modal-content-area .modal-contents ul li img:active,
                        .avatar-modal-popup .modal-content-area .modal-contents ul li img:hover,
                        .avatar-modal-popup .modal-content-area .modal-contents ul li img.selected {
                            border: 3px solid #0096d6;
                        }

            .avatar-modal-popup .modal-content-area .modal-footer {
                display: flex;
                width: 100%;
                justify-content: flex-end;
                align-items: flex-end;
                padding: 5px 0;
            }

                .avatar-modal-popup .modal-content-area .modal-footer button {
                    min-width: 100px;
                    cursor: pointer;
                }

            .avatar-modal-popup .modal-content-area h2 {
                display: flex;
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                font-weight: 500;
                justify-content: center;
                color: #fff;
                font-size: 32px;
                width: 100%;
                margin: 0;
            }

            .avatar-modal-popup .modal-content-area .avatar-preview {
                display: flex;
                width: 100%;
                padding: 30px 15px;
                justify-content: center;
                align-items: center;
            }

                .avatar-modal-popup .modal-content-area .avatar-preview img {
                    width: 125px;
                    height: 125px;
                    border-radius: 100%;
                    border: 1px solid #fff;
                }

    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.05, 1.05);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    /*@media only screen and (max-width: 700px) {
    .avatar-modal-popup .modal-content-area .modal-contents ul li {
        width: 60px;
        height: 60px;
    }
}*/

    /* Profile > Dashboard */

    @media (max-width: 386px) {
        .resources-header > div > h1 {
            font-size: 32px
        }
    }

    @media (max-width: 346px) {
        .reward-panels > .temp-img {
            width: 100%;
        }
    }

    /* -------------- Dashboard Page -------------- */

    .panel-dashboard {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .panel-dashboard > .panel-heading {
            width: 40%;
        }

        .panel-dashboard > .panel-body {
            width: 60%;
        }

    #pointschart {
        width: 100%;
    }

    .dashboard-list {
        list-style: none;
        margin-left: 20px;
        margin-top: 30px;
    }

        .dashboard-list li div {
            display: inline-flex;
            justify-content: space-between;
            width: 99%;
        }

        .dashboard-list li::before {
            content: "\25CF"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: darkcyan; /* Change the color */
            font-weight: bold; /* If you want it to be bold */
            display: inline-block; /* Needed to add space between the bullet and the text */
            width: 20px; /* Also needed for space (tweak if needed) */
            margin-left: -18px; /* Also needed for space (tweak if needed) */
            font-size: 21px;
        }

        .dashboard-list li:first-child::before {
            color: #e49c3b
        }

        .dashboard-list li:nth-child(n+2)::before {
            color: #1bb0c6
        }

        .dashboard-list li:nth-child(n+3)::before {
            color: #5e32e9
        }

        .dashboard-list li:last-child::before {
            color: #4ba89a
        }

    .dashboard-tasks-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
        margin-left: 20px;
        margin-top: 30px;
    }

        .dashboard-tasks-list li {
            width: 50%;
        }

            .dashboard-tasks-list li div {
                display: inline;
            }

            .dashboard-tasks-list li::before {
                content: "\25CF"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
                color: darkcyan; /* Change the color */
                font-weight: bold; /* If you want it to be bold */
                display: inline-block; /* Needed to add space between the bullet and the text */
                width: 20px; /* Also needed for space (tweak if needed) */
                margin-left: -18px; /* Also needed for space (tweak if needed) */
                font-size: 21px;
            }

            .dashboard-tasks-list li:first-child::before {
                color: #4ba89a
            }

            .dashboard-tasks-list li:nth-child(n+2)::before {
                color: #5e32e9
            }

            .dashboard-tasks-list li:nth-child(n+3)::before {
                color: #1bb0c6
            }

            .dashboard-tasks-list li:last-child::before {
                color: #ccc
            }




    @media (max-width: 1200px) {
        .lesson-row {
            display: flex;
            justify-content: center;
            flex-direction: column;
            color: #000;
        }

            .lesson-row > div {
                width: 100% !important
            }

        .margin-left-lesson {
            margin: 0;
        }

        .lessons-height {
            min-height: auto;
        }

        .margin-right-lesson {
            margin-bottom: 20px;
        }
    }

    .profile-dashboard {
        flex-direction: column;
        align-items: normal;
        color: #000;
    }

    /* -------------- Quiz Start and Quiz Pages -------------- */

    .quiz-panel {
        color: #000
    }

    .quiz-panel-border {
        border: 1px solid #ddd;
        border-radius: 5px;
    }

        .quiz-panel-border > .panel-heading {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom: 1px solid #ddd
        }

    /* Quiz Navigation */
    .nav-quiz {
        display: flex !important;
        gap: 15px
    }

    .nav-quiz-center {
        display: flex !important;
        justify-content: center;
    }

    .navbar-quiz {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
    }

        .navbar-quiz:before {
            display: block;
            content: " "
        }

    .navbar-quiz-info {
        display: flex;
        width: 150px;
        justify-content: space-between;
    }

        .navbar-quiz-info li p:first-of-type {
            margin-top: 10px;
            margin-bottom: 2px;
        }

        .navbar-quiz-info:before, .navbar-quiz-info:after, .navbar-quiz.nav:before, .navbar-quiz.nav:after {
            content: none;
        }

    .navbar-quiz > li > a, .navbar-quiz > li > button, .navbar-quiz > li > input {
        padding: 10px 15px;
    }

    @media (max-width: 767px) {
        .navbar-quiz:before {
            display: none;
            content: ""
        }
    }

    @media (max-width: 425px) {
        .navbar-quiz > ul {
            width: 100%;
        }

        .margin-remove > .nav-quiz {
            gap: 0;
            justify-content: space-between;
            margin-bottom: 20px;
        }
    }

    .ChaptersGameLeft {
        background-color: #0000006e !important;
    }

    .chapter-available {
        background-color: #fafafa;
        border-bottom: 1px solid #00000030 !important;
        transition: .2s;
    }

        .chapter-available:hover, .chapter-available:focus, .chapter-available:active {
            background-color: #fff !important;
        }

    .game-chapter-right h1, .game-chapter-right h2 {
        color: #000 !important;
    }

    .chapter-lesson-total {
        color: #000;
    }



    .bi.bi-x-lg:before {
        content: "\F659"
    }



    .btn:hover, .btn:focus, .btn:focus-visible, .btn:active, .btn:active:focus {
        outline: none !important;
    }

    .btn-cancel.btn-gap svg {
        position: relative;
        bottom: 1px;
    }

    .btn-gap {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .quiz-panel-border .panel-body, .quiz-panel-border.panel-body {
        display: block;
    }

    .vh {
        max-height: 100vh;
    }



    .results-text-left > h2 {
        text-align: left !important;
        margin-top: 0;
    }

    .coutndown-wrapper-time {
        position: relative !important;
        color: #fff !important;
        font-size: 18px !important;
        line-height: 0 !important;
        width: auto !important;
        height: auto !important;
        margin-top: 12px;
    }

    .coutndown-wrapper {
        display: none;
    }

    @media (max-width: 991px) {
        .profile-header {
            gap: 20px;
        }

            .profile-header > div:last-of-type {
                margin-bottom: 20px;
            }
    }

    .accordion-arrow:before {
        content: "\f282";
        float: right;
        transition: all 0.2s;
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased;
    }

    .arrow-rotate > .accordion-arrow:before {
        transform: rotate(180deg);
    }

    /* Unity Game Styles */

    #unity-container {
        position: fixed !important;
        width: 100%;
    }

        #unity-container.unity-desktop {
            /*left: 50%; top: 50%; transform: translate(-50%, -50%)*/
        }

    #unity-canvas {
        background: #231F20;
        transition: .2s
    }

    #mySuperModal {
        overflow-y: hidden;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

        #mySuperModal .modal {
            padding: 0 !important;
        }

        #mySuperModal .modal-dialog {
            height: 100%;
            width: 100%;
            margin: 0;
        }

        #mySuperModal .modal-content {
            border-radius: 0;
            border: none;
            background: transparent;
        }

        #mySuperModal .modal-body {
            padding: 0;
            background: transparent;
        }

        #mySuperModal #iframe {
            height: 100vh;
            width: 100vw;
            position: relative;
            background: transparent;
        }

    #mySuperModalBtn {
        position: absolute;
        bottom: 36px;
        left: 91.1%;
        height: 144px;
        width: 150px;
        background: #00000014 !important;
        border: none;
        transition: .2s;
        border-radius: 12px !important;
    }

        #mySuperModalBtn:hover {
            background-color: #00000040 !important;
        }

    #mySuperModalCloseBtn {
        position: absolute;
        left: 97.5%;
        top: 3.6%;
        z-index: 1;
        background-color: #cccccc45;
        transition: .2s;
        padding: 0;
        border: none;
    }

    .background-blur {
        backdrop-filter: blur(15px)
    }

    /* -------------- EAT Modals -------------- */

    #engagementTrackingModal, #welcomeMessageModal, #tutorialSlideModal, #avatarmodal, #updateProfileModal {
        padding: 0 !important;
        background: linear-gradient(38deg, #3ffbada1 0%, #7d7affa1 61%, #fc7046a1 100%);
    }

        #engagementTrackingModal h1, #welcomeMessageModal .modal-title, #engagementTrackingModal .modal-title, #tutorialSlideModal .modal-title, #avatarmodal .modal-title, #titlePopup .modal-title {
            text-align: center;
        }

        #engagementTrackingModal .tracker-terms-text, #welcomeMessageModal .tracker-terms-text, #tutorialSlideModal .tracker-terms-text, #avatarmodal .tracker-terms-text {
            border: none;
            background-color: #000000cc;
            max-height: 250px;
        }

        #engagementTrackingModal .form-check, #welcomeMessageModal .form-check, #tutorialSlideModal .form-check, #avatarmodal .form-check {
            margin-top: 20px;
        }

        #engagementTrackingModal .tracker-terms-text::-webkit-scrollbar, #welcomeMessageModal .tracker-terms-text::-webkit-scrollbar, #avatarlist::-webkit-scrollbar, .sidepanel::-webkit-scrollbar {
            width: 8px;
        }

        #engagementTrackingModal .tracker-terms-text::-webkit-scrollbar-track, #welcomeMessageModal .tracker-terms-text::-webkit-scrollbar-track, #avatarlist::-webkit-scrollbar-track, .sidepanel::-webkit-scrollbar-track {
            background-color: transparent;
        }

        #engagementTrackingModal .tracker-terms-text::-webkit-scrollbar-thumb, #welcomeMessageModal .tracker-terms-text::-webkit-scrollbar-thumb, #avatarlist::-webkit-scrollbar-thumb, .sidepanel::-webkit-scrollbar-thumb {
            background: #e7e7e7;
            border-radius: 20px;
            transition: .2s
        }

            #engagementTrackingModal .tracker-terms-text::-webkit-scrollbar-thumb:hover, #welcomeMessageModal .tracker-terms-text::-webkit-scrollbar-thumb:hover, #avatarlist::-webkit-scrollbar-thumb:hover, .sidepanel::-webkit-scrollbar-thumb:hover {
                background: #c1c1c1;
            }

        #engagementTrackingModal .modal-dialog.modal-lg, #welcomeMessageModal .modal-dialog.modal-lg, #tutorialSlideModal .modal-dialog.modal-lg, #avatarmodal .modal-dialog.modal-lg, #updateProfileModal .modal-dialog.modal-lg, #titlePopup .modal-dialog.modal-lg {
            width: 100%;
            min-height: 100%;
            margin: 0;
        }

            #engagementTrackingModal .modal-dialog.modal-lg .modal-content, #welcomeMessageModal .modal-dialog.modal-lg .modal-content, #tutorialSlideModal .modal-dialog.modal-lg .modal-content, #updateProfileModal .modal-dialog.modal-lg .modal-content, #titlePopup .modal-dialog.modal-lg .modal-content {
                min-height: 100vh;
                border-radius: 0;
                color: #fff !important;
                background-color: #0009;
                /*padding-top: 150px;*/
            }

                #engagementTrackingModal .modal-dialog.modal-lg .modal-content .modal-header.tracker-terms-header, #welcomeMessageModal .modal-dialog.modal-lg .modal-content .modal-header, #tutorialSlideModal .modal-dialog.modal-lg .modal-content .modal-header, #avatarmodal .modal-dialog.modal-lg .modal-content .modal-header {
                    background-color: transparent;
                    border-bottom: none;
                }

                #engagementTrackingModal .modal-dialog.modal-lg .modal-content .modal-body.tracker-terms-body, #tutorialSlideModal .modal-dialog.modal-lg .modal-content .modal-body {
                    margin: auto;
                    width: 50%;
                }

                #engagementTrackingModal .modal-dialog.modal-lg .modal-content .modal-footer.tracker-terms-footer, #welcomeMessageModal .modal-dialog.modal-lg .modal-content .modal-footer, #tutorialSlideModal .modal-dialog.modal-lg .modal-content .modal-footer, #avatarmodal .modal-dialog.modal-lg .modal-content .modal-footer {
                    width: 50%;
                    margin: auto;
                    display: flex;
                    justify-content: center;
                    border-top: none;
                }

        #tutorialSlideModal #myCarousel img {
            height: auto;
            margin: auto;
        }

        #avatarmodal .modal-dialog.modal-lg {
            background-color: #0009;
            width: 100%;
        }

            #avatarmodal .modal-dialog.modal-lg .modal-content {
                border-radius: 0;
                color: #fff !important;
                background-color: transparent;
                border: none;
                box-shadow: none;
            }

                #avatarmodal .modal-dialog.modal-lg .modal-content .modal-body {
                    /*min-height: calc(100vh - 79px)*/
                }

    #avatarlist {
        display: flex;
        flex-wrap: wrap;
        background-color: #000000cc;
        width: 100%;
        max-height: 250px;
        height: 300px;
        overflow-y: scroll;
    }

    .avatar-element img {
        border-radius: 50px;
    }

    .btn-tour {
        font-size: 32px
    }

        .btn-tour i {
            padding-left: 10px;
        }

    .leaderboardProfilePic {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #dadada;
    }

    #fileupload {
        position: relative;
        height: 100px;
        width: 100px;
        overflow: hidden;
        flex-grow: 1;
        text-align: center;
        margin: auto;
    }

    .titleBtn {
        display: none;
        padding: 0 5px;
    }

    .titleDiv {
        display: flex;
        padding-bottom: 20px;
    }

    .each-parent div.each-side {
        border: 2px solid;
    }

    .welcome-body {
        display: flex;
        width: 100%;
        padding: 0 125px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

        .welcome-body > div {
            width: 50%;
        }

    @media (max-width: 1650px) {
        .welcome-body > div {
            width: 100%;
        }
    }

    .welcome-body > div:last-of-type {
        display: flex;
    }

        .welcome-body > div:last-of-type img {
            margin-left: auto;
        }

    /* Side Panels */
    .sidepanel .nav-tabs {
        border: none;
        margin-bottom: 10px;
    }

    .sidepanel .nav-link.active, .sidepanel .nav-link.active:hover {
        border-bottom: 3px solid #0698D3;
        color: #fff !important;
        background-color: transparent;
    }

    .sidepanel thead th {
        background-color: #0f172b;
    }

    .rank.rank_1 {
        background-color: #f18c73;
        color: #000;
    }

    .rank.rank_2 {
        background-color: #fbe66b;
        color: #000;
    }

    .rank.rank_3 {
        background-color: #58dbb6;
        color: #000;
    }

    .rank.rank_ {
        background-color: #000;
        color: #fff;
    }

    .sidebar .rank.rank_ {
        background-color: #5f6470;
        color: #fff;
    }

.sidebar #tblOverallRankings tbody td:not(:first-of-type), .sidebar #tblBasedOnRolesRankings tbody td:not(:first-of-type), .sidebar #tblCompanyRankings tbody td:not(:first-of-type) {
    background-color: #414855;
    color: #fff
}

.sidebar #tblOverallRankings tr:not(:last-child) td, .sidebar #tblBasedOnRolesRankings tr:not(:last-child) td, .sidebar #tblOverallRankings tr th, .sidebar #tblBasedOnRolesRankings tr th, .sidebar #tblCompanyRankings tr:not(:last-child) td, .sidebar #tblCompanyRankings tr th {
    border-bottom: 1px solid #ffffff40 !important
}

.sidebar #tblOverallRankings .table > tbody > tr > td, .sidebar #tblBasedOnRolesRankings .table > tbody > tr > td, .sidebar #tblCompanyRankings .table > tbody > tr > td {
    border-top: 1px solid #ffffff40 !important
}

.sidebar #tblOverallRankings, .sidebar #tblBasedOnRolesRankings, .sidebar #tblCompanyRankings {
    border-collapse: collapse;
}

    .sidebar #tblOverallRankings .h3, .sidebar #tblBasedOnRolesRankings .h3, .sidebar #tblCompanyRankings .h3 {
        font-size: 18px;
    }

    .sidebar .leaderboardProfilePic {
        height: 30px;
        width: 30px;
        border: 1px solid #000;
    }

    .sidebar .table-responsive::-webkit-scrollbar {
        height: 7px;
    }

    .sidebar .table-responsive::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .sidebar .table-responsive::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 15px;
    }

    .sidebar .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }

    .panel-section {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 150px);
        gap: 15px;
    }

    .hphq-section {
        min-height: auto
    }

    .community-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

        .community-stats > div {
            width: 47%;
            border: 2px solid black;
            border-radius: 10px;
        }

    .community-stats-info {
        display: flex;
        width: 100%;
    }

        .community-stats-info > div:first-of-type {
            display: flex;
            background-color: #081631;
            border-radius: 10px 0 0 10px;
            padding: 15px;
        }

        .community-stats-info > div:last-of-type {
            background-color: #0a2147;
            border-radius: 0 10px 10px 0;
            width: inherit;
            padding-left: 10px;
        }

        .community-stats-info img {
            margin: auto;
        }

    .leaderboard-btn {
        margin-top: auto;
        z-index: 1;
    }

        .leaderboard-btn .bi-arrow-right::before {
            content: "\f138";
            font-size: 24px;
            top: 2px;
            position: relative;
            left: 5px;
        }

    .profile-panel {
        display: flex;
        width: 100%;
        gap: 20px;
    }

        .profile-panel > div {
            width: 50%;
        }

        .profile-panel .community-stats > div {
            width: 100%
        }

        .profile-panel > .mission {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .profile-panel .parent-holder {
            justify-content: center;
            background-color: #292f42;
            border-radius: 10px;
            padding-left: 25px;
            margin: 0;
            width: auto;
            height: 100%;
        }

        .profile-panel .each-qs {
            margin: auto;
        }

    .reward-points-panel {
        display: flex;
        gap: 20px;
    }

    .reward-points-info {
        display: flex;
        width: 100%;
    }

        .reward-points-info > div:first-of-type {
            display: flex;
            background-color: #292f42;
            border-radius: 10px 0 0 10px;
            padding: 15px;
        }

        .reward-points-info > div:last-of-type {
            background-color: #292f42;
            border-radius: 0 10px 10px 0;
            width: inherit;
            padding-left: 10px;
        }

        .reward-points-info img {
            margin: auto;
        }

    #Inbox .col-xs-8 > .media-heading, #navInbox .col-xs-8 > .media-heading {
        font-size: 36px;
        color: #fff !important
    }

    .NotificationList .panel-body, .NotificationList .notification-icon {
        background-color: #292f42;
    }

    .NotificationList .media-heading, .NotificationList .notification-description-formatted, #Inbox .bi.bi-x-circle {
        color: #fff !important;
    }

        .NotificationList .notification-description-formatted.text-muted {
            color: #ccc !important;
        }

        #Inbox .bi.bi-x-circle:hover {
            opacity: .5
        }

    .incentives-panel {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .incentives-panel > div {
            width: 47%;
        }

    /*.modal {
    overflow-y: scroll;
}*/

    .sidepanel > div {
        height: auto !important;
    }

    #profileBtn {
        position: absolute;
        z-index: 1;
        right: 30px;
        top: 30px;
        cursor: pointer;
        transition: .2s
    }

        #profileBtn > img, .profile-img {
            height: 100px;
            border: 2px solid #FFF;
            border-radius: 100%;
        }

        #profileBtn > img {
            background: white;
        }

    .profile-img {
        height: 128px;
    }

    #spin {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        margin: auto;
        background-color: #cecece2b;
        z-index: 999;
    }

    #img-spinner {
        margin: auto;
        display: flex;
        top: 30%;
        position: relative;
    }

#tblOverallRankings tbody td:not(:first-of-type), #tblBasedOnRolesRankings tbody td:not(:first-of-type), #tblCompanyRankings tbody td:not(:first-of-type), #PromotionClaimHistory tbody td:not(:first-of-type) {
    background-color: #fff;
    color: #000;
}

#tblOverallRankings thead th, #tblBasedOnRolesRankings thead th, #tblCompanyRankings thead th, #PromotionClaimHistory thead th {
    background-color: transparent;
    color: #fff;
}

#tblOverallRankings tr td, #tblBasedOnRolesRankings tr td, #tblCompanyRankings tr td, #PromotionClaimHistory tr td {
    vertical-align: middle !important
}

#tblOverallRankings, #tblBasedOnRolesRankings, #tblCompanyRankings, #PromotionClaimHistory {
    border-collapse: separate;
    border-spacing: 0 10px;
}

    #tblOverallRankings td, #tblBasedOnRolesRankings td, #tblOverallRankings th, #tblBasedOnRolesRankings th, #tblCompanyRankings td, #tblCompanyRankings th, #PromotionClaimHistory th {
        border: none !important
    }

    #tblOverallRankings tbody tr td:first-child, #tblBasedOnRolesRankings tbody tr td:first-child, #tblOverallRankings thead tr th:first-child, #tblBasedOnRolesRankings thead tr th:first-child, #tblCompanyRankings tbody tr td:first-child, #tblCompanyRankings thead tr th:first-child, #PromotionClaimHistory thead tr th:first-child {
        padding: 5px
    }

    #tblOverallRankings tbody tr td:last-child, #tblOverallRankings thead tr th:last-child, #tblBasedOnRolesRankings tbody tr td:last-child, #tblBasedOnRolesRankings thead tr th:last-child, #tblCompanyRankings tbody tr td:last-child, #tblCompanyRankings thead tr th:last-child, #PromotionClaimHistory thead tr th:last-child {
        padding: 5px
    }

    #tblOverallRankings .member, #tblBasedOnRolesRankings .member, #tblCompanyRankings .member {
        display: flex;
        align-items: center;
        gap: 15px
    }

        #tblOverallRankings .member .member-img, #tblBasedOnRolesRankings .member .member-img, #tblCompanyRankings .member .member-img {
            padding: 5px 0px 5px 5px;
        }

    #leaderboardTabs .tab-content, .sidepanel-tabs .tab-content, #claimBuilderTabs .tab-content {
        background: none;
    }

    #leaderboardTabs .nav-tabs, .sidepanel-tabs .nav-tabs, #claimBuilderTabs .nav-tabs {
        border-bottom: none
    }

        #leaderboardTabs .nav-tabs > li.active > a, .sidepanel-tabs .nav-tabs > li.active > a, #claimBuilderTabs .nav-tabs > li.active > a {
            border-bottom: 3px solid #0098d6;
            color: #fff !important;
        }

            #leaderboardTabs .nav-tabs > li.active > a:hover, #leaderboardTabs .nav-tabs > li.active > a:focus, #leaderboardTabs .nav-tabs > li > a:hover, #leaderboardTabs .nav-tabs > li > a:focus, .sidepanel-tabs .nav-tabs > li.active > a:hover, .sidepanel-tabs .nav-tabs > li.active > a:focus, .sidepanel-tabs .nav-tabs > li > a:hover, .sidepanel-tabs .nav-tabs > li > a:focus, #claimBuilderTabs .nav-tabs > li.active > a:hover, #claimBuilderTabs .nav-tabs > li.active > a:focus, #claimBuilderTabs .nav-tabs > li > a:hover, #claimBuilderTabs .nav-tabs > li > a:focus {
                background: none !important;
                cursor: pointer;
                outline: none;
                outline-offset: 0;
                border-bottom: 3px solid #0098d6;
            }

        #leaderboardTabs .nav-tabs > li > a, .sidepanel-tabs .nav-tabs > li > a, #claimBuilderTabs .nav-tabs > li > a {
            border-bottom: 3px solid transparent;
            color: #ccc !important;
            transition: .2s;
            margin-right: 10px;
        }

            #leaderboardTabs .nav-tabs > li > a:hover, #leaderboardTabs .nav-tabs > li > a:focus, .sidepanel-tabs .nav-tabs > li > a:hover, .sidepanel-tabs .nav-tabs > li > a:focus, #claimBuilderTabs .nav-tabs > li > a:hover, #claimBuilderTabs .nav-tabs > li > a:focus {
                color: #fff !important;
                border-bottom: 3px solid #0098d6;
            }

    .profile-links a {
        cursor: pointer;
        transition: .2s;
        color: #fff
    }

        .profile-links a:hover, .profile-links a:focus {
            text-decoration: none;
        }

    .promotion-header {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #PromotionClaimHistory tbody td:first-of-type {
        background-color: #414855;
        color: #fff;
    }

    #PromotionClaimHistory tbody td {
        border: none !important
    }

    #PromotionClaimHistory tbody tr {
        background-color: transparent !important
    }

        #PromotionClaimHistory tbody tr td {
            background-color: #ffffff2e
        }

    #PromotionClaimHistory_info, #PromotionClaimHistory_previous, #PromotionClaimHistory_next, #PromotionClaimHistory_length label, #PromotionClaimHistory_filter label {
        color: #fff !important;
    }

    .paginate_button.disabled {
        color: #ccc !important
    }


.sidebar #tblOverallRankings_paginate, .sidebar #tblBasedOnRolesRankings, .sidebar #tblCompanyRankings_paginate {
    display: none
}

    #incentives .panel-body > div > img {
        width: 100%;
    }

    .sidepanel#Education .panel-heading {
        padding: 10px 15px
    }

    .login-wrapper {
        color: #000;
    }
}

/*Added By Gayatri for Community Members*/
._customstyle {
    max-width: max-content;
    margin: 0 auto;
}

.wrappers {
    width: 100%;
}

.member_Details {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

    .member_Details li {
        background: #fff;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 1px 5px rgba(0, 0, 0,0.3);
        border: 1px solid #888;
    }

        .member_Details li:hover {
            transform: scale(1.05);
            transition: all 0.3s ease-in-out;
        }

._top {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
}

._details {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 10px 0 30px 0;
    flex-direction: column;
    color: #000;
}

    ._details .title {
        font-weight: bold;
        margin: 0 0 5px 0;
        font-size: 18px;
    }

    ._details .desc {
        font-size: 15px;
    }

.bottom {
    display: flex;
    width: 100%;
    background: #000;
}

.bottom_blocks {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 15px;
    text-align: center;
}

._block {
    width: 100%;
}

    ._block p {
        color: #fff;
        margin: 0;
        padding: 5px;
        font-size: 15px;
    }

.set-direction-column {
    flex-direction: column;
}

._btnload {
    padding: 50px;
    text-align: center;
}

._image {
    position: relative;
    min-width: 112px;
    min-height: 116px;
}

._top img {
    max-width: 112px;
    max-height: 116px;
    border-radius: 50%;
}

._badge {
    position: absolute;
    bottom: 0;
    width: 34px;
    display: flex;
    height: 34px;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: -10px;
    background: conic-gradient(rgb(128, 128, 128), rgb(128, 128, 128));
    border-radius: 50%;
}

    ._badge span {
        padding: 5px;
        line-height: 1em;
        background-color: #000;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* ._badge::after {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            line-height: 1em;
            width: 34px;
            height: 34px;
            background: conic-gradient(rgb(128, 128, 128), rgb(128, 128, 128));
            border-radius: 50%;
        }*/
/*._badge::before {
            content: "\2B22";
            display: block;
            color: #333;
            font-size: 46px;
            -webkit-transform: rotate(-30deg);
            -moz-transform: rotate(-30deg);
            -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
            position: absolute;
            z-index: -1;
            line-height: 1em;
        }*/
#updateProfileModal .modal {
    padding: 0 !important;
}

#updateProfileModal .modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0;
}

#updateProfileModal .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

#updateProfileModal .modal-body {
    padding: 0;
    background: transparent;
}

#updateProfileModal #iframeProfile {
    height: 100vh;
    width: 100vw;
    position: relative;
    background: transparent;
}




#tblOverallRankingsCurrentUser tbody td:first-of-type, #tblRoleBasedRankingsCurrentUser tbody td:first-of-type, #tblCompanyRankingsCurrentUser tbody td:first-of-type {
    background-color: #0098d6 !important;
    color: #fff !important;
}

#tblOverallRankingsCurrentUser tbody td:not(:first-of-type), #tblRoleBasedRankingsCurrentUser tbody td:not(:first-of-type), #tblCompanyRankingsCurrentUser tbody td:not(:first-of-type), #PromotionClaimHistory tbody td:not(:first-of-type) {
    background-color: #fff;
    color: #000;
}

#tblOverallRankingsCurrentUser thead th, #tblRoleBasedRankingsCurrentUser thead th, #tblCompanyRankingsCurrentUser thead th, #PromotionClaimHistory thead th {
    background-color: transparent;
    color: #fff;
}

#tblOverallRankingsCurrentUser tr td, #tblRoleBasedRankingsCurrentUser tr td, #tblCompanyRankingsCurrentUser tr td, #PromotionClaimHistory tr td {
    vertical-align: middle !important
}

#tblOverallRankingsCurrentUser, #tblRoleBasedRankingsCurrentUser, #tblCompanyRankingsCurrentUser, #PromotionClaimHistory {
    border-collapse: separate;
    border-spacing: 0 10px;
}

    #tblOverallRankingsCurrentUser td, #tblRoleBasedRankingsCurrentUser td, #tblOverallRankingsCurrentUser th, #tblRoleBasedRankingsCurrentUser th, #tblCompanyRankingsCurrentUser td, #tblCompanyRankingsCurrentUser th, #PromotionClaimHistory th {
        border: none !important
    }

    #tblOverallRankingsCurrentUser tbody tr td:first-child, #tblRoleBasedRankingsCurrentUser tbody tr td:first-child, #tblOverallRankingsCurrentUser thead tr th:first-child, #tblRoleBasedRankingsCurrentUser thead tr th:first-child, #tblCompanyRankingsCurrentUser tbody tr td:first-child, #tblCompanyRankingsCurrentUser thead tr th:first-child, #PromotionClaimHistory thead tr th:first-child {
        padding: 5px
    }

    #tblOverallRankingsCurrentUser tbody tr td:last-child, #tblRoleBasedRankingsCurrentUser tbody tr td:last-child, #tblOverallRankingsCurrentUser thead tr th:last-child, #tblRoleBasedRankingsCurrentUser thead tr th:last-child, #tblCompanyRankingsCurrentUser tbody tr td:last-child, #tblCompanyRankingsCurrentUser thead tr th:last-child, #PromotionClaimHistory thead tr th:last-child {
        padding: 5px
    }

    #tblOverallRankingsCurrentUser .member, #tblRoleBasedRankingsCurrentUser .member, #tblCompanyRankingsCurrentUser .member {
        display: flex;
        align-items: center;
        gap: 15px
    }

        #tblOverallRankingsCurrentUser .member .member-img, #tblRoleBasedRankingsCurrentUser .member .member-img, #tblCompanyRankingsCurrentUser .member .member-img {
            padding: 5px 0px 5px 10px;
        }

.panel-contactdetails {
    display: flex;
    justify-content: center !important;
    align-items: center;
    background-color:transparent !important;
    color:#fff !important;
    border:none !important;
}
#profileDetails {
    background-color: transparent !important;
}
.headingContact {
    color: #fff !important;
}
#chkTermsAndConditions {
    color: #fff !important;
}

.profileModal{
    border-bottom:none !important;
}
.profileModalHeader {
    justify-content: center !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 54px;
}
.profilePopup{
    padding-top:50px;
}

.navButtons {
    background-color: transparent;
    border: none;
    font-size: 30px !important;
    color:white !important;
}

.navArrows{
    font-size: 44px;
}

.profileButtonText {
    display: inline-flex;
    vertical-align: middle;
    padding-right: 10px;
}

.profileButtonTextLeft {
    display: inline-flex;
    vertical-align: middle;
    padding-left: 10px;
}

.leftControl{
    padding-left:0px !important;
}

.rightControl {
    padding-right: 0px !important;
}
.avatarHeader{
    border:none !important;
}
.tcHeader {
    border: none !important;
    background-color: #0009;
}
.avatarHeaderTitle {
    padding-top: 25px;
    padding-bottom: 25px;
}
        

#orderTable tbody {
    color: #000
}

.sidepanel-circle {
    position: relative;
    bottom: 30px;
    left: 80px;
    top: auto;
}

.avatararea{
    margin-top:50px !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none
    }
}

.courseFilter {
    vertical-align: middle;
    max-height: inherit !important;
    min-width: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    padding: 0em 1em 0em 0.3em !important;
    border-radius: inherit !important;
    height: inherit !important;
    text-transform: inherit !important;
    border-top: inherit !important;
    border-right: inherit !important;
    border-bottom: inherit !important;
    border-image: inherit !important;
    border-left: 15px solid rgb(239, 141, 116) !important;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 24px) calc(0.7em + 2px), calc(100% - 15px) calc(0.7em + 2px), calc(100% - 2.5em) 0.5em !important;
    background-size: 9px 9px, 9px 9px, 0px 1.5em !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    line-height: 1.5em !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

    .courseFilter:focus {
        color: rgb(255, 255, 255) !important;
        outline: none !important;
    }
    .courseFilter option:not(:checked) {
        background-color: transparent !important;
    }

._progressBar {
    display: flex;
    background-color: lightgrey;
    width: 100%;
    height: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.inactiveCheck{
    color:gray;
}
.activeCheck {
    color: #2596be;
}
.progressActive {
    background-color: #2596be !important;
}

@media (max-width: 476px) {
    .col-xxs-12 {
        width: 100%;
    }
    .hidden-xxs {
        display: none !important;
    }
}

.hidden-xxs {
    display: table-cell;
}

.community-member-grid-item {
    background-color: #fff;
}

.modal-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-promo {
    display: flex;
    max-height: 100px;
}

.featured-promo-text {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 100px;
    white-space: nowrap;
}

.k-multiselect-wrap.k-floatwrap span::after {
    display: inline-block;
    content: "";
    background-image: url("../images/chevron.PNG");
    background-repeat: no-repeat;
    background-size: 12px;
    width: 34px;
    position: absolute;
    height: 34px;
    right: 3px;
    background-position: right;
    top: 0px;
}

.external-course {
    font-size: 24px;
    position: absolute;
    top: 6px;
    right: 10px;
    color: #ffffffc2;
}

.community-activities {
    display: flex;
    margin-left: 15px;
}

.community-activities > div {
    margin: auto;
    padding: 7px 9px;
    background-color: #000;
}

.community-activities > div > img {
    height: 26px;
}

.expand-lesson {
    flex-direction: column;
}

.expand-lesson > div, .expand-lesson .lessons-accordion-background .lessons-accordion-border {
    width: 100% !important
}

.expand-lesson .margin-left-lesson {
    margin: 0;
}

.expand-lesson .margin-left-lesson {
    margin: 0;
}

.expand-lesson .lessons-accordion-border, .expand-lesson .margin-left-lesson {
    max-width: 1200px;
    margin: auto;
}

.expand-lesson .lesson-border {
    min-height: auto;
    border-right: none;
}

.expand-lesson .lessons-accordion-background {
    display: flex;
    justify-content: center;
    border-top: 1px solid #eee
}

.expand-lesson .lessons-accordion-border {
    max-width: 1200px;
}

.expand-lesson .outer-task-wrapper iframe, .expand-lesson .outer-task-wrapper video, .expand-lesson .outer-task-wrapper textarea, .expand-lesson .outer-task-wrapper > div:not(.topic-edit), .expand-lesson .outer-task-wrapper #pdf-container {
    height: 720px;
}

.redeem-border {
    border-bottom: 1px solid #eee;
}

.text-normal {
    font-weight: normal
}

.confirm-redeem > th {
    border: none !important;
}

.redeem-points {
    text-align: end;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.redeem-points-input {
    border: none;
    box-shadow: none;
    background-color: #eee;
    border-radius: 0;
    text-align: end;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.sku-list-dropdown-btn {
    height: 100%;
    width: 100%;
    display: block;
    color: #000;
    text-align: start;
    border: none;
    background-color: #fff;
}

#dvResultSimple {
    position: absolute;
    width: auto !important;
}

.searchBoxResultRow {
    background-color: #fff;
}

.community-title {
    font-size: 20px !important;
}

#orderTable td {
    color: #444
}

#orderTable.table > thead > tr > th {
    background-color: #fff;
    color: #000;
}

#orderTable.table > tbody > tr > td {
    border-top: none;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate .paginate_button[tabindex="0"],
.dataTables_wrapper .dataTables_paginate span a .paginate_button {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button[tabindex="0"].disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button[tabindex="0"].disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button[tabindex="0"].disabled:focus {
    color: #ccc !important
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.checkbox-align {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

#fileupload {
    cursor: pointer
}

.title-modal-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #212237;
}

.title-modal-section-rewards {
    display: flex;
    justify-content: center;
    gap: 75px;
}

.challenge-starburst {
    display: flex;
    justify-content: center;
    align-items: center;
}

.challenge-title {
    color: #f8e569
}

.challenge-modal-footer {
    text-align: center;
    border: none;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.challenge-modal-activity-list {
    margin: auto;
    text-align: left;
    width: 400px;
}

.title-select {
    background: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    color: #0098d6 !important;
    font-size: 22px !important;
    height: 31px;
    transition: .2s;
}

.title-select:hover {
    color: #127da9 !important;
}

.title-select:focus {
    color: #0098d6 !important;
}

.title-select > option {
    color: #000;
    font-size: 18px;
}

.title-select-container {
    display: flex;
    gap: 5px;
    font-size: 22px !important;
}

.close-title {
    color: #ec8d74
}

.close-title:hover, .close-title:focus, .close-title:active {
    color: #cd6a50
}

.save-title {
    color: #65d2b0
}

.save-title:hover, .save-title:focus, .save-title:active {
    color: #46ab8b
}

#selectedTitle:hover {
    text-decoration: none;
    color: #127da9;
}

.consistency-circle {
    position: relative;
    bottom: 40px;
    left: 60px;
    top: auto;
}

@media (max-width: 451px) {
    .consistency-circle {
        left: 55%;
    }
}

.claim-nav {
    background-color: #000;
    border: none
}

.sidebar-scrollbar::-webkit-scrollbar {
    width: 7px;
}

.sidebar-scrollbar::-webkit-scrollbar-track {
    background-color: #ccc;
}

.sidebar-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 15px;
}

    .sidebar-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }

.slide-shadow-remove {
    background-image: none !important;
}

.tutorial-indicators {
    position: fixed !important;
    bottom: 100px !important;
}

.tc-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding-left: 20px;
}

.tc-error-text {
    margin-left: 23px;
    text-align: left !important;
    font-size: 17px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 550px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

@media (max-width: 580px) {
    .modal.right .modal-dialog {
        width: auto;
        margin: 15px;
        position: relative;
    }
}

@media (max-width: 500px) {
    .profile-panel, .reward-points-panel {
        flex-direction: column;
    }

    .profile-panel > div {
        width: 100%;
        margin: auto;
    }

    .profile-panel > .mission {
        width: 100%
    }

    .sidebar .community-stats > div {
        width: 100%;
    }

    .promo-edu-sidebar-img {
        height: 75px !important;
        width: 75px !important;
    }

    .incentives-panel > div {
        width: 100%;
    }
}

.home-slider:hover {
    transform: none;
}

.home-slider img:hover {
    opacity: 1;
    border: none;
}

.lesson-row-padding {
    padding-top: 70px;
}

.word-wrap {
    word-break: break-word;
}

.btn-success {
    background-color: #60ca7e !important;
    border-radius: 0 !important;
    border: none !important;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #47a962 !important
}

#leavingSiteModal2 {
    z-index: 99999;
    background-color: #00000040;
}

.promo-edu-sidebar-img {
    background-position: center;
    width: 100px;
    height: 100px;
    background-size: cover;
}

#primaryUserPercentage.input, #primaryUserName.input {
    color: #fff !important;
}

@media (max-width: 759px) {
    #claim-form span[role="combobox"], .select2-results, #claim-form input[data-type="currency"], #claim-form select.input, .input, div[data-type=datepicker], .likert-scale-wrapper {
        width: 100% !important;
    }

    #claim-form .sortable-data.ui-state-default {
        max-width: 100%;
    }
}

/*Chance Card Added ruby Gyatri*/
.chance-modal-popup {
    width: 0;
    height: 0;
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.chance-modal-popup.active {
    display: flex !important;
    width: auto;
    height: auto;
    animation: zoom-in-zoom-out 0.3s ease-in-out 1;
}

.chance-modal-popup * {
    box-sizing: border-box;
}

.chance-modal-popup .modal-content-area {
    width: 96%;
    max-width: 550px;
    height: auto;
    background-color: #0b121e;
    display: flex;
    padding: 30px 15px 10px 15px;
    flex-direction: column;
    position: relative;
    border-radius: 7px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

    .chance-modal-popup .modal-content-area .modal-contents {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

.chance-preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

.chance-list-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
    min-height: 190px;
}

    .chance-list-holder h2 {
        margin-bottom: 15px;
        padding: 0;
        font-weight: 400;
        font-size: 32px;
    }

    .chance-list-holder p {
        margin: 0 0 15px 0;
        padding: 0;
    }

.chance-modal-popup .modal-content-area .modal-footer {
    display: flex;
    width: 100%;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

    .chance-modal-popup .modal-content-area .modal-footer button {
        display: flex;
        width: 160px;
        height: 46px;
        color: #fff;
        background-color: #0096d5;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        cursor: pointer;
        opacity: 1;
        transition: .2s
    }

        .chance-modal-popup .modal-content-area .modal-footer button:hover {
            opacity: 0.8;
        }

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}

@media only screen and (max-width: 700px) {
    .chance-modal-popup .modal-content-area .modal-contents ul li {
        width: 60px;
        height: 60px;
    }
}

.loading-page, .loading-sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/thin-load.svg) center no-repeat #00000090;
    transition: .2s
}

.loading-hide {
    opacity: 0;
    transition: .5s
}

.loading-show {
    opacity: 1;
    transition: .5s
}

.masonry-grid {
    column-count: 1;
    column-gap: 30px;
}

.masonry-grid-item {
    break-inside: avoid;
}

@media (min-width: 768px) {
    .masonry-grid {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .masonry-grid {
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .masonry-grid {
        column-count: 4;
    }
}

.sidebar-iframe-backdrop {
    position: absolute !important;
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    margin-left: -15px;
    z-index: 0;
}
.btnCaps {
    color: #0084AF;
}

.locked, .locked-title > h5 {
    border-color: #ccc !important;
    opacity: .2
}

.locked:hover {
    cursor: not-allowed;
}

.locked > div {
    background-color: #333 !important;
    cursor: not-allowed !important;
}

.locked > div:hover {
    background-color: #333;
    cursor: not-allowed;
}
.downloadReport {
    color: #0096D6 !important;
}

.word-search {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-direction: row;
}

@media (max-width: 675px) {
    .word-search {
        flex-direction: column;
        align-items: center;
    }
}

.subscription-text {
    position: relative;
    bottom: 1px;
}

.subscriptions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.welcome-subs {
    display: flex;
    gap: 10px;
    align-items: center;
}

.welcome-sub-text {
    position: relative;
    top: 4px;
}

.welcome-sub-container {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .welcome-sub-container {
        width: 100%
    }
}

@media (max-width: 1280px) {
    .tracker-terms-text {
        height: 200px
    }

    .mb-xs-3 {
        margin-bottom: 1rem !important
    }

    #tutorialSlideModal #myCarousel img {
        max-height: 250px;
        width: auto;
    }
}

.modal-scroll {
    overflow-y: scroll !important;
}

.points-gems-row {
    display: flex;
    justify-content: space-between
}

.points-gem-container {
    display: flex;
    gap: 15px;
}

.points-gems {
    display: flex;
    align-items: center;
    gap: 5px;
}

.background-alt {
    background-color: #121010
}

.claim-details {
    background-color: #000;
    padding: 10px 0;
}

.claim-status-tag {
    position: relative;
    bottom: 2px;
    font-weight: 100;
}

iframe#Survey {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1000px
}

#btnUserChart {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#btnPartnersChart {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    position: relative;
    right: 3px;
}

.chartButtonActive {
    color: #fff !important;
    border: 1px solid #0098d6 !important;
}

.chartButtonInactive {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #CCC;
}

.chartButtonActive:hover, .chartButtonActive:focus {
    background-color: #0098d6 !important;
}

.chartButtonInactive:active {
    box-shadow: none;
    background-color: #fafafa;
}

.chartButtonActive:active {
    box-shadow: none;
}

.tab-size {
    font-size: 15px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus .nav-tabs.nav-justified > a:hover, .nav-tabs.nav-justified > a:focus {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.intro-iframe-backdrop {
    position: absolute !important;
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    margin-left: -15px;
    z-index: 0;
}

#mobileOnly, .mobile-background, .mobile-background #mySuperModal #iframe {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    display: flex;
    background-image: url(/Themes/Curiocity/Content/images/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.mobile-background {
    display: block;
}

.mobile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.mobile-home-btn {
    display: flex;
    flex-direction: column;
    height: 100px;
    width: 100px;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    border: none;
    text-decoration: none;
    font-size: 16px;
}

#mobileLogo {
    position: absolute;
    top: 30px;
}

.dataTables_empty {
    color: #000;
}

@media (min-width: 340px) {
    .w-sm-auto {
        width: auto !important;
    }
}

.neo-currency {
    display: flex;
    flex-wrap: wrap;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
}

.hide-find-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#dvContentBlock {
    padding: 20px;
    background-color: #0008;
    border-radius: 4px;
}

#dvContentBlock p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .last-large-texts.visible-md, .last-large-texts.visible-lg {
        display: flex !important;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.notification-badge {
    position: relative;
    background-color: #0698D3;
    top: -8px;
    left: -3px;
    margin-left: -6px;
    font-weight: normal;
    font-size: 14px;
}

.dismiss-notification {
    position: relative;
    align-self: start;
    transition: .1s;
    cursor: pointer;
}

.dismiss-notification:hover > h3 {
    color: #ffffffcc !important
}

@media (min-width: 1400px) {
    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important;
    }
}

.panel-img {
    height: 75px;
    width: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
}

.panel-img-bottom, .panel-img-sidebar {
    height: 75px;
    width: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
}

@media (min-width: 992px) {
    .panel-img {
        height: 100%;
        max-height: 209px;
        width: auto;
        margin-left: 0;
        display: block;
    }

    .panel-img-bottom {
        height: 128px;
    }

    .panel-main {
        height: 332px;
    }

    .panel-row {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 315px) {
    .claim-header-padding {
        padding-top: 1rem;
    }
}

@media (max-width: 1024px) {
    .claim-details-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

        .claim-details-row #back-btn .nav-points {
            margin-bottom: 15px !important;
        }

        .claim-details-row .claim-details-col {
            padding: 25px 0;
            text-align: center;
        }

        .claim-details-row .col-xs-4 {
            width: 100%;
        }
}

.claim-details-col {
    padding: 25px 0;
}

.claim-details-row {
    display: flex;
    align-items: center;
}

.center-left-arrow {
    display: flex;
    position: fixed !important;
    align-items: center;
    top: 0 !important;
    left: 0 !important;
}

.center-right-arrow {
    display: flex;
    position: fixed !important;
    align-items: center;
    top: 0 !important;
    right: 0 !important;
}

.tutorial-footer {
    position: fixed;
    bottom: 20px;
    width: 100% !important;
}

.tutorial-modal-padding {
    padding-top: 20px;
}

@media (min-width: 300px) {
    .tutorial-modal-padding {
        padding-top: 100px;
    }
}

.enter-city {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.enter-city-container {
    width: 200px;
}

.dashboard-filters-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.dashboard-filters-drp {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.user-chart-toggle {
    display: flex;
    flex-wrap: nowrap
}

.dashboard-filters-date {
    display: flex;
    align-items: center;
    position: relative;
    left: -6px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.w-auto {
    width: auto;
}

.fw-bold {
    font-weight: bold
}

.table-stacked thead {
    display: none;
}

.table-stacked .table-stacked-th {
    display: inline;
}

.table-stacked tr:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}

.table-stacked td {
    display: block;
    border: none !important;
    text-align: start !important;
}

.table-stacked tr:not(:last-child) td {
    border-bottom: none !important;
}

.table-stacked td .td-container {
    display: flex;
    justify-content: space-between;
}

    .table-stacked td:last-of-type, .table-stacked th:last-of-type {
        text-align: start;
    }

@media (min-width: 635px) {
    .table-stacked thead {
        display: table-header-group;
    }

    .table-stacked .table-stacked-th {
        display: none;
    }

    .table-stacked td {
        display: table-cell;
        border: 1px solid #ddd !important;
        border-bottom-width: 1px;
    }

        .table-stacked td .td-container.td-container-center {
            display: flex;
            justify-content: center;
        }

    .table-stacked tr:not(:last-child) td {
        border-bottom: 1px solid #ddd !important;
    }

        .table-stacked td:last-of-type, .table-stacked th:last-of-type {
            text-align: end;
        }
}

.caps-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 96px;
}

.panel-rounded {
    border-radius: 5px;
}

    .panel-rounded.panel-gradient:before {
        border-radius: 7px;
    }

.position-sticky {
    position: sticky;
}

.btn-exit {
    display: flex;
    align-items: center;
}

    .btn-exit i:before {
        transition: .15s ease-in-out;
    }

    .btn-exit:hover > i:before, .btn-exit:focus > i:before {
        color: #ddd;
    }

    .btn-exit:active > i:before {
        color: #ccc
    }

.item-details > .row {
    display: flex;
    flex-wrap: wrap;
}

.text-decoration-none {
    text-decoration: none !important;
}

.redeem-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.19);
}

    .redeem-panel > .panel-body {
        padding: 0px 30px 30px 30px !important;
        display: block;
    }

.d-none {
    display: none !important;
}

.justify-content-between {
    justify-content: space-between;
}

.alert-success {
    color: #000;
}

.k-multiselect-wrap span.k-select[aria-label="delete"] {
    position: relative;
    top: -2px;
}

#termsAccordion .panel-heading {
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}

#termsAccordion .panel-title {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

#termsAccordion .panel-heading:hover {
    background-color: #f5f5f5
}

#termsAccordion .panel-heading[aria-expanded="true"] {
    background-color: #99d6ef
}

    #termsAccordion .panel-heading[aria-expanded="true"] .bi.bi-chevron-down:before {
        transition: .15s ease-in-out;
        transform: rotate(180deg);
    }

#termsAccordion .panel-heading[aria-expanded="false"] .bi.bi-chevron-down:before {
    transition: .15s ease-in-out;
    transform: rotate(0deg);
}
