﻿body 
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    margin: 0px 0px 0px 0px;
    font-size: 12pt;
    overflow-y: scroll;
    background-color: white;
}

body image
{
    border: 0px solid white;
}

.WhiteLink
{
    color:black;
    text-decoration: none;
    
}

.MarginRight20
{
    margin-right: 20px;
}

input[type="text"]
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
}
h3 {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: #FF4400;
}
.h3Disable {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
}

a.linkheadline:link {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: black;
    text-decoration: none;
}

a.linkheadline:visited {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: black;
    text-decoration: none;
}

a.linkheadline:hover {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: black;
    text-decoration: none;
}

a.linkanswer:link {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: black;
    font-size: 10pt;
    text-decoration: none;
}

a.linkanswer:visited {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: black;
    font-size: 10pt;
    text-decoration: none;
}

a.linkanswer:hover {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: black;
    font-size: 10pt;
    text-decoration: none;
}



h1
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    color: #FF4400;
    font-size: 18pt;
    font-weight: bold;
}

.MenuRight
{
    float: right; 
    width: 220px; 
    height: 80px;
    
}

.MenuRight img:first-child
{
 float:right; 
 width: 48px;
 height: 48px; 
 margin-right:15px; 
 margin-top: 15px; 
 border: 1px solid white;   
}

.MenuRight div
{
    float:right;
    margin-top: 15px;
    margin-right: 10px;
    width: auto;
    height: 50px;
    text-align:right;
    vertical-align:top;    
}

.MenuRight div a 
{
    color:black;
}


.Menu_Background
{
    background-color:white;
    width: 800px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    color:black;
}

.LoginTextbox
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    width: 320px;
    height: 32px;
    margin: 0px 0px 5px 0px;
    padding-left: 5px;
}

.LoginDropDownList
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    width: 330px;
    height: 32px;
    margin: 0px 0px 5px 0px;
    padding-left: 5px;
}

.LoginButton
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    background-color: #FF4400;
    color:White;
    width:150px;
    height:32px;
    border: none;
    margin-top: 10px;
    
}

.LoginButtonUmbruch
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    background-color: #FF4400;
    color:White;
    width:200px;
    height:100px;
    border: none;
    margin-top: 10px;
	white-space: normal;
    
}

.TableButton
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    background-color: #FF4400;
    color:White;
    width:230px;
    height:32px;
    border: none;
    margin-top: 10px;
    
}

div.DocPlates
{
    clear:both;
}

div.DocPlate
{
    font-family: Segoe UI light, Open Sans, Tahoma,Helvetica,sans-serif;
    font-size: 12pt;    
    width:350px;        
    height: 100px;     
    margin: 0px 10px 10px 0px;     
    color:white;    
    float:left;
    padding: 5px;    
    background-color:#FF4400;
}





div.DocPlates a:nth-child(4n+1) div.DocPlate
{
    background-color:#FF4400;
}

div.DocPlates a:nth-child(4n+2) div.DocPlate
{
    background-color:#FF4400;
}

div.DocPlates a:nth-child(4n+3) div.DocPlate
{
    background-color:#FF4400;
}

div.DocPlates a:nth-child(4n) div.DocPlate
{
    background-color:#FF4400; 
}

div.DocPlates a.aspNetDisabled div.DocPlate
{
    background-color:#bbb;
    cursor:not-allowed;
}

div.DocPlate span
{
    font-size: 18pt;
}


.QuestionTextboxShort
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    width: 50px;
    height: 28px;
    padding-left: 5px;
    margin-right:10px;
}

.QuestionTextbox
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    width: 100px;
    height: 28px;
    padding-left: 5px;
    margin-right:10px;
}
.QuestionTextarea
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    width: 100%;
    height: 84px;
    padding-left: 5px;
    margin-right:10px;
}

.QuestionTextboxMiddleShort
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    padding-left: 5px;
    width:170px;
    height: 28px;       
}

.QuestionTextboxMiddle
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    padding-left: 5px;
    width:300px;
    height: 28px;       
}

.QuestionTextboxMiddleLong {
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    padding-left: 5px;
    width: 650px;
    height: 28px;
}

