/* Minification failed. Returning unminified contents.
(1754,1): run-time error CSS1019: Unexpected token, 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.

 *****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************/
/* import customised font*/

/* Core elements */

* {
    font-family: 'Century Gothic',sans-serif;
}

body, .bodycopy2 {
    background-color: #ffffff;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: 'Century Gothic', sans-serif !important;
    font-size: 14px;
    color: #323232;
    font-weight: normal;
}

.bodycopy2 {
    font-size: 10px !important;
    text-align: left !important;
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

h1 {
    font-size: 27px;
    font-weight: normal;
    color: #ec3932;
}

    h1.Gray {
        color: #b4b4b4;
    }

h2 {
    font-size: 22px;
    color: #2e3192;
    font-weight: normal;
}

    h2.as-secondary {
        color: #ec3932;
    }

    h2.success {
        color: #000000;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        margin-top: 0px;
    }

    h2 .small {
        color: inherit !important;
    }

h3 {
    font-size: 18px;
    font-weight: bold;
}

.capxion {
    font-size: 11px;
}

h4 {
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top: 0px;
}

h5 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 0px;
}

label {
    display: inline-block;
    margin-bottom: 5px !important;
}

a, a:link {
    color: #2e3192;
    text-decoration: none;
}

    a:visited, a:active, a:hover {
        color: #2e3192;
        text-decoration: underline;
    }

ol, ul {
    padding-left: 20px;
}


ul, ol, p {
    margin: 0 0 20px;
}


    ul.audi-ul li {
        list-style-type: none;
        font-size: 14px;
        padding-bottom: 5px;
        font-weight: bold;
        margin-top: 0px;
    }

        ul.audi-ul li:before {
            font-family: 'FontAwesome';
            content: '\f054';
            margin: 0 5px 0 -20px;
        }


.audi-ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

textarea {
    margin-bottom: 3px;
}

textarea, input, select, .rfContainer > .form-control {
    margin-top: 3px;
}

red {
    color: #cc0033;
    font-weight: bold;
}

.fa-circle-icon {
    background: #cc0033;
    padding: 2px;
    border-radius: 50%;
}
div.table{
    display:table;
}
div.table-row{
    display:table-row;
}
div.table-cell{
    display:table-cell;
}
/* END: Core elements */


/* Commonly used elements  */
.inline {
    display: inline;
}

div#SiteUnderMaintenance {
    width: 350px;
    margin: 0 auto;
    margin-top: 0px;
    padding: 20px;
    border-radius: 10px;
    border: 8px solid #cc0033;
    font-size: 120%;
    text-align: center;
}

.label {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 0px;
}

span.note {
    font-size: 11px;
    font-style: italic;
}

span.lightnote {
    font-size: 11px;
    font-style: italic;
    color: #b3b3b3;
}

.hidden {
    visibility: hidden;
    display: none;
}

/* borders and shadow*/
.box-shadow-thin {
    box-shadow: 1px 1px 1px 1px #959595;
}

/*Calendar style */
.cal_Theme1 {
    background-color: #dfdfdf;
    padding: 10px;
    border: solid 1px #c0c0c0;
    width: 200px;
}

.datefield input {
    width: 50px;
}

div.red-line {
    height: 5px;
    background-color: #cc0033;
    width: 300px;
    margin-bottom: 10px;
}

.right {
    text-align: right;
}

.SavedMessage {
    display: none;
    background-image: url('/Content/images/Yes.gif');
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px; /*    display: none;     background-image: url('/Content/images/Saved_message.png');     background-repeat: no-repeat;     width:67px;     height:14px;     padding: 2px;*/
}

.modal {
    top: 20%;
}

.RadioButtonList tr td {
    padding-right: 2px;
}

    .RadioButtonList tr td label {
        padding-left: 5px;
        font-weight: normal;
    }

   

#back-top {
    position: absolute;
    right: 3%;
    z-index: 1000;
    bottom: 9px;
    margin-bottom: 0;
}

    #back-top span {
        width: 40px;
        height: 40px;
        display: inline-block;
        background: #333 no-repeat center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        opacity: 0.7;
    }

    #back-top a {
        display: block;
        text-align: center;
        font: 11px/100% Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #666;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top i {
        font-size: 27px;
        color: #fff;
        padding: 5px;
    }

    #back-top a:hover {
        color: #999;
    }

/* END: Commonly used elements  */


@media (max-width: 960px) {
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

      #back-top {
        bottom: 20px;
    }
}

/*--------------------------------------------------	CAROUSEL SLIDER---------------------------------------------------*/
#c-slide {
    padding: 0px;
}

.carousel .carousel-control {
    width: 10%;
}

.carousel .item {
    overflow: hidden;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
}

.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;
    min-height: 270px;
}

    .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;
    top: 0;
    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);
}

    .carousel-control.left {
        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.right {
        left: auto;
        right: 0;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    }

    .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: 10000;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    bottom: -30px;
}

    .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0px;
        text-indent: -999px;
        border: 1px solid #000000;
        border-radius: 10px;
        cursor: pointer;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #000000;
    }

.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.left, .carousel-control.right {
        background-image: none;
        filter: none;
        background: rgba(0,0,0,.1);
        height: 80px;
        width: 50px;
        margin-top: 25%;
        margin-left: 0px;
        margin-right: 0;
    }

.carousel:hover .carousel-control.left, .carousel:hover .carousel-control.right {
}

