@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
.my-forms label,
.ui-timepicker-div dl {
    text-align: left
}

.my-forms .ms-drop input[type=checkbox],
.my-forms .ms-parent {
    vertical-align: middle
}

.wrapper {
    margin: 0 auto;
    outline: 0;
    padding: 40px 15px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.wrapper-400 {
    max-width: 400px
}

.wrapper-640 {
    max-width: 640px
}

.my-forms {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .54);
    font: 16px/1 'Open Sans', Helvetica, Arial, sans-serif;
    position: relative
}

.my-forms .captcha-group,
.my-forms .input,
.my-forms .primary-btn,
.my-forms .select,
.my-forms .widget,
.popup-list-open,
.ui-slider {
    position: relative
}

.my-forms .unit {
    position: relative;
    margin-bottom: 25px
}

.modal-block .modal-link,
.my-forms .link {
    border-bottom: 1px solid #90caf9;
    color: #1e88e5;
    font-size: 14px;
    line-height: inherit;
    text-decoration: none
}

.modal-block .modal-link:hover,
.my-forms .link:hover {
    border-bottom: none
}

.my-forms .inline-group {
    display: inline-block
}

.my-forms .hidden,
.my-forms .token {
    display: none
}

.my-forms input[type=search]::-webkit-search-cancel-button,
.my-forms input[type=search]::-webkit-search-decoration,
.my-forms input[type=search]::-webkit-search-results-button,
.my-forms input[type=search]::-webkit-search-results-decoration {
    display: none
}

.my-forms input[type=button],
.my-forms input[type=search],
.my-forms input[type=submit],
.my-forms select {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0
}

.my-forms .header {
    background-color: #3f51b5;
    border-top: 1px solid #7986cb;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
    -moz-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
    -o-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
    box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
    display: block;
    position: relative
}

.my-forms .header>i {
    color: #fff;
    font-size: 31px;
    float: left;
    padding: 31px 15px 0 25px
}

.my-forms .header p {
    color: #fff;
    margin: 0;
    padding: 30px 25px;
    font-size: 30px;
    text-transform: uppercase
}

.my-forms .content {
    padding: 25px 25px 0
}

.my-forms .content:after,
.my-forms .footer:after,
.my-forms .j-row:after,
.popup-list:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.my-forms .footer {
    background-color: #fafafa;
    border-top: 1px solid #313a71;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    display: block;
    padding: 10px 25px
}

.my-forms .divider,
.my-forms .divider-text {
    border-top: 1px solid rgba(0, 0, 0, .12);
    height: 0
}

.my-forms .divider-text,
.my-forms .social-center {
    text-align: center
}

.my-forms .divider-text span {
    border: 1px solid rgba(0, 0, 0, .12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9fafd;
    color: #3f51b5;
    font-size: 16px;
    padding: 2px 15px;
    position: relative;
    top: -9px;
    white-space: nowrap
}

.my-forms .gap-top-20 {
    margin-top: 20px
}

.my-forms .gap-top-45 {
    margin-top: 45px
}

.my-forms .gap-bottom-45 {
    margin-bottom: 45px
}

.my-forms .gap-bottom-25 {
    margin-bottom: 25px
}

.my-forms label {
    display: block;
    color: inherit;
    font-weight: 400;
    margin-bottom: 0
}

.my-forms .label {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 14px;
    height: 14px
}

.my-forms .label-center {
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0
}

.my-forms .j-row>.label {
    padding-left: 10px
}

.my-forms .checkbox,
.my-forms .checkbox-toggle,
.my-forms .radio,
.my-forms .radio-toggle {
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    font-size: 15px;
    height: 15px;
    margin-bottom: 4px;
    position: relative;
    line-height: 15px
}

.my-forms .checkbox,
.my-forms .inline-group .checkbox,
.my-forms .inline-group .radio,
.my-forms .radio {
    padding: 9px 0 8px 32px
}

.my-forms .checkbox-toggle,
.my-forms .inline-group .checkbox-toggle,
.my-forms .inline-group .radio-toggle,
.my-forms .radio-toggle {
    padding: 9px 0 8px 58px
}

.my-forms .checkbox-block:last-child,
.my-forms .checkbox-toggle:last-child,
.my-forms .checkbox:last-child,
.my-forms .radio-block:last-child,
.my-forms .radio-toggle:last-child,
.my-forms .radio:last-child,
.my-forms .rating-group:last-child {
    margin-bottom: 0
}

.my-forms .inline-group .checkbox,
.my-forms .inline-group .checkbox-toggle,
.my-forms .inline-group .radio,
.my-forms .inline-group .radio-toggle {
    display: inline-block;
    margin-right: 25px
}

.my-forms .checkbox input,
.my-forms .checkbox-block input,
.my-forms .checkbox-toggle input,
.my-forms .radio input,
.my-forms .radio-block input,
.my-forms .radio-toggle input {
    position: absolute;
    left: -9999px
}

.my-forms .checkbox i,
.my-forms .checkbox-toggle i,
.my-forms .radio i,
.my-forms .radio-toggle i {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .26);
    display: block;
    height: 18px;
    left: 0;
    outline: 0;
    position: absolute;
    top: 5px
}

.my-forms .checkbox i,
.my-forms .radio i {
    width: 18px
}

.my-forms .checkbox-toggle i,
.my-forms .radio-toggle i {
    width: 44px
}

.my-forms .checkbox i,
.my-forms .checkbox-block i,
.my-forms .checkbox-toggle i,
.my-forms .social-icon i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.my-forms .radio i,
.my-forms .radio i:after,
.my-forms .radio-block i,
.my-forms .radio-block i:after,
.my-forms .radio-toggle i:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.my-forms .radio-toggle i {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px
}

.my-forms .append-big-btn .file-button,
.my-forms .append-small-btn .file-button,
.my-forms .checkbox-block .block-content:hover,
.my-forms .checkbox-block input:checked~.block-content,
.my-forms .checkbox-toggle i:before,
.my-forms .prepend-big-btn .file-button,
.my-forms .prepend-small-btn .file-button,
.my-forms .radio-block .block-content:hover,
.my-forms .radio-block input:checked~.block-content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.my-forms .radio i:after,
.my-forms .radio-block i:after {
    background-color: rgba(48, 63, 159, .9);
    content: "";
    height: 8px;
    top: 5px;
    left: 5px;
    opacity: 0;
    position: absolute;
    width: 8px
}

.my-forms .checkbox i:after,
.my-forms .checkbox-block i:after {
    border-width: 0 0 3px 3px;
    border-bottom: solid #303f9f;
    border-left: solid #303f9f;
    content: "";
    height: 5px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 3px;
    opacity: 0;
    position: absolute;
    width: 10px
}

.my-forms .checkbox input:checked+i:after,
.my-forms .checkbox-block input:checked+i:after,
.my-forms .radio input:checked+i:after,
.my-forms .radio-block input:checked+i:after {
    opacity: 1
}

.my-forms .checkbox-toggle i:before,
.my-forms .radio-toggle i:before {
    border: none;
    background-color: rgba(48, 63, 159, .9);
    content: "";
    display: block;
    height: 14px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 14px
}