.QuestionComboShort
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    width: auto;        
    height:34px;
    font-size: 10pt;
}

.QuestionComboMiddle
{
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif;
    width: auto;
    height:34px;
    font-size: 10pt;
}

.QuestionCheckbox{
    padding-right: 10px;
}

.QuestionTable
{
    width:820px;
    margin-left: -10px;
}

.TableCellPadding
{
    padding: 10px;
}

.LineNumber
{
    padding-top: 4px;
    height:30px;
    width:34px;
    color:White;
    background-color:#FF4400;
    font-size: 16pt;
    font-weight:bold;
    text-align:center;    
}

.QuestionTable > tbody > tr > td
{
    border: 1px solid #ddd;
    width: 50%;    
    padding: 0px 10px 10px 10px;
    vertical-align: top;
}

.InnerQuestionTable
{
    width:776px;       
}

.InnerQuestionTable > tbody > tr > td
{   
    width: 25%;
    
}
.InnerQuestionTable > tbody > tr:first-child > td
{   
    background-color:#FF4400;
    color:White;
    padding-left: 10px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight:bold;
}

.InnerQuestionTable > tbody > tr > td:last-child
{
    border: 1px solid #ABADB3;
}

.InnerQuestionTable > tbody > tr:first-child > td:last-child
{
    border: 0px solid #ABADB3;
}

.InnerQuestionTableTextBox
{
    margin: 0px 0px 0px 0px;
    width:180px;
    padding: 5px 5px 5px 5px;
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif; 
}

.InnerQuestionTable3
{
    width:776px;       
}

.InnerQuestionTable3 > tbody > tr > td
{   
    width: 33%;
    
}
.InnerQuestionTable3 > tbody > tr:first-child > td
{   
    background-color:#FF4400;
    color:White;
    padding-left: 10px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight:bold;
}
.InnerQuestionTableTextBox3
{
    margin: 0px 0px 0px 0px;
    width:244px;
    padding: 5px 5px 5px 5px;
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif; 
}

.InnerQuestionTableTextBox
{
    margin: 0px 0px 0px 0px;
    width:180px;
    padding: 5px 5px 5px 5px;
    font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif; 
}
/*
.InnerQuestionTable td:last-Child
{
    border-right: 1px solid #FF4400; 
}



.InnerQuestionTable tr:last-Child td
{
    border-bottom: 1px solid #FF4400;
}*/

.Indented
{
    margin: 10px 10px 10px 30px;
    
}

.HintImage
{
   padding-top:6px;
   
}

.CustomGrid
{
 width: 100%;   
 font-family: Open Sans, Segoe UI light, Tahoma,Helvetica,sans-serif; 
 font-size: 10pt;
 color: Black;
 font-weight: normal;
}

.CustomGrid a
{
    color: #FF4400;
    text-decoration: none;
}

.CustomGrid td
{
    padding: 5px;
    border-right: 1px solid #DDD;
    border-left: 1px solid white;
    border-top:1px solid white;
    border-bottom: 1px solid #DDD;
}


.CustomGrid td:last-Child
{
    border-right: 1px solid white;
}

.CustomGrid > tbody > tr:nth-child(2n)
{
    background-color: #F9F9F9;
}

.CustomGrid th 
{
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid #DDD;
    font-weight: normal; 
    font-size: 12pt;    
    height: 40px; 
    text-align: left;
    padding-left: 10px;
}

.CustomGrid th:last-Child
{
    border-right: 1px solid white;
}
.tabRows, .tabRowsHeader, .verschreibungTable{
    border-spacing: 0px;
    width:100%;
}

.tabRows>tbody>tr>td{
    padding: 0px;

}

.tabRowsHeader>tbody>tr>th{
    width: 186px;
    vertical-align: top;
}
.tabRowsHeader>tbody>tr>th:first-child, .verschreibungTable>tbody>tr>td:first-child {
    width: 34px;
    vertical-align:top;
}

div [data-answerNumbers]
{
    padding: 20px;    
}

div.panelheadline {
    padding-bottom: 15px;
}

span.css-validation 
{
    color: #D2535A;
}

.tableheader
{
    padding: 20px;
}