@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Unbounded:wght@200..900&display=swap');
body {
    background: #101010;
}
#container  {
box-shadow: unset;
border-radius: 20px;
background: #101010;
border: 2px #444 solid;
}
#l12-col, #header {
margin: 10px;
margin-top: 10px;
border-radius: 13px;
margin-top: 12px;
background: #1B1B1B;
}
#header {
margin-left: -12px;
margin-right: -12px;
}
#l12 .main_phrase, #header h1 {
text-shadow: unset;
margin-bottom: 30px;
font-family: Unbounded;
color: #fff;
font-size: 120%;
font-weight: 600;
}
#l11 img, #header img {
margin: 10px;
margin-left: 10px;
border-radius: 5px;
margin-left: 12px;
}
#header img {
margin: -12px;
margin-top: 0px;
margin-right: 0px;
}
#main-menu {
bottom: 10px;
position: absolute;
box-shadow: unset;
background: #355BCE0F;
border: 1px #355BCE solid;
padding: 3px;
border-radius: 6px;
}
#main-menu ul {
padding-left: 0;
}
#header #main-menu {
margin-left: -15px;
}
div.contest_actions_item {
    background: #355BCE;
    border-radius: 3px;
    margin: 3px;
    color: #fff;
    text-shadow: 0 0;
    font-family: Unbounded;
}
div.contest_actions_item:not(:has(a)) {
    padding: 3px 25px 3px 25px;
}
div.contest_actions_item:has(table.menu) {
    padding: 0;
    display: none;
}
#header #main-menu a {
background: #355BCE;
border-radius: 3px;
margin: 1px;
}
#main-menu ul li a, #main-menu ul li.active, #main-menu #logout a {
color: #fff;
text-shadow: 0 0;
font-family: Unbounded;
}
#l13 {
padding-left: 22px;
padding-right: 0px;
font-family: Unbounded;
font-weight: 600;
color: #fff;
}
a:visited {
    color: #aaa;
}
#probNavTaskArea form tbody {
    display: grid;
    font-family: unbounded;
    margin-left: -10px;
    grid-template-columns: 1fr 200px;
    grid-template-rows: 50px 50px 1fr;
}
#probNavTaskArea form tbody tr:has(select) {
    background: #1B1B1B;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    border: 1px #444444 solid;
    border-bottom: 2px #44444450 solid;
    width: 300px;
    height: auto;
    position: relative;
}
#probNavTaskArea form tbody tr:has(input[type="file"]) {
    background: #1B1B1B;
    padding: 10px;
    margin-top: -1px;
    padding-top: 5px;
    border-radius: 0;
    border: 1px #444444 solid;
    border-bottom: 2px #44444450 solid;
    border-top: 0;
    width: 300px;
    height: auto;
    position: relative;
}
#probNavTaskArea form tbody tr:has(input[type="text"]) {
    background: #1B1B1B;
    padding: 10px;
    margin-top: -1px;
    padding-top: 5px;
    border-radius: 0;
    border: 1px #444444 solid;
    border-bottom: 2px #44444450 solid;
    border-top: 0;
    width: 300px;
    height: auto;
    position: relative;
}
#probNavTaskArea form tbody tr:has(input[type="text"]) input {
    width: 200px;
    right: 0;
    top: 10px;
    position: absolute;
    margin-bottom: -5px;
}
#probNavTaskArea form tbody tr:has(input[type="text"]) td {
    padding-top: 5px;
}
#probNavTaskArea form tbody tr:has(input[type="submit"]) {
    background: #1B1B1B;
    padding: 10px;
    margin-top: -1px;
    border-radius: 0 0 10px 10px;
    border: 1px #444444 solid;
    border-top: 0;
    width: 300px;
    height: auto;
    position: relative;
}
#probNavTaskArea form tbody tr:has(select) td select {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #355BCE0F;
    border: 1px #355BCE solid;
    border-radius: 5px;
    padding: 5px;
    color: #ffffff;
    font-family: Unbounded;
    cursor: pointer;
}
#probNavTaskArea form tbody:has(input[type="text"]) tr:has(select) td select {
    width: 200px;
}
#probNavTaskArea form tbody tr:has(input[type="file"]) td input {
    position: absolute;
    top: 5px;
    left: 0;
    width: calc(100% - 25px);
    opacity: 0;
}
#probNavTaskArea form tbody tr:has(input[type="file"]) td:not(:has(input)) {
    height: 31px;
    background: #355BCE0F;
    border: 1px #355BCE solid;
    padding: 0 120px;
    border-radius: 5px;
}
#probNavTaskArea form tbody tr:has(input[type="submit"]) td {
    bottom: 0;
    margin: 10px;
    color: transparent;
    position: absolute;
    width: calc(100% - 20px);
}
#probNavTaskArea form tbody tr:has(input[type="submit"]) td input {
    width: 100%;
}
#probNavTaskArea form tbody tr:has(textarea) {
    margin-top: 0;
    grid: 0;
    grid-row: 1/4;
    margin-right: 10px;
}
#probNavTaskArea form tbody textarea {
    border: 1px #355BCE solid;
    background: #355BCE0F;
    border-radius: 10px;
    padding: 10px;
    color: #ffffff;
    font-family: Roboto Mono;
    text-decoration: none;
    text-decoration-color: transparent;
    overflow-x: hidden;
}
form tbody input {
    background: #355BCE0F;
    border: 1px #355BCE solid;
    border-radius:7px;
    margin: 0 10px 0 10px;
    padding: 5px;
    outline: none;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}
