.smart-forms .frm-row{margin:0 -10px;display: flex;}
.smart-forms .frm-row:before,
.smart-forms .frm-row:after {display: table;content: "";line-height: 0;}
.smart-forms .frm-row:after{ clear: both; }
.smart-forms .frm-row .colm{min-height:1px;padding-left:10px;padding-right:10px;position:relative;float:left;}


.woodbg {
    background-image: url(../bg-spa-4.png);
    background-color: #f5f5f3;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    display: inline-block;
    width: 100%;
    padding: 30px;
    background-position-x: 80px;
    min-height: 738px;
    margin-top: 10px
}

.smart-wrap {
    max-width: 1114px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto
}

.smart-forms,.smart-forms * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.smart-forms {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height: 1.231;
    font-weight: 400;
    font-size: 14px;
    color: #626262
}

.smart-container {
    background: #f9f9f9;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border: 1px solid #f0e0c0
}

.smart-forms .section {
    margin-bottom: 22px
}

.smart-forms .field {
    position: relative
}

.smart-forms .field-icon i {
    color: #bbb;
    position: relative
}

.smart-forms .field-label {
    display: block;
    margin-bottom: 7px
}

.smart-forms .field-label.colm {
    padding-top: 12px
}

.smart-forms .form-header {
    overflow: hidden;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.smart-forms .form-header h4 {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    padding: 0;
    margin: 0
}

.smart-forms .form-header h4 i {
    font-size: 22px;
    position: relative;
    margin-right: 20px;
    top: 0;
    color: #1A4780
}

.smart-forms .header-primary {
    background-color: #4ebd4a;
    border-top: 1px solid #a7d065;
    border-bottom: 5px solid #3c9b39
}

.smart-forms .header-green {
    background-color: #A6CAF0;
    border-top: 1px solid #4169E1;
    border-bottom: 2px solid #1A4780;
}

.smart-forms .header-green h4 {
    color: #ffffff;
}

.smart-forms .theme-green .file .gui-file:hover+.gui-input,.smart-forms .theme-green .gui-input:hover,.smart-forms .theme-green .gui-input:hover~.input-hint,.smart-forms .theme-green .gui-textarea:hover,.smart-forms .theme-green .gui-textarea:hover~.input-hint,.smart-forms .theme-green .select-multiple select:hover,.smart-forms .theme-green .select>select:hover {
    border-color: #1A4780
}

.smart-forms .theme-green .gui-input:focus,.smart-forms .theme-green .gui-textarea:focus,.smart-forms .theme-green .select-multiple select:focus,.smart-forms .theme-green .select>select:focus {
    border-color: #1A4780;
    -webkit-box-shadow: 0 0 3px #1A4780 inset;
    -moz-box-shadow: 0 0 3px #1A4780 inset;
    -o-box-shadow: 0 0 3px #1A4780 inset;
    box-shadow: 0 0 3px #1A4780 inset;
    color: #3c3c3c
}

.smart-forms .theme-green .gui-input:focus~.field-icon i,.smart-forms .theme-green .gui-textarea:focus~.field-icon i {
    color: #1A4780
}

.smart-forms .theme-green .file .gui-file:focus+.gui-input,.smart-forms .theme-green .gui-input:focus~.input-hint,.smart-forms .theme-green .gui-textarea:focus~.input-hint,.smart-forms .theme-green .select-multiple select:focus {
    border-color: #0e993c
}

.smart-forms .header-primary h4 {
    color: #fff
}

.smart-forms .form-body {
    padding: 20px 30px
}

.smart-forms .form-footer {
    overflow: hidden;
    padding: 25px 25px 20px;
    background: url(../foobg.png) top left repeat-x #A6CAF0
}

.smart-forms input[type=search] {
    -webkit-appearance: textfield
}

.smart-forms ::-webkit-search-cancel-button,.smart-forms ::-webkit-search-decoration {
    -webkit-appearance: none
}

.smart-forms input:invalid {
    -moz-box-shadow: none;
    box-shadow: none
}

.smart-forms input::-webkit-input-placeholder,.smart-forms textarea::-webkit-input-placeholder {
    color: #aaa
}

.smart-forms input:focus::-webkit-input-placeholder,.smart-forms textarea:focus::-webkit-input-placeholder {
    color: #d6dbe0
}

.smart-forms input:-moz-placeholder,.smart-forms textarea:-moz-placeholder {
    color: #aaa
}

.smart-forms input:focus:-moz-placeholder,.smart-forms textarea:focus:-moz-placeholder {
    color: #d6dbe0
}

.smart-forms input::-moz-placeholder,.smart-forms textarea::-moz-placeholder {
    color: #aaa;
    opacity: 1
}

.smart-forms input:focus::-moz-placeholder,.smart-forms textarea:focus::-moz-placeholder {
    color: #d6dbe0;
    opacity: 1
}

.smart-forms input:-ms-input-placeholder,.smart-forms textarea:-ms-input-placeholder {
    color: #aaa
}

.smart-forms input:focus:-ms-input-placeholder,.smart-forms textarea:focus:-ms-input-placeholder {
    color: #d6dbe0
}

.smart-forms button,.smart-forms input,.smart-forms label,.smart-forms select,.smart-forms textarea {
    margin: 0;
    font-size: 14px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #626262;
    outline: 0;
}

.smart-forms .gui-input,.smart-forms .gui-textarea,.smart-forms .select-multiple select,.smart-forms .select>select,.smart-forms input[type=button],.smart-forms input[type=search],.smart-forms input[type=submit] {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.smart-forms input[type=search]::-webkit-search-cancel-button,.smart-forms input[type=search]::-webkit-search-decoration,.smart-forms input[type=search]::-webkit-search-results-button,.smart-forms input[type=search]::-webkit-search-results-decoration {
    display: none
}

.smart-forms .field-label,.smart-forms .option,.smart-forms .switch {
    font-size: 14px
}

.smart-forms .button,.smart-forms .checkbox,.smart-forms .radio,.smart-forms .select .arrow,.smart-forms .switch>label,.smart-forms .ui-slider .ui-slider-handle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.smart-forms .button,.smart-forms .checkbox,.smart-forms .gui-input,.smart-forms .gui-textarea,.smart-forms .notification,.smart-forms .radio,.smart-forms .select-multiple select,.smart-forms .select>select,.smart-forms .tooltip {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: 0
}

.smart-forms .gui-input,.smart-forms .gui-textarea,.smart-forms .select,.smart-forms .select-multiple select,.smart-forms .select>select {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #cfcfcf;
    display: inline-block;
    color: #626262;
    outline: 0;
    height: 42px;
    width: 100%
}

.smart-forms .gui-input,.smart-forms .gui-textarea {
    padding: 10px
}

.smart-forms .input-hint {
    padding: 10px;
    display: block;
    margin-top: -1px;
    line-height: 16px;
    position: relative;
    background: #f5f5f5;
    border: 1px solid #cfcfcf;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    color: #1f1f1f;
}

.smart-forms .select {
    border: 0;
    z-index: 10
}

.smart-forms .select .arrow {
    position: absolute;
    top: 9px;
    right: 4px;
    width: 24px;
    height: 24px;
    color: #9f9f9f;
    pointer-events: none;
    z-index: 16
}

.smart-forms .select .arrow:after,.smart-forms .select .arrow:before {
    content: '';
    position: absolute;
    font: 12px Consolas,monospace;
    pointer-events: none;
    left: 5px
}

.smart-forms .select .arrow:before {
    content: '\25BC';
    bottom: 4px
}

.smart-forms .file {
    display: block;
    width: 100%
}

.smart-forms .file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    z-index: 10
}

.smart-forms .file .gui-file:hover+.gui-input,.smart-forms .gui-input:hover,.smart-forms .gui-input:hover~.input-hint,.smart-forms .gui-textarea:hover,.smart-forms .gui-textarea:hover~.input-hint,.smart-forms .select-multiple select:hover,.smart-forms .select>select:hover {
    border-color: #4169E1
}

.smart-forms .gui-input:focus,.smart-forms .gui-textarea:focus,.smart-forms .select-multiple select:focus,.smart-forms .select>select:focus {
    color: #3c3c3c;
    background: #fff;
    border: 1px solid #4169E1;
    -webkit-box-shadow: 0 0 3px #9DB1CC inset;
    -moz-box-shadow: 0 0 3px #9DB1CC inset;
    -o-box-shadow: 0 0 3px #9DB1CC inset;
    box-shadow: 0 0 3px #9DB1CC inset;
    outline: 0
}

.smart-forms .gui-input:focus~.field-icon i,.smart-forms .gui-textarea:focus~.field-icon i {
    color: #9DB1CC
}

.smart-forms .file .gui-file:focus+.gui-input,.smart-forms .gui-input:focus~.input-hint,.smart-forms .gui-textarea:focus~.input-hint,.smart-forms .select-multiple select:focus {
    border-color: #9DB1CC
}

.smart-forms .option {
    position: relative;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle
}

.smart-forms .option>input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0
}

