html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Arial;
    font-size: 0.8em;
    background-color: #eee;
}

#name-ua, #name-en, #date, #cert-number {
    position: absolute;
    text-align: center;
    font-family: serif;
}

#name-ua {
    left: 195px;
    top: 375px;
    width: 625px;
    font-size: 30pt;
    font-weight: 900
}

@font-face {
    font-family: "RobotoCondensed";
    src: url('../RobotoCondensed-Regular.ttf') format('truetype');
}

#name-ua2, #date2, #cert-number2 {
    font-family: RobotoCondensed;
    position: absolute;
    text-align: center;
}

#date2 {
    left: 183px;
    top: 872px;
    font-weight: 900;
}

#cert-number2 {
    left: 125px;
    top: 872px;
    font-weight: 900;
}

#name-ua2 {
    left: 10px;
    top: 560px;
    width: 650px;
    font-size: 40pt;
    font-weight: 900;
    color: #535741;
}


#name-en {
    left: 195px;
    top: 450px;
    width: 625px;
    font-size: 23pt;
    font-weight: 600
}

#date {
    left: 140px;
    top: 610px;
    width: 260px;
    font-size: 11pt;
    font-weight: 100
}

#cert-number {
    left: 990px;
    top: 45px;
    transform: rotate(90deg);
    font-weight: 600;
}

#cert {
    width: 1024px;
    height: 724px;
}

#cert2 {
    margin-left: 10px;
    margin-top: 10px;
    width: 650px;
    height: 919px;
}

.admin {
    padding: 20px;
    margin: 20px;
    border: 1px solid gray;
    border-radius: 20px;
    background-color: #fff !important;
    overflow: visible;
}

.input-checkbox {
    width: 30px;
    height: 30px;
}

.form-group select {
    width: 100%;
    border: 1px solid #ced4da;
    line-height: 1.5;
    display: block;
    padding: .375rem .75rem;
}

.note {
    margin-top: 20px;
    padding: 15px;
    background-color: yellow;
}

.stats td {
    border-collapse: collapse;
    border: 1px solid #000;
    padding: 5px;
}

.confirm-block {
    margin: 40px 0px;
}

.card-number, .payment-reason {
    font-weight: 500;
    background-color: #eee;
    padding: 5px;
}

a {
    text-decoration: none;
    text-decoration: underline;
}

    a:hover {
        color: #cc7000;
    }

tr:nth-child(even) {
    background: #fafafa;
}

tr:nth-child(odd) {
    background: #FFF
}

table {
    margin-top: 10px;
    width: fit-content !important;
}

thead th {
    background-color: #cc7000 !important;
    color: #fff;
}

.bool {
    width: 15px;
    height: 15px;
    border: 1px solid #cc7000;
    margin: 0px auto;
}

    .bool.on {
        background-color: #cc7000;
    }

tr.highlight td {
    background-color: #ffffdd;
}

tr.done td {
    background-color: #ddffdd;
}

tr.partial td {
    background-color: #eeffee;
}

tr.off td {
    background-color: #dddddd;
}

.table th {
    position: sticky;
    top: 0;
}

.popup {
    display: none;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    background-color: #fff;
    z-index: 999;
    padding: 10px;
    border: 1px solid grey;
}

.feedback {
    table-layout: fixed;
}

.feedback td {
    text-align: center;
    border-collapse: collapse;
    border: 0px;
    color: #333;
    font-weight: bold;
}

    .feedback th {
        text-align: center;
        border-collapse: collapse;
        border: 0px;
    }

td.rating-0 {
    background-color: #eee;
    color: #eee
}

td.rating-1 {
    background-color: #BA2D0B;
}

td.rating-2 {
    background-color: #F49F0A;
}

td.rating-3 {
    background-color: #EFCA08;
}

td.rating-4 {
    background-color: #C3D28E;
}

td.rating-5 {
    background-color: #6CC78B;
}

.included-cell .bool, .participation-confirmed-cell .bool.off, .payment-confirmed-cell .bool.off , .excluded-cell .bool.off, .joined-org-chat-cell .bool, .money-arrived-cell .bool {
    cursor: pointer;
    border: 2px dashed #00cc00;
}