body,html {
  background-color: #eee;
  height: 100%;
  width: 100%;
  font-family: 'Helvetica', Arial, sans-serif;
}

* #receipt {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 1em;
  padding: 1em; }
* #receipt * {
  display: inline-block;
  font-family: 'Lucida Console', 'Monaco', monospace;
  max-width: 40em; }

div#head {
  overflow: auto;
  padding: 0 0 25px 0;
  color: #fff;
  background-color: #999;
}
div#head ul {
  bottom: 0px;
  height: 2em;
  line-height: 1.5em;
  position: absolute;
  width: 100%; }
div#head li {
  background-color: #32647b;
  clear: left;
  display: inline-block;
  margin: 0 3px 0 0;
  float: right; }
div#head li.active { background-color: #eee; }
div#head li.active a {
  border-color: #fff #cacaca #eee #fff;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  color: #32647b; }
div#head li.active a:hover { background: transparent; }
div#head li a {
  border-color: #5391ad #14475e #eee #5391ad;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  color: #fff; }
div#head li a:hover { background-color: #5391ad; }
div#head em { text-decoration: underline; }
div#head div#signinmsg {
  display: inline-block;
  float: right; }

.navigation {
  background-color: #fff;
  overflow: auto;
  margin-bottom: 25px;
  padding: 12px 0;
  margin-top: -25px;
}

/*#signinmsg { display: none; visibility: hidden; }*/
#signinmsg a {
  background-color: #d26038;
  color: #fff;
  display: block;
  padding: 5px; }

#wrap { position: relative; }

div#left {
  margin: 0 0 0 1%;
  width: 49%; }

div#right {
  margin: 0 1% 0 50%;
  position: absolute;
  top: 0px;
  width: 49%; }
div#right table { width: 100%; }
div#right thead th {
  background-color: #343630;
  border-bottom: 2px solid #222;
  color: #e0e4d7;
  font-size: .9em;
  height: 1.75em;
  line-height: 1.75em;
  padding: 0 5px; }
div#right td {
  font-size: .9em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 5px; }
div#right tr.alt td {
  background-color: #d1d8c5; }

div#cust-number {
  background-color: #343630;
  margin: 0 0 2em 0;
  padding: 10px;
  position: relative; }
div#cust-number span {
  background-color: #343630;
  bottom: -1.8em;
  clear: both;
  color: #e0e4d7;
  display: block;
  font-size: .75em;
  left: 0;
  padding: 0 10px 8px 10px;
  position: absolute; }
div#cust-number input.customer {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 1.55em;
  height: 30px;
  width: 77%; }
div#cust-number button.submit {
  background-color: #8db930;
  border: 1px outset #b0de4d;
  border-left: 0px;
  color: #fff;
  font-size: 1.5em;
  height: 30px;
  padding: 0 .5em;
  width: 20%; }

/* form element containers */
/*form .d10, form .d25, form .d40, form .d45, form .d50, form .d60, form .d75, form .d100 {
/*  clear: right;*/
/* display: inline;
  float: left;
  margin: 0 2% .5em 0; }
form .d10 { width: 8%; }
form .d25 { width: 23%; }
form .d40 { width: 38%; }
form .d45 { width: 43%; }
form .d50 { width: 48%; }
form .d60 { width: 58%; }
form .d75 { width: 73%; }
form .d100 {
  clear: both;
  width: 98%; }
/* basic form elements */

.date {
  width: 91%;
  display: inline;
  margin-right: 15px; }
.text,#captcha-input {
  background-color: #dbe6eb;
  border: 1px solid #659eb9;
  color: #000;
  font-size: 1.5em;
  height: 2em;
  line-height: 2em;
  width: 100%; }
#captcha-input {
  margin: 10px 0 0 0;
  width: 58%; }
/*.txtfocus {
  background-color: #f3f4b4;
  border: 1px solid #dee022;
  color: #000; }
.txtidle {
  background-color: #dbe6eb;
  border: 1px solid #659eb9; }*/
.text { border-width: 0%; }
/* special form elements */
form .due {
  color: #ff0000;
  font-size: 1.5em; }
form .acctnum input, form .pin input { font-size: 2em; }
/*form .amount input {
  color: #578C25;
  font-weight: bold; }*/
/* TODO: Make the required labels look different */
form .required .labelDiv {font-weight:bold;}
form div div span { margin: 0 1em 0 0; }
#employeeGrp { clear: both; }
#submitGrp { text-align: center; clear: both; margin-top: 35px; }
#submitGrp #resetbutton {
  float:left;
}
#submitGrp #reprint {
  background-color: #308db9;
  border: 1px outset #4db0de;
  border-left: 0px;
  color: #fff;
  display:inline-block;
  padding: .5em 1em;
  text-decoration:none;}

/* TO DO: Change this colors so they look like a old terminal */
.trans {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  margin: 10px 1%;
  padding: .25em 2em; }

#right .trans { margin: 0 0 10px 0; }
.trans h3 {
  font-weight: bold;
  font-size: 1.2em;}
/* reformat */

.sysmsg {
  background-color: #fff;
  border: 1px solid #000;
  font-weight: bold;
  margin: 10px 1%;
  padding: .25em 2em; }
.sysmsg li { list-style-type:disc; }

#right .sysmsg { margin: 0 0 10px 0; }
.sysmsg h3 {
  font-weight: bold;
  font-size: 1.2em;}
.sysmsg.error {
  background-color: #FFEC66;
  border-color: #E23A05;
  color: #E23A05;}
/* reformat */

.clrboth { display: block; height: 0px; width: 100%; clear: both;}

.topnav { margin:0px 5px 0px 5px; }

.errorDiv { margin:0px 5px 0px 5px; clear:both; }

* #receiptpage {
  font-size: .75em;
  background-color: #fff;
  color: #000; }

* #receiptpage * {
  font-family: 'Lucida Console', 'Monaco', monospace;
  font-size: 1em;
  width:23em; }

#forgotpw {
    padding: 25px 0 25px 0;
    text-align: center;
    margin-top: 50px;
}
#forgotpw a {
  color: #32647b;
  text-decoration: none; }
#forgotpw a:hover {
  color: #222; }


.form-control {
    margin-bottom: 15px;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}

.add-bottom {
    margin-bottom: 25px;
}

.footer {
    padding: 40px 0;
    text-align: center;
    border-top: 2px solid #fff;
    margin-top: 50px;
}

.business {
  padding: 15px;
  background-color: #000;
  overflow:auto;
}

.businessname {
}

.signout {
}

.title {
  font-size: 30px;
  font-weight:bold;
  margin-bottom: 5px;
  text-align:left;
  margin-top: 32px;
}


.lt-ie9 #head {
  height: 150px;
  padding-bottom: 10px;
  padding-top: 0;
  overflow: auto;
  display: block;
}

.lt-ie9 .content {
  width: 600px;
  margin: 0 auto;
}

.lt-ie9 ul.nav {
    padding: 10px 0;
    display: block;
    text-align: center;
    background: white;
    font-size: 14px;
}

.lt-ie9 ul.nav li {
    display: inline;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #f0f0f0;
}

.lt-ie9 ul.nav li:last-child {
    border-right: none;
}

.lt-ie9 ul.nav li a {
    text-decoration: none;
}

.lt-ie9 ul.nav li a .active {
    text-decoration: none;
    color: #fff;
    font-weight:bold;
}

.lt-ie9 ul.nav-justified li {
    width: auto;
    float: left;
}

.lt-ie9 .panel {
  margin-top: 25px;
}