form tbody input[type='submit'] {
    background: #355BCE;
    border-radius:7px;
    border:0;
    margin: 0;
    font-family: Unbounded;
    font-weight: 800;
    margin-left: -10px;
    padding: 5px;
    padding: 7px 5px 7px 5px;
    outline: none;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 27px;
    padding: 0 10px 0 10px;
    transition: 0.3s ease;
}
form tbody input[type='submit']:hover {
    cursor: pointer;
    background: #355BCE60;
    border-radius:7px;
    border:0;
    margin: 0;
    font-family: Unbounded;
    font-weight: 800;
    margin-left: -10px;
    padding: 5px;
    padding: 7px 5px 7px 5px;
    outline: none;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 27px;
    padding: 0 10px 0 10px;
}
#nTopNavSelected div.nProbCurrent, #nTopNavSelected div.nProbCurrent:hover, #nBottomNavSelected div.nProbCurrent, #nBottomNavSelected div.nProbCurrent:hover, .nTopNavList div.nProbEmpty:hover, .nBottomNavList div.nProbEmpty:hover, div.nProbTrans:hover, div.nProbBad:hover {
background: #355BCE;
box-shadow: unset;
filter: unset;
border: 1px #355BCE solid;
border-radius: 5px;
outline: none;
margin: 5px;
padding-top: 10px;
transition: 0.3s ease;
}
div.nProbEmpty, .nBottomNavList div.nProbEmpty {
    background: #355BCE10;
    box-shadow: unset;
    filter: unset;
    border: 1px #355BCE solid;
    border-radius: 5px;
    outline: none;
    margin: 5px;
    transition: 0.3s ease;
}

div.nProbOk, div.nProbOk:hover, .nBottomNavList div.nProbOk, .nBottomNavList div.nProbOk:hover {
    background: #35CE9C;
    box-shadow: unset;
    filter: unset;
    border: 1px #35CE9C solid;
    border-radius: 5px;
    outline: none;
    margin: 5px;
    transition: 0.3s ease;
    padding-top: 9px;
}
#nBottomNavSelected {
top: 0;
}

div.nProbBad, .nBottomNavList div.nProbBad {
    background: #ff0000;
    box-shadow: unset;
    filter: unset;
    border: 1px #ff0000 solid;
    border-radius: 5px;
    outline: none;
    margin: 5px;
    transition: 0.3s ease;
    padding-top: 7.8px;
}

div.nProbTrans {
    background: #DCC706;
    box-shadow: unset;
    filter: unset;
    border: 1px #DCC706 solid;
    border-radius: 5px;
    outline: none;
    margin: 5px;
    transition: 0.3s ease;
    padding-top: 8.1px;
}

.nTopNavList li.first-rad .nProbEmpty, .nTopNavList li.first-rad .nProbCurrent {
    border-radius: 5px;
}

