.logo-background-image {
  background-image: url(../SharedStyles/Images/Logo_Kumberg.png);
}
.footer-background-image {
  background-image: url(../SharedStyles/Images/BackgroundSquiggles_Circle.png);
}
.waiting-to-login-background-image {
  background-image: url(../SharedStyles/Images/SentinelLogo.png);
}
.page-header-holter {
  color: #ffb45a;
}
.page-header-resting {
  color: #fede3f;
}
.page-header-rhythm {
  color: #29b21e;
}
.page-header-stress {
  color: #b959fc;
}
.page-header-abp {
  color: #4bc2e1;
}
.page-header-ergospirometry {
  color: #4be18e;
}
.page-header-spirometry {
  color: #a7a5a9;
}
.page-header-echo {
  color: #b09b52;
}
.page-header-Plethysmography {
  color: #878a40;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  background-color: white;
  color: black;
}
p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 10px 0;
}
ol,
ul {
  margin: 0 0 10px 0;
}
ol li,
ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
::-ms-clear {
  display: none;
}
:focus {
  outline: none;
}
.ui-selected {
  background: #968afd;
  color: black;
}
input {
  color: #1e1e1e;
  vertical-align: baseline;
}
input[type="radio"] {
  padding-top: 4px;
  padding-bottom: 3px;
  margin-right: .3em;
  vertical-align: -10%;
  margin-left: 0;
}
input[type="radio"]:focus {
  outline: 1px dashed gray;
}
input[type="checkbox"] {
  margin-left: 0;
}
input[type="checkbox"]:focus {
  outline: 1px dashed gray;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="file"],
