﻿body {
    background-color: #22223B;
    color: #fff;
    font-family: 'Libre Franklin', sans-serif;
}
.bodyContainerBG{
    background-color: #222230;
    color:#ACACAE;
}
.container-bg {
    background-color:white;
}
.TopLogoNav .pipe {
    display: none;
}
.TopLogoNav .col-12 {
    text-align: right;
}
.divLogout {
    text-align: right;
}
.UserPointsBox {
    text-align: right;
    font-size: 20px;
}
    .UserPointsBox .points {
        color: #E9C77B;
        font-weight:bold;
    }
.divLogout{
    text-align:right;
}
.divBadgeImg {
    text-align:right;
}
.pointer {
    cursor:pointer;
}
.error {
    color:red;
}
.newsContainer .card {
    margin-bottom: 1rem;
}
#ui-datepicker-div {
    font-size: 13px;
}
.divRecogCardContainer img {
    max-height: 200px;
}
.divRecogCardContainer .card {    
    box-shadow: 0 0 0.5rem grey;
}
    .divRecogCardContainer .card:hover {
        box-shadow: 0.1rem 0.75rem 1.5rem #fff;
    }
.SelectCard {
    opacity: 0.4;
    filter: alpha(opacity=40);
    border: solid 1px gray;
}
.UC_Game_Question {
    color: #4a4e69;
}
/*Right Menu START*/
.hamburger {
    width: 35px;
    height: 5px;
    background-color: #4A4E69;
    margin: 6px 0;
}
.off-canvas-menu {
    width: 300px;
    height: 100vh;
    position: fixed;
    right: -300px;
    background: #4A4E69;
    top: 0;
    z-index: 12;
    transition: 150ms;
    font-size: 16px;
    overflow: auto;
}
    .off-canvas-menu ul {
        margin-bottom: 25px;
        padding-inline-start: 30px;
    }
    .off-canvas-menu li {
        margin-bottom: 1px;
        list-style-type: none;
    }
        .off-canvas-menu li a {            
            color: #C1C1C2;
            font-size: 16px;
            line-height: 26px;
            text-decoration: none;
        }
    .off-canvas-menu .nav-li-header a, .off-canvas-menu .nav-li-header div {
        display: block;
        width: 100%;
        padding-bottom: 10px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 800;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
    }
    .off-canvas-menu ul {
        list-style: none;
        color: #ACACAE;
        padding-top: 15px;
    }
    .off-canvas-menu .closebtn {
        font-size: 60px;
        padding-left: 25px;
        color: #C1C1C2;
        text-decoration:none;
    }
        .off-canvas-menu .closebtn:hover {
            color: #fff;
        }
    .off-canvas-menu ul a:hover {
        color: #fff;
    }
    .off-canvas-menu .nav-li-header a:hover {
        color: #fff;
    }
.close-menu-trigger {
    position: fixed;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    z-index: -1;
    width: 100%;
    transition: 150ms;
}
.opacity-1 {
    opacity: 1;
    transition: 150ms;
}
.bring-to-front {
    z-index: 10;
    transition: 150ms;
}
/*Rigth Menu END*/

/*Footer Menu START*/
.footer {
    padding: 1.0rem 0.5rem;
    text-align: center;
    font-size: 80%;    
}
    .footer.BG {
        background-color:#22223B;
        max-width:1280px;
        margin-right:auto;
        margin-left:auto;
    }
.canvas-menu-footer {
    width: 95%;
    font-size: 16px;
    overflow: auto;
    margin: auto;
}
    .canvas-menu-footer > div {
        display: flex;
        flex-wrap: wrap;
    }
    .canvas-menu-footer ul {
        margin-bottom: 25px;
        width: 14.2857%;
        float: left;
        padding-inline-start: 0;
    }
    .canvas-menu-footer li {
        margin-bottom: 1px;
        list-style-type: none;
        text-align: left;
    }
        .canvas-menu-footer li a {
            font-family: Trade Gothic, sans-serif;
            color: #C1C1C2;
            font-size: 16px;
            line-height: 26px;
            text-decoration: none;
        }
    .canvas-menu-footer .nav-li-header a, .canvas-menu-footer .nav-li-header div {
        display: block;
        width: 100%;
        padding-bottom: 10px;
        font-family: Trade Gothic, sans-serif;
        color: #C1C1C2;
        font-size: 20px;
        line-height: 20px;
        font-weight: 800;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
    }
    .canvas-menu-footer ul {
        list-style: none;
        color: #ACACAE;
        padding-top: 15px;
    }
    .canvas-menu-footer .closebtn {
        font-size: 60px;
        padding-left: 30px;
        color: #fff;
    }
    .canvas-menu-footer ul a:hover {
        color: #fff;
    }
    .canvas-menu-footer .nav-li-header a:hover {
        color: #fff;
    }