.my-forms .checkbox-toggle input:checked+i:before,
.my-forms .radio-toggle input:checked+i:before {
    left: 28px
}

.my-forms .checkbox-toggle i:after,
.my-forms .checkbox-toggle input:checked+i:after,
.my-forms .radio-toggle i:after,
.my-forms .radio-toggle input:checked+i:after {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    position: absolute;
    top: 4px
}

.my-forms .checkbox-toggle i:after,
.my-forms .radio-toggle i:after {
    content: "NO";
    left: 22px
}

.my-forms .checkbox-toggle input:checked+i:after,
.my-forms .radio-toggle input:checked+i:after {
    content: "YES";
    left: 6px
}

.my-forms .checkbox-toggle:hover i,
.my-forms .checkbox:hover i,
.my-forms .file-button:hover+input,
.my-forms .ms-choice:hover,
.my-forms .radio-toggle:hover i,
.my-forms .radio:hover i {
    border: 2px solid rgba(48, 63, 159, .6)
}

.my-forms .checkbox input:checked+i,
.my-forms .checkbox-toggle input:checked+i,
.my-forms .ms-choice:focus,
.my-forms .radio input:checked+i,
.my-forms .radio-toggle input:checked+i {
    border: 2px solid rgba(48, 63, 159, .9)
}

.my-forms .checkbox input:checked+i,
.my-forms .radio input:checked+i {
    color: rgba(48, 63, 159, .9)
}

.my-forms .checkbox-toggle input:checked+i,
.my-forms .radio-toggle input:checked+i,
.popup-list>ul>li:hover {
    background-color: #e8eaf6
}

.my-forms .widget .addon,
.my-forms .widget .addon-btn {
    background: #e0e0e0;
    border: none;
    color: rgba(0, 0, 0, .56);
    display: block;
    font: 16px/48px 'Open Sans', Helvetica, Arial, sans-serif;
    height: 48px;
    padding: 0;
    position: absolute;
    outline: 0;
    overflow: hidden;
    text-align: center;
    top: 0;
    z-index: 5
}

.j-tabs-container .j-tabs-label:hover,
.my-forms .input input[type=file],
.my-forms .widget .addon-btn,
.my-forms .widget .addon-btn i {
    cursor: pointer
}

.my-forms .widget .addon-btn:focus,
.my-forms .widget .addon-btn:hover {
    background-color: #d6d6d6;
    color: rgba(0, 0, 0, .87)
}

.my-forms .widget .addon-btn:focus i,
.my-forms .widget .addon-btn:hover i {
    color: rgba(0, 0, 0, .61)
}

.my-forms .prepend-big-btn .file-button input,
.my-forms .prepend-small-btn .file-button input,
.my-forms .widget .adn-left,
.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.my-forms .append-big-btn .file-button input,
.my-forms .append-small-btn .file-button input,
.my-forms .widget .adn-right,
.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.my-forms .widget .addon i,
.my-forms .widget .addon-btn i {
    color: rgba(0, 0, 0, .34);
    font-size: 17px;
    z-index: 2
}

.my-forms .widget .adn-50 {
    width: 50px
}

.my-forms .widget .adn-130 {
    width: 130px
}

.my-forms .widget.right-50 .input {
    padding-right: 50px
}

.my-forms .widget.left-50 .input {
    padding-left: 50px
}

.my-forms .widget.right-130 .input {
    padding-right: 130px
}

.my-forms .widget.left-130 .input {
    padding-left: 130px
}

.my-forms .social-btn i,
.my-forms .stepper input,
.my-forms .widget .adn-left,
.my-forms .widget.right-130 .input input,
.my-forms .widget.right-50 .input input {
    -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
}

.my-forms .captcha-group .input input,
.my-forms .widget .adn-right,
.my-forms .widget.left-130 .input input,
.my-forms .widget.left-50 .input input {
    -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
}

.my-forms .widget.left-130.right-130 .input input,
.my-forms .widget.left-130.right-50 .input input,
.my-forms .widget.left-50.right-130 .input input,
.my-forms .widget.left-50.right-50 .input input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.my-forms input[type=email],
.my-forms input[type=password],
.my-forms input[type=search],
.my-forms input[type=text],
.my-forms input[type=url],
.my-forms select,
.my-forms textarea {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .87);
    display: block;
    font-family: inherit;
    font-size: 16px;
    height: 48px;
    padding: 10px 15px;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ui-datepicker-inline,
.ui-timepicker-div dl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.my-forms input[type=email]:focus,
.my-forms input[type=email]:hover,
.my-forms input[type=password]:focus,
.my-forms input[type=password]:hover,
.my-forms input[type=search]:focus,
.my-forms input[type=search]:hover,
.my-forms input[type=text]:focus,
.my-forms input[type=text]:hover,
.my-forms input[type=url]:focus,
.my-forms input[type=url]:hover,
.my-forms select:focus,
.my-forms select:hover,
.my-forms textarea:focus,
.my-forms textarea:hover {
    border: 2px solid
}

.my-forms .input textarea {
    height: 112px;
    overflow: auto;
    min-height: 52px;
    resize: vertical
}

.my-forms .input textarea:focus {
    height: 128px
}

.my-forms input::-webkit-input-placeholder,
.my-forms textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .54)
}

.my-forms input::-moz-placeholder,
.my-forms textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .54)
}

.my-forms input:-moz-placeholder,
.my-forms textarea:-moz-placeholder {
    color: rgba(0, 0, 0, .54)
}

.my-forms input:-ms-input-placeholder,
.my-forms textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .54)
}

.my-forms input:focus::-webkit-input-placeholder,
.my-forms textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .36)
}

.my-forms input:focus::-moz-placeholder,
.my-forms textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, .36)
}

.my-forms input:focus:-moz-placeholder,
.my-forms textarea:focus:-moz-placeholder {
    color: rgba(0, 0, 0, .36)
}

.my-forms input:focus:-ms-input-placeholder,
.my-forms textarea:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, .36)
}

.my-forms select {
    padding-left: 13px
}

.my-forms .multiple-select select {
    height: auto
}

.my-forms .select i {
    background: #fff;
    -webkit-box-shadow: 0 0 0 11px #fff;
    -moz-box-shadow: 0 0 0 11px #fff;
    -o-box-shadow: 0 0 0 11px #fff;
    box-shadow: 0 0 0 11px #fff;
    height: 20px;
    position: absolute;
    pointer-events: none;
    top: 14px;
    right: 14px;
    width: 14px
}

.my-forms .select i:after,
.my-forms .select i:before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    position: absolute;
    right: 3px
}

.my-forms .select i:after {
    border-top: 6px solid rgba(0, 0, 0, .4);
    bottom: 1px
}

.my-forms .select i:before {
    border-bottom: 6px solid rgba(0, 0, 0, .4);
    top: 3px
}

.my-forms .icon-left,
.my-forms .icon-right {
    color: rgba(0, 0, 0, .54);
    font-size: 17px;
    height: 38px;
    line-height: 38px !important;
    opacity: .6;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 42px;
    z-index: 1
}

