/* Minification failed. Returning unminified contents.
(463,18): run-time error CSS1035: Expected colon, found '.'
(784,18): run-time error CSS1035: Expected colon, found 'vertical-align'
(1305,1): run-time error CSS1019: Unexpected token, found '}'
(1328,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1329,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1342,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1343,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1356,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1357,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/********************************************** General - Begin *****************************************************************/
body {
    font-family: aktiv-grotesk-extended, sans-serif;
    background-color: #f0f0f0;
    height: 100%;
    font-size: 14px;
    padding: 0px;
}

.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: bold;
    color: black;
}

.body h2 {
    font-size: 18px;
}

.pinkLink {
    color: #97d1dc !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

#nominate_flyer {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 10;
    background-color: #ff7f40;
    width: 45px;
    height: 160px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
#nominate_flyer_text {
    writing-mode: vertical-lr;
    text-align: center;
    transform: rotate(-180deg); /* Rotate text for proper orientation */
}
.ContentTile {
    -webkit-box-shadow: 0px 0px 2px 0px #d3d0c9;
    -moz-box-shadow: 0px 0px 2px 0px #d3d0c9;
    box-shadow: 0px 0px 2px 0px #d3d0c9;
    background-color: white;
    float: left;
    width: 300px;
    height: 300px;
    padding: 30px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

    .ContentTile.LastContentTile {
        margin-right: 0px;
    }


.ContentTile-Double {
    float: left;
    width: 600px;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: white;
    position: relative;
}

.ContentTile-Triple {
    float: left;
    width: 900px;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: white;
    position: relative;
}

    .ContentTile-Double.LastContentTile {
        margin-right: 0px;
    }

.ContentTile-Quadruple {
    float: left;
    width: 1260px;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    background-color: white;
    position: relative;
}

    .ContentTile-Quadruple h1 {
        margin-bottom: 40px;
        line-height: 30px;
    }

.ContentTile-ProfilePic {
    float: left;
    width: 280px;
    height: 320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    background-color: #F8F8F8;
    position: relative;
    margin-right: 20px;
    padding-top: 20px
}

.ContentTile-MyDetails {
    float: left;
    width: 840px;
    height: 320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    background-color: #F8F8F8;
    position: relative;
    margin-right: 0px;
    padding-top: 20px
}

#recent-nomination-feed-hr .carousel-control.right {
    right: -10px;
}

#recent-nomination-feed-hr .carousel-control.left {
    left: -10px;
}

.ContentTile-mb {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    overflow: hidden;
    height: auto;
    padding: 20px;
}

    .ContentTile-mb h1 {
        font-size: 28px;
    }

    .ContentTile-mb .btn.btn-default {
        padding: 6px 18px;
        letter-spacing: 1px;
        font-size: 13px;
    }

    .ContentTile-mb #pFullName {
        font-size: 20px
    }

    .ContentTile-mb #pPositionTitle {
        font-size: 16px;
    }

    .ContentTile-mb #pBalance {
        font-size: 18px;
    }

    .ContentTile-mb #UsrDetails {
        margin-left: 0px;
    }

.btn.btn-default {
    color: #fff;
    background: #ff7f40;
    border: 0;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: bold;
}
.btn.btn-default:hover {
     filter:brightness(97%);
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     transform: translateY(-2px);
}

.rowFlex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    align-items: baseline;
}

/*#UsrDetails {
    margin-left: 20px;
}*/

#pFullName {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #97d1dc !important;
}

#UsrDetails {
    padding-top: 20px;
}

#pPositionTitle {
    font-size: 18px;
    font-weight: bold;
    font-family: aktiv-grotesk, sans-serif;
    color: #97d1dc !important;
}

#pBalance {
    color: #c5298f;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

.QAToolBar-Gap {
    display: none;
}

.BalanceLabel {
    padding-right: 7px;
}

#divDetails {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#divProfilePic {
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

#Reward-Catalogue .window-hover, #Reward-Catalogue .window-hover-mini {
    right: 125px !important;
}

div.qatoolbar_tab_LIVE,
div.qatoolbar_tab_QA {
    margin-right: 6% !important;
}


#divUploadHeader {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.divUploadSection {
    width: 15%;
    text-align: center;
}

    .divUploadSection .fa {
        font-size: 30px;
        padding-bottom: 10px;
        color: #808080;
        transition: color 1s;
    }

    .divUploadSection p {
        font-weight: bold;
        font-size: 16px;
    }

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}

.blue,
.Blue {
    color: #97d1dc!important;
}
.red,
.Red {
    color: #ec1f30;
}

.green,
.Green {
    color: #00a24c;
}

.orange,
.Orange {
    color: #ff7f40;
}

.yellow,
.Yellow {
    color: #fcb539;
}

.gray {
    color: #59595b;
}

sup {
    font-size: 8px;
}


.reportContainer #filters .reportFilter {
    padding-right: 20px;
    padding-bottom: 20px;
    display: inline-block !important;
    float: left;
    width: 250px;
}

    .reportContainer #filters .reportFilter input[type=button] {
        margin-top: 23px;
    }

.reportContainer #filters .doublewidth {
    width: 400px;
}

.hovertext {
    position: relative;
    color: #97d1dc;
}

    .hovertext:before {
        text-align: center;
        content: attr(data-hover);
        visibility: hidden;
        opacity: 0;
        width: 174px;
        background-color: #97d1dc;
        color: #fff;
        text-align: center;
        border-radius: 9px;
        padding: 5px;
        transition: opacity 0.5s ease-in-out;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 110%;
        border: 1px solid black;
    }

    .hovertext:hover:before {
        opacity: 1;
        visibility: visible;
    }


#divHowItWorks {
    width: 1260px;
    text-align:center;
}

    #divHowItWorks h2 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: aktiv-grotesk-extended, sans-serif;
        font-size: 20px;
    }


#divHowItWorks .themed-box {
    width: 283px;
    height: 180px;
    padding: 20px;
    background-color: #97d1dc;
    text-align: center;
    color: white;
    position: relative;
}

    #divHowItWorks .themed-box h3 {
        font-size: 14px;
        color: white;
    }

    #divHowItWorks .themed-box.lastBox {
        width: 300px;
    }

    #divHowItWorks .themed-box img {
        position: absolute;
        right: -17px;
        top: 39%;
    }

