/*! jQuery UI - v1.12.1 - 2017-08-22
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
@import url("https://fonts.googleapis.com/css?family=Bitter&display=swap");

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold
}

.ui-widget-header a {
  color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/ui-icons_444444_256x240-97eeaa84e1dc92b7ada0f86c3d690e0a9735730dbcaa3de49e76b829029d5a37.png)
}

.ui-widget-header .ui-icon {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/ui-icons_444444_256x240-97eeaa84e1dc92b7ada0f86c3d690e0a9735730dbcaa3de49e76b829029d5a37.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666
}

.default-image-preview {
  background: url("//d17rnv65952sm5.cloudfront.net/assets/default_image_preview-a510ff4234cdacdf38299f8cac3320787fb94737448aa47885d6e2ad6f84e12d.png") center center no-repeat #f5f5f5
}

.preview-file {
  padding: 10px
}

.preview-file:hover {
  cursor: move;
  background: rgba(0, 0, 0, 0.1)
}

.preview-file:hover .remove-preview-file {
  display: block
}

.remove-preview-file {
  display: none;
  cursor: pointer;
  color: black;
  background-color: white;
  width: 15px;
  padding-left: 2px;
  float: right;
  margin-left: -15px;
  position: relative;
  z-index: 1
}

body.dragging,
body.dragging * {
  cursor: move !important
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000
}

ol.preview-sortable {
  list-style-type: none;
  overflow: hidden
}

ol.preview-sortable li.placeholder {
  position: relative;
  float: left
}

ol.preview-sortable li.placeholder:before {
  position: absolute;
  float: left;
  clear: both
}

#preview-files {
  margin-bottom: 20px
}

#preview-files>li {
  float: left;
  border: 1px solid #222;
  margin: 3px
}

#preview-files .placeholder {
  width: 41px;
  height: 41px;
  margin: 100px 10px 0
}

#preview-files em {
  margin-right: 25px;
  font-style: normal
}

.split-preview {
  list-style: none
}

.split-preview .preview-page {
  padding: 12px
}

.split-preview .preview-page:hover {
  background: lightgreen
}

.preview-page-highlight {
  background: green !important
}

#addImage {
  float: left;
  margin: 100px 0 0 10px
}

#show-preview {
  display: block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px
}

#loading-icon {
  display: none;
  margin-bottom: 15px
}

#preview {
  text-align: left;
  padding-top: 20px
}

#preview pre {
  max-height: 500px;
  margin-bottom: 20px;
  overflow-y: scroll
}

ul.json-dict,
ol.json-array {
  list-style-type: none;
  margin: 0 0 0 1px;
  border-left: 1px dotted #ccc;
  padding-left: 2em
}

.json-string {
  color: #0B7500
}

.json-literal {
  color: #1A01CC;
  font-weight: bold
}

a.json-toggle {
  position: relative;
  color: inherit;
  text-decoration: none
}

a.json-toggle:focus {
  outline: none
}

a.json-toggle:before {
  color: #aaa;
  content: "\25BC";
  position: absolute;
  display: inline-block;
  width: 1em;
  left: -1em
}

a.json-toggle.collapsed:before {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  margin-top: -4px;
  margin-left: -3px
}

a.json-placeholder {
  color: #aaa;
  padding: 0 1em;
  text-decoration: none
}

a.json-placeholder:hover {
  text-decoration: underline
}

#json-renderer {
  padding-left: 25px
}

#result pre {
  margin: 0
}

#json-renderer .fa {
  margin-left: -15px
}

#csv-renderer table {
  width: 100%;
  max-height: 500px
}

#csv-renderer table th,
#csv-renderer table td {
  text-align: left;
  padding: 8px
}

#csv-renderer table th {
  font-weight: bold;
  background: white
}

#csv-renderer table tr {
  background-color: white
}

#csv-renderer table tr:nth-child(odd) {
  background-color: #f2f2f2
}

.pdf-prev-page {
  position: absolute;
  left: 0;
  top: 0
}

.pdf-prev-page i {
  margin-right: 5px
}

.pdf-next-page {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -2px
}

.pdf-next-page i {
  margin-right: 5px
}

.pdf-page {
  display: block;
  width: 40px;
  text-align: center;
  margin: 0 auto
}

.ifc-line {
  position: relative;
  text-align: center
}

.pdf-preview-page {
  width: 40px;
  height: 36px;
  margin-bottom: 10px;
  text-align: center
}

#preview pre#pdf-renderer {
  max-height: none;
  overflow: hidden;
  width: 100%
}

#preview pre#pdf-renderer #preview-body {
  max-height: 500px;
  overflow-y: scroll
}

.total-pages {
  color: #999999;
  margin: 0 2px 0 3px
}

.proof-block {
  margin: 5px 0;
  background-color: #eee;
  padding: 15px
}

.qr-code-table table {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse
}

.qr-code-table td {
  border-left: solid 5px #000;
  padding: 0;
  margin: 0;
  width: 0;
  height: 5px
}

.qr-code-table td.black {
  border-color: #000
}

.qr-code-table td.white {
  border-color: #fff
}

.spinner {
  margin: 50px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s
}

.spinner>div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out
}

@-webkit-keyframes stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4)
  }

  20% {
    -webkit-transform: scaleY(1)
  }
}

@keyframes stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4)
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
  }
}

.proof-error {
  display: none
}

.save-document-to-dropbox {
  margin-right: 5px
}

.make-proof-btn {
  margin-left: 5px
}

.search-template-label {
  font-size: 14px;
  font-weight: 600
}

.search-block {
  width: 75%
}

.search-block .twitter-typeahead {
  width: 100%;
  height: 34px
}

.search-block .twitter-typeahead .input-loading {
  background: url(//d17rnv65952sm5.cloudfront.net/assets/spinner-b1f4b2b5014d5a60523c88dbdd44c2a453c56009c7ce7e6ef37ae6380c8157ff.gif) no-repeat right
}

.search-block .twitter-typeahead .tt-menu {
  width: 100%;
  margin: 5px 0;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.search-block .twitter-typeahead .tt-suggestion {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  position: relative
}

.search-block .twitter-typeahead .tt-suggestion .text-muted.filename {
  width: 95%;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden
}

.search-block .twitter-typeahead .tt-suggestion .show-link {
  position: absolute;
  top: 10px;
  right: 10px
}

.search-block .twitter-typeahead .tt-suggestion:not(:first-child) {
  border-top: 1px solid
}

.search-block .twitter-typeahead .tt-suggestion .preview-file-box {
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin-right: 5px;
  max-width: 125px
}

.search-block .twitter-typeahead .tt-suggestion .preview-file-box .text-muted.filename {
  word-wrap: break-word
}

.search-block .twitter-typeahead .tt-suggestion .preview-file-box:last-child {
  margin-right: 0
}

.search-block .twitter-typeahead .tt-suggestion .preview-file-box .search-preview-template-url {
  max-height: 64px
}

.search-block .twitter-typeahead .tt-suggestion:hover {
  cursor: default
}

.templates-block {
  margin: 10px auto
}

.templates-block .error-field,
.upload-block .error-field {
  display: none;
  width: 35%
}

.upload-block .drag-area {
  text-align: center;
  color: #337ab7;
  border: 2px dashed #337ab7;
  border-radius: 7px;
  height: 100%;
  max-height: 300px;
  padding: 10px;
  margin: 0 auto
}

.upload-block .drag-area:hover {
  background-color: rgba(212, 212, 212, 0.22)
}

.upload-block .drag-area .upload-template-label {
  margin-top: 25px;
  cursor: pointer
}

.upload-block .drag-area .upload-options {
  text-align: center
}

.upload-block .drag-area .upload-options .control-label {
  vertical-align: sub;
  color: black;
  font-size: 14px;
  font-weight: 600
}

.upload-block .drag-area .upload-options .additional-upload-buttons {
  align-items: center;
  justify-content: center
}

.upload-block .drag-area .upload-options .upload-from-url-block {
  display: none;
  margin: 10px auto 0 auto
}

.upload-block .drag-area .upload-options .template-status-select {
  width: 25%;
  height: 25px;
  margin: 0 auto
}

.upload-block .drag-area .upload-options .template-status-select button.dropdown-toggle {
  padding: 5px
}

.upload-block .uploading-note {
  margin-top: 10px;
  font-size: 12px
}

.upload-block.additional-files {
  margin-top: 15px
}

.upload-block.additional-files .drag-area .upload-options .template-status-select {
  display: none
}

.document-template-show {
  margin-bottom: 25px
}

.document-template-show .additional-file-box {
  padding: 0
}

.document-template-show label {
  font-size: 14px;
  font-weight: 600
}

.additional-file-box {
  overflow: hidden;
  position: relative;
  border: 1px solid;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  padding-right: 10px
}

.additional-file-box:last-child {
  margin-right: 0
}

.additional-file-box.no-border {
  border: none
}

.additional-file-box img {
  max-height: 64px;
  opacity: 0.5
}

.additional-file-box.large-preview {
  overflow: visible;
  min-height: 64px
}

.additional-file-box.large-preview img {
  position: absolute;
  z-index: 999;
  opacity: 1;
  max-width: 384px;
  max-height: 384px
}

.additional-file-box .remove-additional-file {
  position: absolute;
  top: -5px;
  right: 0;
  padding: 0
}

.additional-file-box .remove-additional-file span {
  font-size: 20px;
  color: red
}

.additional-file-box p {
  width: 95%;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden
}

.visibility-info p {
  margin: 0
}

.form-group.document_template_sign_by_me,
.form-group.document_template_owner_role {
  display: inline-block
}

.subscriptions-container .panel {
  text-align: center
}

.subscriptions-container .panel:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35)
}

.subscriptions-container .panel-body {
  padding: 0px;
  text-align: center
}

.subscriptions-container .the-price {
  background-color: rgba(220, 220, 220, 0.17);
  box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
  padding: 20px;
  margin: 0
}

.subscriptions-container .the-price h1 {
  line-height: 1em;
  padding: 0;
  margin: 0
}

.subscriptions-container .subscript {
  font-size: 25px
}

.subscriptions-container .interval-toggle {
  margin-bottom: 10px;
  padding-left: 15px
}

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin: 10px 0;
  border: 1px solid #e6ebf1
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
  border-color: #fa755a
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important
}

#card-errors {
  color: #ef0b0b;
  font-size: 14px;
  margin-bottom: 10px
}

/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important
}

.bootstrap-select {
  width: 220px \0
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
  color: #999
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48
}

.bootstrap-select.fit-width {
  width: auto !important
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: none !important
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
  display: block
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bs-actionsbox .btn-group button {
  width: 50%
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bs-donebutton .btn-group button {
  width: 100%
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none
}

.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px
}

.social-share-button .ssb-twitter {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/twitter-7b64ce0117a85c5d52ed45c27707af61d9b0e0d590284baa287cfe87867b9ae1.svg)
}

.social-share-button .ssb-facebook {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/facebook-03210e1663ee772e93ed5d344cdb36657b68342821aaebe982f2f984915990b3.svg)
}

.social-share-button .ssb-google_bookmark {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/google_bookmark-bb4c960c0421cb7dce602d10e744692bcc1c54f323410f4965d508f96e2255ce.svg)
}

.social-share-button .ssb-google_plus {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/google_plus-50c049fbb29cd3346f1bf9349017b644bcd00a53b56bd156728850f57bd85c0a.svg)
}

.social-share-button .ssb-weibo {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/weibo-a345a6ca554e6f388da9eb35746bb0425cb018c16408ba82852c66d375245d6f.svg)
}

.social-share-button .ssb-qq {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/qq-4dbae8223fc7823f6d73bc7fbe113eb894f4c174ec3ae93103ca382c78a2bf67.svg)
}

.social-share-button .ssb-delicious {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/delicious-0c55f72f821aae5352691f13eb64bf3435573e2169d0720477ed367b2f1ed28e.svg)
}

.social-share-button .ssb-linkedin {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/linkedin-b7fd42895b291003c444a9c2acf867ea813671e0b725a5d7c05dbb13f5c0fdd3.svg)
}

.social-share-button .ssb-tumblr {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/tumblr-330a37f93cce7c27a750188d0bfdbed3a22f566b807e64d21131dcdc94e08ec3.svg)
}

.social-share-button .ssb-pinterest {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/pinterest-86203d156197cce4087fee058b920d275c535df5fd59d8caa83da0ef41d1ec7f.svg)
}

.social-share-button .ssb-douban {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/douban-46298c27e3bc6d59951c0bbc464339a5ba1b44e3b25b571874f1baacd7af2495.svg)
}

.social-share-button .ssb-wechat {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/wechat-d8852cc3396a7a53eba39595d2e9f638c93a34ab1a0f41bae4ff391b63815f56.svg)
}

.social-share-button .ssb-vkontakte {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/vkontakte-0c2b68277fade991d74efcbdb6f7b359a35e65156cbada9625a3fe8f73151c14.svg)
}

.social-share-button .ssb-odnoklassniki {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/odnoklassniki-579bf782bd70fe94748254cac2c8c3dc150cceb0d2a143399e3062246b5ecb39.svg)
}

.social-share-button .ssb-xing {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/xing-0ebccb4042c8c7220e471c4f569df2bf27da227db425525819b6848c86a1603e.svg)
}

.social-share-button .ssb-email {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/email-7067143cbe69d9d8cf25e67fda1a315d133c2b79074a09088bd712cc5c81135d.svg)
}

.social-share-button .ssb-reddit {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/reddit-730429c239b6990b67d0d4aaaeb6e9fe48c62267f889a412e81f5f1066ec625f.svg)
}

.social-share-button .ssb-hacker_news {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/hacker_news-d89b13fec49355a787389a776f2e03a0a38314abf93777b8865f8c5f146eaf8d.svg)
}

.social-share-button .ssb-telegram {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/telegram-a6b5607917f3e3efbcf35c3ed43356b05622fcfc533d2fbf5066621b78c1dbe4.svg)
}

.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(//d17rnv65952sm5.cloudfront.net/assets/social-share-button/whatsapp-766099d1a3ea095e9c8a8628e0505159b7f336b8036a8f70ad5fe60c29233959.svg)
}

.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em
}

.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold
}

.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0
}

.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px
}

.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
  background-color: #B0BED9
}

table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected,
table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected {
  background-color: #acbad4
}

table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover,
table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover {
  background-color: #aab7d1
}

table.dataTable.order-column tbody>tr.selected>.sorting_1,
table.dataTable.order-column tbody>tr.selected>.sorting_2,
table.dataTable.order-column tbody>tr.selected>.sorting_3,
table.dataTable.order-column tbody>tr>.selected,
table.dataTable.display tbody>tr.selected>.sorting_1,
table.dataTable.display tbody>tr.selected>.sorting_2,
table.dataTable.display tbody>tr.selected>.sorting_3,
table.dataTable.display tbody>tr>.selected {
  background-color: #acbad5
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
  background-color: #a6b4cd
}

table.dataTable.display tbody>tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2 {
  background-color: #a8b5cf
}

table.dataTable.display tbody>tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3 {
  background-color: #a9b7d1
}

table.dataTable.display tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
  background-color: #acbad5
}

table.dataTable.display tbody>tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2 {
  background-color: #aebcd6
}

table.dataTable.display tbody>tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3 {
  background-color: #afbdd8
}

table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.order-column.stripe tbody>tr.odd>.selected {
  background-color: #a6b4cd
}

table.dataTable.display tbody>tr.even>.selected,
table.dataTable.order-column.stripe tbody>tr.even>.selected {
  background-color: #acbad5
}

table.dataTable.display tbody>tr.selected:hover>.sorting_1,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1 {
  background-color: #a2aec7
}

table.dataTable.display tbody>tr.selected:hover>.sorting_2,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2 {
  background-color: #a3b0c9
}

table.dataTable.display tbody>tr.selected:hover>.sorting_3,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3 {
  background-color: #a5b2cb
}

table.dataTable.display tbody>tr:hover>.selected,
table.dataTable.display tbody>tr>.selected:hover,
table.dataTable.order-column.hover tbody>tr:hover>.selected,
table.dataTable.order-column.hover tbody>tr>.selected:hover {
  background-color: #a2aec7
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em
}

@media screen and (max-width: 640px) {

  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block
  }
}

#templateTable td a {
  text-decoration: none
}

#resultTable {
  table-layout: fixed
}

#resultTable td a {
  text-decoration: none
}

th.actions {
  width: 70px !important
}

#resultTable td {
  vertical-align: middle
}

#document_parser_template_editor {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 400px;
  margin-bottom: 10px
}

@media all and (min-width: 320px) and (max-width: 1000px) {
  #selectedTemplate.form-control {
    margin-bottom: 5px
  }

  .modal-body label {
    display: flex
  }
}

.yield {
  margin: 30px
}

.form-model {
  max-width: 750px
}

html,
body {
  height: 100%
}

a {
  cursor: pointer
}

.disabled {
  opacity: 0.5
}

.disabled a {
  color: currentColor;
  cursor: not-allowed;
  text-decoration: none
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.green-tooltip+.tooltip.top .tooltip-inner {
  background-color: #1D9640
}

.green-tooltip+.tooltip.top .tooltip-arrow {
  border-top-color: #1D9640
}

.button-link {
  display: inline-block;
  height: 22px;
  width: 151px;
  font-family: "Lucida Grande", "Segoe UI", "Tahoma", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #636363;
  text-decoration: none;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  border-bottom-color: #d4d4d4;
  background: #fcfcfc;
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
  text-decoration: none !important
}

.btndiv {
  cursor: pointer;
  height: 20px;
  left: 30px;
  position: absolute;
  top: -50px;
  width: 100px
}

.dropbox-selector {
  margin-top: -55px
}

.dropbox-selector img {
  cursor: pointer;
  width: 120px;
  float: right;
  margin-right: 17px
}

.google-ico {
  padding-right: 8px;
  margin-left: -5px;
  margin-top: -2px;
  display: inline-block
}

#custom-search-input {
  padding: 3px;
  border: solid 1px #E4E4E4;
  border-radius: 6px;
  background-color: #fff
}

#custom-search-input input {
  border: 0;
  box-shadow: none
}

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc
}

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc
}

#custom-search-input .glyphicon-search {
  font-size: 23px
}

#filedrag {
  text-align: center;
  padding: 80px 10px 0;
  color: #337ab7;
  border: 2px dashed #337ab7;
  border-radius: 7px;
  cursor: pointer;
  height: 200px;
  width: 98%;
  font-size: large;
  margin: 0 auto;
  display: block
}

.omnibox-link {
  display: inline-block;
  border-bottom: 2px solid #337ab7;
  line-height: 1.2
}

#filedrag:hover {
  background-color: rgba(212, 212, 212, 0.22)
}


.btn-signup {
  float: right
}

.select-convert-to {
  border-radius: 3px
}

.select-convert-to select {
  padding: 5px 8px;
  box-shadow: none;
  text-align: center;
  font-size: 12px
}

#previewer canvas {
  border: 1px dashed #000
}

.original_links {
  list-style: none;
  padding: 0px
}

#wait-message {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

#wait-message blockquote {
  width: 75%;
  position: relative;
  display: inline-block;
  background: #eee;
  padding: 40px 30px 30px 60px;
  border-radius: 10px;
  font-family: 'Bitter', serif;
  color: #333;
  text-align: left;
  box-shadow: 1px 1px 1px #999, 2px 2px 1px #999, 3px 3px 1px #999;
  transition-duration: .3s
}

#wait-message blockquote span.author {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 5px;
  color: #999
}

#wait-message blockquote span.author i {
  position: relative;
  background: #eee;
  padding-left: 5px;
  font-style: italic;
  z-index: 5
}

#wait-message blockquote span.author::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 1
}

#wait-message blockquote::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "\"";
  font-family: 'Bitter', serif;
  font-size: 120px;
  color: #999
}

#wait-message .message-block {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center
}

#wait-message .message-block #wait-text {
  text-align: center;
  padding: 10px 20px;
  margin-left: 10px
}

.html-sub-type {
  display: block
}

.html-sub-type label {
  cursor: pointer
}

.to-html-dropbox {
  margin-top: -100px
}

.to-html-seperator {
  margin: 10px
}

.to-html-url-label {
  font-size: 14px
}

.to-html-type-body {
  margin: 20px
}

.input-url-box {
  width: 95%
}

.dashboard-box {
  width: auto;
  padding: 10px;
  border: 1px solid lightgray;
  height: 160px;
  margin-bottom: 14px;
  border-radius: 11px;
  text-align: center;
  font-weight: 400;
  box-shadow: 4px 4px
}

.dashboard-box i {
  font-size: 32px
}

.dashboard-box i.merged {
  margin: 0 0 0 -3px;
  font-size: 42px
}

.dashboard-box .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.dashboard-box .box-header .dashboard-title {
  margin: 0
}

.dashboard-box .box-body .content {
  margin-top: 14px;
  font-size: 16px
}

.dashboard-box:hover {
  background-color: #eff0f1
}

.dashboard-box>div:first-child {
  overflow: hidden
}

.dashboard-title {
  padding: 3px 15px 12px
}

@media screen and (min-width: 320px) and (max-width: 567px) {
  .dashboard-box .dashboard-title {
    font-size: 13px;
    padding: 0px 10px 0px
  }

  .dashboard-box img.pull-right,
  .dashboard-box i.pull-right {
    height: 35px;
    font-size: 40px;
    width: auto
  }
}

@media screen and (min-width: 375px) and (max-width: 667px) {
  .dashboard-title {
    font-size: 15px;
    padding: 3px 10px 0px;
    margin-left: 0px
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .dashboard-title {
    padding: 0px 10px 0px
  }

  .dashboard-box i.pull-right {
    font-size: 53px
  }
}

#store-data {
  cursor: pointer
}

#result .fa {
  color: black !important
}

.form-control.no-border {
  border: none;
  box-shadow: none
}

.progress-bar-wrapper {
  display: none;
  margin-bottom: 20px
}

#progress-bar,
.progress-bar-custom {
  height: 20px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px
}

#progress-bar span,
.progress-bar-custom span {
  float: left;
  height: 18px;
  width: 0%;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  display: inline-block;
  height: 25px;
  width: 200px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, 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: -moz-linear-gradient(135deg, 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: -ms-linear-gradient(135deg, 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(135deg, 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(135deg, 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-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite
}

@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 60px 0
  }
}

@-moz-keyframes animate-stripes {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 60px 0
  }
}

select.language {
  margin-bottom: 10px
}

.back-to-top,
footer select.language {
  float: right
}

.page-wrapper {
  min-height: 100%;
  margin-bottom: -210px
}

.page-wrapper:after {
  content: "";
  height: 210px;
  display: block
}

#files-list {
  display: none;
  color: #999;
  font-size: 13px;
  margin-bottom: 20px
}

#files-list span {
  margin-left: 10px;
  color: #222222;
  font-size: 15px
}

.ta-center {
  text-align: center
}

#inputUrl.wide {
  width: 100%
}

#proceed-url {
  height: 39px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-20 {
  margin-bottom: 20px
}

.mt-10 {
  margin-top: 10px
}

.mt-20 {
  margin-top: 20px
}

.block {
  display: block
}

.black {
  color: #222222
}

#expand-input {
  float: right;
  color: #999;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  margin: 12px 17px 0 0
}

#expand-input:hover {
  text-decoration: none
}

#expand-input i {
  margin-right: 6px
}

.form-horizontal hr {
  margin-top: 16px
}

#inputUrl-group {
  margin-top: 14px;
  overflow: hidden
}

#signup-group {
  width: 100%
}

.tip {
  display: none;
  margin-bottom: 12px
}

.hide-on-start-over {
  display: none
}

.soc-login-buttons .provider-btn {
  padding: 0;
  border-radius: 5px
}

.soc-login-buttons .provider-btn .left-icon {
  float: left;
  border-right: 1px solid rgba(27, 20, 20, 0.16);
  padding: 8px 12px;
  width: 10%;
  color: white
}

.soc-login-buttons .provider-btn .btn-text {
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  color: white
}

.soc-login-buttons .provider-btn:last-child {
  margin-top: 10px
}

.soc-login-buttons a.facebook {
  background: #3c5d95;
  border: 1px solid #3c5d95
}

.soc-login-buttons a.facebook:hover {
  background: #2e4975
}

.soc-login-buttons a.google_oauth2 {
  border: 1px solid #cf5c45;
  background: #cf5c45
}

.soc-login-buttons a.google_oauth2:hover {
  background: #9b4c38
}

.page-header {
  width: 90%
}

.form-user {
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid rgba(27, 20, 20, 0.16);
  border-radius: 3px
}

.form-user .control-label {
  font-weight: 600;
  font-size: 14px
}

.form-user .additional-links {
  font-size: 12px
}

.form-user .submit-btn {
  width: 100%;
  white-space: normal
}

.user-registration .form-user {
  margin-top: 10px
}

.link-to-signup {
  border: 1px solid rgba(27, 20, 20, 0.16);
  border-radius: 3px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  background-color: #f5f5f7
}

#info-blocks .fa {
  margin-right: 7px
}

.overflow {
  overflow: hidden
}

.padding-top {
  padding-top: 20px
}

.margin-bottom {
  margin-bottom: 20px
}

.margin-top {
  margin-top: 20px
}

.margin-right {
  margin-right: 15px
}

.margin-left {
  margin-left: 15px
}

.margin-right-sm,
input[type="checkbox"].margin-right-sm {
  margin-right: 12px
}

.margin-left-sm {
  margin-left: 12px
}

.margin-bottom-sm,
.btn.margin-bottom-sm {
  margin-bottom: 12px
}

.margin-top-sm {
  margin-top: 12px
}

#pdf-sign-preview {
  border: 1px solid #34c2e3
}

.drag-image-on-canvas {
  display: none;
  position: relative;
  margin-bottom: 30px;
  font-size: 0
}

.text-addable .drag-image-on-canvas {
  cursor: text
}

#document-preview-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  color: black;
  font-size: 80px;
  font-size: 7vh;
  padding-top: 30px;
  text-align: center;
  opacity: 0.65
}

#pdf-sign-preview-wrapper {
  position: relative
}

#pdf-sign-preview-wrapper #prevent-editing {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99
}

.type-signature {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  width: 55%
}

.cancel-modal {
  margin-top: 6px
}

#invitation-data {
  padding-left: 0
}

#pdfEditor {
  clear: both
}

.sign-image,
.sign-text,
.party-field,
.field-fillable {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0)
}

.sign-image:hover,
.sign-text:hover,
.party-field:hover,
.field-fillable:hover {
  border: 1px solid #34c2e3
}

.sign-image.ui-draggable,
.sign-text.ui-draggable,
.party-field.ui-draggable,
.field-fillable.ui-draggable {
  cursor: move
}

.sign-image img,
.sign-text img,
.party-field img,
.field-fillable img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%
}

.sign-image.uneditable,
.sign-text.uneditable,
.party-field.uneditable,
.field-fillable.uneditable {
  cursor: default;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1)
}

.sign-image.uneditable .field-body,
.sign-text.uneditable .field-body,
.party-field.uneditable .field-body,
.field-fillable.uneditable .field-body {
  background: rgba(0, 0, 0, 0.1)
}

.sign-image.uneditable:hover .sign-ifc,
.sign-image.uneditable:hover .field-ifc,
.sign-text.uneditable:hover .sign-ifc,
.sign-text.uneditable:hover .field-ifc,
.party-field.uneditable:hover .sign-ifc,
.party-field.uneditable:hover .field-ifc,
.field-fillable.uneditable:hover .sign-ifc,
.field-fillable.uneditable:hover .field-ifc {
  display: none
}

.sign-image.uneditable .disable-editing,
.sign-text.uneditable .disable-editing,
.party-field.uneditable .disable-editing,
.field-fillable.uneditable .disable-editing {
  display: block
}

.sign-image.uneditable textarea,
.sign-text.uneditable textarea,
.party-field.uneditable textarea,
.field-fillable.uneditable textarea {
  border: none
}

.sign-image.uneditable .field-caption,
.sign-text.uneditable .field-caption,
.party-field.uneditable .field-caption,
.field-fillable.uneditable .field-caption {
  color: rgba(0, 0, 0, 0.6)
}

.sign-image .disable-editing,
.sign-text .disable-editing,
.party-field .disable-editing,
.field-fillable .disable-editing {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.sign-image[data-transparent="false"],
.sign-text[data-transparent="false"] {
  background: white
}

.party-field.red .field-body {
  background: rgba(255, 0, 0, 0.1)
}

.party-field.green .field-body {
  background: rgba(0, 255, 0, 0.1)
}

.party-field[data-transparent="false"] {
  background: white
}

.signature-field-fillable,
.checkbox-field-fillable {
  cursor: pointer
}

.field-body {
  width: 100%;
  height: 100%
}

.text-field-fillable textarea,
.sign-text textarea {
  display: block;
  text-align: left;
  color: black;
  resize: none;
  font-size: 16px;
  padding: 0;
  line-height: 16px;
  white-space: pre-wrap;
  border: none;
  overflow: hidden !important;
  background: none
}

.text-field-fillable textarea {
  width: 100%;
  height: 100%
}

.sign-text textarea {
  width: auto;
  height: auto
}

.text-field-created {
  height: 34px;
  width: 176px
}

.text-field-created textarea {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: black;
  resize: none;
  font-size: 16px;
  padding: 0;
  line-height: 16px;
  white-space: pre-wrap;
  border: none;
  overflow: hidden !important;
  background: none
}

.field-fillable-hint {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  width: 100%;
  height: 100%;
  color: grey
}

.edited .field-fillable-hint {
  display: none
}

.sign-text.ui-draggable-disabled {
  cursor: text
}

.editor-page {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

#place-signature .example,
.sign-text-example,
.sign-image-example {
  display: none
}

.sign-ifc {
  display: none;
  overflow: hidden;
  margin-top: -28px;
  margin-left: -1px;
  position: absolute;
  z-index: 100;
  width: 125px;
  opacity: 0.8
}

.sign-ifc button {
  float: left;
  font-size: 25px;
  height: 28px;
  line-height: 18px;
  width: 25px;
  padding: 0;
  cursor: pointer
}

.sign-ifc .copy-object {
  font-size: 16px
}

.sign-ifc .edit-text-object {
  font-size: 14px
}

.field-ifc {
  display: none;
  position: absolute;
  top: 100%;
  background: #008cba;
  color: white;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  min-width: 100px;
  text-align: left;
  z-index: 100
}

.field-ifc .line {
  margin-bottom: 2px
}

.field-ifc select,
.field-ifc input[type="text"] {
  display: block;
  width: 100%;
  color: black;
  padding: 0 6px
}

.sign-ifc-bottom {
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: -25px;
  text-align: left
}

.sign-ifc-bottom .move {
  float: left
}

.field-caption {
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  text-align: left;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.sign-text textarea {
  display: block;
  color: black;
  text-align: left;
  vertical-align: bottom;
  background: transparent;
  overflow: auto;
  height: 17px
}

.sign-text textarea:focus {
  outline: none
}

.sign-image:hover .sign-ifc,
.sign-image:hover .field-ifc,
.sign-image:hover .sign-ifc-bottom,
.sign-text:hover .sign-ifc,
.sign-text:hover .field-ifc,
.sign-text:hover .sign-ifc-bottom,
.party-field:hover .sign-ifc,
.party-field:hover .field-ifc,
.party-field:hover .sign-ifc-bottom {
  display: block
}

.manage-roles {
  color: white;
  font-size: 12px;
  margin-top: 4px;
  text-decoration: underline
}

.manage-roles:hover {
  text-decoration: none;
  color: white
}

.party-field .field-content {
  width: 100%;
  height: 100%
}

.party-field .field-content img {
  width: 100%;
  height: 100%
}

.party-field.wrong {
  border: 1px solid red
}

.party-field.prefilled .field-caption {
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0
}

.field-fillable-body {
  position: absolute;
  width: 100%;
  height: 100%
}

.checkbox-field-image {
  width: 100%;
  height: 100%
}

.party-field .field-body,
.field-fillable:not(.text-field-fillable),
.text-field-fillable .field-fillable-body {
  background: rgba(255, 0, 0, 0.1)
}

.field-fillable.filled:not(.text-field-fillable),
.text-field-fillable.filled .field-fillable-body {
  background: rgba(0, 255, 0, 0.1)
}

.text-field-fillable.green .field-fillable-body,
.field-fillable.green:not(.text-field-fillable) {
  background: rgba(0, 255, 0, 0.1)
}

.text-field-fillable.red .field-fillable-body,
.field-fillable.red:not(.text-field-fillable) {
  background: rgba(255, 0, 0, 0.1)
}

.text-field-fillable[data-transparent="false"] {
  background: white
}

.pull-right.download-or-finalize {
  margin-top: -8px
}

#document-list .loading-pic {
  width: 24px;
  height: 20px;
  display: inline-block
}

.google-drive {
  margin-left: 14px;
  display: inline-block;
  position: relative
}

.google-drive>a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute
}

.span-wrapper {
  text-align: left
}

#sign-back {
  float: left;
  width: 75px;
  margin: 0
}

#sign-place,
#sign-place-invited {
  float: right
}

#sign-place i.fa,
#sign-place-invited i.fa {
  margin-right: 4px
}

#sign-place-invited i.fa,
#emails-invite i.fa {
  margin-right: 4px
}

.close-modal {
  float: right;
  font-size: 13px;
  margin: 8px 23px 0 0
}

#sign-add,
#label-add,
#label-change {
  float: right
}

.pdf-preview-ifc .pdf-prev-page,
.pdf-preview-ifc .pdf-next-page {
  text-align: center;
  padding: 8px 12px
}

.pdf-preview-ifc .pdf-prev-page i,
.pdf-preview-ifc .pdf-next-page i {
  margin: 0
}

.pdf-preview-ifc .ifc-line>button:last-child {
  margin-right: 0
}

.fixed-interface {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 91
}

.fixed-interface .pdf-preview-ifc {
  padding: 10px 25px 0;
  background: rgba(255, 255, 255, 0.8)
}

.generate-date {
  float: right;
  margin-left: 0.7%;
  height: 39px
}

#signature-text-area {
  width: 100%;
  display: block
}

#signature {
  height: 400px
}

#signature-canvas,
#field-signature-canvas,
#field-initials-canvas {
  display: block;
  margin: 18px auto 10px;
  border: 1px solid #34c2e3;
  cursor: crosshair;
  width: 100%
}

#signature-proceed {
  float: right;
  margin-right: -2px
}

.signature-clear {
  margin-top: 6px;
  font-size: 16px
}

.color-icon {
  float: left;
  width: 30px;
  text-align: center;
  margin-left: -73px;
  margin-top: 11px;
  position: relative;
  z-index: 1;
  margin-right: 10px
}

.dropdown-menu.auto-width {
  width: auto;
  min-width: auto;
  padding: 7px
}

.dropdown-menu.dropdown-left {
  top: 0;
  right: 0;
  margin-right: 110%
}

.dropdown-menu.dropdown-left ul li {
  float: left
}

.dropdown-menu.dropdown-left ul li a {
  float: none
}

.saved-signatures {
  overflow: hidden;
  padding-top: 10px
}

.saved-signatures img {
  max-width: 100%;
  max-height: 100%
}

.saved-signatures .saved-signature {
  position: relative;
  display: inline-block;
  max-width: 23%;
  margin-right: 2%;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  cursor: pointer
}

.saved-signatures .saved-signature:hover {
  border: 1px solid #3445e3
}

.saved-signatures .saved-signature .delete {
  content: 'x';
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 14px;
  background: white;
  color: #222222;
  cursor: pointer;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 12px;
  font-size: 10px
}

.saved-signatures .saved-signature .delete:hover {
  border: 1px solid #34c2e3
}

.user-file-item.highlighted {
  border: 1px solid #34c2e3;
  padding: 20px 10px 0;
  margin-bottom: 20px
}

@media (max-width: 767px) {
  .saved-signatures .saved-signature {
    width: 45%;
    max-width: 45%
  }

  .saved-signatures .saved-signature .delete {
    right: -12px;
    top: -12px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    line-height: 19px;
    font-size: 20px;
    z-index: 1
  }
}

#agreement .row {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #34c2e3
}

.sign-text-body {
  width: 100%;
  height: 100%
}

.sign-text-input-item {
  overflow: hidden;
  margin-bottom: 10px
}

.sign-text-input-item input[type="text"] {
  float: left;
  width: 100%;
  font-family: "Courier New"
}

.sign-text-input-item button {
  margin-left: -40px
}

#label-modal-change .font-family,
#label-modal-change .color {
  float: left;
  width: 21%;
  margin-right: 0.7%
}

.add-sign-text-input,
.remove-sign-text-input {
  float: left
}

.add-sign-text-input i,
.remove-sign-text-input i {
  margin-right: 3px
}

.add-sign-text-input {
  margin-right: 10px
}

h4>span {
  font-size: 14px
}

#copyrights {
  text-align: right;
  margin-bottom: 20px;
  color: #999999;
  font-size: 12px
}

.dashboard-box .new {
  position: absolute;
  background: #ff6550;
  color: white;
  padding: 2px 6px;
  margin: -10px 0 0 -10px;
  text-align: center;
  font-size: 12px;
  border-radius: 11px 0 0 0
}

.pdf-preview-ifc .icon-button {
  float: left;
  width: 36px;
  margin: 0 5px 10px
}

.pdf-preview-ifc .icon-margins {
  margin: 0 0 10px 10px
}

.page-changing {
  float: right;
  margin-right: 2px
}

.pdf-preview-ifc button {
  height: 36px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top
}

.pdf-page {
  height: 36px;
  display: inline-block;
  margin: 0 auto
}

.pdf-preview-ifc button img {
  max-width: 100%;
  max-height: 100%
}

#predefined-images {
  overflow: hidden
}

#predefined-images button {
  float: left;
  background: none;
  border: none;
  margin-left: 24px;
  width: 46px
}

#predefined-images button:first-child {
  margin-left: 0
}

#predefined-images button img {
  max-width: 100%;
  max-height: 100%
}

.editor-modal {
  padding: 15px;
  border: 1px solid #34c2e3
}

.big-label {
  font-size: 20px
}

#picture-preview {
  width: 100%
}

.clearfixed:after {
  display: block;
  clear: both;
  width: 100%;
  content: ""
}

.webcam video {
  width: 100%
}

.webcam canvas {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

#report {
  font-size: 22px
}

#form-search {
  margin-bottom: 14px
}

#form-search input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  display: block
}

.form-search-result {
  border: 1px solid #dddddd;
  background: #f5f5f5
}

.search-result-item {
  display: block;
  border-top: 1px solid #eeeeee;
  padding: 6px 15px;
  cursor: pointer
}

.search-result-item:first-child {
  border-top: none
}

.search-result-item:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none
}

.search-result-name {
  color: #333333;
  font-size: 17px;
  margin-bottom: 4px
}

.color-pickers {
  float: left;
  margin-left: 10px;
  margin-top: 6px
}

.color-picker {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin: 0 4px
}

#invite-open {
  float: right
}

.text-huge {
  font-size: 24px
}

.share-link {
  background: none;
  border: none;
  color: #008cba;
  text-decoration: underline
}

.share-link:hover {
  text-decoration: none
}

#emails-invite {
  float: right
}

#submit-invites {
  float: right
}

.table.no-margin {
  margin-bottom: 0
}

input.wrong {
  border-color: red
}

.word-break {
  word-break: break-all
}

#templates-search {
  margin-top: 40px
}

.templates-search-line input {
  display: block;
  width: 100%
}

.templates-search-result {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd
}

.templates-search-result i {
  display: none;
  margin-top: 6px
}

.templates-search-result:hover i {
  display: block
}

a.green {
  color: #7c943b
}

a.red {
  color: #ff6550
}

#individual-invites {
  float: left;
  margin: 6px 6px 0px 0
}

.button-expander {
  position: relative
}

.button-expander button {
  width: 100%;
  margin: 0
}

.button-expander .expandable {
  position: absolute;
  right: 0;
  z-index: 1
}

.button-expander .expandable a {
  font-size: 13px;
  border: 1px solid #008cba;
  display: block;
  background: white;
  width: 144px;
  padding: 4px 8px
}

.button-expander .expandable a:hover {
  background: #008cba;
  color: white;
  text-decoration: none
}

.inline-block {
  display: inline-block;
  vertical-align: middle
}

#allow-party-download {
  margin-top: 3px
}

.text-right {
  text-align: right
}

.sign-my-document {
  margin-top: -6px
}

tr.green td {
  color: #7c943b
}

#panel-error .btn {
  margin: 0 0 15px 40px
}

.twitter-typeahead {
  width: 100%;
  height: 34px;
  position: relative
}

.twitter-typeahead .input-loading {
  background: url(//d17rnv65952sm5.cloudfront.net/assets/spinner-b1f4b2b5014d5a60523c88dbdd44c2a453c56009c7ce7e6ef37ae6380c8157ff.gif) no-repeat right
}

.twitter-typeahead .tt-menu {
  width: 100%;
  margin: 5px 0;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.twitter-typeahead .tt-suggestion {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  position: relative
}

.twitter-typeahead .tt-suggestion .text-muted.filename {
  width: 95%;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden
}

.twitter-typeahead .tt-suggestion .show-link {
  position: absolute;
  top: 10px;
  right: 10px
}

.twitter-typeahead .tt-suggestion:not(:first-child) {
  border-top: 1px solid
}

.twitter-typeahead .tt-suggestion .preview-file-box {
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin-right: 5px;
  max-width: 125px
}

.twitter-typeahead .tt-suggestion .preview-file-box .text-muted.filename {
  word-wrap: break-word
}

.twitter-typeahead .tt-suggestion .preview-file-box:last-child {
  margin-right: 0
}

.twitter-typeahead .tt-suggestion .preview-file-box .search-preview-template-url {
  max-height: 64px
}

.twitter-typeahead .tt-suggestion:hover {
  cursor: default
}

.auto-suggest-wrapper {
  clear: both;
  position: relative
}

.twitter-typeahead .auto-suggest-wrapper .tt-menu {
  margin-top: 0
}

.twitter-typeahead .auto-suggest-wrapper .tt-suggestion:hover {
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer
}

.twitter-typeahead.role-input {
  height: auto
}

.fixed-tips .fixed-tip {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 4px 5px 4px 15px
}

.fixed-tips .fixed-tip .close {
  float: right;
  font-size: 14px;
  margin-left: 10px
}

@media screen and (max-width: 991px) {
  .dashboard-box {
    height: auto
  }



  .back-to-top,
  footer select.language {
    float: none
  }

  #proceed {
    display: block;
    width: 100%
  }

  .btn-signup {
    float: none;
    margin-top: 20px
  }

  #filedrag {
    width: 94%
  }
}

@media screen and (min-width: 800px) and (max-width: 991px) {
  .nav.navbar-nav>li>a {
    padding: 10px 4px;
    font-size: 13px
  }

  .navbar-brand {
    padding: 12px 7px
  }
}

@media screen and (min-width: 767px) and (max-width: 799px) {
  .nav.navbar-nav>li>a {
    padding: 10px 4px;
    font-size: 12px
  }

  .navbar-brand {
    padding: 12px 7px
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dashboard-box>div:first-child {
    height: 53px;
    margin-bottom: 4px
  }

  .dashboard-box {
    height: 158px
  }

  .dashboard-content h4 {
    font-size: 18px
  }

  .dashboard-content p {
    line-height: 20px
  }

  .dashboard-content img {
    max-height: 100%
  }
}

@media only screen and (max-width: 767px) {
  #wait-message p {
    width: 60%
  }

  #inputUrl {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 12px
  }

  #proceed-url {
    float: none;
    display: inline-block;
    height: 39px;
    width: auto
  }

  .navbar-brand {
    width: 125px
  }

  .pdf-preview-ifc .pdf-prev-page,
  .pdf-preview-ifc .pdf-next-page {
    padding: 8px 0;
    width: 36px;
    margin-bottom: 10px
  }

  .dashboard-box>div:first-child {
    height: 37px
  }

  #choose-mode button {
    float: none;
    display: block
  }
}

@media screen and (min-width: 767px) and (max-width: 922px) {
  #wait-message p {
    width: 40%
  }
}

.chrome-link span {
  vertical-align: middle
}

.chrome-link .chrome-icon {
  width: 13px;
  height: 13px
}

.alert.alert-danger,
.alert.alert-success {
  position: relative
}

.alert.alert-danger .alert-close-btn,
.alert.alert-success .alert-close-btn {
  position: absolute;
  top: 0;
  right: 3px
}

.alert.flash-message a {
  color: black
}

@media all and (min-width: 320px) and (max-width: 667px) {
  .additional-upload-buttons {
    flex-direction: column
  }

  .additional-upload-buttons label {
    display: block
  }
}

.additional-upload-buttons {
  display: flex;
  flex-wrap: wrap
}

.additional-upload-buttons .btn {
  margin-right: 5px;
  margin-bottom: 5px
}

.additional-upload-buttons .upload-from-url-block {
  align-items: center;
  justify-content: flex-start
}

.additional-upload-buttons .upload-from-url-block.collapse.in {
  display: flex
}

.additional-upload-buttons .upload-from-url-block #inputUrl {
  width: 25%
}

div.bootstrap-filestyle label.btn {
  padding: 6px 12px
}

div.bootstrap-filestyle label.btn .btn {
  background-color: transparent;
  border-color: transparent
}

.article-content {
  margin-bottom: 50px
}

.article-content .related-articles {
  margin-top: 25px
}

.fa.green {
  color: green
}

.detailed-info-link {
  font-size: 12px
}

.clipboard-btn {
  cursor: pointer
}

.clone-template-form {
  display: inline-block
}

.text-warning {
  color: #ff851b
}

.navbar-header {
  overflow: hidden
}

.navbar-header .navbar-brand.custom-logo {
  display: flex;
  align-items: center
}

.navbar-header .navbar-brand.custom-logo img {
  max-width: 100px;
  max-height: 40px
}

.upload-logo-form label[for=user_custom_logo] {
  display: block
}

.upload-logo-form .user_custom_logo {
  display: inline-block
}

.upload-logo-form .custom-logo-preview {
  display: block;
  max-width: 100px;
  max-height: 100px;
  margin: 10px 0
}

.upload-logo-form .logo-action-btn {
  vertical-align: top
}

.dashboard-content {
  padding-bottom: 30px
}

.dashboard-content .info-row {
  margin: 0 -15px 15px -15px
}

.dashboard-content a {
  text-decoration: none !important
}

.dashboard-content a i {
  color: black
}

.dashboard-content h4,
.dashboard-content .h4 {
  font-weight: 700 !important
}

.dashboard-content p {
  display: inline-block;
  color: #999999
}

.badge.badge-success {
  background: #28b62c !important
}

.signature-wrapper {
  background: #e9e9e9;
  padding: 5px 20px 10px 20px
}

.signature-wrapper button {
  outline: none
}

.signature-wrapper #signature-canvas {
  background-color: white !important
}

.beta-label sup {
  font-size: 8px
}

.video-block iframe {
  border: none
}

#result .google-drive {
  margin: 10px auto 0 auto
}

.divider-block {
  margin: 15px auto
}

.divider-block .divider-text {
  text-transform: uppercase;
  margin: 0 auto;
  width: 30px;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1
}

.divider-block .divider-line {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  left: 0;
  top: 50%
}

.account-link {
  padding-left: 0 !important;
  display: inline-block !important
}

a.btn-small {
  height: 21px;
  color: white !important;
  padding: 0 !important;
  font-size: 8px;
  display: inline-block !important;
  width: 50px
}

a.btn-small:hover {
  color: black !important
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  select,
  textarea,
  input {
    font-size: 16px
  }
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-size: 16px
}

.form-control {
  font-size: 16px
}

.field-fillable-optional-hint {
  position: absolute;
  white-space: nowrap;
  color: gray;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  background: white;
  text-align: left
}

.field-fillable-optional-hint:hover {
  max-width: none !important;
  white-space: normal
}

@media (min-width: 767px) {
  .confirm-instruction-image {
    width: 75%
  }
}

.dataTable td {
  position: relative
}

.dataTable td input.dataTable--inline-input {
  width: 98%;
  height: 90%;
  color: black;
  top: 5%;
  left: 1%;
  position: absolute
}

#dropContainer.pdf-merge-container {
  min-height: 140px
}

.api-key-wrapper {
  font-size: 18px;
  margin: 10px auto 0 auto
}

.api-key-wrapper a {
  font-size: 14px
}

.api-key-wrapper .api-key {
  border-radius: 5px;
  padding: 10px;
  background: #f2f202;
  font-size: 18px
}

.api-key-wrapper #api_token {
  text-decoration: underline
}

.credits-settings-table {
  max-height: 400px;
  overflow-y: auto
}

.credits-settings-table td {
  text-align: left
}

.credits-settings-table td:last-of-type {
  text-align: center
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center
}

.jpg-preview {
  width: 150px;
  white-space: nowrap;
  overflow-x: auto
}