.my-forms .icon-left {
    border-right: 1px solid rgba(0, 0, 0, .54);
    left: 3px
}

.my-forms .icon-right {
    border-left: 1px solid rgba(0, 0, 0, .54);
    right: 3px
}

.my-forms .icon-left~input,
.my-forms .icon-left~textarea {
    padding-left: 58px
}

.my-forms .icon-right~input,
.my-forms .icon-right~textarea {
    padding-right: 58px
}

.my-forms .file-button input {
    bottom: -1px;
    font-size: 34px;
    opacity: 0;
    position: absolute;
    width: 108px;
    z-index: 0
}

.my-forms .append-small-btn .file-button,
.my-forms .prepend-small-btn .file-button {
    width: 64px
}

.my-forms .append-big-btn .file-button,
.my-forms .prepend-big-btn .file-button {
    width: 106px
}

.my-forms .prepend-big-btn .file-button,
.my-forms .prepend-small-btn .file-button {
    left: 4px
}

.my-forms .tooltip-left-bottom:before,
.my-forms .tooltip-left-top:before {
    border-style: solid;
    content: "";
    left: 16px;
    position: absolute;
    border-color: #1a237e transparent
}

.my-forms .append-big-btn .file-button,
.my-forms .append-small-btn .file-button {
    right: 4px
}

.my-forms .prepend-big-btn input[type=text] {
    padding-left: 123px
}

.my-forms .append-big-btn input[type=text] {
    padding-right: 123px
}

.my-forms .prepend-small-btn input[type=text] {
    padding-left: 81px
}

.my-forms .append-small-btn input[type=text] {
    padding-right: 81px
}

.my-forms .primary-btn,
.my-forms .secondary-btn {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    cursor: pointer;
    float: right;
    font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
    height: 48px;
    margin: 10px 0 10px 20px;
    outline: 0;
    padding: 0 25px;
    white-space: nowrap
}

.my-forms .content .primary-btn,
.my-forms .content .secondary-btn {
    margin: 0 0 20px 20px
}

.my-forms .file-button {
    color: #fff;
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 4px;
    z-index: 1
}

.my-forms .file-button,
.my-forms .primary-btn,
.my-forms .secondary-btn {
    background: #313a71
}

.my-forms .file-button:hover,
.my-forms .primary-btn:hover,
.my-forms .secondary-btn:hover {
    background: rgb(49, 58, 113, .8)
}

.my-forms .primary-btn:hover.processing {
    background: #303f9f;
    cursor: wait
}

.my-forms .secondary-btn,
.my-forms .secondary-btn:active,
.my-forms .secondary-btn:hover {
    opacity: .5
}

.my-forms .primary-btn.processing:before {
    background: rgba(255, 255, 255, .4);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 3s ease-in-out infinite processing;
    -moz-animation: 3s ease-in-out infinite processing;
    -ms-animation: processing 3s ease-in-out infinite;
    -o-animation: 3s ease-in-out infinite processing;
    animation: 3s ease-in-out infinite processing
}