#divHowItWorks .themed-box .smallerMargin {
    margin-bottom: 10px;
}

#top_banner_carousel .carousel-inner > .item {
    height: 250px !important;
    background-size: contain !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#top_banner_carousel_mb .carousel-inner > .item {
    height: 139px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

    #HowItWorksTable td {
        background-color: white;
    }

#DashboardLayout {
    padding-top: 20px;
    padding-left:15px;
}

.nom-sum-title {
    color:#97d1dc !important;
    font-weight: bold;
}

.nom-sum-number h1 {
    margin-top: 10px;
}

.zoom {
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
}

.zoom:hover {
    transform: scale(1.1) !important;
}

/********************************************** General - End *****************************************************************/

/********************************************** How It Works - Begin *****************************************************************/

#HowItWork {
    .main-content.main-content-index-page
    {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: 100%;
        max-width: 100%;
    }


ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #f0f0f0;
    cursor: pointer;
    border-bottom: 0px;
}
    /* Float the list items side by side */
    ul.tab li {
        float: left;
        width: 33.33333333%;
        text-align: center;
        background-color: #f0f0f0;
    }
        /* Style the links inside the list items */
        ul.tab li a {
            display: inline-block;
            color: #2a295c;
            text-align: center;
            text-decoration: none;
            font-size: 17px;
            width: 100%;
        }
            /* Change background color of links on hover */
            /*ul.tab li a:hover {
                background-color: #b4b4b4;
                background-image: url('/Content/images/ArrowUp-White.png');
                background-position: center bottom;
            }*/
            /* Create an active/current tablink class */
            ul.tab li a:hover, ul.tab li a:focus, .active {
                background-color: black;
                background-image: url('/Content/images/ArrowUp-White.png');
                background-position: center bottom;
                background-repeat: no-repeat;
            }


                ul.tab li a:hover h3, .active, .active h3 {
                    color: #fff;
                }
    /* Style the tab content */
    ul.tab span {
        display: table-cell;
        vertical-align: middle;
    }

.tabcontent {
    display: none;
    border: 0px;
    border-top: none;
}
/*ul.tab .tablinks {
            display: table-cell;
        }*/
.round-number {
    border-radius: 50% 50%;
    background-color: #97d1dc;
    width: 100px;
    height: 100px;
    color: white;
    text-align: center;
    font-size: 40px;
    vertical-align: middle;
    display: table;
    margin: auto;
    font-weight: bold;
}

.holder {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.contribution-light {
    background-color: #d3d0c9;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
}

#HowItWorksTable td {
    width: 33%;
    padding: 25px;
    background-color: white;
}

#HowItWorksTable {
    width: 900px;
}

@media (max-width:768px) {
    td {
        padding: 5px;
        vertical-align: top;
    }

    .round-number {
        width: 30px;
        height: 30px;
        font-size: 24px;
    }

    .contribution-light {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #HowItWorksTable {
        width: auto;
    }

    .holder h3 {
        font-size: 16px;
    }
}
}

/********************************************** How It Works - End *****************************************************************/

/********************************************** Reward Carousel - Begin *****************************************************************/
.product-wrapper {
    text-align: center;
    width: 25%;
}

.ContentTile-mb .product-wrapper {
    width: unset;
}

.product-thumb img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.ContentTile-mb .product-thumb img {
    width: 150px;
    height: 150px;
}

.product-caption {
    font-size: 12px;
}

.ContentTile-mb .product-caption {
    font-size: 16px;
}

#latestRewardsCarousel .item.active {
    height: 200px;
}

.carousel-control i {
    top: 70px;
    color: #97d1dc;
    font-size: 50px;
    text-shadow: none;
    opacity: 1 !important;
}

.carousel-control {
    opacity: 1;
    width: 5%;
}

#homeRewardCarousel .carousel-inner {
    min-height: 200px;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

#homeRewardCarousel .carousel .item {
    width: 1000px;
    padding-left: 100px;
}

.product-caption {
    text-decoration: none;
    cursor: pointer;
    color: #666666;
}

/*
.carousel .item {
    padding: 0px;
}*/

#homeRewardCarousel .carousel-control {
    bottom: unset;
    width: 8%;
}
/********************************************** Reward Carousel - End *****************************************************************/


/********************************************** Header - Begin *****************************************************************/
#top-header {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    background-color: #333 !important;
    color: white;
}

#top-header a {
    color: white !important;
    font-weight: 500;
}

.top-header-content {
    padding: 0px;
}

    .top-header-content .row {
        margin-left: 15px;
        margin-right: 15px;
    }

#divCornerHeader{
    text-align: right;
    font-weight: 600;
}

/* .top-header-content .table {
        margin-top: 20px;
    }*/
/* Set padding to keep content from hitting the edges test123 */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



.body .container.body-content {
    padding: 20px 40px 20px 40px;
    -webkit-box-shadow: 0px 0px 2px 0px #d3d0c9;
    -moz-box-shadow: 0px 0px 2px 0px #d3d0c9;
    box-shadow: 0px 0px 2px 0px #d3d0c9;
    background-color: #fff;
    min-height: 600px;
    margin-top:20px;
}

    .body .body-content {
        -webkit-box-shadow: 0px 0px 2px 0px #d3d0c9;
        -moz-box-shadow: 0px 0px 2px 0px #d3d0c9;
        box-shadow: 0px 0px 2px 0px #d3d0c9;
        background-color: #fff;
        min-height: 600px;
    }

        .body .body-content > .col-sm-12 {
            padding-left: 0px;
            padding-right: 0px;
        }

#login div span {
    color: #97d1dc;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#top-header .log-out {
    text-align: right;
}

    #top-header .log-out a {
        color: #97d1dc;
        font-size: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    #top-header .log-out .logoutlink {
        padding-right: 15px;
    }

#top-header .table {
    display: table;
}

    #top-header .table .cell {
        display: table-cell;
    }

.header .note {
    color: #c5298f;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    .ContentTile vertical-align: middle;
    line-height: normal;
    text-align: center;
}

.topbanner {
    /*background-image: url('/Content/images/Home_Banner.jpg');
    background-repeat: no-repeat;
    background-position: right;*/
    background-color: black;
}

