* {-webkit-text-size-adjust: none; text-size-adjust: none}

body {
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
  border: 0;
  font-size: 16px;
  background: #353535;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #258295;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/* .doc-popup-container{
  width: 100%!important;
} */

.doc_panel_wrap {
  background: #fff;
  /* border-radius: 15px; */
  display: block;
  width: 780px;
  margin: 30px auto 10px;
  padding: 10px;
  min-height: 240px;
}

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  background: #258295;
  z-index: -1;
  min-width: 800px;
}

.footer {
  text-align: center;
  display: block;
  color: rgb(204, 204, 204);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 40px;
  min-width: 800px;
}

.doc_panel_wrap .services_separate.print-hide {
  margin: 0px -40px;
}

.doc_panel_wrap .services_separate.print-hide span {
  border: 10px solid #353535;
}

[data-field-webbol-used] {
  position: relative;
}


@media (max-width: 960px) {
  [data-field-webbol-used]:after {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 32px solid red;
    border-bottom: 22px solid transparent;
    content: "";
    position: absolute;
    left: 20%;
    bottom: 0;
    margin-left: -18px;
    margin-bottom: -40px;
    z-index: 9998;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }

  [data-field-webbol-used]:before {
    position: absolute;
    content: "Sign Here";
    display: block;
    background: #f00;
    color: #fff;
    left: 20%;
    bottom: 0;
    padding: 0px 5px 0 0;
    border-radius: 0 2px 2px 0;
    height: 24px;
    line-height: 24px;
    z-index: 9999;
    text-transform: uppercase;
    margin-bottom: -37px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    margin-left: -28px;
  }
}


@media (min-width: 960px) {
  [data-field-webbol-right]:before {
    position: absolute;
    content: "Sign Here";
    display: block;
    background: #f00;
    color: #fff;
    right: -217px;
    bottom: 42px;
    padding: 0px 6px 0px 6px;
    border-radius: 0 2px 2px 0;
    height: 24px;
    line-height: 24px;
    z-index: 9999;
    text-transform: uppercase;
    margin-bottom: -37px;
    transform-origin: 0 0;
    margin-left: -28px;
  }

  [data-field-webbol-right]:after {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 32px solid red;
    border-bottom: 22px solid transparent;
    content: "";
    position: absolute;
    right: -150px;
    bottom: 0;
    margin-left: -18px;
    margin-bottom: -6px;
    z-index: 9998;
    transform-origin: 0 0;
  }

  [data-field-webbol-left]:before {
    position: absolute;
    content: "Sign Here";
    display: block;
    background: #f00;
    color: #fff;
    left: -114px;
    bottom: 42px;
    padding: 0px 6px 0px 6px;
    border-radius: 2px 0 0 2px;
    height: 24px;
    line-height: 24px;
    z-index: 9999;
    text-transform: uppercase;
    margin-bottom: -37px;
    transform-origin: 0 0;
    margin-left: -28px;
  }

  [data-field-webbol-left]:after {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 32px solid red;
    border-bottom: 22px solid transparent;
    content: "";
    position: absolute;
    left: -25px;
    bottom: 0;
    margin-left: -18px;
    margin-bottom: -48px;
    z-index: 9998;
    transform-origin: 0 0;
    transform: rotate(180deg);
  }
}



.toolbar_wrap {
  display: table;
  width: 100%;
}

.toolbar-line {
  display: block;
  float: left;
  width: 50%;
}

.confirm-btn:disabled {
  opacity: 0.6;
}

.confirm-btn {
  background: #258295;
  display: block;
  font-size: 20px;
  color: #fff;
  outline: none;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  margin: 20px auto 40px;
}

.mit2_active_el {
  cursor: pointer;
}

.doc-popup {
  position: absolute;
  z-index: 2147483647;
  display: none;
}
.doc-popup.is-visible {
  display: block;
}

.is-visible .doc-popup-container {
  transform: translateY(-50%) translateX(-50%);
}

.doc-popup-container {
  position: fixed;
  width: 500px;
  max-width: 500px;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  transition-duration: 0.5s;
}

.doc-packing .doc-popup-container,
.doc-services .doc-popup-container {
  width: 700px;
  max-width: 700px;
}
.doc-payments .doc-popup-container {
  width: 600px;
  max-width: 600px;
  padding: 10px 0px 0px 0px;
}
.doc-valuation .doc-popup-container {
  width: 500px;
  max-width: 500px;
}
.doc-charges .doc-popup-container {
  width: 600px;
  max-width: 600px;
}
.doc-valuation .doc-popup-container {
  width: 500px !important;
  max-width: 500px !important;
}

.popup__nav {
  padding: 0px 20px 15px 20px;
}
.popup__nav__title {
  flex: 1 0 80%;
  text-align: center;
}
.popup__nav__right {
  flex: 0 0 10%;
  color: #0596ff;
  text-align: right;
}
.popup__nav__left {
  flex: 0 0 10%;
  color: #0596ff;
}

.popup__content {
  padding: 10px 20px 0 20px;
  color: #b3b4b7;
  border-top: 1px solid #d9d9d9;
}
.popup__content .row {
  padding: 5px 0;
  line-height: 26px;
  display: flex;
}
.popup__content .popup__label {
  text-align: center;
  color: #a6a8ab;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.popup__content input {
  margin: -10px 0;
  font-size: 17px;
  background: #fff;
  box-shadow: none;
  padding: 4px 0;
  color: #000;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #a2a3a6;
  width: 70px;
}
.popup__content textarea {
  font-size: 14px;
  background: #fff;
  box-shadow: none;
  padding: 4px 0;
  color: #000;
  border-radius: 4px;
  border: 1px solid #a2a3a6;
  width: calc(100% - 12px);
  height: 80px;
}
.popup__content input[type="date"] {
  width: 120px;
}
.popup__content .check__col {
  padding-left: 30px;
}