@-webkit-keyframes processing {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-moz-keyframes processing {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-ms-keyframes processing {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-o-keyframes processing {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes processing {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.my-forms .tooltip,
.my-forms .tooltip-image {
    background-color: #1a237e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    left: -9999px;
    opacity: 0;
    position: absolute;
    z-index: 20px
}

.my-forms .tooltip {
    color: #fff;
    font: 600 13px/20px 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 5px 10px
}

.my-forms .tooltip-image {
    padding: 2px 2px 1px
}

.my-forms .input input:focus+.tooltip,
.my-forms .input input:focus+.tooltip-image,
.my-forms .input textarea:focus+.tooltip,
.my-forms .input textarea:focus+.tooltip-image,
.my-forms .select select:focus+.tooltip,
.my-forms .select select:focus+.tooltip-image {
    opacity: 1;
    z-index: 5
}

.my-forms .tooltip-left-top,
.my-forms .tooltip-right-top {
    bottom: 100%;
    margin-bottom: 8px
}

.my-forms .tooltip-left-top:before {
    border-width: 8px 7px 0;
    bottom: -6px
}

.my-forms .input input:focus+.tooltip-left-bottom,
.my-forms .input input:focus+.tooltip-left-top,
.my-forms .input textarea:focus+.tooltip-left-bottom,
.my-forms .input textarea:focus+.tooltip-left-top,
.my-forms .select select:focus+.tooltip-left-bottom,
.my-forms .select select:focus+.tooltip-left-top {
    left: 0;
    right: auto
}

.my-forms .tooltip-right-top:before {
    border-color: #1a237e transparent;
    border-style: solid;
    border-width: 8px 7px 0;
    bottom: -6px;
    content: "";
    position: absolute;
    right: 16px
}

.my-forms .input input:focus+.tooltip-right-bottom,
.my-forms .input input:focus+.tooltip-right-top,
.my-forms .input textarea:focus+.tooltip-right-bottom,
.my-forms .input textarea:focus+.tooltip-right-top,
.my-forms .select select:focus+.tooltip-right-bottom,
.my-forms .select select:focus+.tooltip-right-top {
    left: auto;
    right: 0
}

.my-forms .tooltip-left-bottom,
.my-forms .tooltip-right-bottom {
    margin-top: 8px;
    top: 100%
}

.my-forms .tooltip-left-bottom:before {
    border-width: 0 7px 8px;
    top: -6px
}

.my-forms .tooltip-right-bottom:before {
    border-color: #1a237e transparent;
    border-style: solid;
    border-width: 0 7px 8px;
    top: -6px;
    content: "";
    right: 16px;
    position: absolute
}

.my-forms .tooltip-left-side:before,
.my-forms .tooltip-right-side:before {
    border-color: transparent #1a237e;
    border-style: solid;
    content: "";
    position: absolute
}

.my-forms .tooltip-right-side {
    margin-left: 8px;
    top: 8px;
    white-space: nowrap
}

.my-forms .tooltip-right-side:before {
    border-width: 7px 8px 7px 0;
    left: -6px;
    top: 8px
}

.my-forms .input input:focus+.tooltip-right-side,
.my-forms .input textarea:focus+.tooltip-right-side,
.my-forms .select select:focus+.tooltip-right-side {
    left: 100%
}

.my-forms .tooltip-left-side {
    margin-right: 8px;
    top: 8px;
    white-space: nowrap
}

.my-forms .tooltip-left-side:before {
    border-width: 7px 0 7px 8px;
    right: -6px;
    top: 8px
}

.my-forms .input input:focus+.tooltip-left-side,
.my-forms .input textarea:focus+.tooltip-left-side,
.my-forms .select select:focus+.tooltip-left-side {
    left: auto;
    right: 100%
}

.my-forms .error-message,
.my-forms .info-message,
.my-forms .success-message,
.my-forms .warning-message {
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font: 16px/24px 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 15px
}

.my-forms .error-message i,
.my-forms .info-message i,
.my-forms .success-message i,
.my-forms .warning-message i {
    font-size: 18px;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-right: 10px
}

.my-forms .error-message ul,
.my-forms .info-message ul,
.my-forms .success-message ul,
.my-forms .warning-message ul {
    margin: 0
}

.my-forms span.error-view,
.my-forms span.info-view,
.my-forms span.success-view,
.my-forms span.warning-view {
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 5px;
    padding: 0 2px
}

.my-forms span.hint {
    display: block;
    font-size: 13px;
    color: inherit;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    padding: 0 2px
}

.my-forms .checkbox-toggle.disabled-view,
.my-forms .checkbox.disabled-view,
.my-forms .file-button.disabled-view,
.my-forms .input.disabled-view,
.my-forms .primary-btn.disabled-view,
.my-forms .radio-toggle.disabled-view,
.my-forms .radio.disabled-view,
.my-forms .secondary-btn.disabled-view,
.my-forms .select.disabled-view,
.my-forms .widget.disabled-view {
    cursor: default;
    opacity: .5
}

.my-forms .input.disabled-view input[type=file] {
    cursor: default
}

.my-forms .input.disabled-view input,
.my-forms .input.disabled-view textarea,
.my-forms .select.disabled-view select,
.my-forms .widget.disabled-view input {
    border-color: rgba(0, 0, 0, .12) !important
}

.my-forms .checkbox-toggle.disabled-view i,
.my-forms .checkbox.disabled-view i,
.my-forms .radio-toggle.disabled-view i,
.my-forms .radio.disabled-view i {
    border-color: rgba(0, 0, 0, .26) !important
}

.my-forms .disabled-view .file-button,
.my-forms .primary-btn.disabled-view,
.my-forms .secondary-btn.disabled-view {
    background: #303f9f
}

.my-forms .widget.disabled-view .addon-btn:focus,
.my-forms .widget.disabled-view .addon-btn:hover {
    background: #e0e0e0;
    cursor: default;
    color: rgba(0, 0, 0, .56)
}

.my-forms .widget.disabled-view .addon-btn i {
    color: rgba(0, 0, 0, .24) !important
}

.my-forms .error-view .checkbox i,
.my-forms .error-view .checkbox-toggle i,
.my-forms .error-view .radio i,
.my-forms .error-view .radio-toggle i,
.my-forms .error-view input,
.my-forms .error-view select,
.my-forms .error-view textarea {
    background: #ffebee !important
}

.my-forms .select.error-view i {
    background-color: #ffebee;
    -webkit-box-shadow: 0 0 0 12px #ffebee;
    -moz-box-shadow: 0 0 0 12px #ffebee;
    -o-box-shadow: 0 0 0 12px #ffebee;
    box-shadow: 0 0 0 12px #ffebee
}

.my-forms .error-view .icon-left,
.my-forms .error-view .icon-right {
    border-color: #e57373
}

.my-forms .error-message i,
.my-forms .error-view .icon-left,
.my-forms .error-view .icon-right,
.my-forms span.error-view {
    color: #b71c1c
}

.my-forms .error-message {
    background: #ffebee;
    border-color: #b71c1c;
    color: #b71c1c
}

.my-forms .success-view .checkbox i,
.my-forms .success-view .checkbox-toggle i,
.my-forms .success-view .radio i,
.my-forms .success-view .radio-toggle i,
.my-forms .success-view input,
.my-forms .success-view select,
.my-forms .success-view textarea {
    background: #e8f5e9 !important
}

.my-forms .select.success-view i {
    background-color: #e8f5e9;
    -webkit-box-shadow: 0 0 0 12px #e8f5e9;
    -moz-box-shadow: 0 0 0 12px #e8f5e9;
    -o-box-shadow: 0 0 0 12px #e8f5e9;
    box-shadow: 0 0 0 12px #e8f5e9
}

.my-forms .success-view .icon-left,
.my-forms .success-view .icon-right {
    border-color: #81c784
}

.my-forms .success-message i,
.my-forms .success-view .icon-left,
.my-forms .success-view .icon-right,
.my-forms span.success-view {
    color: #1b5e20
}

.my-forms .success-message {
    background: #e8f5e9;
    border-color: #1b5e20;
    color: #1b5e20
}

.my-forms .warning-view .checkbox i,
.my-forms .warning-view .checkbox-toggle i,
.my-forms .warning-view .radio i,
.my-forms .warning-view .radio-toggle i,
.my-forms .warning-view input,
.my-forms .warning-view select,
.my-forms .warning-view textarea {
    background: #fff8e1 !important
}

.my-forms .select.warning-view i {
    background-color: #fff8e1;
    -webkit-box-shadow: 0 0 0 12px #fff8e1;
    -moz-box-shadow: 0 0 0 12px #fff8e1;
    -o-box-shadow: 0 0 0 12px #fff8e1;
    box-shadow: 0 0 0 12px #fff8e1
}

.my-forms .warning-view .icon-left,
.my-forms .warning-view .icon-right {
    border-color: #f9a825
}

.my-forms .warning-message i,
.my-forms .warning-view .icon-left,
.my-forms .warning-view .icon-right,
.my-forms span.warning-view {
    color: #f57f17
}

.my-forms .warning-message {
    background: #fff8e1;
    border-color: #f57f17;
    color: #f57f17
}

.my-forms .info-view .checkbox i,
.my-forms .info-view .checkbox-toggle i,
.my-forms .info-view .radio i,
.my-forms .info-view .radio-toggle i,
.my-forms .info-view input,
.my-forms .info-view select,
.my-forms .info-view textarea {
    background: #e1f5fe !important
}

.my-forms .select.info-view i {
    background-color: #e1f5fe;
    -webkit-box-shadow: 0 0 0 12px #e1f5fe;
    -moz-box-shadow: 0 0 0 12px #e1f5fe;
    -o-box-shadow: 0 0 0 12px #e1f5fe;
    box-shadow: 0 0 0 12px #e1f5fe
}

.my-forms .info-view .icon-left,
.my-forms .info-view .icon-right {
    border-color: #0288d1
}

.my-forms .info-message i,
.my-forms .info-view .icon-left,
.my-forms .info-view .icon-right,
.my-forms span.info-view {
    color: #01579b
}

.my-forms .info-message {
    background: #e1f5fe;
    border-color: #01579b;
    color: #01579b
}

.my-forms .rating-group {
    color: rgba(0, 0, 0, .87);
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px
}

.my-forms .rating-group .label {
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0
}

.my-forms .rating-group .ratings {
    float: right;
    height: 30px;
    line-height: 30px
}

.my-forms .ratings input {
    left: -9999px;
    position: absolute
}

.my-forms .ratings input+label {
    color: rgba(0, 0, 0, .26);
    cursor: pointer;
    font-size: 20px;
    float: right;
    padding: 0 2px
}

.my-forms .ratings input+label:hover,
.my-forms .ratings input+label:hover~label,
.my-forms .ratings input:checked+label,
.my-forms .ratings input:checked+label~label {
    color: #303f9f
}

.my-forms .social-btn,
.my-forms .social-icon {
    margin-bottom: 6px;
    position: relative
}

.my-forms .social-icon {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.my-forms .social-btn i,
.my-forms .social-icon i {
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    left: 0;
    line-height: 48px;
    position: absolute;
    text-align: center;
    width: 48px;
    z-index: 2
}

.my-forms .social-btn button,
.my-forms .social-icon button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0 0 0 48px;
    outline: 0;
    overflow: hidden;
    height: 48px;
    white-space: nowrap
}

.my-forms .social-btn button,
.my-forms .span12 {
    width: 100%
}

.my-forms .social-icon button {
    width: 48px
}

.my-forms .social-btn.vk button,
.my-forms .social-icon.vk button {
    background: #2f5070
}

.my-forms .social-btn.vk:hover button,
.my-forms .social.vk:hover button {
    background: rgba(47, 80, 112, .85)
}

.my-forms .social-btn.skype button,
.my-forms .social-icon.skype button {
    background: #13b0ed
}

.my-forms .social-btn.skype:hover button,
.my-forms .social-icon.skype:hover button {
    background: rgba(19, 176, 237, .85)
}

.my-forms .social-btn.yahoo button,
.my-forms .social-icon.yahoo button {
    background: #700e9c
}

.my-forms .social-btn.yahoo:hover button,
.my-forms .social-icon.yahoo:hover button {
    background: rgba(112, 14, 156, .85)
}

.my-forms .social-btn.flickr button,
.my-forms .social-icon.flickr button {
    background: #fe3b93
}

.my-forms .social-btn.flickr:hover button,
.my-forms .social-icon.flickr:hover button {
    background: rgba(254, 59, 147, .85)
}

.my-forms .social-btn.tumblr button,
.my-forms .social-icon.tumblr button {
    background: #384853
}

.my-forms .social-btn.tumblr:hover button,
.my-forms .social-icon.tumblr:hover button {
    background: rgba(56, 72, 83, .85)
}

.my-forms .social-btn.google button,
.my-forms .social-icon.google button {
    background: #0868b9
}

.my-forms .social-btn.google:hover button,
.my-forms .social-icon.google:hover button {
    background: rgba(8, 104, 185, .85)
}

.my-forms .social-btn.twitter button,
.my-forms .social-icon.twitter button {
    background: #2ca8d2
}

.my-forms .social-btn.twitter:hover button,
.my-forms .social-icon.twitter:hover button {
    background: rgba(44, 168, 210, .85)
}

.my-forms .social-btn.youtube button,
.my-forms .social-icon.youtube button {
    background: #ce332c
}

.my-forms .social-btn.youtube:hover button,
.my-forms .social-icon.youtube:hover button {
    background: rgba(206, 51, 44, .85)
}

.my-forms .social-btn.facebook button,
.my-forms .social-icon.facebook button {
    background: #305891
}

.my-forms .social-btn.facebook:hover button,
.my-forms .social-icon.facebook:hover button {
    background: rgba(48, 88, 145, .85)
}

.my-forms .social-btn.linkedin button,
.my-forms .social-icon.linkedin button {
    background: #4498c8
}

.my-forms .social-btn.linkedin:hover button,
.my-forms .social-icon.linkedin:hover button {
    background: rgba(68, 152, 200, .85)
}

.my-forms .social-btn.pinterest button,
.my-forms .social-icon.pinterest button {
    background: #c82828
}

.my-forms .social-btn.pinterest:hover button,
.my-forms .social-icon.pinterest:hover button {
    background: rgba(200, 40, 40, .85)
}

.my-forms .social-btn.google-plus button,
.my-forms .social-icon.google-plus button {
    background: #ce4d39
}

.my-forms .social-btn.google-plus:hover button,
.my-forms .social-icon.google-plus:hover button {
    background: rgba(206, 77, 57, .85)
}

.my-forms .captcha-group .captcha {
    background-color: #e0e0e0;
    border: none;
    -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;
    height: 48px;
    line-height: 48px;
    position: absolute;
    outline: 0;
    text-align: center;
    top: 0;
    width: 90px
}

.my-forms .captcha-group .input {
    padding-left: 90px
}

.my-forms .stepper {
    position: relative;
    padding-right: 40px
}

.my-forms .stepper .stepper-wrapper {
    -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;
    bottom: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 40px
}

.my-forms .stepper input::-webkit-inner-spin-button,
.my-forms .stepper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.my-forms .stepper .stepper-arrow {
    background-color: #e0e0e0;
    cursor: pointer;
    display: block;
    height: 50%
}

.my-forms .stepper .stepper-arrow:hover {
    background-color: #d6d6d6
}

.my-forms .stepper .stepper-arrow.down,
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.my-forms .stepper .stepper-arrow.down:after,
.my-forms .stepper .stepper-arrow.up:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: '';
    position: absolute;
    right: 16px
}

.my-forms .stepper .stepper-arrow.down:after {
    border-top: 7px solid rgba(0, 0, 0, .56);
    bottom: 13px
}

.my-forms .stepper .stepper-arrow.up:after {
    border-bottom: 7px solid rgba(0, 0, 0, .56);
    top: 13px
}

.my-forms .stepper .stepper-arrow:hover.down:after {
    border-top: 7px solid rgba(0, 0, 0, .87)
}

.my-forms .stepper .stepper-arrow:hover.up:after {
    border-bottom: 7px solid rgba(0, 0, 0, .87)
}

.ui-datepicker {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .54);
    display: none;
    font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px 0;
    width: 240px;
    z-index: 1100 !important
}

.modal-block,
.popup-list>ul>li {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif
}

.ui-datepicker-header {
    background-color: #f0f0f0;
    line-height: 1.5;
    margin: -2px 0 12px;
    padding: 10px;
    position: relative
}

.ui-datepicker-next,
.ui-datepicker-prev {
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 30px;
    position: absolute;
    text-decoration: none;
    top: 6px;
    width: 30px
}

.modal-block,
.ui-timepicker-div {
    font-size: 15px
}

.ui-datepicker-prev {
    border-right: 1px solid;
    left: 0
}

.ui-datepicker-next {
    border-left: 1px solid;
    right: 0
}

.ui-datepicker-calendar {
    border-collapse: collapse;
    line-height: 1.5;
    width: 100%
}

.ui-datepicker-calendar th span {
    color: rgba(0, 0, 0, .26);
    font-weight: lighter
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
    color: rgba(0, 0, 0, .54);
    display: block;
    font-size: 16px;
    margin: 0 auto;
    text-decoration: none;
    width: 28px
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar a:hover {
    background-color: #e0e0e0
}

.ui-datepicker-today a {
    outline: rgba(0, 0, 0, .54) solid 1px
}

.ui-datepicker-inline {
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, .12);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 100%
}

.ui-state-disabled span {
    color: rgba(0, 0, 0, .26)
}

.ui-timepicker-div .ui-widget-header {
    background-color: #f0f0f0;
    margin-bottom: 8px;
    padding: 10px 0
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-datepicker-buttonpane,
.ui-timepicker-div dl {
    border-top: 1px solid rgba(0, 0, 0, .26)
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px
}

.ui-timepicker-div dl {
    box-sizing: border-box;
    padding: 16px 5px;
    margin: 16px 0 0
}

.ui-timepicker-div .ui_tpicker_time {
    margin: 0 10px 10px 40%
}

.ui-timepicker-div .ui_tpicker_hour,
.ui-timepicker-div .ui_tpicker_minute {
    margin: 16px 10px 10px 40%
}

.ui-datepicker-buttonpane button {
    background: #e0e0e0;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .56);
    cursor: pointer;
    font: 14px 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 5px 10px;
    margin: 10px 5px 0;
    outline: 0
}

.ui-datepicker-buttonpane button:hover {
    background: #d6d6d6;
    color: rgba(0, 0, 0, .87)
}

.ui-slider .ui-slider-range {
    border: none;
    display: block;
    font-size: 11px;
    position: absolute;
    overflow: hidden;
    z-index: 1
}

.ui-slider .ui-slider-handle {
    background-color: #e0e0e0;
    border: 1px solid rgba(0, 0, 0, .36);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    height: 16px;
    position: absolute;
    outline: 0;
    left: -5px;
    width: 16px;
    z-index: 2
}

.ui-slider-horizontal {
    height: 7px
}

.ui-slider-vertical {
    height: 100px;
    width: 7px
}

.modal-form,
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -10px
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider.ui-widget-content {
    background-color: #fff;
    border: 2px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.ui-slider-horizontal .ui-widget-header,
.ui-slider-vertical .ui-widget-header {
    background-color: #f0f0f0
}

.my-forms .slider-group {
    font: 15px/48px 'Open Sans', Helvetica, Arial, sans-serif;
    height: 48px;
    padding: 0 2px;
    margin-bottom: 5px;
    white-space: nowrap
}

.my-forms .slider-group label {
    display: inline-block;
    color: rgba(0, 0, 0, .87);
    padding: 0 4px
}

.my-forms fieldset {
    border: none;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    opacity: 0;
    left: -9999px;
    top: 0;
    -webkit-transform: translateY(-4%);
    -moz-transform: translateY(-4%);
    -ms-transform: translateY(-4%);
    -o-transform: translateY(-4%);
    transform: translateY(-4%)
}

.my-forms .steps {
    border: 1px solid rgba(0, 0, 0, .12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    text-align: center
}

.my-forms .active-fieldset {
    left: 0;
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.j-tabs-container input[type=radio],
.j-tabs-section,
.my-forms .ms-drop .ms-no-results,
.my-forms fieldset .j-row,
.my-forms fieldset .unit,
.popup-btm-400 #popup-input-close,
.popup-btm-400 #popup-input-open,
.popup-btm-640 #popup-input-close,
.popup-btm-640 #popup-input-open {
    display: none
}

#tab1:checked~#tabs-section-1,
#tab2:checked~#tabs-section-2,
#tab3:checked~#tabs-section-3,
.my-forms .active-fieldset .j-row,
.my-forms .active-fieldset .unit,
.my-forms .checkbox-block span,
.my-forms .radio-block span {
    display: block
}

.my-forms .steps p {
    color: rgba(0, 0, 0, .56);
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0
}

.my-forms .steps span {
    color: rgba(0, 0, 0, .56);
    font-size: 13px;
    height: 13px;
    line-height: 13px
}

.j-tabs-container input[type=radio]:checked+.j-tabs-label span,
.my-forms .active-step .steps p {
    color: rgba(0, 0, 0, .87)
}

.my-forms .active-step .steps {
    background-color: #e8eaf6;
    border: 1px solid #303f9f
}

.my-forms .passed-step .steps {
    border: 1px solid #e8eaf6;
    background-color: #e8eaf6
}

.modal-block,
.popup-list {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .4)
}

.my-forms.j-multistep .input textarea:focus,
.popup-btm-400 .my-forms .input textarea:focus,
.popup-btm-640 .my-forms .input textarea:focus,
.popup-list-open .my-forms .input textarea:focus {
    height: 112px
}

#my-forms a.step-link,
#my-forms a.step-link:active,
#my-forms a.step-link:focus,
#my-forms a.step-link:hover {
    color: inherit;
    text-decoration: none
}

.modal-block {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .54);
    margin: 0 auto;
    max-width: 320px;
    outline: 0;
    padding: 20px
}

.modal-form {
    background-color: rgba(103, 119, 129, .5);
    bottom: 0;
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1040
}

.modal-form.modal-visible {
    opacity: 1;
    visibility: visible
}

.modal-scroll {
    overflow: hidden
}

.my-forms .modal-close {
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 11px
}

.my-forms .modal-close:focus,
.my-forms .modal-close:hover {
    background-color: rgba(0, 0, 0, .6)
}

.my-forms .modal-close i,
.popup-btm-400 .popup-btm-close i,
.popup-btm-640 .popup-btm-close i {
    display: block;
    height: 22px;
    width: 23px
}

.my-forms .modal-close i:after,
.my-forms .modal-close i:before,
.popup-btm-400 .popup-btm-close i:after,
.popup-btm-400 .popup-btm-close i:before,
.popup-btm-640 .popup-btm-close i:after,
.popup-btm-640 .popup-btm-close i:before {
    background-color: #fff;
    content: '';
    height: 3px;
    position: absolute;
    right: 1px;
    top: 10px;
    width: 21px
}

.my-forms .modal-close i:before,
.popup-btm-400 .popup-btm-close i:before,
.popup-btm-640 .popup-btm-close i:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.my-forms .modal-close i:after,
.popup-btm-400 .popup-btm-close i:after,
.popup-btm-640 .popup-btm-close i:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup-menu {
    padding: 0 15px
}

.popup-list {
    background-color: #f9fafd;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    max-width: 100%;
    position: relative
}

.popup-list>ul {
    font-size: 0;
    float: right;
    outline: 0;
    padding: 5px
}

.popup-list>ul>li {
    border-left: 1px solid rgba(0, 0, 0, .12);
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    padding: 0 20px;
    list-style-type: none
}

.popup-list-open .my-forms {
    margin: 10px auto 0;
    z-index: 999
}

.popup-list-open .popup-list-wrapper {
    display: none;
    opacity: 0;
    position: absolute;
    left: -9999px;
    width: 400px;
    -ms-animation: popup-list-open.4s both
}

@-webkit-keyframes popup-list-open {
    from {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes popup-list-open {
    from {
        -moz-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }
    to {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-ms-keyframes popup-list-open {
    from {
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }
    to {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes popup-list-open {
    from {
        -o-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }
    to {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

to {
    transform: translate(0, 0)
}

.popup-btm-400 {
    width: 400px
}

.popup-btm-640 {
    bottom: 0;
    position: fixed;
    right: 1%;
    z-index: 1000;
    width: 640px
}

.popup-btm-400 .popup-btm-wrapper,
.popup-btm-640 .popup-btm-wrapper {
    bottom: -500px;
    height: auto;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1000
}

.popup-btm-400 input#popup-input-open:checked~.popup-btm-label,
.popup-btm-640 input#popup-input-open:checked~.popup-btm-label {
    opacity: 0;
    cursor: default
}

.popup-btm-400 .popup-btm-wrapper,
.popup-btm-400 input#popup-input-close:checked~.popup-btm-wrapper,
.popup-btm-640 .popup-btm-wrapper,
.popup-btm-640 input#popup-input-close:checked~.popup-btm-wrapper {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.popup-btm-400 input#popup-input-open:checked~.popup-btm-wrapper,
.popup-btm-640 input#popup-input-open:checked~.popup-btm-wrapper {
    bottom: 5px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.popup-btm-400 .popup-btm-label,
.popup-btm-640 .popup-btm-label {
    background-color: #f9fafd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    bottom: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .87);
    display: block;
    font: 16px/35px 'Open Sans', Helvetica, Arial, sans-serif;
    height: 35px;
    text-align: center;
    opacity: 1;
    padding: 0 30px;
    position: fixed;
    right: 1%;
    white-space: nowrap;
    z-index: 9999
}

.popup-btm-400 .popup-btm-close,
.popup-btm-640 .popup-btm-close {
    background-color: rgba(0, 0, 0, .6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -25px
}

.popup-btm-400 .popup-btm-close:focus,
.popup-btm-400 .popup-btm-close:hover,
.popup-btm-640 .popup-btm-close:focus,
.popup-btm-640 .popup-btm-close:hover {
    background-color: rgba(0, 0, 0, .8)
}

.my-forms [class*=span] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.my-forms .span1 {
    width: 8.3333%
}

.my-forms .span2 {
    width: 16.6666%
}

.my-forms .span3 {
    width: 25%
}

.my-forms .span4 {
    width: 33.3333%
}

.my-forms .span5 {
    width: 41.6666%
}

.my-forms .span6 {
    width: 50%
}

.my-forms .span7 {
    width: 58.3333%
}

.my-forms .span8 {
    width: 66.6666%
}

.my-forms .span9 {
    width: 75%
}

.my-forms .span10 {
    width: 83.3333%
}

.my-forms .span11 {
    width: 91.6666%
}

.my-forms .offset1 {
    margin-left: 8.3333%
}

.my-forms .offset2 {
    margin-left: 16.6666%
}

.my-forms .offset3 {
    margin-left: 25%
}

.my-forms .offset4 {
    margin-left: 33.3333%
}

.my-forms .offset5 {
    margin-left: 41.6666%
}

.my-forms .offset6 {
    margin-left: 50%
}

.my-forms .offset7 {
    margin-left: 58.3333%
}

.my-forms .offset8 {
    margin-left: 66.6666%
}

.my-forms .offset9 {
    margin-left: 75%
}

.my-forms .offset10 {
    margin-left: 83.3333%
}

.my-forms .offset11 {
    margin-left: 91.6666%
}

.my-forms .offset12 {
    margin-left: 100%
}

.my-forms .j-row {
    margin: 0 -10px
}

@media all and (max-width:620px) {
    .wrapper-640 .my-forms [class*=span] {
        margin-right: 0;
        width: 100%
    }
    .wrapper-640 .my-forms [class*=offset] {
        margin-left: 0
    }
    .wrapper-640 .my-forms .label-center {
        height: 14px;
        line-height: 14px;
        text-align: left;
        padding-bottom: 3px
    }
    .wrapper-640 .my-forms .checkbox-toggle:last-child,
    .wrapper-640 .my-forms .checkbox:last-child,
    .wrapper-640 .my-forms .radio-toggle:last-child,
    .wrapper-640 .my-forms .radio:last-child {
        margin-bottom: 4px
    }
    .popup-list-open>.popup-list-wrapper {
        width: 100%
    }
    .popup-list-open {
        position: static
    }
}
@media only screen and (min-width: 320px) and (max-width: 365px) {

    .my-forms .g-recaptcha{
        margin-left: -50px; 
    }



}
@media all and (max-width:380px) {
    .popup-list-wrapper .my-forms [class*=span],
    .wrapper-400 .my-forms [class*=span] {
        margin-right: 0;
        width: 100%
    }
    .popup-list-wrapper .my-forms [class*=offset],
    .wrapper-400 [class*=offset] {
        margin-left: 0
    }
    .popup-list-wrapper .my-forms .label-center,
    .wrapper-400 .my-forms .label-center {
        height: 14px;
        line-height: 14px;
        text-align: left;
        padding-bottom: 3px
    }
    .wrapper-400 .my-forms .checkbox-toggle:last-child,
    .wrapper-400 .my-forms .checkbox:last-child,
    .wrapper-400 .my-forms .radio-toggle:last-child,
    .wrapper-400 .my-forms .radio:last-child {
        margin-bottom: 4px
    }
}

@media all and (max-width:410px) {
    .popup-btm-400 {
        width: 320px
    }
    .popup-btm-400 .my-forms [class*=span] {
        margin-right: 0;
        width: 100%
    }
    .popup-btm-400 .my-forms [class*=offset] {
        margin-left: 0
    }
    .popup-btm-400 .my-forms .label-center {
        height: 14px;
        line-height: 14px;
        text-align: left;
        padding-bottom: 3px
    }
}

@media all and (max-width:650px) {
    .popup-btm-640 {
        width: 320px
    }
    .popup-btm-640 .my-forms [class*=span] {
        margin-right: 0;
        width: 100%
    }
    .popup-btm-640 .my-forms [class*=offset] {
        margin-left: 0
    }
    .popup-btm-640 .my-forms .label-center {
        height: 14px;
        line-height: 14px;
        text-align: left;
        padding-bottom: 3px
    }
}

.my-forms .checkbox,
.my-forms .checkbox-toggle,
.my-forms .radio,
.my-forms .radio-toggle {
    margin-top: 0
}

.my-forms .label {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.my-forms .checkbox,
.my-forms .checkbox *,
.my-forms .checkbox i:after,
.my-forms .checkbox i:before,
.my-forms .checkbox-toggle,
.my-forms .checkbox-toggle *,
.my-forms .checkbox-toggle i:after,
.my-forms .checkbox-toggle i:before,
.my-forms .radio,
.my-forms .radio *,
.my-forms .radio i:after,
.my-forms .radio i:before,
.my-forms .radio-toggle,
.my-forms .radio-toggle *,
.my-forms .radio-toggle i:after,
.my-forms .radio-toggle i:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.my-forms .form-details {
    font: 15px/25px 'Open Sans', Helvetica, Arial, sans-serif;
    margin-bottom: 5px
}

.my-forms .form-details p {
    display: inline-block;
    margin: 0;
    padding: 0
}

.my-forms .form-details span {
    color: rgba(0, 0, 0, .87);
    padding: 0 4px
}

.my-forms .total-price {
    background: #c4df9b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0
}

.my-forms .form-details.total-price span {
    font-size: 17px
}

.my-forms .content .clone-btn-left,
.my-forms .content .clone-btn-right {
    font-size: 14px;
    height: 48px;
    padding: 0;
    position: absolute;
    margin: 0;
    width: 47px
}

.my-forms .j-row>.clone-btn-right {
    bottom: 25px;
    right: 10px
}

.my-forms .j-row>.clone-btn-right.delete {
    right: 60px
}

.my-forms .unit>.clone-btn-right {
    bottom: 0;
    right: 0
}

.my-forms .unit>.clone-btn-right.delete {
    right: 50px
}

.my-forms .j-row>.clone-btn-left {
    bottom: 25px;
    left: 10px
}

.my-forms .j-row>.clone-btn-left.delete {
    left: 60px
}

.my-forms .unit>.clone-btn-left {
    bottom: 0;
    left: 0
}

.my-forms .unit>.clone-btn-left.delete {
    left: 50px
}

.toclone-widget-right {
    padding-right: 100px;
    position: relative
}

.toclone-widget-left {
    padding-left: 100px;
    position: relative
}

.my-forms .toclone .link {
    display: inline-block;
    padding-bottom: 3px;
    margin: 0 5px 5px 0
}

.ui-autocomplete {
    background: #fff;
    border-color: rgba(0, 0, 0, .12);
    border-style: none solid solid;
    border-width: 0 2px 2px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    cursor: default;
    display: block;
    font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 110px;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 10000
}

.ui-autocomplete .ui-menu {
    position: absolute
}

.ui-autocomplete .ui-menu-item {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    cursor: pointer;
    margin: 0;
    min-height: 0;
    padding: 8px 15px;
    position: relative
}

.ui-autocomplete .ui-menu-item:hover {
    background: rgba(0, 0, 0, .06)
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -999em
}

.my-forms .input .mce-tinymce {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, .12) !important
}

.my-forms .input .mce-tinymce:hover {
    border: 2px solid rgba(48, 63, 159, .6) !important
}

.j-tabs-container .j-tabs-label {
    background: #fff;
    border-top: 2px solid rgba(0, 0, 0, .34);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    display: inline-block;
    margin: 0 0 -3px;
    font: 14px 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 11px 13px 13px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    opacity: .95
}

.my-forms .ms-choice,
.my-forms .ms-drop {
    color: rgba(0, 0, 0, .87);
    padding: 0;
    overflow: hidden;
    width: 100%
}

.j-tabs-container .j-tabs-label i,
.j-tabs-container .j-tabs-label span {
    padding: 1px
}

.j-tabs-container .j-tabs-label i {
    font-size: 16px
}

.j-tabs-container .j-tabs-label i,
.j-tabs-container .j-tabs-label span,
.j-tabs-container input[type=radio]:checked+.j-tabs-label i {
    color: rgba(0, 0, 0, .54)
}

.j-tabs-container input[type=radio]:checked+.j-tabs-label {
    border-top: 2px solid rgba(0, 0, 0, .87);
    opacity: 1
}

@media all and (max-width:430px) {
    .j-tabs-container .j-tabs-label {
        font-size: 0
    }
    .j-tabs-container .j-tabs-label i {
        font-size: 16px;
        height: 18px
    }
    .j-tabs-container input[type=radio]:checked+.j-tabs-label i {
        color: rgba(0, 0, 0, .87)
    }
}

.my-forms .checkbox-block,
.my-forms .radio-block {
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 8px;
    position: relative
}

.my-forms .checkbox-block i,
.my-forms .radio-block i {
    display: block;
    height: 18px;
    outline: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 18px;
    z-index: 10
}

.my-forms .checkbox-block input:checked+i,
.my-forms .radio-block input:checked+i {
    color: rgba(48, 63, 159, .9);
    border: 2px solid rgba(48, 63, 159, .9)
}

.my-forms .checkbox-block .block-image,
.my-forms .radio-block .block-image {
    position: relative;
    border: 0
}

.my-forms .checkbox-block .block-content img,
.my-forms .radio-block .block-content img {
    height: auto;
    display: block;
    width: 100%
}

.my-forms .checkbox-block .block-content:hover,
.my-forms .radio-block .block-content:hover {
    background: rgba(232, 234, 246, .5)
}

.my-forms .checkbox-block input:checked~.block-content,
.my-forms .radio-block input:checked~.block-content {
    background: #e8eaf6
}

.my-forms .checkbox-block .block-text-title,
.my-forms .radio-block .block-text-title {
    color: rgba(0, 0, 0, .87);
    font-size: 17px;
    margin: 5px 0
}

.my-forms .checkbox-block .block-text-desc,
.my-forms .radio-block .block-text-desc {
    color: rgba(0, 0, 0, .54);
    font-size: 13px;
    padding-right: 5px;
    line-height: 1.2;
    margin: 5px 0 10px;
    word-spacing: 3px
}

.my-forms .checkbox-block .block-content,
.my-forms .checkbox-block .block-image-title,
.my-forms .radio-block .block-content,
.my-forms .radio-block .block-image-title {
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.my-forms .checkbox-block .block-image-title,
.my-forms .radio-block .block-image-title {
    background: rgba(0, 0, 0, .34);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 20;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.my-forms .checkbox-block .block-content:hover .block-image-title,
.my-forms .radio-block .block-content:hover .block-image-title {
    background: rgba(0, 0, 0, .57)
}

.my-forms .checkbox-block input:checked~.block-content .block-image-title,
.my-forms .radio-block input:checked~.block-content .block-image-title {
    background: rgba(0, 0, 0, .77)
}

.my-forms .error-view .ms-parent .ms-choice {
    background: #ffebee
}

.my-forms .success-view .ms-parent .ms-choice {
    background: #e8f5e9
}

.my-forms .warning-view .ms-parent .ms-choice {
    background: #fff8e1
}

.my-forms .info-view .ms-parent .ms-choice {
    background: #e1f5fe
}

.my-forms .ms-parent {
    display: inline-block;
    position: relative
}

.my-forms .ms-choice {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font: 16px/48px 'Open Sans', Helvetica, Arial, sans-serif;
    height: 48px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap
}

.my-forms .ms-choice.disabled {
    background-color: #fff;
    background-image: none;
    border: 2px solid rgba(0, 0, 0, .12) !important;
    cursor: default
}

.my-forms .ms-choice>span {
    display: block;
    padding-left: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.my-forms .ms-choice>span.placeholder {
    color: rgba(0, 0, 0, .36)
}

.my-forms .ms-drop {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: none;
    position: absolute;
    z-index: 1000
}

.my-forms .ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.my-forms .ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.my-forms .ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 9999
}

.my-forms .ms-search,
.my-forms .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.my-forms .ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px
}

.my-forms .ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static
}

.my-forms .ms-drop ul>li .disabled {
    opacity: .35
}

.my-forms .ms-drop ul>li.multiple {
    display: block;
    float: left
}

.my-forms .ms-drop ul>li.group {
    clear: both
}

.my-forms .ms-drop ul>li.multiple label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.my-forms .ms-drop ul>li label {
    font-weight: 400;
    display: block;
    white-space: nowrap
}

.my-forms .ms-drop ul>li label.optgroup {
    font-weight: 700
}