@charset "UTF-8";
/* THESE STYLES ARE NOT USED */
/* !Colors */
/*$input-height-base:              ($line-height-computed + ($padding-base-vertical * 2) + 2) ;
$input-height-large:             (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) ;
$input-height-small:             (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) ;*/
/* !Mixins */
/* !Grid */
.vfb-col-1, .vfb-col-2, .vfb-col-3, .vfb-col-4, .vfb-col-5, .vfb-col-6, .vfb-col-7, .vfb-col-8, .vfb-col-9, .vfb-col-10, .vfb-col-11, .vfb-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.vfb-row:before, .vfb-row:after {
  content: " ";
  display: table;
}
.vfb-row:after {
  clear: both;
}

.vfb-pull-left {
  float: left !important;
}

.vfb-pull-right {
  float: right !important;
}

.vfb-clearfix:before, .vfb-clearfix:after {
  content: " ";
  display: table;
}
.vfb-clearfix:after {
  clear: both;
}

@media (min-width: 768px) {
  .vfb-col-1 {
    width: 8.3333333333%;
    float: left;
  }
  .vfb-col-2 {
    width: 16.6666666667%;
    float: left;
  }
  .vfb-col-3 {
    width: 25%;
    float: left;
  }
  .vfb-col-4 {
    width: 33.3333333333%;
    float: left;
  }
  .vfb-col-5 {
    width: 41.6666666667%;
    float: left;
  }
  .vfb-col-6 {
    width: 50%;
    float: left;
  }
  .vfb-col-7 {
    width: 58.3333333333%;
    float: left;
  }
  .vfb-col-8 {
    width: 66.6666666667%;
    float: left;
  }
  .vfb-col-9 {
    width: 75%;
    float: left;
  }
  .vfb-col-10 {
    width: 83.3333333333%;
    float: left;
  }
  .vfb-col-11 {
    width: 91.6666666667%;
    float: left;
  }
  .vfb-col-12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 992px) {
  .vfb-col-1 {
    width: 8.3333333333%;
    float: left;
  }
  .vfb-col-2 {
    width: 16.6666666667%;
    float: left;
  }
  .vfb-col-3 {
    width: 25%;
    float: left;
  }
  .vfb-col-4 {
    width: 33.3333333333%;
    float: left;
  }
  .vfb-col-5 {
    width: 41.6666666667%;
    float: left;
  }
  .vfb-col-6 {
    width: 50%;
    float: left;
  }
  .vfb-col-7 {
    width: 58.3333333333%;
    float: left;
  }
  .vfb-col-8 {
    width: 66.6666666667%;
    float: left;
  }
  .vfb-col-9 {
    width: 75%;
    float: left;
  }
  .vfb-col-10 {
    width: 83.3333333333%;
    float: left;
  }
  .vfb-col-11 {
    width: 91.6666666667%;
    float: left;
  }
  .vfb-col-12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .vfb-col-1 {
    width: 8.3333333333%;
    float: left;
  }
  .vfb-col-2 {
    width: 16.6666666667%;
    float: left;
  }
  .vfb-col-3 {
    width: 25%;
    float: left;
  }
  .vfb-col-4 {
    width: 33.3333333333%;
    float: left;
  }
  .vfb-col-5 {
    width: 41.6666666667%;
    float: left;
  }
  .vfb-col-6 {
    width: 50%;
    float: left;
  }
  .vfb-col-7 {
    width: 58.3333333333%;
    float: left;
  }
  .vfb-col-8 {
    width: 66.6666666667%;
    float: left;
  }
  .vfb-col-9 {
    width: 75%;
    float: left;
  }
  .vfb-col-10 {
    width: 83.3333333333%;
    float: left;
  }
  .vfb-col-11 {
    width: 91.6666666667%;
    float: left;
  }
  .vfb-col-12 {
    width: 100%;
    float: left;
  }
}
/* !Buttons */
/* !Forms */
.vfbp-form,
.vfbp-form * {
  line-height: 1.42857143;
}
.vfbp-form button,
.vfbp-form * button {
  overflow: visible;
}
.vfbp-form button,
.vfbp-form html input[type=button],
.vfbp-form input[type=reset],
.vfbp-form input[type=submit],
.vfbp-form * button,
.vfbp-form * html input[type=button],
.vfbp-form * input[type=reset],
.vfbp-form * input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.vfbp-form button[disabled],
.vfbp-form html input[disabled],
.vfbp-form * button[disabled],
.vfbp-form * html input[disabled] {
  cursor: default;
}
.vfbp-form button::-moz-focus-inner,
.vfbp-form input::-moz-focus-inner,
.vfbp-form * button::-moz-focus-inner,
.vfbp-form * input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.vfbp-form input,
.vfbp-form * input {
  line-height: normal;
}
.vfbp-form input[type=checkbox],
.vfbp-form input[type=radio],
.vfbp-form * input[type=checkbox],
.vfbp-form * input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.vfbp-form input[type=number]::-webkit-inner-spin-button,
.vfbp-form input[type=number]::-webkit-outer-spin-button,
.vfbp-form * input[type=number]::-webkit-inner-spin-button,
.vfbp-form * input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.vfbp-form input[type=search],
.vfbp-form * input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.vfbp-form input[type=search]::-webkit-search-cancel-button,
.vfbp-form input[type=search]::-webkit-search-decoration,
.vfbp-form * input[type=search]::-webkit-search-cancel-button,
.vfbp-form * input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.vfbp-form fieldset,
.vfbp-form * fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.vfbp-form legend,
.vfbp-form * legend {
  border: 0;
  padding: 0;
}
.vfbp-form textarea,
.vfbp-form * textarea {
  overflow: auto;
}
.vfbp-form optgroup,
.vfbp-form * optgroup {
  font-weight: bold;
}
.vfbp-form,
.vfbp-form *,
.vfbp-form *:before,
.vfbp-form *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vfbp-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.vfbp-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.vfbp-form label {
  display: inline-block;
  max-width: 100%;
  font-weight: 500;
  font-size: 0.65em;
  color: #232323;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  top: -17px;
}
.vfbp-form input[type=radio],
.vfbp-form input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.vfbp-form input[type=file] {
  display: block;
}
.vfbp-form input[type=range] {
  display: block;
  width: 100%;
}
.vfbp-form select[multiple],
.vfbp-form select[size] {
  height: auto;
}
.vfbp-form input[type=file]:focus,
.vfbp-form input[type=radio]:focus,
.vfbp-form input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vfbp-form .vfb-form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F3F3F3;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.vfbp-form .vfb-form-control:focus {
  border-color: #696969;
  outline: 0;
}
.vfbp-form .vfb-form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.vfbp-form .vfb-form-control:-ms-input-placeholder {
  color: #777777;
}
.vfbp-form .vfb-form-control::-webkit-input-placeholder {
  color: #777777;
}
.vfbp-form .vfb-form-control[disabled], .vfbp-form .vfb-form-control[readonly], fieldset[disabled] .vfbp-form .vfb-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.vfbp-form textarea.vfb-form-control {
  height: auto;
  resize: vertical;
}
.vfbp-form .vfb-form-group {
  margin-bottom: 15px;
}
.vfbp-form .vfb-radio,
.vfbp-form .vfb-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vfbp-form .vfb-radio label,
.vfbp-form .vfb-checkbox label {
  min-height: 1.42857143;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  font-size: 1em;
}
.vfbp-form .vfb-radio input[type=radio],
.vfbp-form .vfb-radio-inline input[type=radio],
.vfbp-form .vfb-checkbox input[type=checkbox],
.vfbp-form .vfb-checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.vfbp-form .vfb-radio + .vfbp-form .vfb-radio,
.vfbp-form .vfb-checkbox + .vfbp-form .vfb-checkbox {
  margin-top: -5px;
}
.vfbp-form .vfb-inline-group:after {
  content: "";
  display: table;
  clear: both;
}
.vfbp-form .vfb-inline-group .vfb-radio,
.vfbp-form .vfb-inline-group .vfb-checkbox {
  float: left;
  margin-right: 30px;
}
.vfbp-form .vfb-inline-group .vfb-radio:last-child,
.vfbp-form .vfb-inline-group .vfb-checkbox:last-child {
  margin-bottom: 4px;
}
.vfbp-form .vfb-radio-inline,
.vfbp-form .vfb-checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.vfbp-form .vfb-radio-inline + .vfb-radio-inline,
.vfbp-form .vfb-checkbox-inline + .vfb-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.vfbp-form .vfb-has-success .vfb-help-block,
.vfbp-form .vfb-has-success .vfb-control-label,
.vfbp-form .vfb-has-success .vfb-radio,
.vfbp-form .vfb-has-success .vfb-checkbox,
.vfbp-form .vfb-has-success .vfb-radio-inline,
.vfbp-form .vfb-has-success .vfb-checkbox-inline {
  color: #3c763d;
}
.vfbp-form .vfb-has-success .vfb-form-control {
  border-color: #3c763d;
}
.vfbp-form .vfb-has-success .vfb-form-control:focus {
  border-color: #2b542c;
}
.vfbp-form .vfb-has-success .vfb-input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.vfbp-form .vfb-has-success .vfb-form-control-feedback {
  color: #3c763d;
}
.vfbp-form .vfb-has-warning .vfb-help-block,
.vfbp-form .vfb-has-warning .vfb-control-label,
.vfbp-form .vfb-has-warning .vfb-radio,
.vfbp-form .vfb-has-warning .vfb-checkbox,
.vfbp-form .vfb-has-warning .vfb-radio-inline,
.vfbp-form .vfb-has-warning .vfb-checkbox-inline {
  color: #8a6d3b;
}
.vfbp-form .vfb-has-warning .vfb-form-control {
  border-color: #8a6d3b;
}
.vfbp-form .vfb-has-warning .vfb-form-control:focus {
  border-color: #66512c;
}
.vfbp-form .vfb-has-warning .vfb-input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.vfbp-form .vfb-has-warning .vfb-form-control-feedback {
  color: #8a6d3b;
}
.vfbp-form .vfb-has-error .vfb-help-block,
.vfbp-form .vfb-has-error .vfb-control-label,
.vfbp-form .vfb-has-error .vfb-radio,
.vfbp-form .vfb-has-error .vfb-checkbox,
.vfbp-form .vfb-has-error .vfb-radio-inline,
.vfbp-form .vfb-has-error .vfb-checkbox-inline {
  color: #a94442;
}
.vfbp-form .vfb-has-error .vfb-form-control {
  border-color: #a94442;
}
.vfbp-form .vfb-has-error .vfb-form-control:focus {
  border-color: #843534;
}
.vfbp-form .vfb-has-error .vfb-input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.vfbp-form .vfb-has-error .vfb-form-control-feedback {
  color: #a94442;
}
.vfbp-form .vfb-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #777777;
  font-size: 14px;
}
.vfbp-form.vfbp-form-horizontal .vfb-radio,
.vfbp-form.vfbp-form-horizontal .vfb-checkbox,
.vfbp-form.vfbp-form-horizontal .vfb-radio-inline,
.vfbp-form.vfbp-form-horizontal .vfb-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.vfbp-form.vfbp-form-horizontal .vfb-radio,
.vfbp-form.vfbp-form-horizontal .vfb-checkbox {
  min-height: 27px;
}
.vfbp-form.vfbp-form-horizontal .vfb-form-group:before, .vfbp-form.vfbp-form-horizontal .vfb-form-group:after {
  content: " ";
  display: table;
}
.vfbp-form.vfbp-form-horizontal .vfb-form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .vfbp-form.vfbp-form-horizontal .vfb-control-label {
    text-align: right;
    margin-top: 24px;
    margin-bottom: 0;
    padding-top: 0px;
    font-size: 0.8em;
  }
}
.vfbp-form .vfb-required-asterisk {
  color: #a94442;
}
.vfbp-form .wp-editor-container {
  border: 1px solid #e5e5e5;
}
.vfbp-form label.vfb-address-label,
.vfbp-form label.vfb-name-label {
  font-weight: normal;
  font-size: 13px;
}
.vfbp-form .vfb-name-block .vfb-form-group {
  margin-bottom: 0;
}
.vfbp-form .vfb-rule-hide {
  display: none !important;
}
.vfbp-form .vfb-rule-hide input,
.vfbp-form .vfb-rule-hide textarea,
.vfbp-form .vfb-rule-hide select {
  display: none;
}

