html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
dl,
dt,
dd,
ol,
ul,
li,
form,
legend,
fieldset,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  color: black;
  background: #ffffff;
  text-rendering: optimizeLegibility;
}
html,
body {
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
td,
th {
  vertical-align: top;
  text-align: left;
}
table img {
  vertical-align: middle;
}
ol,
ul,
.noList {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  overflow-y: scroll;
  font-size: 100.01%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #a83533;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #5a1d1b;
  text-decoration: underline;
}
.hover a.toTr {
  color: #5a1d1b;
}
h1 {
  font-size: 200%;
  font-weight: bold;
}
h2 {
  font-size: 150%;
  font-weight: bold;
}
h3 {
  font-size: 120%;
  font-weight: bold;
}
h4,
h5,
h6,
h7,
h8 {
  font-size: 100%;
  font-weight: bold;
}
.monospace {
  font-family: monospace;
}
.scrollable {
  overflow: scroll;
}
table .tiny {
  width: 10px;
}
.center {
  text-align: center !important;
  vertical-align: middle !important;
}
.middle {
  vertical-align: middle !important;
}
.cleaner {
  clear: both;
  height: 1px;
  overflow: hidden;
}
.noDisplay {
  display: none;
}
.noPadding {
  padding: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noSpace {
  padding: 0 !important;
  margin: 0 !important;
}
.first {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.number {
  width: 3em;
}
.wide {
  width: 95%;
}
.half {
  width: 8.1em;
}
.wider {
  width: 14em;
}
.tiny {
  width: 1.6em;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 5px !important;
}
form {
  margin-bottom: 18px;
}
table form {
  margin-bottom: 0;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  margin-left: 150px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  *line-height: 1.5;
  color: #404040;
}
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=text],
.formField,
.txt,
input[type=password],
textarea,
select,
.uneditable-input {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  background: #fafafa;
}
input[type=file] {
  line-height: 23.4px;
  font-size: 1em;
}
textarea {
  width: 99.9%;
  height: auto;
  font-size: 1em;
}
.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input[type=text],
input[type=password],
select,
textarea {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -ms-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
form div.error {
  background: #f3d8d8;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.help-block {
  color: #812927;
}
form div.error input[type=text],
form div.error input[type=password],
form div.error textarea {
  border-color: #b27675;
  -webkit-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  -moz-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
form div.error input[type=text]:focus,
form div.error input[type=password]:focus,
form div.error textarea:focus {
  border-color: #9d5957;
  -webkit-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  -moz-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
form div.error .input-prepend span.add-on,
form div.error .input-append span.add-on {
  background: #ebbdbc;
  border-color: #b27675;
  color: #9d5957;
}
form .error_field {
  border-color: red !important;
}
input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  text-decoration: none;
  font-size: 1em;
  white-space: nowrap;
  color: white;
  background-color: #68a79d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#68a79d),to(#68a79d));
  background-image: -moz-linear-gradient(top,#68a79d,#68a79d);
  background-image: -ms-linear-gradient(top,#68a79d,#68a79d);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#68a79d),color-stop(100%,#68a79d));
  background-image: -webkit-linear-gradient(top,#68a79d,#68a79d);
  background-image: -o-linear-gradient(top,#68a79d,#68a79d);
  background-image: linear-gradient(top,#68a79d,#68a79d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a79d', endColorstr='#68a79d', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #68a79d #68a79d #487b73;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: white;
  text-decoration: none;
}
.btn.primary {
  color: white;
  background-color: #68a79d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#68a79d),to(#68a79d));
  background-image: -moz-linear-gradient(top,#68a79d,#68a79d);
  background-image: -ms-linear-gradient(top,#68a79d,#68a79d);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#68a79d),color-stop(100%,#68a79d));
  background-image: -webkit-linear-gradient(top,#68a79d,#68a79d);
  background-image: -o-linear-gradient(top,#68a79d,#68a79d);
  background-image: linear-gradient(top,#68a79d,#68a79d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a79d', endColorstr='#68a79d', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #68a79d #68a79d #487b73;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn.important {
  color: white;
  background-color: #ca0021;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#ff0000),to(#ca0021));
  background-image: -moz-linear-gradient(top,#ff0000,#ca0021);
  background-image: -ms-linear-gradient(top,#ff0000,#ca0021);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff0000),color-stop(100%,#ca0021));
  background-image: -webkit-linear-gradient(top,#ff0000,#ca0021);
  background-image: -o-linear-gradient(top,#ff0000,#ca0021);
  background-image: linear-gradient(top,#ff0000,#ca0021);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ca0021', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #ca0021 #ca0021 #7e0015;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn.warning {
  color: white;
  background-color: #fa9900;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#fac200),to(#fa9900));
  background-image: -moz-linear-gradient(top,#fac200,#fa9900);
  background-image: -ms-linear-gradient(top,#fac200,#fa9900);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fac200),color-stop(100%,#fa9900));
  background-image: -webkit-linear-gradient(top,#fac200,#fa9900);
  background-image: -o-linear-gradient(top,#fac200,#fa9900);
  background-image: linear-gradient(top,#fac200,#fa9900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac200', endColorstr='#fa9900', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #fa9900 #fa9900 #ae6a00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
}
.btn.large {
  font-size: 16px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 3px 9px 3px;
  font-size: 0.9em;
}
form table.layouter {
  width: 100%;
  font-size: 1em;
}
form table.layouter th {
  padding-top: 9px;
  padding-bottom: 2px;
  width: 10em;
  text-align: right;
  padding-right: 13px;
  font-weight: normal;
}
form table.layouter td {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
form table.layouter td input,
form table.layouter td select {
  margin-right: 0.3em;
}
form table.layouter td label {
  margin-right: 1.1em;
}
form table.layouter td,
form table.layouter th {
  vertical-align: top;
}
form table.layouter table.layouter th {
  width: 10em;
}
form table.extended th {
  width: 30%;
}
form table.wider th {
  width: 12em;
}
form table.expanded th {
  width: 12em;
}
form table.wide th {
  width: 31%;
}
form table.collapsed th {
  width: 3em;
}
form label.required,
form label.requiredSelect {
  font-weight: bold;
}
form tr.required label {
  font-weight: bold;
  background: url('../pics/required.png') no-repeat right top;
  padding-right: 14px;
}
form label.required,
form label.requiredSelect {
  background: url('../pics/required.png') no-repeat right top;
  padding-right: 14px;
}
form input.err,
form textarea.err {
  border: 1px solid red !important;
}
form label.err {
  color: red;
}
form label.label_error {
  color: red;
}
form label {
  display: inline-block;
}
.help-inline,
.help-block {
  font-size: 12px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  *top: -5px;
}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span,
.inline-inputs input[type=text] {
  display: inline-block;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input[type=text],
.input-prepend input[type=password],
.input-append input[type=text],
.input-append input[type=password] {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  color: #bfbfbf;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
}
.input-append input[type=text],
.input-append input[type=password] {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: #808080;
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  margin-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
.info {
  background: #a83533;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  color: white;
  text-align: center;
  font-weight: bold;
}
body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1em;
  color: #595f6b;
  background: #6880a6 url('../pics/bgstrip.gif') 24em 0 repeat-y;
}
a {
  color: #214471;
}
a:hover {
  color: #e95757;
}
.slotStatus5 {
  background: #6aa89e;
  color: white;
}
.slotStatus5 a {
  color: white;
}
.slotStatus10 {
  background: #9f8ccf;
  color: white;
}
.slotStatus10 a {
  color: white;
}
.slotStatus0 {
  background: #f0f0f0;
  color: black;
}
.slotStatus0 a {
  color: white;
}
.leftCol {
  float: left;
  width: 66%;
}
.rightCol {
  float: right;
  width: 32%;
}
.meetingStatus1 {
  background: #b1dba9;
}
table.details {
  width: 100%;
}
table.details td,
table.details th {
  border: 1px solid gray;
  padding: 7px 12px;
}
table.details th {
  width: 10em;
}
table.calendarTable {
  width: 100%;
  font-size: 90%;
}
table.calendarTable th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  font-size: 90%;
  overflow: hidden;
}
table.calendarTable tr:hover th {
  background-image: url('../pics/hover.png');
}
table.calendarTable th.hover {
  background-image: url('../pics/hover.png');
}
table.calendarTable select {
  width: 100%;
  padding: 0;
}
table.calendarTable td,
table.calendarTable th {
  padding: 2px;
  border: 1px solid rgba(0,0,0,0.1);
}
table.calendarTable td {
  padding: 0 1px;
}
table.calendarTable td.slotStatus5:hover,
table.calendarTable td.slotStatus10:hover {
  background-image: url('../pics/hover2.png');
}
table.calendarTable td {
  text-align: center;
  vertical-align: middle;
}
table.calendarTable th {
  background: #f0f0f0;
}
table.calendarTable a {
  display: inline-block;
}
table.calendarTable td.slotStatusEngaged {
  background: #ffe46b;
}
table.calendarTable td.slotStatusNotified {
  background: #c2d2d0;
}
table.calendarTable td.waitStatusBlocked {
  background: #e4c764;
  font-size: 85%;
  width: 0.9em;
  text-align: center;
  cursor: pointer;
  text-decoration: line-through;
}
table.calendarTable td.waitStatusEnabled {
  background: #aed088;
  font-size: 85%;
  width: 0.9em;
  text-align: center;
  cursor: pointer;
}
table.calendarTable td.slotHourFull,
table.calendarTable th.slotHourFull {
  border-top: 2px solid black;
}
table.list {
  width: 100%;
}
table.list td,
table.list th {
  border: 1px solid gray;
  padding: 7px 12px;
}
table.list th {
  background: #f0f0f0;
}
h2,
h3 {
  margin-bottom: 0.3em;
}
.error {
  color: red;
}
#header {
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20em;
  text-align: center;
  color: white;
}
#header a {
  color: white;
}
#header h1 {
  margin-bottom: 30px;
  font-size: 100%;
  font-weight: bold;
}
#header h1 strong {
  font-family: 'Lora', serif;
  font-weight: normal;
  font-size: 350%;
  line-height: 0.9;
  display: inline-block;
  color: #ddd6b3;
  margin-bottom: 0.3em;
}
#header h1 a {
  color: #1b2232;
  color: white;
  text-decoration: none;
}
#header ul {
  font-size: 130%;
  padding: 15px 0;
  margin-top: 30px;
}
#header ul a {
  display: block;
  padding: 7px 0;
}
#header .subHeader {
  font-size: 120%;
  margin-bottom: 20px;
}
#footer,
#content {
  margin-left: 24em;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 768px) {
  body {
    background: white none;
  }
  h3.calendarNav span.prev {
    position: relative;
    left: auto;
    top: auto;
  }
  h3.calendarNav span.next {
    position: relative;
    right: auto;
    top: auto;
  }
  #header {
    background: #6880a6;
    width: auto;
    padding: 10px;
    position: relative;
    text-align: left;
  }
  #header ul {
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.7);
  }
  #header ul li {
    border-bottom: 1px solid rgba(255,255,255,0.7);
  }
  #header img {
    width: 4em !important;
  }
  .leftCol {
    float: none;
    width: 100%;
  }
  .rightCol {
    float: none;
    width: 100%;
  }
  #footer,
  #content {
    margin-left: 0;
    padding: 10px;
  }
}
#footer {
  background: white;
  background: white;
  color: black;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#messages {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding-top: 4px;
  color: black;
  font-weight: bold;
  background: repeat-x bottom #99d880;
  -webkit-box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
  box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
}
#messages p {
  padding: 10px 20px;
  margin: 0;
  text-align: center;
}
#content {
  background: white;
  color: black;
}
#content h2 {
  font-weight: normal;
  font-size: 230%;
}
#content table,
#content ul,
#content ol,
#content p,
#content h2,
#content h3,
#content h4 {
  margin: 0 0 1em;
}
#content .moreSpaceFrame {
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid silver;
  padding-bottom: 1.5em;
}
p.todo {
  color: blue;
  margin: 1em 0;
}
.rFloatGlue {
  position: relative;
}
#rCalendar {
  position: absolute;
  z-index: 9999999;
  background: black;
  color: white;
  width: 16em;
  margin: 0;
  border: 0;
}
#rCalendar .rCalendarRight,
#rCalendar .rCalendarLeft {
  cursor: pointer;
}
#rCalendar .rCalendarRight:hover,
#rCalendar .rCalendarLeft:hover {
  background: #a0c331;
}
#rCalendar td,
#rCalendar th {
  padding: 3px 4px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px dotted silver;
  border-right: 1px dotted silver;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}
