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;
}
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;
}
input[type=button].groupMgr,
button.button.groupMgr {
  background-color: #4a0cff;
  border-color: #4a0cff;
}
input[type=button].groupMgr:hover,
button.button.groupMgr:hover {
  border-color: #3d00f0;
  background-color: #3d00f0;
}
input[type=button].locationMgr,
button.button.locationMgr {
  background-color: #7c4fff;
  border-color: #7c4fff;
}
input[type=button].locationMgr:hover,
button.button.locationMgr:hover {
  border-color: #632eff;
  background-color: #632eff;
}
input[type=button].frontDesk,
button.button.frontDesk {
  background-color: #baa2ff;
  border-color: #baa2ff;
}
input[type=button].frontDesk:hover,
button.button.frontDesk:hover {
  border-color: #9b78ff;
  background-color: #9b78ff;
}
input[type=button].emptyRole,
button.button.emptyRole {
  background-color: #c8b5ff;
  border-color: #c8b5ff;
}
input[type=button].emptyRole:hover,
button.button.emptyRole:hover {
  border-color: #a889ff;
  background-color: #a889ff;
}
input[type=button].esthetician,
button.button.esthetician {
  background-color: #e8cc74;
  border-color: #e8cc74;
}
input[type=button].esthetician:hover,
button.button.esthetician:hover {
  border-color: #e3c156;
  background-color: #e3c156;
}
input[type=button].available,
button.button.available {
  background-color: #ccc;
  border-color: #ccc;
}
input[type=button].available:hover,
button.button.available:hover {
  border-color: #b8b8b8;
  background-color: #b8b8b8;
}
input[type=button].unavailable,
button.button.unavailable {
  background-color: #999;
  border-color: #999;
}
input[type=button].unavailable:hover,
button.button.unavailable:hover {
  border-color: #8a8a8a;
  background-color: #8a8a8a;
}
input[type=button].time-off-request,
button.button.time-off-request {
  background-color: #555;
  border-color: #555;
}
input[type=button].time-off-request:hover,
button.button.time-off-request:hover {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
input[type=button].other,
button.button.other {
  background-color: #666;
  border-color: #666;
}
input[type=button].other:hover,
button.button.other:hover {
  border-color: #5c5c5c;
  background-color: #5c5c5c;
}
input[type=button].female,
button.button.female {
  background-color: #ffacee;
  border-color: #ffacee;
}
input[type=button].female:hover,
button.button.female:hover {
  border-color: #ff81e5;
  background-color: #ff81e5;
}
input[type=button].male,
button.button.male {
  background-color: #c2e5ff;
  border-color: #c2e5ff;
}
input[type=button].male:hover,
button.button.male:hover {
  border-color: #95d2ff;
  background-color: #95d2ff;
}
input[type=button].unspecified,
button.button.unspecified {
  background-color: #9e71c7;
  border-color: #9e71c7;
}
input[type=button].unspecified:hover,
button.button.unspecified:hover {
  border-color: #8f5bbe;
  background-color: #8f5bbe;
}
input[type=button].flat,
button.button.flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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.groupMgr {
  background-color: #4a0cff;
  border-color: #4a0cff;
}
a.button.groupMgr:hover {
  border-color: #3d00f0;
  background-color: #3d00f0;
}
a.button.locationMgr {
  background-color: #7c4fff;
  border-color: #7c4fff;
}
a.button.locationMgr:hover {
  border-color: #632eff;
  background-color: #632eff;
}
a.button.frontDesk {
  background-color: #baa2ff;
  border-color: #baa2ff;
}
a.button.frontDesk:hover {
  border-color: #9b78ff;
  background-color: #9b78ff;
}
a.button.emptyRole {
  background-color: #c8b5ff;
  border-color: #c8b5ff;
}
a.button.emptyRole:hover {
  border-color: #a889ff;
  background-color: #a889ff;
}
a.button.esthetician {
  background-color: #e8cc74;
  border-color: #e8cc74;
}
a.button.esthetician:hover {
  border-color: #e3c156;
  background-color: #e3c156;
}
a.button.available {
  background-color: #ccc;
  border-color: #ccc;
}
a.button.available:hover {
  border-color: #b8b8b8;
  background-color: #b8b8b8;
}
a.button.unavailable {
  background-color: #999;
  border-color: #999;
}
a.button.unavailable:hover {
  border-color: #8a8a8a;
  background-color: #8a8a8a;
}
a.button.time-off-request {
  background-color: #555;
  border-color: #555;
}
a.button.time-off-request:hover {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
a.button.other {
  background-color: #666;
  border-color: #666;
}
a.button.other:hover {
  border-color: #5c5c5c;
  background-color: #5c5c5c;
}
a.button.female {
  background-color: #ffacee;
  border-color: #ffacee;
}
a.button.female:hover {
  border-color: #ff81e5;
  background-color: #ff81e5;
}
a.button.male {
  background-color: #c2e5ff;
  border-color: #c2e5ff;
}
a.button.male:hover {
  border-color: #95d2ff;
  background-color: #95d2ff;
}
a.button.unspecified {
  background-color: #9e71c7;
  border-color: #9e71c7;
}
a.button.unspecified:hover {
  border-color: #8f5bbe;
  background-color: #8f5bbe;
}
a.button.flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
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.groupMgr {
  background-color: #4a0cff;
  border-color: #4a0cff;
}
a.back-absolute.groupMgr:hover {
  border-color: #3d00f0;
  background-color: #3d00f0;
}
a.back-absolute.locationMgr {
  background-color: #7c4fff;
  border-color: #7c4fff;
}
a.back-absolute.locationMgr:hover {
  border-color: #632eff;
  background-color: #632eff;
}
a.back-absolute.frontDesk {
  background-color: #baa2ff;
  border-color: #baa2ff;
}
a.back-absolute.frontDesk:hover {
  border-color: #9b78ff;
  background-color: #9b78ff;
}
a.back-absolute.emptyRole {
  background-color: #c8b5ff;
  border-color: #c8b5ff;
}
a.back-absolute.emptyRole:hover {
  border-color: #a889ff;
  background-color: #a889ff;
}
a.back-absolute.esthetician {
  background-color: #e8cc74;
  border-color: #e8cc74;
}
a.back-absolute.esthetician:hover {
  border-color: #e3c156;
  background-color: #e3c156;
}
a.back-absolute.available {
  background-color: #ccc;
  border-color: #ccc;
}
a.back-absolute.available:hover {
  border-color: #b8b8b8;
  background-color: #b8b8b8;
}
a.back-absolute.unavailable {
  background-color: #999;
  border-color: #999;
}
a.back-absolute.unavailable:hover {
  border-color: #8a8a8a;
  background-color: #8a8a8a;
}
a.back-absolute.time-off-request {
  background-color: #555;
  border-color: #555;
}
a.back-absolute.time-off-request:hover {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
a.back-absolute.other {
  background-color: #666;
  border-color: #666;
}
a.back-absolute.other:hover {
  border-color: #5c5c5c;
  background-color: #5c5c5c;
}
a.back-absolute.female {
  background-color: #ffacee;
  border-color: #ffacee;
}
a.back-absolute.female:hover {
  border-color: #ff81e5;
  background-color: #ff81e5;
}
a.back-absolute.male {
  background-color: #c2e5ff;
  border-color: #c2e5ff;
}
a.back-absolute.male:hover {
  border-color: #95d2ff;
  background-color: #95d2ff;
}
a.back-absolute.unspecified {
  background-color: #9e71c7;
  border-color: #9e71c7;
}
a.back-absolute.unspecified:hover {
  border-color: #8f5bbe;
  background-color: #8f5bbe;
}
a.back-absolute.flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
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;
}
#header-outer {
  position: relative;
  left: 0;
  top: 0;
  height: 3em;
  width: 100%;
  z-index: 20;
}
#header-inner {
  background-color: #fefefe;
  width: 1080px;
  height: 3em;
  padding: 0em 1em 0em 1em;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@include respond-to(ipad) {
  #header-inner {
    background-color: #fefefe;
    width: 900px;
  }
}
#new-task-template textarea {
  margin-top: 12px;
  width: 100%;
  height: 80px;
}
#header {
  margin: 0 auto;
  height: 100%;
  color: #009;
}
#header a.header-title {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 3em;
  text-decoration: none;
}
#header .header-logo-container {
  position: relative;
  float: left;
  top: 0;
}
#header .header-logo-container p.header-location-name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  line-height: 12px;
  font-size: 9px;
}
#header .header-logo-container a.header-logo-link {
  position: relative;
  float: left;
  top: 0;
  margin-right: 0.3em;
}
#header .header-logo-container a.header-logo-link img {
  width: 74px;
  height: 63px;
  -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
  position: relative;
  top: -4px;
  cursor: pointer;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