.carousel-control.left {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.carousel-control.right {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.carousel-control i {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5;
    display: inline-block;
    width: 50px;
    height: 80px;
    margin-left: 0px;
    color: #fff;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control.left, .carousel-control.right {
    margin-top: 30%;
}

.testimonial-wrapper {
    height: 340px;
    margin: 0px;
    padding: 40px;
    text-align: left;
    background-color: rgba(45, 48, 145,0.80);
}



.testimonial-copy {
    font-size: 23px;
    overflow: hidden;
    color: #fff;
}


    .testimonial-copy h1::before {
        content: "testimonial";
        display: block;
        margin-bottom: 10px;
        font-size: 27px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .testimonial-copy h1 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff;
    }

    .testimonial-copy p {
        font-size: 13px;
        color: #fff;
        margin-bottom: 10px;
    }


@media (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }

    .testimonial-wrapper {
        margin-top: 260px;
    }

    .testimonial-copy {
        font-size: 12px;
    }

        .testimonial-copy h1 {
            font-size: 24px;
        }

        .testimonial-copy p {
            font-size: 12px;
        }
}

#top_banner_carousel {
    margin-top: 0px;
}

#btn_download_eDetailer, #btn_howitworks {
    float: left;
}

div#HomePageBanner {
    background-position: bottom center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("/images/ArcSigns-faded_banner.jpg");
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px;
}

#HomePageDashboard {
    background: rgba(255,255,255,.6);
    height: 290px;
    width: 100%;
    top: -290px;
    position: absolute;
}

#MainView {
    position: relative;
}

#login_information {
    z-index: 999999;
}

.ContentViewer-ContentTile-Zone1 {
    width: 330px;
    float: left;
}

.ContentViewer-ContentTile-Zone2 {
    width: 330px;
    float: left;
}

.ContentViewer-ContentTile-Zone3 {
    width: 300px;
    float: left;
}


.Welcome {
    z-index: 999;
}

.homedashboard-layout {
    background-color: transparent;
}



.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;
}

.profile_captions {
    margin-top: 10px;
}

.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: 240px;
    height: 240px;
    padding: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 1px #b4b4b4;
    position: relative;
    /*border: solid 1px #b4b4b4;*/
}

    .ContentTile.LastContentTile {
        margin-right: 0px;
    }

.ContentTile-Double {
    width: 500px;
}

.ContentTile-Double-Height {
    height: 500px;
}

.ContentTile-Triple {
    width: 760px;
}

.ContentTile .btn-sml {
    position: absolute;
    bottom: 10px;
    left: 20px;
}


/*.ContentTile.ContentTile-News {
    padding-left: 0px;
    padding-right: 0px;
}*/


.news-wrapper {
    width: 100%;
}




.news-scroller {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .news-scroller li {
        list-style: none;
        padding: 5px 10px;
    }

        .news-scroller li table {
            background-color: transparent;
        }

        .news-scroller li:hover {
            background-color: #f2f2f2;
            cursor: pointer;
        }

ul.news-scroller {
    padding-left: 0px;
}

.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-cell-large {
    width: 345px;
    height: 170px;
    background-image: url('/Content/images/Video_Large.png');
    background-size: cover;
}


.video-cell-small {
    width: 115px;
    height: 75px;
    background-image: url('/Content/images/Video_Small.png');
    background-size: cover;
}

.video-board-layout {
    border-collapse: separate;
    border-spacing: 20px 20px;
    margin-top: -12px;
}

.ContentTile-Top-Achiever.ContentTile {
    padding-left: 0px;
    padding-right: 0px;
}

.ContentTile-Top-Achiever .BoxHeading {
    margin-left: 20px;
}


.ContentTile-Top-Achiever .BoxHeadingIcon {
    background-image: url('/Content/images/Sale.png');
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 27px;
    right: 20px;
}

.top-achiever-icon {
    width: 84px;
    height: 70px;
}

    .top-achiever-icon img {
        width: 50px;
        height: 50px;
        display: table-cell;
        margin: auto;
    }

.top-achiever-copy {
    width: 97px;
}

    .top-achiever-copy .name {
        font-size: 11px;
    }

    .top-achiever-copy .rank {
        color: #453188;
        font-size: 20px;
    }

.top-achiever-perc {
    width: 69px;
    text-align: center;
}

    .top-achiever-perc span {
        color: #6e6e6e;
        font-weight: bold;
        font-size: 12px;
    }

.top-achiever-scroller li.active-cell table {
    background-color: #f2f2f2;
}

.top-achiever-footer-layout {
    border-collapse: separate;
    border-spacing: 10px 0px;
}


.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;
    }

#LeaderboardScroller.tableStyle tr td {
    padding: 5px 3px;
}

@media (max-width: 768px) {

    #btn_download_eDetailer, #btn_howitworks {
        float: none;
    }
}


@media (min-width:1350px) {
    #top_banner_carousel > div > div {
        background-size: contain !important;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: #000;
    }
}

/*****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************
 
    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: 1040px;
}

.content-wrapper-fullwidth {
    margin: 0 auto;
    width: 100%;
}

.Content_ShowPage {
    padding: 0px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-top: 30px;
    position: relative;
    top: 0px;
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper {
    padding-top: 20px;
    clear: both;
}

footer {
    padding-top: 20px;
    clear: both; /*background-color: #e2e2e2;*/
    font-size: 10px;
    height: 100px;
}


#TopMenu {
    background-color: #ec3932;
}

#TopHeader #btnsubmit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.7em;
    background: none;
    border: none;
    color: black;
    padding: 4px 4px 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .3s;
}

#topheader-container {
    z-index: 999999;
}

#TopHeader {
    min-height: 100px;
    background-color: #fff;
    width: 100%;
    max-width: 1040px;
    margin: auto;
}

.NewProduct {
    width: 240px;
    height: 310px;
    border: 1px solid #eee;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #2e3192;
}

    .NewProduct div {
        margin-bottom: 10px;
    }