/*Footer Menu END*/

.login-container {
    margin-top: 5%;
    /*margin-bottom: 1%;*/
    background-color: #fff;
    color: #000;
}
.login-form-1 {
    width: 50%;
    padding: 3%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
    .login-form-1 h1 {
        color: #333;
        font-weight: 600;
        padding-left: 10%;
        padding-top: 5%;
    }
.login-form-2 {
    width: 50%;
    padding: 5%;
    background-image: url(../SBLight/Image/LoginContentBackground.png);
    color: #292c29;
    box-shadow: 0 5px 8px 0 rgba(74, 78, 105, 0.2), 0 9px 26px 0 rgba(74, 78, 105, 0.19);
    display: none;
    background-size: 100% 100%;
    background-position: bottom;
}
    .login-form-2 h3 {
        text-align: center;
        color: #fff;
    }
.login-container .form {
    padding: 5% 10% 5% 10%;
}
.btnSubmit {
    width: 50%;
    padding: 1.5%;
    border: none;
    cursor: pointer;
    background-color: #4A4E69;
    color:#fff;
}
.login-form-1 .btnSubmit {
    font-weight: 600;
}
.login-form-1 .ForgetPwd {
    color: #4A4E69;
    font-weight: 600;
    text-decoration: none;
}
.CompanyLogo {
    margin-top:1rem;
}
.ImgRewardsCardImage {        
    padding: 0px 0px 0px 0px;
    content: url('../SBLight/Image/RewardsCard.png');   
    border:0; 
    max-width:400px;
}
a {
    color: #4A4E69;
}
.btn {
    background-color: #4A4E69;
    color: #fff;
    border: none;
    padding: 7px;
    margin-left: 15px;
}
    .btn :hover {
        color: #C1C1C2;
    }

.UCTierLevel h2,.UCTierLevel h4 {
    text-align:left;
}.UCTierLevel{
    text-align:center;
}

/*Style for table element START*/
.tablelayout table {
    border-collapse: collapse;    
    padding: 4px;
    color: Black;
    border: 1px solid #E5E5E5; width:100%;
}
    .tablelayout table caption {
        text-align: left;
        padding: 10px 6px 6px 4px;
        font-size: 70%;
        color: #666;
        font-weight: normal;
        background-color: #F5F5F5;
    }
    .tablelayout table TH {
        color: #FFF;
        padding: 4px 2px;
        text-align: left;
        background-color: #4A4E69;
        text-transform: uppercase;
        border: 1px solid #E5E5E5;
    }
        .tablelayout table TH a:hover {
            color: White;
            text-decoration: none;
        }
        .tablelayout table TH a:link, .tablelayout table TH a:visited {
            color: #FFF;
            text-decoration: none;
        }
.tablelayout table td {
    padding: 4px;
    line-height: 120%;
    border: 1px solid #E5E5E5;
    vertical-align: middle;
}
    .tablelayout table td.noborder {
        padding: 4px;
        line-height: 120%;
        border-style: none;
        vertical-align: top;
        color: #343434;
    }
.tablelayout .altrow {
    padding: 4px;
    line-height: 120%;
    border: 1px solid #E5E5E5;
    color: #343434;
    background-color: #f0f0f0;
}
/*Style for table element END*/


/*Style for  Collapse list START*/
#wrapper {
    margin: 0 auto;
    text-align: left;
}
#content {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}
.demo {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.collapse p {
    padding: 0 10px 1em;
    margin: 0px;
}
#switch, .switch {
    margin-bottom: 5px;
    text-align: right;
}
/* --- Headings  --- */
.expand {
    padding-bottom: .75em;
    margin: 0px;
}
/* --- Links  --- */
.demo a:link, .demo a:visited, .switch a:link, .switch a:visited {
    border: 1px dotted #ccc;
    border-width: 0 0 1px;
    text-decoration: none;
}
.demo a:hover, .demo a:active, .demo a:focus {
    border-style: solid;
    background-color: #f0f0f0;
    outline: 0 none;
}
.expand a {
    display: block;
    padding: 3px 10px;
}
    .expand a:link, .expand a:visited {
        border-width: 1px;
        background-image: url(img/SBLight-arrow-down.gif);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        padding-right: 30px;
    }
    .expand a:hover, .expand a:active, .expand a:focus {
        text-decoration: underline;
    }
    .expand a.open:link, .expand a.open:visited {
        border-style: solid;
        background: #eee url(img/SBLight-arrow-up.gif) no-repeat 98% 50%;
    }
