/* Minification failed. Returning unminified contents.
(263,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(4070,1): run-time error CSS1019: Unexpected token, found '<'
(4070,2): run-time error CSS1019: Unexpected token, found '<'
(4070,3): run-time error CSS1019: Unexpected token, found '<'
(4070,4): run-time error CSS1019: Unexpected token, found '<'
(4070,5): run-time error CSS1019: Unexpected token, found '<'
(4070,6): run-time error CSS1019: Unexpected token, found '<'
(4070,7): run-time error CSS1019: Unexpected token, found '<'
(4087,1): run-time error CSS1019: Unexpected token, found '='
(4087,2): run-time error CSS1019: Unexpected token, found '='
(4087,3): run-time error CSS1019: Unexpected token, found '='
(4087,4): run-time error CSS1019: Unexpected token, found '='
(4087,5): run-time error CSS1019: Unexpected token, found '='
(4087,6): run-time error CSS1019: Unexpected token, found '='
(4087,7): run-time error CSS1019: Unexpected token, found '='
(4088,3): run-time error CSS1031: Expected selector, found '>'
(4088,3): run-time error CSS1025: Expected comma or open brace, found '>'
 */

/*****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************
 
    1. This Style sheet should contain core elements for the website. Any specific elements to particular Tool (for e.g KNR should be placed in SiteKNR stylesheet) should be placed in its own stylehseet
 
    2. Please place any override specific styles to Bootstrap, Font-Awesome etc into Override- styles sheets 

    3. Font name should be specified only here under body, unless there is a requirement to have different font for any particular tool

    4. Media Queries should be placed in respective stylesheets only. Dont combine into one.

 *****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************/

/* Core elements */

/*General CSS*/


/*@font-face {
    font-family: 'ToyotaDisplay';
    src: url('/fonts/toyotadisplay-webfont.eot');
    src: url('/fonts/toyotadisplay-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/toyotadisplay-webfont.woff') format('woff'), url('/fonts/toyotadisplay-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaDisplay';
    src: url('/fonts/toyotadisplay_rg-webfont.eot');
    src: url('/fonts/toyotadisplay_rg-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/toyotadisplay_rg-webfont.woff') format('woff'), url('/fonts/toyotadisplay_rg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/





@font-face {
    font-family: 'Toyota Type';
    font-weight: bold;
    src: url('../../fonts/ToyotaType-Bold.otf') format('OpenType');
}



@font-face {
    font-family: 'Toyota Type';
    font-weight: bold;
    font-style: italic;
    src: url('../../fonts/ToyotaType-BoldIt.otf') format('OpenType');
}

@font-face {
    font-family: 'Toyota Type';
    font-weight: 400;
    src: url('../../fonts/ToyotaType-Semibold.otf') format('OpenType');
}

@font-face {
    font-family: 'Toyota Type';
    font-weight: 400;
    font-style: italic;
    src: url('../../fonts/ToyotaType-SemiboldIt.otf') format('OpenType');
}

@font-face {
    font-family: 'Toyota Type';
    font-style: italic;
    src: url('../../fonts/ToyotaType-RegularIt.otf') format('OpenType');
}

@font-face {
    font-family: 'Toyota Type';
    src: url('../../fonts/ToyotaType-Regular.otf') format('OpenType');
}


body {
    background-color: #f5f5f5;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: 'Toyota Type', Arial;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    background-repeat: no-repeat;
    line-height: 1.4;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*line-height: 1.1;*/
    /*color: #000;*/
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

h1, .h1 {
    font-family: 'Toyota Type', Arial;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

h2, .h2 {
    font-family: 'Toyota Type', Arial;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

h3, .h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

h4, .h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.menu_image {
    font-family: 'Toyota Type', Arial;
    font-weight: bold;
    font-size: 15px;
    color: #404041;
}

    .menu_image:hover {
        color: #eb0a1e;
        text-decoration: none;
    }

#StatusBar {
    background-color: #4d4f53;
    height: 35px;
}

    #StatusBar .profile-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 15px;
    }

    #StatusBar .salutation, #StatusBar .note {
        line-height: 35px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
    }

a, a:link {
    color: #eb0a1e;
    text-decoration: underline;
    font-weight: normal;
}

    a:visited, a:active, a:hover {
        color: #eb0a1e;
        text-decoration: underline;
        cursor: pointer;
    }

    a.link-bold {
        font-weight: bold;
    }

    a img {
        border: none;
    }

.product-wrapper h3 {
    color: #eb0a1e;
}

label {
    font-weight: 500;
}

.taLink {
    color: #eb0a1e;
}

    .taLink:hover, .taLink:active {
        color: White;
    }

pre {
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: 'Toyota Type', Arial;
    font-size: 12px;
    color: #000000;
    border: 0px;
    font-weight: normal;
    background: none;
}


.proicon {
    width: 50px;
    height: 60px;
}

    .proicon img {
        width: 100%;
    }

.green, .Green {
    color: #3d763c !important;
}
.yellow, .Yellow {
    color: #FFC000 !important;
}
.greenbg {
    background-color: #3d763c !important;
}

.red, .Red {
    color: #eb0a1e !important;
}

.gray {
    color: #cbcdc9 !important;
}


.GreyBG {
    background-color: #ececec;
    padding: 10px 10px 10px 20px;
}

.WhiteBG {
    background-color: #ffffff;
    padding: 10px 10px 10px 20px;
}

.Container-Box {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #ffffff;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}

    .Container-Box .small {
        width: 50%%;
    }
@media (max-width:767px) {
    #StatusBar {
        padding: 0 20px;
    }
}
.profile-img img, .proroundimg img {
    /*border-radius: 50% 50%;
    border: 1px solid #eee;*/
    object-fit: cover;
}
/*--------------------------------------------------	CAROUSEL SLIDER---------------------------------------------------*/
#c-slide {
    padding: 0px;
}

.carousel .carousel-control {
    width: 10%;
}

.carousel .item {
    overflow: visible;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
    background-position: center;
    padding-top: 20px;
}

.carousel {
    position: relative;
}

    .carousel p {
        color: #333333;
        line-height: 1.42;
    }

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    height: 250px;
}

    .carousel-inner > .item:hover {
        cursor: pointer;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1;
    }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
}

    .carousel-control.left, .carousel-control.right {
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
        filter: none;
        height: 80px;
        width: 50px;
        margin-top: 0%;
        margin-left: 0px;
        margin-right: 0;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }





.carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 10;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    bottom: 0;
}

    .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        /*margin: 0px;*/
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
    }

    .carousel-indicators .active {
        /*margin: 0;*/
        width: 12px;
        height: 12px;
        background-color: #fff;
        border: 1px solid #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

.carousel-control {
    width: 40px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    margin-left: 40px;
    margin-right: 40px;
}

    .carousel-control:hover, .carousel-control:focus {
        color: #ccc;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }


    .carousel-control i {
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 5;
        display: inline-block;
        width: 50px;
        height: auto;
        margin-left: 0px;
    }

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control .glyphicon-chevron-right {
    transform: translateX(-50%);
}




#divNewsPanelDouble > #hero-carousel {
    height: 99%;
}

@media (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }

    #top_banner_carousel_mb .carousel-control.left, #top_banner_carousel_mb .carousel-control.right,
    #dashboard_report .carousel-control.left, #dashboard_report .carousel-control.right {
        display: block;
        background: none;
        color: gray;
    }


    #top_banner_carousel_mb {
        max-width: 375px;
        max-height: 220px;
        min-width: 320px;
        margin: auto;
    }





        #top_banner_carousel_mb .carousel-inner > .item {
            display: none;
            position: relative;
            -webkit-transition: 0.6s ease-in-out left;
            transition: 0.6s ease-in-out left;
            height: 220px;
        }

            #top_banner_carousel_mb .carousel-inner > .item > img, #top_banner_carousel_mb .carousel-inner > .item > a > img {
                display: block;
                max-width: 100%;
                height: auto;
                line-height: 1;
            }

        #top_banner_carousel_mb .carousel-inner > .active, #top_banner_carousel_mb .carousel-inner > .next, #top_banner_carousel_mb .carousel-inner > .prev {
            display: block;
        }

        #top_banner_carousel_mb .carousel-inner > .active {
            left: 0;
        }

        #top_banner_carousel_mb .carousel-inner > .next, #top_banner_carousel_mb .carousel-inner > .prev {
            position: absolute;
            top: 0;
            width: 100%;
        }

        #top_banner_carousel_mb .carousel-inner > .next {
            left: 100%;
        }

        #top_banner_carousel_mb .carousel-inner > .prev {
            left: -100%;
        }

            #top_banner_carousel_mb .carousel-inner > .next.left, #top_banner_carousel_mb .carousel-inner > .prev.right {
                left: 0;
            }

        #top_banner_carousel_mb .carousel-inner > .active.left {
            left: -100%;
        }

        #top_banner_carousel_mb .carousel-inner > .active.right {
            left: 100%;
        }

    #dashResultCarousel .carousel-inner > .item {
        height: auto;
    }

    #dashResultCarousel .carousel-inner {
        min-height: 150px;
    }



    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        z-index: 5;
        display: inline-block;
        top: 50%;
        transform: translate(0%,-50%);
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        left: 25px;
    }
}

