/* IMPORT REQUIRED BOOTSTRAP STYLES */
/* we need to manually specify mixins, because gradle less compiler has issues with import within another imports */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.zkbs-theme {
  /* DOCUMENT VIEWER 2 STYLE */

  /* SIGNATURE PROMPT STYLE */

  /** checkbox signature */

}
.zkbs-theme .viewer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.zkbs-theme .viewer .iframe {
  flex: 1 1 auto;
  padding: 0;
  border: 3px solid #5f9ea0;
  border-bottom: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
.zkbs-theme .viewer .toolbar {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  border: 3px solid #5f9ea0;
  border-top: 0;
  background-color: #f2fbff;
}
.zkbs-theme .viewer .toolbar .buttons {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.zkbs-theme .viewer .toolbar .buttons .item {
  flex: 0;
  padding: 3px min(1%, 20px);
  text-align: center;
}
.zkbs-theme .viewer .toolbar .buttons .item button {
  min-width: 100px;
  min-height: 50px;
}
@media screen and (max-width: 480px) {
  .zkbs-theme .viewer .toolbar .buttons .item button {
  display: flex;
  align-items: center;
  min-height: 25px;
}
.zkbs-theme .viewer .toolbar .buttons .item button .fa-2x {
  font-size: 1.25em;
}

}
.zkbs-theme .signWindow {
  display: flex;
  flex-direction: column;
  flex: auto;
  min-width: 400px;
  padding: .5em 1em 0 1em;
}
@media (max-height: 400px) {
  .zkbs-theme .signWindow {
  max-height: 96vh;
}

}
@media (max-width: 550px) {
  .zkbs-theme .signWindow {
  max-width: 96vw;
}

}
.zkbs-theme .signWindow .whoSigning {
  font-size: larger;
  font-weight: bold;
  flex-grow: 0;
}
.zkbs-theme .signWindow .signers .signer {
  border: solid 1px #b9bdbf;
  border-radius: 4px;
  padding: .5em .7em;
  margin-bottom: .3em;
}
.zkbs-theme .signWindow .signers .signer .item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.2em 0 0;
  align-items: center;
  padding: 0 .2em;
}
.zkbs-theme .signWindow .signers .signer .item-row div:first-child {
  font-weight: bold;
}
.zkbs-theme .signWindow .signers .signer .item-row.signer-field {
  width: 100%;
  background-color: white;
  border: 1px solid #bde0ff;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
}
.zkbs-theme .signWindow .signers .signer .item-row.signer-field div {
  margin-bottom: 0;
}
.zkbs-theme .signWindow .signers .signer .item-row.signer-field div.accept-decline-box {
  width: 100%;
  padding-right: 5px;
  border: none;
  text-align: right;
}
.zkbs-theme .signWindow .signers .signer .item-row.signer-field div.button-box {
  width: 100%;
  padding-right: 5px;
  border: none;
  text-align: right;
}
.zkbs-theme .signWindow .signers .signer .item-row.signer-field label {
  margin-bottom: 0;
}
.zkbs-theme .signWindow .signers .signer .item-row.signer-field label.agree-checkbox {
  width: 100%;
  padding-right: 5px;
  border: none;
  text-align: right;
}
.zkbs-theme .signWindow .signers .signer .item-row.signer-field label.decline-checkbox {
  padding-left: 10px;
}
.zkbs-theme .signWindow .signers .signer .item-row.signatureBlurb {
  width: 100%;
  display: inline-block;
  padding: 5px;
  border: 1px solid #57b1ff;
  border-radius: 4px;
  background-color: #bde0ff;
}
.zkbs-theme .signWindow .signers .signer .item-row.signatureBlurb label {
  margin-bottom: 0;
}
.zkbs-theme .signWindow .signers .signer .item-row.signatureBlurb label.agree-checkbox {
  width: 100%;
  padding-right: 5px;
  border: none;
  text-align: right;
}
.zkbs-theme .signWindow .signers .signer .item-row:not(.signer-field) {
  font-weight: bold;
}
.zkbs-theme .signWindow .signers .signer .item-row button {
  margin-left: .5em;
}
.zkbs-theme .signWindow .signers .signer:first-child {
  margin-top: .5em;
}
.zkbs-theme .signWindow .signers .signer:last-child {
  margin-bottom: .5em;
}
.zkbs-theme .signWindow .signers .signer.selected {
  background-color: aliceblue;
}
.zkbs-theme .signWindow .signers .signer.selected > div > .item-row {
  flex: 1 0 2em;
  padding: 0;
}
.zkbs-theme .signWindow .signers .signer.selected > div > .item-row label {
  padding-left: 0;
}
.zkbs-theme .signWindow .signers .signer.selected > div > .item-row label > span {
  font-weight: bold;
  font-size: larger;
}
.zkbs-theme .signWindow .signers .signer.selected > div .signerFields-wrap {
  display: flex;
  flex-direction: column;
}
.zkbs-theme .signWindow .signers .signer.selected > div .signerFields-wrap .signerFields {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: 45vh;
  margin-top: .2em;
  padding-right: 3px;
}
.zkbs-theme .signWindow .signers .signer.selected > div .signerFields-wrap .signerFields::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
.zkbs-theme .signWindow .signers .signer.selected > div .signerFields-wrap .signerFields::-webkit-scrollbar-track {
  background-color: #B9BDBF;
  border-radius: 5px;
  border: 1px solid transparent;
}
.zkbs-theme .signWindow .signers .signer.selected > div .signerFields-wrap .signerFields::-webkit-scrollbar-thumb {
  background-color: #9ea4a7;
  border-radius: 5px;
}
.zkbs-theme .signWindow .toolbar {
  flex: 0 0 40px;
  display: flex;
  justify-content: center;
}
.zkbs-theme .signWindow .toolbar .item {
  flex: 0 1 120px;
  padding: 0 10px;
  text-align: center;
}
.zkbs-theme .signWindow .toolbar .item button {
  min-width: 100px;
}
.zkbs-theme .sigImage {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
  padding: 1em;
}
.zkbs-theme .sigImage .content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.zkbs-theme .sigImage .content-wrap form-control {
  display: inline-block;
  width: auto;
  padding: 6px;
  margin-right: 3px;
}
.zkbs-theme .sigImage .content-wrap form-control.x-short-field {
  width: 55px;
}
.zkbs-theme .sigImage .tab-content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.zkbs-theme .sigImage .tab-content-wrap .tab-content .tab-pane {
  padding-top: .5em;
}
.zkbs-theme .sigImage .tab-content-wrap .tab-content .image-message {
  font-weight: normal;
}
.zkbs-theme .sigImage .tab-content-wrap .tab-content #fileRotatePanel,
.zkbs-theme .sigImage .tab-content-wrap .tab-content #fileThresholdPanel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zkbs-theme .sigImage .tab-content-wrap .tab-content #signatureImage {
  padding-top: .5em;
}
.zkbs-theme .sigImage .tab-content-wrap .tab-content input[type=range],
.zkbs-theme .sigImage .tab-content-wrap .tab-content input[type=range]:focus,
.zkbs-theme .sigImage .tab-content-wrap .tab-content input[type=file],
.zkbs-theme .sigImage .tab-content-wrap .tab-content input[type=file]:focus {
  border: none;
  box-shadow: none;
}
.zkbs-theme .sigImage .header {
  flex-grow: 0;
}
.zkbs-theme .sigImage .header .title {
  width: 100%;
  font-size: larger;
  text-align: right;
  margin-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.zkbs-theme .sigImage .header .title .signer {
  font-weight: bold;
}
.zkbs-theme .sigImage .toolbar {
  flex-grow: 0;
  z-index: 10;
}
.zkbs-theme .sigImage .toolbar .buttons {
  text-align: right;
  padding-top: 4px;
}
.zkbs-theme .sigImage .toolbar .buttons button {
  margin-left: 3px;
}
.zkbs-theme .sigImage .sigBlurb {
  padding: 2px;
  margin: 2px 2px 10px 2px;
}
@font-face {
  font-family: 'Journal';
src: url('journal.eot');
src: url('journal.eot?#iefix') format('embedded-opentype'), url('journal.woff') format('woff'), url('journal.ttf') format('truetype'), url('journal.svg#JournalRegular') format('svg');
font-weight: normal;
font-style: normal;
}
.zkbs-theme .sigImage .sigPad {
  margin: 0;
  padding: 0;
}
.zkbs-theme .sigImage .sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;
  color: #000;
  font: italic normal 1em/1.375 Georgia, Times, serif;
}
.zkbs-theme .sigImage .sigPad label.error {
  color: #f33;
}
.zkbs-theme .sigImage .sigPad input {
  margin: 0;
  padding: 0.2em 0;
  font-size: 1em;
}
.zkbs-theme .sigImage .sigPad input.error {
  border-color: #f33;
}
.zkbs-theme .sigImage .sigPad button {
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;
  background-color: #ccc;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #555;
  font: bold 1em/1.375 sans-serif;
  text-align: left;
}
.zkbs-theme .sigImage .sigPad button:hover {
  background-color: #333;
  color: #fff;
}
.zkbs-theme .sigImage .sig {
  display: none;
}
.zkbs-theme .sigImage .sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.zkbs-theme .sigImage .sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.zkbs-theme .sigImage .sigNav a,
.zkbs-theme .sigImage .sigNav a:link,
.zkbs-theme .sigImage .sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;
  border: 0;
  color: #333;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline;
}
.zkbs-theme .sigImage .sigNav a.current,
.zkbs-theme .sigImage .sigNav a.current:link,
.zkbs-theme .sigImage .sigNav a.current:visited {
  background-color: #666;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  text-decoration: none;
}
.zkbs-theme .sigImage .sigNav .typeIt a.current,
.zkbs-theme .sigImage .sigNav .typeIt a.current:link,
.zkbs-theme .sigImage .sigNav .typeIt a.current:visited {
  background-color: #ccc;
  color: #555;
}
.zkbs-theme .sigImage .sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;
  font-size: 0.75em;
  line-height: 1.375;
}
.zkbs-theme .sigImage .sigWrapper {
  clear: both;
  box-shadow: 0px 1px 2px 0px rgba(170, 170, 170, 0.3);
}
.zkbs-theme .sigImage .sigWrapper.current {
  border-color: #666;
}
.zkbs-theme .sigImage .signed .sigWrapper {
  border: 0;
}
.zkbs-theme .sigImage .pad {
  position: relative;
  cursor: crosshair;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.zkbs-theme .sigImage .typed {
  height: 55px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 90;
  cursor: default;
  color: #145394;
  font: normal 1.875em/50px "Journal", Georgia, Times, serif;
}
.zkbs-theme .sigImage .typeItDesc,
.zkbs-theme .sigImage .drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;
  border-top: 3px solid #ccc;
  color: #000;
  font: italic normal 1em/1.375 Georgia, Times, serif;
}
.zkbs-theme .sigImage p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;
  background-color: #f33;
  color: #fff;
  font-weight: bold;
}
.zkbs-theme .loginSignature {
  display: flex;
  flex-direction: column;
  flex: auto;
  height: 100%;
  padding: 1em;
}
.zkbs-theme .loginSignature .header {
  flex-grow: 0;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: .5em;
}
.zkbs-theme .loginSignature .content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.zkbs-theme .loginSignature .content-wrap .content {
  margin: 1em 0;
}
.zkbs-theme .loginSignature .content-wrap .content .name {
  font-weight: bold;
}
.zkbs-theme .loginSignature .content-wrap .content .buttons {
  width: 100%;
  text-align: center;
}
.zkbs-theme .loginSignature .content-wrap .content .buttons button {
  margin-left: 2px;
}
.zkbs-theme .loginSignature .footer {
  flex-grow: 0;
  border-top: 1px solid #EEEEEE;
  padding: .5em 0;
  text-align: center;
}
.zkbs-theme .loginSignature .footer .inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zkbs-theme .loginSignature .footer .imgDiv {
  position: relative;
}
.zkbs-theme .loginSignature .footer .imgDiv .imgLabel {
  text-align: left;
}
.zkbs-theme .loginSignature .footer .imgDiv img {
  margin-bottom: 5px;
  border: 1px solid #EEEEEE;
}
.zkbs-theme .execInnerWin {
  margin: 5px auto 0px auto;
}
.zkbs-theme .execInnerWin .toolbar {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c6c6c3;
  background-color: #ededed;
}
.zkbs-theme .execInnerWin .toolbar .item {
  flex: 0 1 160px;
  padding: 20px;
  text-align: center;
}
.zkbs-theme .execInnerWin .toolbar .item button {
  min-width: 120px;
  min-height: 60px;
}
.zkbs-theme .signatureReceipt {
  max-width: 750px;
  width: 95vw;
  display: flex;
  flex-direction: column;
  flex: auto;
  padding: 1em;
}
.zkbs-theme .signatureReceipt .title {
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1em;
  flex-grow: 0;
}
.zkbs-theme .signatureReceipt .content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.zkbs-theme .signatureReceipt .content-wrap .content {
  max-height: 65vh;
  overflow-y: auto;
  display: flex;
}
.zkbs-theme .signatureReceipt .content-wrap .content .receipts {
  flex: 1 1 auto;
}
.zkbs-theme .signatureReceipt .content-wrap .content .logo {
  max-width: 140px;
  margin: 1em 0;
}
.zkbs-theme .signatureReceipt .content-wrap .content .signatureImage {
  max-width: 500px;
  padding-bottom: 1em;
  border-bottom: 1px solid #EEEEEE;
}
.zkbs-theme .signatureReceipt .toolbar {
  padding-top: 1em;
  text-align: center;
  flex-grow: 0;
}
.zkbs-theme .signatureReceipt .toolbar button {
  margin: 0 2px;
}
.zkbs-theme .documentHistory {
  height: 65vh;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.zkbs-theme .documentHistory .documentHeader {
  flex: 1 1 auto;
}
.zkbs-theme .documentHistory .documentHeader .title {
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  font-size: 1.275em;
}
.zkbs-theme .documentHistory .content {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  margin-top: 1em;
  display: flex;
}
.zkbs-theme .documentHistory .content .title {
  font-weight: bold;
  border-top: 1px solid #EEEEEE;
  margin-top: 1em;
  font-size: 1.1em;
}
.zkbs-theme .documentHistory .content .lines,
.zkbs-theme .documentHistory .content .lines > span {
  flex: 1 1 auto;
  white-space: pre-wrap;
}
.zkbs-theme .documentHistory .content .signatureLines {
  flex: 1 1 auto;
  margin-left: 2em;
}
.zkbs-theme .documentHistory .content .signatureLines > span {
  white-space: pre-wrap;
}
.zkbs-theme .documentHistory .content .signatureImage {
  max-width: 200px;
  border-bottom: 1px solid #EEEEEE;
}
.zkbs-theme .documentHistory .footer {
  padding: 2px 0;
  font-size: .9em;
  line-height: 1.6em;
}
.zkbs-theme .documentHistory .footer .footerLine {
  white-space: pre-wrap;
  word-break: break-word;
}
.zkbs-theme .documentHistory .toolbar {
  padding-top: 1em;
  text-align: center;
}
.zkbs-theme .documentHistory .toolbar button {
  margin: 0 5px;
}
.zkbs-theme .messagesBox {
  padding: 1em;
  display: flex;
  flex-direction: column;
  flex: auto;
  max-width: 80vw;
}
@media (min-width: 768px) {
  .zkbs-theme .messagesBox {
  min-width: 40vw;
}

}
.zkbs-theme .messagesBox .title {
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1em;
  flex-grow: 0;
}
.zkbs-theme .messagesBox .content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.zkbs-theme .messagesBox .content-wrap .content {
  overflow-y: auto;
  display: flex;
}
.zkbs-theme .messagesBox .content-wrap .content .icon {
  margin: 0;
}
.zkbs-theme .messagesBox .content-wrap .content .messages {
  padding-top: .2em;
  flex: 1 1 auto;
}
.zkbs-theme .messagesBox .content-wrap .content .messages .message:not(:last-child) {
  margin-bottom: 1em;
}
.zkbs-theme .messagesBox .toolbar {
  padding-top: .5em;
  margin-top: 1em;
  text-align: center;
  flex-grow: 0;
  border-top: 1px solid #EEEEEE;
}
.zkbs-theme .messagesBox .toolbar button {
  margin: 0 2px;
}
.zkbs-theme .signPrePrompt {
  padding: 1em;
}
.zkbs-theme .fileUpload {
  max-width: 50vw;
  min-width: 30vw;
  max-height: 65vh;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.zkbs-theme .fileUpload .content {
  flex: 1 1 auto;
}
.zkbs-theme .fileUpload .content .info {
  margin-top: 1em;
  padding: .5em;
  border: 1px solid #EEEEEE;
  background-color: #f2fbff;
  border-radius: 3px;
}
.zkbs-theme .fileUpload .content .info img {
  display: block;
  max-width: 45vh;
  max-height: 120px;
  padding-bottom: .5em;
}
.zkbs-theme .fileUpload .footer {
  display: flex;
  align-content: center;
  padding-top: .5em;
  margin-top: 1em;
  border-top: 1px solid #EEEEEE;
}
.zkbs-theme .fileUpload .footer button {
  margin: 0 1px;
}
.zkbs-theme .profile {
  min-width: 30vw;
  max-height: 95vh;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.zkbs-theme .profile .title {
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1em;
}
.zkbs-theme .profile input[aria-required=true],
.zkbs-theme .profile .z-combobox[aria-required=true] > input {
  border-left: 3px solid #d9534f;
}
.zkbs-theme .profile input[aria-required=true]:valid,
.zkbs-theme .profile .z-combobox[aria-required=true] > input:valid {
  border-left-color: #5cb85c;
}
.zkbs-theme .profile .z-combobox[aria-required=true][data-valid=true] > input {
  border-left-color: #5cb85c;
}
.zkbs-theme .profile .z-checkbox .z-checkbox-content {
  font-size: 14px;
  padding-left: 1rem;
}
.zkbs-theme .profile .content {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 0;
}
.zkbs-theme .profile .content .row-margin {
  margin-top: .25em;
}
.zkbs-theme .profile .content .passwordRequire {
  margin-top: .5em;
}
.zkbs-theme .profile .content .flex {
  display: flex;
}
.zkbs-theme .profile .content .flex button {
  margin-right: 2px;
}
.zkbs-theme .profile .content .stampImage {
  margin-top: .25em;
}
.zkbs-theme .profile .footer {
  display: flex;
  justify-content: center;
  padding-top: .5em;
  margin-top: 1em;
  border-top: 1px solid #EEEEEE;
}
.zkbs-theme .profile .footer button {
  margin: 0 1px;
}
.zkbs-theme .miniDocViewer {
  width: 80vw;
  height: 90vh;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.zkbs-theme .miniDocViewer .title {
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1em;
}
.zkbs-theme .miniDocViewer .content {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.zkbs-theme .miniDocViewer .content.img {
  position: relative;
}
.zkbs-theme .miniDocViewer .content iframe {
  flex: 1 1 auto;
  padding: 0;
  border: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
.zkbs-theme .miniDocViewer .content img {
  padding: 0;
  border: 0;
  margin: 0;
  zoom: 1;
  position: absolute;
}
.zkbs-theme .miniDocViewer .toolbar {
  padding-top: .5em;
  margin-top: 1em;
  text-align: center;
  border-top: 1px solid #EEEEEE;
}
.zkbs-theme .miniDocViewer .toolbar button {
  margin: 0 2px;
}
.zkbs-theme .idology {
  max-width: 90vw;
  min-width: 550px;
  max-height: 95vh;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.zkbs-theme .idology .title {
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1em;
}
.zkbs-theme .idology .content {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.zkbs-theme .idology .content .retry {
  margin: 3px 10px;
  color: red;
  font-weight: bold;
}
.zkbs-theme .idology .content .field-row {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.zkbs-theme .idology .content .field-row .row-label {
  flex-basis: 110px;
  flex-shrink: 0;
  text-align: right;
  padding-right: 5px;
}
.zkbs-theme .idology .content .field-row .row-fields {
  display: flex;
  align-items: flex-start;
}
.zkbs-theme .idology .content .field-row .row-fields .form-control {
  display: inline-block;
  width: auto;
  padding: 6px;
  margin-right: 3px;
}
.zkbs-theme .idology .content .field-row .row-fields .form-control.field {
  width: 100px;
}
.zkbs-theme .idology .content .field-row .row-fields .form-control.short-field {
  width: 75px;
}
.zkbs-theme .idology .content .field-row .row-fields .form-control.x-short-field {
  width: 55px;
}
.zkbs-theme .idology .footer {
  padding-top: .5em;
  margin-top: 1em;
  border-top: 1px solid #EEEEEE;
}
.zkbs-theme .idology .footer .buttons {
  display: flex;
  justify-content: center;
}
.zkbs-theme .idology .footer .buttons button {
  margin: 0 2px;
}
.zkbs-theme .idology .is-invalid {
  border-left: 3px solid red;
}
.z-modal-mask,
.mdv {
  position: fixed !important;
}
