@charset "utf-8";

html, body { 
  height: 100%;
}

body {  
  margin: 0px;
  padding: 0px;
  background: white;  
}


/* Logo */

.iwol-logo-title {
  font: bold 15px arial, sans-serif;
  letter-spacing: normal;
  position: relative;
  top: -21px;
}


/* Text */

.iwol-text {
  font: normal 13px sans-serif;
  color: black;
}

.iwol-text-lg {
  font: normal 14px sans-serif;
  color: black;
}


/* Form Field Labels */

td.iwol-ffl {
  font: normal 13px sans-serif;
  color: black;
  text-align: right;
}

span.iwol-required {
  font: italic 13px sans-serif;
  color: #A00;
}


/* Form Fields */

input.iwol-tf {
  font: normal 13px sans-serif;
  border: 1px solid black;
  color: black;
  background: #FCFCFC;
}

select.iwol-ddm {
  font: normal 13px sans-serif;
  border: 1px solid black;
  color: black;
  background: #FCFCFC;
}

input.iwol-button {
  font: bold 13px sans-serif;
  border: 1px solid black;  
  background: #F5F5F5;
  color: black;
  padding: 5px;
  text-align: center;
}

textarea.iwol-textarea {
  font: normal 13px sans-serif;
  border: 1px solid black;
  color: black;
  background: #FCFCFC;
}


/* Score Input Table */

td.iwol-st-topic {
  font: normal 12px sans-serif;
  color: black;
  border-bottom: 1px dotted gray;
  text-align: left;
  vertical-align: bottom;   
}

td.iwol-st-ddm {
  font: normal 12px sans-serif;
  color: black;  
  text-align: center;
  vertical-align: bottom;  
  padding-top: 10px;  
}


/* Pie Chart Legend */

td.iwol-pie-swatch {  
  text-align: center;
  vertical-align: middle;  
  padding: 5px;
}

td.iwol-pie-swatch img {
  border: 1px solid #EEEEEE;
  vertical-align: middle;
  display: block;
}

td.iwol-legend-topic {
  font: normal 9px sans-serif;
  color: black;  
  text-align: left;
  vertical-align: middle;
}


/* Final Questions */

td.iwol-final-questions {
  font: normal 13px sans-serif;
  color: black;
  text-align: left;  
  padding: 10px 0px 5px 0px;  
}

td.iwol-final-questions.bold {
  font-weight: bold;
}

td.iwol-final-questions span.auto-answer {
  font-weight: normal;
}

td.iwol-final-questions span.auto-answer-empty {
  font-weight: normal;
  font-style: italic;
  color: #CCC;
}


/* Thank You Page */

p.iwol-thankyou-title {
  font: normal 17px sans-serif;
  color: black;
  text-align: left;
}


/* Error Box */

table.iwol-table-error {
  margin: auto;
}

table.iwol-table-error td.td-error {
  border: 1px solid #CC0000;  
  padding: 5px;
  font: normal 12px sans-serif;  
  color: #CC0000;
}

table.iwol-table-error span.label {
  font: bold italic 12px sans-serif;  
}