.container {
    padding: 0px;
    /*line-height: 1.1;*/
}

#content_body_homepage {
    margin-top: 20px;
}

    #content_body_homepage h1 {
        line-height: 70%;
    }

.content_tile_box h1 {
    font-size: 14px;
    color: #018699;
    padding-bottom: 5px;
    font-weight: bold;
}

.content_tile_box h2 {
    font-size: 14px;
}

.content_tile_box h3 {
    font-size: 10px;
    margin-top: 5px;
}

.ContentTile {
    float: left;
    width: 250px;
    height: 250px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    /*box-shadow: 1px 1px 1px 1px #b4b4b4;*/
    position: relative;
    /*border: solid 1px #b4b4b4;*/
}
    /* #divSiteMenu .navbar-default .navbar-nav > .open > a, #divSiteMenu .navbar-default .navbar-nav > .open > a:hover, #divSiteMenu .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: white;
    }*/
    .ContentTile.LastContentTile {
        margin-right: 0px;
    }

.ContentTile-Double {
    width: 520px;
}

.ContentTile-Double-Height {
    height: 520px;
}

.ContentTile-Triple {
    width: 770px;
}

.ContentTile-Triple-No-Gap {
    width: 790px;
}

.ContentTile .btn-sml {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.ContentTile-mb {
    float: none;
    margin: 0px auto 20px auto !important;
    margin-bottom: 20px;
    overflow: hidden;
    width: 300px;
}


    .ContentTile-mb:first-child {
        margin-top: 30px !important;
    }

    .ContentTile-mb:last-child {
        margin-bottom: 30px !important;
    }

.ContentTile .carousel .item {
    padding: 0px;
}
/*.ContentTile.ContentTile-News {
    padding-left: 0px;
    padding-right: 0px;
}*/
.profile-img {
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    border: 1px solid #f3f3f3;
    border-radius: 50% 50%;
    overflow: hidden;
    margin: auto;
}

#proname {
    font-size: 12px;
    text-align: center;
}

    #proname span {
        color: #000;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }

.proroundimg {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
}


ul#dashboard_report li {
    list-style: none;
}

.news-wrapper {
    width: 100%;
    line-height: 1.1;
}


#divContentZone.ContentTile {
    padding: 0px;
}

.ContentTile.ContentZoneTile {
    padding: 0px;
}

#top_banner_carousel {
    margin-top: -1px;
}

#btn_download_eDetailer, #btn_howitworks {
    float: left;
}

div#HomePageBanner {
    background-position: top center;
    background-size: Cover;
    height: 590px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    display: inline;
}

#HomePageDashboard {
    background: rgba(255,255,255,.6);
    height: 290px;
    width: 100%;
    top: -290px;
    position: absolute;
}

#MainView {
    position: relative;
}


.Welcome {
    z-index: 999;
}

.homedashboard-layout {
    background-color: transparent;
}



#site_footer {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 150%;
}

    #site_footer a {
        color: #fff;
        font-size: 13px;
    }

    #site_footer #ContactDetails, #site_footer #links {
        margin-top: 20px;
        padding-top: 20px;
        text-align: left;
        border-top: 2px solid #fff;
        padding-left: 0;
    }

        #site_footer #ContactDetails h2, #site_footer #links h2 {
            color: #fff;
        }

    #site_footer #SynchroPower {
        margin-top: 20px;
        text-align: right;
        padding-right: 0;
    }


    #site_footer #footer_disclaimer {
        font-size: 0.8em;
        color: #ababab;
    }


.sitemap div ul li + li {
    border-left: 1px solid #fff !important;
}

.BoxHeading {
    font-size: 22px;
    color: #6e6e6e;
}

    .BoxHeading.BoxHeading-News {
        margin-left: 20px;
    }

#Rewards {
    background-color: #82ba41;
    text-align: center;
    width: 120px;
    padding: 5px;
    margin-left: 10px;
}

    #Rewards a {
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
    }

select {
    height: 25px;
}

.DisplayValue {
    font-size: 16px;
    margin-right: 10px;
}

.BarChart {
    height: 10px;
    position: relative;
    margin-right: 10px;
}

.ChartBenchMark {
    width: 4px;
    height: 11px;
    background-color: #e5e5e5;
    z-index: 999;
    margin-left: 280px;
    position: absolute;
    margin-top: -10px;
}

.Highlight {
    background-color: #f2f2f2;
}


.BoxHeading.BoxHeading-MyProfile {
}

.edit-profile-cell {
    width: 60px;
    padding-left: 14px;
}

.headshot-cell {
    padding-top: 12px;
}

    .headshot-cell img {
        margin-left: 30px;
        margin-right: 18px;
        display: table-cell;
    }

.profile-tool-bar {
    display: table;
}

    .profile-tool-bar img {
        width: 36px;
        height: 36px;
        margin: 4px;
    }


.profile_captions {
    text-align: center;
}

    .profile_captions h1 {
        font-size: 14px;
        color: #018699;
        padding-bottom: 5px;
        font-weight: bold;
        margin-top: 0px;
    }

    .profile_captions h2 {
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        color: #000;
    }


.content_tile_box {
    width: 230px;
    height: 190px;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.profile_img_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: auto;
}

.proicon {
    padding-bottom: 10px;
}

.profile_captions {
    margin-top: 10px;
}

.news-scroller {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .news-scroller li {
        list-style: none;
        padding: 5px;
        font-size: 10px;
    }

        .news-scroller li img {
            max-width: 40px;
            max-height: 40px;
        }


        .news-scroller li table {
            background-color: transparent;
        }

        .news-scroller li:hover {
            background-color: #f2f2f2;
            cursor: pointer;
        }

ul.news-scroller {
    padding-left: 0px;
}

.news-scroller .news-item-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*border:1px solid #eee;*/
}



.unread_message_number {
    font-size: 18px;
    position: absolute;
    top: -40px;
    height: 22px;
    width: 22px;
    text-align: center;
    left: 210px;
    color: white;
    font-weight: bold;
}

.news-btn {
    font-size: 20px;
}

    .news-btn i:hover {
        color: #000000 !important;
        cursor: pointer;
    }



.news-JFY-abstract {
    float: left;
    width: 88px;
    height: 45px;
    display: table;
    text-align: center;
    background-color: inherit;
}




    /*.active-news .news-JFY-abstract, .active-news .news-JFY-copy-wrapper, .active-news .news-YCU-left, .active-news .news-YCU-right {
    
    background-color:#f2f2f2;
}*/

    .news-JFY-abstract p {
        margin: auto;
        display: table-cell;
        vertical-align: middle;
        color: #c1022c;
        font-weight: bold;
        font-size: 18px;
    }

.news-JFY-copy-wrapper {
    float: left;
    width: 162px;
    height: 45px;
    display: table;
    background-color: inherit;
}

.news-JFY-copy {
    width: 100%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

    .news-JFY-copy a {
        color: #018699;
    }

    .news-JFY-copy p {
        margin-bottom: 0px;
        font-size: 10px;
    }


.news-YCU-left {
    width: 162px;
    height: 45px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    background-color: inherit;
}

    .news-YCU-left p {
        margin-bottom: 0px;
        font-size: 10px;
        display: table-cell;
        vertical-align: middle;
    }

.news-YCU-right {
    width: 88px;
    height: 45px;
    float: left;
    padding-top: 4px;
    background-color: inherit;
}

    .news-YCU-right img {
        width: 38px;
        height: 38px;
        display: table-cell;
        margin: auto;
        vertical-align: middle;
        border: 3px solid black;
    }

.news-GP-left {
    width: 60px;
    text-align: center;
}

.news-GP-right {
    text-align: left;
    padding: 2px 0px;
}

    .news-GP-right p {
        margin: 0px;
        font-size: 10px;
    }

    .news-GP-right h3 {
        margin: 0px;
        font-weight: normal;
    }

.ContentTile-Top-Achiever {
    width: 250px;
    height: 520px;
    position: relative;
}

.ContentTile-Video-Board {
    width: 520px;
    height: 250px;
}




.video-board-layout {
    border-collapse: separate;
    border-spacing: 20px 20px;
    margin-top: -12px;
}


#divSMDashboardTC h2
{
    line-height: 150%;
}


.generalContent {
    position: relative;
    height: 200px;
}

    .generalContent .poster {
        margin-top: 3px;
        width: 210px;
    }

    .generalContent h1 {
        font-size: 11px;
        color: #000;
    }

    .generalContent p {
        margin-top: 24px;
    }

    .generalContent h2 {
        font-size: 11px;
        color: #000;
        margin: 0px;
    }

    .generalContent footer {
        font-size: 11px;
        position: absolute;
        bottom: 10px;
        margin-top: 20px;
    }



@media (max-width: 768px) {
    #LogoTopLeft {
        width: 315px !important;
        height: 67px !important;
        padding: 0px;
        margin: 0px !important;
    }

        #LogoTopLeft a img {
            width: 315px !important;
            height: 67px;
        }

    #btn_download_eDetailer, #btn_howitworks {
        float: none;
    }

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        padding-top: 0px !important;
    }
}


