/*
 * Primary Color:       009e3a
 * Secondary Color:     1b161a
 */

#dynamic-main-menu-top{
    background-color: #009e3a !important;
}
.quick-icon {
    color: #009e3a !important;
}
.branding-stripe {
    background-color: #009e3a !important;
}

.page-title{
    color: #1b161a;
}

.page-colored-bar{
    background: #1b161a;
}

.call-to-action{
    background:#009e3a;
}

.call-to-action:hover{
    background: #1b161a;
}

.quicklinks .md-icons, .quicklinks .ah-icons {
    color:#009e3a !important;
}

.layered-circle.layered-circle-warning .img-circle.inner,
.layered-circle[role="button"].layered-circle-warning:hover .inner {
    background-color:#3ea748 !important;
}

/*.tile .tile-header {*/
/*   !* background-color: #cf9f79; *!*/
/*   background-color: #00457E;*/
/*   color: #ffffff !important;*/
/*}*/

#challenge-wrapper.ctnt .challenge-logo-tile .challenge-logo-wrapper .challenge-logo{
    background-image: url(/apps/resources/self_service/images/nidec/ChooseThisNotThat_Logo2.png);
    background-size: 550px auto;
    background-position: center;
    background-repeat: no-repeat;
}

#challenge-wrapper.cyoa .challenge-logo-tile .challenge-logo {
    background-image: url("/apps/resources/self_service/images/bmcs/CYOA_Logo_3.jpg");
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#challenge-wrapper.dts .challenge-logo-tile .challenge-logo-wrapper .challenge-logo {
    background-image: url("/apps/resources/self_service/images/challenges/defeat_the_seat/Defeat_the_Seat_Challenge_2.png");
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#challenge-wrapper.etr .challenge-logo-tile .challenge-logo-wrapper .challenge-logo {
    background-image: url("/apps/resources/self_service/images/nidec/etr_challenge_logo.png");
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.document-subtitle {
    display:none;
}
#standard_tracking-sub-menu{
    display:none;
}

#mainlogin_blackout{
    margin: 5% 2%;
    padding: 8% 2%;
    border-radius: 20px;
}

/* Cell Phone */
@media only screen and (min-width : 0px) and (max-width : 700px) {
    .category-title{
        font-size: .5rem;
    }

    .mobileActivities{
        font-size: 1.15rem !important;
    }

    #custom-reporting .activity-card .card-body .date .text-md{
        font-size: .75rem !important;
    }

    .activity .clearfix .vertical-spacer {
        font-size: .75rem !important;
    }

    .activity-title .text-sm{
        font-size: .75rem !important;
    }
    #custom-reporting .activity-card .card-body{
        font-size: .75rem !important;
    }
}

#Nidec_Route66_2023_lb1_opt_out_form .toggle-opt-out-btn {
    width: auto;
}

#challenge-wrapper.gnsr .challenge-logo-tile .challenge-logo-wrapper .challenge-logo {
    background-image: url('../images/deluxe/goodnight/Deluxe_GoodNightSleepRight_Logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}