﻿#authSubheader {
  color: #666666;
  background-color: white;
  font-size: 16px;
  padding-left: 13px;
  padding-right: 13px;
}
#authMethods {
  padding: 15px;
  width: 100%;
}
#buttonPrepare {
  width: auto;
}
#divGreetings {
  float: left;
  font-size: 16px;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
#divMessageSender {
  float: left;
  padding-left: 10px;
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  min-height: 50px;
  max-height: 250px;
  overflow-y: auto;
  width: 98%;
}
.senderInformation {
  width: auto;
  margin-top: 10px;
  display: table;
}
.fileInformation {
  width: auto;
  margin-top: 5px;
  display: table;
}
.descriptionInformationContainer {
  display: table-cell;
  font-size: 16px;
  margin: 0px 40px 0px 0px;
  padding: 2px;
}
.descriptionInformationListContainer {
  margin: 0px;
  padding-left: 15px;
}
.descriptionInformation {
  display: table-cell;
  padding-left: 13px;
  min-width: 100px;
}
#confirmIntroduction {
  margin-top: 15px;
  margin-bottom: 5px;
}
div.lineContainer {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
div.lineContainer input {
  height: 41px;
}
div.lineContainer .line {
  margin-bottom: 10px;
}
#secretCodeTimer {
  font-weight: bold;
}
.authenticationPanel {
  display: none;
  margin: 10px auto 0px;
  padding-left: 13px;
  padding-right: 13px;
  height: auto;
}
.namirialTspSigningAuthentication .divCell {
  vertical-align: middle;
}
.namirialTspSigningAuthentication .divCell select {
  height: 30px;
  width: 95%;
  min-width: 110px;
}
.namirialTspSigningAuthentication .divCell input {
  height: 30px;
  width: 95%;
  min-width: 110px;
}
.authSeperatorLine {
  border-top: 1.5px solid #666;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.defaultButton.authMethodButton {
  width: 150px;
  min-height: 53px;
  vertical-align: middle;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .defaultButton.authMethodButton:not([disabled]):hover {
    background: #8d458b;
  }
}
.defaultButton.authMethodButton.active {
  background: #B260B0;
}
@media (hover: hover) and (pointer: fine) {
  .defaultButton.authMethodButton.active:hover {
    background: #8d458b;
  }
}
#authMethods > div {
  display: inline-block;
  margin-top: 10px;
  margin-right: 3px;
  position: relative;
}
.authErrorSign {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: calc(-1.5em * 0.25);
  right: calc(-1.5em * 0.25);
  visibility: collapse;
}
.authError > button {
  border: 2px solid #e51c30;
}
.authError > .authErrorSign {
  visibility: visible;
}
#authErrorList {
  padding: 0px 20px;
}
#authErrorList.hidden {
  display: none;
}
.authErrorListItemContainer:first-child {
  border-top: 1px solid #d3d0d0;
}
.authErrorListItemContainer {
  display: table;
  width: 100%;
  margin: 5px 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #d3d0d0;
}
.authErrorListItemContainer.hidden {
  display: none;
}
.authErrorListItemContainer > .authErrorListItem {
  display: table-cell;
  vertical-align: middle;
}
.authErrorListItemContainer > .authErrorListItem > #additionalErrorDescription,
.authErrorListItemContainer > .authErrorListItem #errorDescription {
  margin-top: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.authErrorListItemContainer > .errorSign {
  width: 2.5em;
  margin: auto;
  text-align: center;
}
.authErrorListItemContainer > .errorContentContainer > .errorCaption {
  font-weight: bold;
}
.authErrorListItemContainer > .logoutContainer {
  min-width: 150px;
  max-width: 200px;
  text-align: center;
  padding: 0px 10px;
}
.authErrorListItemContainer > .logoutContainer > .defaultButton {
  width: 150px;
  min-height: 35px;
  vertical-align: middle;
  line-height: 1.2;
  color: #661864;
  background: white;
  border: 1px solid #661864;
}
@media (hover: hover) and (pointer: fine) {
  .authErrorListItemContainer > .logoutContainer > .defaultButton:hover {
    background: #d3bcd2;
  }
}
#inputPhoneNumber {
  border: solid 1px #949494;
}
.buttonAuthenticationAsText {
  font-size: 18px;
  font-weight: bold;
}
#inputPersonalNumber:disabled {
  color: #666666;
}
#bankIdAuthenticationLoadingProgress > div > .busyMessageSpinner {
  margin: auto;
}
#buttonAuthStartBankIdApp {
  margin: auto;
  display: block;
}
.smsAuthenticationSubheader {
  margin-bottom: 15px;
}
#agreementHeader {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
}
#declineReasonText {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #949494;
  font-family: inherit;
  min-height: 100px;
  max-height: 350px;
  resize: vertical;
  margin-top: 20px;
}
#textAreaAgreementText {
  height: 150px;
  max-height: 250px;
  width: 100%;
  overflow-y: auto;
  font-size: 14px;
  text-align: left;
  border: 1px solid #949494;
}
#agreementTextLanguageSelection {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #949494;
  margin-bottom: 8px;
}
#agreementTextLanguageSelection.sticky {
  margin-bottom: -1px !important;
  border-bottom-width: 0px;
  /*border-bottom-color: transparent !important;*/
}
#imagePrint {
  float: left;
  font-size: 2rem;
  color: #661864;
  text-align: center;
  width: 3rem;
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#imagePrint:hover {
  color: #8d458b;
}
#imagePrint:disabled {
  color: #661864;
  background-color: transparent;
  border: none;
}
#printDownloadAgreementText {
  font-weight: bold;
  margin-left: 5px;
  line-height: 32px;
  text-align: left;
  margin: 0px 0px 0px 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#printDownloadAgreementText > font:hover {
  cursor: pointer;
}
#printContainer {
  margin-top: 15px;
}
.attachmentIcon {
  float: left;
  color: #661864;
  font-size: 1.2rem;
}
.Active .attachmentIcon {
  color: #661864;
}
.Inactive .attachmentIcon {
  color: #949494;
}
.Required .attachmentIcon {
  color: #e51c30;
}
.attachmentList,
.additionalFilesList {
  width: 100%;
  overflow: auto;
  padding: 0;
  list-style: none;
  max-height: 500px;
}
.attachmentList > li,
.additionalFilesList > li {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.attachmentList > li:nth-child(2n+1),
.additionalFilesList > li:nth-child(2n+1) {
  background-color: #ebeaea;
}
.attachmentList > li > .attachmentDownloadButton,
.additionalFilesList > li > .attachmentDownloadButton,
.attachmentList > li .additionalFileDownloadButton,
.additionalFilesList > li .additionalFileDownloadButton {
  margin: 5px;
  padding: 3px;
  float: left;
}
.attachmentList > li > .attachmentListName,
.additionalFilesList > li > .attachmentListName,
.attachmentList > li .additionalFileListName,
.additionalFilesList > li .additionalFileListName {
  display: flex;
  width: 80%;
  height: 48px;
  word-break: break-word;
  align-items: center;
}
.invisibleAttachmentBarContainer {
  width: 100%;
  font-size: 1.3em;
  /* If changed here, must be changed in method "setDocumentActive" as well! */
  margin: 10px auto;
  cursor: pointer;
  white-space: normal;
}
.invisibleAttachmentBarContainer:not(.Inactive):hover {
  background-color: #666666;
}
.invisibleAttachmentBarContainer:not(.Inactive) {
  color: white;
  background-color: #35383c;
}
.invisibleAttachmentBarContainer.Required {
  border: 1px solid #e51c30;
}
.invisibleAttachmentBarContainer.Inactive {
  cursor: not-allowed;
  background-color: #d3d0d0;
}
.invisibleAttachmentBarContainer.Inactive .invisibleAttachmentBar {
  pointer-events: none;
}
.invisibleAttachmentBarContainer.Inactive .invisibleAttachmentBar > button {
  cursor: not-allowed;
}
.invisibleAttachmentBarContainer.Inactive .invisibleAttachmentBar > * {
  color: #666666 !important;
}
.invisibleAttachmentBarContainer .invisibleAttachmentBar {
  padding: 8px;
  display: flex;
}
.invisibleAttachmentBarContainer .invisibleAttachmentBar > * {
  align-self: center;
}
.invisibleAttachmentBarContainer .invisibleAttachmentBar > span.icon-toast {
  margin: 0px 10px;
  background-image: none !important;
  color: white;
}
.invisibleAttachmentBarContainer .invisibleAttachmentBar > span {
  margin-right: 10px;
  word-wrap: break-word;
}
.invisibleAttachmentBarContainer .invisibleAttachmentBar > button {
  margin-left: auto;
  margin-right: 5px;
  color: white;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
.attachmentDownloadControl {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: right;
  z-index: 130;
  width: 50px;
  height: 50px;
  text-align: center;
}
.attachmentDownloadControl > .attachmentDownloadControlButton {
  font-size: 1.5rem;
  color: #661864;
  padding: 0;
  position: absolute;
  right: 0;
  line-height: 0;
}
.attachmentDownloadControl > .attachmentDownloadControlIcon {
  color: #661864;
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  font-size: large;
}
.attachmentDownloadControl.hidden {
  display: none;
}
.documentView {
  background-color: #ebeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.pageView * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.documentView .currentlyActive {
  border: 1px solid #661864 !important;
}
.confirmReadingIcon.currentlyActive {
  border: 0px !important;
}
.formElement {
  position: absolute;
}
.formCheckBox {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.formCheckBox.active {
  background-color: white;
}
.formCheckBox.inactive {
  background-color: #D0BFCF;
}
.formCheckBox.disabledState {
  background-color: #d3d0d0;
}
.formElementCheckBox {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #35383c;
  padding: 0;
  margin: 0;
  position: absolute;
  background-color: #D0BFCF;
}
.formElementCheckBox.isChecked > svg > .check {
  display: block;
}
.formElementCheckBox > svg {
  position: absolute;
  top: 15%;
  left: 15%;
}
.formElementCheckBox > svg > .check {
  fill: #8d458b;
  display: none;
}
.formElementCheckBox:disabled > svg > .check {
  fill: #666666;
}
.formElementRadioButton {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #35383c;
  padding: 0;
  margin: 0;
  position: absolute;
  border-radius: 100% !important;
  background-color: #D0BFCF;
}
.formElementRadioButton.isChecked > svg > .dot {
  display: block;
}
.formElementRadioButton > svg {
  position: absolute;
  top: 0;
  left: 0;
}
.formElementRadioButton > svg > .dot {
  fill: #8d458b;
  display: none;
}
.formElementRadioButton:disabled > svg > .dot {
  fill: #666666;
}
button.formElementRadioButton:disabled {
  background-color: #d3d0d0 !important;
}
button.formElementCheckBox:disabled {
  background-color: #d3d0d0 !important;
}
.formCheckBoxDiv * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formRadioButton {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.formTransparentBackground {
  position: absolute;
  background-color: rgba(96, 18, 94, 0.2);
  overflow: hidden;
  border-width: 0;
  z-index: 1;
}
.requiredForm {
  border: 1px solid #e51c30;
}
.formTextBox {
  position: absolute;
  background-color: #D0BFCF;
  overflow: hidden;
  border-width: 0;
  z-index: 3;
  display: inline-block;
  width: 90%;
  height: 100%;
  top: 2px;
  left: 2px;
  padding: 0;
  border-radius: 0;
  /* Fix for iOS */
}
.formTextBox:disabled {
  background-color: #d3d0d0;
}
.formActive {
  background-image: none;
  z-index: 1;
  border: 1px dashed #8d458b;
}
.formComboBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D0BFCF;
  z-index: 1;
  left: 0;
  border-radius: 0;
  /* Fix for iOS */
}
.formComboBoxDiv .editableTextBoxInput {
  width: calc(100% - 20px);
  height: calc(100% - 3px);
}
.formComboBox.currentlyActive + .editableTextBoxInput {
  width: calc(100% - 20px);
  height: calc(100% - 4px);
}
/* change the highlight color of list & combo boxes
 * IE 9: nothing is working, IE 11: everything is working fine
 * Safari: nothing is working; Firefox: only list-boxes are working
 * Chrome: only dropdown hover is not working; Edge: everything is fine
 */
@media (hover: hover) and (pointer: fine) {
  .formComboBox:not([disabled]) > option:hover {
    color: white !important;
    box-shadow: 0 0 10px 100px #8d458b inset;
    background: #8d458b !important;
  }
}
.formComboBox:not([disabled]) > option:checked {
  color: white !important;
  box-shadow: 0 0 10px 100px #8d458b inset;
  background: #8d458b !important;
}
.formComboBox[disabled] > option:checked {
  color: white !important;
  box-shadow: 0 0 10px 100px #666666 inset;
  background: #666666 !important;
}
.formComboBox:disabled {
  background-color: #d3d0d0;
}
.formTextField {
  padding: 0;
  border-radius: 0;
  /* Fix for iOS */
}
.formDateTextField {
  z-index: 999;
}
.formTextField::-moz-selection {
  color: white;
  background-color: #8d458b;
  text-shadow: none;
}
.formTextField::selection {
  color: white;
  background-color: #8d458b;
  text-shadow: none;
}
.formTextFieldMultiline {
  overflow: auto;
  resize: none;
}
.formDisabled {
  position: absolute;
  background-image: none;
  background-color: #d3d0d0;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
  z-index: 2;
}
.formElement button.formDisabled {
  background-image: none;
  background-color: #d3d0d0;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.formCheckBoxDiv.formElement button.formDisabled {
  background-image: none;
  background-color: #d3d0d0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.typewriterDisabled {
  position: absolute;
  background-color: #d3d0d0;
  color: #35383c;
  z-index: 2;
  background-image: none;
}
input.currentlyActive,
textarea.currentlyActive,
.formElementCheckBox.currentlyActive,
.formElementRadioButton.currentlyActive,
select.currentlyActive,
.formComboBox.currentlyActive + input {
  background-color: white;
  background-image: none;
}
.invalidInput {
  color: #EB3F4F !important;
  background-color: rgba(229, 28, 48, 0.3) !important;
}
.invalidInput.currentlyActive {
  border-color: #EB3F4F !important;
  background-color: rgba(233, 99, 112, 0.2) !important;
}
.invalidInput::-moz-selection {
  color: white !important;
  background-color: #EB3F4F !important;
  text-shadow: none !important;
}
.invalidInput::selection {
  color: white !important;
  background-color: #EB3F4F !important;
  text-shadow: none !important;
}
#closeButton {
  background-color: #661864;
  color: white;
}
.descriptionText {
  margin: 0;
}
.fontsList {
  background-color: white;
  color: darkblue;
  padding: 1px;
  max-width: 350px;
}
.fontsList li {
  list-style-type: none;
}
.fontsList button {
  list-style-type: none;
  color: darkblue;
  cursor: pointer;
  margin: 0.125em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-size: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fontsList button:hover {
  background-color: #ebeaea;
}
.fileUploadError {
  color: #e51c30;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.signatureImageUploadError {
  color: #e51c30;
  margin-top: 10px;
  font-weight: bold;
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.elementButton .label {
  white-space: pre-wrap;
}
.selectedSigningDevice {
  background-color: #ebeaea;
}
.selectedSigningDevice .cell,
.selectedSigningDevice .signingDeviceName {
  font-weight: bold;
}
.selectedSigningDevice .listRadioButton {
  background-color: #661864;
}
.signingDeviceContainer {
  position: relative;
  display: block;
  width: 100%;
}
.signingDeviceContainer .signingDevice > .listRadioButton {
  height: 15px;
  width: 15px;
}
.signingDeviceContainer .signingDevice > .signingDeviceName {
  margin-left: 30px;
  padding: 7px 5px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.signingDeviceContainer .signingDevice {
  height: 30px;
  margin: 4px;
  width: calc(100% - 8px);
}
.selectingSigningDevice {
  background-color: #ebeaea;
}
.batchSigning.icon-info {
  color: #661864;
  font-size: 1em;
}
.batchSigningAffectedSignatures {
  margin-left: 5px;
  font-size: 75%;
  color: #661864;
  position: relative;
  float: left;
  margin-top: 2px;
}
.signType {
  padding: 5px;
  margin: 5px;
  width: 100%;
  font-size: 16px;
  position: relative;
}
.signType:disabled {
  background-color: transparent;
  color: transparent;
  border: none;
}
.rememberSignTypeInfoText {
  margin-left: 5px;
  font-size: 75%;
  color: #661864;
  position: relative;
  margin-top: 2px;
}
.rememberSignTypeInfo.icon-info {
  color: #661864;
  font-size: 1em;
  margin-left: 1em;
}
.rememberSignTypeInfo.icon-info:disabled {
  border: none;
  background-color: transparent;
}
.batchSigningDecision {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  padding: 2px;
}
.batchSigningDecision > * {
  float: left;
}
.batchSigningInfoContainer {
  margin-left: 25px;
}
.batchSigningInfoContainer.withoutMargin {
  margin-left: 0px !important;
}
.batchSigningInfoContainer > * {
  float: left;
}
.batchSigningProgressBarContainer {
  width: 100%;
  background-color: white;
  position: absolute;
  min-height: 3em;
  border-radius: 3px;
}
.batchSigningProgressBarContainer .progressBar {
  width: 0;
  background-color: #661864;
  min-height: 3em;
  border-radius: 3px;
}
.batchSigningProgressBarContainer .progressBar .inverted {
  color: #661864;
  background-color: white;
  border-radius: 3px;
}
.batchSigningProgressBarContainer .progressBarLabel {
  text-align: center;
  /* If you want to center it */
  line-height: 3em;
  /* Set the line-height to the same as the height of the progress bar container, to center it vertically */
  color: white;
  font-weight: bold;
  z-index: 2;
  min-height: 3em;
  border-radius: 3px;
}
.batchSigningProgressBarContainer .progressBarLabel .inverted {
  color: #661864;
  background-color: white;
  border-radius: 3px;
}
.advancedBatchSigningPageInformationChevron {
  padding: 0px;
}
.advancedBatchSigningPageInformationChevron:disabled {
  background-color: transparent;
  color: black;
  border: none;
}
#labelForSelectAllSignatures {
  margin-left: 5px;
}
#labelForUseBatchSigning {
  margin-left: 5px;
}
.signButtonIcon {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1vw;
}
.signButtonIcon .multi_signing {
  position: absolute;
}
.signButtonIcon .batchNo {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
}
#rejectReasonText {
  width: 100%;
  min-height: 100px;
  max-height: 350px;
  margin-top: 10px;
  font-family: inherit;
  resize: vertical;
}
.documentDownloadLinkContainer {
  margin-bottom: 5px;
  margin-top: 5px;
  float: left;
  width: 100%;
}
.documentDownloadLinkContainer .downloadDocumentIcon {
  font-size: 2rem;
  margin-right: 10px;
  padding: 5px;
}
.documentDownloadLinkContainer a {
  text-decoration: none;
  color: black;
}
@media (hover: hover) and (pointer: fine) {
  .documentDownloadLinkContainer:hover .downloadDocumentIcon {
    color: #8d458b;
  }
}
.downloadDocumentIcon {
  float: left;
  color: #661864;
  font-size: 2rem !important;
}
.dialogTextDownload {
  padding-top: 12px;
  padding-bottom: 12px;
}
#delegationInputForm > div > div {
  padding-bottom: 5px;
}
#delegationInputForm > div > div label {
  color: #35383c;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#delegationInputForm input,
#delegationInputForm select,
#delegationInputForm textarea {
  border: 1px solid #949494;
  width: 100%;
  font-family: inherit;
}
#delegationInputForm textarea {
  min-height: 100px;
  max-height: 350px;
  resize: vertical;
}
.delegationInputFormBlockLeft {
  float: left;
  width: 50%;
  padding-right: 5px;
  padding-bottom: 10px;
  clear: left;
}
.delegationInputFormBlockRight {
  float: right;
  width: 50%;
  padding-left: 5px;
  padding-bottom: 10px;
}
.delegationInputFormBlockLarge,
.namirialTspSigningInput {
  width: 100%;
  padding-bottom: 10px;
  clear: left;
}
.elementButton {
  overflow: visible;
  font-size: large;
  color: #35383c;
}
.elementButton.Active {
  background-color: rgba(96, 18, 94, 0.2);
  border-color: #661864;
}
.elementButton.Required {
  border-color: #e51c30;
  color: #e51c30;
}
.elementButton.Required .signButtonIcon {
  color: #e51c30;
}
.elementButton.Inactive,
.elementButton:disabled {
  border-color: rgba(30, 30, 30, 0.2);
  color: #35383c;
  background: none;
  cursor: not-allowed;
}
.signButton,
.attachButton {
  border: 0;
  background-color: rgba(96, 18, 94, 0.2);
  font-size: large;
  color: #35383c;
}
.signButton .signButtonIcon,
.attachButton .signButtonIcon {
  color: #661864;
}
.signButton:disabled,
.attachButton:disabled {
  background-color: rgba(30, 30, 30, 0.2);
  cursor: not-allowed;
  border-width: 0px;
}
.signButton:disabled .signButtonIcon,
.attachButton:disabled .signButtonIcon {
  color: #666666;
}
.typewriterAnnotation {
  min-width: 10px;
  height: 100%;
  white-space: nowrap;
  max-width: 100%;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.typewriterAnnotation.editable.left {
  left: 0;
}
.typewriterAnnotation.editable.center {
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.typewriterAnnotation.editable.right {
  right: 0;
}
.typewriterAnnotation.editable.Required {
  border: 1px solid #e51c30;
  color: #35383c;
}
.typewriterAnnotationSaveButton {
  display: none;
  border: 1px solid #661864;
  color: white;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #661864;
  padding: 3px;
  margin-left: 2px;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}
.typewriterAnnotation.editable.Required ~ .typewriterAnnotationSaveButton {
  display: inline-block;
}
.guidanceNavigationButtons {
  background: none;
}
#guidanceControl.downside {
  -moz-transform: translateX(-20%) translateY(-10px) rotate(90deg);
  -ms-transform: translateX(-20%) translateY(-10px) rotate(90deg);
  -o-transform: translateX(-20%) translateY(-10px) rotate(90deg);
  -webkit-transform: translateX(-20%) translateY(-10px) rotate(90deg);
  transform: translateX(-20%) translateY(-10px) rotate(90deg);
}
#guidanceControl.upside {
  -moz-transform: translateX(-10%) translateY(10px) rotate(-90deg);
  -ms-transform: translateX(-10%) translateY(10px) rotate(-90deg);
  -o-transform: translateX(-10%) translateY(10px) rotate(-90deg);
  -webkit-transform: translateX(-10%) translateY(10px) rotate(-90deg);
  transform: translateX(-10%) translateY(10px) rotate(-90deg);
}
#guidanceButtonPrevious:disabled {
  opacity: 0.5;
  background-color: transparent;
  border: none;
}
.guideDisabledStartButton:disabled {
  background-color: transparent;
  border: none;
  opacity: 0.5;
}
.guideDisabledStartButton:disabled .icon-stepping_confirm_reading_icon .path1:before {
  color: white;
}
.guideDisabledStartButton:disabled .icon-stepping_confirm_reading_icon .path2:before {
  color: #661864;
}
.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;
  color: #35383c;
  font: normal 15px;
  font-weight: bold;
}
.sigPad label.error {
  color: #e51c30;
}
.sigPad input.name {
  margin: 0;
  padding: 0.2em 0;
  width: 96%;
  font-size: 1em;
}
.sigPad input.error {
  border-color: #e51c30;
}
.sig {
  display: none;
}
.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  clear: both;
}
.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;
  border: 0;
  color: #35383c;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline;
}
.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color: #666666;
  -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: white;
  text-decoration: none;
}
.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
  background-color: #d3d0d0;
  color: #669933;
}
.sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;
  font-size: 0.75em;
  line-height: 1.375;
}
.sigWrapper {
  clear: both;
  padding: 0;
  border-radius: 2px;
}
.sigWrapper.current {
  border-color: #949494;
}
.signed .sigWrapper {
  border: 0;
}
.pad {
  cursor: url('../Content/assets/pen.cur'), crosshair;
  cursor: url('../Content/assets/pen.cur') 16 16, crosshair;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.padNoCursor {
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;
  background-color: #e51c30;
  color: white;
  font-weight: bold;
}
#inputEnterName {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  font-size: 19px;
  border: none;
  border-radius: 0;
  width: calc(100% - 4px);
}
#inputEnterName :focus {
  border-radius: 0;
}
.type2SignInputContainer {
  width: calc(100% - 120px);
  float: left;
  border: 1px solid #949494;
  border-right: none;
  margin-bottom: 10px;
}
.type2SignFontButtons {
  top: 0;
  right: 0;
  z-index: 91;
  float: right;
  position: relative;
}
.type2SignFontButtons :focus {
  border-radius: 0;
}
.type2SignFontButtons > div {
  float: left;
  width: 40px;
  border: 1px solid #949494;
}
.fontSizeChangeButton {
  float: left;
  background-color: white;
  color: #661864;
  width: 35px;
  height: 30px;
  z-index: 95;
  font-size: 16px;
  padding-left: 7px;
}
#selectFontBtn {
  margin-right: 0;
}
.fileSizeIncreaseButton {
  right: 0;
  top: 0;
}
.increaseFontBtnDiv {
  border-right: 0 !important;
}
.fileSizeDecreaseButton {
  right: 40px;
  top: 0;
}
.decreaseFontBtnDiv {
  border-right: 0 !important;
}
.changeFontButton {
  right: 80px;
  top: 0;
}
.type2SignFontButtons > .disabled {
  background-color: #d3d0d0;
}
.fontSizeChangeButton:disabled {
  background-color: #d3d0d0;
  color: white;
  border: 1px solid #d3d0d0;
}
.typed {
  margin: 0;
  position: absolute;
  z-index: 90;
  cursor: move;
  color: darkblue;
  padding-right: 4%;
  padding-left: 2%;
  font-family: yellowtail,Georgia,Times,serif;
  font-style: normal;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
}
.typed:hover {
  border: 1px solid #661864;
  margin: -1px;
  border-radius: 0;
}
.ui-draggable-dragging {
  border: 1px solid #661864;
  margin: -1px;
}
@font-face {
  font-family: 'architex';
  src: url('../Content/assets/architex-webfont.eot');
  src: url('../Content/assets/architex-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/assets/architex-webfont.woff2') format('woff2'), url('../Content/assets/architex-webfont.woff') format('woff'), url('../Content/assets/architex-webfont.ttf') format('truetype'), url('../Content/assets/architex-webfont.svg#architextregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'schoolcursive';
  src: url('../Content/assets/schoolcursive-webfont.eot');
  src: url('../Content/assets/schoolcursive-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/assets/schoolcursive-webfont.woff2') format('woff2'), url('../Content/assets/schoolcursive-webfont.woff') format('woff'), url('../Content/assets/schoolcursive-webfont.ttf') format('truetype'), url('../Content/assets/schoolcursive-webfont.svg#school_cursiveregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tudorrose';
  src: url('../Content/assets/tudorrose-webfont.eot');
  src: url('../Content/assets/tudorrose-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/assets/tudorrose-webfont.woff2') format('woff2'), url('../Content/assets/tudorrose-webfont.woff') format('woff'), url('../Content/assets/tudorrose-webfont.ttf') format('truetype'), url('../Content/assets/tudorrose-webfont.svg#tudorrosemedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jennasue';
  src: url('../Content/assets/jennasue-webfont.eot');
  src: url('../Content/assets/jennasue-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/assets/jennasue-webfont.woff2') format('woff2'), url('../Content/assets/jennasue-webfont.woff') format('woff'), url('../Content/assets/jennasue-webfont.ttf') format('truetype'), url('../Content/assets/jennasue-webfont.svg#jenna_sueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'yellowtail';
  src: url('../Content/assets/Yellowtail-Regular-webfont.eot');
  src: url('../Content/assets/Yellowtail-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/assets/Yellowtail-Regular-webfont.woff') format('woff'), url('../Content/assets/Yellowtail-Regular-webfont.ttf') format('truetype'), url('../Content/assets/Yellowtail-Regular-webfont.svg#yellowtailregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#question {
  font-size: 18px;
}
#spanSubtitle {
  font-weight: bold;
  margin-bottom: 5px;
}
#errMsg {
  margin-top: 15px;
}
.errorDialog .dialogHeader {
  font-size: 20px;
}
#additionalErrorMessage {
  margin: 20px 15px 15px 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: bold;
  line-height: 1.1;
  font-size: 16px;
  color: #666666;
}
#errorMessage {
  margin: 30px 15px 15px 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: bold;
  line-height: 1.5;
}
#additionalMessage {
  margin: 15px;
  margin-top: 0;
}
.errorAdditionalInformation {
  margin-top: 2rem;
  font-size: 0.7rem;
  word-wrap: break-word;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  border: solid 5px #ebeaea;
  background-color: #ebeaea;
}
.errorAdditionalInformation > .downloadBrowserLogsDiv {
  font-size: 14px;
  margin: 3px;
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
  color: #666666;
}
.errorAdditionalInformation > .downloadBrowserLogsDiv > a {
  color: #35383c;
  text-decoration: underline;
  cursor: pointer;
}
.errorAdditionalInformation p {
  margin: 3px;
  text-align: center;
  font-weight: bold;
}
.errorAdditionalInformation .supportId {
  font-size: 14px;
}
.errorAdditionalInformation .errorDateTime {
  margin: 3px;
  font-size: 0.6rem;
  color: #666666;
}
#errorDialogMessageDiv {
  min-height: 105px;
}
.errorDialog .downloadBrowserLogsDiv {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}
.errorDialog .downloadBrowserLogsDiv > a {
  color: #35383c;
  text-decoration: underline;
  cursor: pointer;
}
.browserLogsDiv {
  margin-top: 5px;
  overflow: auto;
  max-height: 400px;
}
.browserLogsDiv > p {
  font-size: 11px;
  margin: 0;
}
/*#region Main Dialog*/
.dialog {
  width: 100%;
  background-color: white;
  position: relative;
  text-align: left;
  display: flex;
  place-content: flex-end;
}
.dialog * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dialog .dialogLeftBorder {
  background-color: #661864;
  padding-left: 15px;
}
.dialog #dialogContentContainer {
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
  justify-content: space-between;
}
.dialog #dialogContentContainer .dialogHeader {
  color: #661864;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  word-break: break-word;
}
.dialog #dialogContentContainer #headerContainerWithItem {
  width: 100%;
  height: 35px;
}
.dialog #dialogContentContainer #headerContainerWithItem > .dialogHeader {
  float: left;
  width: 90%;
}
.dialog #dialogContentContainer #headerContainerWithItem > #headerIconItem {
  float: right;
  font-size: 2rem;
  color: #661864;
  padding: 2px;
}
.dialog #dialogContentContainer #headerContainerWithItem > #headerIconItem:hover {
  color: #8d458b;
}
.dialog #dialogContentContainer #headerContainerWithItem > #headerIconItem:disabled {
  color: #661864;
  background-color: transparent;
  border: none;
}
.dialog #dialogContentContainer .dialogDynamicContent {
  font-size: 16px;
  color: #35383c;
  width: 100%;
  overflow: auto;
}
.dialog #dialogContentContainer .dialogStaticBottomContent {
  align-items: flex-end;
}
/*#endregion*/
/*#region Dialog buttons*/
.dialogButton {
  color: white;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  border: solid 0.5px transparent;
  background-color: transparent;
  margin: 10px 0px 0px 10px;
}
.dialogButton:disabled {
  background-color: #d3d0d0 !important;
  color: white !important;
  border: 1px solid #d3d0d0 !important;
}
.dialogButton > .inverse:disabled {
  background-color: transparent !important;
  color: #d3d0d0 !important;
  border: 1px solid #d3d0d0 !important;
}
.dialogButtonRed {
  background-color: #e51c30;
  color: white;
  border: 1px solid #e51c30;
}
@media (hover: hover) and (pointer: fine) {
  .dialogButtonRed:hover {
    background-color: #EB3F4F;
    color: white;
    border: 1px solid #EB3F4F;
  }
}
.dialogButtonRed.inverse {
  background-color: transparent;
  color: #e51c30;
  border: 1px solid #e51c30;
}
@media (hover: hover) and (pointer: fine) {
  .dialogButtonRed.inverse:hover {
    background-color: #fce3e5;
    color: #e51c30;
    border: 1px solid #e51c30;
  }
}
.dialogButtonPurple {
  background-color: #661864;
  color: white;
  border: 1px solid #661864;
}
@media (hover: hover) and (pointer: fine) {
  .dialogButtonPurple:hover {
    background-color: #8d458b;
    color: white;
    border: 1px solid #8d458b;
  }
}
.dialogButtonPurple.inverse {
  background-color: transparent;
  color: #661864;
  border: 1px solid #661864;
}
@media (hover: hover) and (pointer: fine) {
  .dialogButtonPurple.inverse:hover {
    background-color: #d3bcd2;
    color: #661864;
    border: 1px solid #661864;
  }
}
.dialogButtonBlue {
  background-color: #0169ae;
  color: white;
  border: 1px solid #0169ae;
}
@media (hover: hover) and (pointer: fine) {
  .dialogButtonBlue:hover {
    opacity: 0.8;
    border: 1px solid #007ACC;
  }
}
.dialogButtonBlue.inverse {
  background-color: transparent;
  color: #0169ae;
  border: 1px solid #0169ae;
}
@media (hover: hover) and (pointer: fine) {
  .dialogButtonBlue.inverse:hover {
    opacity: 0.5;
    background-color: #0169ae;
    color: white;
    border: 1px solid #0169ae;
  }
}
.dialogButtonGreen {
  background-color: #669933;
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .dialogButtonGreen:hover {
    background-color: #488010;
    color: white;
    border: 1px solid transparent;
  }
  .dialogButtonGreen:not(:hover) {
    border: 1px solid transparent !important;
  }
}
.dialogButtonIdbuttonReload {
  margin-left: 0px;
}
/*#endregion*/
/*#region Toast*/
#toast-container-cookie {
  position: fixed;
}
#toast-container-cookie > div {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  max-width: 600px;
}
#toast-container-cookie * > a {
  color: #0169ae;
}
#toast-container,
#toast-container-cookie {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1001;
}
#toast-container > div,
#toast-container-cookie > div {
  opacity: 1;
}
#toast-container > .toast,
#toast-container-cookie > .toast {
  background-image: none !important;
  -moz-box-shadow: 2px 2px 4px 0px #11182040;
  -webkit-box-shadow: 2px 2px 4px 0px #11182040;
  box-shadow: 2px 2px 4px 0px #11182040;
  padding: 0.75em 1.25em;
  border-radius: 3px;
}
#toast-container > .toast > .toast-close-button,
#toast-container-cookie > .toast > .toast-close-button {
  -webkit-text-shadow: none !important;
  text-shadow: none !important;
}
#toast-container > .toast > .toast-progress,
#toast-container-cookie > .toast > .toast-progress {
  opacity: 0.25;
}
#toast-container > .toast .notificationInlineButton,
#toast-container-cookie > .toast .notificationInlineButton {
  padding: 4px 8px;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  #toast-container > .toast .notificationInlineButton:hover,
  #toast-container-cookie > .toast .notificationInlineButton:hover {
    opacity: 0.8;
  }
}
#toast-container > .toast-success,
#toast-container-cookie > .toast-success {
  background: #cde2db;
  border: 1px solid #056E4B;
}
#toast-container > .toast-success > .toast-close-button,
#toast-container-cookie > .toast-success > .toast-close-button {
  color: #056E4B;
}
#toast-container > .toast-success > .toast-progress,
#toast-container-cookie > .toast-success > .toast-progress {
  background-color: #056E4B;
}
#toast-container > .toast-info,
#toast-container-cookie > .toast-info {
  background: #ccdfe8;
  background-image: none !important;
  border: 1px solid #005E8C;
}
#toast-container > .toast-info > .toast-close-button,
#toast-container-cookie > .toast-info > .toast-close-button {
  color: #005E8C;
}
#toast-container > .toast-info > .toast-progress,
#toast-container-cookie > .toast-info > .toast-progress {
  background-color: #005E8C;
}
#toast-container > .toast-error,
#toast-container-cookie > .toast-error {
  background: #f0cdcc;
  background-image: none !important;
  border: 1px solid #B50600;
}
#toast-container > .toast-error > .toast-close-button,
#toast-container-cookie > .toast-error > .toast-close-button {
  color: #B50600;
}
#toast-container > .toast-error > .toast-progress,
#toast-container-cookie > .toast-error > .toast-progress {
  background-color: #B50600;
}
#toast-container > .toast-warning,
#toast-container-cookie > .toast-warning {
  background: #f4dcd0;
  background-image: none !important;
  border: 1px solid #C65015;
}
#toast-container > .toast-warning > .toast-close-button,
#toast-container-cookie > .toast-warning > .toast-close-button {
  color: #C65015;
}
#toast-container > .toast-warning > .toast-progress,
#toast-container-cookie > .toast-warning > .toast-progress {
  background-color: #C65015;
}
#toast-container > .toast-warning .notificationInlineButton,
#toast-container-cookie > .toast-warning .notificationInlineButton {
  background-color: #C65015;
  color: white;
}
#toast-container > .toast > .toast-message,
#toast-container-cookie > .toast > .toast-message {
  line-height: 1.5em;
  color: #111820;
}
#toast-container > .toast > .toast-message > div > a,
#toast-container-cookie > .toast > .toast-message > div > a {
  color: #111820;
  font-weight: bold;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #toast-container > .toast > .toast-message > div > a:hover,
  #toast-container-cookie > .toast > .toast-message > div > a:hover {
    color: #111820;
  }
}
#toast-container > .toast > .toast-message > div > .icon-toast,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast {
  float: left;
  margin-right: 0.5em;
}
#toast-container > .toast > .toast-message > div > .icon-toast-success,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast-success {
  color: #056E4B;
  font-size: 1.2em;
}
#toast-container > .toast > .toast-message > div > .icon-toast-success:before,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast-success:before {
  content: "\e932";
}
#toast-container > .toast > .toast-message > div > .icon-toast-info,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast-info {
  color: #005E8C;
  font-size: 1.4em;
}
#toast-container > .toast > .toast-message > div > .icon-toast-info:before,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast-info:before {
  content: "\e93a";
}
#toast-container > .toast > .toast-message > div > .icon-toast-error,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast-error {
  color: #B50600;
  font-size: 1.2em;
}
#toast-container > .toast > .toast-message > div > .icon-toast-error:before,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast-error:before {
  content: "\e935";
}
#toast-container > .toast > .toast-message > div > .icon-toast-warning,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast-warning {
  color: #C65015;
}
#toast-container > .toast > .toast-message > div > .icon-toast-warning:before,
#toast-container-cookie > .toast > .toast-message > div > .icon-toast-warning:before {
  content: "\e954";
}
#toast-container > .toast > .toast-message > div > div,
#toast-container-cookie > .toast > .toast-message > div > div {
  margin-left: 30px;
}
#toast-container-cookie > .toast > .toast-message > div > div {
  margin-left: unset;
}
.toast-top-full-width {
  top: 10px;
}
/*#endregion*/
/*#region fileUpload*/
.fileUploadButton {
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #661864;
  background-color: #661864;
  cursor: pointer;
  font-size: 0.8em;
  padding: 7px;
  margin: 5px;
  white-space: nowrap;
}
.fileUploadButton:focus-within {
  box-shadow: 0 0 0 2px rgba(186, 235, 255, 0.8), 0 0 0 4px #00568F;
}
@media (hover: hover) and (pointer: fine) {
  .fileUploadButton:hover {
    background-color: #8d458b;
    color: white;
    border: 1px solid #8d458b;
  }
}
.selectFileTitle {
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
/*#endregion*/
/*#region Additional */
#incompleteFieldsContainer > button {
  margin-left: 0.5em;
}
#incompleteFieldsContainer > #configureButton:hover {
  color: white;
}
.progressOverlayText {
  background-color: white;
  color: #661864;
  padding: 0;
  position: absolute;
  margin: 0;
}
.progressMessageDiv {
  background-color: white;
  color: #661864;
  min-height: 3em;
  border-radius: 3px;
}
@media all and (max-height: 820px) {
  .toastAboveDialog {
    z-index: 1012 !important;
  }
}
#removeSignatureImage {
  right: 0;
  position: absolute;
  font-size: 0.4em;
  margin: 0px;
  display: none;
  border-radius: 0 0 0 3px;
}
.externalSignatureImage .ui-resizable-handle {
  display: none !important;
}
.externalSignatureImage:hover {
  border: 1px solid #661864;
  margin: -1px;
  border-radius: 0;
}
.externalSignatureImage:hover #removeSignatureImage {
  display: block;
}
.externalSignatureImage:hover .ui-resizable-handle {
  display: block !important;
}
.signatureImagePreviewToolbar > div > button {
  color: #661864;
  background-color: transparent;
  border-radius: 3px;
  font-size: inherit;
  padding: 7px;
  margin: 5px;
}
.signatureImagePreviewToolbar > div > button:disabled {
  color: #d3d0d0;
  border: none;
  background: none;
}
.imagePreviewToolbarTitle {
  float: left;
  margin: 10px 0 0 10px;
  line-height: 0px;
}
.signatureImageImprint {
  width: 100%;
  height: 100%;
}
/*#endregion*/
.errorTextBalloon {
  background-color: #e51c30;
  border: 1px solid #e51c30;
  color: white;
  font-size: 1.2em;
  z-index: 1500;
}
.infoTextBalloon {
  background-color: white;
  border: 1px solid #949494;
  font-size: 1.2em;
  z-index: 1500;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.balloonTargetBorderError {
  border: 1px solid #e51c30 !important;
}
.balloonTargetHeaderBorderError {
  color: #e51c30 !important;
}
.startBalloon {
  background-color: #007ACC;
  padding: 20px;
  color: white;
  z-index: 1000;
  border-radius: 10px;
  font-size: 1.4em;
  opacity: 0.9;
}
.sendTransaction input,
.pushTransaction input {
  height: 41px;
}
.transaction .line {
  margin-top: 10px;
}
.previewImage {
  text-align: center;
  position: relative;
}
.previewImage #previewCanvas {
  position: absolute;
  z-index: 5;
  border: 1px solid #666666;
}
.previewImage #backgroundCanvas {
  z-index: 4;
  padding: 1px;
}
.signatureImagePreviewContainer {
  margin-top: 15px;
  margin-bottom: 10px;
}
.namirialTspSigning .divCell {
  vertical-align: middle;
}
.namirialTspSigning .divCell select {
  height: 30px;
  width: 95%;
  min-width: 110px;
  font-size: 16px;
}
.namirialTspSigning .divCell input {
  height: 30px;
  width: 95%;
  min-width: 110px;
}
.namirialTspSigning .errorTextDiv {
  color: #e51c30;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#certificateLivePreview {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#certificateLivePreview > #previewBackground {
  border: 0px solid #666666;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: auto;
}
#certificateLivePreview > #previewBackground > #previewForeground {
  border: 1px solid #666666;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.dataFieldsContainer input,