@media (min-width:1350px) {
    #top_banner_carousel > div > div {
        background-size: contain !important;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: #fff;
    }
}

#KNRQuizMainContainer, #KNRModuleMainContainer {
    background-color: #fff;
    padding: 0px;
    width: 100%;
    height: auto;
    /*box-shadow: 1px 1px 1px 1px #cbcdc9;
    border: solid 1px #cbcdc9;*/
    float: left;
}

#KNRReportPercByOptionsTable .KNRReportQuestion {
    margin-top: 40px;
}

/********************************************** KNR Override styles from Core - Begin *****************************************************************/
.KNRQuestion {
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #ccc;
}

.KNRQuestionResult {
    border: 1px solid #cccccc;
}

.KNRCorrectAnswer {
    color: #3d763c;
}

.KNRWrongAnswer {
    color: #eb0a1e;
}

.KNRMessageContent .txt-correct {
    color: #3d763c;
    font-size: 23px;
}

.KNRMessageContent .txt-wrong {
    color: #eb0a1e;
    font-size: 23px;
}

.KNRQuestionContainer table tr th {
    background-color: #fff;
    color: #000;
}

#KNRQuizStatusBox {
    border: solid 1px #ccc;
}

#KNRQuizStatusBar {
    background-color: #ccc;
}

div.KNRAnswerPercBar.lightgreen {
    background-color: #3d763c;
}

div.KNRAnswerPercBar.lightred {
    background-color: #eb0a1e;
}

.SideMenuItem {
    border-right: 1px solid #cbcdc9;
}

#KNRModuleContentContainer p{
    font-size: 14px;
}
.KNRReportQuestion {
    border: 1px solid #cbcdc9;
}

.KNRReportQuestionContainer table {
    /*background-color: #B4B4B4;*/
}

    .KNRReportQuestionContainer table tr th {
        background-color: #cbcdc9;
    }

    .KNRReportQuestionContainer table tr td {
        color: #444;
    }

#tableKNRQuestionAnswers .KNRQuestionInput label {
    font-size: 14px;
    background-color: #e5e5e5;
}

    #tableKNRQuestionAnswers .KNRQuestionInput label:before {
        background-color: #e5e5e5;
    }

    #tableKNRQuestionAnswers .KNRQuestionInput label.Attempted.Correct:before {
        background-color: #3d763c;
    }

    #tableKNRQuestionAnswers .KNRQuestionInput label.Attempted.Wrong:before {
        background-color: #eb0a1e;
    }

#tableKNRQuestionAnswers .KNRQuestionInput input[type=radio]:checked + label,
#tableKNRQuestionAnswers .KNRQuestionInput input[type=checkbox]:checked + label {
    background-color: #444444;
    color: #fff;
}

    #tableKNRQuestionAnswers .KNRQuestionInput input[type=radio]:checked + label:before, #tableKNRQuestionAnswers .KNRQuestionInput input[type=checkbox]:checked + label:before {
        background-color: #444444;
    }

.KNRReport #report .OnTrack_1 {
    color: #3d763c;
}

.KNRReport #report .OnTrack_0 {
    color: #eb0a1e;
}

div#KNRTabs > div.tab-content {
    border: 1px solid #cbcdc9;
    padding: 20px;
}

div#KNRTabs > ul.nav-pills > li.active > a,
div#KNRTabs > ul.nav-pills > li.active > a:hover,
div#KNRTabs > .nav-pills > li.active > a:focus {
    background-color: #444;
    color: #FFFFFF;
}

/*div#KNRTabs .fa
{
    display: none;
}*/

div#KNRTabs > ul.nav-pills > li.finish > a, div#KNRTabs > ul.nav-pills > li.finish > a:hover, div#KNRTabs > .nav-pills > li.finish > a:focus {
    background-color: #cbcdc9;
    color: #FFFFFF;
    font-size: 14px;
}

div#KNRTabs > ul.nav-pills > li > a {
    background-color: #cbcdc9;
    color: #5e5e5e;
    font-size: 14px;
}

.KNRSideBarToggle.Open {
    color: #eb0a1e;
}

.KNRSideBarToggle.Close {
    color: white;
}

.KNRSideBarToggle.Close {
    background-color: #eb0a1e;
}
.SideMenuItem h2 {
    color: #4d4f53;
}
/*****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************
 
    1. This Style sheet should contain elements for layout view only. Any specific elements to particular Tool (for e.g KNR should be placed in SiteKNR stylesheet) should be placed in its own stylehseet
 
    2. Please place any override specific styles to Bootstrap, Font-Awesome etc into Override- styles sheets 
        
    3. Font name should be specified only here under body, unless there is a requirement to have different font for any particular tool

    4. Media Queries should be placed in respective stylesheets only. Dont combine into one.

 *****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************/

header, footer, hgroup, nav, section {
    display: block;
}

    footer .float-left, footer .float-right {
        float: none;
    }

footer {
    text-align: center;
    height: auto;
    padding: 10px 0;
    background-color: #eee;
}

    footer p {
        margin: 0;
    }

.content-wrapper {
    margin: 0 auto;
    max-width: 1061px;
}

.content-wrapper-fullwidth {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
}

.Content_ShowPage {
    padding: 0px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-top: 40px;
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

.container.main-container {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    min-height: 500px;
}

header .content-wrapper {
    padding-top: 20px;
    clear: both;
}

footer {
    padding-top: 20px;
    clear: both; /*background-color: #e2e2e2;*/
    font-size: 10px;
    height: 100px;
}
/*#topLogos
{
    clear: both;
    height: 81px;
    margin-bottom: 15px;
    overflow: hidden;
}*/
#site_footer {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 150%;
}
#TopHeader {
    min-height: 30px;
    background-color: #fff;
    width: 100%;
    text-align: center;
    margin: auto;
    box-shadow: 0 0 12px;
}

    #TopHeader #login, #TopHeader #login a {
        color: #0070ba;
    }

    #TopHeader .sub-header {
        height: 60px;
        padding: 20px;
        box-sizing: content-box;
    }

#div-welcome {
    float: right;
    top: 15px;
    right: 0;
    padding: 10px;
    padding-right: 0px;
}

#LogoTopLeft {
    width: 190px;
    height: 67px;
    padding-top: 0px;
    margin-top: 0px;
}

    #LogoTopLeft a {
        cursor: pointer;
    }

        #LogoTopLeft a img {
            width: 315px;
            height: 67px;
        }


#footer_prefix {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#footer_section {
    background-color: #6e6e79;
    color: #000;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
}

#site_footer {
    font-size: 13px;
    text-align: center;
    margin-top: 40px;
    /*padding: 20px 20px;*/
    color: white !important;
    padding-top: 20px;
}

    #site_footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #site_footer a {
        font-size: 13px;
        color: white !important;
    }


#disclaimer {
    margin-top: 1em;
}

div#UsrDetails {
    border-left: 1px #949699 solid;
}

    div#UsrDetails .col-sm-6 {
        margin-bottom: 10px;
    }

/*Menu*/
#divSiteMenu .divHomeMenu#bsSiteMenu {
    padding-left: 5px;
    background-color: black;
}

#divSiteMenu .divHomeMenu#bsSiteMenu {
	display: flex !important;
    justify-content: center;
}

.navbar.navbar-default {
    border: 0;
    box-shadow: none;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-decoration: none;
/*    font-weight: bold;*/
    font-size:14px;
}


    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #eb0a1e;
        background-color: rgb(255, 250, 250);
    }


.navbar .navbar-nav > li.extra-nav-class > a {
    color: #eb0a1e;
    background-color: rgb(255, 250, 250);
}


/*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #e7e7e7;
}*/

.dropdown-menu {
    border-radius: 0;
}

    .dropdown-menu .dropdown-menu {
        top: 0px;
        left: 100%;
    }

    .dropdown-menu > li > a {
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #ffffff;
            text-decoration: none;
            background-color: #eb0a1e;
            background-image: none;
        }


#footer_column_sitemap {
    text-align: left;
    margin-bottom: 20px;
}

#footer_column_disclaimer {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}

#footer_column_SynchroPower {
    text-align: center;
}


.QAToolBar-Gap {
    display: none;
}





@media (max-width: 1034px) {
    .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 960px) {
    .LogoTopLeft {
        padding-left: 15px !important;
    }

    .LogoTopRight, header .login {
        padding-right: 15px !important;
    }

    .footerItem {
        padding-left: 15px !important;
    }

    .h1 {
        font-size: 30px;
    }


    #HomePageDashboard > div > div:nth-child(2) > p:nth-last-child(2) {
        margin-bottom: 40px;
    }

    .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        max-height: none;
    }
}