.smart-forms .button {
    border: 0;
    height: 42px;
    line-height: 1;
    font-size: 15px;
    cursor: pointer;
    padding: 0 18px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255,255,255,.2)
}

.smart-forms a.button,.smart-forms label.button,.smart-forms span.button {
    line-height: 42px;
    text-decoration: none
}

.smart-forms .button i {
    font-size: 14px
}

.smart-forms .button-list .button {
    margin-bottom: 5px
}

.smart-forms .btn-primary {
    background-color: #4169E1
}

.smart-forms .btn-primary:focus,.smart-forms .btn-primary:hover {
    background-color: #6bc868
}

.smart-forms .btn-primary:active {
    background-color: #3c9b39
}

.smart-forms .btn-primary,.smart-forms .btn-primary:active,.smart-forms .btn-primary:focus,.smart-forms .btn-primary:hover {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.08);
    border-color: rgba(32,77,116,0)!important
}

.smart-forms .button-left,.smart-forms .button-right {
    position: relative;
    z-index: 9
}

.smart-forms .button-left:before,.smart-forms .button-right:before {
    content: '';
    z-index: -1;
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: inherit;
    border: none;
    top: 5px
}

.smart-forms .button-left {
    border-left-width: 0;
    padding: 0 18px 0 7px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: 20px
}

