/* Minification failed. Returning unminified contents.
(1946,2): run-time error CSS1030: Expected identifier, found '.'
(1946,2): run-time error CSS1031: Expected selector, found '.'
 */
@font-face {
    font-family: 'orbitron';
    src: url('/Content/fonts/orbitron-black.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'orbitron';
    src: url('/Content/fonts/orbitron-light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'orbitron';
    src: url('/Content/fonts/orbitron-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Gotham Bold';
    font-weight: bold;
    src: url('/Content/fonts/Gotham-Bold.otf') format('OpenType');
}



@font-face {
    font-family: 'Gotham Bold';
    font-weight: bold;
    font-style: italic;
    src: url('/Content/fonts/Gotham-BoldItalic.otf') format('OpenType');
}

@font-face {
    font-family: 'Gotham Light';
    font-weight: 400;
    src: url('/Content/fonts/Gotham-Light.otf') format('OpenType');
}

@font-face {
    font-family: 'Gotham Light';
    font-weight: 400;
    font-style: italic;
    src: url('/Content/fonts/Gotham-LightItalic.otf') format('OpenType');
}

@font-face {
    font-family: 'Gotham Book';
    font-style: italic;
    src: url('/Content/fonts/Gotham-BookItalic.otf') format('OpenType');
}

@font-face {
    font-family: 'Gotham Book';
    src: url('/Content/fonts/Gotham-Book.otf') format('OpenType');
}


/*  	Overrides any styles set by Core, bootstrap etc etc         */
body {
    background-color: #eeeeee;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: 'Gotham Book';
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

ol, ul {
    padding-left: 20px;
}

a {
    color: #e7081a;
    text-decoration: none;
}

    a:link, a:visited, a:active, a:hover {
        color: #e7081a;
        text-decoration: underline;
    }

.red {
    color: #e7081a;
}

.green {
    color: #00af00;
}

.gray {
    color: #ccc;
}

header, footer, hgroup, nav, section {
    display: block;
}

#site_footer {
    text-align: center;
    font-size: 12px;
}

#disclaimer {
    margin-top: 1em;
}


div#SiteUnderMaintenance {
    width: 300px;
    margin: 0 auto;
    margin-top: 0px;
    padding: 20px;
    border-radius: 10px;
    border: 8px solid red;
    font-size: 100%;
    text-align: center;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1261px;
}

.content-wrapper-fullwidth {
    margin: 0 auto;
    width: 100%;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-top: 30px;
}

.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;
}

.label {
    font-weight: 700;
    color: #000000;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

h1 {
    color: #e7081a;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: orbitron, sans-serif;
}

    h1.Gray {
        color: #5e5e5e;
    }

h2 {
    color: #5e5e5e;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 0px;
}

    h2.success {
        color: #000000;
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: bold;
        margin-top: 0px;
    }

h3 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 0px;
}

a h3 {
    color: #e7081a;
}

h4 {
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 0px;
}

h5 {
    color: #1975bc;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 0px;
}

label {
    display: inline-block;
}

span.note {
    font-size: 11px;
    font-style: italic;
}

span.lightnote {
    font-size: 11px;
    font-style: italic;
    color: #b3b3b3;
}

.hidden {
    visibility: hidden;
    display: none;
}
/*Calendar style */
.cal_Theme1 {
    background-color: #dfdfdf;
    padding: 10px;
    border: solid 1px #c0c0c0;
    width: 250px;
}
/*#topLogos
{
    clear: both;
    height: 81px;
    margin-bottom: 15px;
    overflow: hidden;
}*/
#TopHeader {
    vertical-align: bottom;
    margin: 0 auto;
}

#TopHeaderEvent {
    vertical-align: bottom;
    margin: 0 auto;
    max-width: 1261px;
}

#TopHeader #NavBar {
    height: 80px;
    clear: both;
}

#TopMenu {
    padding-top: 29px;
}

/*Indent "How it works" submenu items*/
.nav.navbar-nav li a[href^="/Home/HowItWorks?"], .nav.navbar-nav li a[href^="/PerformanceReporting/"] {
    font-size: 11px;
    padding-left: 30px;
}


/* Body 
----------------------------------------------------------*/
#StatusBar {
    background-color: #646464;
    height: 35px;
}

#content_body_homepage h1.label {
    position: absolute;
    top: 5px;
    color: gray;
}

#BodyContainer .body-wrap {
    padding: 30px 0px;
}

#BodyContainer {
    background-color: #eee;
    background-position: top;
    background-repeat: no-repeat;
}

#divNews, #divNews-mb {
    padding: 0px;
}


#LogoTopLeft {
    padding: 22px 0;
    z-index: 1000000;
    float: left;
}

    #LogoTopLeft a, #LogoTopRight a {
        display: block;
        width: 99%;
        height: 99%;
        font-size: 0px; /* to hide lines when hover*/
        cursor: pointer;
        text-decoration: none;
    }