.dataFieldsContainer select {
  border: 1px solid #949494;
  width: 50%;
  font-family: inherit;
  height: 40px;
  padding: 5px;
}
.dataFieldsContainer label {
  color: #35383c;
  font-weight: bold;
}
.dataFieldsContainer .labelContainer {
  padding-bottom: 2px;
  padding-top: 8px;
}
.transactionIdContainer .line {
  padding: 5px 0px;
}
.transactionIdContainer .errorTextDiv {
  padding-bottom: 5px;
}
.dataFieldsContainer {
  padding-bottom: 15px;
}
.consentContainer {
  margin-top: 10px;
}
#signingDevicesPanel {
  max-height: 170px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 50px;
  overflow: auto;
  display: table;
  width: 100%;
}
#signingDevicesPanel .signingDevicesBody {
  display: table-row-group;
  overflow: auto;
}
#signingDevicesPanel .signingDevicesBody > button:disabled {
  border: unset;
  background-color: unset;
}
#signingDevicesPanel .row {
  display: table-row;
  padding: 10px 5px 10px 5px;
  margin: 5px;
  width: 100%;
  position: relative;
}
.noDataAvailable {
  font-weight: bold;
  text-align: center;
}
#signingDevicesPanel .cell {
  display: table-cell;
}
#signingDevicesPanel .cell.header {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
}
#signingDevicesPanel .cell.content {
  font-size: 16px;
  text-align: left;
  padding: 0px;
  color: #35383c;
  padding-left: 40px;
}
#signingDevicesPanel .listRadioButton {
  margin-left: 10px;
}
#signingDevicesPanel .selectedSigningDevice > .listRadioButton {
  background-color: #661864;
}
#localSigningImages .certificateImage {
  margin: 3px;
  width: 48%;
}
img.signingDeviceType {
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 25px;
  height: 25px;
}
.waitingForSignatureText {
  font-size: x-large;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
#qrCodeBigPreview {
  width: 100%;
  padding: 15px;
  background-color: white;
}
#currentToken {
  margin-top: 10px;
}
.signatureImagePreview {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d3d0d0;
  position: relative;
  overflow: hidden;
}
#canvasText {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #d3d0d0;
}
.externalSignatureImage {
  position: absolute !important;
  box-sizing: content-box;
  cursor: move;
}
.externalSignatureImage > img {
  width: 100%;
}
.externalSignatureImage:focus-within,
.externalSignatureImage.ui-resizable-resizing,
.externalSignatureImage.ui-draggable-dragging {
  border: 1px solid #661864;
  margin: -1px;
}
.externalSignatureImage:focus-within #removeSignatureImage,
.externalSignatureImage.ui-resizable-resizing #removeSignatureImage,
.externalSignatureImage.ui-draggable-dragging #removeSignatureImage {
  display: block;
}
.externalSignatureImage:focus-within .ui-resizable-handle,
.externalSignatureImage.ui-resizable-resizing .ui-resizable-handle,
.externalSignatureImage.ui-draggable-dragging .ui-resizable-handle {
  display: block !important;
}
.signatureImageItem {
  display: inline-block;
  border: solid 1px #949494;
  padding: 20px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.signatureImageItem.showToolbar {
  height: 240px;
}
.signatureImageItem > .selectSignatureImage {
  padding: 0;
  width: 160px;
  height: 160px;
}
.signatureImageItem > button > img {
  max-width: 100%;
  max-height: 100%;
}
.signatureImageItem.selected {
  border: solid 2px #661864;
  background-color: #d3bcd2;
  padding: 18px;
}
.signatureImageItem.selected > .signatureImageItemToolbar {
  bottom: -2px;
  left: 2px;
}
.signatureImageGallerySectionHeader {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.signatureImageGallerySectionSubHeader {
  margin-bottom: 5px;
}
.deleteSignatureImage {
  position: absolute;
  color: #661864;
  background-color: transparent;
  bottom: 1px;
  right: 1px;
  padding: 3px;
  margin: 3px;
  border-radius: 3px;
  font-size: 15px;
}
.deleteSignatureImage:focus-within {
  box-shadow: 0 0 0 2px rgba(186, 235, 255, 0.8), 0 0 0 4px #00568F;
}
.signatureImageItem.upload {
  border: dashed 1px #949494;
  height: 240px;
  padding-left: 0;
}
.signatureImageItem.upload > .fileUploadButton {
  color: #661864;
  background-color: transparent;
  border: none;
  transform: translate(-50%, -50%);
  margin-top: 50%;
  margin-left: 50%;
  position: absolute;
}
.signatureImageItem.upload > .fileUploadButton > .selectFileTitle {
  font-size: 15px;
  font-weight: bold;
}
.signatureImageItem.upload > .fileUploadButton > .selectFileTitle.newlineAfterIcon {
  margin-top: 10px;
}
.signatureImageItem.upload > .fileUploadButton > .icon-icon_upload {
  font-size: 2em;
}
.signatureImagePreviewToolbar {
  border: 1px solid #d3d0d0;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.signatureImageItemToolbar {
  height: 40px;
  width: 100%;
  border-top: 1px solid #949494;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.sigPad > .dialogSubHeader {
  padding-bottom: 10px;
  display: inline-block;
}
.sigPad > .textToggleContainer {
  float: unset;
  display: block;
  margin-bottom: 10px;
}
.textToggle {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  height: 28px;
  z-index: 2;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #949494;
  background: white;
  max-width: 100%;
}
.textToggle > button {
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  top: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #35383c;
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 3px;
  margin-left: 3px;
  display: inline-block;
}
.textToggle > button.selected {
  color: white;
}
.textToggle > .selectionBackground {
  display: block;
  position: absolute;
  z-index: 1;
  background: #661864;
  border-radius: 3px;
  transition: 0.3s;
}
.licenseSeperatorLine {
  display: block;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  margin-left: auto;
  margin-right: 0.5em;
  border-style: inset;
  border-width: 0;
  height: 1px;
  border-color: #d3d0d0;
  background-color: #d3d0d0;
  color: #d3d0d0;
}
.openSourceLicensesPanel {
  width: 100%;
  margin: 0px;
  overflow: auto;
}
.openSourceLicensesPanel .licenseAccordion {
  background-color: transparent;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .openSourceLicensesPanel .licenseAccordion:hover {
    background-color: #d3d0d0;
  }
}
.openSourceLicensesPanel .licenseAccordion .licenseDetailsButton {
  display: table;
  float: none;
  padding-bottom: 0.25em;
  text-align: left;
  width: 100%;
  font-size: 16px;
}
.openSourceLicensesPanel .licenseAccordion .licenseDetailsButton:disabled {
  background-color: transparent;
  color: transparent;
  border: none;
}
.openSourceLicensesPanel .licenseAccordion .licenseDetailsButton .licenseTextCell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.openSourceLicensesPanel .licenseAccordion .licenseDetailsButton .licenseTextCell .licenseName {
  font-size: 1.25em;
  font-weight: bold;
  color: #35383c;
}
.openSourceLicensesPanel .licenseAccordion .licenseDetailsButton .licenseTextCell .licenseVersion {
  font-size: 1em;
  margin-left: 0.25em;
  color: #666666;
}
.openSourceLicensesPanel .licenseAccordion .licenseDetailsButton .licenseIconCell {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table-cell;
  vertical-align: middle;
  align-content: center;
  padding: 0.5em;
}
.openSourceLicensesPanel .licenseAccordion .licenseDetailsButton .licenseIconCell:before {
  content: "\e94b";
}
.openSourceLicensesPanel .licenseAccordion .licenseDetailsButton .licenseIconCell:before {
  font-size: 1.25em;
  color: #666666;
  float: none;
  margin: 5px;
  font-weight: bold;
}
.openSourceLicensesPanel .licenseAccordion .licenseTextPanel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.openSourceLicensesPanel .licenseAccordion .licenseTextPanel .licenseHomepage {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.openSourceLicensesPanel .licenseAccordion .licenseTextPanel .licenseHomepage .licenseHomepageCaption {
  font-style: italic;
}
.openSourceLicensesPanel .licenseAccordion .licenseTextPanel .licenseHomepage > a {
  cursor: alias;
  font-weight: bold;
}
.openSourceLicensesPanel .licenseAccordion .licenseTextPanel .licenseHomepage > a:link,
.openSourceLicensesPanel .licenseAccordion .licenseTextPanel .licenseHomepage > a:visited {
  color: #661864;
}
@media (hover: hover) and (pointer: fine) {
  .openSourceLicensesPanel .licenseAccordion .licenseTextPanel .licenseHomepage > a:hover,
  .openSourceLicensesPanel .licenseAccordion .licenseTextPanel .licenseHomepage > a:active {
    color: #8d458b;
  }
}
.openSourceLicensesPanel .licenseAccordion .licenseTextPanel > hr {
  display: block;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  margin-left: auto;
  margin-right: 0.5em;
  border-style: inset;
  border-width: 0;
  height: 1px;
  border-color: #d3d0d0;
  background-color: #d3d0d0;
  color: #d3d0d0;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.openSourceLicensesPanel .licenseAccordion.expanded .licenseDetailsButton > .licenseIconCell {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*font-family: 'icomoon' !important;*/
}
.openSourceLicensesPanel .licenseAccordion.expanded .licenseDetailsButton > .licenseIconCell:before {
  content: "\e94c";
}
@media (hover: hover) and (pointer: fine) {
  .openSourceLicensesPanel .licenseAccordion.expanded:hover {
    background-color: #d3d0d0;
  }
}
.usageDataGroupDescription > ul {
  padding-left: 26px;
  margin-top: 0;
}
.settingsSeperatorLine {
  display: block;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  margin-left: auto;
  margin-right: 0;
  border-style: inset;
  border-width: 0;
  height: 1px;
  border-color: #d3d0d0;
  background-color: #d3d0d0;
  color: #d3d0d0;
}
.usageDataGroupDescription {
  margin-top: 5px;
}
.usageDataGroupSpecificSetting {
  margin-top: 10px;
}
.settingsPanel {
  width: 100%;
  margin: 0px;
  padding-top: 15px;
}
.subHeader {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 15px;
}
.usageDataHeader {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 6px;
}
.toggleContainer {
  float: right;
  display: inline-block;
  height: 26px;
}
.resetUsageDataButton {
  margin: 6px 0px 6px -2px;
  padding: 2px;
  color: #661864;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.resetUsageDataButton:disabled {
  background: none;
  border: none;
}
.usageDataNotAvailable {
  color: #e51c30;
  font-size: 15px;
}
.collapsableSection {
  margin-left: 10px;
}
.newDataUsageBadge {
  background: #0169ae;
  color: white;
  border-radius: 3px;
  padding: 3px;
  font-size: 14px;
  text-transform: uppercase;
}
.availableLanguagesPanel {
  max-height: 170px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 50px;
  overflow: auto;
  display: table;
  width: 100%;
}
.availableLanguagesPanel button {
  font-size: 16px;
  color: #35383c;
  width: 95%;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
}
.availableLanguagesPanel button:disabled {
  color: #35383c;
  background-color: transparent;
  border: none;
}
.availableLanguagesPanel .availableLanguagesBody {
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 5px;
}
.availableLanguagesPanel .row {
  display: table-row;
}
.availableLanguagesPanel .cell {
  display: table-cell;
  padding-top: 5px;
  padding-bottom: 5px;
}
.availableLanguagesPanel .cell .content {
  text-align: left;
}
.availableLanguagesBody .languageUsed {
  background-color: #ebeaea;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  text-align: left;
  white-space: normal;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #d3d0d0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /* The following are set in WordPress (wp-admin/css/revisions.css) - reset them to initial values */
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.popover.top {
  margin-top: -10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #666666;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: white;
  border-bottom-width: 0;
}
.popover.right {
  margin-left: 10px;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #666666;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: white;
  border-left-width: 0;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #666666;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left {
  margin-left: -10px;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #666666;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: white;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: white;
  border-bottom: 1px solid #ebeaea;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #35383c;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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-default {
  color: #35383c;
  background-color: white;
  border-color: #949494;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #35383c;
  background-color: #ebeaea;
  border-color: #d3d0d0;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.open .dropdown-toggle.btn-default {
  color: #35383c;
  background-color: #ebeaea;
  border-color: #d3d0d0;
  background-image: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-halfblock {
  display: block;
  width: 50%;
}
.text-primary {
  color: #661864;
}
.clockpicker .input-group-addon {
  cursor: pointer;
}
.clockpicker-moving {
  cursor: move;
}
.clockpicker-align-left.popover > .arrow {
  left: 25px;
}
.clockpicker-align-top.popover > .arrow {
  top: 17px;
}
.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}
.clockpicker-popover .popover-title {
  background-color: white;
  color: #666666;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.clockpicker-popover .popover-title span {
  cursor: pointer;
}
.clockpicker-popover .popover-content {
  background-color: white;
  padding: 12px;
}
.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.clockpicker-plate {
  background-color: white;
  border: 1px solid #666666;
  border-radius: 50%;
  width: 198px;
  height: 198px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.clockpicker-minutes {
  visibility: hidden;
}
.clockpicker-tick {
  border-radius: 50%;
  color: #35383c;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
}
.clockpicker-tick.disabled {
  color: lightgray;
  cursor: default;
}
.clockpicker-tick:not(.disabled).active,
.clockpicker-tick:not(.disabled):hover {
  background-color: #8d458b;
  background-color: rgba(141, 69, 139, 0.25);
}
.clockpicker-button {
  background-image: none;
  background-color: white;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0;
  display: inline-block;
}
.clockpicker-button:disabled {
  cursor: default;
  background-color: white !important;
}
@media (hover: hover) and (pointer: fine) {
  .clockpicker-button:disabled:hover {
    color: #949494 !important;
  }
}
.clockpicker-button:hover {
  background-image: none;
  background-color: #ebeaea;
}
.clockpicker-button:focus {
  outline: none !important;
}
.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
}
.clockpicker-dial-out {
  opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms;
}
.clockpicker-canvas-out {
  opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #661864;
}
.clockpicker-canvas-bg {
  stroke: none;
  fill: rgba(141, 69, 139, 0.25);
}
.clockpicker-canvas-bg-trans {
  fill: rgba(141, 69, 139, 0.25);
}
.clockpicker-canvas line {
  stroke: #661864;
  stroke-width: 1px;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/
}
.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.clockpicker-span-am-pm {
  padding-left: 10px;
}
.clockpicker-canvas-minutespan,
.clockpicker-canvas-secondspan {
  fill: transparent;
  stroke: #666666;
  stroke-width: 2px;
  display: none;
}
.clockPickerDoneBtn {
  background-color: #661864;
  color: white;
}
.clockPickerDoneBtn:hover {
  background-color: #8d458b;
  color: white;
}
.clockPickerClearBtn {
  color: #661864;
}
.clockPickerClearBtn:hover {
  color: #661864;
}
.ui-datepicker-week-end > a {
  color: #e51c30 !important;
}
.ui-datepicker-week-end > span {
  color: #e51c30 !important;
}
.ui-datepicker-today > a.ui-state-highlight {
  border: 1px solid #661864 !important;
  background: #B260B0 !important;
  color: white !important;
}
.ui-datepicker-current-day > a.ui-state-active {
  border: 1px solid #661864 !important;
  background: #8d458b !important;
  color: white !important;
}
.ui-datepicker-button-xyzmo {
  color: #661864 !important;
}
.ui-datepicker-button-xyzmo.ui-state-hover {
  color: #8d458b !important;
}
.busyMessageSpinner,
.externalSigningProcess {
  margin-left: auto;
  margin-right: auto;
}
/*#region HTML elements*/
html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
  color: #35383c;
  overflow: hidden;
}
body,
html {
  position: fixed;
}
button {
  font-family: sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
div,
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
select {
  cursor: pointer;
}
select:disabled {
  cursor: not-allowed;
}
input,
select,
textarea {
  font-size: 1rem;
}
select,
textarea {
  border: solid 1px #949494;
}
input {
  -webkit-appearance: none;
  border: solid 1px #949494;
}
input:disabled {
  cursor: not-allowed;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
/*#endregion*/
/*#region Focus handling*/
body:not(.mouseActive) :focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(186, 235, 255, 0.8), 0 0 0 4px #00568F;
  border-radius: 3px;
}
body:not(.mouseActive) .toggleContainer:focus-within {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(186, 235, 255, 0.8), 0 0 0 4px #00568F;
  border-radius: 13px !important;
}
body:not(.mouseActive) .formElementRadioButton:focus,
.confirmReadingIcon:focus {
  border-radius: 100% !important;
}
body.mouseActive :focus {
  box-shadow: none;
  outline: none !important;
}
body.mouseActive :focus-within {
  box-shadow: none;
  outline: none !important;
}
/*#endregion*/
.blockMsg {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.verticallyCentered {
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.horizontallyCentered {
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.centered {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#spinnerColorHelper {
  color: white;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.visibleRoot {
  height: 100%;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
.displayInline {
  display: table-cell;
  vertical-align: top;
}
.hidden {
  display: none;
}
.hideOnFinish {
  display: none;
}
#separatorTopbar {
  width: 100%;
  height: 5px;
  background-color: #661864;
  overflow: hidden;
}
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.xyzmoLogo {
  height: 60px;
  background-position: left;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.xyzmoLogo.expanded {
  background-image: url("../images/logo_topbar_v2.svg");
  width: 250px;
  background-size: calc(250px - 60px) auto;
  transition: 0.3s;
  margin-left: 0.2em;
}
.xyzmoLogo.asIdleScreen {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  background-image: url("../images/logo_loading_v2.svg");
  background-position: center;
  z-index: -1;
}
.xyzmoLogo.transparent {
  background-color: transparent;
  border-bottom: 0px solid transparent;
}
.xyzmoLogo.asProgressLogo {
  margin-bottom: 0.75em !important;
  float: none;
  background-position: center;
  height: 5em;
  width: auto;
  background-image: url("../images/logo_loading_v2.svg");
  background-size: contain;
}
#nextPageControl {
  clear: both;
}
#statusBar {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: #d3d0d0;
  padding: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(24px + env(safe-area-inset-bottom));
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #666666;
  padding-bottom: env(safe-area-inset-bottom);
}
#statusBar p {
  color: #35383c;
  margin-top: 5px;
  line-height: 11pt;
  font-size: 9pt;
  margin: 1px 2px 0 0;
}
#statusBar select {
  color: #35383c;
  background-color: #d3d0d0;
  margin-top: 5px;
  line-height: 11pt;
  font-size: 8.5pt;
  margin: 0;
  padding: 0;
}
#statusBar a {
  color: #35383c;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #statusBar a:hover {
    text-decoration: underline;
  }
}
#statusBar .openCloseArrow {
  float: left;
  font-size: 15px;
}
#statusBar.center {
  text-align: center;
}
#statusBar.workstepDoesNotExist {
  width: 100%;
}
#TasksAreaDeviceInformation {
  left: 0;
  right: 0;
  bottom: 60px;
  background-color: #ebeaea;
  text-align: center;
  position: absolute;
  width: 250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  display: block;
  border-top: 1px #666666 solid;
}
#TasksAreaDeviceInformation p {
  color: #35383c;
  margin-top: 5px;
  line-height: 40px;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  width: 50%;
}
#signingDeviceElementContainer {
  margin-left: 10px;
}
#signingDeviceElement {
  float: left;
  text-align: right;
  cursor: pointer;
  padding: unset;
}
#deviceDriverStartDocViewMode {
  color: #661864;
  font-size: 1.0625em;
  font-weight: 500;
  float: right;
  margin: 0 2px;
  background-color: transparent;
  border: 0px solid transparent;
}
#deviceDriverStartDocViewMode:disabled {
  color: #666666;
}
#signingDeviceInfo {
  float: left;
}
.productName {
  float: left;
}
img {
  border: 0;
  outline: none;
}
td {
  vertical-align: top;
  text-align: left;
  padding: 0;
}
table {
  border-collapse: collapse;
}
.errorExtendedDialogHeader {
  height: 60px;
  font-size: 22px;
  background-color: #661864;
  color: white;
  text-align: center;
  line-height: 60px;
}
#center {
  background-color: #ebeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#mainPageView {
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.pageView {
  position: relative;
  margin: 0px auto;
  width: 100%;
  /*> .pageImage {
        float: right;
    }*/
}
table,
body,
html {
  width: 100%;
  height: 100%;
}
.buttonAction {
  font-size: large;
  border-radius: 3px;
  clear: both;
  padding: 10px;
  text-align: left;
}
#divFinishTopBar,
#divSignPkcs7TopBar {
  height: 100%;
}
#topBarRight.guidingStarted > #divFinishTopBar,
divSignPkcs7TopBar {
  background-color: #669933;
  color: white;
}
#divFinishTopBar.disabled,
#divSignPkcs7TopBar.disabled {
  background-color: white !important;
  opacity: 0.5;
}
#divFinishTopBar.disabled > button,
#divSignPkcs7TopBar.disabled > button {
  color: #661864 !important;
}
.icon-stepping_finish_icon .path1::before {
  color: #669933;
}
.icon-stepping_finish_icon .path2::before {
  color: white;
}
button:disabled {
  background-color: #666666;
  color: #949494;
  border: solid 0.5px #949494;
}
#spanDocumentName {
  font-size: 24px;
  color: white;
  text-align: center;
  position: relative;
  display: block;
  top: 25px;
  z-index: -1;
}
.initiallyHidden {
  display: none !important;
}
#menuOverlay {
  -webkit-overflow-scrolling: touch;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menuOverlay .menuButtonAction {
  border-radius: 0px;
}
#menuOverlay .menuButtonAction .menuButton {
  color: #661864;
  font-size: 1rem;
  float: left;
  width: 3rem;
  margin-right: 5px;
  text-align: center;
  padding: 0px;
}
#menuOverlay .menuButtonAction .menuButton > span {
  line-height: 40px;
}
#menuOverlay .menuButtonAction .menuText {
  width: 100%;
  line-height: 40px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
}
#menuOverlay .buttonAction.disabled .menuButton > span {
  color: #949494;
}
#menuOverlay .buttonAction.disabled .menuText {
  color: #949494;
}
@media (hover: hover) and (pointer: fine) {
  #menuOverlay :not(.disabled):hover {
    background-color: #ebeaea;
  }
}
.defaultButton {
  background-color: #661864;
  color: white;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  border: solid 0.5px transparent;
  width: 180px;
}
#busyMessage {
  background-color: transparent;
  border: 0;
  /*left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;*/
  z-index: 1002;
  display: inline-block;
  width: inherit;
}
#busyMessage > div {
  /*line-height: 1.1em;
    height: 2.5em;*/
  margin: 0;
  padding: 0;
  font-size: 1.7em;
  /*width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 110px;*/
  color: #ebeaea;
  /*text-align: center;*/
}
.busyMessageText {
  margin-bottom: 1.75em;
}
.busyMessageText.withLogo {
  color: #666666;
}
.busyMessageSpinner > .spinner {
  position: relative;
  left: 50%;
  transform: translate(0, 50%);
}
.busyMessageSpinner > .spinner > div > div {
  background: #949494 none repeat scroll 0% 0% !important;
}
.busyMessageButton {
  margin: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.divTable {
  display: table;
}
.divTable .divRow {
  display: table-row;
}
.divTable .divTableRowGroup {
  display: table-row-group;
}
.divTable .divRow .divCell {
  display: table-cell;
}
.arrowHidden {
  display: none;
}
.errorText {
  color: #e51c30;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: bold;
}
.storeButtons {
  margin: 10px 0 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.storeButtons.portrait {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.storeButtons.landscape {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.storeAppButton {
  text-decoration: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.storeAppButton img {
  width: 130px;
  margin: 10px 15px;
}
.deviceSelectionContainer {
  overflow: auto;
  width: 100%;
  height: 70%;
  border-bottom: 1px #666666 solid;
  text-align: left;
}
.deviceSelectionContainer .listRadioButton {
  margin-left: 8px;
}
#attachmentTaskDescription {
  margin-top: 5px;
  margin-bottom: 10px;
}
#activeElementFlickerHelper {
  color: #661864;
  background-color: white;
}
#activeRequiredElementFlickerHelper {
  color: #e51c30;
  background-color: white;
}
#disabledElementFlickerHelper {
  color: #949494;
  background-color: white;
}
#drawTypeSignColorHelper {
  background-color: darkblue;
  margin-left: 2px;
}
.unsignedFieldsWarning {
  color: #e51c30;
}
#uploadProgressBar {
  background-color: #661864;
}
.iconConfirmReadingEnabled {
  background-color: #661864;
  padding: 5px;
}
.iconConfirmReadingRequired {
  background-color: #e51c30;
  padding: 5px;
}
.readingTaskBracket {
  position: absolute;
  z-index: 120;
  opacity: 0.7;
  /* font-size needed, otherwise height setting is ignored! */
  font-size: 0;
}
.readingTaskLeftBracketEndEnabled {
  background-position: 0px 0px;
  width: 40px;
  height: 10px;
  background-color: #661864;
}
.readingTaskBracketLineEnabled {
  background-position: -100px 0px;
  width: 10px;
  background-color: #661864;
}
.readingTaskRightBracketEndEnabled {
  background-position: -50px 0px;
  width: 40px;
  height: 10px;
  background-color: #661864;
}
.readingTaskLeftBracketEndRequired {
  background-position: -150px 0px;
  width: 40px;
  height: 10px;
  background-color: #e51c30;
}
.readingTaskBracketLineRequired {
  background-position: -250px 0px;
  width: 10px;
  background-color: #e51c30;
}
.readingTaskRightBracketEndRequired {
  background-position: -200px 0px;
  width: 40px;
  height: 10px;
  background-color: #e51c30;
}
.readingTaskBracket.readingTaskDisabled {
  background-color: #666666;
}
.confirmReadingIcon.disabledIcon,
.confirmReadingIcon:disabled {
  background-color: #666666;
  pointer-events: none;
}
#guidanceControlPrevious {
  float: left;
}
#guidanceControlNext {
  float: right;
}
#acceptDisposableCertificateDisclaimer {
  margin: 15px 0px 10px 0px;
  font-weight: bold;
}
.errorPage {
  height: 100%;
  width: 100%;
  background: white;
}
.errorPage .errorContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 25%;
  text-align: center;
}
.errorPage .errorContainer .errorMessage {
  font-size: 1.75em;
  color: #666666;
  margin-bottom: 0.25em;
  line-height: 1.25em;
}
.errorPage .errorContainer .icon-error-general {
  float: none;
}
.errorPage .errorContainer .icon-error-general:before {
  opacity: 1;
  font-size: 5.5rem;
}
#textAreaDisclaimerText {
  overflow-y: scroll;
  border: 1px solid #949494;
  background: white;
}
.textAreaStyle {
  color: #35383c;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin: 0em;
  padding: 2px;
  font-weight: 400;
  font-family: Arial;
}
.textAreaStyle.textSelectable {
  -webkit-user-select: text;
  /* Chrome 49+ */
  -moz-user-select: text;
  /* Firefox 43+ */
  -ms-user-select: text;
  /* No support yet */
  user-select: text;
  /* Likely future */
}
.hyperlinkElement {
  position: absolute;
  cursor: alias;
}
@media (hover: hover) and (pointer: fine) {
  .hyperlinkElement:hover {
    -moz-opacity: 0.25;
    opacity: 0.25;
    background: #d3bcd2;
  }
}
input.toggle {
  opacity: 0;
  position: absolute;
}
input.toggle + label {
  position: relative;
  display: inline-block;
  user-select: none;
  transition: 0.3s;
  height: 100%;
  width: 56px;
  background: white;
  border-radius: 60px;
  border: 1px solid #949494;
  cursor: pointer;
}
input.toggle + label:after {
  content: "";
  position: absolute;
  display: block;
  transition: 0.3s;
  background: white;
  height: 100%;
  width: 24px;
  left: 0px;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 2px 0px #666666;
  -moz-box-shadow: 0px 0px 2px 0px #666666;
  box-shadow: 0px 0px 2px 0px #666666;
}
input.toggle:checked + label {
  background: #661864;
  border: 2px solid #661864;
}
input.toggle:checked + label:after {
  width: 22px;
  left: 30px;
}
input.toggle:disabled + label {
  background: #ebeaea;
  border: 2px solid #ebeaea;
  cursor: not-allowed;
}
input.toggle:disabled + label:after {
  background: #949494;
}
#cookiesDisabledInfo {
  color: #e51c30;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