.smart-forms .button-left:before {
    left: -15px;
    -webkit-border-radius: 2px 5px 0 5px;
    -moz-border-radius: 2px 5px 0;
    -o-border-radius: 2px 5px 0;
    border-radius: 2px 5px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.smart-forms .button-right {
    padding: 0 7px 0 18px;
    border-right-width: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin-right: 20px
}

.smart-forms .button-right:before {
    right: -15px;
    -webkit-border-radius: 5px 2px 5px 0;
    -moz-border-radius: 5px 2px 5px 0;
    -o-border-radius: 5px 2px 5px 0;
    border-radius: 5px 2px 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.smart-forms .form-footer .button {
    margin-right: 10px;
    margin-bottom: 5px
}

.smart-forms .append-icon,.smart-forms .prepend-icon {
    display: inline-block;
    position: relative;
    width: 100%
}

.smart-forms .append-icon .field-icon,.smart-forms .prepend-icon .field-icon {
    top: 0;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    pointer-events: none;
    z-index: 99
}

.smart-forms .append-icon .field-icon i,.smart-forms .prepend-icon .field-icon i {
    position: relative;
    font-size: 14px
}

.smart-forms .prepend-icon .field-icon {
    left: 0
}

.smart-forms .prepend-icon>input,.smart-forms .prepend-icon>select,.smart-forms .prepend-icon>textarea {
    padding-left: 36px
}

.smart-forms .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    color: #fff;
    width: 184px;
    left: -9999px;
    top: auto;
    font-size: 11px;
    font-weight: 400;
    background: #333;
    -webkit-transition: margin .6s,opacity .6s;
    -moz-transition: margin .6s,opacity .6s;
    -ms-transition: margin .6s,opacity .6s;
    -o-transition: margin .6s,opacity .6s;
    transition: margin .6s,opacity .6s
}

.smart-forms .tooltip:after {
    content: '';
    position: absolute
}

.smart-forms .gui-input:focus+.tooltip,.smart-forms .gui-textarea:focus+.tooltip,.smart-forms .option:hover .tooltip,.smart-forms .select>select:focus~.tooltip {
    opacity: 1;
    z-index: 999
}

.smart-forms .option .tooltip,.smart-forms .tip-left-top {
    bottom: 100%;
    margin-bottom: -20px
}

.smart-forms .option .tooltip:after,.smart-forms .tip-left-top:after {
    top: 100%;
    left: 12px;
    border-top: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.smart-forms .gui-input:focus+.tip-left-top,.smart-forms .gui-textarea:focus+.tip-left-top,.smart-forms .option:hover .tooltip,.smart-forms .select>select:focus~.tip-left-top {
    left: 0;
    right: auto;
    margin-bottom: 10px
}

.smart-forms .option:hover .tooltip {
    left: -10px
}

.smart-forms .form-msg {
    display: none
}

.smart-forms .alert-success {
    color: #363;
    background-color: #d2f7ad
}

.smart-forms .alert-warning {
    color: #c60;
    background-color: #fae7a2
}

.smart-forms .alert-error {
    color: #900;
    background-color: #fbdbcf
}

.smart-forms .state-error .checkbox,.smart-forms .state-error .gui-input,.smart-forms .state-error .gui-textarea,.smart-forms .state-error .radio,.smart-forms .state-error input:focus+.checkbox,.smart-forms .state-error input:focus+.radio,.smart-forms .state-error input:hover+.checkbox,.smart-forms .state-error input:hover+.radio,.smart-forms .state-error.select-multiple>select,.smart-forms .state-error.select>select {
    background: #fee9ea;
    border-color: #de888a
}

.smart-forms .state-error .gui-input:focus,.smart-forms .state-error .gui-textarea:focus,.smart-forms .state-error.select-multiple>select:focus,.smart-forms .state-error.select>select:focus {
    -webkit-box-shadow: 0 0 3px #de888a inset;
    -moz-box-shadow: 0 0 3px #de888a inset;
    -o-box-shadow: 0 0 3px #de888a inset;
    box-shadow: 0 0 3px #de888a inset
}

.smart-forms .state-error .gui-input~.field-icon i,.smart-forms .state-error .gui-textarea~.field-icon i,.smart-forms .state-error.select .arrow {
    color: #de888a
}

.smart-forms .state-error .gui-input~.input-hint,.smart-forms .state-error .gui-textarea~.input-hint,.smart-forms .state-error.file .gui-file:hover+.gui-input {
    border-color: #de888a
}

.smart-forms .state-success .checkbox,.smart-forms .state-success .gui-input,.smart-forms .state-success .gui-textarea,.smart-forms .state-success .radio,.smart-forms .state-success input:focus+.checkbox,.smart-forms .state-success input:focus+.radio,.smart-forms .state-success input:hover+.checkbox,.smart-forms .state-success input:hover+.radio,.smart-forms .state-success.select-multiple>select,.smart-forms .state-success.select>select {
    background: #f0fee9;
    border-color: #a5d491
}

.smart-forms .state-success .gui-input:focus,.smart-forms .state-success .gui-textarea:focus,.smart-forms .state-success.select-multiple>select:focus,.smart-forms .state-success.select>select:focus {
    -webkit-box-shadow: 0 0 3px #a5d491 inset;
    -moz-box-shadow: 0 0 3px #a5d491 inset;
    -o-box-shadow: 0 0 3px #a5d491 inset;
    box-shadow: 0 0 3px #a5d491 inset
}

.smart-forms .state-success .gui-input~.field-icon i,.smart-forms .state-success .gui-textarea~.field-icon i,.smart-forms .state-success.select .arrow {
    color: #a5d491
}

.smart-forms .state-success .gui-input~.input-hint,.smart-forms .state-success .gui-textarea~.input-hint,.smart-forms .state-success.file .gui-file:hover+.gui-input {
    border-color: #a5d491
}

.smart-forms .button[disabled],.smart-forms .state-disabled .button,.smart-forms .switch>input[disabled]+label,.smart-forms input[disabled]+.checkbox,.smart-forms input[disabled]+.radio {
    cursor: default;
    opacity: .5
}

.smart-forms .file .gui-file[disabled]+.gui-input,.smart-forms .file .gui-file[disabled]:hover+.gui-input,.smart-forms .gui-input[disabled],.smart-forms .gui-input[disabled]~.input-hint,.smart-forms .gui-textarea[disabled],.smart-forms .gui-textarea[disabled]~.input-hint,.smart-forms .select-multiple select[disabled],.smart-forms .select>select[disabled] {
    background-color: #f4f6f6;
    border-color: #d5dbdb!important;
    cursor: default;
    color: #d5dbdb;
    opacity: .7
}

.smart-forms .select>select[disabled]+.arrow,.smart-forms input[disabled]~.field-icon i,.smart-forms textarea[disabled]~.field-icon i {
    opacity: .4
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-front {
    z-index: 100
}

.ui-datepicker-buttonpane {
    border-top: 1px solid #cfcfcf;
    padding: 10px
}

.ui-datepicker-buttonpane button {
    padding: 8px 12px;
    margin-right: .2em;
    position: relative;
    line-height: normal;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255,255,255,.2);
    vertical-align: middle;
    background: #dbdbdb;
    text-align: center;
    overflow: visible;
    cursor: pointer;
    color: #243140;
    border: 0
}

.ui-datepicker-buttonpane button:hover {
    color: #243140;
    background: #e8e8e8
}

.ui-datepicker-buttonpane button:active {
    color: #1d2938;
    background: #c4c4c4
}

.smart-forms .ui-slider {
    position: relative;
    text-align: left
}

.smart-forms .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.5em;
    height: 1.5em;
    cursor: default;
    background: #fff;
    border: 3px solid #4ebd4a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -ms-touch-action: none;
    touch-action: none;
    margin-top: -3px;
    outline: 0
}

.smart-forms .ui-slider .ui-slider-handle:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: #4ebd4a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
    left: 4px;
    top: 4px
}

