﻿.pdf-working-area {
  min-width: 1300px;
  /*display: none;*/
  z-index: 999999;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
}

.pdf-action-menu {
  width: 320px;
  /*border-right: 1px solid #aaa;*/
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  /*background: #263238;*/
  background: #fff;
  height: 100%;
  padding: 10px 25px;
  overflow: auto;
  
  
  /*overflow-y: scroll;*/
}
.pdf-action-menu .input-button{
  align-items: center;
  column-gap: 5px;
}
.pdf-action-menu  .label-text{
  font-size: 11px;
}
.pdf-action-menu-content fieldset {
  /* fieldset { */
  border: solid 1px #d9d9d9 !important;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-top: 10px !important;
  border-radius: 10px;
}
.pdf-action-menu .list-check{
  display: flex !important;
  flex-direction: column;
  row-gap: 10px;
}
.list-check .check-action{
  position: relative;
  
}
.list-check .check-action input{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;

}
.list-check .check-action .name{
  display: flex;
  column-gap: 5px;

}
.list-check .check-action .name:before{
  width: 14px;
  content: "";
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  border-radius: 50%;
  line-height: 1;
  border: 1px solid var(--border-color);
  flex-shrink: 0;
}
.pdf-action-menu .input-comment-box{
  display: flex !important;
  column-gap: 5px;
  align-items: flex-end;
}
.pdf-action-menu .input-comment-box .number{
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  color: var(--border-color);
}
.pdf-action-menu .input-comment-box .input{
  flex: 1;
  min-width: 0px;
}
.list-check .check-action input:checked + .name:before{
  content: "\2B24";
  border-color: var(--main-color);
  color: var(--main-color);
}
legend {
  display: block;
  width: auto !important;
  padding: 0px 5px !important;
  font-size: 1em !important;
  line-height: inherit;
  color: inherit;
  margin: 0px;
  font-weight: bold;
  white-space: normal;
}

.pdf-action-menu-content {
  font-size: 11px;
  width: 100%;
}

.pdf-action-menu-content input[type="text"] {
  width: 100%;
  background: none;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  
}
.pdf-action-menu-content input[type="text"]:focus{
  border-color: var(--main-color);
  outline: 0px;
}

.pdf-action-menu-content input[type="text"]:not(disabled) {
  border: solid 1px #d9d9d9;
}

.pdf-page {
  text-align: center;
  text-align: center;
  background: #f1f4f5;
  min-height: 100%;
  flex: 1;
  min-width: 0px;
  overflow: auto;
  position: relative;
}

.pdf-viewport {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  display: none;
  border: 9px solid transparent;
  background-clip: content-box;
  border-image: url(images/shadow.png) 9 9 repeat;
  background-color: white;
}

.pdf-input-group {
  position: relative;
  display: flex;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  column-gap: 3px;
}

.pdf-input-group .pdf-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  white-space: nowrap;
  vertical-align: middle;
}

.pdf-btn {
  border-radius: 3px !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  background-color: var(--main-color);
  border:1px solid  var(--main-color);
  overflow: hidden;
  color: #fff;
}
.pdf-btn:hover{
  opacity: 0.8;
}
.pdf-btn:focus{
  outline: 0px;
}
.pdf-btn.pdf-btn-second{
  background-color: #fff;
  color: var(--main-color);
}
.pdf-btn.pdf-btn-second:hover{
  background-color: var(--main-color);
  color: #fff;
}
.pdf-btn-error {
  background-color: #ff4c52;
  border-color: #ff4c52;
}
.pdf-working-area input[type="text"]{
  width: 100%;
}
.pdf-working-area input[type="text"],
.pdf-working-area .pdf-btn {
  height: 25px;
  padding: 0px 10px;
  border-radius: 3px;
}
.pdf-working-area input[disabled] {
  background: #f1f4f5 !important;
}

.pdf-btn-file {
  position: relative;
  overflow: hidden;
  display: block;
}

.pdf-btn-file input[type="file"],
.btn-file input[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: right;
  opacity: 0;
  background: white;
  display: block;
}

.pdf-file-name {
  background: none;
  border: none;
  border-bottom: solid 1px #d9d9d9;
  
}


#dragThis {
  width: 320px;
  height: 80px;
  /*padding: 2px;*/
  border: 1px solid #ccc;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  display: table;
}

.pdf-comment {
  width: 150px;
  height: 20px;
  padding: 2px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  display: table;
  text-align: left;
}

.pdf-comment span {
  font-size: 15px !important;
}

#signature-img-box {
  height: 100%;
  width: 50%;
  text-align: right;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}

#signature-img {
  display: blo;
  display: block;
  position: absolute;
  right: 15px;
  height: 100%;
}
.signature-img{
  height: 100%;
  background-size: contain;

}
#signature-text {
  display: table-cell;
  vertical-align: top;
  display: inline-block;
  width: 50%;
  text-align: left;
  font-family: "Arial, Helvetica, sans-serif";
}

#signature-text span,
.pdf-comment span {
  font-family: Arial, "Franklin Gothic Medium", "Arial Narrow", Arial,
    sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  line-height: 20px;
}

.pdf-size-lbl {
  font-size: 11px;
}

.pdf-working-area {
  -webkit-transition: 1ms opacity ease;
  -moz-transition: 1ms opacity ease;
  -ms-transition: 1ms opacity ease;
  -o-transition: 1ms opacity ease;
  transition: 1ms opacity ease;
  /*display: none;*/
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  height: 100%;
  overflow: hidden;

}

.pdf-all-page-lbl {
  padding-left: 5px;
}

#sign-box-content {
  height: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 255, 0.07);
}

.signaturebox {
  position: relative;
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
  font-family: Arial, Helvetica, sans-serif;
}
.signaturebox{
  flex: 1;
  min-width: 0px;
}
.signaturebox-textonly::before {
  /*background-image: url("images/default.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*z-index: 0;*/
  opacity: 0.4;
}

.signaturebox-textonly {
  display: table;
  height: 100%;
  width: 100%;
}

.signaturebox-textonly div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9999;
  /*background-color: rgba(0,0,255,0.07);*/
}

.signaturebox-image-left {
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  flex-direction: row-reverse;
}

.signaturebox-image-left div {
  position: relative;
  min-width: 0px;
  height: 100%;
  vertical-align: middle;
  /*background-color: rgba(0,0,255,0.07);*/
  z-index: 9999;
  text-align: left;
  flex: 1;

}
.signaturebox-image-left-img::before {
  background-image: url(images/default.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  height: 100%;
  /*z-index: 0;*/
  /*opacity: 0.6;*/
}

/* Signature box with logo top*/
.signaturebox-image-top {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.signaturebox-image-top div {
  /*position: relative;*/
  /*background-color: rgba(0,0,255,0.07);*/
  /*z-index: 9999;*/
  flex: 1;
  min-width: 0px;
  vertical-align: bottom;
  text-align: center;
}
.signaturebox-image-top-img{
  position: relative;
  min-height: 40px;
}
.signaturebox-image-top-img::before {
  background-image: url(images/default.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  right: 0px;
  
  /*z-index: 0;*/
  /*opacity: 0.6;*/
}

.signaturebox-image-only::before {
  background-image: url("images/default.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*opacity: 0.6;*/
}

.signaturebox-text-only {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  /*background-color: rgba(0,0,255,0.07);*/
}


.comment-act {
  width: 15px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  padding-left: 0px;
  cursor: pointer;
}

#dragThis {
  display: block !important;
}
/* ---------------------------------------- */


.list-checks{
  display: flex;
  flex-direction: column;
  column-gap: 5px;
  row-gap: 5px;
}