
/* Signature Dialog */
.o_sign_font_dialog {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  display: none;
  height: 100%;
}
.o_sign_font_dialog .o_sign_font_selection {
  overflow: auto;
  height: 90%;
  padding: 0;
}
.o_sign_font_dialog .o_sign_font_selection > a {
  height: 100px;
  padding: 0;
}
.o_sign_font_dialog .o_sign_font_selection > a > img {
  height: 100%;
}
.o_sign_font_dialog .o_sign_loading {
  background-image: url(/website_sign/static/img/loading.gif);
  width: 31px;
  height: 31px;
  margin: 35px auto 0;
}
.o_sign_font_dialog .o_sign_load {
  visibility: hidden;
}
.o_sign_signature_draw .o_sign_signature {
  padding: 0;
}
.o_sign_validate_banner {
  display: none;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  padding: 10px;
  background-color: #a24689;
  color: white;
  font-size: 1.25em;
  text-align: center;
}
.o_sign_body {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.o_sign_body > header {
  -ms-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.o_sign_body > main {
  height: 100%;
  min-height: 0;
  -ms-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
}
.o_sign_body .modal-content {
  border-radius: 0;
  border: none;
}
.o_sign_body .modal-content .btn {
  border-radius: 0;
  border: none;
  color: #21b799;
}
.o_sign_body .modal-content .btn-primary {
  background-color: #21b799;
  color: white;
}
.o_sign_body .modal-content .modal-header {
  background-color: #a24689;
  color: #fff;
}
.o_sign_body .modal-content .modal-header .modal-title {
  line-height: 1;
}
.o_sign_body .modal-content .modal-header .text-muted {
  color: #fff;
}
.o_sign_body .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.o_sign_body .modal-content .modal-body .o_thankyou_message {
  margin-top: 25px;
}
.o_sign_body .modal-content .modal-body .o_promote_esign {
  background-color: #e2e2e0;
  margin-top: 40px;
  padding: 0 0 10px 0;
}
.o_sign_body .modal-content .modal-body .o_promote_esign h4 {
  color: #a24689;
}
.o_sign_body .modal-content .modal-body .o_promote_esign img {
  padding-top: 20px;
  width: 90px;
}
.o_sign_body .modal-content .modal-footer {
  border-top: none;
  padding-top: 0;
  text-align: left;
}