.popup__content input[type="text"],
.popup__content input[type="number"],
.popup__content input[type="tel"],
.popup__content textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  max-width: 98%;
}

.popup__content input:focus,
.popup__content textarea:focus {
  border: 1px solid #4c9aff;
}

.popup__content .center__col {
  text-align: center;
}
.popup__content .right__col {
  flex: 0 0 12%;
}
.popup__content .right__col span {
  float: right;
}
.popup__content .left__col {
  flex: 0 0 20%;
}
.popup__content .check__col {
  padding-left: 30px;
  flex: 0 0 35%;
}
.popup__content .charge__col {
  padding-left: 40px;
}
.popup__content .delete__row .col {
  font-size: 17px;
  text-align: center;
  color: red;
  margin: 0 -20px -10px -30px;
  border-top: 1px solid #d9d9d9 !important;
}

.tab__element .doc__date {
  color: #4d4d4d;
  flex: 0 0 23%;
  line-height: 40px;
}
.tab__element .doc__name {
  color: #4d4d4d;
  flex: 0 0 51%;
  line-height: 40px;
  text-align: center;
}
.tab__element .doc__status {
  color: #11a124;
  flex: 0 0 28%;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.tab__element .doc__status.not_signed {
  color: red;
}
.doc__label {
  padding: 0 0 5px 10px;
}

.popup__tab__navigation {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 -20px;
}
.popup__tab__navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}
.popup__tab__navigation ul li {
  display: inline-block;
  border: 1px solid #258295;
  padding: 5px 0;
  color: #258295;
  text-align: center;
  width: 160px;
  font-size: 14px;
}
.popup__tab__navigation ul li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.popup__tab__navigation ul li:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.popup__tab__navigation ul li.active {
  background: #258295;
  color: #fff;
}
.popup__tab__element {
  display: none;
  height: 100%;
}
.popup__tab__element.active {
  display: block;
}

.popup__tab__element .items__packets {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.popup__tabs__content {
  height: 512px;
  margin: 0 -20px;
  position: relative;
}
@media (orientation: landscape) {
  .popup__tabs__content {
    height: 330px;
  }
}
.popup__footer {
  margin: 0 -20px;
}
.popup__tabs__content .row,
.popup__footer .row {
  border-top: 1px solid #d9d9d9;
  padding: 5px 20px;
}

.package__short {
  display: flex;
  width: 100%;
}
.package__short:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid;
  position: absolute;
  margin: 3px 0 0 -20px;
}
.package__short.active .right__col,
.package__short.active .short__desc {
  display: none;
}
.package__short.active:before {
  border-top: 8px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: unset;
  margin: 6px 0 0 -24px;
}

.package__title {
  color: #000;
}
.package__details {
  width: 100%;
}
.package__details .row {
  border: 0;
  padding: 5px 0px;
}
.package__details {
  font-size: 14px;
}
.list__available__packets {
  height: 100%;
  overflow: auto;
  position: relative;
  flex: 0 0 35%;
  font-size: 14px;
}
.list__available__packets .row {
  line-height: 1;
  padding: 10px 20px;
  color: #000;
}
.list__document__packets {
  height: 100%;
  overflow: auto;
  position: relative;
  flex: 0 0 65%;
  border-left: 4px solid;
}

.no__packing__message {
  text-align: center;
  color: #b3b4b7;
  font-style: italic;
  position: absolute;
  top: 48%;
  width: 100%;
}
.data__lost__message {
  text-align: center;
  color: red;
  font-style: italic;
  font-size: 13px;
  position: absolute;
  width: 94%;
  margin-top: -2px;
}
.doc__popup__bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  display: none;
  z-index: 2147483646;
}
.doc__popup__bg.is-visible {
  display: block;
}

.popup__content .check__col.check__active {
  background: url("../images/icons/check.svg") no-repeat 0% 50%;
}
.doc-valuation .popup__content {
  padding: 0;
}
.doc-valuation .popup__content .row {
  border-top: 1px solid #d9d9d9;
  padding: 5px 20px;
}

.signed_icon {
  background: url("../images/icons/documents-signedpdf.svg") no-repeat 0% 50%;
  width: 40px;
  height: 40px;
  background-size: 28px;
  display: block;
  float: right;
}
.not_signed_icon {
  background: url("../images/icons/documents-unsignedpdf.svg") no-repeat 2px 50%;
  width: 40px;
  height: 40px;
  background-size: 26px;
  float: right;
}
.to_top {
  display: none;
  width: 50px;
  height: 50px;
  background: #258295 url("../images/icons/documents-totop.svg") no-repeat 50%
    50%;
  background-size: 24px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99999;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.to_top.is-visible {
  display: block;
}

.documents__disabled {
  background: url("../images/icons/documents-lock.svg") no-repeat 50% 0%;
  background-size: 50px;
  text-align: center;
  font-size: 20px;
  padding: 50px 0 25px 0;
  color: #c5c5c5;
}
.doc-popup-container {
}

.signatureCanvas {
}

.need__scale {
  /*width: auto !important;*/
  margin: 0 !important;
  transform-origin: 0 0;
  transform: scale(1.5);
}
