body {
  font-family: "Lucida Grande", "Droid Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

#page {
  background: none repeat scroll 0 0 white;
}

#content {
  padding-top: 20px;
}

.aui-nav, .aui-nav > li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.aui-nav-breadcrumbs:after, .aui-nav-pagination:after, .aui-nav-horizontal:after, .aui-navgroup-horizontal .aui-nav:after, .aui-navgroup-horizontal .aui-navgroup-inner:after {
  clear: both;
  content: " ";
  display: table;
}

.aui-nav-breadcrumbs > li, .aui-nav-pagination > li, .aui-nav-horizontal > li, .aui-navgroup-horizontal .aui-nav > li {
  float: left;
}

.aui-nav-heading {
  color: #707070;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.66667;
  text-transform: uppercase;
}

.aui-nav-breadcrumbs > li {
  padding: 0 10px 0 0;
}

.aui-nav-breadcrumbs > li + li:before {
  content: "/";
  padding-right: 10px;
}

.aui-navgroup-horizontal .aui-nav > li a, .aui-nav-horizontal > li a {
  padding-right: 10px;
}

.aui-nav-pagination {
  margin: 10px 0 0;
}

.aui-nav-pagination > li {
  padding: 0;
}

.aui-nav-pagination > li > a {
  padding: 10px 10px 0;
}

.aui-nav-pagination > li.aui-nav-selected, .aui-nav-pagination > li.aui-nav-truncation {
  padding-left: 10px;
  padding-right: 10px;
}

.aui-nav-pagination .aui-nav-truncation > a {
  padding-left: 0;
  padding-right: 0;
}

.aui-nav-pagination > li:first-child > a, .aui-nav-pagination > li.aui-nav-truncation:first-child, .aui-nav-pagination > li.aui-nav-selected:first-child {
  padding-left: 0;
}

.aui-nav-pagination > li:last-child > a, .aui-nav-pagination > li.aui-nav-truncation:last-child, .aui-nav-pagination > li.aui-nav-selected:last-child {
  padding-right: 0;
}

.aui-nav-pagination a[aria-disabled=true]:link, .aui-nav-pagination a[aria-disabled=true]:visited, .aui-nav-pagination a[aria-disabled=true]:focus, .aui-nav-pagination a[aria-disabled=true]:hover, .aui-nav-pagination a[aria-disabled=true]:active {
  color: #999999;
  text-decoration: none;
}

.aui-nav-pagination > li.aui-nav-current, .aui-nav-pagination > li.aui-nav-selected {
  color: #333333;
  font-weight: bold;
}

.aui-navgroup-vertical .aui-nav > li > a, .aui-nav-vertical > li > a {
  color: #3B73AF;
  display: block;
  line-height: 1.14286;
  padding: 7px 10px;
  word-wrap: break-word;
}

.aui-navgroup-vertical .aui-nav > li > a:focus, .aui-navgroup-vertical .aui-nav > li > a:hover, .aui-nav-vertical > li > a:focus, .aui-nav-vertical > li > a:hover {
  background: none repeat scroll 0 0 #E6E6E6;
  text-decoration: none;
}

.aui-navgroup-vertical .aui-nav .aui-nav-selected a, .aui-nav-vertical .aui-nav .aui-nav-selected a {
  color: #333333;
  font-weight: bold;
}

.aui-navgroup-vertical .aui-nav, .aui-navgroup-vertical .aui-nav-heading {
  border-top: 1px solid #CCCCCC;
  margin-top: 5px;
  padding-top: 5px;
}

.aui-navgroup-vertical .aui-nav-heading {
  padding: 10px 10px 4px;
}

.aui-navgroup-vertical .aui-nav:first-child, .aui-navgroup-vertical .aui-navgroup-inner > .aui-nav-heading:first-child, .aui-navgroup-vertical .aui-navgroup-primary > .aui-nav-heading:first-child, .aui-navgroup-vertical .aui-nav-heading + .aui-nav {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}

.aui-navgroup-horizontal {
  background: none repeat scroll 0 0 #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin: 0;
}

.aui-page-panel-content > .aui-navgroup-horizontal {
  margin-left: -20px;
  margin-right: -20px;
}

.aui-navgroup-horizontal + .aui-page-panel {
  border-top: 0 none;
  margin-top: 0;
}

.aui-page-panel-content > .aui-navgroup-horizontal:first-child {
  margin-top: -20px;
}

.aui-navgroup-horizontal .aui-nav > li a {
  color: #3B73AF;
  display: block;
  margin: 0;
  padding: 9px 10px;
  text-decoration: none;
}

.aui-navgroup-horizontal .aui-nav > li a.active, .aui-navgroup-horizontal .aui-nav > li a:focus, .aui-navgroup-horizontal .aui-nav > li a:hover {
  background: none repeat scroll 0 0 #E6E6E6;
  text-decoration: none;
}

