#popup-formular {
  padding: 0 !important;
}
#popup-formular .modal-body {
  margin: 0;
  padding: 15px;
  overflow: hidden;
}
#popup-formular .modal-content {
  border: 0;
  overflow: hidden;
}
#popup-formular .modal-dialog {
  width: 401px;
  max-width: 100%;
}
#popup-formular h4 {
  margin: 0;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
}
#popup-formular label {
  width: 100%;
  color: #777;
}
#popup-formular input {
  width: 100%;
  padding: 2px 3px;
  border: 1px solid #ddd;
  line-height: 19px;
  height: 23px;
  font-size: 12px;
}
#popup-formular input:focus {
  outline: none;
}
#popup-formular ::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
#popup-formular :-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
#popup-formular ::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
#popup-formular :-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
#popup-formular ::-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
#popup-formular ::placeholder {
  color: #bbb;
  font-weight: 400;
}
.popup-disclaimer-inner {
  padding: 5px;
  height: 90px;
  overflow-y: auto;
}
.pdf-row {
  margin-bottom: 15px;
}
.pdf-heading {
  font-weight: bold;
  color: #777;
}
.pdf-heading span {
  font-weight: normal;
}
.pdf-field {
  padding-top: 2px;
}
#popup-formular .modal-header .close {
  margin-top: 2px;
}
#popup-formular .close {
  color: #fff;
  text-shadow: none;
}
#to-pdf {
  padding: 30px;
}
.modal-body #to-pdf {
  padding: 0;
}
#sketch {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
#sketch canvas {
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}
.pdf-0 {
  text-align: center;
}
.pdf-1,
.pdf-2 {
  display: block;
}
.modal-body .pdf-1,
.modal-body .pdf-2 {
  display: none;
}
.pdf-h2 {
  display: block;
}
.modal-body .pdf-h2 {
  display: none;
}
#to-pdf input {
  display: none;
}
.modal-body #to-pdf input {
  display: block;
}
.generate-pdf {
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 40%, #f9f9f9 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ededed), color-stop(60%, #f9f9f9));
  background: -webkit-linear-gradient(top, #ededed 40%, #f9f9f9 60%);
  background: -o-linear-gradient(top, #ededed 40%, #f9f9f9 60%);
  background: -ms-linear-gradient(top, #ededed 40%, #f9f9f9 60%);
  background: linear-gradient(to bottom, #ededed 40%, #f9f9f9 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f9f9f9', GradientType=0);
}
.static-body {
  position: static !important;
}
.fixed-body {
  position: fixed !important;
}
@media (max-width: 767px) {
  #popup-formular .modal-dialog {
    width: 300px;
    margin: 30px auto 0;
  }
}