#HomePageBanner {
    position: relative;
}

    #HomePageBanner .logo {
        margin-top: 35px;
        margin-bottom: 35px;
        /*display: flex;
        justify-content: space-between;
        align-items: center;*/
    }

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: unset !important;
    border: none !important;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none !important;
    }

#imgLogo, #navMenu {
    display: inline-block;
    vertical-align: middle;
}

#navMenu {
    float: right;
    margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: unset;
    text-decoration: underline;
    text-underline-offset: 10px;
}

    .navbar-default .navbar-nav > .active > a:hover {
        color: #97d1dc;
        background-color: unset;
        text-decoration: underline;
        text-underline-offset: 10px;
    }


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /*color: #adadad;*/
    color: #97d1dc;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: unset;
}

.navbar-nav > li > .dropdown-menu {
    font-size: 16px;
    color: white;
}

#HomePageBanner .navbar-brand.visible-xs {
    display: none !important;
}

.nav.navbar-nav a[href="#"]:not(.dropdown-toggle) {
    color: lightslategrey !important;
    cursor: default;
    pointer-events: none;
}

.navbar-toggle {
    background-color: #ddd;
}
/********************************************** Header - Begin *****************************************************************/


/********************************************** Footer - Begin *****************************************************************/
.footer {
    background-color: black !important;
    color: white !important;
    font-size: 13px;
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
}

    .footer p {
        font-size: 16px;
    }

    .footer a {
        color: white !important;
        font-size: 16px;
    }

    .footer #ContactDetails, .footer #links {
        margin-top: 30px;
        padding-top: 20px;
        text-align: left;
        border-top: 2px solid white;
        padding-left: 0;
    }

    .footer h1, h2, h3 {
        margin-top: 0px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .footer #SynchroPower {
        margin-top: 20px;
        text-align: right;
        padding-right: 0;
    }
/********************************************** Footer - End *****************************************************************/


/********************************************** Table Style - Begin *****************************************************************/
.tableStyle {
    background-color: #ffffff;
    border-collapse: collapse;
    border-left: 1px solid #e4e1d7;
    border-top: 1px solid #e4e1d7;
    width: 100%;
    /*tr.AccordianParent td, td.AccordianParent {
        background-color: @color-gray-lightest !important;
        color: @color-white;
        cursor: pointer;
    }

    tr.AccordianParent td a {
        color: @color-white;
    }*/
    /*tr td.leftBorderDark {
        border-left: 1px solid @color-gray-dark;
    }

    tr td.rightBorderDark {
        border-right: 1px solid @color-gray-dark;
    }

    tr.bottomBorderDark td {
        border-bottom: 1px solid @color-gray-dark;
    }*/
}

    .tableStyle tr {
        text-align: center;
    }

        .tableStyle tr th {
            margin: 0px;
            padding: 6px;
            text-align: center;
            background-color: #97d1dc;
            font-weight: 400;
            font-size: 14px;
            color: #ffffff;
            height: 40px;
            border-right: 1px solid #e4e1d7;
            border-bottom: 1px solid #e4e1d7;
            border-collapse: collapse;
            text-transform: uppercase;
        }

        .tableStyle tr td {
            padding: 6px;
            height: 40px;
            background-color: #ffffff;
            font-weight: 400;
            font-size: 14px;
            color: #212429;
            text-align: center;
            border-right: 1px solid #e4e1d7;
            border-bottom: 1px solid #e4e1d7;
            border-collapse: collapse;
        }

        .tableStyle tr:nth-child(even) td {
            background-color: #f3f3f4;
        }

        .tableStyle th.subhead,
        .tableStyle tr.subhead td,
        .tableStyle tr td.subhead {
            color: #ffffff;
            font-weight: 400;
            cursor: pointer;
            background-color: #808080;
            border-right: 1px solid #e4e1d7;
            border-bottom: 1px solid #e4e1d7;
        }

        .tableStyle th.footer,
        .tableStyle tr.footer td,
        .tableStyle tr td.footer {
            background-color: #212429;
            font-weight: 400;
            font-size: 18px;
            color: #ffffff;
            border-right: 1px solid #e4e1d7;
            border-bottom: 1px solid #e4e1d7;
        }

    .tableStyle th.left,
    .tableStyle td.left {
        /*padding-left: 10px;
        text-align: left;*/
        background-color: #cccccc !important;
    }

    .tableStyle th.right,
    .tableStyle td.right {
        padding-right: 10px;
        text-align: right;
    }

    .tableStyle tr.Shading td,
    .tableStyle tr td.Shading {
        background-color: #cccccc !important;
    }

    .tableStyle select {
        font-size: 8pt;
    }

    .tableStyle label,
    .tableStyle tbody tr td span.label {
        color: #000;
        font-size: 14px;
    }

    .tableStyle tr.footerImportant td {
        background-color: #adb4bc !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #ffffff !important;
    }

    .tableStyle .nobg,
    .tableStyle .nobg td,
    .tableStyle .nobg th .nobg,
    .tableStyle .nobg td,
    .tableStyle .nobg th,
    .tableStyle.nobg,
    .tableStyle.nobg td,
    .tableStyle.nobg th .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,
    .tableStyle td .Link {
        cursor: pointer;
        color: #97d1dc !important;
        text-decoration: underline;
        text-underline-offset: 3px;
        background-color: transparent;
    }

        .tableStyle td a.btn-default {
            color: white !important;
            font-size: 12px;
            padding: 5px 10px;
        }

    .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.highlight td,
    .tableStyle th.highlight,
    .tableStyle td.highlight,
    .tableStyle .tableStyle tr:nth-child(even) td.highlight {
        background-color: #808080;
        color: #ffffff;
    }

        .tableStyle tr.highlight td i,
        .tableStyle th.highlight i,
        .tableStyle td.highlight i,
        .tableStyle .tableStyle tr:nth-child(even) td.highlight i,
        .tableStyle tr.highlight td a,
        .tableStyle th.highlight a,
        .tableStyle td.highlight a,
        .tableStyle .tableStyle tr:nth-child(even) td.highlight a {
            color: #ffffff;
        }

    .tableStyle tr td .fa {
        font-size: 20px;
    }
    /*.tableStyle.HomepageLeaderboard {
    border-left-width: 0px;
    border-top-width: 0px;

    tr td {
        background-color: @color-white;
        border-right-width: 0px;
        padding: 10px;
    }

    tr:nth-child(even) td {
        background-color: @color-white;
        border-right-width: 0px;

        padding: 12px;
    }

    tr.highlight td, th.highlight, td.highlight, .tableStyle tr:nth-child(even) td.highlight {
        background-color: @color-gray-lighter;
        color: White;
        font-weight: 400;
    }
}*/
    /*.reportContainer #results .tableStyle {
    tr td:first-child {
        background-color: @color-gray;
        width: 100px;
    }

    tr td:last-child {
        width: 100px;
    }
}*/
    .tableStyle.small tr td {
        font-size: 12px;
    }

    .tableStyle.small tr th {
        font-size: 12px;
    }