.aui-navgroup-horizontal .aui-nav > .aui-nav-selected a {
  color: #333333;
  font-weight: bold;
  position: relative;
}

.aui-navgroup-horizontal .aui-nav > .aui-nav-selected a:before, .aui-navgroup-horizontal .aui-nav > .aui-nav-selected a:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #CCCCCC;
  border-image: none;
  border-style: outset outset solid;
  border-width: 8px;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.aui-navgroup-horizontal .aui-nav > .aui-nav-selected a:after {
  background: none repeat scroll 0 0 transparent;
  border-bottom-color: #FFFFFF;
  bottom: -1px;
}

.aui-navgroup-horizontal .aui-nav, .aui-navgroup-horizontal .aui-nav-heading, .aui-navgroup-horizontal .aui-navgroup-primary {
  float: left;
}

.aui-navgroup-horizontal .aui-navgroup-secondary {
  float: right;
}

.aui-navgroup-horizontal .aui-dropdown2-trigger .aui-icon-dropdown {
  display: none;
}

.aui-navgroup-horizontal .aui-dropdown2-trigger {
  padding-right: 23px !important;
  position: relative;
}

.aui-navgroup-horizontal .aui-nav > li a.aui-dropdown2-trigger:after {
  border: 4px solid transparent;
  content: "";
  height: 0;
  left: 100%;
  margin-left: -18px;
  margin-top: -3px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 0;
}

.aui-navgroup-horizontal .aui-nav > li a.aui-dropdown2-trigger:after {
  border-top-color: #8E8E8E;
}

.aui-navgroup-horizontal .aui-nav > li a.aui-dropdown2-trigger:hover:after, .aui-navgroup-horizontal .aui-nav > li a.aui-dropdown2-trigger.active:after {
  opacity: 1;
}

.aui-navgroup-horizontal .aui-nav-breadcrumbs > li, .aui-navgroup-horizontal .aui-nav-breadcrumbs > li:before {
  padding: 0;
}

.aui-navgroup-horizontal .aui-nav-breadcrumbs > li a {
  display: inline-block;
}

.aui-navgroup-horizontal .aui-nav-heading {
  padding: 10px 10px 0;
}

.aui-navgroup-primary ul li:last-child {
  float: right;
}

.aui-navgroup-primary, .aui-nav {
  width: 100%;
}

.ovrtable {
  border: solid 1px black;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 4px 20px;
}

.ovrtable .prompt {
  padding: 5px 10px 0 10px;
}

.qheader {
  background-color: #D6E4F2;
  -moz-border-radius: 9px 9px 0px 0px;
  border-radius: 9px 9px 0px 0px;
  padding: 5px 10px;
}

.under {
  border-bottom: 1px solid #D0E3EF;
}

.inl {
  display: inline-block;
}

.commDate {
  float: right;
}

.startup {
  list-style-type: decimal;
}

.startup li {
  margin-bottom: 10px;
}

.adminlnk {
  color: inherit;
}

.spLink {
  text-decoration: underline;
  cursor: pointer;
}

.inputTbl tr td {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 25%;
}

/* rounded div */
#displayAnswer {
  font-size: 24px;
}

#displayAnswer p {
  background-color: #96C2E0;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: bold;
  padding: 5px 0px 5px 15px;
  margin: 0px;
}

div#down {
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #96C2E0;
  font-size: 0px;
  line-height: 0px;
  margin-left: 20px;
}

#divAnswerUser {
  margin: 2px 0px 10px 22px;
}

.stdTbl {
  background: white;
  border-collapse: collapse;
  border: 1px #D0E3EF solid;
}

.stdTbl th, .stdTbl td {
  border: 1px #D0E3EF solid;
  padding: 0.5rem 1rem;
}

.stdTbl th {
  color: white;
  background: url("bg.gif") repeat-x scroll left top white;
  text-align: center;
}

.stdTbl th a {
  color: #EEE;
  font-weight: bold;
  text-decoration: none;
}

.stdTbl th a:hover {
  color: #FFF;
}

.stdTbl tr:nth-child(even) {
  background: #F8F8F8;
}

.stdTbl tr:nth-child(odd) {
  background: #E5F1F4;
}

.stdTbl tr.selected {
  background: #BCE774;
}

.stdTbl tr:hover {
  background: #ECFBD4;
}

.stdTbl .link-column img {
  border: 0;
}

.stdTbl .button-column {
  text-align: center;
  width: 60px;
}

.stdTbl .button-column img {
  border: 0;
}

.stdTbl .checkbox-column {
  width: 15px;
}

.stdTbl .summary {
  margin: 0 0 5px 0;
  text-align: right;
}

.stdTbl .pager {
  margin: 5px 0 0 0;
  text-align: right;
}

.stdTbl .empty {
  font-style: italic;
}

