@font-face {
    font-family: Roboto;
    src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Mono";
    src: url("/fonts/Roboto_Mono/static/RobotoMono-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Mono";
    src: url("/fonts/Roboto_Mono/static/RobotoMono-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("/fonts/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("/fonts/JetBrainsMono/web/woff/JetBrainsMono-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Orbitron;
    src: url("/fonts/Orbitron/static/Orbitron-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Orbitron;
    src: url("/fonts/Orbitron/static/Orbitron-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    width: 100%;
    margin: auto;
}

.header-container {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    background-color: white;
    height: 72px;
    border-bottom: 1px solid #cccccc;
    /*z-index: 1000;*/
    /*box-shadow: 0 3px 3px #cccccc;*/
}

.notice-container {
    width: 100%;
    text-align: center;
    color: #ff0000;
}

.logo-img {
    vertical-align: middle;
    margin-right: 10px;
    padding: 5px 0 0 5px;
    height: 72px;
    /*height: 36px;*/
}

.logo {
    font-family: "Orbitron", sans-serif;
    font-size: 48px;
    font-style: normal;
    /*font-variant: normal;*/
    font-weight: bold;
    color: #888888;
    vertical-align: middle;
}
.logo-thin {
    font-family: "Orbitron", sans-serif;
    font-size: 40px;
    font-style: normal;
    /*font-variant: normal;*/
    font-weight: 200;
    color: #888888;
    vertical-align: middle;
}

.section-footer {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #6f6f6f;
}

.topic-header {
    position: relative;
    width: 1024px;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: #6e6e6e;
    display: flex;
    padding: 30px 10px 5px;
    border-bottom: 2px solid #6f6f6f;
}

.header-container #headerLeft{
    position: absolute;
    left: 10px;
    padding: 10px 0;
    display: flex;
}

.header-container #headerRight{
    position: absolute;
    right: 20px;
    top: 30%;
    font-family: "Roboto-Mono", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #555555;
}

/*
.header-container #headerRight div {
    top: 8px;
    color: #6e6e6e;
}
*/

/*
.header-container #headerRight span {
    !*font-family: Lato, sans-serif;*!
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #6e6e6e;
    padding: 16px 0 16px 5px;
}
*/

/*
.header-container #headerRight span img {
    position: relative;
    top: -16px;
    border-radius: 5px;
}
*/

.header-container #headerRight span a {
    padding: 16px 10px;
}

.header-container #headerRight span a:link {
    text-decoration: none;
    /*color: #6e6e6e;*/
}
.header-container #headerRight span a:visited {
    text-decoration: none;
    /*color: #6e6e6e;*/
}

.header-container #headerRight span a:hover {
    background-color: #555555;
    color: white;
    border-radius: 5px;
}

.right-aligned-topic-header {
    position: absolute;
    right: 10px;
    left: auto;
    padding: 2px;
    display: flex;
}

.right-aligned-topic-header button {
    background-color: #888888;
    font-size: 15px;
    font-weight: 500;
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
}

.form-button {
    background-color: #888888;
    font-size: 15px;
    font-weight: 500;
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
}

.centerDiv {
    position: absolute;
    width: 300px;
    height: 100px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}

.table-form {
    width: 50%;
    margin: auto;
}

.table-form td {
    width: 50%;
}

.table-atom-form {
    width: 80%;
    margin: auto;
}

.table-atom-form td {
    width: 40%;
}

.table-atom-form td.image-cell {
    width: 20%;
}

.table-atom-form td.image-cell img {
    border-radius: 5px;
}

.table-form input[type=text] {
    width: 100%;
}

.table-form textarea {
    width: 100%;
    height: 100px;
    padding: 2px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: #f9f9f9;
    resize: vertical;
    font-family: "Courier New", monospace;
    font-size: 12px;
    font-weight: 100;
}

.table-keys {
    width: 1024px;
}

.table-keys th {
    font-size: 12px;
}

.table-keys td {
    font-size: 10px;
    font-weight: 200;
    text-align: center;
}

.table-keys #key-data {
    padding: 5px;
}