select,
textarea {
  border: 1px solid darkgray;
  border-radius: 4px 4px 4px 4px;
  background-color: #eef4f8;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  background-color: #b7d2e3;
}
input[type="text"][Disabled],
input[type="password"][Disabled],
input[type="url"][Disabled],
input[type="tel"][Disabled],
input[type="email"][Disabled],
input[type="file"][Disabled],
select[Disabled],
textarea[Disabled] {
  background-color: white;
  border: none;
}
select {
  padding: 1px;
}
textarea {
  resize: none;
}
field {
  height: 1.4rem;
}
.Warn {
  background-color: #ffffaa !important;
}
.Error {
  background-color: #ffccaa !important;
}
editlist input.Error,
editlist select.Error {
  background-color: #fce9dc !important;
}
.todo-remove {
  border: 10px solid fuchsia;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
  content: ".";
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
content.HomeBackground {
  background-image: url(../SharedStyles/Images/BackgroundSquiggles_Circle.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
content.HomeBackground .spacelabs-logo {
  height: 530px;
  background-image: url(../SharedStyles/Images/Logo_Kumberg.png);
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
}
content.WaitingLoginBackground {
  height: 530px;
  background-image: url(../SharedStyles/Images/SentinelLogo.png);
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
}
/******************************************** big banner for major issue notification */

.ui-warning-banner {
  background: white;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
  border: 1px solid lightgray;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.ui-warning-banner h1 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
}
.ui-warning-banner p {
  font-size: 16px;
  font-size: 1rem;
}
.ui-warning-banner p.small {
  font-size: 11px;
  font-size: 0.6875rem;
}
.ui-warning-banner p.strong {
  font-weight: bold;
  text-align: center;
}
content > table {
  table-layout: fixed;
  width: 100%;
}
header,
footer {
  display: block;
  margin: 0;
  padding: 0;
}
page {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
page > header,
page > footer {
  background-color: #2b89db;
  color: white;
  white-space: nowrap;
  position: relative;
}
page > header > content {
  padding: 0;
  margin: 0;
}
page > header > content > div.navigation > span {
  display: inline-block;
  padding-top: 0;
  padding-left: .3em;
  font-size: 22px;
  font-size: 1.375rem;
}
page > header > content > div.navigation #TopRightHeaderIconMenu {
  position: absolute;
  right: 0;
  padding-right: 8px;
  background-color: #2b89db;
  padding-top: 2px;
  padding-bottom: 2px;
}
page > header > content > div.navigation #TopLeftHeaderIconMenu {
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
page > header > content > div.actions {
  background-color: #f0f0f0;
  border-bottom: 1px solid darkgray;
  padding: 4px 10px 4px 10px;
  color: black;
}
page > header > content > div.actions menu {
  float: left;
}
page > header > content > div.actions dataentry {
  padding-top: 8px;
  display: inline-block;
  float: right;
  width: 50%;
}
page > header > content > div.actions:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
  content: ".";
}
page > header > content > div.info {
  background-color: #f0f0f0;
  border-bottom: 1px solid darkgray;
  padding: 4px 10px 4px 10px;
  color: black;
  font-size: 12px;
  font-size: 0.75rem;
}
page > header > content > div.info:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
  content: ".";
}
page > header > content * {
  vertical-align: middle;
}
page > content {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
}
page > content.no-scroll {
  overflow: hidden;
}
page > content .split-page {
  padding-bottom: 10px;
  border-bottom: 1px solid darkgray;
}
page > footer {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
page > footer > table {
  width: 100%;
}
page > footer > table td {
  vertical-align: middle;
}
page > footer > table td:first-child {
  width: 23rem;
}
page > footer > table td:nth-child(2) {
  width: 23rem;
}
page > footer > table td:last-child {
  text-align: right;
}
page > footer #networkStatus {
  display: inline-block;
  width: 4em;
  text-align: right;
}
page > footer #networkStatus .ui-network-error {
  color: Red;
  text-decoration: blink;
}
#AwaitingLoginTitle {
  font-size: 2rem;
  text-align: center;
  padding-top: 2rem;
}
#AwaitingLoginPleaseWait {
  font-size: 1.5rem;
  text-align: center;
}
#webPageUrl {
  display: none;
}
#errorMessage {
  z-index: 2000;
  background: white;
}
#errorDetails {
  overflow: scroll;
  min-height: 100px;
  max-height: 250px;
  height: auto;
}
field#Login_ErrorMessage {
  height: auto;
  background-color: #ffccaa;
  padding: 0 5px 0 5px;
  line-height: 25px;
}
#Info_ClinicalUseWatermark {
  font-size: 2rem;
}
#NotificationBox li {
  font-size: inherit;
}
#NotificationBox .emphasis {
  color: red;
}
dialog {
  padding: 0px;
}
.col-group {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.col-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
  content: ".";
}
.col-group .col-group {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.col-fixed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 11em;
}
.col-remainder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 11em;
}
.col-span-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 8.333333333%;
}
.col-span-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 16.666666667%;
}
.col-span-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 25%;
}
.col-span-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 33.333333333%;
}
.col-span-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 41.666666667%;
}
.col-span-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 50%;
}
.col-span-7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 58.333333333%;
}
.col-span-8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 66.666666667%;
}
.col-span-9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 75%;
}
.col-span-10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 83.333333333%;
}
.col-span-11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 91.666666667%;
}
.col-span-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 100%;
}
dataentry {
  display: table;
  width: 100%;
  border-spacing: 0px;
  margin: 0;
  padding: 0;
}
dataentry row label {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 8px;
  padding-bottom: 8px;
}
dataentry row field {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 8px;
}
dataentry row:last-of-type field,
dataentry row:last-of-type label {
  padding-bottom: 0;
}
dataentry + menu {
  padding-top: 8px;
}
.ui-mandatory:before {
  content: "* ";
}
.popupWindow {
  z-index: 20;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  margin: 0;
  background: white;
  border: 1px solid darkgray;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete-loading {
  background: url('../SharedStyles/images/ui-anim_basic_16x16.gif') right center no-repeat !important;
}
menu.autocomplete {
  padding: 2px;
}
menu.autocomplete a {
  background-color: white;
  border: 2px solid white;
  color: black;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 2px;
}
menu.autocomplete a:hover {
  background-color: #b7d2e3;
  border: 2px solid #b7d2e3;
  color: #1e1e1e;
}
menu.autocomplete a:focus {
  background-color: #2b89db;
  border: 2px solid #2b89db;
  color: white;
}
datagrid {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 10px;
}
datagrid .scrollable {
  overflow: auto;
  width: 100%;
}
header pagingbuttons {
  display: inline-block;
  height: 32px;
  background: #2b89db;
  border-radius: 5px 5px 5px 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px 2px 4px 2px;
}
header pagingbuttons span {
  margin-left: 2px;
  margin-right: 2px;
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
}
header pagingbuttons span.firstPage {
  background-image: url("../SharedStyles/images/gridpaging/paging-first-button.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header pagingbuttons span.firstPage {
    background-image: url("../SharedStyles/images/gridpaging/paging-first-button@2x.png");
    background-size: 32px 32px;
  }
}
header pagingbuttons span.prevPage {
  background-image: url("../SharedStyles/images/gridpaging/paging-backwards-button.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header pagingbuttons span.prevPage {
    background-image: url("../SharedStyles/images/gridpaging/paging-backwards-button@2x.png");
    background-size: 32px 32px;
  }
}
header pagingbuttons span.nextPage {
  background-image: url("../SharedStyles/images/gridpaging/paging-forwards-button.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header pagingbuttons span.nextPage {
    background-image: url("../SharedStyles/images/gridpaging/paging-forwards-button@2x.png");
    background-size: 32px 32px;
  }
}
header pagingbuttons span.notenabled {
  opacity: 0.2;
  cursor: not-allowed;
}
header .pageNumber {
  position: relative;
  top: -10px;
  padding-left: 10px;
}
datagrid,
editlist,
readonlylist > addedRows {
  vertical-align: top;
  display: block;
  width: 100%;
  border-spacing: 0px;
}
rows {
  display: table;
  table-layout: fixed;
  width: 100%;
}
row {
  display: table-row;
  padding: 0;
  margin: 0;
  border: 0;
}
column {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  border-left: 1px dotted lightgray;
  border-right: 1px dotted lightgray;
  position: relative;
}
column.image-column {
  width: 30px;
}
column span {
  display: block;
  white-space: nowrap;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
column div.resize-handle {
  position: absolute;
  font-size: 0;
  display: block;
  width: 8px;
  right: -1px;
  top: 0;
  height: 2rem;
  cursor: col-resize;
  padding-right: -5px;
}
datagrid column.sortable {
  cursor: pointer;
}
datagrid column span {
  padding-right: 14px;
}
columns {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #2b89db;
  color: white;
}
cell {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: .2em;
  padding-bottom: .2em;
  border: 1px solid #cccccc;
  vertical-align: middle;
  cursor: inherit;
  color: black;
}
cell.image-column {
  width: 30px;
}
cell img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
datagrid row {
  height: 32px;
}
datagrid row[disabled],
editlist row[disabled] {
  opacity: 0.6 !important;
  text-decoration: line-through !important;
  cursor: not-allowed !important;
}
datagrid row:not([disabled]),
editlist row:not([disabled]) {
  cursor: pointer;
}
datagrid row.ui-selected,
editlist row.ui-selected {
  background: #968afd !important;
  font-weight: bold;
  color: black;
}
datagrid row:focus,
editlist row:focus {
  outline: black dashed 1px;
}
datagrid row:not(.ui-selected):hover cell,
editlist row:not(.ui-selected):hover cell {
  background-color: #e6f7f7;
}
datagrid row.ui-selected:hover cell,
editlist row.ui-selected:hover cell {
  background-color: #8476fd;
}
datagrid row:nth-child(odd) {
  background-color: #eeeeee;
}
datagrid row:nth-child(even) {
  background-color: white;
}
.sort-ascending {
  background-image: url(../SharedStyles/images/ascending_sort.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.sort-descending {
  background-image: url(../SharedStyles/images/descending_sort.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.ui-dialog-titlebar-close {
  visibility: hidden;
}
backdrop {
  z-index: 10;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #2b89db;
  opacity: 0.3;
}
dialog {
  display: block;
  z-index: 15;
}
dialog > header {
  display: block;
  background-color: #2b89db;
  color: white;
  border-radius: 4px 4px 0 0;
  padding: 4px 10px 4px 10px;
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: left;
}
dialog > content {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  padding: 10px;
}
dialog > content p {
  text-align: justify;
}
.ui-messageBox p,
.ui-confirmationBox p {
  white-space: pre-wrap;
  text-align: left;
}
.ui-messageBox a:hover,
.ui-confirmationBox a:hover {
  color: #1e1e1e;
  background-color: #b7d2e3;
}
/* Styling of Jquery UI dialog used in Import Report Dialog and Please Wait Dialogs */

.ui-widget-header {
  background: none;
  background-color: #2b89db;
  color: white;
}
.ui-widget-content .ui-state-default {
  background: none;
  background-color: #2b89db;
  color: white;
}
button.ui-button:not(.ui-button-disabled):hover {
  color: #1e1e1e;
  background-color: #b7d2e3;
}
.ui-dialog .ui-dialog-titlebar-close span {
  margin: 0;
  top: 0;
  left: 0;
}
.confirmmsg {
  text-align: left;
  max-width: 600px;
}
.confirmmsg label {
  width: 15em;
  padding-left: 35px;
  padding-bottom: 0;
}
.confirmmsg field {
  padding-left: 35px;
  padding-bottom: 0;
}
.confirmmsg dataentry {
  text-align: left;
  padding-bottom: 8px;
}
editlist a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  width: 8em;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
  margin: 2px;
  border: 10px solid fuchsia;
}
.ui-editlist-checkbox-cell {
  text-align: center;
}
editlist {
  font-size: 13px;
  font-size: 0.8125rem;
}
editlist > addedRows > scrollableregion {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
editlist table.ui-editlist-newentry {
  width: 100%;
  vertical-align: top;
  table-layout: fixed;
  border-spacing: 0;
}
editlist table.ui-editlist-newentry td {
  vertical-align: top;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid transparent;
}
editlist table.ui-editlist-newentry td.ui-editlist-scroll-column {
  width: 15px;
  padding: 0;
}
editlist columns column span {
  height: 1.5rem;
  line-height: 1.5rem;
}
editlist columns column.scrollbar {
  width: 15px;
  padding: 0;
}
readonlylist {
  font-size: 13px;
  font-size: 0.8125rem;
}
readonlylist > addedRows > scrollableregion {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
readonlylist columns column span {
  height: 1.5rem;
  line-height: 1.5rem;
}
readonlylist columns column.scrollbar {
  width: 15px;
  padding: 0;
}
readonlylist row:nth-child(odd) {
  background-color: #eeeeee;
}
readonlylist row:nth-child(even) {
  background-color: white;
}
menu {
  padding: 0;
  margin: 0;
}
menu > a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  padding: 8px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: 2px solid #2b89db;
  background-color: #2b89db;
  color: white;
  cursor: pointer;
}
menu > a > img {
  border: 0;
}
menu > a:not(.notenabled):focus {
  border: 2px dotted white;
}
menu > a:not(.notenabled):hover {
  color: #1e1e1e;
  background-color: #b7d2e3;
  border: 2px solid #b7d2e3;
}
menu > a.notenabled {
  background: #bbbdc0;
  border: 2px solid #bbbdc0;
  color: #1e1e1e;
  cursor: not-allowed;
}
menu separator {
  display: block;
}
menu.Horizontal {
  display: inline-block;
  font-size: 0px;
  font-size: 0rem;
}
menu.Horizontal > a {
  display: inline-block;
  margin-right: 4px;
}
menu.Horizontal > a:last-of-type {
  margin-right: 0;
}
menu.Horizontal > separator {
  display: inline-block;
  width: 6px;
}
menu.Vertical {
  width: 100%;
  margin-bottom: 2px;
}
menu.Vertical.popupWindow {
  padding: 2px;
  width: auto;
}
menu.Vertical > a {
  margin-bottom: 2px;
}
menu.Vertical > a.popupmenu {
  background-image: url('../SharedStyles/images/popupmenuarrow.png');
  background-repeat: no-repeat;
  background-position: right center;
}
menu.Vertical > a:last-of-type {
  margin-bottom: 0;
}
menu.Vertical > separator {
  margin-top: 8px;
}
menu.Vertical:last-of-type {
  margin-bottom: 0;
}
menu.icon {
  font-size: 0px;
  font-size: 0rem;
}
menu.icon > a {
  padding: 0;
  margin: 0;
  font-size: 0px;
  font-size: 0rem;
}
menu.icon > a > img {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  width: 32px;
  height: 32px;
}
menu.icon > a:not(.notenabled):hover {
  background-color: #2b89db;
}
menu.icon > separator {
  padding-right: 20px;
}
menu.iconAndText > a {
  vertical-align: top;
  background-color: white;
  border: 2px solid white;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: black;
  max-width: 7em;
  min-width: 7em;
  height: 7em;
  display: inline-block;
}
menu.iconAndText > a > img {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 3px;
}
menu.iconAndText > a.notenabled {
  color: #bbbdc0;
}
menu.iconAndText > a:not(.notenabled):focus {
  border: 2px dotted #2b89db;
}
portlet {
  display: block;
  margin-bottom: 10px;
}
portlet > header {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 6px 6px 0 0;
  background: #2b89db;
  color: white;
  padding: 5px 8px 5px 8px;
}
portlet > content {
  display: block;
  margin: 0;
  border-radius: 0 0 6px 6px;
  background: white;
  border-left: 1px solid darkgray;
  border-right: 1px solid darkgray;
  border-bottom: 1px solid darkgray;
  padding: 8px;
}
portlet > content menu a {
  font-size: 14px;
  font-size: 0.875rem;
}
portlet > content table {
  border-collapse: collapse;
}
portlet > content table td {
  padding: 0;
  padding-right: 8px;
  vertical-align: top;
}
portlet > content table td:last-child {
  padding-right: 0;
}
portlet .ui-icon {
  display: inline-block;
  cursor: default;
  width: 16px;
  height: 16px;
}
.ui-icon-expand {
  background-image: url(../SharedStyles/images/expand.png);
}
.ui-icon-collapse {
  background-image: url(../SharedStyles/images/collapse.png);
}
tooltip.popupWindow {
  display: inline-block;
  max-width: 300px;
  padding: .3em;
  margin-top: -2px;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: floralwhite;
  overflow-y: hidden;
}
tabs {
  display: block;
  position: relative;
  clear: both;
  margin: 0;
}
tabs tab {
  display: block;
  float: left;
  padding-right: 3px;
  padding-bottom: 10px;
}
tabs tab > label {
  background-color: #eeeeee;
  padding: 5px 10px 5px 10px !important;
  border: 1px solid #cccccc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  cursor: pointer;
}
tabs.tabstrip > tab > label {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
tab.tabstrip > label {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
tab > [type=radio] {
  display: none;
}
tab > content {
  position: absolute;
  top: 28px;
  left: 0;
  background-color: white;
  right: 0;
  bottom: 0;
  padding: 7px;
  border: 1px solid #cccccc;
}
tab.tabblock > [type=radio]:checked ~ label {
  background-color: white;
  border-bottom: 4px solid white;
  z-index: 2;
}
tab.tabstrip > [type=radio]:checked ~ label {
  background-color: black;
  color: white;
}
[type=radio]:checked ~ label ~ content {
  z-index: 1;
}
div.audio-player {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -161px;
  margin-top: -36px;
  z-index: 20;
  background-color: white;
  border: 1px solid darkgray;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
div.audio-player .header {
  background-color: #2b89db;
  color: white;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}
div.audio-player .header .close {
  cursor: pointer;
  float: right;
  font-weight: bold;
  padding: 0 2px 0 2px;
  border-radius: 2px;
}
div.audio-player .header .close:hover {
  background-color: #b7d2e3;
  color: #1e1e1e;
}
div.audio-player .body {
  padding: 10px;
}
page {
  background-image: url(../SharedStyles/Images/Logo_Kumberg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
page > header {
  background: silver;
  color: black;
  border: 1px solid lightgray;
  padding: 4px;
  height: 26px;
}
page > content {
  padding: 10px;
  overflow-y: auto;
}
page > content div.login-controls {
  max-width: 350px;
}
menu a {
  margin: 0;
}
@media screen and (min-width: 709px) {
  page {
    background-image: url(../SharedStyles/Images/Logo_Kumberg.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  #Info_ClinicalUseWatermark {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 0.75rem;
  }
  #Info_ClinicalUseWatermark:empty {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .ui-warning-banner h1 {
    font-size: 16px;
    font-size: 1rem;
  }
  .ui-warning-banner p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #Info_ClinicalUseWatermark {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    padding-bottom: 0.75rem;
  }
  #Info_ClinicalUseWatermark:empty {
    display: none;
  }
  #NotificationWindow {
    display: none;
  }
}