#LogoTopLeftEvent {
    z-index: 1000000;
    float: left;
}

    #LogoTopLeftEvent a, #LogoTopLeftEvent a {
        display: block;
        width: 99%;
        height: 99%;
        font-size: 0px; /* to hide lines when hover*/
        cursor: hand;
        text-decoration: none;
    }

    #LogoTopLeftEvent img {
        max-width: 380px;
    }

#LogoTopRight {
    margin: 20px 0px 4px 0px;
    padding: 0px;
    text-align: right;
    height: 40px;
}

login {
    margin: 0;
    padding: 0px 10px 0px 10px;
}
/* login
----------------------------------------------------------*/
#login {
    font-size: 11px;
    padding: 10px;
    margin: 0px;
    text-align: right;
    background-color: #e7081a;
    color: #fff;
    z-index: 100000;
}

    #login p {
        margin: 0px;
    }


    #login a {
        color: #fff; /*padding-right:3px;         padding-left:3px;*/
        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;
    }


/* footer
    ----------------------------------------------------------*/
footer {
    background-color: #5e5e5e;
    color: #ccc;
    text-align: center;
    height: auto;
    padding: 40px 0;
}

    footer h3, footer h4 {
        color: #fff !important;
    }

    footer p, footer a, footer li, footer .sitemap a, .QuickLinks a, .QuickLinks div {
        color: #ccc !important;
    }


.QAToolBar-Gap {
    background-color: #5e5e5e;
}

footer .float-left, footer .float-right {
    float: none;
}


footer p {
    margin: 0;
}

.datefield input {
    width: 50px;
}

.inline {
    display: inline;
}

.flexslider li {
    padding-bottom: 0px;
}

.flexslider li {
    padding-bottom: 0px;
}

#ProfilePhoto {
    border: 1px solid #dbdbdb;
}

/*.profile-photo-link {
    color: #e7081a;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 30px;
    width: 135px;
}*/

.ico-last-member-status {
    width: 60px;
    height: 60px;
    margin-top: 15px;
}

.k-button {
    background-color: #dbdbdb !important;
    color: #2e2e2e !important;
    border: none;
}

red {
    color: #ed1b2f;
    font-weight: bold;
}

textarea, input, select, .k-multiselect, k-datepicker .rfContainer > .form-control {
    margin-top: 3px;
}

textarea {
    margin-bottom: 3px;
}

.RadioButtonList tr td {
    padding-right: 2px;
}

    .RadioButtonList tr td label {
        padding-left: 5px;
        font-weight: normal;
    }

.mpRules {
    background-color: #fff; /*width: 100%;*/
    border: 2px solid #ac012d;
    padding: 5px;
}

.news-room-icon {
    width: 150px;
}

.Content_ShowNews ul {
    display: table;
}

div.red-line {
    height: 5px;
    background-color: #E7081A;
    width: 300px;
    margin-bottom: 10px;
}

div.purple-line {
    height: 5px;
    background-color: #9d4676;
    width: 300px;
    margin-bottom: 10px;
}

.right {
    text-align: right;
}


#StatusBar {
    background-color: #4d4e50;
    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: 10px;
    }

div#UsrDetails {
    border-left: 1px #949699 solid;
}

    div#UsrDetails .col-sm-6 {
        margin-bottom: 10px;
    }

div#RegistrationBanner {
    /*background-image: url('/Content/images/WelcomeBG.jpg');*/
}

div#HomePageBanner {
    background-image: url('/Content/images/HinoGuild_Banner2017.jpg');
    background-position: top center;
    background-size: cover;
    height: 550px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
}

h1.Content-Tile-Heading {
    padding-bottom: 0px !important;
}

#pnl_dealer_selector {
    margin-top: -10px;
    top: 15px;
}

.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%;
}

#EventLogo p {
    margin: 0px;
}



.ContentTile {
    float: left;
    width: 300px;
    height: 300px;
    padding: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px 1px #b4b4b4;
    position: relative;
}

    .ContentTile.LastContentTile {
        margin-right: 0px;
    }

.ContentTile-Double, .ContentTile-Double-sm {
    width: 620px;
}

.ContentTile-Double-Height {
    height: 620px;
}

.ContentTile-Free-Height {
    height: auto;
}

.ContentTile-Triple {
    width: 940px;
}

.ContentTile-Quadruple {
    width: 1260px;
}

.ContentTile .btn-default {
    font-size: 12px;
}

.ContentTile a {
    font-size: 12px;
}

.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;
}


.profile-img {
    background-color: #ffffff;
    width: 150px;
    height: 150px;
    border: 1px solid #f3f3f3;
    border-radius: 50% 50%;
    overflow: hidden;
    margin: auto;
}