.stdTbl .filters input,
.stdTbl .filters select {
  width: 100%;
  border: 1px solid #ccc;
}

.blueButton,
.greenButton {
  background: url("../images/camera/buttons.png") no-repeat;
  text-shadow: 1px 1px 1px #277c9b;
  color: #fff !important;
  width: 99px;
  height: 38px;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
}

.greenButton {
  background: url("../images/camera/buttons.png") no-repeat right top;
  text-shadow: 1px 1px 1px #498917;
}

.blueButton:hover,
.greenButton:hover {
  background-position: left bottom;
  text-decoration: none !important;
  cursor: pointer;
}

.greenButton:hover {
  background-position: right bottom;
}

.blueButton:active,
.greenButton:active {
  position: relative;
  bottom: -1px;
}

.newWindow {
  height: 16px;
  width: 16px;
  background: url("../images/forward_16.png") no-repeat;
  display: inline-block;
}

.sideWrap {
  width: 90%;
  margin: auto;
}

.hcent {
  text-align: center;
}

.besides {
  width: 40%;
  padding: 10px;
  float: left;
}

#header {
  margin: 0;
  padding: 0;
  border-top: 2px solid #C9E0ED;
}

#sidebar {
  padding: 20px 20px 20px 0;
}

#footer {
  padding: 10px 0;
  margin: 10px 0;
  text-align: right;
  font-size: 0.9em;
  border-top: 1px solid #DDDDDD;
  color: #555;
}

#logo {
  padding: 10px 20px;
  font-size: 200%;
}

#logo a, #footer a {
  text-decoration: none;
  color: #555;
}

#logo a:hover {
  color: #333;
}

#footer a:hover {
  color: #0099FF;
}

.iltextbox {
  display: inline-block;
  height: 26px;
  font-size: 14pt;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
  padding: 2px 4px;
}

.inlinepic {
  height: 60px;
  max-width: 60px;
  padding-right: 5px;
}

.desc span {
  border-bottom: 2px dotted gray;
}

.overview {
  font-size: 1.4em;
}

.overview p {
  padding: 20px 0;
}

.otext img {
  max-width: 50%;
  margin: 2px 10px 10px 2px;
}

.divsess label {
  font-size: 2em;
  padding-bottom: 6px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #111111;
}

.divsess input {
  width: 65%;
  margin: 10px auto 12px 15%;
  display: inline-block;
}

