body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#meat, #beef {
    display: none;
}

table {
    border-collapse: collapse;
    width: 100%;
    background-color: #e6e6e6;
  }

td, th {
    font-family: monaco,Consolas,Lucida Console,monospace;
    border: 1px solid #cccccc;
    text-align: left;
    padding: 8px;
    vertical-align: middle;
}

th {
    font-size: larger;
    font-weight: bolder;
}

#logo {
    height: 5em;
    vertical-align: middle;
    padding-right: 10px;
}

.desc {
    width: 18.5%
}

.cmd {
    width: 18.5%;
}

.res {
    width: 30%;
}

.markeuh {
    width: 3%;
}

.corpus {
    font-size: small;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bolder;
}

.running {
    background-color: lightskyblue !important;
}

.waiting {
    background-color: #85a7b7 !important;
}

.ok {
    background-color: #7fbf7f !important;
}

.ok:nth-child(even) {
    background-color: #e5f2e5 !important;
}

.ko {
    background-color: #ffb2b2 !important;
}

.ko:nth-child(even) {
    background-color: #ffe5e5 !important;
}

#spinner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
}

#spinnertext, #toast {
    position: fixed;
    bottom: 15px;
    left: 60px;
    min-width: 155px;
    height: 30px;
    background-color: rgba(25, 25, 25, 0.7);
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 7px;
    color: white;
    font-size: 0.8em;
}

.loadingbullets {
    line-height: 25px;
    vertical-align: bottom;
}

#toast {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.hide {
    display: none;
}

.moodled {
    cursor: pointer;
    height: 25px;
    width: auto;
    padding-left: 10px;
    vertical-align: sub;
}

.formline {
    display: inline-flex;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 10px;
}

.label{
    font-weight: bolder;
    margin-right: 5px;
    width: 250px;
    text-align: right;
}

input[type="text"] {
    min-width: 200px;
}

.dropdown, .multiple {
    min-width: 300px;
}

.control {
    height: 20px;
    margin-left: 5px;
    vertical-align: sub;
    cursor: pointer;
}

.control:hover {
    opacity: 0.6;
}



.select {
    position: relative;
    display: inline-block;
}
.select select, #allgroups {
    font-family: 'Arial';
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select {
    padding: 5px 15px;
    width: 100%;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000000;
    background: #cccccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select_arrow {
    position: absolute;
    top: 7px;
    right: 5px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

.studentaccordion {
    display: flex !important;
}
.acc-uname {
    text-align: left;
    width: 15%;
    padding-left: 5%;
}
.acc-fulname {
    text-align: left;
    width: 25%;
}
.acc-email {
    text-align: center;
    width: 30%;
}
.acc-grade {
    text-align: right;
    width: 25%;
}







.selectBox {
    position: relative;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#allgroups {
    display: none;
    border: 1px #e6e6e6 solid;
    background-color: #e6e6e6;
}

#allgroups label {
    display: block;
}

#allgroups label:hover {
    background-color: #1e90ff;
    color: white;
}

.hidecell {
    visibility: collapse;
}