@media (max-width: 767px) {

    #container1 {
        border-bottom: 0px;
    }
#divSiteMenu .divHomeMenu#bsSiteMenu {
    display: block !important; 
   
}
    .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .PageContent {
        max-width: 100%;
    }

    #Aurora {
        top: 120px;
        height: 130px;
    }


    #TopHeader {
        position: fixed;
        z-index: 2;
        margin-bottom: 20px;
    }

        #TopHeader .sub-header {
            padding: 10px 15px;
            text-align: left;
            height: 40px;
        }

    /*.sub-header.hiding-header {
        animation: hiding 0.5s linear 0s forwards;
    }

    .sub-header.showing-header {
        animation: showing 0.5s linear 0s forwards;
    }*/

    #TopMenu .dropdown-menu li a {
        text-align: center;
    }


    #div-welcome {
        position: static;
        padding: 10px;
        padding-right: 20px;
        float: right;
    }


    body > div.content-wrapper.main-content.clear-fix, #footer_prefix, #footer_section {
        position: relative;
        top: 150px;
    }

    #LogoTopLeft {
        width: 190px;
        height: 67px;
        padding: 0px;
        margin: auto;
    }

        #LogoTopLeft a img {
            width: 190px;
            height: 67px;
        }


    #LogoTopRight a img {
        width: auto;
        height: 36px;
    }

    #logo-top-left-mb a img {
        width: auto;
        height: 40px;
    }


    #portal_logo {
        height: 36px;
        padding-right: 10px;
        margin-right: 10px;
    }

        #portal_logo img {
            right: 10px;
            height: 30px;
        }

    #portal_logo-mb img {
        max-height: 36px;
    }

    #SiteMenuMain > ul {
        margin: 7.5px 0;
    }

    .navbar-header {
        padding-left: 20px;
    }


        .navbar-header span {
            line-height: 50px;
        }

    #bsSiteMenu {
        padding-left: 15px;
    }

    #footer_column_sitemap {
        text-align: center;
    }


    #footer_column_SynchroPower {
        text-align: center;
    }

    #menu_container {
        border-bottom: 0px !important;
    }
}

/************* Site Map ***********/

.sitemap
{
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
    clear: both; /*padding-left:19px;*/
}
.sitemap div
{
    /*margin-right: 3%;*/
    margin-bottom: 10px;
    float: left;
    width: 90%;
}

.sitemap div h2
{
    padding: 0px;
    margin: 0px;
    margin-top: 4px;
}
.sitemap div ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}
.sitemap div ul li
{
    margin: 4px 3px 0px 0px;
    padding: 0px;
    list-style-image: none;
    display: inline;
}

.sitemap div ul li + li
{
    border-left: 1px solid #000;
    padding-left: 6px;
}

.sitemap a
{
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}
.sitemap a:hover
{
    color: #000;
    text-decoration: underline;
}
.sitemap h2 a, .sitemap h2 a:hover
{
    color: #000;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}


.sitemap .footerItem {
  padding-left: 20px;
  width:auto;  
  margin-bottom: 100px;    
}

.img-thumbnail
{
    float: left;
    height: auto;
    border-radius: 0px !important;
    -webkit-transition: none !important;
    transition: none !important;
    border-collapse: collapse !important;
    border: 0;
    outline: 1px solid #000; /* -moz-box-shadow: 0px 0px 0px 1px #DDDDDD;     -webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;     box-shadow: 0px 0px 0px 1px #DDDDDD;*/
}

#synchro_power
{
    float: left;
    text-align: right;
    width: 10%;
}


@media (max-width: 768px)
{
    #synchro_power
    {
        float: none;
        text-align: center;
        width: auto;
    }
}

/*****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************
 
    1. This Style sheet should not contain core/common elements for the website. Only Misc that wont go in any Tool specific style sheet should go in here
 
    2. Please place any override specific styles to Bootstrap, Font-Awesome etc into Override- styles sheets 

    3. Font name should be specified only here under body, unless there is a requirement to have different font for any particular tool

    4. Media Queries should be placed in respective stylesheets only. Dont combine into one.

 *****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************/


.center {
    text-align: center;
}

.clear {
    clear: both;
}

.hiderow {
    display: none;
}

.IsYou td {
    background-color: #ccc !important;
}

#KNRReport #tab-content {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 20px;
    border-top: 0;
    width: 100%;
}


/*Person Picker CSS
    Kendo Multiselector
*/
.synchro-person-picker .selected-value {
    width: 30px;
    height: 30px;
    background-size: cover;
    display: inline-block;
}

#QuickLinksToggler {
    width: 30px;
    height: 115px;
    position: fixed;
    right: 0px;
    top: 40%;
    background-image: url('/Content/images/Quicklinks_Icon.png');
    background-size: cover;
    z-index: 9999;
}

#QuickLinksPanel {
    display: inline-block;
    position: fixed;
    top: 40%;
    right: 0px;
    display: none;
    z-index: 9999;
}


.QuickLinksPanel-layout {
    background: transparent;

}




#QuickLinksPanel .TogglerSlot {
    background: transparent url('/Content/images/Quicklinks_Icon.png') no-repeat top left;
    width: 30px;
}

#QuickLinksPanel .QuickLinks {
    background-color: #fff;
    height: 112px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;    
}

#QuickLinksPanel .OptionSlot {
    background-color: #fff;
    width: 30px;
    position: relative;
    text-align: center;    
}

.OptionSlot .edit-btn, .OptionSlot .close-btn {
    color:#6e6e6e;
    position: relative;
    font-size:20px;
}

.OptionSlot .edit-btn {
    top: 30px;
}

.OptionSlot .close-btn {
    top: -30px;
}

.QuickLinks {
    /*text-align: left;*/
    font-weight: bold;
    font-size: 14px; /*margin-top: 25px;*/
    clear: both; /*padding-left:19px;*/
}

.QuickLinks {
    /*margin-right: 3%;*/
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

    .QuickLinks h2 {
        padding: 0px;
        margin: 0px;
        margin-top: 4px;
        text-align: center;
    }

    .QuickLinks ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .QuickLinks li, .QuickLinks ul li {
            margin: 0px 10px 0px 10px;
            padding: 0px;
            list-style-image: none;
            display: inline-block;
        }

#AllQuicklinks {
    padding-top: 10px;
}

#EditAllQuicklinks ul li {
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    display: inline-block;
}

#EditSelectedQuicklinks {
    text-align: center;
}

#EditSelectedQuicklinks .badge {
    padding: 5px 9px;
}

    #EditSelectedQuicklinks li {
        margin: 10px auto;
    }
/*.QuickLinks ul li + li
{
    border-left: 1px solid #717171;
    padding-left: 6px;
}*/
#AllQuicklinks {
    text-align: center;
}

.QuickLinks a {
    color: #2f2f2f;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
}

    .QuickLinks a:hover {
        color: #2f2f2f;
        text-decoration: underline;
    }

.QuickLinks h2 a, .QuickLinks h2 a:hover {
    color: #363636;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

.QuickLinks .QuicklinkItem {
    display: none;
}

    .QuickLinks .QuicklinkItem.active {
        display: inline-block;
    }

#QuickLinksPanel .QuickLinks .QuicklinkItem {
    margin-top: 14px;
}

.transparency {
    opacity: 0.4;
    filter: alpha(opacity=40);
    padding: 0px 12px 0px 12px;
}

#QuicklinksDropdown.dropdown-menu {
    /*position:absolute;*/
    left: -375px;
    width: 400px;
    border: 2px solid #008290;
    padding: 20px;
}

#QuicklinksDropdown a {
    font-size: 14px;
}

#QuicklinksDropdown ul li {
    margin-top: 15px;
}

#EditQuicklinks .badge {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 100px !important;
    color: #000;
    font-size: 14px;
    position: relative !important;
    top: -15px !important;
    right: 15px;
    cursor: pointer;
}

#SelectedQuicklinks {
    clear: none;
    display: inline-block;
    box-shadow: 2px 1px 2px #555;

}

#EditQuicklinks .modal-footer {
    text-align: center;
}

#EditQuicklinks .modal-header {
    height: 185px !important;
}

#EditQuicklinks .modal-body {
    min-height: 360px;
}

.program_period{
    font-weight:500;
    font-size:12px;
}

.program_icon, .program_icon img{
    max-height:67px;
}

/* CSS for classes used in dynamic reports*/

/*.rfContainer
{
    height: 50px;
    width: 100%;
    background-color: #e5e5e5;
    margin-bottom: 5px;
}
.rfContainer label
{
    width: 49%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.rfContainer select
{
    width: 49%;
    position: relative;
    margin-top:0px !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    float: right;
}*/
.rfButtonContainer
{
    vertical-align: bottom; /*height: 54px;*/
    margin-right: -20px;
}


.rfCalendarSubContainer
{
    vertical-align: bottom;
    padding-left: 0px;
}

.rfTable
{
    width: 100%;
}

