﻿
body {
    font-family: Comic Sans MS;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0px;
}


h1 {
    font-size: 24px;
    text-align: center;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 14px;
}

select {
    float: left;
    width: 130px;
    margin-top: 10px;
}

.bgdiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url('../images/hoerware-background.webp');
    background-size: cover;
    background-position: left top;
    /*background-repeat: no-repeat;*/
    background-color: rgb(255, 255, 255);
    min-height: 1400px;
    z-index: -1;
}

.loading {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.7;
    text-align: center;
    z-index: 100;
    padding-top: 300px;
}

.dark_bg {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.85;
    text-align: center;
    z-index: 100;
    padding-top: 300px;
    cursor: pointer;
}

.pageMainDiv {
    z-index: 10;
}

.footer {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    background-color: white;
}

.footer_content {
    opacity: 1.0;
    margin: 10px 40px 10px 40px;
    border-radius: 6px;
    border: 1px solid white;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
}

table.settings {
    width: 100%;
    margin: 10px;
}

.settings td {
    padding: 2px 10px 2px 2px;
    position: relative;
}

.mainWhiteDiv {
    position: relative;
    width: 100%;
    /*height: 90vh;*/
    padding: 30px 0px 30px 0px;
    margin-top: 10px;
    background-color: white;
    opacity: 0.8;
    border-radius: 6px;
    border: 1px solid white;
    -moz-box-shadow: 1px 1px 3px 0px black;
    -webkit-box-shadow: 1px 1px 3px 0px black;
    box-shadow: 1px 1px 3px 0px black;
}

.mainNavi {
    padding: 0px 40px 0px 40px;
}

div.contentBlock {
    padding: 0px 40px 0px 40px;
    min-height: 400px;
}

table.contentBlockTable {
    width: 100%;
}

    table.contentBlockTable td {
        vertical-align: top;
    }

table.ugruppen {
    width: 100%;
}

.uebungsgruppe_navi {
    padding: 0px 6px 0px 6px;
    border-right: 1px solid white;
    text-align: center;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.uebungsgruppe_navi_active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -2px;
    background-color: rgba(138, 212, 223, 0.5);
}

.uebungsgruppe_navi:hover {
    background-color: rgba(138, 212, 223, 0.2);
}

.uebungen_container {
    display: none;
}

.uebungen {
    font-size: 14px;
    font-weight: normal;
    margin: -2px 4px 0px 2px;
    padding: 24px;
    background-color: rgba(138, 212, 223, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.uebung_navi {
    font-size: 12px;
    float: left;
    min-width: 260px;
    padding: 5px 0px 5px 10px;
    cursor: pointer;
}

    .uebung_navi:hover {
        color: white;
        background-color: rgba(75, 113, 118, 0.5);
    }

.uebung_navi_disabled {
    font-size: 12px;
    float: left;
    min-width: 260px;
    padding: 5px 0px 5px 10px;
    cursor: default;
    color: gray;
}

.uebung_active {
    background-color: rgba(75, 113, 118, 0.75);
    color: white;
}

.sequenzNaviContainer {
    width: 100%;
    float: left;
}

.uebungDetailContainer {
    float: left;
    min-width: 200px;
    padding: 0px 20px 0px 20px;
}

.loesungContainer {
    float: right;
    padding-left: 20px;
    margin-bottom: 100px;
}

.sequenz_liste_container {
    height: 40vh;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 110px;
    width: 100%;
}

.sequenzItem {
    padding: 4px 0px 4px 10px;
    border-bottom: 1px solid white;
    background-color: rgba(157, 115, 181, 0.05);
    cursor: pointer;
}

    .sequenzItem:hover {
        background-color: rgba(157, 115, 181, 0.2);
    }

.sequenzItem_disabled {
    padding: 4px 0px 4px 10px;
    border-bottom: 1px solid white;
    background-color: rgba(157, 115, 181, 0.05);
    cursor: default;
    color: gray;
}

.sequenzItem_active {
    background-color: rgba(157, 115, 181, 0.5);
}

    .sequenzItem_active:hover {
        background-color: rgba(157, 115, 181, 0.2);
    }


img.solutionImage {
    display: none;
    max-width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid lightgray;
}

div.solutionText {
    font-size: 18px;
}

img.flipped {
    -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg); /* FF */
    -o-transform: rotate(180deg); /* Opera */
    -ms-transform: rotate(180deg); /* IE9 */
    transform: rotate(180deg); /* W3C complaint browsers */
    /* IE8 and below */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}


.logo {
    max-width: 200px;
    /*margin-left: 80px;*/
    margin-top: 10px;
    opacity: 0.1;
    /*position: absolute;
    left: 40%;
    bottom: 110px;
    
    */
}

.button_small {
    padding: 4px 0px 4px 0px;
    cursor: pointer;
    background-color: #8ad4df;
    /*border: 1px solid gray;*/
    margin: 5px 0px 5px 0px;
    border-radius: 6px;
    text-align: center;
}

    .button_small:hover {
        background-color: rgba(138, 212, 223, 0.49);
    }

.bottom_button_container {
    position: absolute;
    bottom: 10px;
    width: 300px;
    margin-bottom: 10px;
}

div.player {
    margin: 10px 0px 120px 0px;
}

.popup {
    display: none;
    z-index: 10;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
}

.info_popup {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 0px;
    background-color: #9d73b5;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
}

.icon:hover {
    opacity: 0.7;
}

.del_icon {
    float: right;
    max-width: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.manage_user_icon {
    float: left;
    max-height: 19px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 6px;
}

.info_icon {
    max-height: 20px;
    display: inline;
    vertical-align: bottom;
    padding-left: 4px;
}



.username_input {
    height: 20px;
    width: 240px;
    margin-bottom: 6px;
    padding-left: 10px;
}

.user_liste_container {
    overflow: auto;
    max-height: 255px;
    min-height: 10px;
}

.window_container {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -200px; /* half of #content height*/
    left: 0;
    width: 100%;
    z-index: 120;
    cursor: pointer;
}

.window_content {
    border-radius: 6px;
    border: 1px solid white;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.75);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 395px;
    /*border: 1px solid #000000;*/
    background-color: white;
    opacity: 0.9;
    padding: 0px 20px 20px 20px;
    cursor: default;
}

/*LILA: #9d73b5*/