.divsess div {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

.divsess {
  width: 100%;
  margin: 0 auto;
}

.searchbut {
  display: inline-block;
}

.errspan {
  color: red;
}

.cupid-green {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #588535;
  border-color: #63A62F #63A62F #5B992B;
  border-image: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 0 #96CA6D inset;
  color: #FFFFFF;
  padding: 3px 15px;
  text-align: center;
  text-shadow: 0 -1px 0 #4C9021;
  text-decoration: none;
}

.cupid-green:hover {
  background-color: #76B347;
  color: white;
  background-image: -moz-linear-gradient(center top, #76B347, #5E9E2E);
  box-shadow: 0 1px 0 0 #8DBF67 inset;
  cursor: pointer;
}

.cupid-green:active {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #5B992B #5B992B #538C27;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 8px 4px #548C29 inset, 0 1px 0 0 #EEEEEE;
}

.wordcloud {
  margin: 0 auto;
  display: block;
  overflow: visible;
  padding-left: 200px;
}

.mine {
  fill: #7FBF4D;
}

.yours {
  fill: lightblue;
}

.rsp {
  stroke: red;
  stroke-width: 0.5px;
}

.oversvg {
  padding: 0 5px;
}

.classoverview {
  margin: 5px;
}

.classoverview > ul.tabs {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #EAEAEA;
  background-image: linear-gradient(#FAFAFA, #EAEAEA);
  background-repeat: repeat-x;
  border-color: #EAEAEA #EAEAEA #CACACA;
  border-image: none;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  margin: 10px 0;
  position: relative;
  padding-left: 0;
}

.classoverview > ul.tabs:first-child {
  margin-top: 0;
}

.classoverview > ul.tabs li {
  display: table-cell;
  list-style-type: none;
  margin: 0;
  width: 1%;
}

.classoverview > ul.tabs li a {
  border-bottom: 2px solid #DADADA;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  color: #777777;
  display: block;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
}

.classoverview > ul.tabs li:first-child a {
  border-bottom-left-radius: 3px;
  border-left: medium none;
}

.classoverview > ul.tabs li:first-child a:hover, .classoverview > ul.tabs li:first-child a.selected {
  border-top-left-radius: 3px;
}

.classoverview > ul.tabs li:last-child a {
  border-bottom-right-radius: 3px;
  border-right: medium none;
}

.classoverview > ul.tabs li:last-child a:hover, .classoverview > ul.tabs li:last-child a.selected {
  border-top-right-radius: 3px;
}

.classoverview > ul.tabs li a:hover {
  background-color: #DCE6EF;
  background-image: linear-gradient(#FAFBFD, #DCE6EF);
  background-repeat: repeat-x;
  border-bottom: 2px solid #CFDCE8;
  color: #4183C4;
}

.classoverview > ul.tabs li a.selected, .classoverview > ul.tabs li a.selected:hover {
  background-color: #EBEBEB;
  background-image: linear-gradient(#FCFCFC, #EBEBEB);
  background-repeat: repeat-x;
  border-bottom: 2px solid #D26911;
  color: #000000;
}

.classoverview > ul.tabs li a .counter {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border-top: 1px solid #CCCCCC;
  color: #777777;
  display: inline-block;
  font-size: 10px;
  height: auto;
  line-height: 14px;
  margin: 0 0 0 5px;
  padding: 0 8px 1px;
  position: relative;
  text-align: center;
  top: -1px;
  vertical-align: text-top;
}

.lpdesc {
  border-top: 1px solid #707070;
  height: 100%;
  width: 85%;
  padding: 5px;
  margin-top: 4px;
}

.ovdiv {
  width: 70px;
  text-align: center;
  display: inline-block;
  padding-left: 30px;
}

.ovdiv a > img {
  margin-left: auto;
  margin-right: auto;
}

.notemove {
  margin-left: 8px;
  font-size: 0.8em;
  padding: 2px 3px;
}

.brsch {
  text-align: right;
  margin: 10px 60px 0 0;
}

.brsch a {
  color: #5f5f5f;
}

.brsch a:hover {
  color: #393939;
}

.questOption p {
  background-color: #3B73AF;
  color: white;
  width: 80%;
  padding: 5px;
  margin-top: 20px;
  border-radius: 4px;
  font-weight: bold;
}

.innerDetails {
  background-color: #f5f8f9;
}

.wordcloud {
  margin: 0 auto;
  display: block;
  overflow: visible;
  padding-left: 200px;
}

.mine {
  fill: #9acc73;
  background-color: #9acc73;
}

.yours {
  fill: #4d7fbf;
  background-color: #4d7fbf;
}

.rsp {
  stroke: red;
  stroke-width: 0.5px;
}

.oversvg {
  padding: 0 5px;
}

.legendwrap {
  width: 300px;
}

.legend {
  padding: 8px;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #555555;
  font-size: 0.8em;
}

.legend div {
  height: 19px;
  width: 10.5px;
  display: inline-block;
}

.legend span {
  vertical-align: middle;
  padding-bottom: 10px;
  display: inline-block;
}

.actions {
  text-align: center;
  vertical-align: middle;
}

.actions > * {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.subtlelink {
  color: #555555;
}

.subtlelink:hover {
  color: black;
  cursor: pointer;
}

.localgroup img {
  width: 30px;
  height: 30px;
}

.localgroup {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  line-height: 30px;
  font-size: 1.2em;
}

.pull-right {
  position: relative;
  width: auto;
  float: right;
  margin-right: 15px;
}

.pull-left {
  width: auto;
}

.blurpw {
  color: transparent;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  cursor: pointer;
  padding: 10px;
  font-size: 1.4em;
}

.blurpw:hover {
  color: inherit;
  text-shadow: none;
}

/* informational popups */
.tooltip {
  /*border-bottom: 1px dotted #000000;*/
  color: #000000;
  cursor: help;
  outline: medium none;
  font-family: georgia;
  position: relative;
  text-decoration: none;
  background-image: url("../images/Info.png") no-repeat;
  background: none repeat scroll 0 0 #E5F1F4;
  border: 1px solid #E5F1F4;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.tooltip span {
  margin-left: -999em;
  position: absolute;
}

.tooltip a:focus, .tooltip:hover {
  color: black;
}

.tooltip:hover span {
  border-radius: 5px 5px 5px 5px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  left: 1em;
  margin-left: 0;
  position: absolute;
  top: 2em;
  width: 250px;
  z-index: 99;
}

.tooltip:hover img {
  border: 0 none;
  float: left;
  margin: -10px 0 0 -55px;
  position: absolute;
}

.tooltip:hover em {
  display: block;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.2em 0 0.6em;
}

.paddingtop {
  line-height: 2rem;
}

.errorMessage {
  color: red;
}

a {
  text-decoration: underline;
}

.top-bar a {
  text-decoration: none;
}

@media only screen and (max-width: 40.063em) {
  .dataTables_length {
    display: none;
  }
}
a.offscreen {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  text-align: left;
  overflow: hidden;
  z-index: 500;
}

a.offscreen:focus, a.offscreen:active, a.offscreen:hover {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background-color: #FF3;
  border: 1px dotted #000;
}

/*# sourceMappingURL=site.css.map */
