a {
  cursor: pointer; }

.bgWhite {
  background: #fff; }

.bColor {
  border: 1px solid #333; }

.bWhite, .btnDefault {
  border: 1px solid #fff; }

.bgColor, .formPanel {
  background: #D96459; }

.textColor, body {
  color: #000; }

.font14, body {
  font-size: 14px; }

.borderColor, .borderBottom, ul.foodItem li {
  border: 1px dotted #ececec; }

.bgYellow, .btnDefault, ul.numberKey li {
  background: #F2E394; }

.p0 {
  padding: 0; }

.p5 {
  padding: 5px; }

.pL0, ul.foodItem {
  padding-left: 0; }

.pR0 {
  padding-right: 0; }

.pL10 {
  padding-left: 10px; }

.pR10 {
  padding-right: 10px; }

.pL15, ul.foodItem li {
  padding-left: 15px; }

.pR15 {
  padding-right: 15px; }

.m0, body {
  margin: 0; }

.mL0, ul.foodItem {
  margin-left: 0; }

.mR0 {
  margin-right: 0; }

.mT5 {
  margin-top: 5px; }

.mB5 {
  margin-bottom: 5px; }

.mB0 {
  margin-bottom: 0 !important; }

.mT10 {
  margin-top: 10px; }

.mB10 {
  margin-bottom: 10px; }

.mT20 {
  margin-top: 20px; }

.mB20 {
  margin-bottom: 20px; }

.p15 {
  padding: 15px; }

.pT5, .btnDefault {
  padding-top: 5px; }

.pB5, .btnDefault {
  padding-bottom: 5px; }

.pT10, ul.foodItem li {
  padding-top: 10px; }

.pB10, ul.foodItem li {
  padding-bottom: 10px; }

.pT20 {
  padding-top: 20px; }

.pB20 {
  padding-bottom: 20px; }

.pT15 {
  padding-top: 15px; }

.pB15 {
  padding-bottom: 15px; }

.pR5, ul.foodItem li, .btnDefault {
  padding-right: 5px; }

.pL5, .btnDefault {
  padding-left: 5px; }

.liHover, ul.foodItem li:hover {
  background: #ececec; }

body {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.42857143;
  background-color: #AEAEAE; }

a, h1, h2, h3, h4, h5, span, strong {
  font-family: "Ubuntu", sans-serif; }

.borderBottom, ul.foodItem li {
  border-top: none;
  border-left: none;
  border-right: none; }

ul.foodItem {
  list-style-type: none;
  max-height: 164px;
  overflow-y: scroll; }

ul.foodItem li {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border-top: none;
  border-left: none;
  border-right: none;
  display: block;
  width: 95%;
  overflow: hidden; }

ul.foodItem li:hover {
  cursor: pointer; }

.formPanel input {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }

.form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  color: #000;
  background-color: #fff;
  background-image: none;
  padding: 0 12px;
  height: 50px;
  font-size: 18px;
  border: 1px solid #fff;
  font-family: "Ubuntu", sans-serif;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  outline: 0;
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s; }

.input-group-addon {
  padding: 5px 12px;
  color: #555;
  border: 1px solid #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }

.badge {
  font-size: 12px;
  padding: 3px 7px;
  color: #000;
  background-color: #F2E394;
  border-radius: 10px; }

.btnDefault {
  font-size: 18px;
  cursor: pointer; }

.btnDefault:focus {
  background: #FFD702;
  outline: 0; }

.foodIcon {
  max-height: 172px;
  overflow-y: scroll; }

.foodIcon span {
  display: block; }

#stepTab {
  display: none; }

ul.numberKey {
  width: 208px;
  text-align: center;
  overflow: hidden;
  margin: auto;
  list-style-type: none; }

ul.numberKey li {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  margin: 1px;
  float: left;
  text-align: center;
  vertical-align: middle !important; }

ul.numberKey li:last-child {
  width: 122px !important; }

ul.numberKey li a {
  display: block;
  padding: 15px 25px;
  color: #000;
  font-size: 18px;
  font-weight: normal; }

ul.numberKey li a:focus {
  background: #FFD702;
  text-decoration: none; }

div.hideinfodv {
  display: none; }

.hide {
  display: none; }

#dvDisc {
  padding-right: 2%;
  padding-bottom: 10px;
  float: right;
  text-align: right; }

.warning-icon {
  width: 25px;
  height: 25px;
  background: url("../images/warning-icon.jpg") top left no-repeat; }

.success-icon {
  width: 25px;
  height: 25px;
  background: url("../images/success-icon.jpg") top left no-repeat; }

.error-icon {
  width: 25px;
  height: 25px;
  background: url("../images/error-icon.jpg") top left no-repeat; }

.help-icon {
  width: 25px;
  height: 25px;
  background: url("../images/help-icon.jpg") top left no-repeat; }

.warning-icon, .success-icon, .error-icon, .help-icon {
  position: relative;
  top: -5px;
  float: left;
  margin-right: 10px; }

.button {
  padding: 8px 20px;
  border: 0px;
  cursor: pointer;
  color: #000;
  background: #F2E394; }

div.transdiv {
  position: fixed;
  z-index: 100;
  background-color: #363636;
  top: -18px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  /*supported by current Mozilla, Safari, and Opera*/
  -moz-opacity: 0.6;
  /*older Mozilla*/
  -khtml-opacity: 0.6;
  /*older Safari*/
  filter: alpha(opacity=60);
  /*older IE*/
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); }

div.mesaagecontentdv {
  font-size: 14px;
  height: auto;
  position: absolute;
  width: 80% !important;
  left: 50% !important;
  top: 200px !important;
  margin-left: -40% !important;
  z-index: 101; }

.pop-box {
  word-wrap: break-word;
  min-width: 50%;
  max-width: 600px;
  border: 1px solid Gray;
  padding: 15px;
  background: #fff;
  position: relative;
  z-index: 999; }

.selected {
  background: #DFDFDF; }

/*# sourceMappingURL=default.css.map */