#UsrProfilePhoto {
    margin-top: 15px;
}

#proname {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    width: 189px;
}

    #proname span {
        color: #eb0a1e;
        font-size: 16px;
        font-family: 'Gotham Bold';
    }

.proroundimg {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
}

.no-margin {
    margin: 0px;
}

.no-margin-right {
    margin-right: 0px;
}

.no-margin-left {
    margin-left: 0px;
}


#divLeagueLadderMgr h1, #divLeagueLadderCon h1 {
    margin-bottom: 10px;
}

#tblLeagueLadder h1 {
    margin-bottom: 0px;
}


@media (max-width: 768px) {
    #Reward-Catalogue .glyphicon-chevron-left {
        top: 37% !important;
        left: 13% !important;
    }

    #Reward-Catalogue .glyphicon-chevron-right {
        top: 37% !important;
        left: 5% !important;
    }
}
#Reward-Catalogue {
    box-shadow: 1px 1px 4px 1px #b4b4b4;
    padding: 20px;
    font-size: 14px;
}


#Reward-TopHeader-wrapper {
    box-shadow: none;
}

#reward-promo-banner-full {
    margin: -20px -20px 0px -20px;
    width: auto;
}

#Reward-Catalogue .pnl-account-details #checkout-button, #Reward-Catalogue .pnl-account-details #cart-button {
    background-color: #70b5b5 !important;
}

#Reward-Catalogue .pnl-account-details #remaining-balance {
    background-color: #e7081a !important;
    font-weight: bold;
}

#Reward-Catalogue .mb-act-cart-num, #Reward-Catalogue .mb-act-balance-num {
    background-color: #70b5b5 !important;
}

#myactivities div {
    float: left;
    width: 33%;
    text-align: center;
}

#myactivities h3 {
    text-align: center;
    font-size: 12px;
    color: #999999;
}

#myactivities div img.myactivities-icon {
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#myactivities .myactivities-status {
    text-align: center;
    font-size: 11px;
    color: #999999;
}

#myactivities .myactivities-points {
    font-size: 14px;
    font-weight: bold;
    color: #7b4f99;
}

#myactivities #activity_29 .myactivities-points {
    color: #6fb5b5;
}

#myactivities #activity_31 .myactivities-points {
    color: #f7931e;
}

#myactivities #activity_33 .myactivities-points {
    color: #7b4f99;
}

#myactivities #activity_34 .myactivities-points {
    color: #7b4f99;
}

#Reward-Catalogue .window-hover-mini {
    display: none;
}

@media (max-width: 960px) {
    #LogoTopLeft {
        padding-left: 15px;
    }

    #LogoTopRight, header #login {
        padding-right: 15px;
    }

    .footerItem {
        padding-left: 15px;
    }

    #TopHeader {
        height: 140px;
    }

    #TopHeaderEvent {
        max-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) {

    .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .PageContent {
        max-width: 100%;
    }

    #login {
        margin: 0px 0px 0px 0px;
        text-align: left;
    }

    #VerticalNews {
        float: none;
        padding-left: 15px;
        padding-top: 15px;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    #LogoTopLeft {
        position: relative;
        padding-left: 0px;
    }

    #LogoTopRight {
        padding-left: 15px;
    }

    #whatsnew {
        clear: both;
    }

    #TopMenu {
        top: 10px;
        right: 10px;
        position: absolute;
    }

    #TopHeader {
        height: 140px;
    }

    #TopHeaderEvent {
        max-height: 162px;
    }



    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;
        }

    div#HomePageDashboard {
        margin-bottom: 0px;
    }

    .content-tile-copy {
        padding-bottom: 10px;
        max-width: 300px;
    }

    div#HomePageBanner {
        min-height: 150px;
        height: auto;
        background-size: 100%;
    }

    .ContentTile {
        float: none;
        margin: 20px auto;
    }

    #Reward-Catalogue {
        padding: 0px 20px 20px 20px;
        margin: 0px -20px;
    }

    #Reward-TopHeader {
        padding-top: 20px;
    }

    #reward-promo-banner-full {
        margin: 0px;
    }

    .page-header-mb {
        padding: 0px;
    }

    .fa.fa-star,
    .fa.fa-shopping-cart {
        color: #e7081a !important;
    }

    .ContentTile-Double-sm {
        width: 300px;
        height: auto;
    }

    .ContentTile-Double-Height-xs {
        height: 620px;
    }

    #pnl_dealer_selector {
        margin-top: 4px;
        position: absolute;
        top: 95px;
        right: 45px;
    }
}