.requiredSuffix {
  color: #e51c30;
  font-weight: bold;
}
.listRadioButton {
  height: 17px;
  width: 17px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #35383c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.listRadioButton .innerCircle {
  top: 4px;
  left: 4px;
  height: 7px;
  width: 7px;
  background-color: white;
  border-radius: 50%;
  position: relative;
}
.transactionCodeContainer {
  margin-top: 20px;
}
.flexColumn {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
#signatureSelectionMainPanel {
  overflow: auto;
  max-height: 500px;
  width: 100%;
  margin: 10px 0px;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
#alternativeStartButton.topBarDisabled {
  position: fixed;
  right: 25px;
  bottom: 30px;
  padding: 0;
  font-size: 3em;
}
#alternativeStartButton.topBarDisabled .icon-stepping_confirm_reading_icon .path1:before {
  color: #661864;
}
#alternativeStartButton.topBarDisabled .icon-stepping_confirm_reading_icon .path2:before {
  color: white;
}
.namirialForm input[type=text],
.namirialForm input[type=password],
.namirialForm input[type=tel],
.namirialForm select {
  border: 1px solid #949494;
  width: 100%;
  font-family: inherit;
  height: 40px;
}
.namirialForm input[type=text]:disabled,
.namirialForm input[type=password]:disabled,
.namirialForm input[type=tel]:disabled,
.namirialForm select:disabled {
  background-color: #ebeaea !important;
}
.namirialForm > div:not(.transactionCodeContainer) > div {
  margin-bottom: 2px;
}
.namirialForm > div:not(.transactionCodeContainer) > div label {
  color: #35383c;
  margin-top: 8px;
  margin-bottom: 2px;
  font-weight: bold;
}
.namirialForm #rememberInputData {
  height: unset;
  width: unset;
}
.namirialForm input:not(#inputPhoneNumber) {
  padding: 5px;
}
.iti {
  width: 100%;
}
/*#region Elements */
/*#endregion */
/*#region DIALOG */
/*#endregion */
/*#region Finish Button */
/*#endregion */
.dialogButtons {
  text-align: right;
  width: 100%;
}
.dialogDynamicContent {
  padding: 15px;
}
.dialogStaticBottomContent {
  margin: 0px 15px 15px 15px;
}
.staticBottomContent {
  font-size: 16px;
  color: #35383c;
  width: 100%;
  overflow: auto;
  max-height: 200px;
}
.dialogSubHeader {
  padding: 15px 0px;
}
#mobileButtonPanel {
  display: none;
}
.toast-position-below-topbar {
  top: 70px;
}
.toast-position-beside-thumbnails {
  width: calc(100% - 250px);
}
.toast-position-beside-pagenavigation {
  width: calc(100% - 45px);
}
#guidanceButtonNext {
  font-size: 1.5rem;
  color: white;
}
#guidanceButtonNext:disabled {
  opacity: 0.5;
}
#guidanceButtonPrevious {
  font-size: 1.5rem;
  color: white;
}
#guidanceControlNext {
  margin-left: 10px;
}
#guidanceControlPrevious {
  margin-right: 10px;
}
#guidanceControl {
  position: fixed;
  top: 50px;
}
.guideControls {
  z-index: 800;
}
.guidanceControlContainer {
  width: 100%;
}
#guidanceButton {
  font-size: 1.5rem;
  float: left;
  padding: 0px;
}
#guidanceButton > span {
  display: none;
}
#guidanceButton.guideDefault > .icon-stepping_fill_in {
  display: inline;
}
#guidanceButton.guideSignature > .icon-stepping_sign-09 {
  display: inline;
}
#guidanceButton.guideRadioButton > .icon-stepping_choose {
  display: inline;
}
#guidanceButton.guideAttachment > .icon-stepping_attach-12 {
  display: inline;
}
#guidanceButton.guideConfirmReading > .icon-stepping_confirm_reading {
  display: inline;
}
.guideDisabledButton,
.guideDisabledFinishButton {
  border: none;
  color: white;
  text-transform: uppercase;
  min-width: 180px;
  height: 50px;
  font-size: 12pt;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  position: fixed;
  right: 25px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
}
.guideDisabledFinishButton {
  background-color: #669933;
}
.guideDisabledStartButton {
  background-color: transparent;
  display: block;
  z-index: 100;
}
.appDialogContent {
  width: 100%;
}
.appDialogContent.landscape {
  margin-top: 20px;
}
.nativeAppDialogCheckbox {
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
}
.nativeAppDialogSelectionDiv {
  padding: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.checkboxWrapper {
  margin-left: 2em;
}
.checkboxLabel {
  float: right;
  width: 100%;
}
.checkboxContent {
  float: left;
  width: 2em;
  margin-left: -2em;
}
.checkboxCleared {
  clear: both;
}
#additionalProperties {
  width: 98%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: table;
}
#additionalProperties .row {
  display: table-row;
}
#additionalProperties .cell {
  display: table-cell;
  width: 50%;
  padding-top: 5px;
}
#additionalProperties .cell input {
  width: 100%;
  margin-right: 10px;
}
#additionalProperties .cell.headerCell {
  display: table-cell;
  font-weight: bold;
}
.noDataAvailable {
  font-weight: bold;
  text-align: center;
}
#localSigningCertificates {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
#localSigningCertificates > .signingCertificatesBody {
  width: 100%;
  display: inline-block;
  max-height: 350px;
}
#localSigningCertificates > .signingCertificatesBody .availableCertificatesForReader {
  padding-left: 10px;
  padding-top: 5px;
  width: 100%;
}
#localSigningCertificates > .signingCertificatesBody .signingCertificatesHeader {
  border-bottom: 1px solid #666666;
  margin: 5px;
  width: 98%;
  padding-left: 2px;
  padding-right: 2px;
}
#localSigningCertificates > .signingCertificatesBody .cardReaderSource {
  margin-left: 5px;
  margin-bottom: 5px;
  width: 98%;
  padding: 0px;
}
#localSigningCertificates > .signingCertificatesBody .cardReaderSource:disabled {
  background-color: transparent;
  color: transparent;
  border: none;
}
#localSigningCertificates > .signingCertificatesBody .cardReaderSourceCellHeader {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#localSigningCertificates > .signingCertificatesBody .cardReaderSourceCellHeader .cardReaderSourceCellButton {
  font-size: 1.2em;
  font-weight: bold;
  color: #35383c;
  margin: 5px;
}
#localSigningCertificates > .signingCertificatesBody .cardReaderSourceCellIcon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table-cell;
  vertical-align: middle;
  align-content: center;
  padding: 0.5em;
}
#localSigningCertificates > .signingCertificatesBody .cardReaderSourceCellIcon:before {
  content: "\e94b";
}
#localSigningCertificates > .signingCertificatesBody .cardReaderSourceCellIcon:before {
  font-size: 1.4em;
  color: #666666;
  float: none;
  margin: 5px;
  font-weight: bold;
}
#localSigningCertificates > .signingCertificatesBody.expanded .cardReaderSourceCellIcon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*font-family: 'icomoon' !important;*/
}
#localSigningCertificates > .signingCertificatesBody.expanded .cardReaderSourceCellIcon:before {
  content: "\e94c";
}
#localSigningCertificates > .signingCertificatesBody .signingCertificatesContent {
  max-height: 200px;
  overflow: auto;
}
#localSigningCertificates > .signingCertificatesBody .signingCertificatesContent .certificateDetails {
  width: 98%;
  font-size: 16px;
  margin: 5px;
  padding: 3px 2px;
  text-align: left;
}
#localSigningCertificates > .signingCertificatesBody .signingCertificatesContent .certificateDetails:disabled {
  background-color: transparent;
  color: #35383c;
  border: none;
}
#localSigningCertificates > .signingCertificatesBody .signingCertificatesContent .signingCertificatesContentSeparatorLine {
  width: 98%;
  display: block;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  border-style: inset;
  border-width: 0;
  height: 1px;
  border-color: #d3d0d0;
  background-color: #d3d0d0;
  color: #d3d0d0;
}
#localSigningCertificates > .signingCertificatesBody .signingCertificatesContent .signingCertificatesContentSeparatorLine:last-child {
  height: 0px;
}
#localSigningCertificates > .signingCertificatesBody .cardReaderSourceSeparatorLine {
  width: 98%;
  display: block;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  margin-left: 5px;
  border-style: inset;
  border-width: 0;
  height: 1px;
  border-color: #666666;
  background-color: #666666;
  color: #666666;
}
#localSigningCertificates > .signingCertificatesBody:last-child .cardReaderSourceSeparatorLine {
  height: 0px;
}
#localSigningCertificates .cell1 {
  display: inline-block;
  width: 40%;
}
#localSigningCertificates .cell2 {
  display: inline-block;
  width: 35%;
}
#localSigningCertificates .cell3 {
  display: inline-block;
  width: 20%;
}
#localSigningCertificates .header {
  font-weight: bold;
  text-align: left;
}
#localSigningCertificates .subheader {
  font-style: italic;
  font-weight: 400;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: left;
}
#localSigningCertificates .content {
  font-weight: normal;
  text-align: left;
  padding-right: 10px;
  vertical-align: middle;
  overflow-wrap: break-word;
}
#localSigningCertificates .selectedCertificate {
  background-color: #ebeaea;
}
#chooseSigningCertificateDialog {
  overflow: auto;
  max-height: 800px;
  width: 100%;
}
#chooseSigningCertificateDialog #previewImage {
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: auto;
}
#chooseSigningCertificateDialog #previewImage > #previewBackground {
  display: block;
  margin: auto;
  border: 1px solid #666666;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
