﻿

@media screen {
    body {
        margin: 20px;
        background-color: #CCCCCC;
        font-family: Calibri;
        font-size: 16pt;
    }

    .outer {
        position: absolute;
        width: 1150px;
        height: 650px;
        top: 50%;
        left: 50%;
        margin-left: -575px;
        margin-top: -325px;
    }

    .shadow {
        background-color: #050505;
        width: 1150px;
        height: 650px;
        display: inline-block;
    }

    .content {
        border: 1px solid #808000;
        background-color: White;
        width: 1150px;
        height: 650px;
        left: -5px;
        top: -5px;
        position: relative;
        text-align: left;
    }

    .innerContent {
        margin-left: 10px;
        margin-right: 10px;
        height: 520px;
    }

    header {
        font-size: 21pt;
        color: /*#006699*/ white;
        padding:5px 10px 5px 10px;       
        background-color: steelblue;
        font-weight: bold;
        /*background-image: url(/Images/HeaderCenter.gif);*/
    }

    footer {
        margin-left: 10px;
    }

    .scrollContentUsers {
        height: 300px;
        width: 1100px;
        margin-bottom: 20px;
        overflow-y: scroll;
    }

    .scrollContentGroups {
        height: 410px;
        width: 1100px;
        overflow-y: scroll;
    }

    input[type=checkbox] {
        width: 20px;
        height: 20px;
    }
}

@media print {
    @page {
        size: A4 landscape;
    }

    body {
        margin: 20px;
        background-color: white;
        font-family: 'Times New Roman';
        font-size: 12pt;
    }

    header {
        font-size: 21pt;
        color: darkgray;
        padding-left: 0px;
        padding-bottom: 5px;
        padding-top: 5px;
        font-weight: bold;
        /*background-image: url(/Images/HeaderCenter.gif);*/
    }

    footer {
        display: none;
    }
    .adminblock_button {
        display: none !important;
    }
}
.instruction{
    padding-bottom: 10px;
    padding-top: 10px;
    color: #006699;
}


table.users{
    width: 1000px; 
    border-collapse: collapse;   
}
table.users th{
    
    color: white;
    font-size: 10pt;
    text-align: center;
    background-color:  steelblue;
    padding: 2px 5px 2px 5px;    
    border: 1px solid white;

}
table.users th a{
    text-decoration: none;
    color : white;
}
table.users td{
   
    font-size: 10pt !important;
    text-align: left;
    border: 1px solid lightgrey;  
    padding: 2px 5px 2px 5px
    
}
table.users a{
   
    font-size: 10pt !important;    
}
table.userdetail td {
    vertical-align:top;
    }
table.userdetail p{
    
    font-size: 10pt;
    padding-top:0px;
    margin-top:3px;
    margin-bottom: 0px;
}
table.userdetail input{
    width:250px;
}
table.userdetail select{
    width:254px;
}

table.usertests td {
    vertical-align:top;
    }
table.usertests p{
    
    font-size: 10pt;
    padding-top:0px;
    margin-top:3px;
    margin-bottom: 0px;
}
div.usertests input{
    width:50px;
    font-size : 12px;
}
div.usertests label{
    font-size : 12px;
    font-weight : normal;
}