/*--------------------------------------------------	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;
}
.carousel-indicators.out {
	bottom:-5px;
}
.carousel-control.left,.carousel-control.right {
	margin-top: 11%;
}

@media (max-width: 767px){
    .carousel-indicators{
        display:none;
    }
}

#KNRQuizMainContainer, #KNRModuleMainContainer {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 1px 1px #d6d6d6;
    border: solid 1px #d6d6d6;
    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: #00af00;
}

.KNRWrongAnswer {
    color: #e7081a;
}

.KNRMessageContent .txt-correct {
    color: #00af00;
    font-size: 23px;
}

.KNRMessageContent .txt-wrong {
    color: #e7081a;
    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:#70b5b5;
}
div.KNRAnswerPercBar.lightred
{
    background-color:#e7081a;
}
.SideMenuItem {
    border-right: 1px solid #d6d6d6;
}


.KNRReportQuestion {
    border: 1px solid #cccccc;
}
.KNRReportQuestionContainer {
    background-color: #fff;
    padding: 20px;
    display:inline-block;
}
.KNRReportQuestionContainer table {
    /*background-color: #B4B4B4;*/
}
.KNRReportQuestionContainer table tr th {
    background-color: #fff;
}

.KNRReportQuestionContainer table tr td {
    color: #232323;
}

#tableKNRQuestionAnswers .KNRQuestionInput label {
    font-size: 14px;
    background-color: #e6e6e6;
}
#tableKNRQuestionAnswers .KNRQuestionInput label:before {
  background-color: #e6e6e6;
}
#tableKNRQuestionAnswers .KNRQuestionInput label.Attempted.Correct:before {
  background-color: #00af00;
}
#tableKNRQuestionAnswers .KNRQuestionInput label.Attempted.Wrong:before {
  background-color: #e7081a;
}
#tableKNRQuestionAnswers .KNRQuestionInput input[type=radio]:checked + label,
#tableKNRQuestionAnswers .KNRQuestionInput input[type=checkbox]:checked + label {
    background-color: #5e5e5e;
    color: #fff;
}
#tableKNRQuestionAnswers .KNRQuestionInput input[type=radio]:checked + label:before, #tableKNRQuestionAnswers .KNRQuestionInput input[type=checkbox]:checked + label:before {
    background-color: #5e5e5e;
}
.KNRReport #report .OnTrack_1 {
    color: green;
}

.KNRReport #report .OnTrack_0 {
    color: #e7081a;
}

div#KNRTabs > div.tab-content {
    border: 1px solid #ddd;
    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: #232323;
    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: #ccc;
    color: #FFFFFF;
    font-size: 14px;
}

div#KNRTabs > ul.nav-pills > li > a {
    background-color: #e6e6e6;
    color: #5e5e5e;
    font-size: 14px;
}



#knrContentBody
{
    padding: 10px;
    background-color: #ffffff;
}

#knrBanner
{
    background-color: white;
    background-image: url('../Images/KNR/eLearning_banner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 160px;
}

#knrBanner .title
{
    position: relative;
    top: 135px;
    left: 120px;
    color: #000000;
    font-size: 11pt;
}

#knrFooter
{
    background-image: url('../Images/KNR/eLearning_footer.jpg');
    background-repeat: no-repeat;
    height: 123px;
    background-color: #343233;
}

#knrDashBoardContentBody
{
    background-color: #D3D6DA;
}

#knrButtons
{
    background-color: white;
    height: 100px;
    text-align: center;
    padding: 10px;
}

.tdQuestionDone
{
    background-color: #00aeef;
}

.tdQuestionNotDone
{
    background-color: #c0c0c0;
}

#pnlKnowledgeContent
{
    width: 100%;
    height: 600px;
}

.QuizData
{
    color: #f37021;
}

.elearningBanner
{
    background-image: url('../Images/2011_ELearningLogo.gif');
    background-position: left top;
    background-repeat: no-repeat;
    height: 121px;
    width: 226px;
}


.adminGridHeaderStyle
{
    font-size: 0.8em;
    background-color: #002C53;
    height: 25px;
    color: White;
}

.adminGridHeaderStyle th
{
    font-size: 0.9em;
    background-color: #313131;
    color: White;
    text-align: center;
}

.adminGridHeaderStyle a
{
    color: White;
}

.adminGridFooterStyle
{
    background-color: #cccccc;
}

.adminGridSelectedRowStyle
{
    background-color: #FFCC66;
    color: Gray;
}

.formLabel
{
    text-align: right;
    padding-right: 8px;
    font-weight: bold;
    color: Gray;
}

#pageMain
{
    /* width:100%; */ /* padding: 10px; */ /*  width: 910px; */
    padding: 10px 0px 10px 10px; /*height: 100%;*/
    width: 910px;
}

#pageMainContent
{
    padding-top: 10px;
}

.resultsHeaderStyle
{
    background-color: #002C53;
    color: #ffffff;
    font-size: 0.9em;
    height: 20px;
}

.resultsHeaderStyle th
{
    font-size: 0.9em;
    background-color: #313131;
    text-align: center;
    height: 20px;
}

.resultsFooterStyle
{
    background-color: #CCCCCC;
    color: #000000;
}

/************* Site Map ***********/

.sitemap
{
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    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 #5a5a5a;
    padding-left: 6px;
}

.sitemap a
{
    color: #5a5a5a;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}
.sitemap a:hover
{
    color: #363436;
    text-decoration: underline;
}
.sitemap h2 a, .sitemap h2 a:hover
{
    color: #5a5a5a;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}


.sitemap .footerItem {
  padding-left: 20px;
  width:auto;      
}

.img-thumbnail
{
    float: left;
    height: auto;
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%;
    -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%;
}


@media (max-width: 768px)
{
    #synchro_power
    {
        float: none;
        text-align: center;
        width: auto;
    }
}

#pnl_dealer_selector select {
    font-size: 11px;
}

.FieldName {
    color: red !important;
    font-size: 20px !important;
}

#EMS_EventForm {
    width: 100%;
}

#table_Participant tr td, #table_Partner tr td, #table_CONTESTANTSAccommodation tr td, #table_Spouse tr td, #table_Accommodation tr td {
    height: 50px;
    border-right: 0px solid #cccccc;
    padding-left: 0px;
}

