﻿
/* #region Basic Styles */
body {
    font-size: .85em;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    background-color: white;
    margin: 0;
    padding: 0;
    text-align: left;
    /*min-width: 960px;
    min-height: 768px;*/
}

input, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

header,
footer,
nav,
section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.hidden {
    visibility: hidden;
}

.hide {
    display: none;
}

.text-center {
    text-align: center !important;
}

.centerBlock {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

span.largeFont {
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.6em;
}

a {
    color: #1887C6;
}

    a:visited {
        color: #136C99;
    }

.linkButton {
    color: #1887C6;
    text-decoration: underline;
    cursor: pointer;
    padding-right: 15px;
}

table.dataTable {
    border-collapse: collapse;
}

    table.dataTable th, table.dataTable td {
        min-width: 60px;
        text-align: left;
        padding: 2px 6px;
        height: 1.6em;
    }

    table.dataTable th {
        background-color: #006400;
        color: #FFFFFF;
    }

    table.dataTable tr {
        border-bottom: 1px solid black;
    }

        table.dataTable tr:first-child {
            border-bottom: 0 !important;
        }

.registerBlock {
    width: 25em;
}

.loginBlock {
    width: 20em;
}

.ajaxSpinner {
    display: none;
    width: 32px;
    height: 32px;
    background-image: url(/Images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

    .ajaxSpinner.visible {
        display: block;
    }
/* #endregion */

/* #region Styles for headers */

h1, h2, h3 {
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
}

h3 {
    font-size: 1em;
    margin-bottom: 0.2em;
}

h4 {
    font-weight: normal;
    padding-bottom:1.3em;
    padding-left: 7em;
}

/* #endregion */

/* #region Styles for buttons */
button {
    cursor: pointer;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0E4C6D;
    border: 2px solid #0E4C6D;
    padding: 0 10px;
    height: 32px;
}

    button:hover {
        background-color: #1887C6;
        border-color: #1887C6;
    }

    button:active {
        background-color: black;
        border-color: black;
    }

    button:disabled {
        cursor: default;
        background-color: darkred;
        border-color: darkred;
    }

.qq-upload-button {
    cursor: pointer;
    font-weight: bold;
    width: auto !important;
    color: #FFFFFF;
    background-color: #0E4C6D !important;
    border: 2px solid #0E4C6D;
    padding: 0 10px !important;
    height: 32px !important;
    line-height: 32px;
}

.qq-upload-button-hover {
    background-color: #1887C6 !important;
    border-color: #1887C6 !important;
}

.qq-upload-button-focus {
    background-color: black !important;
    border-color: black !important;
}

/* #endregion */

/* #region Sytles for shared layout */

.pageHeader {
    background-color: #1887C6;
    color: #FFFFFF;
    height: 48px;
    width: 100%;
}

    .pageHeader img {
        height: 48px;
    }

    .pageHeader ul {
        margin: 4px 0;
    }

        .pageHeader ul li {
            display: inline;
            list-style: none;
            margin: 0 12px;
        }

    .pageHeader a:link, .pageHeader a:visited {
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

    .pageHeader a:hover, .pageHeader a:active {
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

    .pageHeader .languageSelector {
        position: absolute;
        display: block;
        cursor: pointer;
        width: 16px;
        height: 18px;
        right: 4px;
        top: 4px;
        background-image: url(/Images/languageicon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .pageHeader .pageInfo ul {
        margin-right: 20px;
    }

.pageMenu {
    color: #FFFFFF;
    background-color: #1887C6;
    height: 40px;
    font-size: 18px;
    padding: 0px 0px 0px 24px;
    margin: 0px;
    border-top: 8px solid #1887C6;
}

    .pageMenu div {
        display: inline-block;
        margin: 0px 16px 0px 0px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        width: 120px;
        cursor: pointer;
    }

        .pageMenu div:hover {
            background-color: #136C99;
        }

        .pageMenu div:active {
            color: white;
            background-color: black;
        }

        .pageMenu div.selected {
            color: #000000;
            background-color: #FFFFFF;
        }


.pageContent {
    margin: 8px 0;
    background-color: #FFFFFF;
    min-width: 1000px;
}


.pageFooter {
    position: fixed;
    width: 100%;
    text-align: right;
    font-size: 9px;
    color: gray;
    bottom: 0;
    margin-bottom: 8px;
}

/* #endregion */

/* #region Styles for basic forms */

table.formTable {
    border-collapse: collapse;
}

    table.formTable td {
        text-align: left;
    }

        table.formTable td:first-child {
            text-align: right;
        }

        table.formTable td.top {
            padding-top: 0.4em;
            vertical-align: top;
        }

    table.formTable tr {
        vertical-align: text-bottom;
        height: 3em;
    }

        table.formTable tr.space {
            height: 1em;
        }

    table.formTable textarea {
        min-height: 6em;
        margin: 0;
        border: 2px solid black;
        margin-bottom: 1em;
        padding: 4px;
        overflow: hidden;
        resize: none;
    }

    table.formTable label {
        text-align: right;
        padding-right: 1em;
    }

    table.formTable input[type=text],
    table.formTable input[type=password],
    table.formTable input[type=number],
    table.formTable select {
        border: 2px solid black;
        padding: 4px;
        margin: 0;
        margin-bottom: 1em;
    }

    table.formTable input[type=number] {
        width: 4em;
        text-align: right;
    }

    table.formTable input[type=checkbox] {
        display: inline;
    }

    table.formTable label.checkbox {
        display: inline;
    }

    table.formTable button {
        float: right;
        margin-left: 4px;
    }

    table.formTable .ajaxSpinner {
        float: right;
        margin-right: 4px;
    }

/* #endregion */

/* #region Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* #endregion */

/* #region Styles for modal dialogs */

.modalDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 501;
}

    .modalDialog div {
        position: fixed;
        padding: 24px;
        top: 205px;
        width: 100%;
        background-color: white;
        border: 4px solid #136C99;
        border-left-width: 0;
        border-right-width: 0;
    }

    .modalDialog .modalDialogMessage {
        position: relative;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        border: none;
        padding: 0;
        top: 0;
    }

        .modalDialog .modalDialogMessage i.nomatch {
            color: red;
        }

        .modalDialog .modalDialogMessage i.match {
            color: green;
        }

    .modalDialog .modalDialogForm {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        border: none;
        padding: 0;
        top: 24px;
    }

    .modalDialog .modalDialogButtons {
        position: relative;
        margin: 24px auto 3px auto;
        width: 550px;
        padding: 0;
        border: none;
        top: auto;
    }

        .modalDialog .modalDialogButtons button {
            float: right;
            margin-left: 8px;
        }

/* #endregion */

/* #region Styles for participant */

.section-participant {
    width: 100%;
    min-width: 780px;
    height: 554px;
    left: 0;
    overflow: hidden;
    position: relative;
}

/* FF2400 */
.drug-Colour4 {
    background-color: #FFB6AA !important;
}

/* FF8C00*/
.drug-Colour1 {
    background-color: #FFD7AA !important;
}

/* 00BB00 */
.drug-Colour5 {
    background-color: #7CBA7C !important;
}

/* 008CFF */
.drug-Colour2 {
    background-color: #AAD9FF !important;
}

/* 8C00FF */
.drug-Colour3 {
    background-color: #D7AAFF !important;
}

/* #endregion */

/* #region Sytles for participant reports */

.section-reports {
    display: none;
    position: absolute;
    background: white;
    color: #000000;
    z-index: 250;
    border: 2px solid #c11919;
    border-top-width: 40px;
    border-right-width: 100px;
    margin: 0;
    padding: 0;
}

    .section-reports .jspTrack {
        background: white;
    }

    .section-reports .jspDrag {
        background: #D31B1B;
    }

.report-open {
    position: absolute;
    top: -36px;
    right: -92px;
    padding: 2px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.report-close {
    position: absolute;
    top: -36px;
    right: -62px;
    padding: 2px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    display: none;
}

    .report-open:hover, .report-close:hover {
        background-color: #D31B1B;
    }

    .report-open:active, .report-close:active {
        background-color: black;
    }

.report-content {
    float: left;
    width: 550px;
    overflow: auto;
}

.report-menu {
    float: right;
    display: block;
    max-width: 100px;
    margin-right: -95px;
    margin-top: 4px;
    color: white;
    font-size: 16px;
    line-height: 18px;
}

.report-menu-item {
    cursor: pointer;
    width: 75px;
    height: 40px;
    margin: 8px 0;
    line-height: 40px;
    padding: 0 12px 0 8px;
    background-color: #D31B1B;
}

    .report-menu-item.selected {
        background-color: white;
        color: black;
    }

.report-content h2 {
    margin: 16px;
    font-weight: bold;
}

.report-parameters {
    float: right;
    width: 100%;
    height: 28px;
    margin-top: -36px;
    font-weight: bold;
    color: white;
    line-height: 28px;
}

    .report-parameters > .refresh {
        display: inline-block;
        cursor: pointer;
        height: 28px;
        width: 28px;
        background-image: url("/Images/refresh.png");
        background-color: #c11919;
        background-repeat: no-repeat;
        background-position: center;
    }

        .report-parameters > .refresh:hover {
            background-color: #D31B1B;
        }

        .report-parameters > .refresh:active {
            background-color: black;
        }




.report-parameter {
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-bottom;
}

    .report-parameter > label {
        margin-right: 1em;
    }

        .report-parameter > label:first-child {
            margin-left: 1em;
        }

    .report-parameter > input[type=number] {
        width: 50px;
    }

    .report-parameter > input[type=text] {
        width: 80px;
    }

.report-content .report-footnote {
    margin-left: 24px;
}

.report-content > .report-message {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -9px;
    text-align: center;
    font-size: 120%;
    font-weight: 700;
}

.no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: visible;
}

/* #endregion */

/* #region Styles for participant decisions */

.section-decisions {
    display: none;
    position: absolute;
    background: #FFFFFF;
    color: #000000;
    left: 120px;
    height: 550px;
    width: 600px;
    border: 2px solid #136C99;
    border-top-width: 28px;
    border-right-width: 28px;
    border-bottom-width: 2px;
    border-left-width: 28px;
    margin: 0;
    padding: 0;
}

.decision-title {
    float: left;
    width: 100%;
    height: 28px;
    margin-top: -28px;
    text-align: left;
    font-weight: bold;
    color: white;
    line-height: 28px;
}

.decision-title span:first-child {
    margin-right: 16px;
}

#drugChoice span {
    margin-right: 16px;
}

#periodName {
    float: right;
}

.decision-content {
    float: left;
}

.k-dirty {
    margin: -0.2em 0 0 -0.6em;
}

#decision-table {
    float: left;
    margin: 8px;
    font-size: 10pt;
}

#budget-table-wrapper {
    float: left;
    margin: 0;
    padding: 0;
    width: 264px;
}

#budget-table {
    float: left;
    margin: 8px;
    width: 264px;
    font-size: 10pt;
}

#remaining-table {
    float: left;
    margin: 8px;
    width: 264px;
    font-size: 10pt;
}

