﻿.nf {
    float: none !important;
}

.pl0 {
    font-size: 40px;
    padding: 15px 0 30px 0px;
}

.pl10 {
    padding-left: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.w100 {
    width: 100%;
}

.gs img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.gs p {
    color: #C6C9CA;
}

.game-mission {
    height: 270px;
    border: 1px solid transparent;
    padding-top: 15px;
    background: transparent;
}

    .game-mission *, .game-mission {
        cursor: pointer;
    }

        .game-mission.available:hover {
            border: 1px solid #969696;
            border: 1px solid rgba(150, 150, 150, 1);
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            box-shadow: 0 1px 2px 0 #000000, 0 4px 8px 0 #000000;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        }

        .game-mission.available.active-mission:hover {
            border: 1px solid transparent;
        }

        .game-mission p {
            text-align: center;
            font-size: 16px;
            padding-top: 0px;
            white-space: normal;
            line-height: 20px;
        }

        .game-mission img {
            display: block;
            margin: auto;
        }

.mission-counter {
    font-size: 15px;
    text-align: center;
    padding: 10px 0px 5px;
}

.gs .mini-bar, .gs .mission-counter {
    color: #C6C9CA;
}

.mini-bar {
    text-align: center;
    padding: 10px 0px;
    position: absolute;
    width: 133px;
    bottom: 0;
    font-size: 15px;
}

    .mini-bar .progress {
        background: #C6C9CA;
        height: 6px;
        margin-bottom: 6px;
        border-radius: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .mini-bar .progress .complete {
            height: 6px;
            background-color: #00b388;
            border-radius: 0px;
        }


.row-fluid h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.game-engine-hr {
    border-top: 1px solid #CCC;
    background-color: transparent;
    width: 100%;
    float: left;
    margin-bottom: 45px;
    margin-top: 45px;
}

.ranking-row {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;
    margin:0px;
}

.row-parent {
    display: table;
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
}

    .row-parent .ranking-row:last-of-type {
        border-bottom: 1px solid #ccc !important;
    }

#MVCGridTable_PublicGrids-GameLeaderboard .ranking-row:last-of-type {
    border-bottom: 0 !important;
}

#MVCGridTable_PublicGrids-GameLeaderboard tbody tr:last-of-type .ranking-row {
    border-bottom: 1px solid #ccc !important;
}

.ranking-row-profile, .ranking-row-name, .ranking-row-ep, .ranking-row-level {
    /*height: 50px;*/
    display: table-cell;
    vertical-align: middle;
}

.ranking-row-profile img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

.ranking-row-rank {
    width: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    /*height:50px;
    
    
    
    display: table-cell;
    vertical-align: middle;*/
}



.ranking-row-profile {
    width: 10%;
}


    .ranking-row-name a {
        border: none;
    }


/*pop-up window close-button style*/

.button.b-close, .button.bClose {
    border-radius: 100%;
    border: none;
    box-shadow: none;
    font: bold 100%;
    position: absolute;
    right: -40px;
    top: -10px;
    color: #FFF;
    cursor: pointer;
    z-index: 999;
    font-size: 22px;
}

    .button.b-close:hover {
        /*box-shadow: 0 0 25px 5px #999;*/
        background-color: transparent;
        color: #FF8D6D;
    }

/*pop-up window close button style*/
.button {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: transparent;
    border: 2px solid #00B388;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    line-height: 17px;
    cursor: pointer;
}

.game-mission-tasks {
    opacity: 0;
    background-color: #FFF;
    border-radius: 0px;
    box-shadow: 0 15px 40px -5px #000;
    color: #111;
    display: block;
    padding: 0px;
    visibility: visible;
    width: 55%;
    border: 6px solid #425563;
    resize: both;
}

.gmt-hidden {
    border: 0 !important;
    display: none;
}

.game-mission-tasks h2 {
    color: #000;
    font-size: 26px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.game-task {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    white-space: normal;
}

    .game-task h3 {
        margin-top: 10px;
        padding: 0px;
        margin-bottom: 0px;
        font-size: 18px;
        color: #000;
        text-transform: capitalize;
        
    }

    .game-task p {
        font-size: 16px;
        line-height: 20px;
        
    }

    .game-task .glyphicon {
        font-size: 32px;
        float: right;
        padding-left: 25px;
        border-left: 1px solid #CCC;
    }





.gmt-description {
    font-size: 16px;
    color: #FFF;
    line-height: 22px;
    /*position:absolute;
    bottom:40px;*/
    padding-bottom: 15px;
    width: 82%;
}


.gmt-title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    text-align: left;
    white-space: normal;
    color: #FFF;
    /*position:absolute;
    bottom:40px;*/
}

.gmt-media {
    border-right: 0 solid #ccc;
    background-size: cover;
    min-height: 450px;
    width: 25%;
    padding: 20px !important;
    background-position: center top;
    /*overflow: auto;*/
}

    .gmt-media img {
        width: 100%;
    }

.gmt-content {
    padding: 25px !important;
    background: #fff;
    width: 75%;
    max-height: 450px;
    overflow-y: auto;
}

.see-missions, .see-leaderboard {
    float: right;
    margin-top: 20px;
    border: none;
    font-size: 18px;
}

    .see-missions:hover, .see-leaderboard:hover {
        border: none;
    }


/*.game-mission-tasks h2*/
.active-mission {
    background: #425563;
    color: #fff;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

ul.progress-indicator, ul.progress-ranks {
    display: table;
    width: 100%;
}

.margin-top-mission {
    margin-top: 25px;
}

li.progress-line, li.level-name-rank {
    display: table-cell;
    list-style-type: none;
    float: left;
    position: relative;
    font-size: 12px;
    color: #7d7d7d;
    z-index: 10;
}

li.level-name-rank {
    text-align: right;
}


    li.level-name-rank span {
        display: block;
        font-size: 18px;
        color: #000;
    }

        li.level-name-rank span.level-name {
            color: #000;
        }

li.progress-line:first-child:before {
    content: "";
    float: left;
    width: 30px;
    height: 30px;
    content: "";
    line-height: 27px;
    border: 2px solid #00B388;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 100%;
    background-color: white;
    z-index: -10;
}

li.progress-line:after {
    float: right;
    width: 30px;
    height: 30px;
    content: "";
    line-height: 27px;
    border: 2px solid #C6C9CA;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 100%;
    background-color: white;
    z-index: 3;
}

li.progress-line.completed:after {
    border-color: #00B388;
}

div.partial-divider {
    height: 5px;
    content: '';
    position: absolute;
    background-color: #C6C9CA;
    top: 13px;
    z-index: -3;
}

    div.partial-divider.not-completed {
        float: left;
    }

.partially-completed div.partial-divider.completed {
    background-color: #00B388;
    z-index: -1;
    margin-left: 30px;
    float: left;
}

.completed div.partial-divider.completed {
    background-color: #00B388;
    z-index: -1;
    float: left;
}

li.not-completed {
    border-color: #C6C9CA;
}

.game-mission-tasks .rating-container .rating {
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.game-mission-tasks .rating-container {
    text-align: center;
    vertical-align: bottom;
    height: 100%;
}

.startQuiz,
.nextQuestion,
.backToQuestion,
.questions li.question,
.questions li.question .responses,
.questions li.question .responses .correct,
.questions li.question .responses .incorrect,
.quizResults {
    display: none;
}

    .nextQuestion.checkAnswer {
        display: block;
    }

ol.questions,
ul.answers,
ul.responses,
ol.questions li,
ul.answers li,
ul.responses li {
    list-style-type: none;
}

/* Accessibility */
.quizName span:first-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#quiz-wrapper {
    padding: 10px;
}

.quizName {
    padding-left: 0;
}

.quizResults {
    padding-top: 20px;
    padding-bottom: 20px;
}

.quizArea {
    padding-bottom: 20px;
}

.outer-task-wrapper {
    border: 0px solid #c0c0c0;
    border-bottom-width: 0;
    padding: 0;
    clear: both;
    margin-bottom: 20px;
}

    .outer-task-wrapper:after {
        content: " ";
        border-bottom: 0px solid #929292;
        width: 110%;
        margin-bottom: -10px;
        margin-left: -17px;
        height: 7px;
        display: block;
        clear: both;
    }

    .outer-task-wrapper.no-border {
        border: 0 !important;
    }

        .outer-task-wrapper.no-border:after {
            border-bottom: 0 !important;
        }

    .outer-task-wrapper textarea {
        width: 100%;
        resize: none;
    }

#pdf-container {
    height: 450px;
}

#MVCGridTableHolder_PublicGrids-GameTaskComments .table-bordered > thead > tr > th,
#MVCGridTableHolder_PublicGrids-GameTaskComments .row .col-xs-6:first-child {
    display: none;
}

