html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img.header-logo {
  width: 64px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 0.9em;
}
.navbar .navbar-nav .nav-item .nav-link.urgent {
  color: #f00;
}
.navbar .navbar-text a,
.navbar .navbar-text p {
  font-size: 0.8em;
  margin: 0 1em 0 0;
}
.navbar .navbar-text select {
  margin: 0 2em 0 0;
  font-size: 0.6em;
  width: auto;
}
.navbar .navbar-text button {
  margin: 0 2em 0 0;
  font-size: 0.8em;
}
.navbar .pin-in-container {
  text-align: right;
}
.navbar .pin-in-container #pin-input {
  width: 6em;
}
body {
  margin: 0;
  padding: 0;
  background: #444 url("/images/luxe_site_background.png");
  background: #fafcfb;
  color: #000;
  font-size: 11pt;
  font-family: "helvetica neue", helvetica, arial;
}
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 18pt;
}
h3 {
  font-size: 12pt;
}
p {
  font-size: 12pt;
}
a {
  color: #009;
  text-decoration: none;
}
label {
  color: #777;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=number] {
  height: 20px;
  font-size: 14px;
}
input[type=button],
button.button {
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 34px;
  margin: 0px;
  padding: 3px 30px;
  background-color: #4bb9c2;
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
input[type=button]:hover,
button.button:hover {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
input[type=button]:disabled,
button.button:disabled {
  background-color: #ccc;
  cursor: default;
}
input[type=button]:disabled:hover,
button.button:disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}
input[type=button].checked,
button.button.checked {
  background-image: url("/images/checkmark_white24.png");
  background-repeat: no-repeat;
  background-position: right center;
}
input[type=button].selected,
button.button.selected {
  border-color: #3dacb5;
  background-color: #3dacb5;
  cursor: default;
}
input[type=button].processing,
button.button.processing {
  background-image: url("/images/inline-busy.gif");
  background-repeat: no-repeat;
  background-position: right center;
  border-color: #81ced4;
  background-color: #81ced4;
  color: #fff;
  cursor: default;
}
input[type=button].processing:hover,
button.button.processing:hover {
  border-color: #81ced4;
  background-color: #81ced4;
}
.fake-input-field-container {
  height: 0;
  width: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=#{round($opacity * 100)});
  opacity: 0;
}
.fake-input-field-container input.fake-input-field {
  height: 0;
  width: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=#{round($opacity * 100)});
  opacity: 0;
}
select {
  padding: 6px 3px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  font-size: 14px;
}
select option {
  height: 18px;
  line-height: 18px;
}
textarea {
  font-family: helvetica, arial;
}
.panel-loading {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background: url("/images/inline-busy.gif") no-repeat;
  background-position: 50% 50%;
}
a.button {
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 34px;
  margin: 0px;
  padding: 3px 30px;
  background-color: #4bb9c2;
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  min-height: 0px;
  font-size: 12px;
  padding: 5px;
  background-color: #4bb9c2;
  border-color: #4bb9c2;
}
a.button:hover {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
a.button:disabled {
  background-color: #ccc;
  cursor: default;
}
a.button:disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}
a.button.checked {
  background-image: url("/images/checkmark_white24.png");
  background-repeat: no-repeat;
  background-position: right center;
}
a.button.selected {
  border-color: #3dacb5;
  background-color: #3dacb5;
  cursor: default;
}
a.button.processing {
  background-image: url("/images/inline-busy.gif");
  background-repeat: no-repeat;
  background-position: right center;
  border-color: #81ced4;
  background-color: #81ced4;
  color: #fff;
  cursor: default;
}
a.button.processing:hover {
  border-color: #81ced4;
  background-color: #81ced4;
}
a.button:hover {
  background-color: #93d5da;
  border-color: #93d5da;
}
a.button.selected {
  background-color: #93d5da;
  border-color: #93d5da;
  cursor: default;
}
a.button.disabled {
  background-color: #ccc;
  cursor: default;
}
a.button.disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}
a.button.can-check {
  padding-left: 24px;
  padding-right: 24px;
}
a.button.can-process {
  padding-left: 24px;
  padding-right: 24px;
}
a.back-absolute {
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 34px;
  margin: 0px;
  padding: 3px 30px;
  background-color: #4bb9c2;
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  min-height: 0px;
  font-size: 12px;
  padding: 5px;
  background-color: #4bb9c2;
  border-color: #4bb9c2;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}
a.back-absolute:hover {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
a.back-absolute:disabled {
  background-color: #ccc;
  cursor: default;
}
a.back-absolute:disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}
a.back-absolute.checked {
  background-image: url("/images/checkmark_white24.png");
  background-repeat: no-repeat;
  background-position: right center;
}
a.back-absolute.selected {
  border-color: #3dacb5;
  background-color: #3dacb5;
  cursor: default;
}
a.back-absolute.processing {
  background-image: url("/images/inline-busy.gif");
  background-repeat: no-repeat;
  background-position: right center;
  border-color: #81ced4;
  background-color: #81ced4;
  color: #fff;
  cursor: default;
}
a.back-absolute.processing:hover {
  border-color: #81ced4;
  background-color: #81ced4;
}
a.back-absolute:hover {
  background-color: #93d5da;
  border-color: #93d5da;
}
a.back-absolute.selected {
  background-color: #93d5da;
  border-color: #93d5da;
  cursor: default;
}
a.back-absolute.disabled {
  background-color: #ccc;
  cursor: default;
}
a.back-absolute.disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}
a.back-absolute.can-check {
  padding-left: 24px;
  padding-right: 24px;
}
a.back-absolute.can-process {
  padding-left: 24px;
  padding-right: 24px;
}
span.descriptor {
  font-size: 12px;
  font-style: italic;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
}
span.descriptor.urgent {
  color: #f00;
}
span.descriptor.very-urgent {
  color: #f00;
  font-weight: bold;
}
span.descriptor.descriptor-link {
  color: #009;
  cursor: pointer;
}
.urgent {
  color: #f00;
}
.very-urgent {
  color: #f00;
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
.waiting-icon {
  width: 43px;
  height: 11px;
  background: url("/images/waiting-icon.gif") no-repeat;
}
.scanner-listener-wrapper {
  position: absolute;
  width: 43px;
  height: 11px;
  overflow: hidden;
  background-image: url("/images/waiting-icon.gif");
}
.scanner-listener-wrapper textarea {
  width: 0;
  height: 0;
  visibility: hidden;
}
.scanner-listener-wrapper-hidden {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: visible;
}
.scanner-listener-wrapper-hidden textarea {
  width: 0;
  height: 0;
  visibility: visible;
  border: 0;
}
.credentials-alert {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  position: relative;
  float: left;
  width: 300px;
  height: auto;
  left: 50%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 40px 0 16px -160px;
}
.credentials-alert p {
  line-height: 20px;
  text-align: center;
  color: #dd542e;
}
.intro-message {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  position: relative;
  float: left;
  width: 300px;
  height: auto;
  left: 50%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0px 0 16px -160px;
}
.intro-message p {
  margin: 10px;
  line-height: 20px;
  text-align: center;
  color: #999;
}
.clear {
  clear: both;
}
h1 {
  text-align: center;
  margin: 0 0 0.5em 0;
}
.panel-left {
  padding-top: 1em;
  float: left;
  width: 40%;
}
.panel-right {
  padding-top: 1em;
  float: left;
  width: 60%;
}
h3.title {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.panel-full-outer {
  margin: 20px 0 0 0;
  padding: 0;
  background-color: #fafafa;
}
.panel-full-outer .panel-full-inner {
  margin: 10px;
  background-color: #fafafa;
}
.panel-page-outer {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.panel-page-outer .panel-page-inner {
  position: relative;
  float: left;
  clear: left;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
}
.panel-page-outer .panel-page-inner h2 {
  font-size: 14pt;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin: 0 0 4px 0;
}
.panel-page-outer .panel-page-inner .page-panel {
  text-align: center;
  border: 1px solid #eee;
  padding: 16px;
  -webkit-box-shadow: 4px 4px 8px #ccc;
  box-shadow: 4px 4px 8px #ccc;
  margin: -4px 0 16px -4px;
}
.panel-page-outer .panel-page-inner .page-panel h4 {
  font-size: 12pt;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin: 0 0 4px 0;
}
.panel-page-outer .panel-page-inner .page-panel h3 {
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
  color: #999;
  margin: 0 0 4px 0;
}
.panel-page-outer .panel-page-inner .page-panel p,
.panel-page-outer .panel-page-inner .page-panel label {
  font-size: 12pt;
}
.listheader {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.listheader .list-header-container,
.listheader .list-header,
.listheader .header-cell,
.listheader h4 {
  position: relative;
  float: left;
}
.listheader .list-header-container {
  width: 100%;
  margin-top: 20px;
}
.listheader .list-header-container .list-header {
  width: 100%;
  height: 44px;
  border-bottom: 2px solid #999;
}
.listheader .list-header-container .list-header .header-cell {
  padding: 0 10px;
  line-height: 44px;
}
.listheader .list-header-container .list-header .header-cell.sortable {
  cursor: pointer;
}
.listheader .list-header-container .list-header .header-cell.sortable h4 {
  color: #009;
  cursor: pointer;
}
.listheader .list-header-container .list-header .header-cell h4 {
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  text-transform: capitalize;
}
.listheader .list-header-container .list-header .header-cell h4.selected {
  text-decoration: underline;
}
.listheader .list-header-container .list-header .header-cell.button-column {
  text-align: right;
}
.listheader .list-header-container .list-header .header-cell.button-column input {
  float: right;
  font-size: 14px;
}
.list-body,
.list-row,
.list-cell {
  position: relative;
  float: left;
}
.list-body {
  width: 100%;
}
.list-body .list-row {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #999;
}
.list-body .list-row.selected .list-cell p {
  font-weight: bold;
}
.list-body .list-row .list-cell {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
}
.list-body .list-row .list-cell p {
  font-size: 12px;
}
.list-body .list-row .button-column {
  text-align: right;
}
.list-body .list-row .button-column input[type=button] {
  float: right;
  margin-left: 10px;
  font-size: 14px;
}