#chooseSigningCertificateDialog #previewImage > #previewBackground > #previewForeground {
  border: 0px solid #666666;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
#localSigningImages {
  overflow: auto;
  min-height: 150px;
  max-height: 160px;
  margin-top: 15px;
  margin-bottom: 5px;
}
#localSigningImages .certificateImage {
  margin: 3px;
  width: 48%;
}
#localSigningImages .selectedImage {
  border: 2px solid #666666;
  margin: 1px;
  background-color: #ebeaea;
}
.signingImagesHeader {
  width: 100%;
  margin-top: 10px;
}
#certificateAuthenticationContent {
  max-height: 400px;
  margin: 15px 5px 5px 5px;
  min-height: 50px;
  overflow: auto;
}
#certificateAuthenticationContent .loadingCertificates {
  text-align: center;
}
#multipleSignTypesMainPanel {
  overflow: auto;
  max-height: 500px;
  width: 100%;
  padding-right: 10px;
  margin: 5px 0px 10px 0px;
}
.signTypesPanel {
  max-height: 170px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 50px;
  overflow: auto;
  display: table;
  width: 100%;
}
.signTypesPanel .signTypesBody {
  display: table-row-group;
  overflow: auto;
}
.signTypesPanel .row {
  display: table-row;
}
.noDataAvailable {
  font-weight: bold;
  text-align: center;
}
.signTypesPanel .cell {
  display: table-cell;
  padding-top: 5px;
}
.signTypesPanel .cell.content {
  text-align: left;
  padding-bottom: 5px;
  padding-right: 10px;
}
.signTypesBody .selectedSigningType {
  background-color: #ebeaea;
}
.signType .friendlyNameLabel {
  color: #35383c;
}
.selectedSigningType .friendlyNameLabel {
  font-weight: bold;
}
.signType .descriptionLabel {
  display: none;
  font-size: 0.8em;
}
.signType .descriptionLabel .content {
  padding-left: 10px;
}
.signType.selectedSigningType .descriptionLabel {
  display: table-row;
}
.batchSignatureFieldEntry button.showSignatureFieldButton {
  float: right;
  color: #661864;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
  border: none;
  background: none;
}
.advancedBatchSigningDecision {
  padding: 2px;
  margin-top: 0;
}
.advancedBatchSigningDecision > .batchSigningAffectedSignatures {
  top: auto;
  transform: none;
}
.advancedBatchSigningDecision > * {
  float: left;
}
.advancedBatchSigning.signatureConfirmationDialog .batchSignatureFieldEntry {
  padding: 5px 0;
}
.signatureFieldsPanel > .batchSignatureFieldEntry {
  border-top: 1px #d3d0d0 solid;
  border-left: 1px #d3d0d0 solid;
  border-right: 1px #d3d0d0 solid;
}
.signatureFieldsPanel:last-child {
  border-bottom: 1px #d3d0d0 solid;
}
.advancedBatchDocumentAndPageInformation {
  padding-top: 5px;
  padding-left: 5px;
}
.advancedBatchSigningSignatureInformation > * {
  vertical-align: middle;
  line-height: 24px;
}
.requiredFieldInformation {
  font-size: 14px;
}
.requiredFieldInformationMark {
  color: #e51c30;
}
.signType .listRadioButton {
  float: left;
  margin-left: 10px;
}
.selectedSigningType .listRadioButton {
  background-color: #661864;
}
.sigTypeLabelContainer {
  margin-left: 40px;
}
.openSourceLicensesPanel {
  max-height: 450px;
}
.thumbnail {
  border: 2px solid #666666;
  position: relative;
  margin: 3px auto 3px auto;
  width: 130px;
  background-color: white;
}
.activeThumbnail {
  border: 2px solid #661864;
}
#documentHeader {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -ms-word-wrap: normal;
  word-wrap: normal;
  -ms-word-break: break-all;
  word-break: break-word;
  display: inline-block;
  white-space: nowrap;
  width: 96%;
  text-overflow: ellipsis;
  overflow: hidden;
}
#workstepLabel {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -ms-word-wrap: normal;
  word-wrap: normal;
  -ms-word-break: break-all;
  word-break: break-word;
  display: inline-block;
  white-space: nowrap;
  width: 96%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}
