.textAlignCenter {
	text-align: center;
}

.hideVerticalScrollbar {
	overflow-y: hidden;
}

.signingComponent {
  background-color: #f8f8f8;
  border: 0;
}

.crosshair {
  cursor: crosshair;
}

#sigPlacedLink, #sendToAnotherLink {
  cursor: pointer;
}

.dropzoneOnesign {
	padding-top: 140px;
	padding-bottom: 190px;
	border: 2px dashed #DDD;
	background-color: #f8f8f8;
}
.dropzoneOnesign:hover {
	border: 2px dashed #0087F7;
}

.document_name {
  overflow-wrap: break-word;
  width: 50%;
  /* font-size: 24px; much too big*/
  font-size: 12px;
}

.alert_div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55c39e;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: none;
}

.alert_div.error_alert {
  background-color: #e74c3c;
}

.pageZoomingDivStyle {
	position: relative;
	overflow-x: scroll;
	overflow-y: scroll;
	height: 300px;
}
.pageZoomingDivStyle img {
	max-width: 10000px;
}

.margin_10 {
  width: 10px;
  height: 30px;
  float: left;
}

.button_ico {
  margin-right: 5px;
  float: left;
}

.a4 {
  height: 100%; /* override onesign setup */
  width: 100%;
  min-height: 800px;
  /* height: 800px; */
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px;
  border: 1px solid #eee;
}

.sign_area, .sign_area_indicator_style {

  border: 3px dashed #55c39e;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign_area.vertical_flex, .sign_area_indicator_style.vertical_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-width: 1px;
}

.sign_area_main, .sign_area_indicator_style {
  display: none;
  width: 200px;
}

.sign_area_main.visible, .sign_area_indicator_style.visible {
  display: block;
}

.modal_onesign, .modal_email, .modal_before_add_another {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.onesign_div {
  padding: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
}

.loginid {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

.onesign_cancel_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.onesign_cancel_button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.flex_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pdf_controller {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-width: 2px;
  border-bottom-color: #ccc;
}

.pdf_controller_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f8f8f8;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  cursor: pointer;
}

.pdf_controller_button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.pdf_controller_button.middle_action {
  text-align: center;
  width: 40px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  line-height: 1em;
}

.pdf_controller_button.middle_action:hover {
  background-image: none;
}

.action_link {
  color: #387ca3;
}

.action_link.red {
  color: #e74c3c;
}

.red {
  color: #e74c3c;
}

.important_div {
  margin-bottom: 20px;
  padding: 10px;
  border: 3px solid #ddd;
  border-radius: 3px;
}

.modal_warning {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  padding-top: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.action_link.all_scenarios {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  clear: left;
  color: #4d4d4d;
  text-decoration: none;
}

.action_link.all_scenarios:hover {
  text-decoration: underline;
}

.buttons_div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ccc;
  background-color: #eee;
}

.hide {
	display: none;
}

.messageOrErrorContainer {
  width: 95%;
  margin-left: auto;
}

.nowrap {
  white-space: nowrap;
}

/* About box begin */

.about_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_dialog {
  overflow-y: auto;
  max-height: 500px;
  width: 650px;
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
}

.about_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.modal_button_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about_table td, .about_table a {
  padding: 10px;
  white-space: nowrap;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  max-width: 50%;
  min-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #555;
  font-size: 12px;
  line-height: 1.4em;	
}

.about_table pre {
  display: none;
  min-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #555;
  font-size: 10px;
  line-height: 1.4em;
  font-family: monospace;
}

/* About box end */

.smaller-text {
	font-size: 12px;
	font-weight: normal;
}
}