.vfb-has-error input {
  border: 1px solid #ed1c24;
}

.parsley-required {
  display: none;
}

.vfb-name-block .vfb-form-group {
  display: inline-block;
  width: 50%;
}
.vfb-name-block .vfb-form-group div:first-child {
  padding-left: 0;
}
.vfb-name-block .vfb-form-group:nth-child(2) div {
  padding-right: 0;
}

.form-heading {
  padding-top: 40px;
}

.vfb-fieldType-checkbox {
  margin-bottom: 20px;
}

.vfb-fieldType-submit {
  text-align: right;
  padding: 20px 30px 0 0;
}
.signup.dark form .vfb-fieldType-submit {
  padding: 0;
}

.signup.dark form label {
  color: #fff;
}

/* !Input Groups */
.vfb-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.vfb-input-group[class*=vfb-col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.vfb-input-group .vfb-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.vfb-input-group-addon,
.vfb-input-group-btn,
.vfb-input-group .vfb-form-control {
  display: table-cell;
}
.vfb-input-group-addon:not(:first-child):not(:last-child),
.vfb-input-group-btn:not(:first-child):not(:last-child),
.vfb-input-group .vfb-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.vfb-input-group-addon,
.vfb-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.vfb-input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.vfb-input-group-addon input[type=radio],
.vfb-input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.vfb-input-group .vfb-form-control:first-child,
.vfb-input-group-addon:first-child,
.vfb-input-group-btn:first-child > .btn,
.vfb-input-group-btn:first-child > .btn-group > .btn,
.vfb-input-group-btn:first-child > .dropdown-toggle,
.vfb-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.vfb-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.vfb-input-group-addon:first-child {
  border-right: 0;
}

.vfb-input-group .vfb-form-control:last-child,
.vfb-input-group-addon:last-child,
.vfb-input-group-btn:last-child > .btn,
.vfb-input-group-btn:last-child > .btn-group > .btn,
.vfb-input-group-btn:last-child > .dropdown-toggle,
.vfb-input-group-btn:first-child > .btn:not(:first-child),
.vfb-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vfb-input-group-addon:last-child {
  border-left: 0;
}

.vfb-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.vfb-input-group-btn > .btn {
  position: relative;
}
.vfb-input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.vfb-input-group-btn > .btn:hover, .vfb-input-group-btn > .btn:focus, .vfb-input-group-btn > .btn:active {
  z-index: 2;
}
.vfb-input-group-btn:first-child > .btn,
.vfb-input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.vfb-input-group-btn:last-child > .btn,
.vfb-input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* !Progress Bars */
.vfb-progress {
  overflow: hidden;
  height: 20px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.vfb-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.vfb-progress-bar-success {
  background-color: #5cb85c;
}

.vfb-progress-bar-info {
  background-color: #5bc0de;
}

.vfb-progress-bar-warning {
  background-color: #f0ad4e;
}

.vfb-progress-bar-danger {
  background-color: #d9534f;
}

/* !Tables */
.vfbp-form table {
  background-color: transparent;
}
.vfbp-form th {
  text-align: left;
}
.vfbp-form .vfb-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.42857143;
}
.vfbp-form .vfb-table > thead > tr > th,
.vfbp-form .vfb-table > thead > tr > td,
.vfbp-form .vfb-table > tbody > tr > th,
.vfbp-form .vfb-table > tbody > tr > td,
.vfbp-form .vfb-table > tfoot > tr > th,
.vfbp-form .vfb-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.vfbp-form .vfb-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.vfbp-form .vfb-table > caption + thead > tr:first-child > th,
.vfbp-form .vfb-table > caption + thead > tr:first-child > td,
.vfbp-form .vfb-table > colgroup + thead > tr:first-child > th,
.vfbp-form .vfb-table > colgroup + thead > tr:first-child > td,
.vfbp-form .vfb-table > thead:first-child > tr:first-child > th,
.vfbp-form .vfb-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.vfbp-form .vfb-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.vfbp-form .vfb-table .vfb-table {
  background-color: white;
}

/* !Datepicker */
.datepicker {
  padding: 4px;
  direction: ltr;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  border: 0;
  table-layout: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  border-color: #fdf59a;
  color: black;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today:hover:hover {
  color: black;
}
.datepicker table tr td.today.active:hover {
  color: white;
}
.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: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  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 {
  background-color: #f3d17a;
  border-color: #f3e97a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}
.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: #9e9e9e;
  border-color: #808080;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}
.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: #006dcc;
  border-color: #0044cc;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #21759B;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #21759B \9 ;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table .tr td span.disabled,
.datepicker table .tr td span.disabled:hover {
  background: none;
  color: #999999;
  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: #006dcc;
  border-color: #0044cc;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #21759B;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #21759B \9 ;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-top: 0;
  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-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid white;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}
.input-daterange .input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange .input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* !Clockpicker */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /* The following are set in WordPress (wp-admin/css/revisions.css) - reset them to initial values */
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: white;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: white;
}
.popover .btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.popover .btn:focus, .popover .btn:active:focus, .popover .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.popover .btn .btn:hover,
.popover .btn .btn:focus {
  color: #333;
  text-decoration: none;
}
.popover .btn:active, .popover .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.popover .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.popover .btn-default:hover, .popover .btn-default:focus, .popover .btn-default:active, .popover .btn-default.active,
.popover .btn-default .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.popover .btn-default:active, .popover .btn-default.active,
.popover .btn-default .open .dropdown-toggle.btn-default {
  background-image: none;
}
.popover .btn-block {
  display: block;
  width: 100%;
}
.popover .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover .popover-title .text-primary {
  color: #428bca;
}
.popover .popover-content {
  padding: 9px 14px;
}

.clockpicker .input-group-addon {
  cursor: pointer;
}

.clockpicker-moving {
  cursor: move;
}

.clockpicker-align-left.popover > .arrow {
  left: 25px;
}

.clockpicker-align-top.popover > .arrow {
  top: 17px;
}

.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px;
}

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}