.PopularProduct {
    width: 20%;
    float: left;
    display: inline-block;
}

    .PopularProduct .PrdProductImage {
        border: 0;
        height: 208px;
        width: 208px;
    }


@media (max-width:767px) {

    .PopularProduct .PrdProductImage {
        display: block;
        margin: auto;
    }

    .PopularProduct {
        width: 100%;
    }

    .PrdCategory {
        width: 50% !important;
    }
}

.PrdProduct {
    display: table-cell;
    width: 160px;
    height: 220px;
    border: 1px solid #eee;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-align: center;
    vertical-align: top;
    float: left;
    color: #2e3192;
}

.PrdProductImage {
    height: 169px;
    width: 168px;
    border-bottom: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

    .PrdProductImage a img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 152px;
        max-width: 152px;
    }

    .PrdProductImage img {
        max-width: 188px;
        max-height: 189px;
    }

.PrdDescription {
    margin-top: 10px;
}

.PrdProduct:first-child {
    margin-left: 0px;
    margin-right: 20px;
}

.PrdProduct div {
    margin-bottom: 10px;
}

#PrdImageList {
    display: table;
}

.divimg {
    display: table-cell;
    height: 120px;
    width: 120px;
}

    .divimg div {
        height: 110px;
        width: 110px;
        margin: 5px;
        position: relative;
        border: 1px solid #eee;
    }

        .divimg div img {
            max-height: 108px;
            max-width: 108px;
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

.PrdImages {
    width: 480px;
    border: 1px solid #eee;
}

#MainImages {
    height: 479px;
    width: 478px;
    border-bottom: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.NewProduct:first-child {
    margin-left: 0px;
}

.PrdCategory {
    display: table-cell;
    width: 113px;
    height: 100px;
    text-align: center;
    vertical-align: top;
    float: left;
}



#LogoTopLeft, #LogoTopRight {
    height: 110px;
    position: relative;
    padding: 0px 2px;
}



    #LogoTopLeft a {
        cursor: pointer;
    }

        #LogoTopLeft a img {
            width: 100%;
            max-width: 210px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
        }


#login-container {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

#TopMenu {
    position: relative;
    max-width: 1040px;
    margin: auto;
}

    #TopMenu > div > nav {
        display: inline-block;
    }


#site_footer {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    padding: 20px 0px;
}

#disclaimer {
    margin-top: 1em;
}

div#UsrDetails {
    border-left: 1px #949699 solid;
}

    div#UsrDetails .col-sm-6 {
        margin-bottom: 10px;
    }

div#RegistrationBanner {
    background-image: url('/Content/images/WelcomeBG.jpg');
}


#bsSiteMenu {
    padding-left: 0px;
}


#footer_column_sitemap {
    text-align: left;
    margin-bottom: 20px;
}

#footer_column_disclaimer {
    text-align: center;
    margin-bottom: 20px;
}

#footer_column_SynchroPower {
    text-align: right;
}


.QAToolBar-Gap {
    display: none;
}

#Services-footer {
    padding-bottom: 50px;
}

    #Services-footer h1 {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding-left: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    #Services-footer li {
        font-size: 15px;
        list-style: none;
        padding-top: 0px;
    }

    #Services-footer div {
        margin-bottom: 0px !important;
    }


    #Services-footer ul {
        padding: 0px;
    }

        #Services-footer ul li a {
            font-size: 15px;
            color: #fff;
        }

        #Services-footer ul li ul li a {
            font-size: 13px;
            font-weight: bold;
            color: #fff;
        }

        #Services-footer ul li ul li ul li a {
            font-size: 14px;
            font-weight: normal;
            color: #fff;
        }

    #Services-footer img {
        display: none;
    }

    #Services-footer .col-sm-3 {
        width: 0px;
    }

.tbl-logos {
    width: 100%
}

    .tbl-logos td {
        text-align: center;
    }


@media (max-width: 960px) {
    .LogoTopLeft {
        padding-left: 15px !important;
    }

    .LogoTopRight, header .login {
        padding-right: 15px !important;
    }

    .footerItem {
        padding-left: 15px !important;
    }

    #TopHeader {
        height: 162px;
    }

    #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) {
    div#HomePageBanner {
        margin-top: 0px;
    }

    #container1 {
        border-bottom: 0px;
    }

    .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .PageContent {
        max-width: 100%;
    }

    .LogoTopLeft {
        position: relative;
    }

    .NewProduct {
        margin-left: auto;
        margin-right: auto;
    }

    .PrdProduct {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }


    .NewProduct:first-child {
        margin-left: auto;
        margin-right: auto;
    }

    .PrdProduct:first-child {
        margin-left: auto;
        margin-right: auto;
    }
    /*.PrdCategory {
    width: 65px;
    height: 75px;
    margin-right: 10px;
    margin-bottom: 10px;
}
     .PrdCategory img{
         max-width: 65px;
     }*/
    #LogoTopLeft a img {
        margin-top: 15px;
        width: 100%;
    }

    #LogoTopLeft {
        padding-left: 15px;
    }

    .LogoTopRight {
        padding-left: 15px;
    }

    #LogoTopRight_CVY {
        background-image: url(/Content/images/Choose_Your_Voucher.jpg);
        width: 214px;
        height: 142px;
    }

    #LogoTopRight_CVR {
        background-image: url(/Content/images/Choose_Your_Reward.jpg);
        width: 200px;
        height: 155px;
    }

    .LogoTopRight {
        display: none;
    }

    #LogoTopRight {
        padding-right: 15px !important;
    }

    div.SearchBox {
        right: 15px !important;
    }
}


#TopHeader {
    height: auto;
}

    #TopHeader #btnsubmit {
        padding: 8px 4px 0 0;
        margin-top: -5px;
    }

