﻿body
{ 
    font-family:Arial;
    font-size:12px;
}

#divQuestionnaireBody {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.Title
{
    font-size:14px;
    font-weight:bold;
}

.HeaderInfo
{
    font-weight:bold;
}

.ErrorOnAdminPanel
{
    color:Red;
}

#pnlSuccessAward {
    border: 3px #8098C4 solid;
    padding: 0 15px;
    width: 595px;
    margin: 85px auto;
    border-radius: 20px;  
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    behavior: url(PIE.htc);
}

#pnlSuccessAward h2 {
    color: #295a94
}


#awardImage {
    width: 120px;
    float: right;
}

h2 .keywords {
    font-style: italic
}

.keywords {
    font-weight: bold;
}

/********/

.greeting {
    font-weight: bold;
    color: #FFFFFF;
    background: #000000;
    padding: 5px;
}

.thanks {
    text-align: center;
    font-weight: bold;
}

.footer {
    border: 1px solid #000000;
    padding: 10px;
    list-style: none;
    margin-left: 0px;
}

.data-label {
    font-weight: bold;
    display: inline-block;
    width: 10em;
}

.question {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}


.question-label {
    display: inline-block;
}

@media (max-width: 729px) {
    
    .yesno{
        white-space: nowrap;
    }

    .question:has(table, .singlescore, textarea) {
        display: block;
        justify-content: normal;
    }
}

.multiscore {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 25px;
    width: 95%;
}

@media (max-width: 400px) {
    .multiscore {
        margin-left: 0px;
        font-size: 10px;
    }
}

.singlescore {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 25px;
    width: 95%;
}

@media (max-width: 320px) {
    .singlescore {
        width: 100%;
        margin: 5px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.singlescore label {
    margin-right: 10px;
}

.score-header {
    padding: 0px 10px;
}

.score-item {
    font-weight: bold;
}

.choice {
    text-align: center;
}

.text {
    width: 99%;
    height: 75px;
    display: block;
}

.header-table{
    width:800px;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.75);
}

#securityBanner .window {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
}

#securityBanner #dialog {
    font-weight:normal;
    width: 750px;
    height: 230px;
    padding: 20px;
    font: bolder;
    background-color: #2a5a94;
    font-family: sans-serif;
    font-size: 30px;
    padding-bottom: 99px;
    color: #4FA7A2;
    text-decoration: solid;
    line-height: 20px;
}

.dialogp {
    font-size: 15px;
    color: white;
    text-align: left;
    font-family: sans-serif;
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 20px;
    color: darkturquoise;
    padding-left: 40%;
}

#securityBanner span {
    font-size: 30px;
}

