body {
    font-family: Helvetica;
    font-size: 10pt;
    width:100%;
    height:100%;
}

.flex-container {
    display: flex;
}

.flex-container > div {
    margin: 10px;
}

.div-margin {
    margin: 10px;
}

.header {
    border: black 1px solid;
    padding: 3px;
    margin-bottom: 2px;
}

.dragtext {
    border: gray 1px solid!important;
    margin-bottom: 0.3rem;
    min-height: 1.5em;
    background-color: #29e;
    color: white;
    border-radius: 0.75em;
    padding: 2px 0 0px 10px;
    touch-action: none;
    user-select: none;
}

.dragtext:hover {
    border: gray 1px solid!important;
    background-color: #bce8f1;
    margin-bottom: 2px;
}

.droptext:hover {
    background-color: #bce8f1;
}

.showdrop {
    background-color: lightgoldenrodyellow;
}

.drop_possible {
    background-color: yellow;!important;
}

.droptext {
    display:inline-block;
    margin: 0px 5px 5px 5px;
    border: 2px solid black;
    padding:2px 10px 2px 10px;
    border-radius: 0.5em;
}

.cell {
    border: 1px solid black;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 50%;
    padding: 6px;
}

.border td {
    border: 1px solid black;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 6px;
}

.selected {
    background-color: lightgreen;
}
.FALSCH, .ergFalse {
    background-color: #FFAAAA;
    color: black;
    outline: 2px solid red;
    padding-top:1px; padding-bottom:5px;
    margin-left: 2px;
    margin-right: 2px;
}

.FALSCH_frame {
    color: black;
    outline: 2px solid red;
    padding-top:1px; padding-bottom:5px;
    margin-left: 2px;
    margin-right: 2px;
}

.OK, .ergWahr {
    background-color: #AAFFAA;
    outline:2px solid #00f400;
    padding-top:3px; padding-bottom:3px;
    margin-left: 2px;
    margin-right: 2px;
}

.OK_frame {
    outline:2px solid #00f400;
    padding-top:3px; padding-bottom:3px;
    margin-left: 2px;
    margin-right: 2px;
}

.OK1, .ergWahr {
    background-color: #AAFFAA;
    color: black;
    outline:2px solid green;
    padding-top:6px; padding-bottom:6px;
    margin-left: 2px;
    margin-right: 2px;
}

.EINHEITENFEHLER,
.TEILWEISE_OK {
    background-color: #FFFFAA;
    outline:2px solid orange;
    padding-top:1px; padding-bottom:5px;
    margin-left: 2px;
    margin-right: 2px;
}

.TEILWEISE_OK_frame {
    outline:2px solid orange;
    padding-top:1px; padding-bottom:5px;
    margin-left: 2px;
    margin-right: 2px;
}






table {
    /*table-layout:fixed;*/
    display: table!important;
    border-collapse: separate!important;
    box-sizing: border-box!important;
    text-indent: initial!important;
    border-spacing: 2px!important;
    border-color: grey!important;
}

.scoreIcon {
    position: relative; display: inline-block; vertical-align: middle; margin-left:2px;
}

.scoreIcon2 {
    position: relative; display: inline-block; vertical-align: middle; margin-left:2px;
}

.hiddenPlugin {
    display: none;
}

.hidden {
    display: none;
}


#video { width:100%;
    height:500px;
    border: 1px solid black;
}
#canvas { display:none;   }
.camera { width:100%;  }
.contentarea { width: 100%;  }
.startbutton {
    display:block;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    bottom:100px;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.0);
}


.button-label{
    appearance: auto;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding: 1px 6px;
    border-width: 1px;
    border-style: outset;
    border-color: black;
    border-image: initial;
}

.validation {
    color: #B71C1C;
    background-color: lightpink;
    border: #B71C1C 1px solid;
    padding: 2px!important;
}

.ui-dialog-titlebar button {
    display: none;
}

.ui-button.small {
    padding: 0em 1em!important;
}

.ui-button {
    padding: 0px!important;
}

/*CSS-Styles für Single-Select Select-Box mit Mathjax und Images*/
.custom-select {
    position: relative;
    display: inline-block;
    width: 200px;
}

.select-selected {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding-right: 20px;

}

.select-selected::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-top-color: #000;
}

.select-items {
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    z-index: 99;
}

.select-items div {
    color: #000;
    padding: 8px 16px;
    cursor: pointer;
}

.select-hide {
    display: none;
}

.select-items div:hover {
    background-color: #e1e1e1;
}
/*Ende CSS-Styles für Single-Select Select-Box mit Mathjax und Images*/