#wrapper #content .expand > a {
    font-size:0.75em;
}
/*Style for  Collapse list END*/


/*---------------------------------
    Status bar style start
-----------------------------------*/
.progress-indicator>li.completed, .progress-indicator>li.completed .bubble
{
      color:#cccccc ;  
}
.progress-indicator>li.completed .bubble, .progress-indicator>li.completed .bubble:after, .progress-indicator>li.completed .bubble:before 
{
    background-color: #4A4E69 ;
    border-color: #4A4E69 ;
}
.progress-indicator>li.active, .progress-indicator>li.active .bubble
{
    
}
.progress-indicator>li.active .bubble, .progress-indicator>li.active .bubble:after, .progress-indicator>li.active .bubble:before 
{
    
}
.progress-indicator>li, .progress-indicator>li .bubble
{
     color:#ccc;  
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before 
{
        background-color: #ccc;
    border-color: #ccc;
}


.GameContainer .UC_Game_Sweep, .GameContainer .UC_Game_Sweep1 {
    text-align: left;
    font-size: 80%;
    color: #8b0f04;
    margin-bottom: 0.5rem;
}
.GameContainer .cursor{
    cursor:pointer;
    color:#4A4E69;
}
.GameContainer .btn {
    color:#fff;
}
.GameContainer .divGameAnswer {
    padding: 10px;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: black;
    box-shadow: 0 4px 8px 0 rgba(74, 78, 105, 0.2);
}
.GameContainer img {
    width: 100%;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 306px) {

    .divRecogCardContainer .card {
        max-width: 44%;
        margin: 3%;
    }

    .canvas-menu-footer ul {
        width: 100%;
    }
}

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .divRecogCardContainer .card {
        max-width: 30.333333%;
        margin: 1.5%;
    }

    .canvas-menu-footer ul {
        width: 50%;
    }

    .GameContainer .modal-dialog, .ShoppingFAQ .modal-dialog, .divLeadView .modal-dialog, .divAddSubLead .modal-dialog {
        max-width: 1200px !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .login-form-2 {
        display: inherit;
    }

    .divRecogCardContainer .card {
        max-width: 21%;
        margin: 2%;
    }

    .canvas-menu-footer ul {
        width: 25%;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .rotator-text {
        position: absolute;
        bottom: 0px;
        width: 100%;
        max-width: 700px;
        background-color: none !important;
    }

    .rotator-text-container {
        display: block;
        padding-left: 3%;
        padding-bottom: 3%;
        text-align: left;
    }

    .rotator-title {
        font-size: 1.75rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0.625rem;
    }

    .rotator-caption {
        line-height: 1.5;
    }

    .rotator-text {
        color: white;
    }

        .rotator-text a {
            color: white;
            text-decoration: none !important;
        }

    .divRecogCardContainer .card {
        max-width: 21%;
        margin: 2%;
    }

    .canvas-menu-footer ul {
        width: 25%;
    }
}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .divRecogCardContainer .card {
        max-width: 18%;
        margin: 1%;
    }
    .divPromoCardContainer .card {
        max-width: 24%;
        margin: 1%;
    }
}

@media (max-width: 992px) {
    .rotator-text {
        color: white;
        background-color: black;
    }
}

@media (max-width: 767.98px) {   

    .TopLogoNav .col-md-6, .TopLogoNav .col-12 {
        width: 100%;
        text-align: center;
    }
    .divUserPointsBox {
        padding-left:0 !important;
    }
    .UserPointsBox {
        text-align: left;
        padding-bottom: 1rem;
    }
    .UserPointsBox .col-1 {
            width: 100%;
            text-align: left;
        }
        .UserPointsBox .col {
            width: 100%;
            text-align: left;
        }
    .btnlb {
        display: none !important;
    }
    .divLogout {
        width: 50%;
        float: right;
        text-align: right;
        padding-top:1.5rem !important;
    }

    .divBadgeImg {
        width: 50%;
        text-align: left;
        float: left;
        padding-left:0 !important;
    }
}

.divPromoCardContainer img {
    width: 100%;
    margin-top:5px;
}
.divPromoCardContainer .card {
    box-shadow: 0 0 0.5rem grey;
}
    .divPromoCardContainer .card:hover {
        box-shadow: 0.1rem 0.75rem 1.5rem #fff;
    }

/*=====Report Dashboard START=====*/
.rptDB .card {
    border-color: #4A4E69;
    color:#4A4E69;
}
.rptDBImg {
    float:right;
}
.divRptContainer a:hover {
    text-decoration:none;
}
.divRptContainer .card {
    border-color:#4A4E69;
    box-shadow: 0 0.75rem 1.5rem grey;
    height:100%;
}
    .divRptContainer .card:hover {
        box-shadow: 0.1rem 0.75rem 1.5rem #fff;
        color: #E9C77B !important;
    }
.divRptContainer img {
    height:50px;
}

.UserDashboardImg, .rptUDEnrollmentImg :after{
    content: url("../feather/users.svg");
}

.rptUDActiveImg, .rptUDInactiveUserImg {
    content: url("../feather/activity.svg");
}
.PointDashboardAdminImg, .PointDashboardImg {
    content: url("../feather/award.svg");
}
.rptPDAwardedImg {
    content: url("../feather/award.svg");
}
.rptPDVisaImg {
    content: url("../feather/credit-card.svg");
}
.rptPDBalanceImg {
       content: url("../feather/pocket.svg");
}
.ClaimDashboardImg, .rptCDClaimsImg {
    content: url("../feather/file.svg");
}
.rptCDRevenueImg {
       content: url("../feather/dollar-sign.svg");
}
.rptPDPClaimedImg {
    content: url("../feather/check-square.svg");
}
.ProductDashboardAdminImg, .ProductDashboardImg {
    content: url("../feather/check-square.svg");
}
/*=====Report Dashboard END=====*/

/*=====Game Module Style START=====*/
.divGameAnswer.bgRed{
    background-color: red;
}
.divGameAnswer.bgGreen {
    background-color: green;
}
/*=====Game Module Style END=====*/


/*=====Checkbox Style START=====*/

.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .customcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #4A4E69;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: unset;
}

/*=====Checkbox Style END=====*/

/* Tiles */
#UCTileHolder {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

@media (max-width: 860px) {
    #UCTileHolder img {
        display: none;
    }

    #UCTileHolder .card {
        width: 100%;
    }

    #UCTileHolder .card-body {
        padding: 0.5rem;
    }
}

#UCTileHolder .card {
    box-shadow: 0 0 0.5rem grey;
}

    #UCTileHolder .card a {
        color: #236192;
    }

    #UCTileHolder .card:hover {
        box-shadow: 0 0.75rem 1.5rem #fff;
    }
/* Tiles End */

/* Dashboard */
#dashboard-filter-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

#dashboard-summary-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding: 5px;
}

    #dashboard-summary-container .card {
        width: 300px;
        box-shadow: 0 0 0.5rem grey;
    }

    #dashboard-summary-container .card i {
        font-size: 1.5rem;
    }

#dashboard-charts-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding: 5px;
}

    #dashboard-charts-container .card {
        box-shadow: 0 0 0.5rem grey;
    }
/* Dashboard End */

/*Logout*/
.login-link {
    padding-top: 50px;
    font-size: 2.5rem;
}
/* Logout End */