#table_Participant .Right, #table_Partner .Right， #table_CONTESTANTSAccommodation .Right, #table_Spouse .Right, #table_Accommodation .Right {
    text-align: right;
}

#table_Participant .Left, #table_Partner .Left， #table_CONTESTANTSAccommodation .Left, #table_Spouse .Left, #table_Accommodation .Left {
    text-align: left;
}

#table_Participant, #table_Partner, #table_CONTESTANTSAccommodation, #table_Spouse, #table_Accommodation {
    border: 0px solid #cccccc;
}

    #table_Participant tr:nth-child(even) td, #table_Partner tr:nth-child(even) td, #table_CONTESTANTSAccommodation tr:nth-child(even) td, #table_Spouse tr:nth-child(even) td, #table_Accommodation tr:nth-child(even) td {
        background-color: #ffffff;
    }

.EMSMenu {
    display: none;
    text-align: right;
    width: 100%;
    padding: 10px;
}

    .EMSMenu ul li {
        display: inline;
    }

        .EMSMenu ul li + li {
            border-left: 1px solid #717171;
            padding-left: 6px;
        }

@media (max-width: 767px) {
    #EMS_EventForm {
        width: 100%;
    }

    .EMSMenu {
        display: block;
    }
}


#FSeriesBanner {
    background-color: black;
    text-align: right;
    margin-bottom: 20px;
}

    #FSeriesBanner #FSeriesclock {
        width: 100%;
        background-color: black;
        height: 150px;
        position: relative;
    }

    #FSeriesBanner .flip-clock-divider .flip-clock-label {
        color: white;
        font-size: 14px;
    }

    #FSeriesBanner #FSeriesclock .clock {
        padding-bottom: 20px;
        padding-top: 30px;
        margin-top: -20px !important;
        position: absolute;
        left: 23%;
        
    }

@media only screen and (max-width: 974px)
{
    .news-room-icon
    {
        display:none;
    }
}

/************* Site Map ***********/
QuickLinks {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    margin-top: 25px;
    clear: both;
}

.QuickLinks div ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .QuickLinks div ul li {
        margin: 4px 3px 0px 0px;
        padding: 0px;
        list-style-image: none;
        display: block;
    }
        .QuickLinks div ul li + li {
            border-left: none;
            padding-left: 0px;
        }
/*.QuickLinks
{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 25px;
    clear: both; 
}
.QuickLinks div
{
    
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.QuickLinks div h2
{
    padding: 0px;
    margin: 0px;
    margin-top: 4px;
}
.QuickLinks div ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.QuickLinks div ul li
{
    margin: 4px 3px 0px 0px;
    padding: 0px;
    list-style-image: none;
    display: inline;
}

.QuickLinks div ul li + li
{
    border-left: 1px solid #717171;
    padding-left: 6px;
}

.QuickLinks a
{
    color: #5a5a5a;
    font-size: 12px;
    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;
}*/




#HomePageDashboard {
    background: rgb(46,46,46); /* Fall-back for browsers that don't support rgba */
    background: rgba(46,46,46, .6);
    padding: 20px;
    max-height: 300px;
    width: 100%;
    bottom: 0px;
    position: absolute;
}

    #HomePageDashboard h2 {
        color: white;
    }

div#HomePageDashboard p {
    color: #fff;
}
/* CSS for classes used in dynamic reports*/
.chartBottomTitle {
    font-size: 12px;
}

div.PnlDashboard table {
    table-layout: fixed;
}

    div.PnlDashboard table tr td {
        vertical-align: bottom;
    }