#MVCGridTableHolder_PublicGrids-GameTaskComments .table-bordered > tbody > tr > td {
    border: 0;
}

#MVCGridTable_PublicGrids-GameTaskComments {
    border: 0;
}

#MVCGridTableHolder_PublicGrids-GameTaskComments .row .col-xs-6 .pagination.pull-right {
    float: left !important;
}

#MVCGridTableHolder_PublicGrids-GameTaskComments span.glyphicon {
    cursor: pointer;
}

#MVCGridTableHolder_PublicGrids-GameTaskComments .table-striped > tbody > tr {
    background: transparent !important;
}

.complete-task {
    float: right;
}

.task-info {
    padding: 15px 0px 0px 0px;
    font-size: 20px;
}

.task-name, .comments-heading {
    padding-left: 0;
    font-size: 40px;
    margin-bottom: 35px;
    padding-top: 0px;
    text-transform: capitalize;
}

.task-description {
    font-size: 20px;
}

.comments-heading {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 24px;
}

.colored-hr {
    border-color: #00B388;
    margin: 20px 0px;
}

#comment-submit-wrapper {
    overflow: auto;
}

    #comment-submit-wrapper textarea {
        width: 888px;
        height: 100px;
        min-height: 100px;
        margin-left: 8px;
        margin-bottom: 15px;
    }

    #comment-submit-wrapper button {
        float: right;
    }


