body.wf-body {
  margin: 0;
  padding: 0;
  background: #d4d0c8;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #1a1a1a;
}

a { color: #0b3d91; }

table.shell {
  width: 100%;
  min-height: 100%;
  border-collapse: collapse;
}

td.masthead {
  height: 46px;
  background: #1f4e79 url(data:image/gif;base64,R0lGODlhAQAgAIAAACpTdh8+XCH5BAAAAAAALAAAAAABACAAAAIFRI55qwUAOw==) repeat-x;
  color: #ffffff;
  padding: 0 8px;
  border-bottom: 2px solid #0d2b45;
}

.masthead-brand {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.masthead-version {
  font-size: 10px;
  font-weight: normal;
  color: #b9d3ea;
  margin-left: 10px;
}

.masthead-user { color: #e4eef7; font-size: 11px; }
.masthead-user a { color: #ffd77a; }

td.leftnav {
  width: 168px;
  background: #ece9d8;
  border-right: 1px solid #9c9a8c;
  padding: 6px 0 0 0;
}

table.menu { width: 100%; }

.menu-header {
  background: #7b9ebd;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
  border-bottom: 1px solid #5a7f9e;
}

.menu-item {
  padding: 4px 8px 4px 14px;
  border-bottom: 1px solid #d8d4c2;
}

.menu-item a { text-decoration: none; color: #10386b; }
.menu-item a:hover { text-decoration: underline; }
.menu-item-selected { background: #fdfbe8; font-weight: bold; }

.leftnav-footer {
  margin-top: 14px;
  padding: 6px 8px;
  color: #6f6c5e;
  font-size: 10px;
  border-top: 1px solid #d8d4c2;
}

td.content {
  background: #ffffff;
  padding: 10px 14px 24px 14px;
  vertical-align: top;
}

td.statusbar {
  background: #ece9d8;
  border-top: 1px solid #9c9a8c;
  padding: 4px 8px;
  color: #55524a;
  font-size: 10px;
}

.page-title {
  font-size: 15px;
  font-weight: bold;
  color: #1f4e79;
  border-bottom: 1px solid #c3d4e2;
  padding-bottom: 4px;
  margin: 0 0 10px 0;
}

.section-title {
  background: #e8eef4;
  border: 1px solid #c3d4e2;
  border-bottom: none;
  font-weight: bold;
  color: #1f4e79;
  padding: 3px 6px;
}

fieldset.wf-panel {
  border: 1px solid #b5c4d1;
  background: #f7f9fb;
  padding: 8px 10px 10px 10px;
  margin: 0 0 12px 0;
}

fieldset.wf-panel legend {
  font-weight: bold;
  color: #1f4e79;
  padding: 0 4px;
}

table.formgrid td { padding: 3px 6px; vertical-align: middle; }
td.label-cell { text-align: right; white-space: nowrap; color: #333; }
.required { color: #b00000; font-weight: bold; }

input.wf-text, select.wf-select, textarea.wf-textarea {
  border: 1px solid #7f9db9;
  background: #ffffff;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  padding: 2px 3px;
}

input.wf-text { width: 160px; }
select.wf-select { min-width: 166px; }
textarea.wf-textarea { width: 520px; }

input.wf-button {
  border: 1px solid #7b7b73;
  background: #ece9d8;
  padding: 2px 12px;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  cursor: pointer;
}

input.wf-button:hover { background: #f6f4e8; }
input.wf-button[disabled] { color: #9a9a9a; border-color: #b9b9b1; cursor: default; }

table.wf-grid {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #b5c4d1;
}

table.wf-grid th {
  background: #6b8fb0;
  color: #ffffff;
  text-align: left;
  padding: 4px 6px;
  border-right: 1px solid #90aac4;
  white-space: nowrap;
}

table.wf-grid th a { color: #ffffff; text-decoration: none; }
table.wf-grid th a:hover { text-decoration: underline; }

table.wf-grid td {
  padding: 3px 6px;
  border-bottom: 1px solid #dce5ec;
  border-right: 1px solid #eef2f6;
  white-space: nowrap;
}

table.wf-grid tr.row-alt td { background: #f3f7fa; }
table.wf-grid tr.row-sel td { background: #fdf3c8; }
table.wf-grid tr.pager td { background: #e8eef4; padding: 4px 6px; }

.grid-empty { padding: 10px; color: #7a7a7a; font-style: italic; }

.validation-summary {
  border: 1px solid #d09b9b;
  background: #fdeaea;
  color: #a30000;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.info-strip {
  border: 1px solid #c9d9a5;
  background: #f2f8e2;
  color: #3c5115;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.alert-strip {
  border: 1px solid #e0c48a;
  background: #fdf6e0;
  color: #6b4e12;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-weight: bold;
}

.login-shell {
  width: 380px;
  margin: 70px auto 0 auto;
  border: 1px solid #7f9db9;
  background: #ffffff;
}

.login-head {
  background: #1f4e79;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 10px;
}

.login-body { padding: 16px 18px; }

.interstitial {
  width: 620px;
  margin: 60px auto 0 auto;
  border: 1px solid #7f9db9;
  background: #ffffff;
}

.interstitial-head {
  background: #1f4e79;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 10px;
}

.interstitial-body { padding: 16px 18px; line-height: 1.6; }
.interstitial-note { color: #7a6a2a; }

.breadcrumb {
  color: #55524a;
  margin-bottom: 8px;
}

.mrn-chip {
  display: inline-block;
  background: #eef4f9;
  border: 1px solid #c3d4e2;
  padding: 1px 5px;
  font-family: "Courier New", monospace;
}

.wf-tabs { border-bottom: 1px solid #b5c4d1; margin-bottom: 10px; padding-left: 4px; }

.wf-tab {
  display: inline-block;
  border: 1px solid #b5c4d1;
  border-bottom: none;
  background: #e8eef4;
  padding: 3px 12px;
  margin-right: 2px;
  color: #1f4e79;
  text-decoration: none;
}

.wf-tab-active { background: #ffffff; font-weight: bold; position: relative; top: 1px; }

.spinner-block {
  padding: 40px;
  text-align: center;
  color: #6b7f92;
}

.login-hint {
  margin-top: 16px;
  border-top: 1px solid #dfe6ec;
  padding-top: 8px;
  color: #6b7f92;
  font-size: 10px;
  line-height: 1.6;
}

.login-variants {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dotted #cfd8e0;
  color: #6b7f92;
  font-size: 10px;
  line-height: 1.7;
}

.citrix-shell {
  min-height: 520px;
  background: #1a1a1a;
  padding: 40px 0 60px 0;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.citrix-brand {
  text-align: center;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 26px;
}

.citrix-box {
  width: 380px;
  margin: 0 auto;
  background: #2b2b2b;
  border: 1px solid #4a4a4a;
  padding: 24px 28px 20px 28px;
  color: #dcdcdc;
}

.citrix-head {
  font-size: 17px;
  color: #fff;
  margin-bottom: 16px;
}

.citrix-box label {
  display: block;
  margin: 10px 0 3px 0;
  color: #b8b8b8;
  font-size: 12px;
}

.citrix-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #565656;
  background: #1f1f1f;
  color: #f0f0f0;
  padding: 6px 7px;
  font-size: 13px;
}

.citrix-button {
  margin-top: 18px;
  width: 100%;
  background: #6c9c3e;
  border: none;
  color: #fff;
  padding: 9px 0;
  font-size: 14px;
  cursor: pointer;
}

.citrix-note { margin-top: 16px; color: #9a9a9a; font-size: 11px; line-height: 1.6; }
.citrix-error { background: #4a2020; border: 1px solid #7d3434; color: #f0c4c4; padding: 8px 10px; margin-bottom: 10px; }
.citrix-box .login-hint, .citrix-box .login-variants { color: #9a9a9a; border-color: #4a4a4a; }
.citrix-box .login-variants a, .citrix-box .login-hint b { color: #a9cf7b; }

.sso-shell {
  min-height: 520px;
  background: #f2f2f2;
  padding: 60px 0;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.sso-box {
  width: 420px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  padding: 40px 44px;
}

.sso-org { font-size: 15px; color: #1b1b1b; margin-bottom: 22px; font-weight: 600; }
.sso-title { font-size: 22px; color: #1b1b1b; margin-bottom: 16px; }
.sso-account { color: #605e5c; margin-bottom: 6px; }

.sso-input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #666;
  padding: 7px 2px;
  font-size: 15px;
  outline: none;
}

.sso-links { margin-top: 16px; font-size: 13px; }
.sso-links a { color: #0067b8; text-decoration: none; }
.sso-actions { margin-top: 26px; text-align: right; }

.sso-button {
  background: #0067b8;
  border: none;
  color: #fff;
  padding: 8px 34px;
  font-size: 14px;
  cursor: pointer;
}

.sso-error { background: #fde7e9; border: 1px solid #d13438; color: #a4262c; padding: 8px 10px; margin-bottom: 12px; }
.sso-footer { width: 420px; margin: 14px auto 0 auto; }

.smartcard-shell { padding: 40px 0; background: #d4d0c8; min-height: 500px; }

.smartcard-box {
  width: 520px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #7f9db9;
}

.smartcard-head { background: #5a5a5a; color: #fff; font-weight: bold; padding: 7px 12px; }
.smartcard-body { padding: 16px 18px; }

.smartcard-reader {
  display: table;
  width: 100%;
  background: #f3f5f7;
  border: 1px solid #c9d3dc;
  padding: 10px 12px;
}

.smartcard-reader > div { display: table-cell; vertical-align: middle; }

.smartcard-icon {
  width: 54px;
  font-family: "Courier New", monospace;
  font-size: 26px;
  color: #4a7ba7;
}

.smartcard-sub { color: #6b7f92; font-size: 10px; }
.smartcard-note { margin-top: 14px; color: #8a6c2a; font-size: 10px; line-height: 1.6; }

.portal-shell { background: #eef4f8; min-height: 560px; font-family: "Segoe UI", Tahoma, sans-serif; }

.portal-hero {
  background: #0e7c86;
  color: #fff;
  padding: 34px 0 30px 0;
  text-align: center;
}

.portal-brand { font-size: 30px; font-weight: 300; letter-spacing: .5px; }
.portal-tag { margin-top: 8px; color: #bfe4e7; font-size: 14px; }

.portal-box {
  width: 400px;
  margin: -18px auto 0 auto;
  background: #fff;
  border: 1px solid #d3dfe4;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 26px 30px;
}

.portal-head { font-size: 18px; color: #14606a; margin-bottom: 16px; }
.portal-box label { display: block; margin: 12px 0 4px 0; color: #44575e; font-size: 13px; }

.portal-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b9cbd2;
  border-radius: 3px;
  padding: 8px;
  font-size: 14px;
}

.portal-check { font-size: 12px !important; color: #56676d; margin-top: 14px !important; }

.portal-button {
  margin-top: 18px;
  width: 100%;
  background: #0e7c86;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 10px 0;
  font-size: 15px;
  cursor: pointer;
}

.portal-links { margin-top: 14px; font-size: 12px; text-align: center; color: #6b7f92; }
.portal-links a { color: #0e7c86; text-decoration: none; }
.portal-note { margin-top: 14px; color: #7b8b91; font-size: 11px; line-height: 1.6; }

.masthead-search { color: #dbe7f2; }
.masthead-search label { margin-right: 4px; }

.masthead-input {
  border: 1px solid #0d2b45;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  padding: 2px 3px;
  width: 190px;
}

.masthead-select {
  border: 1px solid #0d2b45;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  margin-left: 3px;
}

.masthead-sub { color: #a9c6e0; font-size: 10px; }

td.subnav-row { padding: 0; }

table.subnav {
  background: #dfe8f3;
  border-bottom: 1px solid #9fb6cc;
}

td.subnav-cell {
  padding: 4px 8px;
  border-right: 1px solid #c8d6e4;
  white-space: nowrap;
}

td.subnav-cell label {
  color: #3d5a75;
  margin-right: 4px;
}

.subnav-select {
  border: 1px solid #7f9db9;
  background: #fff;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  padding: 1px 2px;
}

.subnav-stat {
  margin-left: 12px;
  color: #3d5a75;
}

.leftnav-section { margin-top: 12px; }

.leftnav-line {
  padding: 3px 8px 3px 12px;
  border-bottom: 1px solid #e2dfd0;
  color: #3f3d35;
}

.leftnav-line b { float: right; color: #1f4e79; }

td.rightrail {
  width: 240px;
  background: #f4f6f8;
  border-left: 1px solid #c3d4e2;
  padding: 8px 8px 12px 8px;
  vertical-align: top;
}

.rail-block { margin-bottom: 12px; }

.rail-head {
  background: #7b9ebd;
  color: #fff;
  font-weight: bold;
  padding: 3px 6px;
}

table.rail-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #c3d4e2;
  border-top: none;
}

table.rail-table td {
  padding: 3px 5px;
  border-bottom: 1px solid #e7edf2;
  color: #3f4b57;
  vertical-align: top;
}

.rail-tag {
  color: #1f4e79;
  font-weight: bold;
  white-space: nowrap;
}

.rail-count {
  text-align: right;
  font-weight: bold;
  color: #1f4e79;
  white-space: nowrap;
}

td.bottom-cell {
  background: #fff;
  border-top: 2px solid #9fb6cc;
  padding: 10px 14px;
}

.bottom-band {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px 0;
}

.bottom-col {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}

table.bottom-grid td, table.bottom-grid th {
  font-size: 10px;
  padding: 2px 4px;
}

.bottom-note {
  margin-top: 6px;
  color: #6b7f92;
  font-size: 10px;
  line-height: 1.5;
}

.status-strip {
  background: #eef2f6;
  border-top: 1px solid #c3d4e2;
  border-bottom: 1px solid #c3d4e2;
  padding: 5px 10px;
  color: #45596b;
  font-size: 10px;
}

.status-strip span { margin-right: 18px; }

.fault-banner {
  background: #2b2b2b;
  color: #f2c14e;
  font-family: "Courier New", monospace;
  font-size: 10px;
  padding: 3px 8px;
}