.DoughnutChartContainer {
    width: 190px;
    height: 180px;
}

.divDashboardElementContainer {

}

div.divDashboardElement {
    margin-right: 20px;
}

.divDashboardElementContainer div.divDashboardElement:last-child {
    margin-right: 0px;
}

div.divDashboardElement > div {
    margin-top: 10px;
    font-size: 12px;
}

.divDashboardElement .divResult {
    color: #fff;
    padding: 5px;
}

    .divDashboardElement .divResult table {
        width: 100%;
        table-layout: fixed;
    }

        .divDashboardElement .divResult.Green, .divDashboardElement .divResult table tr td div {
            color: #fff;
            padding: 5px;
            margin-right: 10px;
        }

    .divDashboardElement .divResult.Green, .divDashboardElement .divResult div.Green {
        background-color: #00af00;
    }

    .divDashboardElement .divResult.Red, .divDashboardElement .divResult div.Red {
        background-color: #e7081a;
    }

    .divDashboardElement .divResult.Yellow {
        background-color: #f7941e;
    }

.fa.fa-times-circle.red {
    color: #e7081a;
}

.fa.fa-check-circle.green {
    color: #00af00;
}

.rfContainer {
    vertical-align: bottom;
    height: 54px;
    margin-bottom: 5px;
}

.rfButtonContainer {
    vertical-align: bottom;
    height: 54px;
    padding-top: 18px;
}


.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,
..kendodaymonth {
    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;
}*/

.dashboard-table {
    max-width: 470px;
    float: left;
    width: 100%;
    padding-right: 20px;
}

.dashboard-copy {
    max-width: 470px;
    float: left;
    width: 100%;
    text-align: left;
}

.ContentTile select.form-control {
    height: 26px;
    font-size: 11px;
    width: auto;
}

.ContentTile .Dashbutton {
    position: absolute;
    bottom: 20px;
}

    .ContentTile .Dashbutton.Left {
        left: 20px;
    }

    .ContentTile .Dashbutton.Right {
        right: 20px;
    }

    .ContentTile .Dashbutton.Center {
        left: 120px;
    }

table#tblLeagueLadder td {
    font-size: 12px;
}

#tblLeagueLadder tr td:first-child, #tblLeagueLadder tr td:last-child {
    font-size: 14px;
}

.highlight {
    background-color: #eeeeee;
}

.proroundimg {
    width: 40px;
    height: 40px;
}

.popover {
    font-size: 14px;
}

@media (max-width:960px) {
    #HomePageDashboard {
        max-height: none;
    }
}


@media (max-width: 767px) {
    .rfButtonContainer {
        margin-bottom: 20px;
    }

        .rfButtonContainer .btn {
            width: 100%;
            clear: both;
        }

    .rfRight {
        float: none;
    }

    #implIcon {
        float: none;
        margin-left: 20px;
        text-align: left;
    }


    #HomePageDashboard {
        background-color: transparent;
        padding-top: 170px;
        padding-left: 20px;
        min-height: 100%;
        float: none;
        position: static;
        max-height: none;
    }

        #HomePageDashboard h2 {
            color: #b4b4b4;
        }

    div#HomePageDashboard p {
        color: #000;
    }

    .dashboard-table {
        max-width: none;
        padding-right: 0px;
        margin-top: 10px;
    }

        .dashboard-table h2 {
            color: #ffffff !important;
        }

    .dashboard-copy {
        max-width: none;
    }


    .DoughnutChartContainer {
        width: 130px;
        height: 150px;
        float: left;
        margin: 10px 0px;
    }

    div.divDashboardElement {
        margin: 10px;
        padding-right:15px;
        width:100% !important;
    }
}

@media(max-width:376px) {
    .dashboard-table h2 {
        color: #b4b4b4 !important;
    }
}

/************* Site SVG Gauge ***********/
.svg-gauge-wrapper {
    position: relative;
    background-color: white;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
}

    .svg-gauge-wrapper .st0 {
        fill: #FFFFFF;
    }

    .svg-gauge-wrapper .st1 {
        fill: #10CFC9;
    }

    .svg-gauge-wrapper .st2 {
        fill: #cccccc;
    }

    .svg-gauge-wrapper .st3 {
        fill: #35BAB6;
    }

    .svg-gauge-wrapper .svg-gauge-icon {
        position: absolute;
        top: 22%;
        text-align: center;
        width: 100% !important;
    }

        .svg-gauge-wrapper .svg-gauge-icon img {
            width: 50px;
        }

    .svg-gauge-wrapper.ResultOverTarget .svg-gauge-icon img {
        width: 40%;
    }

    .svg-gauge-wrapper .svg-gauge-result {
        position: absolute;
        top: 50%;
        text-align: center;
        font-weight: bold;
        width: 100% !important;
        font-size: 18px;
    }

    .svg-gauge-wrapper.ResultOverTarget .svg-gauge-result {
        font-size: 14px;
        top: 70%;
    }

    .svg-gauge-wrapper.Default .svg-gauge-target {
        position: absolute;
        top: 72%;
        text-align: center;
        width: 100%;
        font-size: 13px;
        color: #999999;
    }

    .svg-gauge-wrapper.ResultOverTarget .svg-gauge-target {
        font-size: 9px;
        color: #999999;
    }

    .svg-gauge-wrapper .svg-gauge-title {
        text-align: center;
        font-size: 12px;
        color: #999999;
    }

    .svg-gauge-wrapper.Default .svg-gauge-title {
        position: absolute;
        top: 82%;
        text-align: center;
        width: 100%;
        font-size: 13px;
        color: #000000;
    }


