html, body, #MainForm, .mainDiv {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

html, body {
}

* {
    font-family: Calibri;
    font-size: 18px;
}
.hidden{
    display:none;
}
.divToogleShow {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
}
.divToogleShow::after {
    content: "+";
}
.divToogleHide {    
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
}
.divToogleHide::after {
    content: "-";
}
.divToogleShow::after, .divToogleHide::after{
    line-height:15px;
    font-weight:bold;
    padding:3px;
    font-size:20px;
    cursor:pointer;
}
.divContent {
    height: 100%;
    width: 100%;
}
.divNoSelectedDocument{
    height:100%;
    width:100%;
    text-align:center;
    font-weight:bold;
}
#divLeft {
    background-color: lightgray;
    padding: 20px;
    margin: 0;
    width: 280px;
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    display: block;
    float: left;
    -webkit-box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.75);
    position: relative;
}

#divNavigation .divDocumentname:first-child hr {
    display: none;
}

#divNavigation .lblDocumentname {
    font-weight: bold;
    font-size: 16px;
}

#divNavigation input {
    margin-left: 20px;
    cursor: pointer;
}



#divNavigation .aspNetDisabled, #divNavigation .aspNetDisabled * {
    font-weight: bold;
    cursor: default;
}

#divNavigation .aspNetDisabled input {
    background-color: black;
}
#divNavigation .isSelected{
    font-weight:bold;
}
    #divNavigation .isSelected:before {
        content: "\2022";
    }

    #divRight {
        background-color: lightblue;
        margin: 0;
        padding: 20px;
        width: calc(100% - 360px);
        height: -moz-calc(100% - 40px);
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px);
        float: left;
        display: block;
        overflow: auto;
    }

.updateProgress {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background-color: #FFFFFF;
    opacity: 0.7;
}

.questionsTable tr td {
    vertical-align: top;
}

    .questionsTable tr td:nth-child(2) {
        width: 200px;
    }

#divFooter {
    text-align: center;
}

    #divFooter ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #divFooter li {
        list-style-type: none;
        float: left;
        width: 25%;
        height:50px;
    }
        #divFooter li:nth-child(2) {
            width: 50%;

        }

    .divTransparenz {
        width: 100%;
        height: 100%;
        background-repeat: repeat;
        background-image: url(../../Images/TransparentBackGround.png);
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
    }

.divPopup {
    background-color: lightgray;
    position: fixed;
    z-index: 1000;
    margin-top: 50px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
}

    .divPopup * {
        color: #4d4d4d;
    }

.divDocumentHintWrapper {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url(../../Images/TransparentBackGround.png);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.divDocumentHint {
    background: lightcoral;
    color: #222;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99999;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    text-align: center;
    display: block;
    border: 1px solid black;
}
#divToogleWrapper {
    background-color: lightgray;
    margin: 0;
    width: 100%;
    height: 50px;
    display: none;
    float: left;
    position: relative;
}

#divSlideToogle {
    display: block;
    position: relative;
    color: black;
    margin: 17px 10px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
}
    #divSlideToogle:before {
        content: ' ';
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        border: 2px solid black;
        border-width: 2px 0;
    }
    #divSlideToogle:after {
        content: ' ';
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -1px;
        border-top: 2px solid black;
    }

.back-to-top {
background-color: #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    color: #eee;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 80px;
    line-height:40px;
    z-index: 9999;
}
    .back-to-top:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }


    /* ------------------------------ allgemeine Controls -------------------------------*/
    .TextboxLabel {
        /*display:inline-block;
     min-width:150px;
    */
    }

.divTextbox {
    width: 100%;
    float: left;
    margin: 3px;
}

.txtBox {
    height: 25px;
}

.txtBox, .txtArea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
    width: calc(100% - 10px);
}

    .txtBox:hover, .txtBox:focus {
        background-color: lightgray;
    }

.spanGroupName {
    font-weight: bold;
}
.spanContentBeforeQuestions {
    display: block;
}

.calenderpic {
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 16px !important;
    width: 16px;
    margin-top: -3px !important;
    margin-left: 5px;
    margin-right: 5px;
}

.tooltip {
    background-image: url(../Images/Icons/questionmark.png);
    background-size: cover;
    color: #222;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: help;
}

    .tooltip span {
        background: LightSeaGreen;
        color: #222;
        font-size: 11px;
        position: absolute;
        bottom: 0;
        left: -70px;
        right: -70px;
        padding: 5px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        text-align: center;
    }

        .tooltip span:before {
            content: '';
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid LightSeaGreen;
            position: absolute;
            bottom: -5px;
            left: 70px;
        }

    .tooltip:hover span {
        bottom: 30px;
        visibility: visible;
        opacity: 1;
    }

.RequiredFieldValidator {
    color: red;
    font-weight: bold;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.divHint {
    background: lightcoral;
    color: #222;
    font-size: 11px;
    position: absolute;
    padding: 10px;
    margin: 0 auto !important;
    width: auto;
    height: auto;
    max-width: calc(100% - 300px);
    max-height: calc(100% - 40px);
    overflow: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    text-align: center;
    display: none;
    cursor: pointer;
    border: 1px solid black;
}

.divImportantHint {
    width: calc(100% - 60px);
    margin: 20px;
    padding: 10px;
    background-color: lightcoral;
    border: 2px solid black;
}
/* ------------------------------ Buttons -------------------------------*/
.buttonAction {
    border: 0;
    background-color: #4d4d4d;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 180px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
}

    .buttonAction:hover {
        color: #4d4d4d;
        background-color: lightseagreen;
    }
.buttonTouch {
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin: 20px;
}

.buttonBack {
    background-color: transparent;
    border: 0;
    background-image: url(../Images/Icons/back.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}

.buttonForward {
    background-color: transparent;
    border: 0;
    background-image: url(../Images/Icons/forward.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
/* ------------------------------ Mobile Ansicht -------------------------------*/
@media screen and (max-width: 39.9375em) {
    #divLeft {
        width: calc(100% - 40px);
        height:auto;
        display:none;
    }

    #divRight {
        width: calc(100% - 40px);
        height: calc(100% - 90px);
    }
    #divFooter li {
        width: 100% !important;
        height:unset !important;

    }
        #divFooter li:nth-child(3) {
           text-align:center !important
        }
        #divFooter li:nth-child(2) input, #divFooter li:nth-child(3) input{
            width:calc(100% - 20px) !important;
        }
    #divToogleWrapper {
        display: block;
    }
}