.kzContainer
{
    min-height: 200px;
    margin-left: 0px;
    padding-left: 0px;
}
.kzContainer .col-sm-5
{
    margin-left: 0px;
    padding-left: 0px;
    width: 145px;
}

.kzSubContainer
{
    min-height: 180px;
}

.kzSubContainer h2
{
    padding-top: 0;
    margin-bottom: 0px;
}
.kzSubmitted
{
    color: #b3b3b3;
    font-size: 11px;
    margin: 0 0 0px;
    font-style: italic;
}

.kzKPINom
{
    margin: 0 0 0px;
}

.kzSocialContainer
{
    position: absolute;
    bottom: 35px;
}

.kendodate
{
    height: 29px !important;
}
.k-datepicker
{
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.k-datepicker .k-picker-wrap
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#filters
{
    clear: both;
    padding-top: 10px;
}
#report
{
    clear: both;
    padding-top: 20px;
}

.rfRight
{
    float: right;
    text-align: right;
    padding-top: 0px;
}
/*#implIcon
{
    float: right;
}*/


@media (max-width: 767px)
{
    .rfButtonContainer
    {
        margin-right: 0px;
    }
    .rfButtonContainer .btn
    {
        clear: both;
    }
    .rfRight
    {
        float: none;
    }
}

.MessageConfirmingBox {
    clear: both;
}



div#SurveyTabs > ul.nav-pills {
    margin-bottom: -1px;
}

div#SurveyTabs > div.tab-content {
    border: 1px solid #ddd;
    padding: 20px;
}

div#SurveyTabs > ul.nav-pills > li.active > a,
div#SurveyTabs > ul.nav-pills > li.active > a:hover,
div#SurveyTabs > .nav-pills > li.active > a:focus {
    background-color: #232323;
    color: #FFFFFF;
    height: 41px;
    font-size: 14px;
}

/*div#SurveyTabs .fa
{
    display: none;
}*/

div#SurveyTabs > ul.nav-pills > li.finish > a, div#SurveyTabs > ul.nav-pills > li.finish > a:hover, div#SurveyTabs > .nav-pills > li.finish > a:focus {
    background-color: #ddd;
    color: #FFFFFF;
    font-size: 14px;
}
/*div#SurveyTabs > ul.nav-pills > li.active > a, div#SurveyTabs > ul.nav-pills > li.active > a:hover, div#SurveyTabs > .nav-pills > li.active > a:focus
{
    background-color: transparent;
}*/
div#SurveyTabs > .nav-pills > li.finish .fa {
    display: inline-block;
    padding-right: 5px;
}

div#SurveyTabs > ul.nav-pills > li.active > a > .fa, div#SurveyTabs > ul.nav-pills > li.active > a:hover > .fa, div#SurveyTabs > .nav-pills > li.active > a:focus > .fa {
    display: none;
}

div#SurveyTabs > ul.nav-pills > li > a {
    border-radius: 0px;
    width: 100%;
    height: 41px;
    padding: 12px 5px 10px 5px;
    text-align: center;
    background-color: #ddd;
    color: #4c4c4c;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

div#SurveyTabs > ul.nav-pills {
    width: 100%;
}

    div#SurveyTabs > ul.nav-pills > li {
        display: inline-block;
        width: 24%;
        max-width: 183px;
    }

.segmented {
    display: inline-block;
    width: 100%;
}

    .segmented label {
        display: inline;
    }

    .segmented .label {
        background-color: #fff;
        border: 1px #ccc;
        border-style: solid none solid solid;
        color: #333333;
        cursor: pointer;
        float: left;
        padding: 8px 4px;
        text-align: center;
        text-shadow: 1px 1px #fff;
        width: 100%;
        border-radius: 0px;
        line-height:1.5em;
    }

    .segmented tr td:first-child .label {
        border-radius: 3px 0 0 3px;
    }

    .segmented tr td:last-child .label {
        border-radius: 0 3px 3px 0;
        border-right-style: solid;
    }

    .segmented input {
        display: none;
    }

        .segmented input:checked + .label {
            background-color: #000;
            border-color: #000;
            box-shadow: 3px 2px 10px rgba(0,0,0,.2) inset, -3px 2px 10px rgba(0,0,0,.2) inset;
            color: #fff;
            text-shadow: -1px -1px rgba(0,0,0,.3);
        }

.NPSQuestion {
    text-align: center;
}

    .NPSQuestion span {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }



.logo-wrapper {
    height: 150px;
}


.SVYQuestion {
    margin-bottom: 10px;
}

.radioQuestion {
    margin-left: -10px;
}

    .radioQuestion p {
        margin-bottom: 10px;
    }

    .radioQuestion label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        font-weight: normal;
        clear: both;
        margin-left: 75px;
        padding: 10px;
        background-color: #e5e5e5;
        min-height: 60px;
        width: calc(100% - 75px);
    }

    .radioQuestion input[type=radio], .radioQuestion input[type=checkbox] {
        display: none;
    }

.matrixQuestion table {
    border-left: solid 1px #e5e5e5;
    width:100%;
}

    .matrixQuestion table th {
        padding: 5px;
        border-top: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
        text-align: center;
    }

    .matrixQuestion table td {
        padding: 5px;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
        text-align: center;
        height: 75px;
    }

.radioQuestion.matrixQuestion.hidden-xs {
    margin-left: 0px;
}

    .radioQuestion.matrixQuestion.hidden-xs label {
        min-height: 0px;
        padding: 0px;
        top: -35px;
    }

.radioQuestion.matrixQuestion {
    margin-left: 0px;
}

.SVYQuestion.SVYSubQuestion {
    background-color: transparent;
    color: #333333;
    padding: 0px;
    margin: 0px;
    border: 0;
}

.radioQuestion.matrixQuestion .table-cell {
    border: 1px solid #ddd;
}

.radioQuestion label:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 0px;
    position: absolute;
    left: -65px;
    top: 0px; /*bottom: 1px;         /*background-color: #aaa;         box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
    background: url('/Content/76211D1A-7F19-4835-96C1-57D471B5B5B1/Images/Button_Q-NotSelected.png') left top no-repeat;
    background-size: 60px;
}

.radioQuestion input[type=radio]:checked + label:before, .radioQuestion input[type=checkbox]:checked + label:before {
    /*content: "\2022";         color: #f3f3f3;         font-size: 26px;         text-align: center;         line-height: 18px;*/
    background: url('/Content/76211D1A-7F19-4835-96C1-57D471B5B5B1/Images/Button_Q-Selected.png') left top no-repeat;
    background-size: 60px;
}






.radioQuestion.singleChoiceMatrixQuestion input
{
    display:inline-block;
    margin:10px;
}
.radioQuestion.singleChoiceMatrixQuestion table
{
    width:100%;
}
    .radioQuestion.singleChoiceMatrixQuestion table tr td, .radioQuestion.singleChoiceMatrixQuestion table tr th {
        text-align: center;
    }
    .radioQuestion.singleChoiceMatrixQuestion table tr:nth-child(2n+1) td {
        background-color: #e5e5e5;
    }
        .radioQuestion.singleChoiceMatrixQuestion label {
            display: none;
        }

.radioQuestion.singleChoiceMatrixQuestion {
    margin-left: 0px;
    margin-bottom: 20px;
}

    .radioQuestion.singleChoiceMatrixQuestion p {
        margin-bottom: 0px;
    }


.SVYQuestionContainer {
    margin-bottom: 30px;
}

    .SVYQuestionContainer.SVYSubQuestionContainer {
        margin-bottom: 0px;
    }

.SVYQuestion {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 15px;
}
    .SVYQuestion.SVYSubQuestion
    {
        text-align:left;
    }
    .SVYQuestion-comment-label {
        text-align: center;
        height: auto;
    }

.SVYQuestion p {
    font-weight: bold;
}

.SVYQuestion.SVYSubQuestion p {
    font-weight: normal;
}

.otherAnswer {
    width: 560px;
    margin-left: 10px;
}


#QuestionModal .modal-dialog
{
    width:800px;
}


@media (max-width: 767px) {
    .logo-wrapper {
        height: 95px;
    }

        .logo-wrapper img {
            max-height: 95px;
        }

    #TopHeader {
        min-height: 95px;
    }

    .radioQuestion.singleChoiceMatrixQuestion input {
        margin: 5px;
    }
}


.default_table td {
    padding: 6px;
    color: #333333;
}


/*** TABLE STYLES ***/

table.tableStyle {
    background-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 1px solid #b4b4b4;
}

.tableStyle tr th {
    margin: 0px;
    padding: 5px;
    text-align: center;
    height: 40px;
}

th.leftBorder {
    border-left: 1px solid #333;
}

th.rightBorder {
    border-right: 1px solid #333;
}


.tableStyle .checkbox {
    margin-left: 5px;
}

.tableStyle tr td:first-child {
    border-left: 1px solid #b4b4b4;
}

.tableStyle tr th:first-child {
    border-left: 1px solid #333;
}

.tableStyle tr td {
    border-right: 1px solid #b4b4b4;
    margin: 0px;
    padding: 5px;
    text-align: center;
}

