/* Compiled Less CSS File */
/* Generated from "main.min.css" */

/**
 * Form styles.
 *
 * Version: 1.0
 * Author: 123ContactForm Development Team <devteam@123contactform.com>
 * Contributors: Banyacskay Werner, Raul Molnar
 *
 * Summary:
 *
 *	1. STYLEGUIDE
 *		- 1.1. GENERAL
 *		- 1.2. IMAGE PATHS
 *		- 1.3. COLORS
 *		- 1.4. TYPOGRAPHY
 *		- 1.5. RIPPLE EFFECT
 *	2. INPUT
 *		- 2.1. TEXT
 *		- 2.2. CHECKBOX
 *		- 2.3. RADIO
 *	3. TEXTAREA
 *	4. DROPDOWN
 *	5. BUTTONS
 *	6. FILE UPLOAD
 *		- 6.1. SINGLE
 *		- 6.2. MULTIPLE
 *	7. DATEPICKER
 *	8. DIGITAL SIGNATURE
 *	9. GOOGLE MAPS
 *	10. LAYOUT
 *		- 10.1. HEADER
 *		- 10.2. FOOTER
 *  11. ANCHORS
 *  12. PREVIEW
 */
/* ==========================================================================
   1. STYLEGUIDE
   ========================================================================== */
/* 1.1. GENERAL
   ========================================================================== */
body {
  font-weight: 400;
}
.field-wrapper {
  width: 100%;
}
.right-to-left-text {
  text-align: right;
}
/* 1.2. IMAGE PATHS
   ========================================================================== */
/* 1.3. COLORS
   ========================================================================== */