.thumbNailPageNumber {
  position: absolute;
  background: #666666;
  color: white;
  font-size: 14px;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 25%;
  min-width: 35px;
  padding: 1px;
}
.activeThumbnail .thumbNailPageNumber {
  background: #661864;
}
.sigImage {
  display: none;
  position: absolute;
  bottom: 0px;
  right: -1px;
  color: #661864;
  background: white;
  border-bottom: 2px solid white;
  border-right: 1px solid white;
  border-left: 2px solid white;
  text-align: right;
}
.icon-thumbnail_single_sign_check > .path1:before {
  color: #661864;
  content: "\e93f";
}
.icon-thumbnail_single_sign_check.containsRequired > .path1:before {
  color: #e51c30;
}
.icon-thumbnail_single_sign_check > .path2:before {
  content: "\e940";
  margin-left: -1.5em;
  color: #669933;
}
.sigImage.icon-single_signing.containsRequired {
  color: #e51c30;
}
.icon-thumbnail_confirm_reading > .path1:before {
  content: "\e945";
  color: #661864;
}
.icon-thumbnail_confirm_reading > .path2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.icon-thumbnail_confirm_reading > .path2:before {
  content: "\e949";
  color: transparent;
}
.icon-thumbnail_confirm_reading.checked > .path2:before {
  color: #669933;
}
.thumbNailDiv {
  max-width: 250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbNailDiv > img {
  cursor: pointer;
}
.thumbNailDiv .sigImage {
  font-size: 1.7rem;
  margin-right: 1px;
}
#outerThumbnailContainer {
  position: relative;
  top: 0px;
  bottom: 65px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(250px - 46px);
  -webkit-overflow-scrolling: touch;
  height: 100%;
  float: left;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#outerThumbnailContainer::-webkit-scrollbar {
  display: none;
}
.thumbnailContainer {
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: block;
}
.leftBarCell {
  background-color: #d3d0d0;
}
#thumbnailSelectionGrid,
#thumbnailSelectionGridWithDescription {
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-padding-start: 20px;
  vertical-align: middle;
}
#thumbnailSelectionGrid > li,
#thumbnailSelectionGridWithDescription > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 0.2em;
  float: left;
  zoom: 1;
}
#thumbnailSelectionGrid > li > .thumbnail,
#thumbnailSelectionGridWithDescription > li > .thumbnail {
  width: 100%;
  height: 100%;
  display: table;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  float: none;
  margin: auto;
  text-align: center;
}
#thumbnailSelectionGrid > li > .thumbnail > #documentHeader,
#thumbnailSelectionGridWithDescription > li > .thumbnail > #documentHeader {
  margin: auto;
}
#thumbnailSelectionGrid > li > .thumbnail > .confirmReadingThumbContainer,
#thumbnailSelectionGridWithDescription > li > .thumbnail > .confirmReadingThumbContainer {
  display: table-cell;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#thumbnailSelectionGrid > li > .thumbnail > .confirmReadingThumbContainer > img,