.tableStyle tr th {
    background-color: #333333;
    border-right: 1px solid #333333;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
}

.tableStyle tr.footer td {
    background-color: #eb0a1e;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
}

.tableStyle tr.footer td a{
    color: #ffffff;
}

.tableStyle tr {
    text-align: center;
}

    .tableStyle tr td {
        background-color: #ffffff;
        font-weight: normal;
        font-size: 12px;
        color: #000;
        text-align: center;
    }

.tableStyle th.left,
.tableStyle td.left {
    padding-left: 10px;
    text-align: left;
}

.tableStyle th.right,
.tableStyle td.right {
    padding-right: 10px;
    text-align: right;
}




.tableStyle > tbody > tr:nth-child(1) > th ~ td {
    border-top: solid 1px #b4b4b4;
}

.tableStyle > tbody > tr > th ~ td{
    border-left:0px;
}

.tableStyle > tbody > tr:last-child > th {
    border-bottom: solid 1px #333;
}




.tableStyle tr.trAlt td {
    background-color: #ffffff;
}

.tableStyle tr:nth-child(even) td {
    background-color: #eeeeee;
}


.tableStyle tr.parent td {
    background-color: #eb0a1e !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 5px;
}

.tableStyle tr.trAlt td.total,
.tableStyle td.parent,
.tableStyle td.total {
    background-color: #eb0a1e !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #ffffff !important;
}
  .tableStyle tr.total td, .tableStyle tr.trAlt td.total, .tableStyle td.total {
        background-color: #eb0a1e !important;
        font-weight: normal !important;
        font-size: 12px !important;
        color: #ffffff !important;
    }

    .tableStyle tr.subtotal td, .tableStyle td.subtotal, tr.subtotal.trAlt td {
        background-color: #8e8c8a !important;
        font-weight: normal !important;
        font-size: 12px !important;
        color: #ffffff !important;
    }
.tableStyle select {
    font-size: 12px;
}

.tableStyle label {
    color: #2e2e2e;
}

.tableStyle tr.footerImportant td {
    background-color: #eb0a1e !important;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #ffffff !important;
}

.tableStyle .nobg,
.tableStyle .nobg td,
.tableStyle .nobg th {
    background-color: transparent !important;
}

.tableStyle td a,
.tableStyle td a:link,
.tableStyle td a:visited,
.tableStyle td a:active {
    color: #eb0a1e;
    text-decoration: underline;
}
.tableStyle td a.btn ,
.tableStyle td a.btn:link,
.tableStyle td a.btn:visited,
.tableStyle td a.btn:active {
    color: #fff;
    text-decoration: none;
}
.tableStyle td h1 {
    margin-top: 10px;
}

.tableStyle tr.parent td a {
    color: White;
}


.tableStyle th.highlight,
.tableStyle td.highlight {
    background-color: #FFFFFF;
    color: #333333;
}

.tableStyle tr.trAlt td.highlight {
    background-color: #FFFFFF !important;
    color: #333333 !important;
}


table.SecondaryTableStyle {
    background-color: #ffffff;
    border-collapse: separate;
}

.tableStyle tr th.qtd,
.tableStyle tr.alt th.qtd
/*.tableStyle tr td.qtd,
.tableStyle tr.alt td.qtd*/ {
    /*background-color: #8e8c89 !important;*/
    font-weight: bold;
    font-size: 14px;
}

.tableStyle tr td.qtd,
.tableStyle tr.alt td.qtd {
    /*background-color: #b4b4b4 !important;*/
    font-weight: bold;
    font-size: 12px;
    border-left: 1px solid #b4b4b4;
    /*border-color:#333 !important;*/
}

.tableStyle tr th.ytd,
.tableStyle tr.alt th.ytd {
    /*background-color: #eb0a1e !important;*/
    font-weight: bold;
    font-size: 12px;
}

.tableStyle tr td.ytd,
.tableStyle tr.alt td.ytd {
    /*background-color: #b4b4b4 !important;*/
    font-weight: bold;
    font-size: 12px;
    /*border-color:#333 !important;*/
}

.tableStyle tr td.cellborder {
    border-top: solid 1px #b4b4b4;
    border-bottom: solid 1px #b4b4b4;
}

.tableStyle tr td.nocellborder {
    border: 0px;
}

.tableStyle tr td.cellborder-bottom {
    border-bottom: solid 1px #b4b4b4;
}
.tableStyle .btn-default:link
{
    color:#fff !important;
}
.SecondaryTableStyle tr th {
    border-width: 1px 1px 0 0;
    border-color: #eb0a1e;
    border-style: solid;
    margin: 0px;
    padding: 5px;
    text-align: center;
    background-color: #eb0a1e;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.SecondaryTableStyle tr td {
    margin: 0px;
    padding: 5px;
    text-align: center;
}

    .SecondaryTableStyle tr td + td {
        border-left: 1px solid #ffffff;
    }


.SecondaryTableStyle tr.footer td {
    background-color: #b4b4b4;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.SecondaryTableStyle tr {
    text-align: center;
}

    .SecondaryTableStyle tr td {
        background-color: #4c4c4c;
        font-weight: normal;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }

.SecondaryTableStyle th.left, .SecondaryTableStyle td.left {
    padding-left: 10px;
    text-align: left;
}

.SecondaryTableStyle th.right, .SecondaryTableStyle td.right {
    padding-right: 10px;
    text-align: right;
}

.SecondaryTableStyle tr.trAlt td {
    background-color: #4c4c4c;
}

.SecondaryTableStyle tr.parent td {
    background-color: #646464 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 5px;
}


.SecondaryTableStyle td.parent {
    background-color: #ffffff !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #040707 !important;
}

.SecondaryTableStyle tr.trAlt td.total, .SecondaryTableStyle td.total {
    background-color: #b4b4b4 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #ffffff !important;
}

.SecondaryTableStyle select {
    font-size: 8pt;
    font-family: Arial;
}

.SecondaryTableStyle label {
    color: #2e2e2e;
}

.SecondaryTableStyle tr.footerImportant td {
    background-color: #eb0a1e !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #ffffff !important;
}

.SecondaryTableStyle .nobg, .SecondaryTableStyle .nobg td, .SecondaryTableStyle .nobg th {
    background-color: transparent !important;
}

.SecondaryTableStyle td a, .SecondaryTableStyle td a:link, .SecondaryTableStyle td a:visited, .SecondaryTableStyle td a:active {
    color: #b4b4b4;
    text-decoration: underline;
}

.SecondaryTableStyle td h1 {
    margin-top: 10px;
}

.SecondaryTableStyle tr.parent td a {
    color: White;
}


.SecondaryTableStyle th.highlight, .SecondaryTableStyle td.highlight {
    background-color: #7f3f98;
    color: White;
    font-weight: bold;
}

.SecondaryTableStyle tr.trAlt td.highlight {
    background-color: #7f3f98 !important;
    color: White !important;
}

.SecondaryTableStyle th.highlight a, .SecondaryTableStyle td.highlight a {
    color: White;
}

.SecondaryTableStyle tr.trAlt td.highlight a {
    color: White !important;
}

.SecondaryTableStyle tr:nth-child(odd) td {
    background-color: #646464;
}

.toast-close-button {
  color: #bbb;
}

.toast-bottom-right {
  right: 20px;
  bottom: 80px;
}

#toast-container .toast {
  padding: 15px 15px 15px 15px;
  color: #000;
}
#toast-container .toast:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/*KZ: remove the background icon image*/
#toast-container .toast.toast-info {
  background-image: none!important;
}

.toast-info {
  background-color: none;
}

.toast-info {
  background-color: #fff;
}
.toast-warning {
  background-color: #F89406;
}
progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

table.toast-cart-change-layout{

}

table.toast-cart-change-layout td{
    padding:5px;
}

.toast-thumb{
    width:60px;
    height:60px;
    border:2px solid #eee;
}

.container {
    max-width: 1061px;
    padding: 0px;
}