table.anon {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

table.anon td.firstCell {
    width: 40%;
    padding-right: 10px;
}

table.anon td.firstCellSmall {
    width: 5%;
    padding-right: 10px;
}
table.anon td {
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
table.userdetail pre{
    font-size: 12pt;
    font-family: Calibri;
    margin-top: 6px;
    margin-bottom: 3px;
    border: 1px solid black;
    padding-left: 3px;
    width: 250px;
    height:120px;
    overflow:hidden;
}

table.questionset{
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}



table.questionset td.firstCell{
    width: 40%;
    padding-right: 10px;
}
table.questionset td.firstCell {
    width: 40%;
    padding-right: 10px;
}
table.questionset td{
    padding : 5px 5px 5px 5px;
    vertical-align: top;
}

table.questionset .imageSelect{
    width: 75px;
    height: 75px;
     border: solid 3px white;
}
table.questionset .imageSelect:not(.disabled):hover {
    border: solid 3px steelblue;
    }
table.questionset .imageSelect.disabled{
    opacity: 0.2;
}
table.questionset .imageSelect.selected{
    border: solid 3px darkgray;
}

.textSelect{
   cursor: pointer; 
}
.textSelect.activeQuestion {
    background-color : white!important;
}
.textSelect:not(.disabled) span:hover {
    background-color: steelblue;
}

.textRead.activeQuestion {
    background-color: white !important;
}

table.chart   {
    border-collapse:collapse;
    border-color: darkgray;
    color: #006699;
    text-align: right;
    height: 320px;
}

table.chart td
{
    font-size:14pt
}
td.bar {
        position: relative;
        border: none;
        width: 50px;
    }
td.header{
    text-align: center;
}
div.bar{
    background-color:#006699; 
    width:30px; 
    height:150px; 
    position:absolute; 
    bottom:0px; 
    left:10px ;
    border: 1px solid black;
}
img.bar{
    position: absolute;
    bottom:0px; 
    left:10px ;
}

table.summary{
    border-collapse: collapse;
}
td.summary{
    padding-left:5px;
    vertical-align: top;
}
label {
    font-weight: bold;
    color: #006699;    
    font-size: 14pt;
}
label.large{
    font-size:16pt;
}
 .usertests .field-validation-error{
    font-size: 12pt !important;
    margin-top:4px;
    margin-left:10px;
}
.field-validation-error{
    /*font-weight: bold;*/
    color:red;    
    font-size: 14pt;
    position: absolute;
    background-color: cornsilk;
    border: 1px solid gray;
    box-shadow:5px 5px 3px #888888;
    padding-left:10px;
    padding-right:10px;
    border-radius:5px;
}
.field-validation-summary{
    /*font-weight: bold;*/
    color:red;   
    font-size: 10pt;
}


h1{
    margin-top: 10px;
    margin-bottom: 50px;
    
    color: #006699;    
}
input[type=text]
{
    font-size: 14pt;
}
input[type=number]
{
    font-size: 14pt;
}
input[type=password]
{
    font-size: 14pt;
}
.questionset input[type=checkbox]
{    
    position: absolute;
    top: 10px;
    left: -20px;
}
select{
    font-size: 14pt;
}
a {
    font-size: 14pt;
    color: #006699;
    text-decoration: none;
    text-decoration-color: #006699;
}
    a:visited {
        color: #006699;
        text-decoration-color: #006699;
    }
input[type=button]{
    color: white;
    border: none;
    
    background-color: steelblue;
	font-weight: bold;
    font-size: 14pt;
    height: 26px;
}
input[type=button]:not([disabled]):hover{

    background-color: cornflowerblue;
}
input[type=button]:disabled{
    background-color: darkgray;
    color: lightgray;
}
.twocolumn {
  margin-right: 400px;
}
.leftcolumn {
  float: left;
  width: 100%;  
}
.rightcolumn {
  float: right;
  width: 400px;
  margin-right: -400px;
  text-align: right;
}
.clear {
  clear: both;
}
.activeQuestion{
    background-color: #cfcfcf;
}
.red {
    color: red;
}
.green {
    color: green;
}
.blue {
    color: blue;
}
.alternative:hover:not(.disabled){
    background-color: lightsteelblue;
    cursor: pointer;
}
.selected{
    background-color: darkgray !important;
}
.disabled{
    color: darkgray;
}

.draggable:hover:not(.disabled){
    background-color: lightsteelblue;
    cursor: pointer;
}
span[data-answer-placeholder]{
    font-size: 12pt;
}

.imageMenu {
    display: none;    
    background-color:white;
    
    border: 3px solid steelblue;
    position: absolute;
    z-index: 1;
}
.imageMenuItem {
    text-align : center;
    padding-top : 8px;
    font-size: 0.7em;
}
.imageMenu div:hover {
    background-color: lightsteelblue
}
.center {
    width: 300px;
    height: 70px;
    /*background-color: red;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.text-box{
    width: 150px;
}

.adminblock{
    width : 200px;
    height : 250px;
    padding-top: 3px;
    padding-left: 5px;
    background-color :aliceblue;
    border: 1px solid lightgray;
    margin-right: 25px;
    margin-left: 25px;
}
.adminblock_button{
    background-color: steelblue;
    padding: 4px;
    width: 185px;
    text-align: center
}
.adminblock_button:hover{
    background-color: lightsteelblue;    
}

.adminblock_link{
    text-decoration: none;
    color : white!important;    
    font-weight: bold;
}
.adminblock_header{
    height:60px;
    font-weight: bold;
    
}
.adminblock_content {
    height: 150px;
    font-size: smaller;
}
.symbol_answer {
    font-size: 2.0em;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 4px;
    background-color: whiteSmoke;
    border: 1px solid gray;
    width: 65px;
    display: inline-block; 
    margin-right: 5px;
}

.symbol_button {
    font-size: 2.0em;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom:4px;
    background-color: whiteSmoke;
    border: 1px solid gray;
    width:65px;
}
.symbol_button:hover{
    background-color: lightsteelblue;
}

.symbol_button:active {
    background-color:steelblue;
}
.normal-symbol {
    position: absolute;
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 7px;
    background-color: lightblue;
    font-size: 2.0em;
    z-index: 0;
}

.memory-symbol {
    font-size: 4em !important;
    margin-left: 10px;
    margin-right: 10px;
    
}

.memory_symbol_button {
    font-size: 4em;
    padding-top: 9px;
    padding-bottom: 7px;
    margin-bottom: 4px;
    background-color: whiteSmoke;
    border: 1px solid gray;
    width: 120px;
}

.memory_symbol_button:hover {
    background-color: lightsteelblue;
}

.memory_symbol_button:active {
    background-color: steelblue;
}
    /*
button {
    color: red;
}
    */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 550px; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    position: absolute;
    left: 180px;
    top: 250px;
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #444;
    width: 750px;
    text-align: center;
    box-shadow: 5px 5px;
}
.wordStyle[data-selected=true] {
    color: steelblue!important;
}
.wordStyle {
    font-size: 36pt;
    font-family: Consolas ;
    color: lightsteelblue !important;
}
.wordStyle:hover {
    color : steelblue!important
}

.wordStyle[disabled]:hover {
    color : lightgray!important;
    cursor: default;
}
.wordStyle[disabled] {
    color : lightgray!important;
    cursor: default;
}
.wordStyle[disabled][data-selected=true] {
    color: steelblue !important;
}



