@import url('https://fonts.googleapis.com/css2 ?family=Roboto&display=swap');
body{
	margin: 0;
    overflow-x: hidden;
    min-width: 460px;
    font-size: 16px;
    font-family: serif;
    background: white;
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: darken;
    background-image: url(https://competition.schelcol.ru/includes/img/121.png);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 120vh;
    font-family: "Roboto", "Arial", sans-serif;
}
header {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: row;
    background: white;
}
a{
	color: inherit;
}
table {
    width: 100%;
    max-width: 400px;
    border-collapse: collapse;
    margin: auto;
}
table a:hover{
    color: rgb(0 72 148);
}
th {
    color: #ffffff;
    font-style: italic;
    background: #004894;
    border: 1px solid white;
    text-shadow: 0 0 1px black;
    font-weight: bold;
}
td {
    width: fit-content;
    padding: 3px 10px;
    border: 1px solid #ffffff;
    background: #9dcdff;
}
input{
    outline: none;
    height: fit-content;
}
input[type="text"] {
    border: 0px;
    background: #9dcdff;
    padding: 4px 12px;
}
input[type="password"] {
    border: 0px;
    background: #9dcdff;
    padding: 4px 12px;
}
input[type="number"] {
    border: 0px;
    background: #9dcdff;
    color: #000000;
    padding: 4px 8px;
    font-weight: bold;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
form p{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 4px 0;
}
h3, h4 {
    width: 400px;
    margin: 2rem auto 0.1rem;
    color: #004894;
    text-align: center;
}
form{
    width: 400px;
    margin: 3rem auto;
}
input[type="submit"] {
    border: 1px solid rgb(0 72 148);
    background: #004894;
    color: #ffffff;
    padding: 3px 16px;
    border-radius: 10px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background: grey;
    border: 1px solid grey;
}
label{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
form.usersList {
    display: flex;
    margin: 6px auto;
    align-items: center;
    justify-content: space-evenly;
    /*box-shadow: rgb(214 238 255) 0px 0px 1px 1px;*/
    padding: 4px 0;
}
form.usersList p{
    margin: 1px 4px;
}
.responseHeader{
    color: rgb(255, 0, 0);
    margin: 4px 0rem;
    width: auto;
    text-align: center;
    font-family: fantasy;
    letter-spacing: 3px;
    font-weight: normal;
}
.gridJuryStages h4{
    max-width: 120px;
    padding: 2px 8px;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: serif;
    margin-top: 0;
    color: black;
}
.gridJuryStages input[type="number"]{
    width: calc(100% - 18px);
    height: calc(100% - 10px);
}
.gridJuryStages{
    display: grid;
    overflow: auto;
    min-width: 400px;
    width: fit-content;
    max-width: 90%;
    margin-top: 0.5rem;
}
.gridJuryStages p{
    justify-content: center;
}
.gridJuryMember {
    display: flex;
    align-items: center;
    padding: 2px 10px;
    justify-content: space-between;
    min-width: max-content;
    color: #ffffff;
    background: #004894;
    box-shadow: inset 0 0 0px 1px white;
}
.gridJuryMember b{
    padding: 0px 6px;
}
.gridJuryCell{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.column{
    display: flex;
    flex-direction: column;
}
.underHeaderLink{
    display: flex;
    width: fit-content;
    margin: 3px auto;
}
.backButton{
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
}
.backButton:after{
    transition: 0.3s;
    content: "назад";
    margin-left: 5px;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-shadow: black 0px 0px 0px;
    color: rgb(0 0 0);
}
.backButton:hover:after{
    transition: 0.3s;
    margin-left: -10px;
    padding-right: 15px;
}

tr.rowComment {
    color: rgb(199 199 199);
    font-weight: lighter;
}
.rowComment td {
    border: 1px solid white;
    color: #ffffff;
}
.memberInCompetitionRow {
    display: flex;
}
.memberInCompetitionRow p {
    margin: 3px 5px;
}
.memberGridMarkPlace{
    display: grid;
}
.membersList {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin: 0rem auto 3rem;
}
p.member{
    font-size: 0.8rem;
}
.backButton i {
    background: linear-gradient(45deg, rgb(0 72 148), #9dcdff);
    font-size: 2rem;
    z-index: -1;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.footerGrid {}
.topInfoRow {
    background: red;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.content {
    padding: 4rem 1rem;
    height: 100%;
    min-height: 100vh;
    position: relative;
    background: #ffffffed;
}
.topInfoRow p{
    margin: 0 12px;
}
.headerMenuRow a {
    padding: 0.1rem 0.5rem;
    font-family: serif;
    font-size: 1.1rem;
    font-weight: bolder;
    text-decoration: none;
}
.headerMenuRow{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 0.4rem;
    background: #004894;
    color: white;
    text-shadow: 0 0 1px black;
    font-family: serif;
}
a:hover {
    color: rgb(189 189 189);
    text-shadow: none;
}
.bottomRow {
        color: white;
    text-align: center;
    padding: 0.7rem;
    font-size: 1rem;
    text-shadow: 0 0 1px black;
    font-family: serif;
    background: #004894;
}
.memberRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.1rem auto;
}
.memberRow p{
    margin: 3px 5px;
}
button.SaveMarksJS{
    border: 1px solid rgb(0, 72, 148);
    background: rgb(0, 72, 148);
    color: rgb(255, 255, 255);
    padding: 3px 16px;
    border-radius: 10px;
    cursor: pointer;
}
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:6px;
    height:0px
}

::-webkit-scrollbar-track {
    background-color: rgb(255 255 255);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(157 205 255);
    box-shadow:0px 1px 1px #fff inset;
    background-position:center;
    background-repeat:no-repeat;
}

::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:7px;
    height:0px
}

::-webkit-scrollbar{
    width: 3px;
    height: 6px;
}
::selection{
	background-color: rgb(133 133 133);
    color: rgb(255, 255, 255);
}