/*.formentry-floatingTimer {
    top: 0px;
}*/

.training-question-type {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    color: #000;
}

/*.training-answer-type {
    font-size: 16px;
    line-height: 22px;
}*/

.control-wrapper {
    margin-bottom: 40px;
}

/*.col-md-9 {
    padding-left: 0px;
}*/

#SubmitEntry {
    float: right;
    border-radius: 0px;
    border: none;
    width: auto;
    padding: 10px 20px;
    background-color: #614767;
    color: #FFF;
}

    #SubmitEntry:hover {
        opacity: 0.8;
    }

#SaveEntry {
    float: right;
    border-radius: 0px;
    border: none;
    width: auto;
    margin-right: 10px;
    padding: 10px 20px;
    background-color: #80746E;
    color: #FFF;
}

    #SaveEntry:hover {
        opacity: 0.8;
    }


.star-wrapper {
    /*margin-bottom: 90px;*/
    margin-top: 20px;
}

    .star-wrapper label {
        font-size: 16px;
        height: 40px;
        vertical-align: middle;
        padding-top: 10px;
        margin-right: 15px;
    }

    .star-wrapper label, .star-wrapper input {
        float: left;
    }

.rating {
    font-size: 20px;
    cursor: pointer !important;
}

.comment-picture-cell {
    width: 72px;
}

.comment-picture {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 2px solid #00B388;
}

.comment-name, .comment-content {
    float: left;
    width: 100%;
    font-size: 17px;
}

.comment-name {
    color: #415463;
}

.comment-content {
}

.comment-edit-cell {
    text-align: right;
}

    .comment-edit-cell button {
        display: block;
        width: 62px;
        margin-bottom: 5px;
    }

.comment-edit {
    padding: 10px;
}

.c-picture-wrapper {
    padding: 8px;
    display: inline-block;
    vertical-align: top;
}

.missions-completed, .tasks-completed {
    width: 49%;
    display: inline-block;
    text-align: center;
}

.picture-wrapper {
    text-align: center;
}

    .picture-wrapper img {
        width: 128px;
        height: 128px;
        border-radius: 100%;
        border: 2px solid #00B388;
        display: inline;
    }

.wr {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}

.completed-1, .completed-2 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}

.leaderboard-points-remaining {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
}


.completed-3 {
    font-size: 38px;
}

.main-h2 {
    margin-bottom: 30px;
}

.name-rank-wrapper {
    text-align: center;
}

    .name-rank-wrapper span {
        display: block;
    }

.name {
    /*font-size: 24px;*/
    margin-top: 10px;
}

.rank {
    font-size: 20px;
}

.l-progress-wrapper {
    display: table;
    width: 100%;
    margin-top: 5px;
}