/********************************************** Table Style - End *****************************************************************/


/********************************************** Reward Catalogue - Begin *****************************************************************/
#checkout-button {
    letter-spacing: 1px;
}

#Reward-Catalogue {
    box-shadow: 1px 1px 4px 1px #b4b4b4;
    padding: 40px;
    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: #97d1dc !important;
}


#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: #97d1dc !important;
}

#Reward-Catalogue .pnl-account-details #remaining-balance {
    background-color: #97d1dc !important;
    font-weight: bold;
}

#Reward-Catalogue .mb-act-cart-num, #Reward-Catalogue .mb-act-balance-num {
    background-color: #97d1dc !important;
}

#Reward-Catalogue .carousel-control i {
    color: #97d1dc;
    font-size: 50px;
    text-shadow: none;
    opacity: 1 !important;
}

#Reward-Catalogue .carousel-control.left, #Reward-Catalogue .carousel-control.right {
    background-image: none;
}

#Reward-Catalogue .carousel-control .icon-prev, #Reward-Catalogue .carousel-control .glyphicon-chevron-left {
    left: 10%;
}

#Reward-Catalogue .carousel-control .icon-next, #Reward-Catalogue .carousel-control .glyphicon-chevron-right {
    right: 50%;
}

#Reward-Catalogue .window-hover, #Reward-Catalogue .window-hover-mini {
    display: none;
}
/********************************************** Reward Catalogue - End *****************************************************************/


/********************************************** Media CSS - Begin *****************************************************************/
@media (min-width: 1200px) {
    .container {
        width: 1290px !important;
    }
}

@media (max-width: 1199px) {
    .ContentTile-Double {
        width: 580px; /* Make each tile full-width */
    }

    .ContentTile-Quadruple {
        width: 1180px;
    }
}

@media(max-width:991px) {
    .footer #SynchroPower {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media(max-width:767px) {
    #imgLogo {
        width: 250px;
    }

    #navMenu {
        margin-top: 10px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    #HomePageBanner .logo {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none !important;
        position: absolute;
        right: 0px;
        background: #97d1dc;
        z-index: 10;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus {
        text-underline-offset: 3px;
    }

    #HomePageMainBanner {
        padding-bottom: 20px;
    }

    .ContentTile.text-center.profile-photo-block {
        width: auto;
        float: unset;
        margin: 10px;
    }
    }

}
/********************************************** Table Style - End *****************************************************************/

/*Color-Palette*/
/*Sizes*/
/* Reusable style sets*/
/*Common*/
.k-widget.k-multiselect.k-header {
    background-color: #fff;
}

.k-multiselect .k-button {
    margin-top: 5px;
    margin-left: 5px;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*How it Works*/
/*#RAP-HowItWork-Banner-1 {
    width: 100%;
    background-image: url('/ClientFileUploads/ckfinder/files/Nirvana_Sales_Banner.png');
    background-size: cover;
    height: 300px;
    margin-top: -10px;
}

    #RAP-HowItWork-Banner-1 h1 {
        position: relative;
        top: 120px;
        font-size: 30px;
        font-weight: bold;
        color: #000000;
    }

#RAP-HowItWork-Pannel-1 {
    padding-top: 10px;
    margin-right: -30px;
}

    #RAP-HowItWork-Pannel-1 p {
        font-size: 16px;
    }

    #RAP-HowItWork-Pannel-1 h1 {
        color: #000000;
        margin-bottom: 20px;
    }

    #RAP-HowItWork-Pannel-1 table {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 20px;
    }

    #RAP-HowItWork-Pannel-1 .themed-box {
        width: 280px;
        height: 140px;
        padding: 20px;
        background-color: #d3d0c9;
        text-align: center;
        color: #000000;
        position: relative;
    }

        #RAP-HowItWork-Pannel-1 .themed-box h3 {
            margin-bottom: 10px;
            font-size: 16px;
            color: #000000;
        }

        #RAP-HowItWork-Pannel-1 .themed-box p {
            font-size: 14px;
        }

        #RAP-HowItWork-Pannel-1 .themed-box img {
            position: absolute;
            right: -17px;
            top: 39%;
        }

    #RAP-HowItWork-Pannel-1 #btn-sbm {
        margin-right: 25px;
    }

    #RAP-HowItWork-Pannel-1 #btn-hiw {
        margin-right: 10px;
    }

#RAP-HowItWork-Banner-2 {
    width: 100%;
    margin-top: 20px;
    padding: 40px 0px;
}

    #RAP-HowItWork-Banner-2 > div {
        background-color: #DEDCDF;
        text-align: left;
        position: relative;
        padding: 20px;
    }

    #RAP-HowItWork-Banner-2 img:first-child {
        position: absolute;
        left: 50px;
        top: -24px;
    }

    #RAP-HowItWork-Banner-2 img:nth-child(3) {
        position: absolute;
        right: 50px;
        top: -29px;
    }

    #RAP-HowItWork-Banner-2 p {
        width: 780px;
        font-size: 20px;
        color: #000000;
        margin: auto;
    }*/


/*RAP Nominate*/

.fa-check-circle {
    color: #97d1dc!important;
}

#RAPNominationForm {
    margin-top: 40px;
}

    #RAPNominationForm .ContentTile-rap-feed {
        margin-left: 20px;
        margin-top: 10px;
        width: 100%;
        height: auto;
        padding: 0px 0 15px 0;
    }

    #RAPNominationForm .BoxHeading {
        background-color: #fff;
        color: #000000;
        padding-top: 10px;
        text-align: center;
    }

    #RAPNominationForm .ContentTile-rap-feed .BoxHeading {
        margin-left: 0px;
    }

    #RAPNominationForm .RAPFeeds {
        border-left: solid 1px #eeeef3;
    }

        #RAPNominationForm .RAPFeeds .rap-feed-wrapper > div:first-child i {
            color: #65676a !important;
            font-size: 20px;
        }

    #RAPNominationForm .RAPBox i.fa-pencil-square-o {
        display: block;
        top: 20px;
        right: 20px;
        position: absolute;
        font-size: 20px;
        color: #000000;
        cursor: pointer;
        z-index: 9;
    }

    #RAPNominationForm .RAPBox .usr-cell i.fa-pencil-square-o {
        right: -10px;
    }