#thumbnailSelectionGridWithDescription > li > .thumbnail > .confirmReadingThumbContainer > img {
  border-style: solid;
  border-width: 2px;
  border-color: #949494;
}
#thumbnailSelectionGrid > li > .thumbnail > .confirmReadingThumbContainer > .icon-thumbnail_confirm_reading,
#thumbnailSelectionGridWithDescription > li > .thumbnail > .confirmReadingThumbContainer > .icon-thumbnail_confirm_reading {
  right: 1px;
  bottom: 6px;
  display: inline-block;
}
#thumbnailSelectionGrid > li > #thumbnailContainer,
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#thumbnailSelectionGrid > li > #thumbnailContainer > .thumbnail,
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer > .thumbnail {
  display: table-cell;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  float: none;
  margin: auto;
  text-align: center;
}
#thumbnailSelectionGrid > li > #thumbnailContainer > .thumbnail > .confirmReadingThumbContainer,
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer > .thumbnail > .confirmReadingThumbContainer {
  display: table-cell;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#thumbnailSelectionGrid > li > #thumbnailContainer > .thumbnail > .confirmReadingThumbContainer > img,
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer > .thumbnail > .confirmReadingThumbContainer > img {
  border-style: solid;
  border-width: 2px;
  border-color: #949494;
}
#thumbnailSelectionGrid > li > #thumbnailContainer > .thumbnail > .confirmReadingThumbContainer > .icon-thumbnail_confirm_reading,
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer > .thumbnail > .confirmReadingThumbContainer > .icon-thumbnail_confirm_reading {
  right: 1px;
  bottom: 6px;
  display: inline-block;
}
#thumbnailSelectionGrid > li > #thumbnailContainer > .thumbnailDescription,
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer > .thumbnailDescription {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75em;
}
#thumbnailSelectionGrid > li > #thumbnailContainer > .thumbnailDescription > #documentHeader,
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer > .thumbnailDescription > #documentHeader {
  display: block;
  margin: auto;
  text-align: left;
  width: 100%;
}
#thumbnailSelectionGrid > li > #thumbnailContainer > .thumbnailDescription > #documentDescription,
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer > .thumbnailDescription > #documentDescription {
  display: block;
  width: 100%;
  margin-top: 0.25em;
}
@media (hover: hover) and (pointer: fine) {
  #thumbnailSelectionGrid > li:hover > .thumbnail > button > img,
  #thumbnailSelectionGridWithDescription > li:hover > .thumbnail > button > img {
    border-color: #661864;
  }
  #thumbnailSelectionGrid > li:hover > #thumbnailContainer > .thumbnail > button > img,
  #thumbnailSelectionGridWithDescription > li:hover > #thumbnailContainer > .thumbnail > button > img {
    border-color: #661864;
  }
}
#thumbnailSelectionGrid > li {
  height: 215px;
  width: 175px;
}
#thumbnailSelectionGrid > li > .thumbnail > #documentHeader {
  max-width: calc(175px - 0.4em);
  cursor: pointer;
}
#thumbnailSelectionGrid > li > .thumbnail > .confirmReadingThumbContainer {
  max-width: calc(175px - 0.4em);
  max-height: calc(215px - 50px);
}
#thumbnailSelectionGrid > li > .thumbnail > .confirmReadingThumbContainer > img {
  max-width: calc(175px - 0.4em);
  max-height: calc(215px - 50px);
}
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer .thumbnail {
  height: 215px;
  width: 175px;
}
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer .thumbnail > .confirmReadingThumbContainer {
  max-width: calc(175px - 0.4em);
  max-height: calc(215px - 50px);
}
#thumbnailSelectionGridWithDescription > li > #thumbnailContainer .thumbnail > .confirmReadingThumbContainer > img {
  max-width: calc(175px - 0.4em);
  max-height: calc(215px - 50px);
}
.availableLanguagesPanel .availableLanguagesBody {
  max-height: 450px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../Content/iconFont/fonts/icomoon.eot?rev24449');
  src: url('../Content/iconFont/fonts/icomoon.eot?rev24449#iefix') format('embedded-opentype'), url('../Content/iconFont/fonts/icomoon.ttf?rev24449') format('truetype'), url('../Content/iconFont/fonts/icomoon.woff?rev24449') format('woff'), url('../Content/iconFont/fonts/icomoon.svg?rev24449#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-nav_help .path1:before {
  content: "\e900";
  color: #0169ae;
}
.icon-nav_help .path2:before {
  content: "\e901";
  margin-left: -1.5em;
  color: white;
}
.icon-nav_last_page:before {
  content: "\e902";
}
.icon-nav_menu:before {
  content: "\e903";
}
.icon-nav_next_page:before {
  content: "\e904";
}
.icon-nav_page_before:before {
  content: "\e905";
}
.icon-stepping_attach-12 .path1:before {
  content: "\e90f";
  color: #0169ae;
  opacity: 0.7;
}
.icon-stepping_attach-12 .path2:before {
  content: "\e910";
  margin-left: -2.1em;
  color: white;
  opacity: 0.7;
}
.icon-stepping_back .path1:before {
  content: "\e911";
}
.icon-stepping_back .path2:before {
  content: "\e956";
  margin-left: -1.5em;
  color: #661864;
}
.icon-stepping_choose .path1:before {
  content: "\e912";
  color: #0169ae;
  opacity: 0.7;
}
.icon-stepping_choose .path2:before {
  content: "\e913";
  margin-left: -2.1em;
  color: white;
  opacity: 0.7;
}
.icon-stepping_fill_in .path1:before {
  content: "\e914";
  color: #0169ae;
  opacity: 0.7;
}
.icon-stepping_fill_in .path2:before {
  content: "\e915";
  margin-left: -2.1em;
  color: white;
  opacity: 0.7;
}
.icon-stepping_next .path1:before {
  content: "\e916";
}
.icon-stepping_next .path2:before {
  content: "\e957";
  margin-left: -1.5em;
  color: #661864;
}
.icon-stepping_sign-09 .path1:before {
  content: "\e917";
  color: #0169ae;
  opacity: 0.7;
}
.icon-stepping_sign-09 .path2:before {
  content: "\e918";
  margin-left: -2.1em;
  color: white;
  opacity: 0.7;
}
.icon-toggle_collapsed_vertical:before {
  content: "\e919";
}
.icon-toggle_expanded_vertical:before {
  content: "\e91a";
}
.icon-fav_favicon .path1:before {
  content: "\e924";
  color: #661864;
}
.icon-fav_favicon .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #c4c3c3;
}
.icon-fav_favicon .path3:before {
  content: "\e926";
  margin-left: -1em;
  color: white;
}
.icon-icon_attach_upload:before {
  content: "\e947";
}
.icon-icon_attach_download .path2 {
  position: absolute;
  right: 0px;
}
.icon-icon_attach_download .path1::before {
  content: "\e946";
  color: #661864;
  opacity: 0.8;
  font-size: 60pt;
  line-height: 60pt;
}
.icon-icon_attach_download .path2::before {
  content: "\e948";
  margin-left: -1em;
  color: white;
  position: absolute;
  font-size: 60pt;
  line-height: 60pt;
}
.icon-icon_cancel:before {
  content: "\e928";
}
.icon-icon_remove_wastebasket:before {
  content: "\e901";
}
.icon-icon_image_gallery:before {
  content: "\e934";
}
.icon-icon_check:before {
  content: "\e929";
}
.icon-icon_download:before {
  content: "\e92a";
}
.icon-icon_print:before {
  content: "\e92b";
}
.icon-icon_signature_font:before {
  content: "\e900";
}
.icon-icon_resize:before {
  content: "\e92c";
}
.icon-icon_retry:before {
  content: "\e92d";
}
.icon-icon_shrink:before {
  content: "\e92e";
}
.icon-icon_sign-25:before {
  content: "\e92f";
}
.icon-icon_skip:before {
  content: "\e930";
}
.icon-icon_upload:before {
  content: "\e931";
}
.icon-nav_expand:before {
  content: "\e99e";
}
.icon-nav_first_page:before {
  content: "\e99f";
}
.icon-nav_fit_in:before {
  content: "\e9a0";
}
.icon-icon_delegate .path1:before {
  content: "\e938";
}
.icon-icon_delegate .path2:before {
  content: "\e939";
  margin-left: -1.7em;
  color: #0169ae;
}
.icon-info:before {
  content: "\e93a";
}
.icon-multi_signing:before {
  content: "\e93b";
}
.icon-single_signing:before {
  content: "\e93c";
}
.icon-icon_back_dialog:before {
  content: "\e93d";
}
.icon-icon_open_in:before {
  content: "\e93e";
}
.icon-envelope_zoom_reset:before {
  content: "\e941";
}
.icon-envelope_zoom_in:before {
  content: "\e979";
}
.icon-envelope_zoom_out:before {
  content: "\e97a";
}
.icon-stepping_finish:before {
  content: "\e932";
}
.icon-icon_world:before {
  content: "\e936";
}
.icon-stepping_finish_icon .path1:before {
  content: "\e950";
}
.icon-stepping_finish_icon .path2:before {
  content: "\e951";
  margin-left: -1.5em;
}
.icon-status_rejected:before {
  content: "\e935";
}
.icon-status_error .path1:before {
  content: "\e933";
  color: #e51c30;
}
.icon-status_error .path2:before {
  content: "\e937";
  color: white;
  margin-left: -1.5em;
}
.icon-document_selection:before {
  content: "\e973";
}
.icon-stepping_confirm_reading .path1:before {
  content: "\e942";
  color: #0169ae;
  opacity: 0.7;
}
.icon-stepping_confirm_reading .path2:before {
  content: "\e945";
  margin-left: -2em;
  color: white;
  opacity: 0.7;
}
.icon-icon_confirm_reading {
  z-index: 4568;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.icon-icon_confirm_reading .path1:before {
  content: "\e944";
  color: white;
}
.icon-icon_license_library:before {
  content: "\e94a";
}
.icon-chevron-down,
.icon-chevron-up {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-down:before {
  content: "\e94b";
}
.icon-chevron-up {
  /*font-family: 'icomoon' !important;*/
}
.icon-chevron-up:before {
  content: "\e94c";
}
.icon-error-general {
  float: right;
}
.icon-error-general:before {
  content: "\e94d";
  font-size: 8rem;
  color: #661864;
  opacity: 0.75;
}
.icon-icon_attach-18:before {
  content: "\e927";
}
.icon-stepping_confirm_reading_icon .path1:before {
  content: "\e952";
  color: white;
}
.icon-stepping_confirm_reading_icon .path2:before {
  content: "\e953";
  margin-left: -1.5em;
  color: #661864;
}
.icon-icon-alert:before {
  content: "\e954";
}
.icon-icon_kiosk:before {
  content: "\e955";
}
.icon-icon_settings:before {
  content: "\e958";
}
/*#region General*/
.displayInline {
  overflow: hidden;
}
.mobileOnly {
  display: none !important;
  background-color: transparent;
}
.toast {
  font-size: 1.2em;
}
/*#endregion*/
/*#region Topbar*/
#topBar {
  overflow: hidden;
  height: 60px;
  background-color: #661864;
  position: relative;
}
/*#region Topbar Center*/
.topBarCenter {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
#guidanceButtonNext,
#guidanceButtonPrevious {
  width: 100%;
  padding: 2px 5px 2px 5px;
}
#guidanceButtonNext > span,
#guidanceButtonPrevious > span {
  vertical-align: middle;
}
#alternativeStartButton {
  position: relative;
  right: 0;
  font-size: 2.2em;
  padding: 3px;
}
#alternativeStartButton .icon-stepping_confirm_reading_icon {
  vertical-align: middle;
}
/*#endregion*/
/*#region Topbar Right*/
#topBarRight {
  float: right;
  height: 100%;
}
#topBarRight > div {
  float: left;
  height: 100%;
}
#topBarRight button {
  padding: 10px;
  margin: 11px 10px 11px 10px;
}
#topBarRight button.buttonAction {
  text-transform: uppercase;
  font-size: 12pt;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