.navbar-header .navbar-brand {
    display: none !important;
}

#bsSiteMenu {
    padding-left: 15px;
}

#footer_column_sitemap {
    text-align: center;
}


#footer_column_SynchroPower {
    text-align: center;
}

#menu_container {
    border-bottom: 0px !important;
}

.mb-logos div {
    text-align: center;
    margin-bottom: 15px;
}
}

/*****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************
 
    1. This Style sheet should contain elements for login page 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

 *****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************/

login
{
    margin: 0;
    padding: 0px 10px 0px 10px;
}
#login
{
    font-size: 11px;
    padding: 10px;
    margin: 0px;
    text-align: right;    
    color: #cc0033;
    z-index: 100000;
}
#login p
{
    margin: 0px;
}


#login a
{
    color: #cc0033;
    text-decoration: underline;
}

#login a.username
{
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}

/* login page */
#loginForm
{
    border-right: none;
    float: none;
    width: auto;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}
@media (max-width: 767px) {
    #login {
        margin: 0px 0px 0px 0px;
        text-align: left;
    }
}
/************* Site Map ***********/

.sitemap {
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    margin-top: 15px;
    clear: both; /*padding-left:19px;*/
    display: inline-block;
    /*padding-bottom: 100px;*/
}

    .sitemap div {
        /*margin-right: 3%;*/
        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 #5a5a5a;
    padding-left: 6px;
}*/

    .sitemap a {
        color: #fff;
        font-size: 14px;
        /*text-decoration: underline;*/
        font-weight: normal;
    }

        .sitemap a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .sitemap h2 a, .sitemap h2 a:hover {
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        font-weight: bold;
    }


    .sitemap .footerItem {
        padding-left: 20px;
        width: auto;
    }

.img-thumbnail {
    float: left;
    height: auto;
    max-width: 130;
    max-height: 68px;
    border-radius: 0px !important;
    -webkit-transition: none !important;
    transition: none !important;
    border-collapse: collapse !important;
    border: 0;
    outline: 1px solid #DDDDDD; /* -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%;
}

.footerItem-horizontal > ul > li {
    float: left;
    position: relative;
    width:210px;
    display:table;
}

.sitemap .footerItem-horizontal > ul > li > a {
    text-decoration:underline;
}


.sitemap .footerItem-horizontal > ul > li {
    margin-left: 20px;
}

    .sitemap .footerItem-horizontal > ul > li ul {
        padding-left: 20px;
    }


@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.

 *****************************************************************************************************************
 *****************************************************************************************************************
 *****************************************************************************************************************/

#ProfilePhoto {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    padding: 2px;
}

.profile-photo-link {
    color: #00ace7;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 34px;
    width: 165px;
}

div#UsrProfilePhoto {
    max-width: 170px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.news-room-icon {
    width: 150px;
}

.form-group-title {
    margin: 20px 0px;
}

.control-label {
    font-weight: normal;
    padding-top: 10px;
}

.input-validation-error {
    border-color: #cc0033 !important;
}


/*progress bar in the file uploader*/
.progress {
    margin-top: 20px;
}

.files {
    word-wrap: break-word;
    color: #81a641;
}

#TCPopup .modal-dialog, #PrivacyPopup .modal-dialog {
    width: 100%;
    max-width: 660px;
}

/*How it works styles*/
.list-nav {
    list-style: none;
    padding-left: 0px;
}

    .list-nav a {
        color: #232323;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
    }

    .list-nav span {
        color: #e21838;
    }

.disclaimer {
    text-align: center;
    border: 3px solid #eee;
    padding: 20px 15px 10px 15px;
    margin: 30px auto;
    width: 100%;
    max-width: 800px;
}

/*clear the checkbox shadow*/

input[type=checkbox] {
    box-shadow: 0px 0px 0px;
}

div.SearchBox {
    width: 100%;
    top: 0;
    bottom: 0;
    max-width: 330px;
    right: 0px;
    margin-top: 25px;
    position: absolute;
    padding-left: 0px;
    background-image: url('/Content/images/sponsor_logos.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}
div#SocialMedia
{
    position: absolute;
    left:110px;
    bottom: -5px;
}
#SearchResults {
    display: none;
    position: absolute;
    width: 400px;
    height: auto;
    border: solid 1px #b4b4b4;
    right: 0px;
    background-color: #fefefe;
    z-index: 10000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

    #SearchResults li {
        list-style-type: none;
        padding: 10px;
        cursor: pointer;
    }

        #SearchResults li a {
            font-size: 13px;
            text-decoration: none;
        }

            #SearchResults li a strong {
                font-size: 15px;
            }

        #SearchResults li:hover {
            background-color: #efefef;
        }

    #SearchResults .SearchResultsInnerDiv {
        display: table;
    }

    #SearchResults .SearchResultsText {
        display: table-cell;
        padding-left:20px;
    }

    #SearchResults .SearchResultsIcon {
        width: 50px;
        height: 50px;
        background-size:contain;
        background-repeat: no-repeat;
        display: table-cell;
    }

@media only screen and (max-width: 960px) {
    .news-room-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    div#UsrProfilePhoto {
        /*padding-left: 15px;*/
    }

    div#UsrDetails {
        border: 0px;
    }

        div#UsrDetails .col-sm-4, div#UsrDetails .col-sm-6, div#UsrDetails .col-sm-8, div#UsrDetails .col-sm-12 {
            padding-left: 0px;
        }
}

#QuickLinksToggler {
    width: 30px;
    height: 115px;
    position: fixed;
    right: 0px;
    top: 475px;
    background-image: url('/Content/images/Quicklinks.png');
    background-size: cover;
    z-index: 9999;
}