#header .header-logo-container a.header-logo-link img:hover {
  top: 12px;
}
#header img.header-logo-login {
  display: block;
  margin: 0 auto;
  height: 4em;
}
#header .header-shortcuts {
  float: right;
  height: 100%;
  width: 90%;
  overflow-y: hidden;
}
#header .header-shortcuts.has-many a {
  font-size: 10px;
  margin-right: 0.1em;
  padding: 0 0.3em;
}
#header .header-shortcuts a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 0.1em;
  background: #fefefe;
  border: 1px solid #fefefe;
  border-top: 0;
  border-bottom: 0;
  padding: 0 0.5em;
  line-height: 44px;
  height: 44px;
  color: #009;
  text-decoration: none;
  font-size: 9pt;
}
#header .header-shortcuts a:visited {
  color: #009;
}
#header .header-shortcuts a:hover {
  background: #fefefe;
  text-decoration: underline;
}
#header .header-shortcuts a.selected {
  color: #fff;
  background-color: #6fc7ce;
}
#header .header-shortcuts a.selected:hover {
  color: #fff;
  background-color: #4bb9c2;
  text-decoration: none;
}
#header .header-shortcuts a.urgent {
  color: #f00;
}
#header .header-shortcuts div.nav-drop-down-container {
  position: relative;
  float: left;
  text-align: right;
  line-height: 3.5em;
  margin: -5px 0 0 12px;
}
#header .header-shortcuts div.nav-drop-down-container select {
  font-size: 11px;
}
#header .incoming-message-container {
  position: relative;
  float: right;
  text-align: right;
  line-height: 3.5em;
  margin: -5px 12px 0 0px;
}
#header .incoming-message-container a.recent-messages {
  display: inline-block;
  font-size: 8pt;
  margin-top: 4pt;
  cursor: pointer;
  color: #f00;
}
#header .incoming-message-container a.incoming-message {
  display: inline-block;
  font-size: 8pt;
  margin-top: 4pt;
  cursor: pointer;
  color: #f00;
}
#header .incoming-message-container a.incoming-message.incoming-message-vibrate {
  -webkit-animation: vibrate 1s infinite;
  -moz-animation: vibrate 1s infinite;
  -o-animation: vibrate 1s infinite;
  -ms-animation: vibrate 1s infinite;
  animation: vibrate 1s infinite;
}
#header .incoming-call-container {
  position: relative;
  float: right;
  text-align: right;
  line-height: 3.5em;
  margin: -5px 12px 0 0px;
}
#header .incoming-call-container a.incoming-call {
  display: inline-block;
  font-size: 9pt;
  margin-top: 4pt;
  cursor: pointer;
  color: #f00;
}
#header .incoming-call-container a.incoming-call.incoming-call-vibrate {
  -webkit-animation: vibrate 1s infinite;
  -moz-animation: vibrate 1s infinite;
  -o-animation: vibrate 1s infinite;
  -ms-animation: vibrate 1s infinite;
  animation: vibrate 1s infinite;
}
#header .add-task-container {
  position: relative;
  float: right;
  text-align: right;
  line-height: 3.5em;
  margin: -5px 12px 0 0px;
}
#header .add-task-container a {
  display: inline-block;
  cursor: pointer;
}
#header .add-task-container a.add-new-task {
  font-size: 15pt;
  margin-top: 3pt;
}
#header .add-task-container a.my-task-counter {
  font-size: 9pt;
  margin-top: 4pt;
}
#header .add-task-container a.my-task-counter span.has-new-task {
  color: #f00;
}
#header .pin-container {
  position: relative;
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 3em -0.5em;
  margin-top: 0.25em;
}
#header .pin-container label,
#header .pin-container p,
#header .pin-container input {
  font-size: 14px;
  display: inline-block;
  margin-left: 6px;
}
#header .pin-container p a {
  cursor: pointer;
}
#header .pin-container p span.username {
  cursor: pointer;
}
#header .pin-container p span.username.username-small {
  font-size: 10px;
}
#header .pin-container input {
  width: 4em;
  text-align: center;
}
#header .pin-container input[type=button] {
  background-color: #4bb9c2;
  color: #fff;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0.2em 0.4em;
  margin: 0 0.2em;
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  vertical-align: baseline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header .pin-container input[type=button]:hover {
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  left: -2px;
  top: -2px;
}
#header .switch-device-container {
  position: relative;
  float: right;
  text-align: right;
  line-height: 3.5em;
  margin: -5px 12px 0 0px;
}
#header .switch-device-container select {
  font-size: 11px;
}
#header .login-credentials {
  position: relative;
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 3.5em;
}
#header .login-credentials span {
  color: #009;
}
#header .login-credentials span.divider {
  margin: 0 5px;
}
#header .login-credentials a {
  color: #009;
  display: inline;
}
#header .login-credentials a:hover {
  color: #009;
}
#incoming-message-template h2,
#incoming-call-template h2,
#incoming-call-customers-template h2 {
  width: 100%;
  margin: 12px 0 24px;
  text-align: left;
  font-style: italic;
  font-weight: bold;
}
#incoming-message-template table,
#incoming-call-template table,
#incoming-call-customers-template table {
  width: 100%;
}
#incoming-message-template table tr td,
#incoming-call-template table tr td,
#incoming-call-customers-template table tr td {
  padding: 9px 9px;
  vertical-align: top;
}
#incoming-message-template table tr td.middle,
#incoming-call-template table tr td.middle,
#incoming-call-customers-template table tr td.middle {
  vertical-align: middle;
}
#incoming-message-template table tr td.incoming-call-label,
#incoming-call-template table tr td.incoming-call-label,
#incoming-call-customers-template table tr td.incoming-call-label {
  font-weight: bold;
  text-align: left;
}
#incoming-message-template table tr td.incoming-message p,
#incoming-call-template table tr td.incoming-message p,
#incoming-call-customers-template table tr td.incoming-message p {
  text-align: left;
}
#incoming-message-template table tr td.incoming-message p span.incoming-message-label,
#incoming-call-template table tr td.incoming-message p span.incoming-message-label,
#incoming-call-customers-template table tr td.incoming-message p span.incoming-message-label {
  font-size: 14px;
  color: #009;
  margin-right: 12px;
}
#incoming-message-template table tr td.incoming-message p span.incoming-message-body,
#incoming-call-template table tr td.incoming-message p span.incoming-message-body,
#incoming-call-customers-template table tr td.incoming-message p span.incoming-message-body {
  font-size: 14px;
  color: #000;
}
#incoming-message-template table tr td.incoming-message p span.incoming-message-time,
#incoming-call-template table tr td.incoming-message p span.incoming-message-time,
#incoming-call-customers-template table tr td.incoming-message p span.incoming-message-time {
  font-weight: light;
  font-size: 12px;
  font-style: italic;
  color: #777;
  margin-left: 12px;
}
#incoming-message-template table tr td a,
#incoming-call-template table tr td a,
#incoming-call-customers-template table tr td a,
#incoming-message-template table tr td p,
#incoming-call-template table tr td p,
#incoming-call-customers-template table tr td p {
  width: 100%;
  padding: 6px 0;
}
#incoming-message-template table tr td span.button,
#incoming-call-template table tr td span.button,
#incoming-call-customers-template table tr td span.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);
  width: 90%;
  height: auto;
  padding-top: 6px;
}
#incoming-message-template table tr td span.button:hover,
#incoming-call-template table tr td span.button:hover,
#incoming-call-customers-template table tr td span.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);
}
#incoming-message-template table tr td span.button:disabled,
#incoming-call-template table tr td span.button:disabled,
#incoming-call-customers-template table tr td span.button:disabled {
  background-color: #ccc;
  cursor: default;
}
#incoming-message-template table tr td span.button:disabled:hover,
#incoming-call-template table tr td span.button:disabled:hover,
#incoming-call-customers-template table tr td span.button:disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}
#incoming-message-template table tr td span.button.checked,
#incoming-call-template table tr td span.button.checked,
#incoming-call-customers-template table tr td span.button.checked {
  background-image: url("/images/checkmark_white24.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#incoming-message-template table tr td span.button.selected,
#incoming-call-template table tr td span.button.selected,
#incoming-call-customers-template table tr td span.button.selected {
  border-color: #3dacb5;
  background-color: #3dacb5;
  cursor: default;
}
#incoming-message-template table tr td span.button.processing,
#incoming-call-template table tr td span.button.processing,
#incoming-call-customers-template table tr td span.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;
}
#incoming-message-template table tr td span.button.processing:hover,
#incoming-call-template table tr td span.button.processing:hover,
#incoming-call-customers-template table tr td span.button.processing:hover {
  border-color: #81ced4;
  background-color: #81ced4;
}
#incoming-message-template table tr td span.button.groupMgr,
#incoming-call-template table tr td span.button.groupMgr,
#incoming-call-customers-template table tr td span.button.groupMgr {
  background-color: #4a0cff;
  border-color: #4a0cff;
}
#incoming-message-template table tr td span.button.groupMgr:hover,
#incoming-call-template table tr td span.button.groupMgr:hover,
#incoming-call-customers-template table tr td span.button.groupMgr:hover {
  border-color: #3d00f0;
  background-color: #3d00f0;
}
#incoming-message-template table tr td span.button.locationMgr,
#incoming-call-template table tr td span.button.locationMgr,
#incoming-call-customers-template table tr td span.button.locationMgr {
  background-color: #7c4fff;
  border-color: #7c4fff;
}
#incoming-message-template table tr td span.button.locationMgr:hover,
#incoming-call-template table tr td span.button.locationMgr:hover,
#incoming-call-customers-template table tr td span.button.locationMgr:hover {
  border-color: #632eff;
  background-color: #632eff;
}
#incoming-message-template table tr td span.button.frontDesk,
#incoming-call-template table tr td span.button.frontDesk,
#incoming-call-customers-template table tr td span.button.frontDesk {
  background-color: #baa2ff;
  border-color: #baa2ff;
}
#incoming-message-template table tr td span.button.frontDesk:hover,
#incoming-call-template table tr td span.button.frontDesk:hover,
#incoming-call-customers-template table tr td span.button.frontDesk:hover {
  border-color: #9b78ff;
  background-color: #9b78ff;
}
#incoming-message-template table tr td span.button.emptyRole,
#incoming-call-template table tr td span.button.emptyRole,
#incoming-call-customers-template table tr td span.button.emptyRole {
  background-color: #c8b5ff;
  border-color: #c8b5ff;
}
#incoming-message-template table tr td span.button.emptyRole:hover,
#incoming-call-template table tr td span.button.emptyRole:hover,
#incoming-call-customers-template table tr td span.button.emptyRole:hover {
  border-color: #a889ff;
  background-color: #a889ff;
}
#incoming-message-template table tr td span.button.esthetician,
#incoming-call-template table tr td span.button.esthetician,
#incoming-call-customers-template table tr td span.button.esthetician {
  background-color: #e8cc74;
  border-color: #e8cc74;
}
#incoming-message-template table tr td span.button.esthetician:hover,
#incoming-call-template table tr td span.button.esthetician:hover,
#incoming-call-customers-template table tr td span.button.esthetician:hover {
  border-color: #e3c156;
  background-color: #e3c156;
}
#incoming-message-template table tr td span.button.available,
#incoming-call-template table tr td span.button.available,
#incoming-call-customers-template table tr td span.button.available {
  background-color: #ccc;
  border-color: #ccc;
}
#incoming-message-template table tr td span.button.available:hover,
#incoming-call-template table tr td span.button.available:hover,
#incoming-call-customers-template table tr td span.button.available:hover {
  border-color: #b8b8b8;
  background-color: #b8b8b8;
}
#incoming-message-template table tr td span.button.unavailable,
#incoming-call-template table tr td span.button.unavailable,
#incoming-call-customers-template table tr td span.button.unavailable {
  background-color: #999;
  border-color: #999;
}
#incoming-message-template table tr td span.button.unavailable:hover,
#incoming-call-template table tr td span.button.unavailable:hover,
#incoming-call-customers-template table tr td span.button.unavailable:hover {
  border-color: #8a8a8a;
  background-color: #8a8a8a;
}
#incoming-message-template table tr td span.button.time-off-request,
#incoming-call-template table tr td span.button.time-off-request,
#incoming-call-customers-template table tr td span.button.time-off-request {
  background-color: #555;
  border-color: #555;
}
#incoming-message-template table tr td span.button.time-off-request:hover,
#incoming-call-template table tr td span.button.time-off-request:hover,
#incoming-call-customers-template table tr td span.button.time-off-request:hover {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
#incoming-message-template table tr td span.button.other,
#incoming-call-template table tr td span.button.other,
#incoming-call-customers-template table tr td span.button.other {
  background-color: #666;
  border-color: #666;
}
#incoming-message-template table tr td span.button.other:hover,
#incoming-call-template table tr td span.button.other:hover,
#incoming-call-customers-template table tr td span.button.other:hover {
  border-color: #5c5c5c;
  background-color: #5c5c5c;
}
#incoming-message-template table tr td span.button.female,
#incoming-call-template table tr td span.button.female,
#incoming-call-customers-template table tr td span.button.female {
  background-color: #ffacee;
  border-color: #ffacee;
}
#incoming-message-template table tr td span.button.female:hover,
#incoming-call-template table tr td span.button.female:hover,
#incoming-call-customers-template table tr td span.button.female:hover {
  border-color: #ff81e5;
  background-color: #ff81e5;
}
#incoming-message-template table tr td span.button.male,
#incoming-call-template table tr td span.button.male,
#incoming-call-customers-template table tr td span.button.male {
  background-color: #c2e5ff;
  border-color: #c2e5ff;
}
#incoming-message-template table tr td span.button.male:hover,
#incoming-call-template table tr td span.button.male:hover,
#incoming-call-customers-template table tr td span.button.male:hover {
  border-color: #95d2ff;
  background-color: #95d2ff;
}
#incoming-message-template table tr td span.button.unspecified,
#incoming-call-template table tr td span.button.unspecified,
#incoming-call-customers-template table tr td span.button.unspecified {
  background-color: #9e71c7;
  border-color: #9e71c7;
}
#incoming-message-template table tr td span.button.unspecified:hover,
#incoming-call-template table tr td span.button.unspecified:hover,
#incoming-call-customers-template table tr td span.button.unspecified:hover {
  border-color: #8f5bbe;
  background-color: #8f5bbe;
}
#incoming-message-template table tr td span.button.flat,
#incoming-call-template table tr td span.button.flat,
#incoming-call-customers-template table tr td span.button.flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#incoming-message-template table tr td span.button a,
#incoming-call-template table tr td span.button a,
#incoming-call-customers-template table tr td span.button a {
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 28px;
}
@-moz-keyframes vibrate {
  0%, 10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  14% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  18% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  22% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  26% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  30% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  34% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  38% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  42% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  46% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  54% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  58% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  62% {
    -webkit-transform: translate(-1px, 0);
    -moz-transform: translate(-1px, 0);
    -o-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  66% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -o-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  70% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  74%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes vibrate {
  0%, 10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  14% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  18% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  22% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  26% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  30% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  34% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  38% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  42% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  46% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  54% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  58% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  62% {
    -webkit-transform: translate(-1px, 0);
    -moz-transform: translate(-1px, 0);
    -o-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  66% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -o-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  70% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  74%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes vibrate {
  0%, 10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  14% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  18% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  22% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  26% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  30% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  34% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  38% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  42% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  46% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  54% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  58% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  62% {
    -webkit-transform: translate(-1px, 0);
    -moz-transform: translate(-1px, 0);
    -o-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  66% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -o-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  70% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  74%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes vibrate {
  0%, 10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  14% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  18% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  22% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  26% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  30% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  34% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  38% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  42% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  46% {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    -o-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  54% {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  58% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  62% {
    -webkit-transform: translate(-1px, 0);
    -moz-transform: translate(-1px, 0);
    -o-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  66% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -o-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  70% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  74%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes vibrate2 {
  0%, 10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  14% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  16% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  18% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  22% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  24% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  26% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  28% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  30% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  32% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  34% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  36% {
    -webkit-transform: translate(-2px, 0);
    -moz-transform: translate(-2px, 0);
    -o-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  38% {
    -webkit-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes vibrate2 {
  0%, 10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  14% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  16% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  18% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  22% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  24% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  26% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  28% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  30% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  32% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  34% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  36% {
    -webkit-transform: translate(-2px, 0);
    -moz-transform: translate(-2px, 0);
    -o-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  38% {
    -webkit-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes vibrate2 {
  0%, 10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  14% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  16% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  18% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  22% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  24% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  26% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  28% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  30% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  32% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  34% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  36% {
    -webkit-transform: translate(-2px, 0);
    -moz-transform: translate(-2px, 0);
    -o-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  38% {
    -webkit-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes vibrate2 {
  0%, 10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  14% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  16% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  18% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  22% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  24% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  26% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  28% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  30% {
    -webkit-transform: translate(2px, -2px);
    -moz-transform: translate(2px, -2px);
    -o-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  32% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  34% {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  36% {
    -webkit-transform: translate(-2px, 0);
    -moz-transform: translate(-2px, 0);
    -o-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  38% {
    -webkit-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.navbar .navbar-brand img.header-logo {
  width: 100px;
}
.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 {
  font-size: 0.7em;
  margin: 0 1em 0 0;
}
.navbar .navbar-text select {
  margin: 0 2em 0 0;
  font-size: 0.4em;
  width: auto;
}
.navbar .pin-in-container {
  text-align: right;
}
.navbar .pin-in-container #pin-input {
  width: 6em;
}
.clear {
  clear: both;
}
.tasklist {
  padding: 0 1em;
}
.tasklist .task {
  padding: 0.5em 0.5em 0.5em 1.5em;
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fefefe;
  color: #000;
  cursor: pointer;
  border-left: 8px solid #4bb9c2;
  text-indent: -1em;
  -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
}
.tasklist .task .time {
  font-style: italic;
  color: #4bb9c2;
}
.tasklist .task .is-due {
  color: #f00;
}
.tasklist .task-due {
  border-left: 8px solid #dd542e;
}
.tasklist .day-separator {
  padding: 0.5em 0.5em 0.5em 1.5em;
  margin-bottom: 2px;
  margin-top: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fefefe;
  color: #4bb9c2;
  text-align: right;
  border-top: 1px solid #fff;
}
.tasklist .is-old-day {
  color: #dd542e;
}
.day-summary {
  padding: 0;
}
.day-summary table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10pt;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  border: 0px;
  border-spacing: 0;
}
.day-summary table thead tr {
  height: 2em;
}
.day-summary table thead th {
  background: #fefefe;
  font-size: 12pt;
  font-weight: normal;
  padding: 0.5em 0.5em 0.5em 1.5em;
  border-top: 1px solid #fff;
  border: 0px;
}
.day-summary table thead .right-spacer {
  background: transparent;
  width: 0.5em;
}
.day-summary table tbody td {
  position: relative;
}
.day-summary table tbody tr.data-row td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fafcfb;
  text-align: center;
  border: 0px;
  padding: 0 6px 0 7px;
  height: 50px;
  border-bottom: 4px solid #e5e5e5;
}
.day-summary table tbody tr.data-row td div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  vertical-align: middle;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0.5em 6px 0 6px;
  -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
}
.day-summary table tbody tr.data-row .free {
  background: #4bb9c2;
  border-top: 1px solid #78cbd1;
  border-bottom: 2px solid #338f97;
}
.day-summary table tbody tr.data-row .free.is-past {
  background: #a2c3c6;
  border: 0;
}
.day-summary table tbody tr.data-row .hour {
  text-align: center;
  color: #000;
  font-size: 12pt;
  padding: 0 4px;
}
.day-summary table tbody tr.data-row .busy {
  background: #dd542e;
  border-top: 1px solid #e67f62;
  border-bottom: 2px solid #ac3b1c;
}
.day-summary table tbody tr.data-row .busy.is-past {
  background: #cea599;
  border: 0;
}
.day-summary table tbody tr.data-row .is-pad {
  display: none;
}
.day-summary table tbody tr.data-row td.highlighted div {
  color: #000;
  background: #fff;
}
.day-summary table tbody tr.data-row td.highlighted div.is-past {
  color: #000;
  background: #fff;
}
.day-summary table tbody tr.current-hour td {
  background: #a33;
  color: #a33;
}
.day-summary table tbody tr.current-hour td.hour {
  color: #fff;
}
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;
}
#main-application {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.page-outer {
  position: relative;
  float: left;
  left: 50%;
  width: 1024px;
  min-height: 300px;
  margin-left: -512px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
.page-outer .page-inner {
  position: relative;
  float: left;
  width: 1008px;
  padding: 8px;
  overflow: hidden;
}
.page-outer .page-inner h1 {
  margin: 10px 0;
}
.page-panel {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  padding: 8px;
  overflow: hidden;
  background-color: #fff;
}
#container-outer {
  position: relative;
  float: left;
  left: 50%;
  width: 1024px;
  margin-left: -512px;
  margin-bottom: 10px;
  background-color: #fdfdfd;
  overflow: hidden;
}
#container-outer #container-inner {
  position: relative;
  float: left;
  width: 1024px;
  overflow: hidden;
}
.placeholder-note {
  background-color: #fafafa;
  color: #555;
  max-width: 300px;
  margin: 2em auto;
  border: 1px solid #ddd;
  padding: 2em 2em 1em 2em;
  text-indent: 1em;
}
.placeholder-note p {
  margin: 0 0 1em 0;
}
.instruction {
  color: #888;
  font-size: 80%;
  font-style: italic;
  font-weight: lighter;
}