.RAPFeeds .rap-feed-wrapper > div:first-child {
    background-color: #fff;
}

#RAPTabs > .tab-content > .tab-pane {
    margin-top: 10px;
}

#Step1 .popover {
    width: 280px;
}

#Step1 .popover-title {
    display: none;
}

.popover {
    z-index: 99999;
}

h4.step-title {
    color: #000000;
}

.popover-toggle {
    font-size: 20px;
    color: #97d1dc;
    /*position: absolute;
    top: 11px;
    right: 18px;*/
    cursor: pointer;
    margin-left: 10px;
}

.popover,
.popover-content {
    max-width: none;
}

    .popover-content .fa {
        color: #000000;
    }

    .popover-content .close {
        opacity: 0.6;
    }

        .popover-content .close:hover {
            opacity: 1;
        }

#popover-toggle-3 {
    top: -5px;
    margin-left: 15px;
}

#Nominate-Banner-1 {
    width: 100%;
    background-image: url('/Content/images/TeamImage1.jpg');
    background-size: cover;
    min-height: 155px;
    margin-bottom: 40px;
    position: relative;
}

.RAPSideBar {
    /*padding: 0px;
    margin-top: 20px;
   padding-right: 20px;
    width: 24%;
    float: left;*/
}

.RAPContainer {
    border-left: solid 1px #eeeef3;
    border-right: solid 1px #eeeef3;
    /*padding-right: 20px;
    padding-left: 20px;
    float: left;*/
}

    .RAPContainer .btn-save {
        height: 40px;
        display: inline;
    }

    .RAPContainer .btn-del {
        height: 40px;
        display: inline;
    }

div#RAPTabs > ul.nav-pills {
    width: 100%;
}

    div#RAPTabs > ul.nav-pills > li {
        width: 250px;
        height: 115px;
        margin-bottom: 20px;
        box-shadow: 1px 1px 1px 1px #d3d0c9;
    }

        div#RAPTabs > ul.nav-pills > li > a {
            border-radius: 0px;
            width: 100%;
            height: 100%;
            line-height: 115px;
            text-align: center;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            padding-top: 35px;
            padding-bottom: 5px;
            background-color: #eeeef3;
            position: relative;
            padding: 0px 20px;
        }

            div#RAPTabs > ul.nav-pills > li > a > span {
                display: inline-block;
                line-height: normal;
                vertical-align: middle;
            }

            div#RAPTabs > ul.nav-pills > li > a > img {
                display: none;
            }

        div#RAPTabs > ul.nav-pills > li.active > a,
        div#RAPTabs > ul.nav-pills > li.active > a:hover,
        div#RAPTabs > .nav-pills > li.active > a:focus {
            /*background-color: #d3d0c9;*/
            color: #000000;
            font-size: 14px;
        }

            div#RAPTabs > ul.nav-pills > li.active > a > img,
            div#RAPTabs > ul.nav-pills > li.active > a:hover > img,
            div#RAPTabs > .nav-pills > li.active > a:focus > img {
                position: absolute;
                top: 40px;
                right: -17px;
                display: block;
            }

.mb-nav-pills li {
    width: 24%;
    text-align: center;
}

.mb-nav-pills > li + li {
    margin-left: 3px;
}

.mb-nav-pills > li > a {
    text-decoration: none;
    font-weight: bold;
    border-radius: 0px;
    color: #6e6e6e;
    background-color: #eeeef3;
}

/*.mb-nav-pills > li.active > a,
.mb-nav-pills > li.active > a:hover,
.mb-nav-pills > li.active > a:focus {
    background-color: #000000 !important;
}*/

.mb-nav-pills > li .fa {
    display: none;
}

.mb-nav-pills > li.finish .fa {
    display: block;
    color: #000000;
    font-size: 11px;
    position: absolute;
    top: 14px;
    left: 6%;
    z-index: 1;
}

.mb-nav-pills > li.active .fa,
.mb-nav-pills > li.active.finish .fa {
    display: none;
}

.RAPSideBar .fa {
    display: none;
}

div#RAPTabs > .nav-pills > li.finish .fa {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    margin-left: 5px;
}

div#RAPTabs > .nav-pills > li.active.finish .fa {
    display: none;
}

ul#RAPApproveButtons > li > a {
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
}

    ul#RAPApproveButtons > li > a:hover,
    ul#RAPApproveButtons > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #029bcf;
        border-color: #029bcf;
        text-shadow: none;
    }

table#tblRAPDetails td {
    text-align: left;
    padding-bottom: 3px;
}
/*RAP Feed*/
.rap-feed-wrapper .news-scroller,
#recent-nomination-feed-hr .news-scroller {
    margin: 0px;
    padding-left: 0px;
}

    .rap-feed-wrapper .news-scroller li,
    #recent-nomination-feed-hr .news-scroller li {
        list-style: none;
        height: 89px;
        padding-bottom: 5px;
        padding-top: 5px;
        overflow: hidden;
    }

        .rap-feed-wrapper .news-scroller li table,
        #recent-nomination-feed-hr .news-scroller li table {
            background-color: transparent;
        }

        .rap-feed-wrapper .news-scroller li:hover,
        #recent-nomination-feed-hr .news-scroller li:hover,
        .rap-feed-wrapper .news-scroller li.active-cell,
        #recent-nomination-feed-hr .news-scroller li.active-cell {
            background-color: #f2f2f2;
            cursor: pointer;
        }