#QuickLinksPanel {
    display: inline-block;
    position: fixed;
    top: 475px;
    right: 0px;
    display: none;
    z-index: 9999;
}


.QuickLinksPanel-layout {
    background: transparent;

}



#QuickLinksPanel .TogglerSlot {
    background: transparent url('/Content/images/Quicklinks.png') no-repeat top left;
    width: 30px;

}

#QuickLinksPanel .QuickLinks {
    background-color: #fff;
    height: 135px;
    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: 18px;
}

.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;
}

#EditQuicklinks .modal-footer {
    text-align: center;
}

#EditQuicklinks .modal-header {
    height: 185px !important;
}

#EditQuicklinks .modal-body {
    min-height: 360px;
}

.Content_ShowNews ul {
    display: table;
}

#projects {
    position: relative;
    margin: 0px auto;
    width: 618px;
    display: block;
    height: 200px;
    /*color: #1a1f27;*/
    /*background: url(/Content/images/divWhatsNew.png) no-repeat right top;*/
}

#project-type-nav {
    position: relative;
    margin-top: 0px; /*width: 192px;*/ /*FLOAT: left; */
    /*color: #dce7fa;*/
    margin-left: 0px;
    font-size: 14px;
    font-weight: bold; /*top:-5px; /*left:-2px; */
    list-style-type: none;
    background-color: #ffffff;
    background: url(/Content/images/whats_new.png) no-repeat left top;
    z-index: 1;
}

    #project-type-nav div {
        /*width: 192px;*/
        /*background: url(/images/whatsnew_tab_def.png) no-repeat left top;*/
        height: 70px;
    }

        #project-type-nav div A {
            /*width: 192px;*/
            color: White;
            text-decoration: none;
            text-align: center;
            vertical-align: middle;
            display: block;
            height: 70px;
            overflow: hidden;
            cursor: pointer;
        }

            #project-type-nav div A SPAN {
                z-index: 50;
                position: relative; /*margin-top: 15px; 	text-indent: -99999em;*/
                width: 192px;
                display: block;
                background-repeat: no-repeat;
                background-position: left top;
                height: 70px;
                margin-left: 0px;
                padding-top: 25px;
                text-align: center;
                vertical-align: middle;
                z-index: 10; /*opacity: 0.65;*/
            }

        #project-type-nav div.current {
            position: absolute;
            width: 192px;
            display: block;
            background: url(/Content/images/Whats_New_Current.png) no-repeat left top;
            height: 70px; /*TOP: -5px; /*LEFT: -7px;*/ /*margin-top:3px; 	padding-top:15px;*/
            z-index: 5;
            text-align: right;
        }

        #project-type-nav div.web A SPAN {
            /*background-image: url(/Content/images/whats_new.png);*/
            background-position: center bottom;
            margin-top: 0px;
        }

        #project-type-nav div.iphone A SPAN {
            /*background-image: url(/Content/images/whats_new.png);*/
            background-position: center bottom;
            margin-top: 0px;
        }

        #project-type-nav div.desktop A SPAN {
            /*	BACKGROUND-IMAGE: url(/images/quicklinks.png);		*/ /*background-image: url(/Content/images/whats_new.png);*/
            background-position: center bottom;
            margin-top: 0px;
        }

#projects-bottom {
    position: absolute;
    width: 500px;
    bottom: 0px; /*BACKGROUND: url(/images/bg-main.png) no-repeat left bottom; */ /*background-color:#434956;*/
    height: 18px;
    left: 10px;
}

.project-dots {
    position: absolute;
    bottom: 5px;
    left: 80%;
}

    .project-dots A {
        text-indent: -99999em;
        width: 16px;
        background: url(/content/images/bullet-black.png) no-repeat left top;
        float: left;
        height: 16px;
        margin-right: 5px;
    }

        .project-dots A.active {
            background: url(/content/images/bullet_green.png) no-repeat left top;
            width: 16px;
            height: 16px;
        }

            .project-dots A.active:hover {
                opacity: 1;
            }

.button-next-project {
    position: absolute; /*text-indent: -99999em;*/ /*width: 26px;*/
    bottom: 10px; /*background: url(/images/arrow-right.png) no-repeat right top;*/
    height: 26px;
    cursor: pointer;
    right: 30px;
    display: none;
    /*font-size: 12px;*/
}

.button-prev-project {
    position: absolute; /*text-indent: -99999em;*/ /*width: 26px;*/
    bottom: 10px; /*background: url(/images/arrow-right.png) no-repeat right top;*/
    height: 26px;
    cursor: pointer;
    right: 60px;
    display: none;
    /*font-size: 12px;*/
}

    .button-prev-project:active {
        /*background: url(/images/arrow-right.png) no-repeat right bottom;*/
    }

.button-next-project:active {
    /*background: url(/images/arrow-right.png) no-repeat right bottom;*/
}

.project {
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-right: 0px; /*border: 1px solid #ff0000;*/
    padding: 4px;
    max-width: 608px;
}
/*
.project H3.project-title
{
	padding-left: 3px;
	bottom: 18px;
	color: #1b1d20;
	font-size: 25px;
	font-weight: bold;
	left: 32px;
	text-shadow: 0px 1px 0px #e0e8f5;
}
*/
.project-text {
    line-height: 14px;
    margin-top: 0px;
    padding-right: 12px;
    /*color: #1a1f27;*/
    margin-left: 5px;
    /*font-size: 12px;*/ /*text-shadow: 0 1px 0 #c6cbd5;*/
}

    .project-text p {
        margin-bottom: 0.5em;
    }

.project p.readmore {
    text-align: right;
}

.project-text-icon {
    float: left;
    text-align: left;
    margin-right: 10px;
    width: 190px;
    height: 182px;
    padding: 0px;
    padding-right: 10px;
}

    .project-text-icon img {
        width: 182px;
        height: 182px;
        border: none;
    }