@media (min-width: 1200px) {
    .container {
        width: 1061px;
    }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.custrow {
    margin-right: -15px;
    margin-left: -15px;
}



.tooltip-inner {
    text-align: left;
}



.form-control, .k-multiselect {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 5px 10px;
    font-family: 'Toyota Type', Arial;
    font-size: 12px;
    color: #000000;
    height: 30px;
}

.tableStyle .form-control select {
    font-size: 12px;
}

input[type="checkbox"].form-control {
    float: left;
    margin: -8px 8px 0 4px;
    width: auto;
}

.modal-header {
    padding: 20px;
    padding-bottom: 40px;
}

    .modal-header .modal-title {
        float: left;
    }

    .modal-header button span {
        font-size: 30px;
    }

@media (max-width: 767px) {

    .navbar .navbar-nav {
        margin-left: 0px;
        width: 100%;
    }


    .navbar-collapse {
        text-align: center;
        border-bottom: solid 1px;
    }


    .navbar-default .navbar-nav > li > a {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        margin-top: 0px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px;
        text-align: left;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

/*a.btn.btn-default:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 15px;
}*/



.btn {
    font-family: 'Toyota Type', Arial;
    padding: 4px 20px;
    border-radius: 2px;
    background-color: #eb0a1e;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    behavior: url(/scripts/PIE.htc);
    text-decoration: none;
    border: 0px;
    border-color: #eb0a1e;
}

.btn-default, .btn-default:link, .btn-default:visited {
    color: #ffffff !important;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #fff;/*Border needs to be white so buttons can be placed on images*/
    background-color: #000;
    border-radius: 15px;
    font-size: 10px !important;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #000;
        color: #ffffff;
        text-decoration: none;
        text-shadow: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active, .btn-disable, .btn-disable:active {
        background-color: #cbcdc8;
        color:#444;


    }

    .btn-default.btn-secondary, .btn-default.btn-secondary:link, .btn-default.btn-secondary:visited {
        color: #ffffff;
        text-decoration: none;
        text-shadow: none;
        border: 1px solid #eb0a1e !important; /*Border needs to be white so buttons can be placed on images*/
        background-color: #eb0a1e !important;
        border-radius: 15px;
        font-size: 10px !important;
    }

        .btn-default.btn-secondary:hover, .btn-default.btn-secondary:focus, .btn-default.btn-secondary:active, .btn-default.btn-secondary.active, .open .dropdown-toggle.btn-default.btn-secondary {
            background-color: #eb0a1e !important;
            color: #ffffff;
            text-decoration: none;
            text-shadow: none;
        }

.btn-small, .ContentTile .btn {
    line-height: 20px;
    padding: 5px 13px;
    font-size: 13px;
}

.btn-primary, .btn-primary:link, .btn-primary:visited {
    background-color: #018699;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        border-color: none;
        color: #ffffff;
        background-color: #029bcf;
    }

.btn-orange, .btn-orange:link, .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    background-color: #FFA200;
}



.tooltip.top .tooltip-arrow {
    border-top-color: #333333;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #333333;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333333;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #333333;
}

.tooltip-inner {
    background-color: #333333;
    color: #ffffff;
}

.carousel p {
    color: #FFFFFF;
}
#tableKNRQuestionAnswers p{
    margin: 0px;
}

@font-face {
    font-family: 'Toyota Type Semi Bold';
    src: url('/fonts/ToyotaType-Semibold.otf');
    font-style: normal;
}

.fileinput-button {
    position: static;
}

/*.profile-photo-link span {
        display: none;
    }*/

.Tile {
    margin-top: 5px;
    padding: 25px;
    font-size: 16px;
}

    .Tile b {
        font-size: 17px;
        display: inline-block;
        padding-bottom: 5px;
    }

.Tile-CentreCopy {
    margin-top: 5px;
    padding: 85px;
    font-size: 20px;
}

    .Tile-CentreCopy .HeadingNew {
        font-size: 32px !important;
    }

.paddingTopBottom {
    padding-top: 16px;
    padding-bottom: 16px;
}

.paddingTopBottom40 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.HeadingNew {
    padding-bottom: 20px;
    font-family: 'Toyota Type Semi Bold';
    font-size: 26px;
}

.ToyotaSemiBold {
    font-family: 'Toyota Type Semi Bold';
}

.SubHeadingNew {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#certificateCarousel .col-md-12 {
    cursor: default;
}

#certificateCarousel .btn, #TopAchieverCopy1 .btn, #HomePerformance .btn, #TATable .btn {
    background-color: #eb0a1e !important;
    border-color: #eb0a1e !important;
}

#certificateCarousel .carousel-control {
    color: #999999 !important;
    top: 40%;
}

    #certificateCarousel .carousel-control .glyphicon-chevron-right {
        transform: translateX(-150%);
    }

    #certificateCarousel .carousel-control .glyphicon-chevron-left {
        transform: translateX(100%);
    }

#InnerSalesDonut {
    position: absolute;
    margin: 0;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-family: 'Toyota Type Semi Bold';
    font-size: 38px;
}

/*#divWallOfHonor, #TopAchieverCopy1, #RecognitionCara {
    background: url(/Content/images/WOH_BG.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}*/

.newLayout .btn {
    border-radius: 25px !important;
    padding: 5px 20px 8px 20px;
}

    .newLayout .btn span {
        font-size: 14px;
        letter-spacing: 2px;
    }

.newLayout #ProfilePhoto {
    border-radius: 50% 50%;
    border: 1px solid #eee;
    object-fit: cover;
}

.newLayout .btn.transparentBTN {
    background-color: transparent !important;
    color: black !important;
}
    .newLayout .btn.transparentBTN:hover {
        color: #fff !important;
        background-color: #000 !important;
        transition: background-color 400ms ease-out;
        text-decoration: none !important;
    }

        .newLayout .btn.transparentBTN:hover #PencilIcon {
            transition: filter 350ms ease-out;
            filter: invert(1)
        }

.newLayout #btn-profile-upload {
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 185px !important;
    background-image: url('/Content/images/SalesSociety/tss2017_OnlineAssets_PhotoUpload.png');
    background-size: cover;
    cursor: pointer;
}

.newLayout #btn-remove-photo {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 70px;
    left: 185px !important;
    background-image: url('/Content/images/SalesSociety/tss2017_OnlineAssets_PhotoRemove.png');
    background-size: cover;
    display: none;
}

.newLayout .tableStyle tr th {
    font-size: 16px !important;
    padding: 10px;
}

.newLayout .tableStyle tr td {
    font-size: 16px !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.newLayout .tableStyle .fa {
    font-size: 26px;
}

.photo_thumb {
    padding-right: 2px;
}
    .photo_thumb:last-of-type {
        padding-right: 0px;
    }

#TopAchieverCopy2 li {
    margin-left: -17px;
    padding-bottom: 10px;
}

.divInnerDonutHome {
    width: 135px;
    height: 180px;
    position: absolute;
    top: 155px;
    transform: translateX(36%);
}

.divDonutBottomHome {
    display: block;
}

#WallofHonourCaro li {
    padding-bottom: 6px;
    padding-top: 6px;
}

#divTACopy2 {
    padding: 40px;
    margin-top: 0px;
}

#TopAchieverCopy1 {
    min-height: 570px;
    color: white;
    z-index: 1;
}

.newLayout #pnl_ta_filters {
    display: flex;
    justify-content: center;
}

.newLayout #ddlPos {
    width: 331px;
}

.newLayout #ddlCat {
    width: 441px;
    margin-right: 0px
}

.newLayout #ddlmonth {
    width: 120px;
}

.newLayout #ddlRank {
    width: 120px;
}

#RecognitionCara .Tile-CentreCopy {
    padding: 25px;
}

.greyBackground {
    background-color: #f5f6f7;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 100vmax #f5f6f7;
    clip-path: inset(0 -100vmax);
}

#RecognitionCara {
    min-height: 570px;
    color: white;
    z-index: 1;
    width: 62%;
    position: absolute;
    right: 0;
}

    #RecognitionCara .ProfilePhotoRecog {
        width: 125px;
        height: 125px;
        border-radius: 50% 50%;
        border: 1px solid #eee;
        object-fit: cover;
    }

#divAchievements {
    min-height: 690px;
    z-index: 2;
}

    #divAchievements::before {
        content: "";
        background-color: white;
        position: absolute;
        height: 100%;
        width: 4000px;
        right: 0px;
        z-index: -1;
    }

#divProfile {
    min-height: 570px;
    z-index: 2;
}

#divProfile::before {
    content: "";
    background-color: #f5f6f7;
    position: absolute;
    height: 100%;
    width: 4000px;
    right: 0px;
    z-index: -1;
}

#HomePerformance {
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 100vmax #fff;
    clip-path: inset(0 -100vmax);
}

.badgeMilestone {
    height: 100px;
    width: 100px;
}

.glyphicon.glyphicon-chevron-right, .glyphicon.glyphicon-chevron-left {
    font-size: 26px;
}

#divWallOfHonor {
    min-height: 570px;
    color: white;
    z-index: 1;
    width: 62%;
    position: absolute;
    right: 0;
}