/* 1.4. TYPOGRAPHY
   ========================================================================== */
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-italic {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
/* 1.5. RIPPLE EFFECT
   ========================================================================== */
.ripple-effect {
  -webkit-transform: translate(0);
  overflow: hidden;
  position: relative;
}
.ink {
  border-radius: 50%;
  display: block;
  pointer-events: none;
  position: absolute;
  transform: scale(0);
}
.ink {
  background: #fff;
  opacity: 0.2;
}
.ink.animate {
  -o-animation: ripple-effect 0.5s linear;
  -webkit-animation: ripple-effect 0.5s linear;
  animation: ripple-effect 0.5s linear;
}
@keyframes ripple-effect {
  100% {
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes ripple-effect {
  100% {
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    opacity: 0;
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple-effect {
  100% {
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    opacity: 0;
    transform: scale(2.5);
  }
}
@-ms-keyframes ripple-effect {
  100% {
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    opacity: 0;
    transform: scale(2.5);
  }
}
@-o-keyframes ripple-effect {
  100% {
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    opacity: 0;
    transform: scale(2.5);
  }
}
/* ==========================================================================
   2. INPUT
   ========================================================================== */
/* 2.1. TEXT
   ========================================================================== */
input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="password"]::-ms-clear {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  color: #4c4c4c;
  /* some styles moved to main.modern.css and main.classic.css */  
  outline: none;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
}
input[maxlength="4"] {
  min-width: 64px;
}
input[maxlength="5"] {
  min-width: 80px;
}
.validation-error input[type="text"]:not(.exclude-error-input):not(.no-validation-error),
.validation-error input[type="email"]:not(.exclude-error-input):not(.no-validation-error),
.validation-error input[type="url"]:not(.exclude-error-input):not(.no-validation-error),
.validation-error input[type="password"]:not(.exclude-error-input):not(.no-validation-error) {
  background-color: #ffecec;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-position-x: 98%;
  background-position-y: 50%;
  border-color: #ff0000;
  color: #ff0000;
  padding-right: 35px;
}
.validation-error textarea:not(.exclude-error-input):not(.no-validation-error),
.validation-error input[type="text"].exclude-error-input:not(.no-validation-error),
.validation-error input[type="email"].exclude-error-input:not(.no-validation-error),
.validation-error input[type="url"].exclude-error-input:not(.no-validation-error),
.validation-error input[type="password"].exclude-error-input:not(.no-validation-error) {
  background-color: #ffecec;
  border-color: #ff0000;
  color: #ff0000;
}
.validation-error .select2-container:not(.no-validation-error) .select2-choice {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
  background-color: #ffecec !important;
}
.validation-error .exclude-validation-layout {
  background-image: none !important;
  padding-right: 10px !important;
}
.validation-error input[type="text"]:not(.exclude-validation-layout):not(.no-validation-error) + fielderror,
.validation-error input[type="email"]:not(.exclude-validation-layout):not(.no-validation-error) + fielderror,
.validation-error input[type="url"]:not(.exclude-validation-layout):not(.no-validation-error) + fielderror,
.validation-error input[type="password"]:not(.exclude-validation-layout):not(.no-validation-error) + fielderror {
  font-weight: 400;
  color: #ff0000;
  font-size: 12px;
}
.validation-error .digital-signature:not(.no-validation-error) {
  border-color: #ff0000 !important;
  background-color: #ffecec !important;
}
.form-rtl .validation-error input[type="text"]:not(.exclude-error-input):not(.no-validation-error),
.form-rtl .validation-error input[type="email"]:not(.exclude-error-input):not(.no-validation-error),
.form-rtl .validation-error input[type="url"]:not(.exclude-error-input):not(.no-validation-error),
.form-rtl .validation-error input[type="password"]:not(.exclude-error-input):not(.no-validation-error) {
  background-position: left 10px center !important;
  padding-left: 35px;
  padding-right: 10px;
}
.form-rtl .row,
.form-rtl .focus .row:not(.likert-head) {
  margin-left: 0!important;
  margin-right: 0;
}
.no-padding-right-left {
  padding-right: 0;
  padding-left: 0;
}
/* 2.2. CHECKBOX
   ========================================================================== */
input[type="checkbox"]:not(old) {
  font-size: 1em;
  margin: 0;
  opacity: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  width: 2em;
}
input[type="checkbox"]:not(old):disabled + label > .outside,
input[type="checkbox"]:not(old):disabled + label > .outside > .inside {
  opacity: .7;
}
input[type="checkbox"]:not(old):checked + label > .outside > .inside {
  opacity: 1;
}
input[type="checkbox"]:not(old) + label {
  display: table;
  line-height: 1.4em;
  margin-top: 0;
  margin-left: 0;
}
input[type="checkbox"]:not(old) + label > .outside {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  margin-left: 0px;
  /* some styles moved to main.modern.css and main.classic.css */  
  overflow: hidden;
  vertical-align: middle;
  width: 18px;
}
input[type="checkbox"]:not(old) + label > .outside > .inside {
  background-image: url("/images3/form/checkbox-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  display: block;
  height: 100%;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
/* 2.3. RADIO
========================================================================== */
input[type="radio"]:not(old) {
  font-size: 1em;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 2em;
}
input[type="radio"]:not(old):disabled + label > .outside {
  opacity: .7;
}
input[type="radio"]:not(old):disabled + label > .outside > .inside {
  opacity: 0;
}
input[type="radio"]:not(old):disabled:checked + label > .outside > .inside {
  opacity: .7;
}
input[type="radio"]:not(old):checked + label > .outside > .inside {
  opacity: 1;
}
input[type="radio"]:not(old) + label {
  display: table;
  line-height: 1.4em;
  margin-top: 0;
  margin-left: 0;
}
input[type="radio"]:not(old) + label > .outside {
  background-color: white;
  border-radius: 18px!important;
  border: 1px solid #c9c9c9;
  display: inline-block;
  height: 18px;
  margin-left: 0px;
  margin-right: 5px;
  /* some styles moved to main.modern.css and main.classic.css */  
  overflow: hidden;
  vertical-align: middle;
  width: 18px;
}
input[type="radio"]:not(old) + label > .outside > .inside {
  background: #4c4c4c;
  border-radius: 10px!important;
  display: block;
  height: 10px;
  margin: 3px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.1s ease-out;
  width: 10px;
}
/* ==========================================================================
   3. TEXTAREA
   ========================================================================== */
textarea {
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  color: #4c4c4c;
  /* some styles moved to main.modern.css and main.classic.css */  
  width: 100%;
  max-width: 100%;  
}
/* ==========================================================================
   4. DROPDOWN
   ========================================================================== */
select {
  color: #4c4c4c;
  font-size: 16px;
  width: 100%;
}
.dropdown-auto-width {
  /*width:auto !important;
	position:absolute;
	*/
}

select.class123-select {
  -webkit-appearance: button;
}

.select2-sprite {
  background-image: url("/images3/form/dropdown-sprite.png");
  background-repeat: no-repeat;
}
.select2-down-icon {
  background-image: url("/images3/form/dropdown-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -3px;
  background-color: #FFFFFF;
}
.select2-choice:hover .select2-down-icon,
.select2-choice:hover .select2-arrow,
.select2-choice:hover .select2-arrow b {
  background-color: transparent !important;
}
.select2-up-icon {
  background-image: url("/images3/form/dropdown-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -17px;
}
.select2-tick-icon {
  background-image: url("/images3/form/dropdown-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -30px;
}
.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  min-width: 68px;
  max-width: 100%;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ddd;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container .select2-choice {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  color: #4c4c4c;  
  display: block;
  /* some styles moved to main.modern.css and main.classic.css */  
  overflow: hidden;
  position: relative;
  user-select: none;
  white-space: nowrap;
}
.select2-container .select2-choice:hover {
  background-color: #ececec;
  text-decoration: none;
}
.select2-container .select2-choice > .select2-chosen {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
  font-weight: 500;
  margin-right: 31px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-choice abbr {
  background-color: #3C9AC9;
  cursor: pointer;
  display: none;
  height: 14px;
  outline: 0;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 14px;
  z-index: 100;
}
.select2-container .select2-choice abbr:hover {
  background-color: #CA665B;
  cursor: pointer;
}
.select2-container .select2-choice .select2-arrow {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 10px;
  /* some styles moved to main.modern.css and main.classic.css */  
  width: 14px;
  z-index: 99;
}
.select2-container .select2-choice .select2-arrow b {
  background-image: url("/images3/form/dropdown-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -3px;
  /*background-color: #FFFFFF;*/
  display: block;
  height: 8px;
  width: 14px;
}
.select2-drop-mask {
  background-color: #fff;
  border: 0;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99998;
}

.currentPageInactive .class123-select,
.currentPageInactive .class123-select option,
.currentPageInactive .date-time-input {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
    display: none;
    pointer-events: none;
}

.select2-drop {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999999;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  border-bottom: 0;
}
.select2-search {
  background-color: #FFFFFF;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  border-radius: 3px;
  display: block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.select2-search input {
  background: #FFF;
  border: 1px solid #c9c9c9;
  height: auto !important;
  color: #4c4c4c;
  margin: 0;
  outline: 0;
  padding: 7px 10px 6px 10px!important;
  width: 100%;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ddd;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-image: url("/images3/form/dropdown-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -17px;
}
.select2-results {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  margin: 0;
  max-height: 265px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
.select2-results ul.select2-result-sub {
  margin: 0 -1px;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results li {
  color: #4c4c4c;
  border-bottom: 1px solid #ececec;
  display: list-item;
  list-style: none;
}
.select2-results li:last-child {
  border-bottom: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #D65C4F;
  font-weight: bold;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-result-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 500;
  height: 32px;
  line-height: 12px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}

.force-searchable-container .select2-result-label {
  white-space: normal  !important;;
  overflow: visible !important;
  line-height: 20px;
  padding-top:5px;
  padding-bottom:4px;
  text-overflow: clip  !important;
  height: auto;
  word-break: break-word
}

.select2-results .select2-highlighted {
  background: #ececec;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #FAFAFA;
  display: list-item;
  padding: 6px 15px;
  font-size: 11px;
  border-top: 1px solid #DDD;
  color: #999;
  line-height: 16px;
}
.select2-results .select2-selected-option .select2-match {
  background-image: url("/images3/form/dropdown-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -30px;
  width: 14px;
  display: inline-block;
  float: right;
  height: 10px;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  cursor: default;
  display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
  background: #f4f4f4;
  color: #666;
  cursor: default;
  display: list-item;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results {
  background: #f5f5f5;
  display: list-item;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/interface/loader.gif') no-repeat 100%;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ==========================================================================
   5. BUTTONS
   ========================================================================== */
/* below is a simple button for the users with custom CSS with the old design */
.formdefaultbut {
  border: none;
}
.big-container.user-own-css .btn,
.big-container.user-own-css .formdefaultbut {
  padding: 3px 10px;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline;
  font-weight: bold;
  list-style: outside none none;
  margin-right: 4px;
  vertical-align: middle;
}
.big-container:not(.user-own-css) .btn {
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 18px;
  outline: none;
  /* some styles moved to main.modern.css and main.classic.css */  
  /*text-transform: uppercase;*/
  max-width: 100%;
}

.big-container:not(.user-own-css) #id123-pbrev.btn {
  color: #4c4c4c;
}
.big-container:not(.user-own-css) .btn.green {
  background-color: #5ec830;
}
.big-container:not(.user-own-css) .btn.blue {
  background-color: #46b7f9;
}
.big-container:not(.user-own-css) .btn.yellow {
  background-color: #ffc023;
}

/* some styles moved to main.modern.css and main.classic.css */  

.big-container:not(.user-own-css) .btn.submit-btn.no-icon {
  background-image: none;
  padding: 13px 20px;
}
.big-container:not(.user-own-css) .btn.prev-btn {
  border: 2px solid #c9c9c9;
  background-color: #ececec;
  color: #4c4c4c;
}
/* ==========================================================================
   6. FILE UPLOAD
   ========================================================================== */
.upload-progress-bar {
  color: #5ec830;
  height: 2px;
  max-width: 150px;
  width: 0%;
}
/* 6.1. SINGLE
   ========================================================================== */
.fileinput-button {
  background-color: #ececec;
  border-radius: 3px;
  border: 1px solid #c9c9c9 !important;
  font-size: 16px !important;
  color: #4c4c4c !important;
  overflow: hidden;
  font-weight: normal !important;
  margin-right:5px;
  /* some styles moved to main.modern.css and main.classic.css */  
  position: relative;
}
.fileinput-button + .file-attached p {
  font-weight: 400;
  font-size: 12px;
  color: #949494;
}
.fileinput-button + .file-attached a {
  color: #5ec830;
  padding-right: 20px;
  text-decoration: underline;
}
/* 6.2. MULTIPLE
   ========================================================================== */
.fileupload-buttonbar .fileinput-button {
  margin-right: 10px;
}

.upload-folder {
  margin-left: 5px;
  cursor: pointer;
}

/* ==========================================================================
   7. DATEPICKER
   ========================================================================== */
.datepicker {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: white;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  box-shadow: 0 3px 6px #c9c9c9;
  box-sizing: content-box;
  direction: ltr;
  position: absolute;
  z-index: 19999999 !important;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  padding: 4px;
  top: 0;
}
.datepicker-dropdown:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom: 7px solid #ececec;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0;
  content: '';
  display: inline-block;
  position: absolute;
}
.datepicker-dropdown:after {
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  content: '';
  display: inline-block;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #ececec;
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-bottom: 0;
  border-top: 6px solid white;
  bottom: -6px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  border-radius: 4px;
  height: 30px;
  text-align: center;
  width: 30px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #ececec;
  cursor: pointer;
}
.datepicker table tr td.old {
  color: #ececec;
}
.datepicker table tr td.new {
  color: #c9c9c9;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #ececec;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #949494;
  border-color: #46b7f9;
  border-radius: 0;
  color: black;
}
.datepicker table tr td.today {
  border: #46b7f9 solid 1px;
  border-radius: 3px;
  display: block;
  line-height: 30px;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #ececec;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  border-radius: 0;
  background-color: #c9c9c9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ececec;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #46b7f9;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.datepicker table tr td span:hover {
  background: #ececec;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #ececec;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ececec;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #ececec;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #ececec;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  background-color: #ececec;
  border: 1px solid #ccc;
  display: inline-block;
  font-weight: normal;
  height: 16px;
  line-height: 16px;
  margin-left: -5px;
  margin-right: -5px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  vertical-align: middle;
  width: auto;
}
/* ==========================================================================
   8. DIGITAL SIGNATURE
   ========================================================================== */
.digital-signature {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  width: 100%;
}
.digital-signature canvas:not(.custom-height) {
  height: 128px;
}
.digital-signature .clear-btn {
  font-weight: 400;
  color: #5ec830;
  display: block;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: 5px;
  font-size: 15px;
  z-index: 99999;
}
/* ==========================================================================
   9. GOOGLE MAPS
   ========================================================================== */
.google-map {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
/* ==========================================================================
   10. LAYOUT
   ========================================================================== */
/* 10.1. HEADER
   ========================================================================== */
.headline .form-title {
  font-size: 2.250em;
  font-weight: bold;
  margin: 0;
}
.form-header {
  /* some styles moved to main.modern.css and main.classic.css */
  width: 100%;
}
.form-header #header-content {
  color: white;
  margin-left: 6%;
  margin-right: 6%;
}
.form-header #header-content .headline {
  color: white;
}
.form-header hr {
  display: none;
}
.form-header p {
  color: #949494;
  line-height: 1.3;
  margin: 20px 0 0;
}
/* 10.2. FOOTER
   ========================================================================== */
.form-footer {
  overflow: hidden;
}
.form-footer:not(.transparent-footer) {
  background-color: #ececec;
  padding: 15px 0;
}
.form-footer #footer-content {
  padding-bottom: 0px !important;
}
.form-footer.transparent-footer {
  padding: 15px 0;
}
.form-footer a,
.form-footer a:visited,
.form-footer a:active {
  text-decoration: none;
  color: #949494;
}
.form-footer a:hover {
  text-decoration: underline;
  color: #4c4c4c;
}
.form-footer #footer-logo {
  position: relative;
  top: -4px;
  left: 1px;
}
.form-footer .copyright {
  color: #949494;
  display: inline-block;
  font-size: 0.875em;
  padding-right: 5px;
}
.form-footer .copyright a {
  margin-right: 5px;
  display: inline-block;
}
.form-footer .abuse {
  font-size: 0.875em;
  padding-right: 3px;
  margin-top: 10px;
  display: inline-block;
}
/* ==========================================================================
   11. ANCHORS
   ========================================================================== */
.label-text a,
#printlink {
  color: #5ec830;
  text-decoration: none;
}
.label-text a:hover,
#printlink:hover {
  text-decoration: underline;
}
.label-text a:visited,
#printlink:visited {
  color: #5ec830;
}
#printlink {
  display: inline-block;
  margin-top: 10px;
}
/* ==========================================================================
   12. PREVIEW
   ========================================================================== */




.maintable_centered {
    margin-left: 6%;
    margin-right: 6%; }
.row {
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding-top: 10px;
}

g text tspan { direction: ltr !important; }


.tryAgainPayment {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.tryAgainPayment form {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.tryAgainPayment a {
    display: inline-block;
    float: right;
    vertical-align: middle;
}

.fileinput-button-multi.form775638 .low_zindex_upload_button {
  z-index: -9999;
}


/* ==========================================================================
    LINKEDIN
   ========================================================================== */
#linkedin-prefill {
    width: 171px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#linkedin-login {
    height: 33px;
    width: 100%;
    cursor: pointer;
    color: #FFF;
    padding: 0;
    border: 1px #2D6FA8 solid;
    border-radius: 3px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #79adcb;
    background: -webkit-linear-gradient(top, #79adcb 15%, #2373ac 100%);
    background: linear-gradient(to bottom, #79adcb 15%, #2373ac 100%);
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

#linkedin-login .linkedin-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 34px;
    color: transparent;
    background: url("/images3/sprite_linkedin.png") no-repeat scroll 0 -347px transparent;
}

#linkedin-login .linkedin-button-text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 171px;
    height: 33px;
}

#linkedin-login .linkedin-button-text {
    display: table-cell;
    vertical-align: middle;
}

.formTemplatePDF {
  background-color: #ffffff;
  width: 100%;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.formTemplatePDF > div {
  padding-top: 25px;
  padding-bottom: 10px;
  overflow: hidden;
}