.l-progress-line {
    display: table-cell;
    height: 6px;
}

    .l-progress-line.completed {
        background-color: #00B388;
        z-index: 10;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .l-progress-line.not-completed {
        background-color: #C6C9CA;
        width: 100%;
        z-index: 5;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

.level-names-wrapper .current {
    float: left;
    font-size: 14px;
}

.level-names-wrapper .next {
    float: right;
    text-align: right;
    font-size: 14px;
}

.leaderboard-rank-message {
}

.leaderboard-rank-number {
    color: #00B388;
}

.leaderboard-level-name {
    font-size: 16px;
}

.leaderboard-rank-overall {
    font-size: 20px;
    padding: 20px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
}


.dash-top {
    display: table;
}

    .dash-top img {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        border: 2px solid #00B388;
    }

    .dash-top img, .dash-top div {
        display: table-cell;
        float: left;
    }

    .dash-top div {
        padding: 10px;
        width: 100%;
    }


        .dash-top div h2 {
            font-size: 16px;
            margin-bottom: 0px;
            padding: 0 0 5px 20px;
            width: 100%;
            text-transform: capitalize;
            display: none;
        }

        .dash-top div h3, .dash-top div h4 {
            /*margin-left: 10px;*/
        }

        .dash-top div h4 {
            margin: 0px;
            font-size: 18px;
            padding-left: 20px;
        }

        .dash-top div h3, .border-divide h3 {
            margin-bottom: 0px;
            margin-top: 15px;
            padding: 0px;
            color: #000;
            font-size: 20px;
            padding-left: 20px;
            text-align: left;
        }

.questions li.question {
    display: list-item;
    margin-bottom: 50px;
}

.nextQuestion, .startQuiz, .questionCount, .quizLevel strong {
    display: none !important;
}

.maxPoints {
    border: 0px;
    color: black;
    float: right;
    margin-right: 30px;
    border-bottom: none;
    font-size: 16px;
}


.next-task-link {
    margin-right: 0 !important;
}

.complete-render-link {
    float: right;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0px;
    margin-right: 0px;
    border-bottom: none;
    padding: 6px;
}

    .complete-render-link:hover {
        border: 1px solid #FFF;
        cursor: default;
        color: #000 !important;
        padding: 6px;
        opacity: 1 !important;
    }



.glyphicon-star:before {
    color: #FF8D6D;
    border: 0px;
    box-shadow: none;
}

.glyphicon-star-empty:before {
    content: "\e006";
}

.rating-container .empty-stars {
    color: #C6C9CA;
}

.rating-container .filled-stars {
    text-shadow: none;
    -webkit-text-stroke: 0px #FF8D6D;
}

.btn-default-comment {
    background-color: #80746E;
    color: #FFF;
    border-radius: 0px;
}

    .btn-default-comment:hover {
        background-color: #80746E !important;
        opacity: 0.8;
    }



.game-search-wrapper {
    max-width: 300px;
    float: right;
    margin: 10px 0 0 0;
}

.quizArea p {
    font-size: 18px;
}

.quizArea h3 {
    color: #000;
    padding: 0px;
}

.quizDescription {
    display: none;
}

.answers {
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 18px;
}

    .answers input {
        float: left;
        margin-top: 5px;
        width: 16px;
        height: 16px;
    }

    .answers label {
        max-width: 90%;
        padding-left: 10px;
        margin-bottom: 8px;
    }

.questions .responses {
    margin-bottom: 20px;
}

.questions a {
    margin-left: 25px;
    background-color: #614767;
    color: #FFF !important;
    border-radius: 0px;
    border-bottom: none;
    padding: 10px;
}

    .questions a :hover {
        color: #FFF !important;
        opacity: 0.8;
        background-color: #614767;
        border-bottom: none;
    }

.questions .nextQuestion, .questions .lastQuestion {
    float: right;
}

#partial-toolbar {
    padding: 5px;
    background-color: #C6C9CA;
    overflow: auto;
    margin-bottom: -20px;
}

    #partial-toolbar label {
        margin-bottom: 0px;
    }

/*.pull-right .btn-default {
    color: #FFF;
    border: none;
    background-color: #80746E;
}

    .pull-right .btn-default:hover {
        opacity: 0.6;
        border: none;
    }
*/
.cancel-this {
    border: none;
    background-color: #C6C9CA;
    color: #FFF;
}

    .cancel-this:hover {
        background-color: #C6C9CA;
        color: #FFF;
        opacity: 0.6;
    }

.approve-this {
    border: none;
    background-color: #00B388;
    color: #FFF;
}

.reject-this {
    border: none;
    background-color: #FF8D6D;
    color: #FFF;
}

.approve-this:hover {
    background-color: #00B388;
    color: #FFF;
    opacity: 0.6;
}

