@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: sans-serif; }

button, input, select, textarea {
  font-family: sans-serif; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: yellow;
  color: black; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: "";
    content: none; }

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: 0;
  text-align: left;
  vertical-align: middle; }

/**
* text-shadow
*/
/**
* box-shadow
*/
/**
* opacity
*/
/**
* border-radius
* PIE only works with shorthand method
*/
/**
* @font-face
* here for reference, but these declarations should go in the <head> to minimize any FOUC
*/
/**
* rgba backgrounds
*/
/**
* multiple backgrounds
*/
/**
* vertical gradient
*/
/**
* multi-column layout (newspaper columns)
*/
/**
* css transitions
* for multiple properties/durations/functions, use a comma-delimited list
*/
/**
* flexible boxes
*/
.js .js-hide,
.hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.p-reports .wrapper {
  padding: 20px; }
.p-reports .content {
  width: 95%;
  margin: 0 auto; }
.p-reports h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.report-filter {
  padding: 5px;
  background: #e6e6e6;
  border-width: 1px 1px 10px 1px;
  border: solid #777777;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
  .report-filter:before, .report-filter:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .report-filter:after {
    clear: both; }
  .report-filter {
    zoom: 1; }
  .report-filter .report-filter-hdg,
  .report-filter .select,
  .report-filter .text {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    margin: 5px; }
    .ie6 .report-filter .report-filter-hdg, .ie7 .report-filter .report-filter-hdg, .ie6
    .report-filter .select, .ie7
    .report-filter .select, .ie6
    .report-filter .text, .ie7
    .report-filter .text {
      display: inline;
      vertical-align: auto; }
  .report-filter .select,
  .report-filter select {
    margin: 3px;
    width: 157px;
    float: right;
    display: inline; }
  .report-filter .report-filter-hdg {
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
    margin: 5px 0 5px 5px;
    font-weight: bold; }
  .report-filter .text {
    width: 85px; }
  .report-filter .report-filter-btn {
    font-size: 11px;
    margin: 4px 0 0; }
  .report-filter .report-filter-btns {
    float: right;
    margin: 0 0 0 5px; }
    .report-filter .report-filter-btns button {
      display: block;
      width: 100%; }
  .report-filter .left {
    width: 28%; }
  .report-filter .middle {
    width: 23%; }
  .report-filter .third {
    float: left; }
  .report-filter .third h4 {
    clear: left;
    float: left;
    display: block;
    margin: 8px 0 9px;
    min-width: 60px;
    text-align: right; }

/**
 * New report
 */
.new-report-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .new-report-links li {
    float: left;
    margin: 0 10px 0 0; }
  .new-report-links a {
    display: block; }
    .new-report-links a span {
      display: block;
      background: url("images/icons/20x20/paper-text.png") no-repeat 0 50%;
      padding-left: 25px; }
  .new-report-links .btn-part span {
    background-image: url("images/icons/20x20/paper-cog.png"); }
  .new-report-links .btn-inspection span {
    background-image: url("images/icons/20x20/sticky-note.png"); }

/**
* reports
*/
.pagination {
  margin: 0 20px; }
  .pagination:before, .pagination:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .pagination:after {
    clear: both; }
  .pagination {
    zoom: 1; }
  .pagination .pagination-summary {
    float: left; }
  .pagination .pagination-links {
    float: right;
    text-align: center;
    list-style: none; }
    .pagination .pagination-links li {
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle;
      list-style: none; }
      .ie6 .pagination .pagination-links li, .ie7 .pagination .pagination-links li {
        display: inline;
        vertical-align: auto; }
    .pagination .pagination-links a,
    .pagination .pagination-links strong {
      padding: 4px 15px;
      font-weight: bold;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px; }
    .pagination .pagination-links strong {
      background: #4d4d4d;
      color: #fff; }
    .pagination .pagination-links a {
      background: #4896EB;
      color: #fff;
      outline: 0; }
      .pagination .pagination-links a:hover, .pagination .pagination-links a:focus {
        color: #fff;
        background: #1a7ce6; }

.reports {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #666666;
  margin: 0 0 20px; }
  .reports tr.report {
    background-color: #FAFAFA; }
    .reports tr.report td.type {
      padding: 15px 0;
      width: 20px; }
    .reports tr.report .type-icn {
      background: url("images/icons/20x20/paper-text.png") no-repeat 0 0;
      height: 20px;
      width: 20px;
      background-repeat: no-repeat;
      text-indent: -999em;
      display: block;
      overflow: hidden;
      text-align: left;
      direction: ltr;
      font-size: 1px;
      margin: 0 auto; }
  .reports td.edit {
    padding: 15px 0; }
    .reports td.edit .edit-icn {
      height: 20px;
      width: 20px;
      background-repeat: no-repeat;
      text-indent: -999em;
      display: block;
      overflow: hidden;
      text-align: left;
      direction: ltr;
      font-size: 1px;
      background: url("images/icons/20x20/pencil.png") no-repeat 0 0;
      border: 0; }
  .reports tr.report-type-part_order .type-icn {
    background-image: url("images/icons/20x20/paper-cog.png"); }
  .reports tr.report-type-inspection .type-icn {
    background-image: url("images/icons/20x20/sticky-note.png"); }
  .reports h1, .reports h2, .reports h3, .reports h4, .reports h5, .reports h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .reports tbody td {
    border: solid #777;
    background-color: transparent !important;
    border-width: 5px 0 0 0; }
  .reports h1 {
    color: #999999;
    font-size: 14px; }
  .reports thead td, .reports thead th {
    vertical-align: bottom;
    padding: 8px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #1a1a1a;
    background-color: #fff;
    border-bottom: 1px solid #ccc; }
  .reports tbody tr.report td, .reports tbody tr.report th {
    background-color: white;
    padding: 15px 10px;
    vertical-align: top; }
  .reports tbody tr.report:nth-child(2n+1) td, .reports tbody tr.report:nth-child(2n+1) th {
    background-color: #f2f2f2; }
  .reports td.date,
  .reports th.date {
    text-align: left;
    white-space: nowrap;
    line-height: 1.2; }
    .reports td.date .day,
    .reports th.date .day {
      font-size: 14px;
      font-weight: bold; }
    .reports td.date .time,
    .reports th.date .time {
      font-size: 11px; }
  .reports td.priority,
  .reports th.priority {
    text-align: right; }
    .reports td.priority span,
    .reports th.priority span {
      background-repeat: no-repeat;
      text-indent: -999em;
      display: block;
      overflow: hidden;
      text-align: left;
      direction: ltr;
      font-size: 1px;
      height: 20px;
      width: 20px;
      background-image: url(images/icons/20x20/warning.png);
      margin: 0 auto; }
  .reports .main {
    width: 75%; }
    .reports .main p {
      margin: 0 0 10px; }
    .reports .main .fields {
      margin: 0 -2% 4px;
      width: 100%;
      position: relative; }
      .reports .main .fields:before, .reports .main .fields:after {
        content: ".";
        display: block;
        height: 0;
        overflow: hidden; }
      .reports .main .fields:after {
        clear: both; }
      .reports .main .fields {
        zoom: 1; }
      .reports .main .fields .field {
        margin: 0 2% 10px;
        float: left;
        width: 20%;
        min-width: 100px; }
        .reports .main .fields .field h1 {
          margin: 0;
          border: 0;
          text-align: left;
          color: #999999;
          border-top: 1px solid #cccccc;
          padding: 5px 0 0;
          margin: 0;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: .01em; }
        .reports .main .fields .field .data {
          font-weight: bold; }
          .reports .main .fields .field .data ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            .reports .main .fields .field .data ul li {
              margin: 3px 0; }
    .reports .main .files h1,
    .reports .main .files ul {
      float: left;
      margin: 0;
      padding: 0;
      list-style: none; }
    .reports .main .files li {
      background: url(images/icons/20x20/paper-text.png) no-repeat;
      padding: 0 0 0 24px;
      line-height: 20px;
      margin: 2px 0; }
    .reports .main .files h1 {
      float: left;
      border: 0;
      margin: 4px 10px 0 0; }

/**
 * Report nav
 */
.report-nav {
  margin: 0 0 10px; }
  .report-nav:before, .report-nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .report-nav:after {
    clear: both; }
  .report-nav {
    zoom: 1; }
  .report-nav .new-report-links {
    float: left; }
  .report-nav .user {
    float: right;
    padding: 0;
    margin: 0 10px 0 0;
    list-style: none; }
    .report-nav .user:before, .report-nav .user:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .report-nav .user:after {
      clear: both; }
    .report-nav .user {
      zoom: 1; }
    .report-nav .user li {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: .01em;
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 5px;
      padding: 0 0 0 5px;
      border-left: 1px dotted #cccccc;
      line-height: 1em; }
      .ie6 .report-nav .user li, .ie7 .report-nav .user li {
        display: inline;
        vertical-align: auto; }
    .report-nav .user li:first-child {
      border-left: 0;
      padding-left: 0;
      margin-left: 0; }

.p-reports-new .new-report-links {
  margin: 50px auto 10px;
  width: 300px; }
  .p-reports-new .new-report-links li {
    float: none;
    margin: 0 0 20px; }
  .p-reports-new .new-report-links a {
    padding: 14px 10px;
    font-size: 24px; }

/**
 * Print
 */
@media print {
  .p-reports .header,
  .p-reports .footer,
  .p-reports .report-filter,
  .p-reports .pagination-links,
  .p-reports .user-nav,
  .p-reports table.reports.first,
  .p-reports table.reports .client,
  .p-reports .report-nav,
  .p-reports .moblog,
  .p-reports .pagination-links {
    display: none; }
  .p-reports .report-header {
    display: block; }
  .p-reports .content {
    margin: 0;
    width: 100%; }
  .p-reports .header-nav {
    margin-bottom: 10px; } }
/**
 * No results
 */
.no-results {
  text-align: center;
  padding: 10px;
  background-color: #f2f2f2;
  color: #b3b3b3; }
  .no-results h3, .no-results p {
    margin: 0; }
  .no-results h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #b3b3b3; }

.header-nav {
  margin: 10px 0 20px; }
  .header-nav ul {
    list-style: none;
    margin: 0;
    text-align: center; }
    .header-nav ul:before, .header-nav ul:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .header-nav ul:after {
      clear: both; }
    .header-nav ul {
      zoom: 1; }
    .header-nav ul li {
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle; }
      .ie6 .header-nav ul li, .ie7 .header-nav ul li {
        display: inline;
        vertical-align: auto; }
  .header-nav .lr {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0; }
    .header-nav .lr a {
      font-size: 20px;
      letter-spacing: -.02em;
      font-weight: bold;
      line-height: 40px;
      text-transform: uppercase;
      color: #e53915; }
      .header-nav .lr a span {
        color: #999999; }
  .header-nav .sss a {
    background-repeat: no-repeat;
    text-indent: -999em;
    display: block;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    font-size: 1px;
    background-image: url("images/sss-logo.png");
    width: 96px;
    height: 40px;
    border: 0; }

table.reports.first {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 3px solid #777777;
  border-top: 0px;
  margin: 0px; }

.reports td.edit,
.reports th.edit {
  padding: 15px 0;
  width: 20px; }

.report-header {
  display: none;
  overflow: hidden;
  padding: 20px 0 0; }

.report-header-hdg {
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 5px; }

.report-header-meta {
  border: #777 solid;
  border-width: 1px 0;
  padding: 10px 0; }

.report-header-meta-row {
  margin: 3px 0 0; }

table {
  page-break-inside: auto; }

tr {
  page-break-inside: avoid;
  page-break-after: auto; }

.is-loading {
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45); }

@font-face {
  font-family: 'Baskervald';
  src: url("fonts/baskervald/baskervald-italic-webfont.eot");
  src: local("☺"), url("fonts/baskervald/baskervald-italic-webfont.woff") format("woff"), url("fonts/baskervald/baskervald-italic-webfont.ttf") format("truetype"), url("fonts/baskervald/baskervald-italic-webfont.svg#webfontpcKIWLQp") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'LaneNarrowRegular';
  src: url("fonts/lane/LANENAR_-webfont.eot");
  src: url("fonts/lane/LANENAR_-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lane/LANENAR_-webfont.woff") format("woff"), url("fonts/lane/LANENAR_-webfont.ttf") format("truetype"), url("fonts/lane/LANENAR_-webfont.svg#LaneNarrowRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LaneUpperRegular';
  src: url("fonts/lane/LANEUP__-webfont.eot");
  src: url("fonts/lane/LANEUP__-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lane/LANEUP__-webfont.woff") format("woff"), url("fonts/lane/LANEUP__-webfont.ttf") format("truetype"), url("fonts/lane/LANEUP__-webfont.svg#LaneUpperRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LanePoshRegular';
  src: url("fonts/lane/LANEPOSH-webfont.eot");
  src: url("fonts/lane/LANEPOSH-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lane/LANEPOSH-webfont.woff") format("woff"), url("fonts/lane/LANEPOSH-webfont.ttf") format("truetype"), url("fonts/lane/LANEPOSH-webfont.svg#LanePoshRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background: #fff;
  color: #666;
  font-size: 13px;
  line-height: 1.38;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #2d98db;
  outline: 0;
  text-decoration: none; }
  a:hover {
    border-bottom: 1px dotted #10415f;
    color: #185e8a; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 5px; }

h1 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  color: #0d0d0d;
  font-size: 34px;
  margin: 0 0 20px; }

h2, h3, h4, h5, h6 {
  color: #333333; }

h2 {
  font-size: 18px;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  color: gray; }

h3 {
  font-size: 14px; }

h1 + .intro {
  margin-top: -10px; }

p, ul, ol {
  margin: 0 0 20px; }

ul, ol {
  padding: 0 0 0 20px; }

.group:before, .group:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }
.group:after {
  clear: both; }
.group {
  zoom: 1; }

.intro {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  color: #999999;
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 1.2; }

.container, .p-site .wrapper {
  width: 750px;
  margin: 0 auto;
  position: relative; }
  .container:before, .p-site .wrapper:before, .container:after, .p-site .wrapper:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .container:after, .p-site .wrapper:after {
    clear: both; }
  .container, .p-site .wrapper {
    zoom: 1; }

.multi-column-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px; }

.multi-column-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px; }

.multi-column-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px; }

.piped, .p-site .footer nav ul {
  padding: 0;
  list-style: none; }
  .piped li, .p-site .footer nav ul li {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    border-left: 1px dotted #cccccc;
    line-height: 1em; }
    .ie6 .piped li, .ie6 .p-site .footer nav ul li, .p-site .footer nav .ie6 ul li, .ie7 .piped li, .ie7 .p-site .footer nav ul li, .p-site .footer nav .ie7 ul li {
      display: inline;
      vertical-align: auto; }
  .piped li:first-child, .p-site .footer nav ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0; }

.centered {
  text-align: center; }

table {
  width: 100%;
  empty-cells: show; }

/**
* Buttons
*/
button,
.btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  padding: .4em 1em;
  line-height: 1.2;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-text-shadow: 0 1px 2px #213d4e;
  -webkit-text-shadow: 0 1px 2px #213d4e;
  text-shadow: 0 1px 2px #213d4e;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  background: #3f7496;
  background: -moz-linear-gradient(center top, #5290b6 0%, #3f7496 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5290b6), color-stop(1, #3f7496)); }
  button, button:hover, button:active,
  .btn,
  .btn:hover,
  .btn:active {
    color: #fff; }
  button:hover, button:focus,
  .btn:hover,
  .btn:focus {
    background: #1b6da0;
    background: -moz-linear-gradient(center top, #4782a8 0%, #1b6da0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4782a8), color-stop(1, #1b6da0));
    border: 0; }
  button:active,
  .btn:active {
    background: #238bcc;
    background: -moz-linear-gradient(center top, #386784 0%, #238bcc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #386784), color-stop(1, #238bcc));
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25) inset; }

/**
* --------------------------------------------------------------------
* Forms
* --------------------------------------------------------------------
*/
.text,
.select,
.file {
  margin: 0 0 10px;
  /**
  * Form rows
  * Tightens the gutter between fields
  */ }
  .text input,
  .text textarea,
  .text select,
  .select input,
  .select textarea,
  .select select,
  .file input,
  .file textarea,
  .file select {
    width: 100%;
    display: block;
    margin: 0; }
  .form-row .text, .form-row
  .select, .form-row
  .file {
    margin-right: -20px / 2; }
  .form-row .col-last .text, .form-row .col-last
  .select, .form-row .col-last
  .file {
    margin-right: 0; }

.form-row:before, .form-row:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }
.form-row:after {
  clear: both; }
.form-row {
  zoom: 1; }

.actions:before, .actions:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }
.actions:after {
  clear: both; }
.actions {
  zoom: 1; }
.actions button {
  float: right; }

/**
* Text input restyling
*/
.text {
  padding: 0 6px 0 0; }
  .text input,
  .text textarea {
    padding: 2px;
    border: 1px solid;
    background-color: #fff;
    border-color: #bfbfbf;
    border-bottom-color: #e6e6e6;
    border-top-color: gray;
    -moz-box-shadow: 0 1px 1px 0 #cccccc inset;
    -webkit-box-shadow: 0 1px 1px 0 #cccccc inset;
    box-shadow: 0 1px 1px 0 #cccccc inset; }

select {
  padding: 1px; }

.select select,
.select input,
.file select,
.file input {
  margin: 1px 0; }

.text label,
.select label,
.file label {
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold; }

.required-mark {
  color: #b40000;
  margin: 0 .2em; }

.login-form {
  width: 250px;
  margin: 60px auto; }

/**
 * Site Layout
 */
html {
  height: 100%; }

body {
  position: relative;
  min-height: 100%; }
  .ie6 body {
    height: 100%; }

.p-site .wrapper {
  height: 100%;
  padding-bottom: 205px; }

.p-site .footer {
  position: absolute;
  bottom: 0;
  height: 205px;
  width: 100%;
  left: 0; }

.p-site .wrapper {
  background: url("images/dot.png") repeat-y 240px 0; }
.p-site .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 205px; }
  .p-site .footer .sss-splash {
    background-repeat: no-repeat;
    text-indent: -999em;
    display: block;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    font-size: 1px;
    height: 153px;
    width: 100%;
    display: block;
    background: #fff url("images/sss-banner.jpg") no-repeat 50% 0;
    outline: 0;
    border: 0; }
  .p-site .footer nav ul {
    text-align: center;
    color: #b3b3b3;
    margin: 0; }
.p-site .content {
  width: 470px;
  padding: 38px 0 20px 20px;
  float: left; }
.p-site .nav {
  width: 260px;
  float: left;
  padding: 50px 0 40px; }
  .p-site .nav a:hover {
    border: 0; }
  .p-site .nav .nav-country {
    padding: 0;
    list-style: none;
    text-align: right;
    padding: 0 24px 0 0; }
    .p-site .nav .nav-country li {
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle;
      margin: 0 14px; }
      .ie6 .p-site .nav .nav-country li, .ie7 .p-site .nav .nav-country li {
        display: inline;
        vertical-align: auto; }
    .p-site .nav .nav-country a {
      background-repeat: no-repeat;
      text-indent: -999em;
      display: block;
      overflow: hidden;
      text-align: left;
      direction: ltr;
      font-size: 1px;
      background: no-repeat;
      width: 22px;
      height: 14px; }
    .p-site .nav .nav-country .us a {
      background-image: url(images/icons/flags/us.png); }
    .p-site .nav .nav-country .nl a {
      background-image: url(images/icons/flags/nl.png); }
    .p-site .nav .nav-country .de a {
      background-image: url(images/icons/flags/de.png); }
  .p-site .nav .nav-main a {
    padding: 0 24px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    background: url(images/nav-active.png) no-repeat -9999px;
    font-family: "LaneNarrowRegular", Helvetica,  Arial, sans-serif;
    letter-spacing: .01em;
    color: #333333; }
    .p-site .nav .nav-main a:hover {
      color: #2d98db;
      -moz-text-shadow: 0 0 3px #2d98db, 0 0 5px #2d98db;
      -webkit-text-shadow: 0 0 3px #2d98db, 0 0 5px #2d98db;
      text-shadow: 0 0 3px #2d98db, 0 0 5px #2d98db; }
  .p-site .nav .nav-main li.active a {
    background-position: 100% 50%; }
  .p-site .nav .nav-main li {
    text-align: right;
    margin: 0 0 3px; }

/**
 * Login landing page
 */
#landing-page {
  text-align: center;
  margin: 34px auto 0;
  width: 381px;
  padding-left: 21px; }

#landing-page .welcome {
  margin-bottom: 15px; }

#landing-page p {
  margin: 0px; }

.landing-menu {
  padding-bottom: 25px;
  padding-left: 10px; }

#landing-page .new-report-links {
  padding-top: 25px; }

#landing-page .new-report-links li {
  width: 171px; }

a.edit {
  float: right; }

.hiddenFields {
  display: none; }

.report-create fieldset {
  float: left;
  margin: 2px; }

.report-create label {
  display: block;
  margin-bottom: 5px; }

.report-create .wrapper {
  width: 800px; }

#sub_hold_field_15 fieldset,
#sub_hold_field_13 fieldset,
#sub_hold_field_5 fieldset {
  float: left; }

body.report .report-hide {
  display: none; }

body.part-order .part_order-hide {
  display: none; }

.report-create #publishForm ul {
  margin-top: 0px;
  margin-bottom: 0px; }

.report-create #publishForm ul.pt-switch li.toggle,
.report-create #publishForm ul.pt-switch li.toggle div {
  height: 16px; }

.report-create #publishForm ul.pt-switch {
  line-height: 18px; }

.report-create input[type="text"] {
  width: 230px; }

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