.project-text-copy h2 {
    padding-top: 8px;
}

.project-text-copy ul {
    list-style-position: inside;
}


#scroller-window {
    height: 210px;
    display: inline;
    float: right;
    width: 426px;
}

#scroller-web-window {
    height: 210px;
}

#scroller-iphone-window {
    height: 210px;
}

#scroller-desk-window {
    height: 210px;
}

#scroller-window {
    position: relative;
    margin-top: 0px;
    width: 426px;
    margin-bottom: 0px;
    float: right;
    overflow: hidden;
    margin-right: 2px;
}

#scroller-fade-left {
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0px;
}

#scroller-fade-right {
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0px;
}

#scroller-fade-left {
    /*background: url(/images/scroller-fade.png) repeat-y right top;*/
    left: 0px;
}

#scroller-fade-right {
    /*background: url(/images/scroller-fade.png) repeat-y left top;*/
    right: 0px;
}

#scroller-web-window {
    width: 426px;
    overflow: hidden;
}

#scroller-web-wrap {
    position: absolute;
    width: 10000em;
}

#scroller-iphone-window {
    width: 426px;
    overflow: hidden;
}

#scroller-iphone-wrap {
    position: absolute;
    width: 10000em;
}

#scroller-desk-window {
    width: 426px;
    overflow: hidden;
}

#scroller-desk-wrap {
    position: absolute;
    width: 10000em;
}

#scroller-window .project {
    float: left;
}

#scroller-vertical {
    position: absolute;
    width: 426px;
    height: 210px;
    top: 0px;
    left: 0px;
}
/* override to bootstrap css  */
#scroller-window .tab-content {
    padding: 20px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.whatsnew > ul > li.active, .whatsnew > ul > li.active > a, .whatsnew > ul > li.active > a:Hover, .whatsnew > ul > li.active > a:focus {
    background-color: #008290;
    border-color: #008290;
    color: #ffffff;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #scroller-window .tab-content > .tab-pane {
        display: block;
    }
}
/* end override to bootstrap css  */

@media screen and (max-width: 767px) {
    .project, #scroller-window, #projects, #scroller-vertical, #scroller-desk-window, #scroller-iphone-window, #scroller-web-window, #scroller-web-wrap, #scroller-iphone-wrap, #scroller-desk-wrap {
        width: 100%;
    }

    .project-text-icon {
        display: none;
    }
    /*#scroller-window .tab-content > .tab-pane
    {
        display: none;
    }
    #scroller-window .tab-content > .tab-pane > .active
    {
        display: block;
    }*/
    #VerticalNews {
        float: none;
        padding-left: 15px;
        padding-top: 15px;
    }

    #whatsnew {
        clear: both;
    }
}


/*** TABLE STYLES ***/

table.tableStyle {
    background-color: #ffffff;
    border-collapse: collapse;
    border: none;
}

.tableStyle tr.Green td {
    background-color: Green;
    color: #ffffff;
}

.tableStyle tr.Red td {
    background-color: #cc0033;
    color: #ffffff;
    font-weight: bold;
}

.tableStyle tr th {
    margin: 0px;
    padding: 5px;
    text-align: center;
    background-color: #232323;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tableStyle tr td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0px;
    padding: 5px;
    text-align: center;
}


.tableStyle tr.footer td {
    background-color: #e7081a;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
}