.rap-feed-wrapper ul.news-scroller,
#recent-nomination-feed-hr ul.news-scroller {
    padding-left: 0px;
}

.rap-feed-wrapper .ContentTile-rap-feed.ContentTile,
#recent-nomination-feed-hr .ContentTile-rap-feed.ContentTile {
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    width: 100%;
}

.rap-feed-wrapper .ContentTile-rap-feed .BoxHeading,
#recent-nomination-feed-hr .ContentTile-rap-feed .BoxHeading {
    /*margin-left: 20px;*/
}

.rap-feed-wrapper .ContentTile-rap-feed .BoxHeadingIcon,
#recent-nomination-feed-hr .ContentTile-rap-feed .BoxHeadingIcon {
    background-image: url('/Content/images/Sale.png');
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 27px;
    right: 20px;
}

.rap-feed-wrapper .rap-feed-icon,
#recent-nomination-feed-hr .rap-feed-icon {
    vertical-align: top;
    padding-top: 5px;
    width: 84px;
    height: 70px;
}

    .rap-feed-wrapper .rap-feed-icon img,
    #recent-nomination-feed-hr .rap-feed-icon img {
        width: 50px;
        height: 50px;
        display: table-cell;
        margin: auto;
        border-radius: 50% 50%;
    }

.rap-feed-wrapper .rap-feed-copy,
#recent-nomination-feed-hr .rap-feed-copy {
    width: 158px;
    vertical-align: top;
}

    .rap-feed-wrapper .rap-feed-copy .name,
    #recent-nomination-feed-hr .rap-feed-copy .name {
        font-size: 11px;
        padding-top: 0px;
        margin-top: 5px;
        color: #97d1dc;
    }

    .rap-feed-wrapper .rap-feed-copy .rank,
    #recent-nomination-feed-hr .rap-feed-copy .rank {
        color: #97d1dc;
        font-size: 16px;
    }

.rap-feed-wrapper .rap-feed-perc,
#recent-nomination-feed-hr .rap-feed-perc {
    width: 69px;
    text-align: center;
}

    .rap-feed-wrapper .rap-feed-perc span,
    #recent-nomination-feed-hr .rap-feed-perc span {
        color: #6e6e6e;
        font-weight: bold;
        font-size: 12px;
    }

.rap-feed-wrapper .profile-wrapper,
#recent-nomination-feed-hr .profile-wrapper {
    position: relative;
    display: inline-block;
}

.rap-feed-wrapper .exceptional-star,
#recent-nomination-feed-hr .exceptional-star, img.exceptional-star {
    position: absolute;
    right: -20px;
    font-size: 30px;
    color: #ffcc00;
}

.rap-feed-wrapper img.exceptional-star,
#recent-nomination-feed-hr img.exceptional-star, img.exceptional-star {
    width: 30px !important;
    height: 30px !important;
    filter: brightness(0) contrast(100%);
}

.rap-feed-scroller .rap-feed-copy .name {
    font-size: 11px;
    height: 60px;
}

#recent-nomination-feed-hr a {
    text-decoration: none;
}

.rap-feed-footer {
    margin-top: 10px;
}

.rap-feed-footer-layout {
    border-collapse: separate;
    border-spacing: 10px 0px;
    width: 80%;
}
/*My nominations*/
.myNomTbl td {
    height: 50px;
}

    .myNomTbl td .catIcn {
        margin-right: 10px;
        right: -2px;
        position: absolute;
        top: 12px;
    }

.myNomTbl tr td:nth-child(4) {
    position: relative;
}


.DisplayKPI.kpi-1 {
    background-image: url('/Content/images/RAP/KPI_1.png');
    background-repeat: no-repeat;
    background-size: 30px;
    padding-top:5px;
    padding-bottom: 5px;
}

.DisplayKPI.kpi-2 {
    background-image: url('/Content/images/RAP/KPI_2.png');
    background-repeat: no-repeat;
    background-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.DisplayKPI.kpi-3 {
    background-image: url('/Content/images/RAP/KPI_3.png');
    background-repeat: no-repeat;
    background-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.DisplayKPI b {
    color: #97d1dc !important;
}

.DisplayKPI ul {
    padding-top: 10px;
}

div#RAPKPI_Accordian a {
    display: block;
    padding: 10px 0px 5px 10px;
}

div#RAPKPI_Accordian .panel-heading.kpi-1 {
    background-image: url('/Content/images/RAP/KPI_1.png');
    background-size: 35px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

div#RAPKPI_Accordian .panel-heading.kpi-2 {
    background-image: url('/Content/images/RAP/KPI_2.png');
    background-size: 35px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

div#RAPKPI_Accordian .panel-heading.kpi-3 {
    background-image: url('/Content/images/RAP/KPI_3.png');
    background-size: 35px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.DisplayKPI {
    padding-left: 35px !important;
}
/*-* dropdown customisation *-*/
div.k-multiselect-wrap {
    background-image: url('/Content/images/RAP/dropdown_arrow.gif');
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: 5px;
}

.RAPExceptionalFlag {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 22px;
}
.RAPBox img.exceptional-star {
    right: 20px !important;
}


#divReview {
    clear: both;
    margin-top: 10px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #000000;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

.arrow-left-grey-100 {
    width: 0;
    height: 0;
    border-top: 90px solid transparent;
    border-bottom: 90px solid transparent;
    border-right: 100px solid #ececec;
}

.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

#RAPNominatorList-list .k-item,
#RAPNomineeList-list .k-item,
#ReviewerUID-list .k-item {
    line-height: 1em;
    min-width: 300px;
}
/* Material Theme padding adjustment*/
.k-material #RAPNominatorList-list .k-item,
.k-material #RAPNominatorList-list .k-item.k-state-hover,
.k-materialblack #RAPNominatorList-list .k-item,
.k-materialblack #RAPNominatorList-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#RAPNominatorList-list .k-item > span,
#RAPNomineeList-list .k-item > span,
#ReviewerUID-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}

    #RAPNominatorList-list .k-item > span:first-child,
    #RAPNomineeList-list .k-item > span:first-child,
    #ReviewerUID-list .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