.reject-this:hover {
    background-color: #FF8D6D;
    color: #FFF;
    opacity: 0.6;
}


.info-i, .info-i-ep {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: transparent;
    border: 2px solid #00B388;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    line-height: 17px;
}

.i-b {
    /*display: inline-block;*/
}

/* Form progressLevel */
.progressLevel {
    width: 100%;
    margin: 0px auto;
    text-align: left;
    /*height: 100px;*/
}

    .progressLevel .circle,
    .progressLevel .bar {
        display: inline-block;
        background-color: #FFF;
        border: 2px solid #C6C9CA;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .progressLevel .bar {
        position: relative;
        width: 80px;
        height: 6px;
        top: -33px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .progressLevel .circle .label {
        display: inline-block;
        width: 100%;
        height: 32px;
        line-height: 28px;
        border-radius: 32px;
        margin-top: 3px;
        font-size: 16px;
        padding-top: 1px;
        text-align: center;
        color: #C6C9CA;
    }

.game-level-border {
    border-left: 1px solid #00B388;
}

.game-level-noborder {
    /*border-left: 1px solid #00B388;*/
}

.progressLevel .gs img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.progressLevel .circle .title {
    color: #C6C9CA;
    font-size: 14px;
}

.progressLevel .title {
    color: black;
    font-size: 20px;
    line-height: 30px;
}

/* Done / Active */
.progressLevel .bar.done,
.progressLevel .circle.done {
    background: #00B388;
    background: #FFF;
    border: 2px solid #00B388;
}

.progressLevel .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progressLevel .circle.done .label {
    color: #000;
    /*
            background: #8bc435;
            box-shadow: i*/ nset 0 0 2px rgba(0,0,0,.2);
}


.progressLevel .circle.done .title {
    color: #000;
    white-space: nowrap;
}

.progressLevel .circle.active .label {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.progressLevel .circle.active .title {
    color: #0c95be;
}

#myProgress {
    position: relative;
    display: inline-block;
    width: 12%;
    height: 5px;
    background-color: #C6C9CA;
    vertical-align: top;
    margin-top: 18px;
    margin-left: -3px;
    margin-right: -5px;
}

.myBar {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #00B388;
}


.col-md-10 h3 {
    /*font-size: 24px;*/
    padding: 0px;
}

.task-game-user {
    font-size: 20px;
}

.task-game-level {
    font-size: 20px;
}

.task-game-team {
    font-size: 16px;
    margin: 10px 0px;
}

.task-game-mission-name {
}

.percentage-earned {
    color: #00B388;
}

#MVCGridTable_PublicGrids-GameLeaderboard thead {
    display: none;
}

#MVCGridTable_PublicGrids-GameLeaderboard {
    /*border: 0;*/
}

    #MVCGridTable_PublicGrids-GameLeaderboard td.leaderboard-cell {
        padding: 0;
        border: 0;
    }

#MVCGridTableHolder_PublicGrids-GameLeaderboard .row .col-xs-6:first-of-type,
#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination li.disabled {
    display: none;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboard .row .col-xs-6:last-of-type {
    width: 100% !important;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination > li > a,
#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination > li > span {
    border-radius: 0;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination > .active > a, .pagination > .active > span,
#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination > .active > a:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination > .active > span:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination > .active > a:focus,
#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination > .active > span:focus {
    background-color: transparent;
    font-weight: bold;
    border-color: #CCC;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboard .pagination > li > a {
    padding: 10px 15px;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboard .ranking-row-rank {
    width: 53px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboard tr {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboard .highlight {
    background-color: #00B388;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboard .leaderboard-cell {
    vertical-align: middle;
}







#MVCGridTable_PublicGrids-GameLeaderboardReseller thead {
    display: none;
}

#MVCGridTable_PublicGrids-GameLeaderboardReseller {
    /*border: 0;*/
}

    #MVCGridTable_PublicGrids-GameLeaderboardReseller td.leaderboard-cell {
        padding: 0;
        border: 0;
    }

#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .row .col-xs-6:first-of-type,
#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .pagination li.disabled {
    display: none;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .row .col-xs-6:last-of-type {
    width: 100% !important;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .pagination > li > a,
#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .pagination > li > span {
    border-radius: 0;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .pagination > .active > a, .pagination > .active > span,
#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .pagination > .active > a:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .pagination > .active > span:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .pagination > .active > a:focus,
#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .pagination > .active > span:focus {
    /*background-color: transparent;*/
    font-weight: bold;
    border-color: #CCC;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .ranking-row-rank {
    width: 50px;

}