@media (max-width: 767px) {
    .Tile {
        padding: 25px 0px 25px 0px;
    }

    #divAchievements .HeadingNew, #divAchievements .SubHeadingNew, #divWallOfHonor .HeadingNew, #divWallOfHonor .SubHeadingNew {
        text-align: center;
    }

    .HeadingNew {
        font-size: 28px;
    }

    .SubHeadingNew {
        font-size: 16px;
    }

    #divWallOfHonor, #TopAchieverCopy1, #RecognitionCara {
        background-position-x: center;
    }

    #RecognitionCara {
        width: auto;
        position: relative;
    }

        #btnProfBlock {
            padding: 3px 20px 3px 15px;
            font-size: 11px;
        }

    .CertImage {
        width: 200px;
    }

    #RedFooter {
        text-align: center;
    }

    #DwnBrochure {
        padding-left: 15px;
    }

    #GPlayDwn {
        padding-bottom: 25px;
    }

    #certificateCarousel .left.carousel-control {
        left: -35px;
    }

    #certificateCarousel .right.carousel-control {
        right: -15px;
    }

    #divCerts .Tile, .Tile {
        margin-top: 0px;
    }

    #divElgibility, .divRewardsCopy {
        width: auto;
    }

    #divTACopy2 {
        padding: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .imgTAPhotos {
        width: 191px;
        height: 135px;
    }

    .Tile-CentreCopy {
        margin-top: 0px;
        padding: 40px;
    }

        .Tile-CentreCopy .HeadingNew {
            font-size: 34px !important
        }

    #TopAchieverCopy1 {
        min-height: 580px;
        text-align: center;
    }

        #TopAchieverCopy1 .Tile-CentreCopy {
            padding-top: 145px;
        }

    #BtnTACopy1 {
        text-align: center;
    }

    .newLayout .btn span {
        font-size: 11px;
    }

    .newLayout .tableStyle tr th {
        font-size: 12px !important;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .newLayout .tableStyle tr td {
        font-size: 12px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #TopAchieverCopy2 .col-md-6 .col-md-12, #TopAchieverCopy2 .col-md-6 .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .TAHalf {
        padding-bottom: 40px;
    }

    .newLayout #pnl_ta_filters {
        display: block;
    }

    .newLayout #ddlCat, .newLayout #ddlmonth, .newLayout #ddlRank, .newLayout #ddlPos {
        width: auto;
    }

    .newLayout #TAID {
        width: 360px;
        font-size: 9px;
    }

    #RecognitionCara .Tile-CentreCopy {
        padding: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #RecognitionCara .RecoName {
        display: inline-block;
        min-height: 100px;
        font-size: 22px;
    }

    .divInnerDonutHome {
        width: 75px;
        height: 0;
        top: -100px;
        transform: translateX(36%);
        position: relative;
    }

    .NVSrow #divWallOfHonor, .NVSrow #TopAchieverCopy1, .NVSrow #RecognitionCara {
        background: url(/Content/images/WOH_BG_NVS.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
    }

    .UVSrow #divWallOfHonor, .UVSrow #TopAchieverCopy1, .UVSrow #RecognitionCara {
        background: url('/Content/images/WOH_BG_UVS 2024.png');
        background-size: auto;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
    }

    #divWallOfHonor {
        width: auto;
        position: relative;
    }

    #divProfile {
        margin-right: 0px;
    }
}
.flexslider
{
    /*border: 4px solid #FFFFFF;     border-radius: 4px;     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);     margin: 0 0 60px;*/
    /*border: 0 !important;*/
    box-shadow: none !important;
    margin: 0 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border:0px;
}

.flexslider p
{
    margin: 0 !important;
}
.flex-control-nav
{
    bottom: 0px !important;
}


.flex-control-paging li a.flex-active
{
    background: url(/Content/images/bullet_green.png) no-repeat 0 0;
}
.flex-control-paging li a
{
    background: url(/Content/images/bullet_black.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
}
.flex-control-nav
{
    /*bottom: 10px !important;*/
    text-align: right;
    right: 5px;

}
.flex-control-nav li
{
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}
.flex-control-nav li a
{
    color: transparent; 
    font-size:0px;
}

.flexslider .slides > li
{
    display:block;
}
/*.flexslider
{
    border: 1px solid #dbdbdb;
}*/
.k-button
{
    background-color: #dbdbdb !important;
    color: #2e2e2e !important;
    border: none;
}

.k-multiselect
{
    margin-top: 3px;
}
.divSections .col-md-3:first-child {
    padding-left: 0px;
}

#ConfirmDiffMobileModal #enableBTN {
    background-color: #eb0a1e !important;
}

#ConfirmDiffMobileModal .btn-secondary {
    background-color: #000 !important;
}

.divSections.row .col-md-1, #Set2faMobileNum .row .col-md-1, #Set2faMobileNum .row .col-md-2 {
    width: auto;
}

.hovertext {
    color: #000 !important;
}

    .hovertext:before {
        background-color: #000 !important;
    }

#DisableTwoFAModal #disableNoPopUp {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

#DisableTwoFAModal .disableBTN {
    background-color: #000 !important;
    border-color: #000 !important;
}
/*#Reward-Catalogue a
{
    color:#333 !important;
}*/
#Reward-Catalogue {
    background-color: #fff;
}
    #Reward-Catalogue h2 {
        color: black;
    }

    #Reward-Catalogue h2.line-through span {
        color: #333 !important;
    }

    #Reward-Catalogue .pnl-account-details #remaining-balance, #Reward-Catalogue .mb-act-balance-num {
        background-color: #eb0a1e !important;
    }

.mb-act-balance {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.mb-act-balance-num {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

#Reward-Catalogue .pnl-account-details #cart-total, #Reward-Catalogue .mb-act-cart-num {
    background-color: #333333 !important;
    border-radius: 30px;
}

#Reward-TopHeader {
    padding: 20px 14px 20px 0px;
}

#Reward-Catalogue > div[ui-view] {
    padding: 0;
}

    #Reward-Catalogue > div[ui-view] > div[ui-view] > .content-wrapper {
        padding: 20px;
    }

    #Reward-Catalogue > div[ui-view] > div[ui-view] > #reward-promo-banner-full {
        padding-top: 20px;
    }

#Reward-Catalogue h2.line-through {
    margin-left: 20px;
    margin-right: 20px;
}

#Reward-Catalogue #pnl-search-result {
    padding-top: 50px;
}

    #Reward-Catalogue #pnl-search-result .category-list {
        margin-top: -40px;
    }


    #Reward-Catalogue #pnl-search-result select {
        margin-top: -10px;
        margin-right: 30px;
    }

#Reward-Catalogue .dropdown-menu > li > a {
    color: #333;
}

.page-header-mb {
    /* padding: 0px 20px; */
}

#Reward-Catalogue .content-wrapper-full-width {
    width: 100%;
}


#Reward-Catalogue .carousel-indicators .active {
    margin: 1px;
}

#Reward-Catalogue .carousel li {
    margin-left: 4px !important;
    margin-right: 4px !important;
}


#Reward-Catalogue .carousel-inner > .item {
    height: auto;
}

#Reward-Carousel-Wrapper .carousel-inner > .item {
    padding: 0 15px;
    margin-top: 13px;
}

/*#Reward-Catalogue .subcat-list {
    margin-bottom: 10px;
}

    #Reward-Catalogue .subcat-list li {
        margin-bottom: 5px;
    }*/

#Reward-Catalogue .category-name a {
    color: #333;
}

#Reward-Catalogue .pnl-account-details #checkout-button, #Reward-Catalogue .pnl-account-details #cart-button {
    background-color: #444 !important;
}

#Reward-Catalogue .pnl-account-details #remaining-balance {
    background-color: #eb0a1e !important;
    font-weight: bold;
}

#Reward-Catalogue .subcat-list {
    font-size: 12px;
}

<<<<<<< HEAD
.modal-open .modal.fade.ng-scope.ng-isolate-scope.in .modal-header.ng-scope {
    padding: 20px 20px 0px 20px;
}

.modal-open .modal.fade.ng-scope.ng-isolate-scope.in .btn.btn-default.ng-binding {
    background-color: #eb0a1e !important;
    border-color: #eb0a1e !important;
}

.modal-open .modal.fade.ng-scope.ng-isolate-scope.in .btn.ng-binding:first-child {
    background-color: #000 !important;
    border-color: #000 !important;
    border-radius: 15px !important;
    font-size: 10px !important;
}

=======
>>>>>>> task/2023_GAP_Reports
category-drop-down-menu > a, category-drop-down-menu > a:hover, category-drop-down-menu > a:focus {
    padding: 10px 2px 10px 2px;
}

brand-drop-down-menu > a, brand-drop-down-menu > a:hover, brand-drop-down-menu > a:focus {
    padding: 10px 2px 10px 2px;
}

exclusive-drop-down-menu > a, exclusive-drop-down-menu > a:hover, exclusive-drop-down-menu > a:focus {
    padding: 10px 2px 10px 2px;
}

@media screen and (max-width: 600px) {
    #Reward-Catalogue .div-cart-mb {
        background-color: #444;
        border-radius: 18px;
    }

    #Reward-Catalogue {
    box-shadow: 1px 1px 4px 1px #b4b4b4;
    padding: 40px;
    }

    #Reward-Catalogue .div-star-mb {
        color: #eb0a1e;
    }

    .div-cart-mb span.fa.fa-shopping-cart {
        color: #fff;
    }

    #Reward-TopHeader-wrapper {
        margin: 0px;
        width: 100%;
    }


    #Reward-Catalogue .carousel-control i.glyphicon-chevron-left, #Reward-Catalogue .carousel-control i.glyphicon-chevron-right {
        position: absolute;
        left: 0;
        right: 0px;
        display: inline-block;
        width: 50px;
        height: auto;
        margin: 0px;
    }

    #Reward-Catalogue .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        padding-top: 20px;
    }
}