#RAPNominatorList-list h3,
#RAPNomineeList-list h3,
#ReviewerUID-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#RAPNominatorList-list p,
#RAPNomineeList-list p,
#ReviewerUID-list p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

.RAPBox {
    box-shadow: 1px 1px 1px 1px #d3d0c9;
    margin: 0 auto 10px;
    padding: 20px;
    /*border: 1px solid rgba(20,53,80,0.14);*/
    margin-right: 20px;
    position: relative;
}


    .RAPBox .RAPBorder hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .RAPBox h4 {
        margin-bottom: 10px;
    }

    .RAPBox.grey {
        background-color: #f5f5f5;
    }

    .RAPBox i.fa-pencil-square-o {
        display: none;
    }

#RAPNominationDetails .RAPBox,
#RAPReviewNomination .RAPBox {
    margin-right: 0px;
}

#RAPNominationDetails .RAPBox .DisplayKPI b {
    color: #97d1dc !important;
}
#RAPNominationDetails .RAPBox ul {
    margin-top:10px;
}
#NominationText {
    height: 330px;
}

#div_cc_mgr .k-delete {
    display: none;
}

#div_cc_mgr .k-button {
    background-color: #fff !important;
    border: none;
}

.usr-cell {
    position: relative;
}

i.fa-paperclip {
    color: #000000;
}

#content-dock {
    margin-top: 10px;
    padding-bottom: 30px;
}

#Nominate-Banner-1.cloaked {
    background-image: none;
    min-height: 30px;
    padding: 0px !important;
}

    #Nominate-Banner-1.cloaked img {
        display: none;
    }

@media (max-width: 767px) {
    #content-dock {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    #Nominate-Banner-1 img {
        width: 80% !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #Nominate-Banner-1 {
        background-image: url('/Content/images/TeamImage1_mb.jpg');
    }

    #RAP-HowItWork-Pannel-1 {
        padding: 20px;
    }

    .RAPContainer {
        border-left: 0px;
        border-right: 0px;
    }

    .main-content {
        padding-top: 0px;
    }

    #Step1 .popover {
        width: 148px;
    }

    .RAPBox {
        margin-right: 0px;
    }

    #RAPNominationForm {
        margin-top: 20px;
    }

        #RAPNominationForm .RAPBox i.fa-pencil-square-o {
            bottom: 10px;
            top: auto;
        }

    #RAP-HowItWork-Banner-2 p {
        width: 100%;
    }

    #RAP-HowItWork-Banner-2 img {
        display: none;
    }
}
/*******************************     Rap Report          ************************************************************/
#RecentNominationsReport .kzContainer {
    margin: 20px 0px;
    min-height: 120px;
}

.kzContainer .col-sm-5 {
    margin-left: 0px;
    padding-left: 0px;
    width: 145px;
}

.kzSubContainer h2 {
    padding-top: 0;
    margin-bottom: 0px;
}

.kzSubmitted {
    color: #d3d0c9;
    font-size: 11px;
    margin: 0 0 0px;
    font-style: italic;
}

.kzKPINom {
    margin: 0 0 0px;
}

.kzSocialContainer {
    position: absolute;
    bottom: 35px;
}

.kzProfileImg {
    border-radius: 50%;
    border: 1px solid #eee;
    /* filter: contrast(25%) brightness(180%); */
    /*padding: 10px;*/
}

    .kzProfileImg img {
        border-radius: 50%;
        border: 1px solid #eee;
        /* filter: contrast(25%) brightness(180%); */
        /*padding: 10px;*/
    }
/********************************************************************************************************************/
/*******************************************You Nominations Block****************************************************/
/*table.nom-sum-tile {
    margin: 3px auto;
    border-spacing: 1px;
    border-collapse: separate;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 178px;
}

    table.nom-sum-tile td {
        width: 80px;
        padding: 10px;
    }

    table.nom-sum-tile .nom-sum-header td {
        padding: 5px;
        height: 40px;
    }

    table.nom-sum-tile .nom-sum-title {
        vertical-align: middle;
    }

    table.nom-sum-tile .nom-sum-number {
        font-size: 19px;
    }*/
/********************************************************************************************************************/
/******************************************* Kendo Slider Block (Additional Points) ****************************************************/
#points_additional_wrapper .kendo-slider-wrapper {
    text-align: center;
    bottom: -20px;
    left: 12px;
}

#points_additional_wrapper #allocatePoints {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#points_additional_wrapper .radio-inline {
    font-size: 16px;
    font-weight: bold;
}

#points_additional_wrapper #allocatePointsSlider {
    width: 100%;
}

#points_additional_wrapper .k-slider-selection {
    background-color: #3CDCC8 !important;
}

#points_additional_wrapper .k-slider .k-label {
    font-size: 0.62em;
    color: teal;
}
/********************************************************************************************************************/

.MessageConfirmingBox {
    clear: both;
}



div#SurveyTabs > ul.nav-pills {
    margin-bottom: -1px;
}

div#SurveyTabs > div.tab-content {
    border: 1px solid #ddd;
    padding: 20px;
}

div#SurveyTabs > ul.nav-pills > li.active > a,
div#SurveyTabs > ul.nav-pills > li.active > a:hover,
div#SurveyTabs > .nav-pills > li.active > a:focus {
    background-color: #232323;
    color: #FFFFFF;
    height: 41px;
    font-size: 14px;
}

/*div#SurveyTabs .fa
{
    display: none;
}*/

div#SurveyTabs > ul.nav-pills > li.finish > a, div#SurveyTabs > ul.nav-pills > li.finish > a:hover, div#SurveyTabs > .nav-pills > li.finish > a:focus {
    background-color: #ddd;
    color: #FFFFFF;
    font-size: 14px;
}
/*div#SurveyTabs > ul.nav-pills > li.active > a, div#SurveyTabs > ul.nav-pills > li.active > a:hover, div#SurveyTabs > .nav-pills > li.active > a:focus
{
    background-color: transparent;
}*/
div#SurveyTabs > .nav-pills > li.finish .fa {
    display: inline-block;
    padding-right: 5px;
}

