﻿/* #region Basic Styles */
body {
    font-size: .85em;
    font-family: Helvetica, Arial, Sans-Serif;
    color: black;
    background-color: white;
    margin: 0;
    padding: 0;
    text-align: left;
    /*min-width: 960px;
    min-height: 768px;*/
}

input, textarea {
    font-family: Helvetica, Arial, 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, Arial, Verdana;
    font-size: 1.6em;
}

a {
    color: #1887C6;
}

    a:visited {
        color: #136C99;
    }

.linkButton {
    color: #1887C6;
    text-decoration: underline;
    cursor: pointer;
}

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, Arial, Verdana;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1em;
}

/* #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: absolute;
    width: 100%;
    text-align: center;
    font-size: small;
    color: gray;
    bottom: 0;
    margin-bottom: 8px;
}

/* #endregion */

/* #region Styles for basic forms */

table.formTable {
    border-collapse: collapse;
    float: left;
    margin-left: 15px
}

    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: 5em;
        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] {
        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 .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: 600px;
        padding: 0;
        border: none;
        top: auto;
    }

    .modalDialog .modalDialogButtons button {
        float: right;
        margin-left: 8px;
        margin-bottom: 8px;
    }

/* #endregion */

/* #region Wizard*/

.modalWizard {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 501;
}

.wizard {
    position: relative;
    padding: 24px;
    top: 100px;
    width: 100%;
    height: 440px;
    background-color: white;
    border: 4px solid #136C99;
    border-left-width: 0;
    border-right-width: 0;
}

    .wizard .wizardPage {
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        height: 420px;
        border: none;
        padding: 0;
    }

.wizardPage .wizardPageTitle {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    border: none;
    padding: 0 0 12px 0;
}

.wizardPage .wizardPageContents {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    border: none;
    padding: 0;
}

.wizard .wizardButtons {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    border: none;
    padding: 0;
}

.wizardButtons button {
    margin-left: 8px;
    float: right;
}


/* #endregion */

/* #region Styles for participant */

.section-participant {
    width: 100%;
    min-width: 780px;
    height: 554px;
    left: 0;
    overflow: hidden;
    position: relative;
}

.drug-Colour1 {
    color: #FF2400;
}

.drug-Colour2 {
    color: #FF8C00;
}

.drug-Colour3 {
    color: #00BB00;
}

.drug-Colour4 {
    color: #008CFF;
}

.drug-Colour5 {
    color: #8C00FF;
}