#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller tr {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .highlight {
    background-color: #32B5D3;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardReseller .leaderboard-cell {
    vertical-align: middle;
}







#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .row .col-xs-6:first-of-type,
#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .pagination li.disabled {
    display: none;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .row .col-xs-6:last-of-type {
    width: 100% !important;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .pagination > li > a,
#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .pagination > li > span {
    border-radius: 0;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .pagination > .active > a, .pagination > .active > span,
#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .pagination > .active > a:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .pagination > .active > span:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .pagination > .active > a:focus,
#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .pagination > .active > span:focus {
    /*background-color: transparent;*/
    font-weight: bold;
    border-color: #CCC;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .ranking-row-rank {
    width: 50px;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam tr {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .highlight {
    background-color: #32B5D3;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardTeam .leaderboard-cell {
    vertical-align: middle;
}





#MVCGridTable_PublicGrids-GameLeaderboardGroupByReseller thead {
    display: none;
}

#MVCGridTable_PublicGrids-GameLeaderboardTeam thead {
    display: none;
}

#MVCGridTable_PublicGrids-GameLeaderboardGroupByTeam thead {
    display: none;
}

#MVCGridTable_PublicGrids-GameLeaderboardGroupByReseller {
    /*border: 0;*/
}

    #MVCGridTable_PublicGrids-GameLeaderboardGroupByReseller td.leaderboard-cell {
        padding: 0;
        border: 0;
    }

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .row .col-xs-6:first-of-type,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .pagination li.disabled {
    display: none;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .row .col-xs-6:last-of-type {
    width: 100% !important;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .row .col-xs-6:last-of-type {
    width: 100% !important;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .pagination > li > a,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .pagination > li > span {
    border-radius: 0;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .pagination > .active > a, .pagination > .active > span,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .pagination > .active > a:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .pagination > .active > span:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .pagination > .active > a:focus,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .pagination > .active > span:focus {
    /*background-color: transparent;*/
    font-weight: bold;
    border-color: #CCC;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .ranking-row-rank {
    width: 50px;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller tr {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .highlight {
    background-color: #00B388;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByReseller .leaderboard-cell {
    vertical-align: middle;
}


/*Teams*/



#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .row .col-xs-6:first-of-type,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .pagination li.disabled {
    display: none;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .pagination > li > a,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .pagination > li > span {
    border-radius: 0;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .pagination > .active > a, .pagination > .active > span,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .pagination > .active > a:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .pagination > .active > span:hover,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .pagination > .active > a:focus,
#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .pagination > .active > span:focus {
    /*background-color: transparent;*/
    font-weight: bold;
    border-color: #CCC;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .ranking-row-rank {
    width: 50px;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam tr {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .highlight {
    background-color: #00B388;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardGroupByTeam .leaderboard-cell {
    vertical-align: middle;
}





#MVCGridTable_PublicGrids-GameLeaderboardOverall thead {
    display: none;
}


    #MVCGridTable_PublicGrids-GameLeaderboardOverall td.leaderboard-cell {
        padding: 0;
        border: 0;
    }

#MVCGridTableHolder_PublicGrids-GameLeaderboardOverall .row .col-xs-6:first-of-type,
#MVCGridTableHolder_PublicGrids-GameLeaderboardOverall .pagination li.disabled {
    display: none;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardOverall .row .col-xs-6:last-of-type {
    width: 100% !important;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboardOverall .ranking-row-rank {
    width: 50px;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardOverall tr {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardOverall .highlight {
    background-color: #32B5D3;
}




#MVCGridTableHolder_PublicGrids-GameLeaderboardManager thead {
    display: none;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboardManager td.leaderboard-cell {
    padding: 0;
    border: 0;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardManager .row .col-xs-6:first-of-type,
#MVCGridTableHolder_PublicGrids-GameLeaderboardManager .pagination li.disabled {
    display: none;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardManager .row .col-xs-6:last-of-type {
    width: 100% !important;
}


#MVCGridTableHolder_PublicGrids-GameLeaderboardManager .ranking-row-rank {
    width: 50px;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardManagertr {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

#MVCGridTableHolder_PublicGrids-GameLeaderboardManager .highlight {
    background-color: #32B5D3;
}