﻿body {
  background: #FFFFFF;
  font-size: 13px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  //width:850px;
  //height:1100px;
  position: relative;
  padding: 13px 0 0;
}

.logo {
  width: 250px;
}

.green {
  color: #50B748;
}

.teal {
  color: #008EAE;
}

.red {
  color: #ae0000;
}

.orange {
  color: #ec8339;
}

.slate {
  color: #4A5B6C;
}

.black {
  color: black;
}

.regular-text {
  font-size: 13px;
}

#doc-title {
  font-weight: bold;
  font-size: 1em;
  padding-top: 5px;
}

.red-button {
  height: 40px;
  width: 150px;
  color: rgb(255, 255, 255);
  background-color: #B2440B;
  border-color: #B2440B;
  border-radius: 9%;
  text-transform: uppercase;
}

header {
  padding: 8px 0;
  display: block;
  vertical-align: middle;
  text-align: right;
  color: #4A5B6C;
  font-size: 1.5em;
  overflow: auto;
  border-bottom: solid 2px #999999;
  //margin-bottom:20px;
}

header img {
  float: left;
}

header span {
  float: right;
  position: relative;
  top: 7px;
}

footer {
  bottom: 0px;
  padding: 8px 0;
  display: block;
  text-align: right;
  color: #4A5B6C;
  overflow: inherit;
  border-top: solid 2px #999999;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.footer-right {
  float: right;
  text-align: right;
  width: 30%;
}

.footer-left {
  float: left;
  text-align: left;
  width: 30%;
}

h1, h2, h3, h4, h5 {
  margin: 1em 0 0.4em;
  color: #4A5B6C;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.4em;
  color: #008EAE;
}

h3 {
  font-size: 1.1em;
}

div h1:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child {
  margin: 0 0 0.4em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

span.inline-list span:last-of-type {
  display: none;
}

ul.checkbox {
  list-style-image: url(../img/checkbox.png);
}

li {
  margin-bottom: 0.5em;
}

.bolt-bottom {
  margin-top: 40px;
  // position: absolute;
  // bottom: 50px;
  // left:0px
}

.block {
  display: block;
  overflow: auto;
  clear: both;
}

.tile-50 {
  float: left;
  width: 50%;
  padding-bottom: 6px;
}

.left-50 {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.right-50 {
  float: left;
  width: 48%;
}

.border-top {
  border-top: solid 1px #DEDEDE;
  margin: 30px 0;
  padding: 30px 0;
}

.centered {
  margin: auto;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
}

table.fluid {
  margin: 0;
}

table td {
  padding: 2px;
  font-size: 13px;
}

.row-total td {
  border-top: solid 1px #000000;
  margin: 0;
  padding-top: 4px;
}

table.zebra,
table.horse {
  border-bottom: solid 1px #DEDEDE;
  font-size: 13px;
  width: 100%;
}

table.zebra th,
table.horse th {
  color: #008eae;
  font-weight: bold;
  text-align: left;
  border-top: solid 1px #DEDEDE;
  padding: 5px;
}

table.zebra tr,
table.horse tr {
  border-top: solid 1px #DEDEDE;
}

table.zebra tr:nth-child(even) {
  background-color: #f0f0f0;
}

table.zebra tr:nth-child(odd) {
  background-color: #ffffff;
}

table.zebra td,
table.horse td {
  padding: 5px;
}

table.crew {
  border-bottom: solid 1px #DEDEDE;
  border-top: 0;
  font-size: 13px;
  width: 100%;
}

table.crew td {
  padding-bottom: 3px;
}

#pdfBody {
  margin: 20px 0;
  overflow: auto;
  min-height: 980px;
  clear: both;
}

.strong {
  font-weight: bold;
}

.big {
  font-size: 1.2em;
}

.double {
  font-size: 1.6em;
}

.under {
  border-bottom: solid 1px #DEDEDE;
  padding-bottom: 8px;
}

.page {
  display: block;
  clear: both;
  margin: 0;
}

#eep-left {
  float: left;
  background-color: #EDEDED;
  width: 31%;
  padding: 13px 1%;
  min-height: 850px;
}

#eep-right {
  float: left;
  width: 63%;
  padding: 0px 1% 13px 2%;
}

#eep-photo {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.signature {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  padding-bottom: 0px;
  border-bottom: solid 1px #333333;
}

.shift-photo {
  max-height: 150px;
  max-width: 300px;
  /*height:expression_r(this.height>150?"150px":this.height);*/
  overflow: hidden;
  margin: 0 0 8px 13px;
}

.cashflow-img {
  width: 90%;
  margin: 10px 5%;
  font-size: 2em;
  font-weight: bold;
  color: #4A5B6C;
}

.cashflow-img:before {
  content: "Cashflow";
}

@page SectionPage {
  size: 8.5in 11in;
  margin: 0.5in;
}

div.SectionPage {
  page: SectionPage;
  clear: both;
  overflow: auto;
  display: block;
  position: relative;
}

.cart-image {
  height: 40px;
}