/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Hover and Selection
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #152f7d;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #152f7d;
  color: #fff;
  text-shadow: none; }

body {
  font-weight: 500; }

body a {
  color: #152f7d;
  text-decoration: none; }

p {
  margin-bottom: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 1.4em; }

time {
  font-size: 1.2em; }

/* ==========================================================================
   Type and Headings
   ========================================================================== */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit; }

a h1, a h2, a h3, a h4, a h5, a h6 {
  color: inherit; }

p a {
  color: inherit; }

h1 {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: .5em;
  line-height: 1em; }

h2 {
  font-size: 1.8em;
  margin-bottom: .4em;
  font-weight: 800;
  text-transform: uppercase; }

.featured h2 {
  font-size: 1.3em;
  line-height: 1.4em; }

h3 {
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase; }

h4 {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 800;
  margin-bottom: 0.4em; }

h5 {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 500; }

h6 {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 400; }

.noMargin {
  margin: 0; }

h1 a {
  color: inherit; }

h2 a {
  color: inherit; }

h3 a {
  color: inherit; }

h4 a {
  color: inherit; }

h5 a {
  color: inherit; }

h6 a {
  color: inherit; }

.noHighlight a, .noHighlight {
  color: inherit; }

.noHighlight a:hover {
  color: #fff; }

.alignRight {
  text-align: right; }

.highlight {
  color: #152f7d;
  font-size: 1.5em; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  border: 0; }

/* ==========================================================================
   Helpers
   ========================================================================== */
.caps {
  text-transform: uppercase; }

.highlight, .highlight a {
  color: #152f7d; }

.centered {
  text-align: center; }

.allCaps {
  text-transform: uppercase; }

.alignLeft {
  text-align: left; }

.alignRight {
  text-align: right; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.noHighlight a {
  color: inherit; }

.bold {
  font-weight: 700; }

.callOut {
  font-size: 3em; }

.smallPadTop {
  padding-top: 25px;
}

.smallPadBottom {
  padding-bottom: 25px;
}
.mobileOnly {
  display: none;
}

.whiteType {
  color: #fff; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

ul {
  margin-left: 18px; }

ol {
  margin-left: 28px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
li, li li {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: .6em; }

nav ul,
nav ol, nav li, nav li li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Tables
   ========================================================================== */
td {
  padding: 4px; }

/* ==========================================================================
   Footer
   ========================================================================== */
#mainFooter {
  color: #686c76; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  position: absolute;
  width: 100%;
  background-color: #efebe9;
  color: #4e342e; }

/* ==========================================================================
   Rows
   ========================================================================== */
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.row:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.row {
  *zoom: 1; }

.row.paddingTop {
  padding-top: 40px; }

.row.marginBottom {
  margin-bottom: 20px; }

/* ==========================================================================
   12 Column Grid
   ========================================================================== */
.col {
  display: block;
  float: left;
  margin-left: 1.6%; }

.col:first-child, .col.noMargin {
  margin-left: 0; }

.col.borderRight {
  border-right: 1px solid black; }

/*  GRID OF TWELVE  */
.span12of12 {
  width: 100%; }

.span11of12 {
  width: 91.53%; }

.span10of12 {
  width: 83.06%; }

.span9of12 {
  width: 74.6%; }

.span8of12 {
  width: 66.13%; }

.noMargin.span8of12 {
  width: 67.73%; }

.span7of12 {
  width: 57.66%; }

.span6of12 {
  width: 49.2%; }

.span5of12 {
  width: 40.73%; }

.span4of12 {
  width: 32.26%; }

.span3of12 {
  width: 23.8%; }

.span2of12 {
  width: 15.33%; }

.span1of12 {
  width: 6.866%; }

/* ==========================================================================
   Header and Footer
   ========================================================================== */
#mainHead {
  position: relative;
  width: 100%;
  background-color: #fff;
  min-height: 130px; }

#logo {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left; }

#logo img {
  width: 150px; }

#mainFooter {
  position: relative;
  z-index: 6;
  background-color: #2b2d31;
  color: #686c76;
  min-height: 60px;
  padding: 0 30px; }

#mainFooter p {
  font-size: 0.8em; }

#mainFooter .leftMargin {
  margin-left: 9px; }