.smart-forms .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #4ebd4a
}

.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle,.smart-forms .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.smart-forms .ui-slider-horizontal {
    height: .5em
}

.smart-forms .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.smart-forms .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.smart-forms .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.smart-forms .ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.smart-forms .sliderv-wrapper,.smart-forms .ui-slider-vertical {
    width: .5em;
    height: 100px
}

.smart-forms .ui-slider-vertical .ui-slider-handle {
    left: -.45em;
    margin-left: 0;
    margin-bottom: -.6em
}

.smart-forms .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.smart-forms .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.smart-forms .ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.smart-forms .ui-slider .ui-state-active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.ui-autocomplete .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
    border-color: #ddd
}

.ui-autocomplete .ui-menu-item:hover {
    background: #dce1ee
}

.smart-forms .progress-section {
    display: none
}

.smart-forms .progress-bar {
    position: relative;
    background: #e5e5e5
}

.smart-forms .progress-bar .percent {
    position: absolute;
    display: inline-block;
    top: -3px;
    right: -24px;
    font-size: 9px;
    color: #93a2aa
}

.smart-forms .progress-bar>.bar,.smart-forms .progress>button[type=submit],.smart-forms .progress>button[type=submit]:hover,.smart-forms .ui-slider .ui-slider-range {
    background-size: 16px 16px;
    background-image: -webkit-linear-gradient(top left,transparent,transparent 25%,rgba(255,255,255,.3) 25%,rgba(255,255,255,.3) 50%,transparent 50%,transparent 75%,rgba(255,255,255,.3) 75%,rgba(255,255,255,.3));
    background-image: -moz-linear-gradient(top left,transparent,transparent 25%,rgba(255,255,255,.3) 25%,rgba(255,255,255,.3) 50%,transparent 50%,transparent 75%,rgba(255,255,255,.3) 75%,rgba(255,255,255,.3));
    background-image: -o-linear-gradient(top left,transparent,transparent 25%,rgba(255,255,255,.3) 25%,rgba(255,255,255,.3) 50%,transparent 50%,transparent 75%,rgba(255,255,255,.3) 75%,rgba(255,255,255,.3));
    background-image: linear-gradient(to bottom right,transparent,transparent 25%,rgba(255,255,255,.3) 25%,rgba(255,255,255,.3) 50%,transparent 50%,transparent 75%,rgba(255,255,255,.3) 75%,rgba(255,255,255,.3))
}