#rCalendar td.rCalendarWeek,
#rCalendar th.rCalendarWeek {
  bakground: #323232;
}
#rCalendar td.rCalendarDay {
  cursor: pointer;
}
#rCalendar td.rCalendarDay:hover {
  background: #a0c331;
}
#rCalendar #rCalendarSelected {
  background: #a0c331;
  font-weight: bold;
}
h3.calendarNav {
  text-align: center;
  position: relative;
}
h3.calendarNav .prev {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}
h3.calendarNav .next {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
}
.notFree {
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
table.calendarTable .interestLink {
  color: #214471;
}
table.list tr.customerBar th {
  border: 0;
  background: none;
  padding: 0;
  padding-top: 1.6em;
  font-size: 100%;
  vertical-align: bottom;
}
.waitingDetail {
  background: #2d4f85;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  height: 12px;
  width: 9px;
  line-height: 12px;
  font-size: 10px;
  text-decoration: none;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.waitingDetail:hover {
  color: white;
  text-decoration: none;
}
@media print {
  body {
    font-size: 0.8em !important;
    background: none;
  }
  #header,
  #footer {
    display: none;
  }
  #content {
    margin: 0;
    padding: 1em;
  }
  .btn,
  .button {
    display: none;
  }
  a {
    color: black !important;
    text-decoration: none !important;
  }
  table.list {
    width: 100%;
  }
  table.list td,
  table.list th {
    padding: 3px 5px;
  }
}
#blockWarning {
  background: #ffaa00;
  color: black;
  padding: 4px 8px;
  font-size: 14px;
  text-align: center;
}
#cookiesAgreement {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 90%;
  background: #1b2232;
  margin: 0;
  color: silver;
  z-index: 999999;
  border-top: 1px solid #323232;
}
#cookiesAgreement p {
  padding: 1.5em 2em;
  margin: 0 auto;
  max-width: 60em;
}
#cookiesAgreement a.btn {
  margin-top: 0.2em;
  display: inline-block;
}
input.date {
  width: 5em;
}
table.rSortingActivated {
  cursor: row-resize;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rSorter {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  width: 10px;
  color: gray;
}
.rSorter:hover {
  color: #00eef3;
}
table.rSortingActivated .rSorter {
  color: silver !important;
  cursor: row-resize;
}
#rSorterDragger {
  position: absolute;
  background: rgba(0,238,243,0.3);
  cursor: row-resize;
}
#rSorterPointer {
  position: absolute;
  height: 4px;
  margin-top: -2px;
  background: rgba(0,238,243,0.8);
  cursor: row-resize;
}