/* #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;
    width: 100px;
    margin-right: -100px;
    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;
}

.report-content table {
    display: block;
    margin: 16px;
}

    .report-content table th {
        color: #FFFFFF;
        background-color: #c11919;
        text-align: center;
    }

        .report-content table th:first-child {
            text-align: left;
        }

    .report-content table td {
        min-width: 80px;
        height: 2em;
        text-align: center;
    }

        .report-content table td:first-child {
            text-align: left;
        }

.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;
}
/* #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: 48px;
    border-left-width: 100px;
    margin: 0;
    padding: 0;
}

.decision-title {
    float: left;
    width: 100%;
    height: 28px;
    margin-top: -28px;
    text-align: center;
    font-weight: bold;
    color: white;
    line-height: 28px;
}

.decision-menu {
    float: left;
    width: 100px;
    margin-left: -100px;
    background-color: #136C99;
    color: white;
    font-size: 16px;
    line-height: 18px;
}

.decision-menu-item {
    float: right;
    cursor: pointer;
    width: 72px;
    height: 32px;
    margin: 4px 0 4px 8px;
    padding: 12px 0 0 12px;
    background-color: #1887C6;
    border-left: 8px solid #1887C6;
}

    .decision-menu-item.selected {
        background-color: white;
        color: black;
        font-weight: bold;
        border-left: 8px solid white;
    }

    .decision-menu-item.decision-modified {
        border-left: 8px solid #FFD800;
    }

    .decision-menu-item.decision-invalid {
        border-left: 8px solid red !important;
    }

.decision-content {
    float: left;
    padding-right: 34px;
}

.decision-header {
    display: block;
    position: absolute;
    width: 128px;
    top: 0;
    right: 0;
    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);
}


table.decisionTable {
    display: block;
    margin-left: 24px;
    margin-bottom: 24px;
    padding-top: 12px;
    border-collapse: collapse;
    min-width: 550px;
}

    table.decisionTable tr {
        height: 2.5em;
    }

        table.decisionTable tr.rowSeparator {
            height: 2em;
        }

        table.decisionTable tr td:first-child,
        table.decisionTable tr th:first-child {
            text-align: right;
            font-weight: bold;
            width: 192px;
            padding-right: 8px;
        }

    table.decisionTable th,
    table.decisionTable .th {
        width: 150px;
        font-weight: bold;
        text-align: center;
    }

    table.decisionTable td {
        width: 150px;
        text-align: center;
        border-bottom: 0;
    }

        table.decisionTable td input[type=number] {
            width: 50px;
        }

td.decision-error {
    background-color: red;
}

td.drugEffortSum {
    font-weight: bold;
    color: white;
    width: 75px !important;
}

div.repBio {
    display: block;
    margin-left: 10%;
    margin-right: 5%;
    margin-top: 2em;
}

    div.repBio img {
        height: 100px;
        width: 75px;
        float: left;
        margin: 0px 12px 0px 0px;
    }

    div.repBio p {
        padding-top: 2.2em;
        padding-left: 2em;
    }

div.decision-bar {
    position: absolute;
    display: block;
    height: 48px;
    bottom: 0;
    margin-bottom: -46px;
    width: 100%;
    line-height: 28px;
}

button.decision-bar-button {
    margin: 10px;
    float: right;
}

    button.decision-bar-button:first-child {
        margin-right: 0;
    }

.scalableCheckBox {
    display: inline-block;
    border: 1px solid grey;
    padding: 1px 3px;
    text-align: center;
    width: 14px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
}

.scalableRadioButton {
    display: inline-block;
    border: 1px solid grey;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 14px;
    cursor: pointer;
}

.territoryCheck {
    cursor: pointer;
}

/* #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 {
        margin-bottom: 0 !important;
    }

    .instructor-game-list header h3 {
        margin-top: 0 !important;
        font-size: 80%;
    }

.instructor-team-list {
    position: absolute;
    left: 16px;
    top: 32px;
    opacity: 0;
    visibility: collapse;
}

    .instructor-team-list header h1 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .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: 120px;
    width: 240px;
    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-active {
        background-color: #11891B;
    }

        .game-tile.game-tile-active:hover {
            background-color: #18BA25;
        }

        .game-tile.game-tile-active:active {
            background-color: black;
        }

.game-tile-running {
    width: 64px;
    height: 64px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQFJREFUeNrsmMENwjAMRRPEAB0BNqAjsAFsQEdgko5ANoANYAMyQkfoBuFbyglxtI0sfUu+Jn72j+02t9ZSZNuk4EYAAhCAAAQgAAEIQAAlyzm/4YfIFZDgn4C4RJbQAL8BQnywBsiaHzQI+PuwCp9wR436iM0l5dGFTCVlLaH0Q1Jn3LlEnQMiKWm1p8iDTGR0B8QcUULqkvr3KrHrHnIXkuyPyP4rIkBB4KNGN/IGWPtknrQO3DpLRn2t8KpAgR8tdiKPCkjWi9XhlgBL7/HVMjtWEnr0Flmty2sBcEXgkvnV43FpS2ivuWm670Lh/0oQgAAEIAABCEAAAgSzjwADADnXXsGGy34FAAAAAElFTkSuQmCC');
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin: 8px;
}

.game-tile-suspended {
    width: 64px;
    height: 64px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ1JREFUeNrs2bEJgDAQhWFPxDncwtZRnMMqu7hIRnEEG+vz0h1BqwQk+D84guFI+AohIaKqXcvpu8YDAAAAAAAAAADwZ8BQYxER2WwY3VS0U27MeiYbVj9nPaF483ScLi3LlZZyFR56lqxHa+zNPwAAAAAAAAAAAAAAAIDSnE1fKS271ey+jxdkrA0QXmgAAAAAAAAAAAAAfJZbgAEA99GN8VkFMxYAAAAASUVORK5CYII=');
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin: 8px;
}

.game-tile-name {
    font-weight: bold;
    font-size: 120%;
    margin-top: 8px;
    margin-left: 8px;
}

.game-tile-teams, .game-tile-created, .game-tile-current-period {
    display: block;
    margin-top: 2px;
    margin-left: 8px;
}

.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, Arial, Verdana;
    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, Arial, Verdana;
}

.game-edit-teams {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.game-edit-team {
    display: inline-block;
    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", "Georgia", serif !important;
    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;
}

.game-edit-team-participants {
    padding: 4px 8px;
}

.game-edit-team-participants-title {
    font-weight: bold;
}

.game-edit-team-participant {
    font-size: 80%;
    margin-left: 16px;
}
/* #endregion */

/* #region Styles for admin admin */
/* #region Styles for instructor manage */
.admin-admin {
    float: left;
    padding: 0 16px 0 16px;
}

    .admin-admin section {
        float: left;
    }

        .admin-admin section header {
            font-size: 125%;
        }

            .admin-admin section header h1 {
                margin-top: 0;
            }

        .admin-admin section section {
            margin: 0 16px 0 16px;
        }

            .admin-admin section section header {
                float: left;
                width: 100%;
            }

                .admin-admin section section header h2 {
                    float: left;
                    margin: 0;
                    padding: 0;
                }

                .admin-admin section section header button {
                    float: right;
                    margin-right: 16px;
                    right: 0;
                }

            .admin-admin section section section {
                float: left;
                width: 100%;
                margin: 16px 0 0 0;
            }
/* #endregion */