#mainFooter .footerText {
  padding-right: 5px; }

#mainFooter a:hover {
  color: #fff; }

#mainFooter .bottomRule {
  border-bottom: 1px solid #666;
  padding-top: 20px; }

#mainFooter {
  min-height: 60px; }

#mainFooter i {
  color: #686c76; }

.copyWrapper {
  padding-top: 15px; }

.footerRight a {
  padding-left: 15px; }

.footerRight {
  text-align: right;
  float: right; }

#mainFooter h4 {
  font-weight: 500; }

#mainFooter span {
  color: #fff; }

.footerPadding {
  padding-bottom: 20px; }

.showFooter {
  position: fixed;
  bottom: 0;
  right: 60px;
  z-index: 15; }

.showFooter img:hover {
  cursor: pointer; }

.footerLogo a img {
  margin: -30px 0 0 -30px; }

a.homeLink:hover {
  color: #152f7d; }

/* ==========================================================================
   Login Area
   ========================================================================== */
.login-page {
  width: 360px;
  padding: 15% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px 45px 60px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  outline: 0;
  background: #cecece;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.form input[type="submit"] {
  text-transform: uppercase;
  outline: 0;
  background: #152f7d;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.form input[type="submit"]:hover,.form input[type="submit"]:active,.form input[type="submit"]:focus {
  background: #1da0cc;
  cursor: pointer;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body.index {
  background: #152f7d; /* fallback for old browsers */
  background: -webkit-linear-gradient(left, #152f7d, #1da0cc);
  background: -moz-linear-gradient(left, #152f7d, #1da0cc);
  background: -o-linear-gradient(left, #152f7d, #1da0cc);
  background: linear-gradient(to right, #152f7d, #1da0cc);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
body {
  background-color: #f5f7f8;
  color: #69757a;
}

/* ==========================================================================
   Landing Page
   ========================================================================== */
.maincontent {
  padding: 50px 0 0;
}
.optionBox {
  max-width: 350px;
  margin: 0 auto;
}
.optionBox:hover h2 {
  color: #fff;
}
.optionBox h2 {
  padding: 40px;
  background-color: #cecece;
  width: 100%;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
}
.optionBox h2 i {
  vertical-align: middle;
}
/* ==========================================================================
   Create Order Page
   ========================================================================== */
.contentHolder {
  padding-bottom: 50px;
}
.submitButtonHolder {
  max-width: 75%;
  margin: -25px auto 0;
}
/* ==========================================================================
   Edit Customers Page
   ========================================================================== */
.custInfo {
  width: 500px;
  margin: 0 auto 50px;
  padding: 25px;
}
.custInfo p {
  padding-bottom: 10px;
  border-bottom: 2px solid #69757a;
}
.custInfo p > i {
  float: right;
}
.custInfo p > i:hover {
  cursor: pointer;
}
.prodInfo {
  padding: 25px;
}
.productCard {
  padding: 10px;
  border-bottom: 2px solid #69757a;
}
.productCard p {
  margin-bottom: 0;
}
.productCard i {
  float: right;
}
.productCard input {
  height: 2em !important;
}
/* ==========================================================================
   Edit Manager Page
   ========================================================================== */
.mgrInfo, .branchInfo, .countyInfo {
  width: 500px;
  margin: 0 auto 50px;
  padding: 25px;
}
.newMgrInfo, .newBranchInfo, .newCountyInfo, .editCountyInfo {
  width: 400px;
  margin: 0 auto 50px;
  padding: 25px;
}
.mgrInfo p, .newMgrInfo p, .newCustInfo p, .newProdInfo p, .branchInfo p, .countyInfo p {
  padding-bottom: 10px;
  border-bottom: 2px solid #69757a;
}
.mgrInfo p > i, .newMgrInfo p > i, .newCustInfo p > i, .branchInfo p > i, .newBranchInfo p > i, .countyInfo p > i, .newCountyInfo p > i, .editCountyInfo p > i {
  float: right;
}
.mgrInfo p > i:hover, .newMgrInfo p > i:hover, .newCustInfo p > i:hover, .branchInfo p > i:hover, .newBranchInfo p > i:hover, .countyInfo p > i:hover, .newCountyInfo p > i:hover, .editCountyInfo p > i:hover {
  cursor: pointer;
}

/* ==========================================================================
   View Customers Page
   ========================================================================== */
#addNewCust, #addMgrButton, #addNewProd, #addProduct, #addBranchButton, #addCountyButton, #editCountyButton {
  border: 3px solid #152f7d;
  border-radius: 5px;
  float: left;
  margin-left: 25px;
  color: #fff;
}
#addNewCust:hover, #addMgrButton:hover, #addNewProd:hover, #addProduct:hover, #addBranchButton:hover, #addCountyButton:hover, #editCountyButton:hover {
  background-color: #ffc211;
}
#deleteCounty {
  margin-top: 100px;
}
.formHolder i:first-child {
  position: absolute;
  top: 15px;
  right: 15px;
}
.formHolder i:hover {
  cursor: pointer;
}
p > select {
  height: 35px;
  max-width: 80%;
  border: 1px solid black;
  border-radius: 5px;
}
/* ==========================================================================
   Create Order Page
   ========================================================================== */
.inlineblock {
  display: inline-block;
}

/* ==========================================================================
   Table Styling
   ========================================================================== */
table {
  width: 100%;
  margin-bottom: 50px;
}
table > tbody > tr > td > input {
  border-bottom: .2rem dotted #cecece;
  padding: 0;
  padding-bottom: .4rem;
  line-height: 1em;
  display: inline-block;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #69757a;
  box-shadow: 0 0 0 0.6rem transparent, 0 0 0 0.7rem transparent;
  background: transparent;
  width: 100%;
}
table > tbody > tr > td > input:hover {
  border-bottom: .2rem dotted #152f7d;
}
table > tbody > tr:last-child {
  border-bottom: none;
}
table > tbody > tr > th {
  height: 100px;
  vertical-align: middle;
}
table > tbody > tr > th.tablePadLeft {
  padding-left: 25px;
}
table > tbody > tr > th.tablePadRight {
  padding-right: 25px;
}
table > tbody > tr {
  border-bottom: 1px solid black;
}
table > tbody > tr.firstRow {
  border-bottom: none;
  padding: 15px 0px;
}
table > tbody > tr.firstRow > th:last-child {
  padding-right: 25px;
}
table > tbody > tr > td.text {
  text-align: left;
}
table > tbody > tr > td > p {
  margin-bottom: 0;
  font-size: 18px;
}
table > tbody > tr > td > i:hover {
  cursor: pointer;
}
table > tbody > tr > td > p.tablePadLeft, table > tbody > tr > td > i.tablePadLeft {
  padding-left: 25px;
}
table > tbody > tr > td > p.tablePadRight, table > tbody > tr > td > i.tablePadRight {
  padding-right: 25px;
}
div.tableHolder {
  margin-bottom: 2.4rem;
  border-radius: .8rem;
  box-shadow: 0 1px 3px 0 rgba(31,36,38,.1);
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
}
div.tableHolder.narrowTable {
  max-width: 600px;
}
div.tableHolder.narrowestTable {
  max-width: 400px;
}
/* ==========================================================================
   Reporting Page
   ========================================================================== */
.inputsHolder {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  margin-bottom: 50px;
}
.inputDateHolder {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 2px solid #69757a;
}
.inputDateHolder p {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.inputHolder {
  width: 200px;
  margin: 0 auto;
}
#StartDate, #EndDate {
  width: 100%;
}
.secondMessage {
  display: none;
}
/* ==========================================================================
   Products Page
   ========================================================================== */
.productTable > tbody > tr > td, .allProductTable > tbody > tr > td {
  height: 65px;
}
/* ==========================================================================
   Edit Customer Page
   ========================================================================== */
.editUnitPrice:hover {
  cursor: pointer;
}
.editUnitPrice {
  color: #69757a;
}
.UnitPriceInput {
  height: 2em !important;
}
.deleteProducts:hover {
  cursor: pointer;
}
.addProdList, .addManager, .addCustomer, .addProduct, .deleteCustHolder, .deleteProduct, .addBranch, .addCounty, .editCounty, .deleteBranchHolder, .deleteManagerHolder, .editProduct, .priceProduct {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: calc(50% - 200px);
  top: 100px;
  width: 400px; /* Full width */
  height: 60%;
  overflow: scroll; /* Enable scroll if needed */
  background-color: #f5f7f8; /* Fallback color */
}
.formHolder {
  padding: 25px;
}

/* ==========================================================================
   All Page Helpers
   ========================================================================== */
.pageTitleHolder {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.boxshadow 
{
  -moz-box-shadow: 0px 0px 5px #535353;
  -webkit-box-shadow: 0px 0px 5px #535353;       
  box-shadow: 0px 0px 5px #535353;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}
.smallboxshadow 
{
  -moz-box-shadow: 0px 0px 2px #535353;
  -webkit-box-shadow: 0px 0px 2px #535353;       
  box-shadow: 0px 0px 2px #535353;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}
.styledButton {
  width: 100%;
  border-radius: 5px;
  border: 3px solid #152f7d;
  color: #fff;
}
.styledButton:hover {
  background-color: #ffc211;
  cursor: pointer;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 50px auto;
    animation: spin 2s linear infinite;
}
.middleLoader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 50px auto;
    position: absolute;
    top: 25%;
    left: calc(50% - 60px);
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#message {
  display: none;
}


/* ==========================================================================
   Large Screens
   ========================================================================== */
@media only screen and (min-width: 769px) {
  .mobiOnly {
    display: none; }

  .wrapper {
    width: 1200px;
    margin: 0 auto; }


/* ==========================================================================
   End Large Screens
   ========================================================================== */ }
@media only screen and (max-width: 1270px) {
  .wrapper {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto; } }
@media only screen and (max-width: 1190px) {

}
/* ==========================================================================
   Small screens and tablets
   ========================================================================== */
/* ==========================================================================
   All Tablets
   ========================================================================== */
@media (max-device-width: 1024px) {
  .col.break {
    display: block;
    float: none;
    clear: both;
    width: 100% !important; }

  .wrapper {
    width: 1024px;
    padding: 0 30px; }
}
@media (max-width: 1024px) {

}
/* ==========================================================================
   Landscape Tablets
   ========================================================================== */
@media (max-device-width: 1024px) and (orientation: landscape) {
  body {
    min-width: 1000px; } }
/* ==========================================================================
   Portrait Tablets
   ========================================================================== */
@media (max-device-width: 768px) and (orientation: portrait) {
  .wrapper {
    width: 100%; }
}
/* ==========================================================================
   Phones - More like Ipads
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .col {
    margin: 1% 0 25px 0%; }

  #mainNav > .col {
    margin-top: 0 !important; }

  .col.noMarginBottom, .row.marginBottom {
    margin-bottom: 0; }

  /*.span1of12, .span2of12, .span3of12, .span4of12, .span5of12, .span6of12, .span7of12, .span8of12, .span9of12, .span10of12, .span11of12, .span12of12, .col.noMargin {
    width: 100%; }*/

  .wrapper, body {
    width: 100%;
    padding: 0; }

  .wrapper {
    padding: 0 20px; }
}



/*@media only screen and (max-width: 760px),(min-device-width: 100px) and (max-device-width: 1024px)  {*/
@media only screen and (max-device-width: 1024px)  {
  .mobileOnly { display: block; }
  div.tableHolder {
    width: 100%;
  }
  table > tbody > tr > td > p.tablePadLeft, table > tbody > tr > td > i.tablePadLeft, table > tbody > tr > td > p.tablePadRight, table > tbody > tr > td > i.tablePadRight {
    padding: 0;
  }
  tr:nth-child(even) {background: #CCC}
  tr:nth-child(odd) {background: #FFF}
  .centered, .alignRight {
    text-align: left;
  }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block !important; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  tr.firstRow { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  tr { border: 1px solid #ccc; }
  
  td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  
  td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  table.customerTable td:nth-of-type(1):before { content: "Customer"; font-weight: 600; }
  table.customerTable td:nth-of-type(2):before { content: "Create Order"; font-weight: 600; }
  table.customerTable td:nth-of-type(3):before { content: "Edit Customer"; font-weight: 600; }
  table.customerTable td:nth-of-type(4):before { content: "Last Order"; font-weight: 600; }
  
  table.orderTable td:nth-of-type(1):before { content: "Product"; font-weight: 600; }
  table.orderTable td:nth-of-type(2):before { content: "Price"; font-weight: 600; }
  table.orderTable td:nth-of-type(3):before { content: "Quantity"; font-weight: 600; }
  table.orderTable td:nth-of-type(4):before { content: "Last Ordered"; font-weight: 600; }

  table.recentOrderTable td:nth-of-type(1):before { content: "Product"; font-weight: 600; }
  table.recentOrderTable td:nth-of-type(2):before { content: "Date"; font-weight: 600; }
  table.recentOrderTable td:nth-of-type(3):before { content: "Quantity"; font-weight: 600; }

  table.productTable td:nth-of-type(1):before { content: "Product"; font-weight: 600; }
  table.productTable td:nth-of-type(2):before { content: "Price"; font-weight: 600; }
  table.productTable td:nth-of-type(3):before { content: "Save"; font-weight: 600; }
  table.productTable td:nth-of-type(4):before { content: "Delete"; font-weight: 600; }

  table.managerTable td:nth-of-type(1):before { content: "First Name"; font-weight: 600; }
  table.managerTable td:nth-of-type(2):before { content: "Last Name"; font-weight: 600; }
  table.managerTable td:nth-of-type(3):before { content: "Branch"; font-weight: 600; }
  table.managerTable td:nth-of-type(4):before { content: "Edit"; font-weight: 600; }

  table.ordersByManager td:nth-of-type(1):before { content: "Customer"; font-weight: 600; }
  table.ordersByManager td:nth-of-type(2):before { content: "Product"; font-weight: 600; }
  table.ordersByManager td:nth-of-type(3):before { content: "Date"; font-weight: 600; }
  table.ordersByManager td:nth-of-type(4):before { content: "Quantity"; font-weight: 600; }

  table.branchTable td:nth-of-type(1):before { content: "Branch"; font-weight: 600; }
  table.branchTable td:nth-of-type(2):before { content: "Edit"; font-weight: 600; }

  table.recentBranchOrderTable td:nth-of-type(1):before { content: "Customer"; font-weight: 600; }
  table.recentBranchOrderTable td:nth-of-type(2):before { content: "Product"; font-weight: 600; }
  table.recentBranchOrderTable td:nth-of-type(3):before { content: "Date"; font-weight: 600; }
  table.recentBranchOrderTable td:nth-of-type(4):before { content: "Quantity"; font-weight: 600; }

  table.allProductTable td:nth-of-type(1):before { content: "Name"; font-weight: 600; }
  table.allProductTable td:nth-of-type(2):before { content: "Description"; font-weight: 600; }
  table.allProductTable td:nth-of-type(3):before { content: "Price"; font-weight: 600; }
  table.allProductTable td:nth-of-type(4):before { content: "Cost"; font-weight: 600; }
  table.allProductTable td:nth-of-type(5):before { content: "Edit"; font-weight: 600; }
  table.allProductTable td:nth-of-type(6):before { content: "Increase"; font-weight: 600; }
  table.allProductTable td:nth-of-type(7):before { content: "Delete"; font-weight: 600; }

  table.ReportTableHolder td:nth-of-type(1):before { content: "Sale ID"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(2):before { content: "Sale Date"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(3):before { content: "Branch ID"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(4):before { content: "Manager ID"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(5):before { content: "Customer Product ID"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(6):before { content: "Customer ID"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(7):before { content: "Product ID"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(8):before { content: "Units"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(9):before { content: "Unit Price"; font-weight: 600; }
  table.ReportTableHolder td:nth-of-type(10):before { content: "Total"; font-weight: 600; }

  table.orderTableToEdit td:nth-of-type(1):before { content: "Customer"; font-weight: 600; }
  table.orderTableToEdit td:nth-of-type(2):before { content: "Product"; font-weight: 600; }
  table.orderTableToEdit td:nth-of-type(3):before { content: "Original Qty"; font-weight: 600; }
  table.orderTableToEdit td:nth-of-type(4):before { content: "Update Qty"; font-weight: 600; }
  table.orderTableToEdit td:nth-of-type(5):before { content: "Save"; font-weight: 600; }


  input.custInfoHolder, input.mgrInfoHolder, input#branchName, input.branchInfoHolder { width: 80%; }
  .custInfo, .mgrInfo, .branchInfo { width: 90%; }
  .custProducts { padding-top: 40px; }
  .productTable > tbody > tr > td, .allProductTable > tbody > tr > td { height: 100%; }
  .addProdList, .addManager, .addCustomer, .addProduct, .deleteCustHolder, .deleteProduct, .addBranch, .deleteBranchHolder, .deleteManagerHolder, .editProduct, .priceProduct { width: 90%; left: 20px; }
  .newMgrInfo, .newBranchInfo { width: 90%; }
  .newProdInfo input, .newCustInfo input, .newMgrInfo input {width: 80%; }

}






textarea,
select,
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 5px;
  -webkit-appearance: none;
  color: #000;
  outline: 0;
  /*margin: 0;
  padding: 10px;*/
  text-align: left;
  height: 1em;
  vertical-align: middle; }

input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  color: #69757a;
  outline: 0;
  height: 30px;
  vertical-align: middle; }

input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #95a5a6;
    font-size: 18px;
    border:1px solid #ecf0f1;
    background:#ecf0f1;
    padding:5px;
    display: inline-block !important;
    visibility: visible !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.0em;
  /*text-transform: uppercase;*/ }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  font-size: 1.0em;
  /*text-transform: uppercase;*/ }

/* firefox 19+ *} /* firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 1.0em;
  /*text-transform: uppercase;*/ }

/* ie *} /* ie */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  font-size: 1.0em;
  /*text-transform: uppercase;*/ }

input:focus, select:focus {
  outline: none; }

.button, a.button, .btn, button {
  background: #152f7d;
  color: #fff;
  padding: 9px 8px 7px 8px;
  text-transform: uppercase;
  border: none; }

.button.inlineblock {
  display: inline-block; }

.whiteBg input, .whiteBg textarea, .whiteBg select {
  background-color: #fff; }

/* arrows */
select {
  border: none;
  width: auto;
  padding-right: 60px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

select:focus {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: Verdana, Geneva, sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  background-color: #fafafa; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* weight = 500, font-style = normal */
/* weight = 400, font-style = normal */
/* weight = 800,  font-style = normal */
/* weight = 500, font-style = Italic */
/* weight = 400, font-style = Italic*/
/* weight = 800, font-style = Italic */
/* Mixin */
html,
select,
textarea {
  color: #382e2c; }

body {
  font-size: 1em;
  line-height: 1.4; }

