.k1ss-default {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
}
.k1ss-default * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k1ss-default *:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k1ss-default input {
  font-family: inherit;
  font: inherit;
}
.k1ss-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #999;
  opacity: 0.7;
}
.k1ss-modal-dialog,
.k1ss-wait-div {
  position: absolute;
  min-height: 600px;
  min-width: 760px;
  margin: 0 auto;
}
.k1ss-modal-dialog {
  z-index: 1051;
  background-color: #fff;
  border: 1px solid #000;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.6);
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.k1ss-wait-div {
  z-index: 19999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.k1ss-modal-body {
  position: relative;
  height: 100%;
}
.k1ss-left-col {
  float: left;
  width: 30%;
  min-height: 100%;
  position: relative;
  padding: 15px;
  background-color: #ddd;
  box-sizing: border-box;
}
.k1ss-lm-sep {
  padding-top: 8px;
  border-bottom: 1px solid #999;
  margin-bottom: 8px;
}
.k1ss-right-col {
  float: left;
  width: 70%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}
.k1ss-topBar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ddd;
  padding: 5px 8px;
}
.k1ss-tbar-sep {
  display: inline-block;
  width: 12px;
  height: 100%;
}
.k1ss-document {
  position: absolute;
  background-color: #666;
  top: 42px;
  bottom: 42px;
  left: 0;
  right: 0;
  overflow: auto;
}
.k1ss-btmBar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ddd;
  padding: 5px 8px;
}
.k1ss-group {
  margin-bottom: 15px;
}
.k1ss-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  margin: 0;
}
.k1ss-pright {
  float: right;
  margin-left: 4px;
}
.k1ss-close,
.k1ss-btn-canceldownload {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.k1ss-wait-close {
  display: none;
  float: right;
}
.k1ss-close:hover,
.k1ss-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.k1ss-center {
  text-align: center;
}
.k1ss-wait-bg,
.k1ss-move-bg {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.k1ss-move-bg {
  top: 42px;
  bottom: 42px;
}
.k1ss-msgbox {
  width: 360px;
  padding: 20px;
  border-radius: 5px;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -60px;
}
.k1ss-msgbox .k1ss-mb-mt {
  margin-top: 12px;
  text-align: center;
}
.k1ss-progress {
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.k1ss-progress-bar {
  width: 100%;
  webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.k1ss-btn {
  height: 32px;
  width: 32px;
  display: inline-block;
  background-size: contain !important;
}
.k1ss-topBar .k1ss-btn,
.k1ss-btmBar .k1ss-btn {
  border: 1px solid #666;
  background-color: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border-radius: 3px;
}
.k1ss-topBar .k1ss-btn:hover,
.k1ss-btmBar .k1ss-btn:hover,
.k1ss-topBar .k1ss-btn:focus,
.k1ss-btmBar .k1ss-btn:focus {
  background-color: #eee;
}
.k1ss-topBar .k1ss-btn:active,
.k1ss-btmBar .k1ss-btn:active {
  box-shadow: none;
}
.k1ss-rotatel {
  background: url('../images/RotateLeft.png');
}
.k1ss-rotater {
  background: url('../images/RotateRight.png');
}
.k1ss-fliph {
  background: url('../images/FlipH.png');
}
.k1ss-flipv {
  background: url('../images/FlipV.png');
}
.k1ss-cut {
  background: url('../images/Cut.png');
}
.k1ss-redact {
  background: url('../images/Redact.png');
}
.k1ss-zoom-in {
  background: url('../images/ZoomIn.png');
}
.k1ss-zoom-out {
  background: url('../images/ZoomOut.png');
}
.k1ss-zoom-reset {
  background: url('../images/ZoomReset.png');
}
.k1ss-restore {
  background: url('../images/ResetImg.png');
}
.k1ss-deleteimg {
  background: url('../images/DeleteImg.png');
}
.k1ss-deleteall {
  background: url('../images/DeleteAllImg.png');
}
.k1ss-pagefirst {
  background: url('../images/PageF.png');
}
.k1ss-pageprev {
  background: url('../images/PageL.png');
}
.k1ss-pagenext {
  background: url('../images/PageR.png');
}
.k1ss-pagelast {
  background: url('../images/PageE.png');
}
.k1ss-print {
  background: url('../images/Print.png');
}
.k1ss-movepage {
  background: url('../images/PageMove.png');
}
.k1ss-btn.k1ss-disabled {
  border: none;
  box-shadow: none;
  background-color: #ddd;
  opacity: 0.2;
  cursor: not-allowed;
}
.k1ss-btn.k1ss-disabled:hover,
.k1ss-btn.k1ss-disabled:focus {
  background-color: #ddd;
}
.k1ss-tool-btn.k1ss-active {
  background-color: #999;
  box-shadow: none;
}
.k1ss-group-box {
  padding: 8px;
  margin-top: 8px;
  border: 1px solid #666;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.k1ss-group-box label:last-child {
  margin-left: 8px;
}
.k1ss-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.k1ss-button:hover,
.k1ss-button:focus {
  color: #fff;
  text-decoration: none;
}
.k1ss-button.k1ss-disabled {
  background-color: #b7b8b9;
  border-color: #b7b8b9;
  color: #ddd;
  cursor: not-allowed;
  box-shadow: none;
}
.k1ss-modal-download {
  position: fixed;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  top: 20px;
  z-index: 1051;
  background-color: #fff;
  border: 1px solid #000;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.6);
  padding: 20px;
}
.k1ss-warning-box {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0;
}
.k1ss-license {
  display: none;
}
.k1ss-pagefirst,
.k1ss-pageprev,
.k1ss-page,
.k1ss-pagenext,
.k1ss-pagelast {
  float: left;
  margin-right: 4px;
}
.k1ss-page {
  line-height: 32px;
}
.k1ss-download {
  text-decoration: none;
}
.k1ss-canvasview {
  cursor: grab;
}
.k1ss-warning-button-container {
  text-align: center;
  margin: 24px 0;
}
#toast-container > div.toast {
  opacity: 1;
}
.toast-top-center {
  margin-top: 30px;
}
.clear-both {
  clear: both;
}