.smart-forms .progress-animated>.bar,.smart-forms .progress>button[type=submit],.smart-forms .progress>button[type=submit]:hover {
    -webkit-animation: .6s linear infinite sfprogress;
    -moz-animation: .6s linear infinite sfprogress;
    -o-animation: .6s linear infinite sfprogress;
    animation: .6s linear infinite sfprogress
}

.smart-forms .progress>button[type=submit]:hover {
    cursor: wait
}

@-webkit-keyframes sfprogress {
    from {
        background-position: 0 0
    }

    to {
        background-position: -16px 0
    }
}

@-moz-keyframes sfprogress {
    from {
        background-position: 0 0
    }

    to {
        background-position: -16px 0
    }
}

@-o-keyframes sfprogress {
    from {
        background-position: 0 0
    }

    to {
        background-position: -16px 0
    }
}

@keyframes sfprogress {
    from {
        background-position: 0 0
    }

    to {
        background-position: -16px 0
    }
}

.clone-widget {
    padding-right: 100px;
    position: relative
}

.clone-widget .button {
    position: absolute;
    right: 0;
    top: 0
}

.smart-forms .map-container {
    padding: 10px;
    border: 1px solid #cfcfcf
}

.smart-forms .block {
    display: block
}


.smart-forms .frm-row:after,.smart-forms .frm-row:before,.smart-forms .slider-group:after,.smart-forms .slider-group:before {
    display: table;
    content: "";
    line-height: 0
}

.smart-forms .frm-row:after,.smart-forms .slider-group:after {
    clear: both
}

.smart-forms .frm-row .colm {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left
}

.smart-forms .frm-row .colm6 {
    width: 100%
}

.smart-forms .expand {
    height: 50px;
    line-height: 50px!important;
    border-radius: 3px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .smart-forms .select .arrow:after,.smart-forms .select .arrow:before {
        display: block
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .smart-forms .captcode,.smart-forms .option,.smart-forms .rating,.smart-forms .switch {
        -webkit-animation:1s infinite bugfix
    }
}

@-webkit-keyframes bugfix {
    from,to {
        padding: 0
    }
}

.smart-forms .option {
    margin-right: 15px
}

@media (max-width: 800px) {
.smart-forms .frm-row{margin:0;display: block;}
.smart-forms .frm-row .colm{  width: 100%; float:none; padding:0; }

  
}