#BonusKPIs .svg-gauge-wrapper.Default .svg-gauge-title {
    top: 90%;
}


/*** TABLE STYLES ***/



table.tableStyle
{
    background-color: #ffffff;
    border-collapse: collapse;
}


.tableStyle tr:nth-child(even) td
{
    background-color: #e6e6e6;
}
.tableStyle tr.Green td
{
    background-color: Green !important;
    color: #ffffff;
    border: 1px solid white;
}

.tableStyle tr.Red td
{
    background-color:red !important;
    color: #ffffff;
    border: 1px solid white;
}
.tableStyle tr th
{
    margin: 0px;
    padding: 6px;
    text-align: center;
    background-color: #232323;
    font-weight: bold;
    font-size: 14px;
    color: #cccccc;
    height:40px;
}

.tableStyle tr td
{
    margin: 0px;
    padding: 6px;
    text-align: center;
    height:40px;
}


.tableStyle tr.footer td
{
    background-color: #1a75bd;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

.tableStyle tr
{
    text-align: center;
}
.tableStyle tr td
{
    background-color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    color: #040707;
    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 tr.parent td
{
    background-color: #ffffff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #040707 !important;
    cursor: pointer;
    padding: 5px;
}


.tableStyle td.parent
{
    background-color: #ffffff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #040707 !important;
}
.tableStyle tr.trAlt td.total, .tableStyle td.total
{
    background-color: #1a75bd !important;
    font-weight: bold !important;
    font-size: 14px !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: #70b5b5 !important;
    font-weight: bold !important;
    font-size: 14px !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 td a.btn-default {
        color: #000000 !important;
        background-color: #fff;
        font-size: 12px;
        /* padding: 5px 10px; */
        text-decoration: none;
        border: 1px solid #000;
    }
.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 td, .tableStyle th.highlight, .tableStyle td.highlight
{
    background-color: #70b5b5;
    color: White;
    font-weight: bold;
}
.tableStyle tr.highlight i
{
    color:#fff;
}
.tableStyle tr.trAlt td.highlight
{
    background-color: #70b5b5 !important;
    color: White !important;
}

.tableStyle th.highlight a, .tableStyle td.highlight a
{
    color: White;
}

.tableStyle tr.trAlt td.highlight a
{
    color: White !important;
}

.tableStyle tr td .fa{
    font-size:20px;
}
/*Usage: <table class="tableStyle SecondaryTableStyle"> */

table.tableStyle.SecondaryTableStyle, .tableStyle.SecondaryTableStyle td, .tableStyle.SecondaryTableStyle th{
    border:1px solid #eee;
}

.hide-row{
    display:none;
}

/*.SecondaryTableStyle tr th
{
    border-color: #1a75bd;
    background-color: #70b5b5;
}

.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;
}*/

.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: 12px;
}
.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;
}

/*
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;
}
*/
#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;
    }*/
}
.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;
}

.navbar {
    min-height: 30px;
    z-index: 1000;
}

.navbar-default {
    border-width: 0px;
    background-color: transparent;
    border-color: #2e2e2e;
    margin-bottom: 0px;
    font-weight: bold;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 2px;
}