div.decision-bar {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*margin-bottom: -46px;*/
    float: left;
    display: block;
    height: 48px;
    margin: 0 auto;

    width: 280px;
    line-height: 28px;
}

button.decision-bar-button {
    margin: 10px;
    float: right;
}

div.errorMessages-bar {
    float: right;
    display:block;
    height:48px;
    margin: 0 auto;
    line-height: 28px;
    color: red;
    font-weight: bold;
    text-align: center;
}


/* #endregion */

/* #region Styles for participant summary */

.summary-template {
    display: none;
}

.section-summary {
    display: none;
    position: absolute;
    left: 735px;
    background: #FFFFFF;
    color: #000000;
    z-index: 500;
    width: 356px;
    height: 526px;
    border: 2px solid #11891B;
    border-top-width: 28px;
    border-left-width: 28px;
    margin: 0;
    padding: 0;
}

.summary-open {
    position: absolute;
    top: -24px;
    left: -24px;
    padding: 2px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.summary-close {
    position: absolute;
    top: -24px;
    left: -24px;
    padding: 2px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    display: none;
}

    .summary-open:hover, .summary-close:hover {
        background-color: #18C025;
    }

.summary-open:active, .summary-open:active {
    background-color: black;
}

.summary-territory {
    width: 100%;
    height: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    background-color: #11891B;
    color: white;
    margin-top: -28px;
}

    .summary-territory .switch:hover {
        background-color: #18C025;
    }

    .summary-territory .switch:active {
        background-color: black;
    }

    .summary-territory .switch-title {
        display: inline-block;
        width: 150px;
        text-align: center;
    }

.summary-header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    margin-left: -156px;
    color: white;
    text-align: left;
    font-weight: bold;
    line-height: 28px;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.summary-content {
    padding: 0 32px 0 32px;
}

.summary-content-pane {
}

.summary-content-title {
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
}

.summary-content-graph {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .summary-content-graph table {
        display: block;
        margin: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .summary-content-graph canvas {
        display: block;
        margin: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    .summary-content-graph table th {
        background-color: #11891B;
    }

    .summary-content-graph table td,
    .summary-content-graph table th {
        text-align: center;
    }

        .summary-content-graph table td:first-child {
            text-align: left;
        }


/* #endregion */

/* #region Styles for instructor diagnostics reports */

.section-diagnostics {
    position: absolute;
    display: none;
    background: #FFFFFF;
    color: #000000;
    z-index: 500;
    border: 2px solid #FFD800;
    border-top-width: 40px;
    border-left-width: 128px;
    margin: 0;
    padding: 0;
}

    .section-diagnostics .jspTrack {
        background: white;
    }

    .section-diagnostics .jspDrag {
        background: #FFD800;
    }

.diagnostics-open {
    position: absolute;
    top: -36px;
    left: -124px;
    padding: 2px;
    font-weight: bold;
    color: black;
    cursor: pointer;
}

    .diagnostics-open:hover, .diagnostics-close:hover {
        background-color: #FFFF00;
    }

    .diagnostics-open:active, .diagnostics-close:active {
        background-color: black;
    }

.diagnostics-header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    margin-left: -256px;
    color: black;
    text-align: left;
    font-weight: bold;
    line-height: 28px;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.diagnostics-content {
    float: left;
    width: 550px;
    overflow: auto;
}

.diagnostics-menu {
    float: left;
    display: block;
    width: 100px;
    margin-left: -100px;
    margin-top: 4px;
    color: white;
    font-size: 16px;
    line-height: 18px;
}

.diagnostics-menu-item {
    cursor: pointer;
    width: 80px;
    height: 40px;
    margin: 8px 0;
    line-height: 40px;
    padding: 0 8px 0 12px;
    color: black;
    text-align: right;
    background-color: #FFFF00;
}

    .diagnostics-menu-item.selected {
        background-color: white;
        color: black;
    }

.diagnostics-content h2 {
    margin: 16px;
    font-weight: bold;
}

.diagnostics-content table {
    display: block;
    margin: 16px;
}

    .diagnostics-content table th {
        color: black;
        background-color: #FFD800;
        text-align: center;
    }

        .diagnostics-content table th:first-child {
            text-align: left;
        }


    .diagnostics-content table td {
        min-width: 80px;
        height: 2em;
        text-align: center;
    }

        .diagnostics-content table td:first-child {
            text-align: left;
        }


.diagnostics-parameters {
    float: right;
    width: 100%;
    height: 28px;
    margin-top: -36px;
    font-weight: bold;
    color: black;
    line-height: 28px;
}

    .diagnostics-parameters > .refresh {
        display: inline-block;
        cursor: pointer;
        height: 28px;
        width: 28px;
        background-image: url("/Images/refresh-black.png");
        background-repeat: no-repeat;
        background-position: center;
    }

        .diagnostics-parameters > .refresh:hover {
            background-color: #FFFF00;
        }

        .diagnostics-parameters > .refresh:active {
            background-color: black;
        }

.diagnostics-parameter {
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-bottom;
}

    .diagnostics-parameter > label {
        margin-right: 1em;
    }

        .diagnostics-parameter > label:first-child {
            margin-left: 1em;
        }

    .diagnostics-parameter > input[type=number] {
        width: 50px;
    }

    .diagnostics-parameter > input[type=text] {
        width: 80px;
    }

.diagnostics-content .report-footnote {
    margin-left: 24px;
}
/* #endregion */

/* #region Styles for instructor manage */
.instructor-manage header {
    font-size: 150%;
}

.instructor-game-list {
    position: absolute;
    left: 16px;
    top: 32px;
    opacity: 0;
    visibility: collapse;
}

    .instructor-game-list header h1 {
    }

    .instructor-game-list header h3 {
        margin-top: 0 !important;
        font-size: 80%;
    }

    .instructor-game-list header h4 {
        margin-bottom: 0 !important;
        font-size: 80%;
    }

.instructor-team-list {
    position: absolute;
    left: 16px;
    top: 32px;
    opacity: 0;
    visibility: collapse;
}

    .instructor-team-list header h1 {
    }

    .instructor-team-list header h3 {
        margin-top: 0 !important;
        font-size: 80%;
    }

    .instructor-team-list header h4 {
        margin-bottom: 0 !important;
        font-size: 80%;
    }

.game-tile {
    cursor: pointer;
    display: block;
    height: 126px;
    width: 270px;
    color: white;
    background-color: #136C99;
    float: left;
    margin: 8px;
}

    .game-tile:hover {
        background-color: #1887C6;
    }

    .game-tile:active {
        background-color: black;
    }

    .game-tile.game-tile-archived {
        color:white;
        background-color: #CCC;
    }

        .game-tile.game-tile-archived:hover {
            background-color: #999;
        }

        .game-tile.game-tile-archived:active {
            background-color: black;
        }

    .game-tile.game-tile-active {
        color:white;
        background-color: #11891B;
    }

        .game-tile.game-tile-active:hover {
            background-color: #18BA25;
        }

        .game-tile.game-tile-active:active {
            background-color: black;
        }

.game-tile-state {
    width: 64px;
    height: 96px;
    float: right;
    margin: 12px 8px 8px 8px;
    text-align: center;
}

.game-tile-name {
    font-weight: bold;
    font-size: 120%;
    margin-top: 8px;
    margin-left: 8px;
}

.game-tile-current-state > .fa {
    margin-left: 4px;
}

.game-tile-teams, .game-tile-created, .game-tile-current-period, .game-tile-run-time, .game-tile-current-state, .game-tile-note, .game-tile-drugs  {
    display: block;
    margin-top: 2px;
    margin-left: 8px;
}

.game-tile-current-state {
    font-size: 110%;
}

.game-tile-teams, .game-tile-current-period, .game-tile-created, .game-tile-run-time, .game-tile-instructor, .game-tile-drugs {
    font-size: 80%;
}

.game-tile-instructor {
    display: block;
    margin-top: 4px;
    padding: 2px;
    border: solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.game-info-buttons {
    width: 252px;
}

    .game-info-buttons button,
    .game-info-buttons .ajaxSpinner {
        margin: 4px;
        float: right;
    }


.game-info-tile {
    display: inline-block;
}

    .game-info-tile > .game-tile {
        cursor: default;
    }

        .game-info-tile > .game-tile:hover,
        .game-info-tile > .game-tile:active {
            background-color: #1887C6;
        }

        .game-info-tile > .game-tile.game-tile-active:hover,
        .game-info-tile > .game-tile.game-tile-achive:active {
            background-color: #11891B;
        }

.game-info-description {
    display: inline-block;
}

.game-info-link {
    display: inline-block;
}

.game-info-subTitle {
    display: inline-block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 120%;
    padding-top: 48px;
}

.game-info-response-form {
    display: block;
    width: 252px;
    margin: 12px 0;
}

    .game-info-response-form input[type=file] {
        display: block;
        margin-left: 12px;
    }

    .game-info-response-form button {
        margin: 4px;
        float: right;
    }

.instructor-game-edit div {
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.game-edit-teams {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.game-edit-team {
    display: inline-grid;
    margin-right: 24px;
    margin-bottom: 24px;
    width: 250px;
    border: 2px solid #136c99;
    padding-top: 0;
    font-size: 1.2em !important;
}

    .game-edit-team.game-team-ready {
        border: 2px solid #11891B;
    }

    .game-edit-team.game-team-notready {
        border: 2px solid #D31B1B;
    }

.game-edit-team-title {
    background-color: #136c99;
    color: white;
    padding: 4px 8px;
}

.game-team-ready > .game-edit-team-title {
    background-color: #11891B;
}

.game-team-notready > .game-edit-team-title {
    background-color: #D31B1B;
}

.game-edit-team-code {
    font-family: Consolas, Monaco, 'Courier New', Courier, monospace;
    font-weight: bold !important;
    padding: 4px 8px;
}

.game-edit-team-info {
    padding: 4px 8px;
    font-weight: normal !important;
    font-size: 80%;
}

.game-edit-team-stateFile {
    padding: 4px 8px;
    font-size: 50%;
}

.game-edit-team-participants {
    padding: 4px 8px;
}

.game-edit-team-participants-title {
    font-weight: bold;
}

.game-edit-team-participant {
    font-size: 70%;
    margin-left: 10px;
}
/* #endregion */