.tableStyle tr {
    text-align: center;
}

    .tableStyle tr td {
        background-color: #eeeeee;
        font-weight: normal;
        font-size: 14px;
        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 tr.trAlt td
{
    background-color: #eeeeee;
}*/

.tableStyle:not(#IndividualReport) tr:nth-child(even) td {
    background-color: #d3d3d3;
}

.tableStyle tr {
    border: none;
}

.tableStyle {
    border: none;
}

    .tableStyle tr.parent td {
        background-color: #ffffff !important;
        font-weight: normal !important;
        font-size: 12px !important;
        color: #040707 !important;
        cursor: pointer;
        padding: 5px;
    }


    .tableStyle td.parent {
        background-color: #ffffff !important;
        font-weight: normal !important;
        font-size: 12px !important;
        /*color: #040707 !important;*/
    }

    .tableStyle tr.child td, .tableStyle td.child {
        font-size: 10px !important;
    }

        .tableStyle tr.child td:first-child {
            padding-left: 25px;
        }

    .tableStyle tr.total td, .tableStyle tr.trAlt td.total, .tableStyle td.total {
        background-color: #232323 !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: #6e6e6e !important;
        font-weight: normal !important;
        font-size: 12px !important;
        color: #ffffff !important;
    }

    .tableStyle select {
        font-size: 8pt;
        font-family: Arial;
    }

    .tableStyle label, .tableStyle tbody tr td span.label {
        color: #000;
        font-size: 14px;
    }

    .tableStyle tr.footerImportant td {
        background-color: #e7081a !important;
        font-weight: normal !important;
        font-size: 12px !important;
        color: #ffffff !important;
    }

    .tableStyle .nobg, .tableStyle .nobg td, .tableStyle .nobg th .tableStyle.nobg, .tableStyle.nobg td, .tableStyle.nobg th {
        background-color: transparent !important;
        border: 0px !important;
    }

    .tableStyle td a, .tableStyle td a:link, .tableStyle td a:visited, .tableStyle td a:active {
        color: #e7081a;
        text-decoration: underline;
    }

    .tableStyle tr.Green a, .tableStyle tr.Green a:link, .tableStyle tr.Green a:visited, .tableStyle tr.Green a:active {
        color: #ffffff;
    }

    .tableStyle tr.Red a, .tableStyle tr.Red a:link, .tableStyle tr.Red a:visited, .tableStyle tr.Red a:active {
        color: #ffffff;
    }

    .tableStyle td h1 {
        margin-top: 10px;
    }

    .tableStyle tr.parent td a {
        /*color: White;*/
    }


    .tableStyle tr.highlight th, .tableStyle tr.highlight td, .tableStyle th.highlight, .tableStyle td.highlight {
        background-color: #efefef !important;
    }

    .tableStyle tr.trAlt td.highlight {
        background-color: #efefef !important;
    }

    .tableStyle th.highlight a, .tableStyle td.highlight a {
        color: White;
    }

    .tableStyle tr.trAlt td.highlight a {
        color: White !important;
    }

    .tableStyle .checkbox {
        margin-left: 5px;
    }

/*Usage: <table class="tableStyle SecondaryTableStyle"> */
.SecondaryTableStyle tr th {
    border-color: #e7081a;
    background-color: #e7081a;
}

.SecondaryTableStyle tr td {
    border-color: #ffffff;
}


.SecondaryTableStyle tr.footer td {
    background-color: #b4b4b4;
}

.SecondaryTableStyle tr td {
    background-color: #646464;
    color: #ffffff;
}

/*
.SecondaryTableStyle tr.trAlt td
{
    background-color: #4c4c4c;
}
*/
.SecondaryTableStyle tr.parent td {
    background-color: #646464 !important;
    color: #ffffff !important;
}


.SecondaryTableStyle tr.trAlt td.total, .SecondaryTableStyle td.total {
    background-color: #b4b4b4 !important;
}

.SecondaryTableStyle tr.footerImportant td {
    background-color: #b4b4b4 !important;
}

.SecondaryTableStyle tr:nth-child(even) td {
    background-color: #4c4c4c;
}

.HIWTableStyle {
    background-color: #fff;
}



.HIWTableStyle-Misc {
    width: 100%;
    max-width: 500px;
}


    .HIWTableStyle-Misc tr td {
        background-color: #eee;
    }

    .HIWTableStyle-Misc tr:nth-child(even) td {
        background-color: #d3d3d3;
    }


.HIWTableStyle.noborder, .HIWTableStyle.noborder tr, .HIWTableStyle.noborder td {
    border: 0px;
}

.HIWTableStyle td {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 5px;
}



.HIWTableStyle .highlight {
    font-weight: bold;
    color: #fff;
    background-color: #232323;
    height: 34px;
    font-size: 18px;
}

.HIWTableStyle .highlight-red {
    background-color: #cc0033;
}

.HIWTableStyle .content {
    background-color: #eee;
    padding: 10px 5px;
}

    .HIWTableStyle .content p, .HIWTableStyle .content ul, .HIWTableStyle .content ol {
        margin-bottom: 10px;
    }

    .HIWTableStyle .content.kpiDetails {
        text-align: left;
        padding: 10px 10px;
    }

        .HIWTableStyle .content.kpiDetails p, .HIWTableStyle .content.kpiDetails ul, .HIWTableStyle .content.kpiDetails ol {
            text-align: left !important;
        }

.HIWTableStyle .rewardAmount {
    font-size: 26px;
    font-weight: bold;
    line-height: 0.9em;
}

.HIWTableStyle .rewardCaption {
    font-size: 14px;
    font-weight: bold;
}

.HIWTableStyle .empty-row {
    /*font-size:7px;
        padding:0px;*/
}


/*#ManagerReport.tableStyle tr:last-child
#test table tr:last-child { background:transparent; }*/

.ContentViewer_VerticalNewsScroller {
    /*width: 300px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;*/
    padding-left: 0px;
    background-color: #f8f8f8;
    border: none;
    width: auto;
}

@media screen and (max-width: 767px) {
    .ContentViewer_VerticalNewsScroller {
        width: 100%;
        padding-left: 0px;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        background-color: #f8f8f8;
    }
}

.ContentViewer_VerticalNewsScroller li {
    list-style-type: none; /*border-bottom:1px dotted #333333;*/
    border: none;
    border-bottom: 1px solid #dbdbdb;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 0px;
    position: relative;
    height: 100px;
}

.ContentViewer_VerticalNewsScroller .readMore {
    font-size: 11px;
    float: right;
}

.ContentViewer_VerticalNewsScroller p {
    margin-bottom: 0;
    font-size: 14px;
}

.ContentViewer_VerticalNewsScroller li img {
    float: left;
    margin: 5px 5px 5px 0px;
    margin-top: 0px;
    height: 90px;
    width: 90px;
}

.ContentViewer_VerticalNewsScroller .emptyImg {
    width: 60px;
    height: 60px; /*padding:5px;*/
    border: 1px solid #cccccc;
    float: left;
    margin: 5px 5px 5px 0px;
}

.ContentViewer_VerticalNewsScroller li h2 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px;
}

.ContentViewer_VerticalNewsScroller .datesubmitted {
    color: #b3b3b3;
    font-size: 11px;
    font-style: italic;
}

.ContentTile .ReadAll {
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-inner > .item {
    min-height: 600px;
}

#divNewsPanelDouble .carousel-indicators {
    position: absolute;
    bottom: -10px;
    right: 20px;
    left: 50%;
    z-index: 10000;
    width: 50%;
    margin-left: 0%;
    padding-left: 0;
    list-style: none;
    text-align: right;
}

    #divNewsPanelDouble .carousel-indicators .active {
        background-color: #232323;
    }