#topBarRight button.buttonAction > p {
  vertical-align: middle;
  display: inline-block;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}
#menuOverlayButton {
  color: white;
  padding: 11px 20px 11px 20px !important;
}
#menuOverlayButton > span {
  font-size: 1.1em;
}
#buttonFinishTopBar,
#buttonSignPkcs7TopBar {
  color: white;
}
#buttonFinishTopBar > .icon-icon_check,
#buttonSignPkcs7TopBar > .icon-icon_check,
#buttonFinishTopBar .icon-icon_sign-25,
#buttonSignPkcs7TopBar .icon-icon_sign-25 {
  display: none;
}
#buttonRejectTopBar,
#buttonDelegateTopBar {
  color: white;
}
@media all and (max-width: 1280px) {
  .rejectTopBarWithDelegateEnabled {
    display: none;
  }
}
@media all and (max-width: 800px) {
  #divRejectTopBar,
  #divDelegateTopBar {
    display: none;
  }
}
@media all and (max-width: 549px) {
  #divFinishTopBar {
    display: none;
  }
}
#menuOverlay {
  display: none;
  z-index: 10000;
  background-color: white;
  width: 300px;
  position: absolute;
  right: 0px;
  top: 60px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-height: calc(100% - 60px - calc(24px + env(safe-area-inset-bottom)));
}
/*#endregion*/
/*#endregion Topbar*/
/*#region Left view*/
#leftBarView {
  text-align: center;
  height: 100%;
  position: relative;
  border-right: 1px #666666 solid;
  transition: 0.3s;
  float: left;
}
#leftBarView .collapsed {
  width: 45px;
  min-width: 45px;
}
#leftBarView .collapsed .toggleThumbnailViewButton.active {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media all and (min-width: 550px) and (max-width: 1280px) and (min-height: 251px) {
  #leftBarView {
    z-index: 251;
  }
}
@media all and (max-width: 549px) {
  #leftBarView {
    display: none;
  }
}
@media all and (max-height: 250px) {
  #toggleThumbsControl {
    display: none;
  }
  #leftBarView {
    display: none;
  }
}
/*#region Toggle view */
#toggleThumbsControl {
  text-align: right;
  border-bottom: 1px solid #949494;
}
.toggleThumbnailViewButton {
  padding: 4px;
  margin: 5px;
  color: #666666;
  font-size: 1.5em;
}
.toggleThumbnailViewButton .collapsed {
  display: none;
}
/*#endregion*/
/*#region Navigation bar*/
#pageNavigationArea {
  float: right;
  position: relative;
  text-align: center;
  width: 44px;
  border-left: 1px solid #949494;
  height: 100%;
}
#pageNavigationArea button {
  background-color: transparent;
  color: #661864;
  border: none;
  padding: 4px;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 1.5em;
}
#pageNavigationArea button[disabled] {
  background-color: transparent;
  color: #949494;
  border: none;
}
.contentZoomButtons {
  padding-bottom: 30px;
}
#customButtons {
  padding-top: 30px;
}
/*
.customButton {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
}*/
/*#endregion Navigation bar*/
/*#endregion Left bar*/
/*#region DocumentView*/
.documentView {
  overflow-y: auto;
  overflow-x: auto;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
#rootZoomableView,
#mainPageView {
  overflow: hidden;
}
.pageView.pageGapVisible {
  margin-bottom: 3.25em;
}
.pageView.pageGapVisible > .pageGapContent {
  visibility: visible !important;
}
.pageView > .pageGapContent {
  display: table;
  width: 100%;
  margin: 0.5em 0 auto 0;
  float: none;
  table-layout: fixed;
  visibility: collapse;
  position: absolute;
}
.pageView > .pageGapContent > div {
  display: table-cell;
  color: #666666;
  font-size: 1.125em;
  font-weight: lighter;
  vertical-align: middle;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pageView > .pageGapContent > .pageGapEnvelopeName {
  text-align: left;
  width: 75%;
}
.pageView > .pageGapContent > .pageGapPageCount {
  text-align: right;
  width: 25%;
}
.pageView.active {
  border: 1px solid #666666;
}
@media all and (max-width: 1280px) {
  .icon-icon_attach_download .path1::before,
  .icon-icon_attach_download .path2::before {
    font-size: 6vw;
    line-height: 6vw;
  }
}
.transformTarget {
  transform-origin: 0 0;
  overflow: hidden;
}
.pageInfoDesktop {
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: 25px;
  bottom: 30px;
  display: inline-block;
  z-index: 100;
  background-color: #d3d0d0;
  color: white;
}
.pageInfoDesktop .documentName {
  display: inline-block;
  font-size: larger;
  padding: 0.5em;
  cursor: pointer;
}
.pageInfoDesktop .pageNumber {
  display: inline-block;
  font-size: large;
  padding: 0.3em;
  background-color: #666666;
  cursor: pointer;
}
#alternativeSignPkcs7Button {
  width: 200px;
}
.buttonAction.documentLabelShown {
  bottom: 70px !important;
}
/*#endregion*/
/*#region Footer */
#deviceSelectionMenu {
  position: fixed;
  display: none;
  z-index: 10000;
  background-color: white;
  width: 280px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 175px;
  font-size: 10pt;
  overflow: auto;
}
#deviceSelectionMenu > .progressSpinner {
  float: right;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background-color: rgba(30, 30, 30, 0.2);
}
/*#endregion*/
/*#region Dialogs */
#textAreaDisclaimerText {
  font-size: 14px;
}
.namirialFormBlockLarge {
  width: 50%;
  padding-bottom: 10px;
  clear: left;
}
.documentDownloadLinkContainer {
  cursor: pointer;
}
.intl-tel-input .country-list {
  position: fixed;
}
/*#endregion*/
.formTextField {
  padding-left: 3px;
  padding-right: 3px;
}.styleHandlerErrorContainer { width: 42px; }