﻿a[target="_blank"]:after {
    content: url(/Content/External.png);
}

body {
    background-color: beige;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

footer {
    bottom: 0;
    background-color: white;
    font-family: "Tangerine", Arial, sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
}

    footer ul {
        list-style-type: none; /* Remove bullet prefix */
        margin: 0;
        padding: 0;
    }

    footer li {
        border: 1px solid #aaa;
        box-sizing: border-box; /* Stop border adding to div size and causing the divs to show on separate lines */
        float: left;
        margin: 0;
        padding: 0.3em 0 0.1em 0;
        text-align: center;
        width: 20%;
    }

        footer li:hover {
            background-color: turquoise;
            border: 1px solid blue;
            font-weight: bold;
        }

        footer li a {
            color: black;
            display: block;
            text-align: center;
            text-decoration: none;
        }

h1 {
    background-color: white;
    border-top: 1px solid black;
    font-family: "Tangerine", Arial, sans-serif;
    font-size: 2em;
    text-align: center;
    text-shadow: 4px 4px 4px #aaa;
    margin: 0;
    padding-top: 0.25em;
}

h2 {
    background-color: white;
    border-bottom: 1px solid black;
    font-family: "Tangerine", Arial, sans-serif;
    font-size: 1.25em;
    text-align: center;
    text-shadow: 2px 2px 2px #aaa;
    margin: 0;
    padding-bottom: 0.25em;
}

input[type=file] {
    display: none;
}

li {
    margin-bottom: 0.25em;
}

ol {
    margin: 0;
}

p {
    margin: 0 0 0.25em 0;
}

table {
    background-color: #EEEEEE;
    border: 1px solid #1C6EA4;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -o-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
}

th {
    border-left: 1px solid;
    font-weight: bold;
}

td {
    border-left: 1px solid;
}

tr:nth-child(even) {
    background: #D0E4F5;
}


.advancedEditorSidebar {
    float: right;
    width: 20em;
}

.atomEditor {
    display: none;
}

.atomIntro {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: lightcyan;
    height: 27.5em;
    padding: 1em;
    position: absolute;
    margin: auto;
    width: 45em;
}

    .atomIntro div {
        font-family: Arial, sans-serif;
        margin-bottom: 0.5em;
    }

.binaryFile {
    background-color: lightgray;
    color: darkgray;
    cursor: not-allowed;
    font-style: italic;
    width: 20em;
}

.button {
    background-color: blue;
    border: 1px solid black;
    color: white;
    cursor: pointer;
    margin: 0.25em;
    max-width: 20em;
    min-width: 10em;
    padding: 0.5em;
    text-align: center;
    text-indent: 0.5em;
}

    .button span {
        padding-left: 1em;
    }

    .button:hover {
        background-color: lightblue;
    }

.contentBox {
    border-style: solid;
}

.headeredList li {
    font-weight: bold;
    font-style: italic;
    margin: 0.25em 0 0.5em;
}

    .headeredList li p {
        font-weight: normal;
        font-style: normal;
        margin: 0 0 0.25em;
    }

    .headeredList li ul li {
        font-weight: normal;
        font-style: normal;
    }

.initiallyHidden {
    display: none;
}

.introSubHeading {
    margin-top: 1em;
}

.fileList {
    height: 650px;
    width: 21em;

    border: 1px solid grey;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: scroll;
    user-select: none;
}

.fileUpload {
    background-color: #aaa;
    border: 1px solid black;
    cursor: pointer;
    display: inline-block;
    font-family: Consolas, Arial, sans-serif;
    font-size: 2em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 100%;
}

    .fileUpload:hover {
        background-color: turquoise;
    }

.jsonFile {
    background-color: lightblue;
    cursor: pointer;
    width: 20em;
}

    .jsonFile:hover {
        background-color: lightyellow;
        width: 20em;
    }

    .jsonFile.selected {
        background-color: white;
    }

.logArea {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-family: monospace;
    clear: both;
    overflow-y: scroll;
    max-height: 200px;
    padding: 0.5em;
}

.monacoOuterContainer {
    border: 1px solid grey;
    display: inline-block;
}

.monacoInnerContainer {
    display: inline-block;
    height: 650px;
    width: 800px;
}

.plusMinus {
    background-color: forestgreen;
    cursor: pointer;
    display: inline-block;
    font-size: larger;
    font-weight: bold;
    margin: 0.5em, 0, 0.5em, 0;
    text-align: center;
    user-select: none;
    width: 1em;
}

.ribbonOuter {
    height: 5em;
    right: 0;
    top: 0;
    width: 5em;
    overflow: hidden;
    position: absolute;
}

.ribbonInner {
    right: -3em;
    top: 0;
    width: 9em;
    background-color: red;
    border-top: 0;
    color: white;
    position: absolute;
    line-height: 20px;
    margin: 0;
    padding: 0.5em;
    text-align: center;
    -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(10px);
    -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(10px);
    -o-transform: rotate(45deg) scale(1) skew(0deg) translate(10px);
    -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(10px);
    transform: rotate(45deg) scale(1) skew(0deg) translate(10px);
}

.savegameDirectory {
    background-color: lightgray;
    cursor: pointer;
}

    .savegameDirectory:hover {
        background-color: turquoise;
    }

.simpleEditor {
    font-family: 'Special Elite', Arial, sans-serif;
    margin: 0.5em;
}

.sourceFile {
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.1em;
    padding: 0.125em;
}

    .sourceFile span {
        font-weight: normal;
    }

.spacer {
    min-height: 1em;
}

.stat {
    min-width: 1.5em;
    margin-left: 0.25em;
    margin-right: 0.25em;
    display: inline-block;
}

.tab {
    background-color: grey;
    border: 1px solid black;
    box-sizing: border-box; /* Stop border adding to div size and causing the 50% width divs to show on separate lines */
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    user-select: none;
    width: 50%;
}

    .tab.selected {
        background-color: white;
        border-bottom: none;
        box-sizing: border-box;
    }

.tabBodies {
    background-color: white;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 25px;
    max-width: 1500px;
    min-width: 1500px;
}

.tabHeaders {
    max-width: 1552px;
    min-width: 1552px;
}

.tableHeader {
    font-weight: bold;
    font-size: 2em;
}

#abandon {
    float: right;
}

#simpleEditorSave {
    margin-left: auto;
    margin-right: 0;
}

.warning {
    color: orangered;
}

.atomDialog {
    display: none;
}