/*
ul.ContentViewer_VerticalNewsScroller
{
    border: none;
    width: auto;
}

ul.ContentViewer_VerticalNewsScroller li
{
    border: none;
    border-bottom: 1px solid #dbdbdb;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 0px;
    position: relative;
    height: 100px;
}

ul.ContentViewer_VerticalNewsScroller li img
{
    margin-top: 0px;
    height: 90px;
    width: 90px;
}

ul.ContentViewer_VerticalNewsScroller li h2
{
    margin-top: 0px;
}

#VerticalNews .btn
{
    padding-top: 8px;
    padding-bottom: 8px;
}
*/

.content-wrapper {
    max-width: 1040px;
}


.navbar-default {
    background-color: #ec3932;
    border-color: #ec3932;
    margin-bottom: 0px;
    font-weight: normal;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

    .navbar-default a {
        text-decoration: none;
        text-shadow: none !important;
    }

    .navbar-default .navbar-brand {
        color: #fff;
    }

    .navbar-default .navbar-menu-text {
        color: #fff;
    }

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .navbar-text {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        line-height: 2.4em;
        padding-left: 25px;
        padding-right: 25px;
    }



    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-image: none;
        filter: none;
        box-shadow: none;
        color: #fff;
        background-color: #be3932;
        height: 60px;
        font-weight: bold;
    }



.nav > li {
    min-height: 55px;
    font-size: 13px;
}



.dropdown-menu .active > a {
    background-image: none;
    color: #fff;
    background-color: #fff;
}

.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding-left: 20px;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0px;
}

.dropdown-menu-horizontal > li > a {
    font-weight: bold;
}


.dropdown-menu-horizontal > li {
    float: left;
    position: relative;
    width: 200px;
    display: table;
    font-size: 11px;
    font-weight: bold !important;
}

.footerItem-horizontal > ul > li {
    margin-left: 20px;
}



.dropdown-menu ul a {
    padding-left: 40px;
}

.dropdown-menu ul ul a {
    padding-left: 60px;
}


.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #be3932;
    background-image: none;
}

.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #be3932;
    background-image: none;
}

.navbar-toggle {
    border-radius: 0px;
    background-color: #6e6e6e;
}

.navbar-default .navbar-toggle {
    border-color: #232323;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #6e6e6e !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ec3932;
    background-color: #ec3932;
}

.navbar-default .navbar-link {
    color: #ffffff;
}

    .navbar-default .navbar-link:hover {
        color: #ffffff;
    }

.navbar-default .caret {
    display: none;
}
/*.navbar-collapse
{
    padding-left:0px;
    padding-right:0px;
    
}*/
.form-control, .k-multiselect {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #b4b4b4;
    font-size: 14px;
    height: 30px;
}

input[type="checkbox"].form-control {
    float: left;
    margin: -8px 8px 0 4px;
    width: auto;
}

.modal-body {
    padding: 25px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

@media (max-width: 767px) {
    .navbar-default {
        background-color: #ffffff;
        border-color: #ffffff;
        margin-bottom: 0px;
        font-weight: bold;
        background-image: none;
        border-radius: 0px;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #fff;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #fff;
            }

        .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #fff;
            background-color: #fff;
        }
}


.navbar {
    min-height: 60px;
    border-width: 0px;
    margin: auto;
}


.thumbnail, .img-thumbnail {
    box-shadow: 0px;
    padding: 0px;
}

.select2-container {
    padding: 0px !important;
    border: 0px;
}

.btn {
    border: none;
    border-radius: 4px;
    box-shadow: 0px;
    behavior: url(/scripts/PIE.htc);
}

.btn-primary, .btn-primary:link {
    color: #ffffff;
    background-color: #cc0033;
    text-decoration: none;
    font-weight: bold;
    border: none;
}

    .btn-primary:visited {
        color: #ffffff;
        background-color: #cc0033;
        text-decoration: none;
        font-weight: bold;
        border: none;
    }

    .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-default, .btn-default:link,
.btn-default:visited,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    text-decoration: none;
    font-weight: bold;
    border: none;
    text-shadow: none;
    /*background: url('/Content/images/Audi_Arrow.png') #fff;
    background-position: right 4px top 9px;
    background-repeat: no-repeat;
    background-size: 16px 13px;*/
    border: 1px solid #b4b4b4;
    color: #e7081a;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
}

    .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 {
        background-color: #808080;
    }


.btn-sml {
    background-image: url('/Content/images/Audi_Arrow_sml.png') !important;
    background-position: right 6px top 9px !important;
    background-size: 12px 10px !important;
    font-size: 10px !important;
}



/*Alert and validation messages */
/*.alert
{
    background-image: none;
    border-radius: 0px;
    border-width: 2px;
    filter: none; 
}

.alert-danger
{
    background-color: #fff;
    border-color: Red;
    border-width: 2px;
    color: Red;
}
.alert-warning
{
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}
.alert-success
{
    background-color: #fff;
    border-color: Green;
    color: Green;
}*/
h4.alert-heading {
    font-size: 13px;
}


/*.btn-primary .badge 
{
    background-color: #7F3F98 !important;
}*/

.badge {
    padding: 5px 8px;
    color: #ffffff !important;
    /*background-color: #7F3F98 !important;*/
    border-radius: 100px !important;
    position: relative !important;
    top: -18px !important;
    border: none;
    box-shadow: 0px;
    behavior: url(/scripts/PIE.htc);
}

/*.badge 
{
    background-image: url('/content/images/notification_icon.png');
    background-color: transparent !important;
}*/

.radio-inline INPUT[type='radio'],
.checkbox INPUT[type='checkbox'] {
    margin-top: 0px;
}

.modal-footer {
    z-index: 9999999;
    position: relative;
}

.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;
}*/

.flexslider li
{
    padding-bottom: 0px;
}
.flexslider li
{
    padding-bottom: 0px;
}
.carousel-control.left, .carousel-control.right {

    background: none;

}