.clockpicker-popover .popover-title {
  background-color: white;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.clockpicker-popover .popover-title span {
  cursor: pointer;
}
.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px;
}
.clockpicker-popover .popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.clockpicker-plate {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  font-size: 14px;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px;
}

.clockpicker-minutes {
  visibility: hidden;
}

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
  font-size: 14px;
}
.clockpicker-tick.active, .clockpicker-tick:hover {
  background-color: rgb(192, 229, 247);
  background-color: rgba(0, 149, 221, 0.25);
}

.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
}
.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb;
}
.clockpicker-button:focus {
  outline: none !important;
}
.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.clockpicker-dial {
  -webkit-transition: transform 350ms, opacity 350ms;
  -o-transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
}

.clockpicker-dial-out {
  opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
  -webkit-trasnform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-trasnform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms;
}
.clockpicker-canvas line {
  stroke: rgb(0, 149, 221);
  stroke-width: 1;
  stroke-linecap: round;
}

.clockpicker-canvas-out {
  opacity: 0.25;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: rgb(0, 149, 221);
}

.clockpicker-canvas-bg {
  stroke: none;
  fill: rgb(192, 229, 247);
}

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25);
}

/* !Phone */
.intl-tel-input {
  position: relative;
}
.intl-tel-input * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 44px;
  margin-left: 0;
}
.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}
.intl-tel-input .flag-dropdown:hover {
  cursor: pointer;
}
.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .flag-dropdown ul,
.intl-tel-input .flag-dropdown li {
  margin: 0;
  padding: 0;
  background: white;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.intl-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555555;
}
.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555555;
}
.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  width: 430px;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag {
  display: inline-block;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input .flag {
  width: 16px;
  height: 11px;
}
.intl-tel-input .ad {
  background-position: -16px 0;
}
.intl-tel-input .ae {
  background-position: -32px 0;
}
.intl-tel-input .af {
  background-position: -48px 0;
}
.intl-tel-input .ag {
  background-position: -64px 0;
}
.intl-tel-input .ai {
  background-position: -80px 0;
}
.intl-tel-input .al {
  background-position: -96px 0;
}
.intl-tel-input .am {
  background-position: -112px 0;
}
.intl-tel-input .ao {
  background-position: -128px 0;
}
.intl-tel-input .ar {
  background-position: -144px 0;
}
.intl-tel-input .as {
  background-position: -160px 0;
}
.intl-tel-input .at {
  background-position: -176px 0;
}
.intl-tel-input .au {
  background-position: -192px 0;
}
.intl-tel-input .aw {
  background-position: -208px 0;
}
.intl-tel-input .az {
  background-position: -224px 0;
}
.intl-tel-input .ba {
  background-position: -240px 0;
}
.intl-tel-input .bb {
  background-position: 0 -11px;
}
.intl-tel-input .bd {
  background-position: -16px -11px;
}
.intl-tel-input .be {
  background-position: -32px -11px;
}
.intl-tel-input .bf {
  background-position: -48px -11px;
}
.intl-tel-input .bg {
  background-position: -64px -11px;
}
.intl-tel-input .bh {
  background-position: -80px -11px;
}
.intl-tel-input .bi {
  background-position: -96px -11px;
}
.intl-tel-input .bj {
  background-position: -112px -11px;
}
.intl-tel-input .bm {
  background-position: -128px -11px;
}
.intl-tel-input .bn {
  background-position: -144px -11px;
}
.intl-tel-input .bo {
  background-position: -160px -11px;
}
.intl-tel-input .br {
  background-position: -176px -11px;
}
.intl-tel-input .bs {
  background-position: -192px -11px;
}
.intl-tel-input .bt {
  background-position: -208px -11px;
}
.intl-tel-input .bw {
  background-position: -224px -11px;
}
.intl-tel-input .by {
  background-position: -240px -11px;
}
.intl-tel-input .bz {
  background-position: 0 -22px;
}
.intl-tel-input .ca {
  background-position: -16px -22px;
}
.intl-tel-input .cd {
  background-position: -32px -22px;
}
.intl-tel-input .cf {
  background-position: -48px -22px;
}
.intl-tel-input .cg {
  background-position: -64px -22px;
}
.intl-tel-input .ch {
  background-position: -80px -22px;
}
.intl-tel-input .ci {
  background-position: -96px -22px;
}
.intl-tel-input .ck {
  background-position: -112px -22px;
}
.intl-tel-input .cl {
  background-position: -128px -22px;
}
.intl-tel-input .cm {
  background-position: -144px -22px;
}
.intl-tel-input .cn {
  background-position: -160px -22px;
}
.intl-tel-input .co {
  background-position: -176px -22px;
}
.intl-tel-input .cr {
  background-position: -192px -22px;
}
.intl-tel-input .cu {
  background-position: -208px -22px;
}
.intl-tel-input .cv {
  background-position: -224px -22px;
}
.intl-tel-input .cw {
  background-position: -240px -22px;
}
.intl-tel-input .cy {
  background-position: 0 -33px;
}
.intl-tel-input .cz {
  background-position: -16px -33px;
}
.intl-tel-input .de {
  background-position: -32px -33px;
}
.intl-tel-input .dj {
  background-position: -48px -33px;
}
.intl-tel-input .dk {
  background-position: -64px -33px;
}
.intl-tel-input .dm {
  background-position: -80px -33px;
}
.intl-tel-input .do {
  background-position: -96px -33px;
}
.intl-tel-input .dz {
  background-position: -112px -33px;
}
.intl-tel-input .ec {
  background-position: -128px -33px;
}
.intl-tel-input .ee {
  background-position: -144px -33px;
}
.intl-tel-input .eg {
  background-position: -160px -33px;
}
.intl-tel-input .er {
  background-position: -176px -33px;
}
.intl-tel-input .es {
  background-position: -192px -33px;
}
.intl-tel-input .et {
  background-position: -208px -33px;
}
.intl-tel-input .fi {
  background-position: -224px -33px;
}
.intl-tel-input .fj {
  background-position: -240px -33px;
}
.intl-tel-input .fk {
  background-position: 0 -44px;
}
.intl-tel-input .fm {
  background-position: -16px -44px;
}
.intl-tel-input .fo {
  background-position: -32px -44px;
}
.intl-tel-input .fr, .intl-tel-input .bl, .intl-tel-input .mf {
  background-position: -48px -44px;
}
.intl-tel-input .ga {
  background-position: -64px -44px;
}
.intl-tel-input .gb {
  background-position: -80px -44px;
}
.intl-tel-input .gd {
  background-position: -96px -44px;
}
.intl-tel-input .ge {
  background-position: -112px -44px;
}
.intl-tel-input .gf {
  background-position: -128px -44px;
}
.intl-tel-input .gh {
  background-position: -144px -44px;
}
.intl-tel-input .gi {
  background-position: -160px -44px;
}
.intl-tel-input .gl {
  background-position: -176px -44px;
}
.intl-tel-input .gm {
  background-position: -192px -44px;
}
.intl-tel-input .gn {
  background-position: -208px -44px;
}
.intl-tel-input .gp {
  background-position: -224px -44px;
}
.intl-tel-input .gq {
  background-position: -240px -44px;
}
.intl-tel-input .gr {
  background-position: 0 -55px;
}
.intl-tel-input .gt {
  background-position: -16px -55px;
}
.intl-tel-input .gu {
  background-position: -32px -55px;
}
.intl-tel-input .gw {
  background-position: -48px -55px;
}
.intl-tel-input .gy {
  background-position: -64px -55px;
}
.intl-tel-input .hk {
  background-position: -80px -55px;
}
.intl-tel-input .hn {
  background-position: -96px -55px;
}
.intl-tel-input .hr {
  background-position: -112px -55px;
}
.intl-tel-input .ht {
  background-position: -128px -55px;
}
.intl-tel-input .hu {
  background-position: -144px -55px;
}
.intl-tel-input .id {
  background-position: -160px -55px;
}
.intl-tel-input .ie {
  background-position: -176px -55px;
}
.intl-tel-input .il {
  background-position: -192px -55px;
}
.intl-tel-input .in {
  background-position: -208px -55px;
}
.intl-tel-input .io {
  background-position: -224px -55px;
}
.intl-tel-input .iq {
  background-position: -240px -55px;
}
.intl-tel-input .ir {
  background-position: 0 -66px;
}
.intl-tel-input .is {
  background-position: -16px -66px;
}
.intl-tel-input .it {
  background-position: -32px -66px;
}
.intl-tel-input .jm {
  background-position: -48px -66px;
}
.intl-tel-input .jo {
  background-position: -64px -66px;
}
.intl-tel-input .jp {
  background-position: -80px -66px;
}
.intl-tel-input .ke {
  background-position: -96px -66px;
}
.intl-tel-input .kg {
  background-position: -112px -66px;
}
.intl-tel-input .kh {
  background-position: -128px -66px;
}
.intl-tel-input .ki {
  background-position: -144px -66px;
}
.intl-tel-input .km {
  background-position: -160px -66px;
}
.intl-tel-input .kn {
  background-position: -176px -66px;
}
.intl-tel-input .kp {
  background-position: -192px -66px;
}
.intl-tel-input .kr {
  background-position: -208px -66px;
}
.intl-tel-input .kw {
  background-position: -224px -66px;
}
.intl-tel-input .ky {
  background-position: -240px -66px;
}
.intl-tel-input .kz {
  background-position: 0 -77px;
}
.intl-tel-input .la {
  background-position: -16px -77px;
}
.intl-tel-input .lb {
  background-position: -32px -77px;
}
.intl-tel-input .lc {
  background-position: -48px -77px;
}
.intl-tel-input .li {
  background-position: -64px -77px;
}
.intl-tel-input .lk {
  background-position: -80px -77px;
}
.intl-tel-input .lr {
  background-position: -96px -77px;
}
.intl-tel-input .ls {
  background-position: -112px -77px;
}
.intl-tel-input .lt {
  background-position: -128px -77px;
}
.intl-tel-input .lu {
  background-position: -144px -77px;
}
.intl-tel-input .lv {
  background-position: -160px -77px;
}
.intl-tel-input .ly {
  background-position: -176px -77px;
}
.intl-tel-input .ma {
  background-position: -192px -77px;
}
.intl-tel-input .mc {
  background-position: -208px -77px;
}
.intl-tel-input .md {
  background-position: -224px -77px;
}
.intl-tel-input .me {
  background-position: -112px -154px;
  height: 12px;
}
.intl-tel-input .mg {
  background-position: 0 -88px;
}
.intl-tel-input .mh {
  background-position: -16px -88px;
}
.intl-tel-input .mk {
  background-position: -32px -88px;
}
.intl-tel-input .ml {
  background-position: -48px -88px;
}
.intl-tel-input .mm {
  background-position: -64px -88px;
}
.intl-tel-input .mn {
  background-position: -80px -88px;
}
.intl-tel-input .mo {
  background-position: -96px -88px;
}
.intl-tel-input .mp {
  background-position: -112px -88px;
}
.intl-tel-input .mq {
  background-position: -128px -88px;
}
.intl-tel-input .mr {
  background-position: -144px -88px;
}
.intl-tel-input .ms {
  background-position: -160px -88px;
}
.intl-tel-input .mt {
  background-position: -176px -88px;
}
.intl-tel-input .mu {
  background-position: -192px -88px;
}
.intl-tel-input .mv {
  background-position: -208px -88px;
}
.intl-tel-input .mw {
  background-position: -224px -88px;
}
.intl-tel-input .mx {
  background-position: -240px -88px;
}
.intl-tel-input .my {
  background-position: 0 -99px;
}
.intl-tel-input .mz {
  background-position: -16px -99px;
}
.intl-tel-input .na {
  background-position: -32px -99px;
}
.intl-tel-input .nc {
  background-position: -48px -99px;
}
.intl-tel-input .ne {
  background-position: -64px -99px;
}
.intl-tel-input .nf {
  background-position: -80px -99px;
}
.intl-tel-input .ng {
  background-position: -96px -99px;
}
.intl-tel-input .ni {
  background-position: -112px -99px;
}
.intl-tel-input .nl, .intl-tel-input .bq {
  background-position: -128px -99px;
}
.intl-tel-input .no {
  background-position: -144px -99px;
}
.intl-tel-input .np {
  background-position: -160px -99px;
}
.intl-tel-input .nr {
  background-position: -176px -99px;
}
.intl-tel-input .nu {
  background-position: -192px -99px;
}
.intl-tel-input .nz {
  background-position: -208px -99px;
}
.intl-tel-input .om {
  background-position: -224px -99px;
}
.intl-tel-input .pa {
  background-position: -240px -99px;
}
.intl-tel-input .pe {
  background-position: 0 -110px;
}
.intl-tel-input .pf {
  background-position: -16px -110px;
}
.intl-tel-input .pg {
  background-position: -32px -110px;
}
.intl-tel-input .ph {
  background-position: -48px -110px;
}
.intl-tel-input .pk {
  background-position: -64px -110px;
}
.intl-tel-input .pl {
  background-position: -80px -110px;
}
.intl-tel-input .pm {
  background-position: -96px -110px;
}
.intl-tel-input .pr {
  background-position: -112px -110px;
}
.intl-tel-input .ps {
  background-position: -128px -110px;
}
.intl-tel-input .pt {
  background-position: -144px -110px;
}
.intl-tel-input .pw {
  background-position: -160px -110px;
}
.intl-tel-input .py {
  background-position: -176px -110px;
}
.intl-tel-input .qa {
  background-position: -192px -110px;
}
.intl-tel-input .re {
  background-position: -208px -110px;
}
.intl-tel-input .ro {
  background-position: -224px -110px;
}
.intl-tel-input .rs {
  background-position: -240px -110px;
}
.intl-tel-input .ru {
  background-position: 0 -121px;
}
.intl-tel-input .rw {
  background-position: -16px -121px;
}
.intl-tel-input .sa {
  background-position: -32px -121px;
}
.intl-tel-input .sb {
  background-position: -48px -121px;
}
.intl-tel-input .sc {
  background-position: -64px -121px;
}
.intl-tel-input .sd {
  background-position: -80px -121px;
}
.intl-tel-input .se {
  background-position: -96px -121px;
}
.intl-tel-input .sg {
  background-position: -112px -121px;
}
.intl-tel-input .sh {
  background-position: -128px -121px;
}
.intl-tel-input .si {
  background-position: -144px -121px;
}
.intl-tel-input .sk {
  background-position: -160px -121px;
}
.intl-tel-input .sl {
  background-position: -176px -121px;
}
.intl-tel-input .sm {
  background-position: -192px -121px;
}
.intl-tel-input .sn {
  background-position: -208px -121px;
}
.intl-tel-input .so {
  background-position: -224px -121px;
}
.intl-tel-input .sr {
  background-position: -240px -121px;
}
.intl-tel-input .ss {
  background-position: 0 -132px;
}
.intl-tel-input .st {
  background-position: -16px -132px;
}
.intl-tel-input .sv {
  background-position: -32px -132px;
}
.intl-tel-input .sx {
  background-position: -48px -132px;
}
.intl-tel-input .sy {
  background-position: -64px -132px;
}
.intl-tel-input .sz {
  background-position: -80px -132px;
}
.intl-tel-input .tc {
  background-position: -96px -132px;
}
.intl-tel-input .td {
  background-position: -112px -132px;
}
.intl-tel-input .tg {
  background-position: -128px -132px;
}
.intl-tel-input .th {
  background-position: -144px -132px;
}
.intl-tel-input .tj {
  background-position: -160px -132px;
}
.intl-tel-input .tk {
  background-position: -176px -132px;
}
.intl-tel-input .tl {
  background-position: -192px -132px;
}
.intl-tel-input .tm {
  background-position: -208px -132px;
}
.intl-tel-input .tn {
  background-position: -224px -132px;
}
.intl-tel-input .to {
  background-position: -240px -132px;
}
.intl-tel-input .tr {
  background-position: 0 -143px;
}
.intl-tel-input .tt {
  background-position: -16px -143px;
}
.intl-tel-input .tv {
  background-position: -32px -143px;
}
.intl-tel-input .tw {
  background-position: -48px -143px;
}
.intl-tel-input .tz {
  background-position: -64px -143px;
}
.intl-tel-input .ua {
  background-position: -80px -143px;
}
.intl-tel-input .ug {
  background-position: -96px -143px;
}
.intl-tel-input .us {
  background-position: -112px -143px;
}
.intl-tel-input .uy {
  background-position: -128px -143px;
}
.intl-tel-input .uz {
  background-position: -144px -143px;
}
.intl-tel-input .va {
  background-position: -160px -143px;
}
.intl-tel-input .vc {
  background-position: -176px -143px;
}
.intl-tel-input .ve {
  background-position: -192px -143px;
}
.intl-tel-input .vg {
  background-position: -208px -143px;
}
.intl-tel-input .vi {
  background-position: -224px -143px;
}
.intl-tel-input .vn {
  background-position: -240px -143px;
}
.intl-tel-input .vu {
  background-position: 0 -154px;
}
.intl-tel-input .wf {
  background-position: -16px -154px;
}
.intl-tel-input .ws {
  background-position: -32px -154px;
}
.intl-tel-input .ye {
  background-position: -48px -154px;
}
.intl-tel-input .za {
  background-position: -64px -154px;
}
.intl-tel-input .zm {
  background-position: -80px -154px;
}
.intl-tel-input .zw {
  background-position: -96px -154px;
}

/* !File Input */
.vfbp-form .file-input {
  overflow-x: auto;
}
.vfbp-form .file-input .btn[disabled],
.vfbp-form .file-input .btn .disabled {
  cursor: not-allowed;
}
.vfbp-form .file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url("../img/loading.gif") top left no-repeat;
  border: none;
}
.vfbp-form button, .vfbp-form .btn-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: 22px;
  height: 40px;
}
.vfbp-form button input[type=file], .vfbp-form .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.vfbp-form .file-caption .glyphicon {
  display: inline-block;
  min-width: 18px;
  float: left;
  margin-top: 2px;
}
.vfbp-form .file-caption-name {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vfbp-form .file-error-message {
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
}
.vfbp-form .file-caption-disabled {
  background-color: #EEEEEE;
  cursor: not-allowed;
  opacity: 1;
}
.vfbp-form .file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.vfbp-form .file-preview-frame {
  display: table;
  margin: 8px;
  height: 160px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0px #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
  vertical-align: middle;
}
.vfbp-form .file-preview-frame:hover {
  background-color: #eee;
  box-shadow: 2px 2px 5px 0px #333;
}
.vfbp-form .file-preview-image {
  height: 160px;
  vertical-align: text-center;
}
.vfbp-form .file-preview-text {
  display: table-cell;
  width: 160px;
  height: 160px;
  color: #428bca;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.vfbp-form .file-preview-other {
  display: table-cell;
  width: 160px;
  height: 160px;
  font-family: Monaco, Consolas, monospace;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.vfbp-form .file-input-new .file-preview,
.vfbp-form .file-input-new .close,
.vfbp-form .file-input-new .glyphicon-file,
.vfbp-form .file-input-new .fileinput-remove-button,
.vfbp-form .file-input-new .fileinput-upload-button {
  display: none;
}
.vfbp-form .loading {
  background: transparent url("../img/loading.gif") no-repeat scroll center center content-box !important;
}
.vfbp-form .wrap-indicator {
  font-weight: bold;
  color: #245269;
  cursor: pointer;
}

/* !Autocomplete */
.vfb-autocomplete.vfb-form-control {
  height: 100px;
}
.vfb-autocomplete * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.vfb-autocomplete.Tokenize {
  position: relative;
  display: inline-block;
  zoom: 1;
}
.vfb-autocomplete.Tokenize ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vfb-autocomplete.Tokenize ul li {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.vfb-autocomplete.Tokenize ul.Dropdown {
  border: 1px solid #ccc;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  background-color: white;
  overflow-y: auto;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  z-index: 20;
}
.vfb-autocomplete.Tokenize ul.Dropdown li {
  padding: 5px 20px;
  overflow: hidden;
  cursor: pointer;
}
.vfb-autocomplete.Tokenize ul.Dropdown li.Hover {
  color: white;
  text-decoration: none;
  background-color: #0081c2;
}
.vfb-autocomplete.Tokenize ul.TokensContainer {
  cursor: text;
  height: 100%;
  overflow-y: auto;
  background-color: white;
}
.vfb-autocomplete.Tokenize ul.TokensContainer li.Token {
  color: white;
  background-color: #0081c2;
  padding: 0.4em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.vfb-autocomplete.Tokenize ul.TokensContainer li.Token a.Close {
  font-size: 16px;
  line-height: 16px;
  vertical-align: baseline;
  float: right;
  margin-left: 8px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  border: 0;
}
.vfb-autocomplete.Tokenize ul.TokensContainer li.Token a.Close:hover {
  background: transparent;
  text-decoration: none;
}
.vfb-autocomplete.Tokenize ul.TokensContainer li.Token.PendingDelete {
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
}
.vfb-autocomplete.Tokenize ul.TokensContainer li.Token,
.vfb-autocomplete.Tokenize ul.TokensContainer li.TokenSearch {
  margin-right: 5px;
  height: 20px;
  float: left;
}
.vfb-autocomplete.Tokenize ul.TokensContainer li.TokenSearch input {
  margin: 0;
  padding: 1px 0;
  background-color: white;
  line-height: 1;
  border: none;
  outline: none;
}

/* !Range Slider */
/* Ion.RangeSlider
// css version 2.0.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Ion.RangeSlider, Nice Skin
// css version 2.0.0
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 8px;
  top: 25px;
}

.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}

.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}

.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}

.irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}

.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px;
}

#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}

.irs-grid-pol {
  background: #99a4ac;
}

.irs-grid-text {
  color: #99a4ac;
}

/* !Rating Input */
.vfb-rating-input.hidden {
  display: none;
}

.vfb-rating-icon {
  font-size: 20px;
}

.rating-clear {
  text-decoration: none;
}

@font-face {
  font-family: "VFBPro-Ratings";
  src: url("../fonts/VFBPro-Ratings.eot?-4sax10");
  src: url("../fonts/VFBPro-Ratings.eot?#iefix-4sax10") format("embedded-opentype"), url("../fonts/VFBPro-Ratings.ttf?-4sax10") format("truetype"), url("../fonts/VFBPro-Ratings.woff?-4sax10") format("woff"), url("../fonts/VFBPro-Ratings.svg?-4sax10#VFBPro-Ratings") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=vfb-rating-], [class*=" vfb-rating-"] {
  font-family: "VFBPro-Ratings";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vfb-rating-star:before {
  content: "\e000";
}

.vfb-rating-star-2:before {
  content: "\e001";
}

.vfb-rating-star-3:before {
  content: "\e002";
}

.vfb-rating-star-4:before {
  content: "\e003";
}

.vfb-rating-heart:before {
  content: "\e004";
}

.vfb-rating-heart-2:before {
  content: "\e005";
}

.vfb-rating-heart-3:before {
  content: "\e006";
}

.vfb-rating-heart-4:before {
  content: "\e007";
}

.vfb-rating-checkmark:before {
  content: "\e008";
}

.vfb-rating-checkmark-2:before {
  content: "\e009";
}

.vfb-rating-flag:before {
  content: "\e00a";
}

.vfb-rating-flag-2:before {
  content: "\e00b";
}

.vfb-rating-remove:before {
  content: "\e00c";
}

.vfb-rating-close:before {
  content: "\e00d";
}

.vfb-rating-close-2:before {
  content: "\e00e";
}

/* !Likert */
table.vfb-table,
table.vfb-table *,
table.vfb-likert,
table.vfb-likert *,
.entry-content table.vfb-table,
.entry-content table.vfb-likert {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px 0 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-transform: none;
  line-height: normal;
  vertical-align: middle;
  width: auto;
  font-size: 12px;
}

.vfb-table th,
.vfb-table td {
  display: table-cell;
  padding: 2px 6px;
  text-align: center;
  border: 0;
  vertical-align: middle;
}
.vfb-table th input.vfb-form-control,
.vfb-table th input[type=radio].vfb-form-control,
.vfb-table td input.vfb-form-control,
.vfb-table td input[type=radio].vfb-form-control {
  display: inline;
  margin: 0;
  width: auto;
  height: auto;
}
.vfb-table.vfb-likert {
  margin: 5px 0;
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #fdfdfd;
}
.vfb-table.vfb-likert label {
  margin: 0;
}
.vfb-table.vfb-likert .vfb-likert-head th {
  padding: 10px 6px;
  background-color: #f9f9f9;
  font-weight: normal;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.vfb-table.vfb-likert th,
.vfb-table.vfb-likert td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.vfb-table.vfb-likert .vfb-likert-row th,
.vfb-table.vfb-likert .vfb-likert-row td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.vfb-table.vfb-likert .vfb-likert-row th {
  padding: 8px;
  text-align: left;
  color: #222;
  font-weight: bold;
  background-color: #f9f9f9;
}
.vfb-table.vfb-likert .vfb-likert-row th label {
  font-weight: bold;
}
.vfb-table.vfb-likert .vfb-likert-row td {
  background: white;
}

.rtl .vfb-table.vfb-likert .vfb-likert-row th {
  text-align: right;
}

.vfb-likert-cols-1 td {
  width: 30%;
}

.vfb-likert-cols-2 td {
  width: 25%;
}

.vfb-likert-cols-3 td {
  width: 20%;
}

.vfb-likert-cols-4 td {
  width: 15%;
}

.vfb-likert-cols-5 td {
  width: 12%;
}

.vfb-likert-cols-6 td,
.vfb-likert-cols-7 td {
  width: 10%;
}

.vfb-likert-cols-8 td,
.vfb-likert-cols-9 td,
.vfb-likert-cols-10 td {
  width: 7%;
}

.vfb-likert-cols-11 td {
  width: 6%;
}

/* !Signature */
.vfb-signature-buttons {
  display: none;
  margin: 10px 0;
}

/* !Page Breaks */
.vfb-page-title {
  display: none;
}

.vfb-wizard {
  display: block;
  width: 100%;
  overflow: hidden;
}
.vfb-wizard .clearfix {
  *zoom: 1;
}
.vfb-wizard .clearfix:before,
.vfb-wizard .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.vfb-wizard .clearfix:after {
  clear: both;
}
.vfb-wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  background-image: none;
}
.vfb-wizard ul > li {
  display: block;
  padding: 0;
  margin: 0;
  background-image: none;
  width: 25%;
  float: left;
}
.vfb-wizard ul > li:last-child div {
  margin-right: 0;
}
.vfb-wizard ul > li div {
  display: block;
  width: auto;
  margin-right: 0.5em;
  padding: 14px;
  text-decoration: none;
  background: #eee;
  color: #aaa;
  cursor: pointer;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.vfb-wizard ul > li div .number {
  font-size: 1.429em;
}
.vfb-wizard ul > li.current div, .vfb-wizard ul > li.current div:hover, .vfb-wizard ul > li.current div:active {
  background: #1c7ebb;
  color: white;
  cursor: pointer;
}
.vfb-wizard.actions {
  position: relative;
  display: block;
  width: 100%;
}
.vfb-wizard.actions .btn-next,
.vfb-wizard.actions .btn-back {
  width: 25%;
  float: right;
}
.vfb-wizard.actions .btn-back {
  float: left;
}
.vfb-wizard.actions button {
  float: right;
}

/* !Backgrounds/Wells */
.vfb-well {
  min-height: 20px;
  padding: 19px;
  margin: 20px 0;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  overflow: hidden;
}

/* !RTL Support */
.rtl .vfbp-form .vfb-radio label,
.rtl .vfbp-form .vfb-checkbox label {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .vfbp-form .vfb-radio input[type=radio],
.rtl .vfbp-form .vfb-radio-inline input[type=radio],
.rtl .vfbp-form .vfb-checkbox input[type=checkbox],
.rtl .vfbp-form .vfb-checkbox-inline input[type=checkbox] {
  margin-left: 0;
  margin-right: -20px;
}
.rtl .vfbp-form .vfb-inline-group .vfb-radio,
.rtl .vfbp-form .vfb-inline-group .vfb-checkbox {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.rtl .vfbp-form .vfb-radio-inline,
.rtl .vfbp-form .vfb-checkbox-inline {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .vfbp-form .vfb-radio-inline + .vfb-radio-inline,
.rtl .vfbp-form .vfb-checkbox-inline + .vfb-checkbox-inline {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .vfbp-form .vfb-input-group .vfb-form-control:first-child,
.rtl .vfbp-form .vfb-input-group-addon:first-child,
.rtl .vfbp-form .vfb-input-group-btn:first-child > .btn,
.rtl .vfbp-form .vfb-input-group-btn:first-child > .btn-group > .btn,
.rtl .vfbp-form .vfb-input-group-btn:first-child > .dropdown-toggle,
.rtl .vfbp-form .vfb-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.rtl .vfbp-form .vfb-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .vfbp-form .vfb-input-group-addon:first-child {
  border-right: 0;
  border-left: 0;
}
.rtl .vfbp-form .vfb-input-group .vfb-form-control:last-child,
.rtl .vfbp-form .vfb-input-group-addon:last-child,
.rtl .vfbp-form .vfb-input-group-btn:last-child > .btn,
.rtl .vfbp-form .vfb-input-group-btn:last-child > .btn-group > .btn,
.rtl .vfbp-form .vfb-input-group-btn:last-child > .dropdown-toggle,
.rtl .vfbp-form .vfb-input-group-btn:first-child > .btn:not(:first-child),
.rtl .vfbp-form .vfb-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .vfbp-form .vfb-input-group-addon:last-child {
  border-left: 0;
  border-right: 0;
}
.rtl .vfbp-form .intl-tel-input input[type=tel] {
  padding-left: 0;
  padding-right: 44px;
  margin-left: auto;
  margin-right: 0;
}
.rtl .vfbp-form .intl-tel-input .selected-flag {
  padding: 0 8px 0 0;
}
.rtl .vfbp-form .intl-tel-input .selected-flag .arrow {
  left: auto;
  right: 20px;
}
.rtl .vfbp-form .intl-tel-input .country-list {
  margin: 0 -1px 0 0;
}
.rtl .vfbp-form .intl-tel-input .flag,
.rtl .vfbp-form .intl-tel-input .country-name {
  margin-right: 0;
  margin-left: 6px;
}
.rtl .vfbp-form .vfb-name-block.vfb-col-10 .vfb-form-group:first-child div[class*=vfb-col-] {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .vfbp-form .vfb-name-block .vfb-form-group:first-child div[class*=vfb-col-] {
  padding-left: auto;
  padding-right: 0;
}
.rtl .vfbp-form .vfb-name-block .vfb-form-group:last-child div[class*=vfb-col-] {
  padding-right: auto;
  padding-left: 0;
}
.rtl .vfbp-form .vfb-autocomplete.Tokenize ul.Dropdown {
  left: auto;
  right: 0;
}
.rtl .vfbp-form .vfb-autocomplete.Tokenize ul.TokensContainer li.Token a.Close {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}
.rtl .vfbp-form .vfb-autocomplete.Tokenize li.Token,
.rtl .vfbp-form .vfb-autocomplete.Tokenize li.TokenSearch {
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
.rtl .vfbp-form .vfb-progress-bar {
  float: right;
}

.rtl .vfb-wizard ul > li {
  float: right;
}
.rtl .vfb-wizard ul > li:last-child div {
  margin-right: auto;
  margin-left: 0;
}
.rtl .vfb-wizard ul > li div {
  margin-right: 0;
  margin-left: 0.5em;
}
.rtl .vfb-wizard.actions .btn-next,
.rtl .vfb-wizard.actions .btn-back {
  float: left;
}
.rtl .vfb-wizard.actions .btn-back {
  float: right;
}
.rtl .vfb-wizard.actions button {
  float: left;
}

/* !Custom Styles */