/* -------------- Mixins ----------------- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -------------- Mixins ----------------- */
/* -------------- Variables ----------------- */
/*Blue*/
/*Orange*/
/*Green*/
/* @color-primary:      #56279C;*/
/*Lighter Blue from CSC Logo*/
/*Lighter Blue from CSC Logo*/
/*---------------------- HTML ------------------------*/
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */

}
body {
  font-family: 'Century Gothic', 'Courier New', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22.65242px;
  line-height: 2.2652419999999998rem;
  background: #F7F9F8;
  color: #696969;
}
p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22.65242px;
  line-height: 2.2652419999999998rem;
  padding-bottom: 22.65242px;
  padding-bottom: 2.2652419999999998rem;
  margin: 0;
}
a {
  color: #f26522;
  text-decoration: none;
}
a:hover {
  color: #666;
}
h1 {
  font-size: 28px;
  /*font-size: 3.8rem;*/

  line-height: 61.48514px;
  line-height: 6.148514rem;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 100;
  color: #0083cb;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-top: 10px;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 38.83272px;
  line-height: 3.883272rem;
  padding-top: .5em;
  width: 100%;
  color: #f26522;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
small {
  font-size: 11px;
}
/*---------------------- General ------------------------*/
.left {
  float: left;
}
.right {
  float: right;
}
.left-margin {
  float: left;
  margin-left: 50px;
}
.fullwidth {
  clear: both;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.middle {
  text-align: center;
}
.required {
  color: red;
  padding-left: 3px;
}
.message {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25.88848px;
  line-height: 2.5888480000000005rem;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0px;
  /*padding: 5px;*/

  clear: both;
  background-color: #f26522;
}
.message a {
  color: white;
  text-decoration: underline;
}
.message ul {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19.41636px;
  line-height: 1.941636rem;
}
.message.highlight{
    background-color: #fff;
    color: #f26522;
}
.highlighted{
  display: block;
   background-color: #f26522;
   color: #fff;
   padding: 10px 0px;
}
.button,
.paginate_button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: .5em 2em .55em;
  margin: 4px 0;
  color: #fef4e9;
  border: solid 1px #da7c0c;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22.65242px;
  line-height: 2.2652419999999998rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#faa51a, endColorstr=#f47a20);
}
.buttonlink {
  background: none!important;
  border: none;
  padding: 0!important;
  /*border is optional*/

  border-bottom: 1px solid #444;
}
.buttonlink:hover {
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#faa51a, endColorstr=#f47a20);
}
.button:active {
  position: relative;
  top: 1px;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#faa51a, endColorstr=#f47a20);
}
.paginate_button,
.paginate_active {
  margin-right: 10px;
  padding: 5px 13px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16.180300000000003px;
  line-height: 1.61803rem;
}
.paginate_button_disabled {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: -moz-linear-gradient(top, #ffffff, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#faa51a, endColorstr=#f47a20);
  border-color: #fff;
  color: #999;
}
.paginate_button_disabled:hover {
  cursor: default;
  color: #999;
}
/*---------------------- Wrappers ------------------------*/
.outerwrapper.header {
  background-color: #fff;
}
.outerwrapper.mainmenu {
  background-color: #f26522;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22.65242px;
  line-height: 2.2652419999999998rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #cccccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5996e), to(#f26522));
  background: -moz-linear-gradient(top, #f5996e, #f26522);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#faa51a, endColorstr=#f47a20);
  height: 40px;
}
.outerwrapper.content {
  /*background: #f9f8d9 url(../images/bg.jpg) repeat-x left top;*/

  background-color: #f7f9f8;
}
.outerwrapper.footer {
  background-color: #F7F9F8;
}
.innerwrapper {
  width: 940px;
  padding: 0 10px 20px 10px;
  margin: 0 auto;
}
#content.innerwrapper {
  background-color: #fff;
  webkit-box-shadow: 5px 2px 13px rgba(0, 0, 0, 0.2);
  moz-box-shadow: 5px 2px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 2px 13px rgba(0, 0, 0, 0.2);
  /*  padding-bottom: 20px;*/

  border: 1px solid #d9d9d9;
}
/*---------------------- Columns ------------------------*/
.column-two {
  float: left;
  width: 50%;
}
.column-three {
  float: left;
  width: 28%;
  padding-right: 5%;
}
/*---------------------- Header ------------------------*/
#header {
  position: relative;
  height: 120px;
  /*  background-color: #565656;*/

}
#header img {
  /*height: 80px;*/

  position: absolute;
  top: 5px;
  left: 10px;
  /*.box-shadow(0, 2px, 3px, #333);*/

}
#header span {
  position: absolute;
  right: 20px;
  top: 80px;
  color: #f26522;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 40.45075px;
  line-height: 4.045075000000001rem;
  text-transform: uppercase;
}
#header ul {
  position: absolute;
  right: 20px;
  top: 40px;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19.41636px;
  line-height: 1.941636rem;
}
#header ul li {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}
#header ul li:first-child {
  background: url(../images/user_icon.png) no-repeat left top;
  padding-left: 30px;
}
/*---------------------- Nav ------------------------*/
#nav {
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}
#nav li {
  float: left;
  margin: 0px;
  position: relative;
}
#nav a {
  display: block;
  /* width: 150px;*/

  padding: 8px 30px 8px 20px;
  color: #fff;
  text-decoration: none;
  height: 24px;
}
#nav a:hover {
  background-color: #fff;
}
a.back {
  text-decoration: underline;
  text-transform: none;
  font-size: 18px;
}
/*----Dropdown-----*/
#nav ul {
  background: #fff;
  background: rgba(255, 255, 255, 0);
  list-style: none;
  position: absolute;
  left: -9999px;
}
#nav ul li {
  padding-top: 1px;
  float: none;
}
#nav ul a {
  white-space: nowrap;
}
#nav li:hover ul {
  left: 0;
}
#nav li:hover a {
  background: #000;
}
#nav li:hover ul a {
  text-decoration: none;
}
#nav li:hover ul li a:hover {
  background: #f26522;
}
/*---------------------- Breadcrumbs ------------------------*/
#breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19.41636px;
  line-height: 1.941636rem;
  margin-top: 10px;
}
/*---------------------- Login ------------------------*/
.loginbox {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #d2d2d2;
  width: 300px;
  webkit-box-shadow: 5px 3px 3px #d2d2d2;
  moz-box-shadow: 5px 3px 3px #d2d2d2;
  box-shadow: 5px 3px 3px #d2d2d2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.loginbox a {
  display: block;
  padding: 3px 0;
}
/*---------------------- Home page ------------------------*/
.home .column-two {
  width: 45%;
  padding-right: 5%;
}
.home ol {
  margin-left: 20px;
  list-style: decimal;
  margin-bottom: 10px;
}
.home .column-three,
.home .column-two {
  text-align: center;
}
.home h2 {
  color: #0083cb;
}
.home ul {
  text-align: center;
}
.home ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19.41636px;
  line-height: 1.941636rem;
}
.home .help {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-top: 1px dotted #0083cb;
  padding-top: 20px;
}
.home .help h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25.88848px;
  line-height: 2.5888480000000005rem;
  color: #f26522;
}
/*---------------------- Tables ------------------------*/
table.tftable {
  font-size: 12px;
  color: #333333;
  width: 100%;
  border-width: 1px;
  border-color: #729ea5;
  border-collapse: collapse;
  float: left;
}
table.tftable th {
  font-size: 12px;
  background-color: #0083cb;
  border: 1px solid #729ea5;
  padding: 8px;
  text-align: left;
  border-top: 0px;
  color: #fff;
}
table.tftable tr {
  background-color: #fff;
}
table.tftable td {
  font-size: 12px;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #729ea5;
}
.dataTables_info {
  color: #f26522;
  font-size: 12px;
  padding: 5px;
  width: auto;
  float: left;
  margin-right: 20px;
}
.dataTables_filter label {
  color: #666;
}
table.tftable th.select {
  font-weight: bold;
}
.paginate_enabled_next,
.paginate_enabled_previous {
  padding-left: 10px;
}
.paginate_enabled_next:hover,
.paginate_enabled_previous:hover {
  cursor: pointer;
}
.paginate_disabled_next,
.paginate_disabled_previous {
  display: none;
}
.dataTables_paginate {
  float: left;
}
.positiontable {
  width: 600px;
}
.positiontable th {
  font-weight: bold;
}
.positiontable th,
td {
  border: 1px solid black;
  text-align: center;
}
/*---------------------- jQuery Data Tables ------------------------*/
.dataTables_wrapper {
  width: 100%;
}
.dataTable {
  margin-bottom: 10px;
}
.dataTables_filter {
  float: right;
  width: 300px;
}
.dataTables_filter label {
  float: right;
  margin-top: 10px;
}
.dataTables_filter input[type="text"] {
  width: 200px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0px;
  padding-left: 10px;
  margin-right: 3px;
}
.sorting_desc {
  background: url('../images/sorting_desc.png') no-repeat center right;
}
.sorting_asc {
  background: url('../images/sorting_asc.png') no-repeat center right;
}
.sorting {
  background: url('../images/sort_both.png') no-repeat center right;
}
table.dataTable thead tr:hover,
table.dataTable tbody tr:hover {
  cursor: pointer;
}
table.dataTable tbody tr:hover {
  background-color: #ECFFB3;
}
table.dataTable.no-highlights thead tr:hover,
table.dataTable.no-highlights tbody tr:hover {
  cursor: default;
}
table.dataTable.no-highlights tbody tr:hover {
  background-color: #FFF;
}
/*---------------------- Tabs ------------------------*/
#tabs.users {
  background-color: #F3F3F3;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22.65242px;
  line-height: 2.2652419999999998rem;
}
ul.tabs.users {
  float: left;
  width: 600px;
  margin-top: 10px;
}
ul.tabs {
  list-style: none;
}
ul.tabs li {
  float: left;
  width: 180px;
  text-align: center;
}
ul.tabs li a {
  color: #424242;
  background-color: #B9CCE0;
  display: block;
  padding: 5px 15px;
  margin: 0 6px 0 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.tabs li a:hover {
  color: #333;
}
ul.tabs li.ui-state-active a {
  background-color: #0083cb;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/*---------------------- Footer ------------------------*/
#footer {
  clear: both;
  /*   background: url('http://www.csc.gb.com/wp-content/uploads/2013/08/logo-small.gif') no-repeat 50% 20px;
  background-size: 120px;*/

  text-align: center;
}
.footercontact {
  float: left;
  width: 400px;
  text-align: left;
  padding-top: 10px;
}
.footercontact .phone {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 38.83272px;
  line-height: 3.883272rem;
  display: block;
}
.footercontact a {
  color: #666;
  font-size: 12px;
}
.footercontact a:hover {
  color: inherit;
}
#footerlegal {
  float: right;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
#footerlegal p {
  font-size: 11px;
  padding-bottom: 0px;
}
#footer .version {
  font-size: 8px;
}
/*---------------------- Forms ------------------------*/
form.border {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #d2d2d2;
  width: 300px;
  webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
  moz-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form.edit {
  width: 100%;
  float: left;
  border: 1px #729ea5 solid;
  padding-top: 20px;
}
form.edit.narrowform {
  width: 50%;
}
form.edit.narrowform label {
  width: 80px;
}
form.edit label {
  clear: left;
  float: left;
  width: 150px;
  padding-left: 50px;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
}
form.edit input[type="text"],
form.edit input[type="email"],
form.edit select {
  float: left;
  width: 300px;
}
/*form.edit input[type="radio"]{
  float: left;
  width: 20px;
}*/
form.edit .radio {
  float: left;
  width: 100px;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22.65242px;
  line-height: 2.2652419999999998rem;
  width: 100%;
  margin-bottom: 15px;
}
select {
  /*-webkit-appearance: none;*/

}
form.login {
  width: 300px;
}
form.login a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19.41636px;
  line-height: 1.941636rem;
  padding: 3px 0;
}
form#frmuser {
  width: 200px;
}
form.createprofiles {
  width: 850px;
}
/*---------------------- Notes ------------------------*/
.enternotes {
  width: 934px;
  height: 150px;
}
.return {
  margin-left: 20px;
}
.displaynote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19.41636px;
  line-height: 1.941636rem;
  border-bottom: 1px dotted #666;
}
.displaynote p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19.41636px;
  line-height: 1.941636rem;
}
.displaynote em {
  /*float: right;*/

  width: 100%;
  display: block;
  text-align: right;
}
/*---------------------- Modals ------------------------*/
body .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: .4;
}
/*---------------------- Questions ------------------------*/
span.progress {
  float: left;
  width: 120px;
  color: #fff;
  padding: 5px 5px;
  margin-right: 2px;
  margin-bottom: 5px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #a3b8cc;
  font-weight: 100;
  text-align: center;
}
#progressbar {
  margin: 10px 0 10px 20px;
  width: 900px;
}
#progressbar ol li {
  display: block;
  float: left;
  padding: 5px 0;
  margin-right: 2px;
  margin-bottom: 15px;
  background-color: #a3b8cc;
  width: 5%;
  color: white;
  font-size: 10px;
  text-align: center;
  /*width: 70px;*/

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#progressbar ol li.currentstep {
  background-color: red;
  background-color: #5490cc;
}
fieldset.step {
  clear: left;
  padding: 0 20px;
  background: url(../images/watermark.gif);
}
.minAnswer,
.questionSlider,
.maxAnswer {
  float: left;
  width: 300px;
  text-align: left;
}
.minAnswer,
.maxAnswer {
  height: 20px;
  width: 280px;
}
.questionSlider {
  height: 18px !important;
}
.ui-slider-handle {
  height: 22px !important;
}
.minAnswer {
  text-align: right;
  margin-bottom: 30px;
}
.questionSlider {
  margin: 0px 10px;
}
.ui-slider-handle {
  display: none;
}
.scale {
  width: 365px;
  padding-left: 260px;
}
.scaleunit {
  display: inline-block;
  text-align: center;
}
.scale1 {
  width: 100%;
}
.scale2 {
  width: 50%;
}
.scale3 {
  width: 33%;
}
.scale4 {
  width: 25%;
}
.scale5 {
  width: 20%;
}
.questionheader {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.questionheader p {
  padding-bottom: 5px;
}
.questionIntro {
  text-align: center;
}
.warning {
  float: left;
  width: 100%;
  color: red;
  text-align: center;
  padding: 10px 0;
}
/*---------------------- Report ------------------------*/
#reportcontainer {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
#reportcontainer h2,
h3,
h4,
h5 {
  font-family: Calibri, Arial, sans-serif;
  color: #000;
}
#reportcontainer h2 {
  font-size: 25px;
  padding: 40px 0px 15px;
  font-weight: 400;
}
#reportcontainer h3 {
  font-weight: 400;
  font-size: 20px;
  padding: 10px 0 15px 0;
}
#reportcontainer h4 {
  font-size: 16px;
  padding: 10px 0 15px 0;
  font-weight: 900;
}
#reportcontainer h5 {
  font-size: 14px;
  padding: 5px 0 5px 0;
  font-weight: 900;
}
#reportcontainer p,
ul li {
  font-size: 16px;
  line-height: 24px;
}
#reportcontainer ul {
  list-style: disc;
  padding-left: 40px;
  padding-bottom: 20px;
}
#reportcontainer ul li {
  padding-left: 10px;
  padding-bottom: 5px;
}
.introwrapper {
  float: left;
  width: 100%;
  background: url('../images/sidebar_bg.gif') left top repeat-y;
  margin-bottom: 30px;
}
.sidebar {
  float: left;
  width: 62px;
}
.intro {
  float: right;
  width: 488px;
  padding-right: 167px;
}
.intro .maincontent {
  float: left;
  width: 700px;
}
.intro img.logo {
  width: 300px;
  margin-top: 30px;
  margin-bottom: 150px;
}
.intro .stripe {
  width: 100%;
  line-height: 10px;
  margin: 30px 0;
  float: left;
}
.intro .stripe .blue {
  float: left;
  background-color: #94bfe3;
  width: 33%;
}
.intro .stripe .peach {
  float: left;
  background-color: #f9bc99;
  width: 33%;
}
.intro .stripe .green {
  float: left;
  background-color: #dde8b0;
  width: 33%;
}
.intro .title {
  clear: left;
  line-height: 26px;
  color: #0083cb;
  font-weight: 900;
  font-size: 18px;
}
.intro .title span {
  text-transform: uppercase;
  display: block;
  line-height: 120px;
}
.intro .wheel {
  width: 383px;
  margin-bottom: 0px;
}
#reportcontainer table.postures th,
#reportcontainer table.postures td,
#reportcontainer table.dimensions th,
#reportcontainer table.dimensions td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid black;
}
#reportcontainer table.postures td p {
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}
#reportcontainer table.postures td h4,
#reportcontainer table.postures td h5 {
  padding: 0;
}
#reportcontainer table.dimensions th,
#reportcontainer table.dimensions td {
  padding: 10px;
  vertical-align: top;
  font-size: 12px;
}
#reportcontainer table.dimensions th {
  font-size: 10px;
}
#reportcontainer table.dimensions td p {
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}
#reportcontainer table.dimensions td h4,
#reportcontainer table.dimensions td h5 {
  padding: 0;
}
#reportcontainer table.dimensions h2 {
  padding: 0;
  font-weight: 400;
  font-size: 20px;
}
#reportcontainer table.dimensions .dimensionheader h2 {
  padding: 0;
  padding-right: 10px;
  display: inline;
}
#reportcontainer table.dimensions .dimensionheader p {
  display: inline;
  font-size: 13px;
}
#reportcontainer .dimensionheader {
  background-color: #dde8b0;
}
.scoresanddatatable {
  margin-bottom: 50px;
  clear: both;
  float: left;
}
td.arrow {
  background: url(../images/arrow.gif) no-repeat 50% 50%;
  background-size: 100%;
}
.dimensiontable {
  margin-top: 15px;
}
.dimensiontable th {
  border: 1px solid black;
  font-size: 16px;
  padding: 10px;
}
.dimensiontable th,
.dimensiontable td {
  text-align: left;
  padding: 10px;
}
.dimensiontable td.dimensionlarge {
  font-size: 16px;
}
.profile_datatable {
  border: 1px solid black;
  width: 940px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.profile_datatable th {
  font-size: 18px;
  line-height: 36px;
}
.profile_datatable td {
  border: 1px solid black;
  padding: 5px;
}
.profile_datatable.detailedscores {
  width: 450px;
  float: left;
}
.profile_datatable.dimensionplot {
  width: 450px;
  float: right;
}
.empathy,
.forming,
.outcome {
  text-align: left;
  padding-right: 10px;
  font-weight: 900;
  padding: 0px 10px 0px 0px;
}
.evaluation,
.ordering,
.process {
  padding-left: 10px;
  font-weight: 900;
  text-align: right;
}
td.plot {
  width: 50%;
}
td.plot img {
  vertical-align: middle;
}
.wheel-diagram {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.color-empathy {
  background-color: #fc986a;
}
.color-ordering {
  background-color: #c97c7d;
}
.color-outcome {
  background-color: #9472ab;
}
.color-evaluation {
  background-color: #9accfc;
}
.color-forming {
  background-color: #5b8344;
}
.color-process {
  background-color: #7cb97a;
}
.color-neutral {
  background-color: #ccc;
}
.stats {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.stats span {
  font-size: 22px;
  color: #9dc435;
}
/*table.traffic td{
  vertical-align: middle;
  height: 40px
}
  table.traffic td.light{
  padding-right: 10px;
}*/
/*.dimensions, .trafficlights{
  float: left;
  width: 400px;
}
.dimensions{
  width: 500px;
}
.dimensions table td{
  padding-right: 10px;
  padding-bottom: 6px;
}
*/
.row_slider {
  position: relative;
}
.row_slider span {
  padding: 2px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.slider {
  font-weight: 900;
}
.break {
  page-break-before: always;
}
/*---------------------- Fixes ------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.test {
  float: left;
}
.test img {
  float: right;
}