.navbar .nav {
    display: table;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-default a {
    text-decoration: none;
    text-shadow: none !important;
}

.navbar-default .navbar-brand {
    /*color: #fff;*/
    display: none !important;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        display: none;
    }

.navbar-default .navbar-text {
    color: #ffffff;
}

/*.navbar-default .navbar-nav > li + li {
    border-left: 1px solid #3a3a3a;
}*/
.navbar-default .navbar-nav {
    margin: 0px;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        line-height: 1.4em;
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px 14px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-image: none; /*linear-gradient(to bottom, #222 0%, #333333 100%);*/
            /*background-repeat: repeat-x;*/
            border-bottom: 2px solid #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #2e2e2e;
        background-image: none; /*linear-gradient(to bottom, #222 0%, #333333 100%);*/
        /*background-repeat: repeat-x;*/
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: none;
        font-weight: bold;
        border-bottom: 2px solid #fff;
    }

.dropdown-menu {
    background-color: #2e2e2e;
}

    .dropdown-menu .active > a {
        background-color: #2e2e2e;
    }

    .dropdown-menu > li > a {
        color: #ffffff;
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #2e2e2e;
        background-image: none;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-color: #2e2e2e;
            color: #ffffff;
            outline: 0;
            background-image: none;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #2e2e2e;
        outline: 0;
        background-image: none;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #2e2e2e; /*color: #231f20;     background-color: #ffffff;*/
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #2e2e2e !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px;
    background-color: transparent;
    box-shadow: none;
    -webkit-overflow-scrolling: none;
    border-top: none;
    -webkit-box-shadow: none;
}

.navbar-default .navbar-link {
    color: #ffffff;
}

    .navbar-default .navbar-link:hover {
        color: #ffffff;
    }

.navbar-default .caret {
    display: none;
}

.form-control, .k-multiselect {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-control {
    display: inline-block;
    height: 30px;
    /*width:auto;*/
}

input[type="checkbox"].form-control {
    /*float: left;*/
    margin: 4px 8px 0 4px;
    width: auto;
    border: 0px;
    height: auto;
}

@media (max-width: 767px) {
    .navbar-default {
        background-color: #2e2e2e;
        border-color: #2e2e2e;
        margin-bottom: 0px;
        font-weight: bold;
        background-image: none;
        border-radius: 0px;
    }

    .navbar-collapse {
        width: 350px;
    }

    .navbar-toggle {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        background-color: #2e2e2e;
        background-image: none;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: #2e2e2e;
        }

    .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: #ffffff;
        background-color: #2e2e2e;
    }

    .sitemap {
        display: none;
    }
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}


.thumbnail, .img-thumbnail {
    box-shadow: 0px;
    padding: 0px;
}

.select2-container {
    padding: 0px !important;
    border: 0px;
}

.btn {
    border: none;
    border-radius: 4px;
    box-shadow: none;
    behavior: url(/scripts/PIE.htc);
}

.btn-primary, .btn-primary:link {
    color: #fff;
    background-color: #e7081a;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e7081a;
    font-size: 14px;
    text-shadow: none;
    opacity: 0.9;
}

    .btn-primary:visited {
        color: #fff;
        background-color: #e7081a;
        text-decoration: none;
        font-weight: bold;
        border: 1px solid #e7081a;
        font-size: 14px;
        text-shadow: none;
        opacity: 0.9;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #e7081a;
        opacity: 0.9;
    }

.btn-default, .btn-default:link {
    color: #fff;
    background-color: #e7081a;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e7081a;
    font-size: 14px;
    text-shadow: none;
}

a.btn-default /*this is because in Site.css for input there is a margin-top:3px*/ {
    margin-top: 3px;
}

.btn-default:visited {
    color: #fff;
    background-color: #e7081a;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e7081a;
    text-shadow: none;
    opacity: 0.9;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #ca0718;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ca0718;
    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 {
    color: #fff;
    background-color: #e7081a;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e7081a;
    text-shadow: none;
    opacity: 0.5;
}

.btn-default.btn-secondary, .btn-default.btn-secondary:link, .btn-default.btn-secondary:visited {
    background: #999999;
    border: 1px solid #999999;
}

.btn-sml {
    font-size: 12px !important;
}
/*Alert and validation messages */
.alert {
    background-image: none;
    border-radius: 0px;
    border-width: 2px;
    filter: none; /*IE8*/
}

.alert-danger {
    background-color: #fff;
    border-color: #e7081a;
    border-width: 2px;
    color: #e7081a;
}

.alert-warning {
    background-color: #fff;
    border-color: #00ace7;
    color: #00ace7;
}

.alert-success {
    background-color: #fff;
    border-color: #00af00;
    color: #00af00;
}

h4.alert-heading {
    font-size: 12px;
}

h2 .small {
    color: inherit !important;
}

/*.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;
}

.popover {
    color: #2e2e2e !important;
    font-weight: normal;
}

.carousel p {
    color: #333333;
    line-height: 1.42;
}

.carousel-inner p {
    margin: 0px;
    padding: 0px;
}

/*KZ: TODO: This was removed but the whole site's CSS was built based on margin-left; margin-right equals 0, this was added back since so many blocks and layout was effected
    , should have set this up propelry at the very begining. Will look at this issue again when got time.*/
.row {
    margin-left: 0;
    margin-right: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #e7081a;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #e7081a;
    border-color: #e7081a;
}

.flexslider
{
    border: 1px solid #dbdbdb;
}
.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;
}

.flexslider p
{
    margin: 0 !important;
}
.flex-control-nav
{
    bottom: 0px !important;
    width:auto;
}
.flex-direction-nav
{
    display:none;
}

.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;
}