div#SurveyTabs > ul.nav-pills > li.active > a > .fa, div#SurveyTabs > ul.nav-pills > li.active > a:hover > .fa, div#SurveyTabs > .nav-pills > li.active > a:focus > .fa {
    display: none;
}

div#SurveyTabs > ul.nav-pills > li > a {
    border-radius: 0px;
    width: 100%;
    height: 41px;
    padding: 12px 5px 10px 5px;
    text-align: center;
    background-color: #ddd;
    color: #4c4c4c;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

div#SurveyTabs > ul.nav-pills {
    width: 100%;
}

    div#SurveyTabs > ul.nav-pills > li {
        display: inline-block;
        width: 24%;
        max-width: 183px;
    }

.segmented {
    display: inline-block;
    width: 100%;
}

    .segmented label {
        display: inline;
    }

    .segmented .label {
        background-color: #fff;
        border: 1px #ccc;
        border-style: solid none solid solid;
        color: #333333;
        cursor: pointer;
        float: left;
        padding: 8px 4px;
        text-align: center;
        /*text-shadow: 1px 1px #fff;*/
        width: 100%;
        border-radius: 0px;
        line-height:1.5em;
    }

    .segmented tr td:first-child .label {
        border-radius: 3px 0 0 3px;
    }

    .segmented tr td:last-child .label {
        border-radius: 0 3px 3px 0;
        border-right-style: solid;
    }

    .segmented input {
        display: none;
    }

        .segmented input:checked + .label {
            background-color: #97d1dc;
            /*border-color: #000;*/
            /*box-shadow: 3px 2px 10px rgba(0,0,0,.2) inset, -3px 2px 10px rgba(0,0,0,.2) inset;*/
            color: #000;
            /*text-shadow: -1px -1px rgba(0,0,0,.3);*/
        }

.NPSQuestion {
    text-align: center;
    background-color: whitesmoke;
}

    .NPSQuestion label .NPSAnswer {
        color: #666666;
    }

    .NPSQuestion span {
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 5px;
    }



.logo-wrapper {
    height: 150px;
}


.SVYQuestion {
    margin-bottom: 10px;
}

.radioQuestion {
    margin-left: -10px;
}

    .radioQuestion p {
        margin-bottom: 10px;
    }

    .radioQuestion label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        font-weight: normal;
        clear: both;
        margin-left: 75px;
        padding: 10px;
        background-color: #e5e5e5;
        min-height: 60px;
        width: calc(100% - 75px);
    }

    .radioQuestion input[type=radio], .radioQuestion input[type=checkbox] {
        display: none;
    }

.matrixQuestion table {
    border-left: solid 1px #e5e5e5;
    width:100%;
}

    .matrixQuestion table th {
        padding: 5px;
        border-top: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
        text-align: center;
    }

    .matrixQuestion table td {
        padding: 5px;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
        text-align: center;
        height: 75px;
    }

.radioQuestion.matrixQuestion.hidden-xs {
    margin-left: 0px;
}

    .radioQuestion.matrixQuestion.hidden-xs label {
        min-height: 0px;
        padding: 0px;
        top: -35px;
    }

.radioQuestion.matrixQuestion {
    margin-left: 0px;
}

.SVYQuestion.SVYSubQuestion {
    background-color: transparent;
    color: #333333;
    padding: 0px;
    margin: 0px;
    border: 0;
}

.radioQuestion.matrixQuestion .table-cell {
    border: 1px solid #ddd;
}

.SurveyQuestions .radioQuestion label:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 0px;
    position: absolute;
    left: -65px;
    top: 0px; /*bottom: 1px;         /*background-color: #aaa;         box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
    background: url('/Content/76211D1A-7F19-4835-96C1-57D471B5B5B1/Images/Button_Q-NotSelected.png') left top no-repeat;
    background-size: 60px;
}

.SurveyQuestions .radioQuestion input[type=radio]:checked + label:before, .SurveyQuestions  .radioQuestion input[type=checkbox]:checked + label:before {
    /*content: "\2022";         color: #f3f3f3;         font-size: 26px;         text-align: center;         line-height: 18px;*/
    background: url('/Content/76211D1A-7F19-4835-96C1-57D471B5B5B1/Images/Button_Q-Selected.png') left top no-repeat;
    background-size: 60px;
}



.singleChoiceMatrixQuestion table, .singleChoiceMatrixQuestion table th {
    text-align: center !important;
}





.radioQuestion.singleChoiceMatrixQuestion input
{
    display:inline-block;
    margin:10px;
}
.radioQuestion.singleChoiceMatrixQuestion table
{
    width:100%;
}
    .radioQuestion.singleChoiceMatrixQuestion table tr td, .radioQuestion.singleChoiceMatrixQuestion table tr th {
        text-align: center;
    }
    .radioQuestion.singleChoiceMatrixQuestion table tr:nth-child(2n+1) td {
        background-color: #e5e5e5;
    }
        .radioQuestion.singleChoiceMatrixQuestion label {
            display: none;
        }

.radioQuestion.singleChoiceMatrixQuestion {
    margin-left: 0px;
    margin-bottom: 20px;
}

    .radioQuestion.singleChoiceMatrixQuestion p {
        margin-bottom: 0px;
    }


.SVYQuestionContainer {
    margin-bottom: 30px;
}

    .SVYQuestionContainer.SVYSubQuestionContainer {
        margin-bottom: 0px;
    }

.SVYQuestion {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 15px;
}
    .SVYQuestion.SVYSubQuestion
    {
        text-align:left!important;
    }

    .SVYQuestion-comment-label {
        font-weight: 500;
        font-size: 14px;
        text-align: left;
    }

    textarea.SVYQuestion-comment-box {
        height: 50px;
    }


.SVYQuestion p {
    font-weight: normal!important;
}

.SVYQuestion.SVYSubQuestion p {
    font-weight: normal;
}

.otherAnswer {
    width: 560px;
    margin-left: 10px;
}


#QuestionModal .modal-dialog
{
    width:800px;
}


@media (max-width: 767px) {
    .logo-wrapper {
        height: 95px;
    }

        .logo-wrapper img {
            max-height: 95px;
        }

    #TopHeader {
        min-height: 95px;
    }

    .radioQuestion.singleChoiceMatrixQuestion input {
        margin: 5px;
    }
}

