﻿div.testcontainer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.hideOnScreen {
    display: none;
}

.hideOnPrint {
    display: inline;
}

div.testintro {
    margin-bottom: 30px;
}

.testevenrow
{
	background-color: #e5e5e5;
    color: black;
}

.testoddrow
{
	background-color: #f2f2f2;
    color: black;
}


td.resultgridrowlabelright, td.resultgridrowlabelleft {
    padding-left: 5px;
    padding-right: 5px;
    color: #6D6E67;
}
th.kurztext {
    padding-left: 5px;
}

.testnumber
{
	font-size: 22px;
	color: #FFFFFF;
	background-color: #cccccc;
	text-align: center;
	vertical-align: middle;
	width: 50px;
    height: 50px;
}

.elementhidden {
    display: none;
}

@media print {
    .ui-accordion .ui-accordion-content {
        display:block !important;
    }

}

.detailquestiontext {
    font-style: italic;
    line-height: 15px;
}

.questionradio {
    width: 5%;
}

.questionleftrating {
}

.questionleftrating, .questionrightrating {
    line-height: 12px;
    font-weight: bold;
    width: 23%;
    padding: 5px;
}

.aistable {
    width: 100%;
}

table.aistable td.question {
    padding-left: 5px;
}

.errornumber {
    /*font-size: 22px;*/
    color: red;
    /*background-color: #B1C7D2;
	text-align: center;
	vertical-align: middle;
	width: 30px;*/
}

div#errorcontainer label
{
    display: block;
}

#errorcontainer {
    display: none;
}

.testemptyrow {
    height: 1px;
    overflow: hidden;
    padding: 0;
}

.testspacercell {
    height: 1px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.textheadersmall {
    font-size: 9px;
    text-align: center;
}

table.resultSummary td {
    min-width: 22px;
    font-size: 0.8em;
}

    table.resultSummary td.summaryTextCol {
        width: 300px;
    }

table.resultSummary img {
    margin: 0 !important;
    padding: 0 !important;
}

.spacerow {
    height: 22px;
}

gridgroup1 {
    background-color: #f2f2f2;
    border-left: 1px solid #ffffff;
}

.gridgroup2 {
    background-color: #eaeaea;
    border-left: 1px solid #ffffff;
}

.gridgroup3 {
    background-color: #d9d9d9;
    border-left: 1px solid #ffffff;
}

.gridgroup1, .gridgroup2, .gridgroup3 {
    width: 40px;
}

.spacerrow {
    height: 5px;
}

table.testtable {
    font-size: 12px;
}

table#summarytable td {
    border: 1px solid white;
}

table#summarytable tr td:first-child {
    text-align: center;
}

    table#summarytable tr td:first-child + td {
        padding: 5px;
        font-weight: bold;
    }

/*tr th:first-child + th {
    background-color: #f2f2f2;
}

tr th:first-child + th + th {
    background-color: #eaeaea;
}

tr th:first-child + th + th + th {
    background-color: #d9d9d9;
}*/

th {
    border: 1px solid white;
}

.framedescription {
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

#aislegend {
    padding: 10px;
}