  body, .menu {
    font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
  }
  table.withborder, table.withborder tr td {
    border: solid 1px #aaa;
    border-collapse: collapse;
    margin: 0 auto;
  }
  table, table tr td {
    font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
    padding: 5px 10px;
    font-size: 12pt;
   /* background-color: #fff;*/
    text-align: center;
  }
  table tr td.number {
    text-align: right;
  }
  table tr td.dark_grey_cell {
    background-color: #cdcdcd;
  }
  table tr td.light_grey_cell {
    background-color: #efefef;
  }
  table tr td.white_cell {
    background-color: #ffffff;
  }
  table tr td.heading_pink  {
    font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
    color: #E70089;
    font-weight: bold;
    background-color: transparent;
    text-transform: none;
  }
  table tr td.table_title {
    font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: bold;
    background-color: #E70089;
    text-transform: none;
    text-align: center;
  }
  table tr td.heading {
    font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
    color: #000000;
    text-align: center;
  }
  table tr td a {
    font-weight: normal;
  }
  h1 {
    font-weight: normal;
  }
  div.menu {
    clear: both;
    margin: 0 auto;
  }
  div.menu a {
    text-decoration: none;
  }
  .legend {
    font-weight: bold;
  }
  .lineitem_std {
    text-align: center;
  }
  .lineitem_first_order {
    color: #00CC00;
    text-align: center;
  }
  .lineitem_returning_customer {
    color: #009900;
    text-align: center;
  }
  .lineitem_checklist {
    background-color: #B3E8FF !important;
    padding: 0 5px;
  }
  .lineitem_incident {
    background-color: #FFFF00 !important;
    padding: 0 5px;
  }
  .lineitem_custom_finish {
    font-weight: bold; 
    color: #DE0587;
  }
  .lineitem_rush {
    font-weight: bold; 
    color: #ff8800;
    text-align: center;
  }
  .lineitem_hot{
    font-weight: bold; 
    color: #CC0000;
    text-align: center;
  }
  .lineitem_econ{
    font-weight: bold;
    color: #0000FF;
    text-align: center;
  }
  .lineitem_unconfirmed, .lineitem_flagged {
    font-weight: bold;
    color: #E70089;
    text-align: center;
  }
  .lineitem_today {
    font-weight: bold; 
    color: #990099;
    text-align: center;
  }
  .lineitem_late {
    background-color: #FFFF00 !important;
    padding: 0 5px;
  }
 .inverse {
    background-color: #000000 !important;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 5px;
  }
  table tr td.date {
    min-width: 7em;
  }
  table.evenodd {
    border: none;
    border-collapse: collapse;
    line-height: 1.6;
    color: #000000;
  }
  .jobs-table {
    max-height: 350px;
    overflow-x: auto;
  }
  table.evenodd tr:nth-child(odd), table.evenodd tr:nth-child(odd) td {
    background-color: #ffffff;
  }
  table.evenodd tr:nth-child(even), table.evenodd tr:nth-child(even) td {
    background-color: #eeeeee;
  }
  table.evenodd tr td {
    padding: 0 3px;
  }
  table.evenodd tr.subtotals td {
    font-weight: bold;
    background-color: #02b0ed;
    color: #ffffff;
    text-align: right;
  }
  .narrow_column {
    width: 300px;
    margin-top: 25px;
    margin-right: 10px;
    float: left;
    line-height: 24px;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .narrow_column b {
    color: #E70089;
  }
  .narrow_column a {
    color: #fff;
    font-size: 14px;
  }
  .narrow_column a:hover{
    color: #5cb85c;
    text-decoration: none;
  }


/************* Form Layout *************************/
ul.vertical {
  padding: 1em 1em 0 1em;
  list-style: none;
  font-size: 12pt;
}
ul.vertical li {
  float: left; /* to ensure parent li expands to hold floated child label */
  clear: left; /* see page 130 The Art and Science of CSS */
  width: 100%; /* see page 130 The Art and Science of CSS */
  padding-bottom: 0.1em;
  line-height: 18pt;
  text-align: left;
}
ul.vertical li label {
  float: left;
  width: 220px;
  margin-right: 1em;
  line-height: 18pt;
  text-align: right;
}
ul.vertical li input[type=text] {
  width: 320px;
  text-align: left;
}
ul.vertical li textarea {
  width: 400px;
  height: 300px;
}

/* Production black theme css */
.header {
  background: black;
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
.logo {
  background-image: url(./../images/logo.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  min-height: 110px;
  max-width: 400px;
  background-size: 100%;
}

body {
  background: url('./../images/home-bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body div {
  color: #fff;
}
.m-auto {
  float: none;
  margin: 0 auto;
}
#page {
  max-width: 100%;
  /*margin-top: 150px;*/
  padding: 10px 0 30px 0;
}
#content {
  max-width: 1020px;
  margin-top: 150px;
  padding: 10px 0 30px 0;
}
.navbar-inverse  {
  margin-top :120px;
}
.page-title {
  padding: 20px 0;
}
.table-wrapper {
  overflow-y: auto;
  margin-bottom: 20px;
  padding:0 20px;
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  font-size: 15px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #5cb85c;
}

.client-detail.table {
  max-width: 400px;
  margin: 0 auto;
}

.client-detail.table  tr td {
  font-size: 13px;
}


@media (max-width: 767px) {
  .page-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    width: 100%;
    float: none;
  }
  .navbar-brand {
    display: none;
  }
  .login-form {
    margin-top: 50px;
  }
  .navbar-nav  {
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }
}