.table-keys textarea {
    width: 100%;
    height: 60px;
    padding: 2px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: #f9f9f9;
    resize: vertical;
    font-family: "Courier New", monospace;
    font-size: 10px;
    font-weight: 100;
}

.table-bit {
    width: 1024px;
}

.table-bit th {
    font-size: 12px;
}

.table-bit td {
    font-size: 10px;
    font-weight: 200;
    text-align: center;
}

.info-alert {
    padding: 20px;
    background-color: #f4cd3d;
    color: white;
}

.alert-cancel-button {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alert-cancel-button:hover {
    color: #6c6c6c;
}

.keyGenerateAlert {
    padding: 20px;
    background-color: #1487f4;
    color: white;
}


#newKeySampleCommand {
    font-family: "Courier New", monospace;
    font-size: 10px;
    font-weight: 100;
}

#newKeyDataMessage {
    color: #ff0000;
    font-size: 10px;
    font-weight: 100;
}

pre {
    white-space: pre-wrap;
    font-family: "Roboto-Mono", monospace;
}

.payload {
    /*margin: 10px 20px;*/
    font-family: "Roboto-Mono", monospace;
    font-size: 16px;
    font-weight: 200;
    word-break: break-all;
}

.payload-mini {
    font-family: "Roboto-Mono", monospace;
    font-size: 10px;
    font-weight: 100;
    word-break: break-all;
}

.payload-span {
}

.payload-section {
    font-weight: bold;
}

.payload-dot {
    font-weight: 600;
    color: #000000;
}

.payload-header {
    color: deeppink;
}

.payload-body {
    color: darkorchid;
}

.payload-signature {
    color: blue;
}

.payload-notes {
    color: #37474F;
}

.payload-cell {
    padding: 8px;
    width: 49%;
    border: 1px solid #999999;
    vertical-align: text-top;
    border-radius: 8px;
}

.display-name-header {
    font-family: "Roboto-Mono", monospace;
    font-size: 32px;
    font-weight: bold;
    color: #444444;
}

.template-header {
    /*margin: 20px 20px auto;*/
    font-family: "Roboto-Mono", monospace;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
}

.template-section {
    margin: 20px 20px auto;
    /*font-family: "Roboto", sans-serif;*/
    font-family: "Roboto-Mono", monospace;
    font-size: 28px;
    font-weight: bold;
    color: #444444;
}

.payload-json {
    margin: 20px 20px auto;
    font-family: "Roboto-Mono", monospace;
    font-size: 12px;
    font-weight: 200;
    word-break: break-all;
    word-wrap: break-word;
}

.home-search {
    margin: auto;
    min-width: 50%;
    max-width: 768px;
}

.search-box {
    border: 1px solid #555555;
    border-radius: 12px;
    height: 48px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    outline: none;
}

.search-box input:focus {
    box-shadow: 0 0 4px 4px #cccccc;
}

.search-box-text {
    /*height: 48px;*/
    width: 100%;
    text-align: center;
    /*top: 50%;*/
}

.page-title-text {
    width: 100%;
    text-align: center;
    font-family: "Roboto-Mono", monospace;
    font-size: 36px;
    font-weight: 500;
    color: #555555;
}

.analyze-text-area {
    font-family: "Roboto-Mono", monospace;
    font-size: 12px;
    font-weight: 100;
    word-break: break-all;
    border: 1px solid #555555;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    outline: none;
    overflow: hidden;
    box-sizing: border-box;
    resize: vertical;
}

.status-ok {
    background-color: #90ee90;
}

.status-error {
    background-color: #ff5050;
}

.section-button {
    background-color: #f1f1f1;
    border-color: transparent;
    border-radius: 5px;
    padding: 0 5px 0 5px;
    font-size: 14px;
}

.section-table {
    padding: 32px 32px 0;
    width: 100%;
}

.src-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    border: 2px solid #777777;
    border-radius: 8px;
    font-family: "Roboto-Mono", monospace;
    font-size: 14px;
    font-weight: bolder;
    padding: 8px;
    align-content: center;
}

.src-grid > div {
    width: 16px;
    height: 16px;
    text-align: center;
}