#nTopNavSelected div.nProbCurrent a, #nBottomNavSelected div.nProbCurrent a, div.nProbEmpty a, div.nProbOk a, div.nProbBad a, div.nProbTrans a,
#nTopNavSelected div.nProbCurrent A.tab:visited, #nBottomNavSelected div.nProbCurrent A.tab:visited, div.nProbEmpty A.tab:visited, div.nProbOk A.tab:visited, div.nProbBad A.tab:visited {
position: relative;
bottom: 5px;
font-family: Unbounded;
color: #ffffff;
text-shadow: 0 0;
}
#statusLine, div.h2-long h2 {
box-shadow: unset;
color: #fff;
text-shadow: 0 0;
margin-left: -10px;
width: calc(100% - 22px);
border-radius: 13px;
padding: 7px 5px;
display: flex;
align-items: center;
padding-left: 15px;
margin-bottom: 35px;
}
div.h2-long h2 {
    width: 310px;
    margin-bottom: 0;
    margin-top: 0;
}
div.server_status_on, div.h2-long h2 {
    background: #35CE9C10;
    border: 1px #35CE9C50 solid;
}
div.server_status_off {
    background: #44444410;
    border: 1px #44444450 solid;
}

div.server_status_error {
    background: #ff000010;
    border: 1px #ff000050 solid;
}

div.server_status_alarm {
    background: #DCC70610;
    border: 1px #DCC70650 solid;
}
div.user_actions {
    background: #44444405;
    border: 0;
    box-shadow: unset;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    border: 1px #444444 solid;
    padding: 5px;
    width: max-content;
}
div.user_action_item {
    color: #ffffff;
    font-family: Unbounded;
    display: flex;
    align-items: center;
}

div.user_actions input[type="text"], div.user_actions input[type="password"] {
    padding: 5px;
}
div.user_actions input, div.user_actions input[type="submit"] {
    border-radius: 3px;
}
div.user_actions input[type="submit"]:hover {
    cursor: pointer;
    padding: 1px 5px;
    border-radius: 3px;
    background: #355BCE60;
}

div.user_action_item:has(select) {
}

td#probNavTaskArea {
    border-bottom: 0;
    padding-left: 10px;
}
.table, table.standings {
    box-shadow: unset;
    background: #1B1B1B;
    border-radius: 10px;
}
.table, table.standings {
    box-shadow: unset;
    background: #1B1B1B;
}
.table th, table.standings th {
    background: #35CE9C10;
    border: 1px #35CE9C50 solid;
    font-family: Unbounded;
    color: #eeeeee;
    text-shadow: 0 0;
}
.table td, table.standings td {
    background: transparent;
    border: 1px #444444 solid;
    font-family: Roboto Mono;
}
.table td a, .table td A:visited,.table td a.tab, .table td A.tab:visited
table.standings td a, table.standings td A:visited,table.standings td a.tab, table.standings td A.tab:visited{
    color: #35CE9C90;
}
.table .green-tr td a, .table .green-tr td A:visited,.table .green-tr td a.tab, .table .green-tr td A.tab:visited,
.table .red-tr td a, .table .red-tr td A:visited,.table .red-tr td a.tab, .table .red-tr td A.tab:visited {
    color: #ffffff;
}
.green-tr {
    background: #35CE9C90;
    color: #ffffff;
}
.red-tr {
    background: #ff000010;
    color: #ffffff;
}
td.cell_attr_dq {
    background-color: #ff00004a;
}
td.cell_attr_tr {
    background-color: #DCC70650;
}

#real-stop-button {
display: none;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #1B1B1B;
    border-radius: 10px;
    margin-left: -10px;
    width: calc(100% - 40px);
}
code[class*="language-"], pre[class*="language-"] {
    font-family: Roboto Mono;
    color: #999999;
    text-shadow: 0 0;
}
.info-table-line {
    box-shadow: unset;
    background: transparent;
    border-radius: 10px;
}
.info-table-line td {
    background: #35CE9C10;
    border: 1px #35CE9C50 solid;
}

option {
        background: #000000;
}
#probNavTaskArea form tbody tr:has(input[name="action_34"]), #probNavTaskArea form tbody tr:has(input[name="action_35"]) {
display: flex;
position: relative;
background: transparent;
border: 0;
padding: 0;
}
