
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600";
#loginform {
	/*width:400px;*/
	}
.wrapper {
	
    box-sizing: content-box;
    margin: 0 auto;
    outline: medium none;
    padding: 40px 15px;
}
.wrapper-400 {
    max-width: 400px;
}
.wrapper-640 {
    max-width: 640px;
}
.j-forms {
   /* background-color: #f9fafd;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.54);
    font: 16px/1 "Open Sans",Helvetica,Arial,sans-serif;
    position: relative;*/
}
.j-forms .input {
    position: relative;
}
.j-forms .unit {
    margin-bottom: 16px;
    position: relative;
}
.j-forms .link {
    border-bottom: 1px solid #90caf9;
    color: #1e88e5;
    font-size: 14px;
    line-height: inherit;
    text-decoration: none;
}
.j-forms .link:hover {
    border-bottom: medium none;
}
.j-forms .inline-group {
    display: inline-block;
}
.j-forms .hidden {
    display: none;
}
.j-forms select, .j-forms input[type="button"], .j-forms input[type="submit"], .j-forms input[type="search"] {
    -moz-appearance: none;
    border-radius: 0;
}
.j-forms .header {
    background-color: #3f51b5;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #7986cb;
    box-shadow: 0 6px 3px -3px rgba(63, 81, 181, 0.5);
    display: block;
    position: relative;
}
.j-forms .header > i {
    color: #fff;
    float: left;
    font-size: 31px;
    padding: 31px 15px 0 25px;
}
.j-forms .header p {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 30px 25px;
    text-transform: uppercase;
}
.j-forms .content {
/*    padding: 25px 25px 0;
*/}
.j-forms .content::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.j-forms .footer {
    background-color: #e8eaf6;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #303f9f;
    display: block;
    padding: 10px 25px;
}
.j-forms .footer::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.j-forms .divider, .j-forms .divider-text {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    height: 0;
}
.j-forms .divider-text {
    text-align: center;
}
.j-forms .divider-text span {
    background-color: #f9fafd;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    color: #3f51b5;
    font-size: 16px;
    padding: 2px 15px;
    position: relative;
    top: -9px;
    white-space: nowrap;
}
.j-forms .gap-top-20 {
    margin-top: 20px;
}
.j-forms .gap-top-45 {
    margin-top: 45px;
}
.j-forms .gap-bottom-45 {
    margin-bottom: 45px;
}
.j-forms .gap-bottom-25 {
    margin-bottom: 25px;
}
.j-forms label {
    color: inherit;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
}
.j-forms .label {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 6px;
}
.j-forms .label-center {
    height: 48px;
    line-height: 48px;
    margin-bottom: 0;
    text-align: center;
}
.j-forms .j-row > .label {
    padding-left: 10px;
}
.j-forms .radio, .j-forms .checkbox, .j-forms .radio-toggle, .j-forms .checkbox-toggle {
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    margin-bottom: 4px;
    position: relative;
}
.j-forms .radio, .j-forms .checkbox, .j-forms .inline-group .radio, .j-forms .inline-group .checkbox {
    padding: 9px 0 8px 32px;
}
.j-forms .radio-toggle, .j-forms .checkbox-toggle, .j-forms .inline-group .radio-toggle, .j-forms .inline-group .checkbox-toggle {
    padding: 9px 0 8px 58px;
}
.j-forms .radio:last-child, .j-forms .checkbox:last-child, .j-forms .radio-toggle:last-child, .j-forms .checkbox-toggle:last-child {
    margin-bottom: 0;
}
.j-forms .inline-group .radio, .j-forms .inline-group .checkbox, .j-forms .inline-group .radio-toggle, .j-forms .inline-group .checkbox-toggle {
    display: inline-block;
    margin-right: 25px;
}
.j-forms .radio input, .j-forms .checkbox input, .j-forms .radio-toggle input, .j-forms .checkbox-toggle input {
    left: -9999px;
    position: absolute;
}
.j-forms .radio i, .j-forms .checkbox i, .j-forms .checkbox-toggle i, .j-forms .radio-toggle i {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.26);
    display: block;
    height: 18px;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 5px;
    transition: border-color 0.2s ease 0s;
}
.j-forms .radio i, .j-forms .checkbox i {
    width: 18px;
}
.j-forms .checkbox-toggle i, .j-forms .radio-toggle i {
    width: 44px;
}
.j-forms .checkbox i, .j-forms .checkbox-toggle i {
    border-radius: 3px;
}
.j-forms .radio i, .j-forms .radio i::after, .j-forms .radio-toggle i::before {
    border-radius: 50%;
}
.j-forms .radio-toggle i {
    border-radius: 13px;
}
.j-forms .checkbox-toggle i::before {
    border-radius: 2px;
}
.j-forms .radio i::after {
    background-color: rgba(23, 45, 59, 0.9);
    content: "";
    height: 8px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    width: 8px;
}
.j-forms .checkbox i::after {
    border-bottom: medium solid rgb(23, 45, 59);
    border-left: medium solid rgb(23, 45, 59);
    border-width: 0 0 medium medium;
    content: "";
    height: 5px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 10px;
}
.j-forms .radio input:checked + i::after, .j-forms .checkbox input:checked + i::after {
    opacity: 1;
}
.j-forms .checkbox-toggle i::before, .j-forms .radio-toggle i::before {
    background-color: rgba(48, 63, 159, 0.9);
    border: medium none;
    content: "";
    display: block;
    height: 14px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 14px;
}
.j-forms .checkbox-toggle input:checked + i::before, .j-forms .radio-toggle input:checked + i::before {
    left: 28px;
}
.j-forms .checkbox-toggle i::after, .j-forms .radio-toggle i::after, .j-forms .checkbox-toggle input:checked + i::after, .j-forms .radio-toggle input:checked + i::after {
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 10px;
    position: absolute;
    top: 4px;
}
.j-forms .checkbox-toggle i::after, .j-forms .radio-toggle i::after {
    content: "NO";
    left: 22px;
}
.j-forms .checkbox-toggle input:checked + i::after, .j-forms .radio-toggle input:checked + i::after {
    content: "YES";
    left: 6px;
}
.j-forms .checkbox:hover i, .j-forms .radio:hover i, .j-forms .checkbox-toggle:hover i, .j-forms .radio-toggle:hover i {
    border: 2px solid rgba(224, 138, 51, 0.6);
}
.j-forms .radio input:checked + i, .j-forms .checkbox input:checked + i, .j-forms .radio-toggle input:checked + i, .j-forms .checkbox-toggle input:checked + i {
    border: 2px solid rgba(224, 138, 51, 0.9);
}
.j-forms .radio input:checked + i, .j-forms .checkbox input:checked + i {
    color: rgba(224, 138, 51, 0.9);
}
.j-forms .checkbox-toggle input:checked + i, .j-forms .radio-toggle input:checked + i {
    background-color: #e8eaf6;
}
.j-forms .widget {
    position: relative;
}
.j-forms .widget .addon, .j-forms .widget .addon-btn {
    background: #e0e0e0 none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0.56);
    display: block;
    font: 16px/48px "Open Sans",Helvetica,Arial,sans-serif;
    height: 48px;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 5;
}
.j-forms .widget .addon-btn, .j-forms .widget .addon-btn i {
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.j-forms .widget .addon-btn:hover, .j-forms .widget .addon-btn:focus {
    background-color: #d6d6d6;
    color: rgba(0, 0, 0, 0.87);
}
.j-forms .widget .addon-btn:hover i, .j-forms .widget .addon-btn:focus i {
    color: rgba(0, 0, 0, 0.61);
}
.j-forms .widget .adn-left {
    left: 0;
}
.j-forms .widget .adn-right {
    right: 0;
}
.j-forms .widget .addon i, .j-forms .widget .addon-btn i {
    color: rgba(0, 0, 0, 0.34);
    font-size: 17px;
    z-index: 2;
}
.j-forms .widget .adn-50 {
    width: 50px;
}
.j-forms .widget .adn-130 {
    width: 130px;
}
.j-forms .widget.right-50 .input {
    padding-right: 50px;
}
.j-forms .widget.left-50 .input {
    padding-left: 50px;
}
.j-forms .widget.right-130 .input {
    padding-right: 130px;
}
.j-forms .widget.left-130 .input {
    padding-left: 130px;
}
.j-forms .widget .adn-left, .j-forms .widget.right-50 .input input, .j-forms .widget.right-130 .input input {
    border-radius: 3px 0 0 3px;
}
.j-forms .widget .adn-right, .j-forms .widget.left-50 .input input, .j-forms .widget.left-130 .input input {
    border-radius: 0 3px 3px 0;
}
.j-forms .widget.left-50.right-50 .input input, .j-forms .widget.left-50.right-130 .input input, .j-forms .widget.left-130.right-50 .input input, .j-forms .widget.left-130.right-130 .input input {
    border-radius: 0;
}
.j-forms input[type="text"], .j-forms input[type="password"], .j-forms input[type="email"], .j-forms input[type="search"], .j-forms input[type="url"], .j-forms textarea, .j-forms select {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-family: inherit;
    font-size: 15px;
    height: 38px;
    outline: medium none;
    padding: 5px 15px;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.j-forms input[type="text"]:hover, .j-forms input[type="password"]:hover, .j-forms input[type="email"]:hover, .j-forms input[type="search"]:hover, .j-forms input[type="url"]:hover, .j-forms textarea:hover, .j-forms select:hover {
    border: 2px solid rgba(48, 63, 159, 0.6);
}
.j-forms input[type="text"]:focus, .j-forms input[type="password"]:focus, .j-forms input[type="email"]:focus, .j-forms input[type="search"]:focus, .j-forms input[type="url"]:focus, .j-forms textarea:focus, .j-forms select:focus {
    border: 2px solid rgba(48, 63, 159, 0.9);
}
.j-forms .input textarea {
    height: 112px;
    min-height: 52px;
    overflow: auto;
    resize: vertical;
}
.j-forms .input textarea:focus {
    height: 128px;
}
.j-forms input::-moz-placeholder, .j-forms textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
}
.j-forms input:-moz-placeholder, .j-forms textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
}
.j-forms input:focus::-moz-placeholder, .j-forms textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.36);
}
.j-forms input:focus:-moz-placeholder, .j-forms textarea:focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0.36);
}
.j-forms select {
    padding-left: 13px;
}
.j-forms .multiple-select select {
    height: auto;
}
.j-forms .select i {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 11px #fff;
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 14px;
}
.j-forms .select i::after, .j-forms .select i::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    position: absolute;
    right: 3px;
}
.j-forms .select i::after {
    border-top: 6px solid rgba(0, 0, 0, 0.4);
    bottom: 1px;
}
.j-forms .select i::before {
    border-bottom: 6px solid rgba(0, 0, 0, 0.4);
    top: 3px;
}
.j-forms .select {
    position: relative;
}
.j-forms .icon-left, .j-forms .icon-right {
    color: rgba(0, 0, 0, 0.54);
    font-size: 17px;
    height: 27px;
    line-height: 38px !important;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    top: 5px;
	padding-top:2px;
    width: 42px;
    z-index: 2;
}
.j-forms .icon-left, .j-forms .icon-right .glyphicon {
top:-5px;
}
.j-forms .icon-left {
    border-right: 1px solid rgba(0, 0, 0, 0.54);
    left: 3px;
}
.j-forms .icon-right {
    border-left: 1px solid rgba(0, 0, 0, 0.54);
    right: 3px;
}
.j-forms .icon-left ~ input, .j-forms .icon-left ~ textarea {
    padding-left: 58px;
}
.j-forms .icon-right ~ input, .j-forms .icon-right ~ textarea {
    padding-right: 58px;
}
.j-forms .file-button input {
    bottom: -1px;
    font-size: 34px;
    opacity: 0;
    position: absolute;
    width: 108px;
    z-index: 0;
}
.j-forms .prepend-small-btn .file-button input, .j-forms .prepend-big-btn .file-button input {
    left: 0;
}
.j-forms .append-small-btn .file-button input, .j-forms .append-big-btn .file-button input {
    right: 0;
}
.j-forms .prepend-small-btn .file-button, .j-forms .append-small-btn .file-button {
    width: 64px;
}
.j-forms .prepend-big-btn .file-button, .j-forms .append-big-btn .file-button {
    width: 106px;
}
.j-forms .prepend-small-btn .file-button, .j-forms .prepend-big-btn .file-button {
    left: 4px;
}
.j-forms .append-small-btn .file-button, .j-forms .append-big-btn .file-button {
    right: 4px;
}
.j-forms .append-small-btn .file-button, .j-forms .append-big-btn .file-button, .j-forms .prepend-small-btn .file-button, .j-forms .prepend-big-btn .file-button {
    border-radius: 2px;
}
.j-forms .prepend-big-btn input[type="text"] {
    padding-left: 123px;
}
.j-forms .append-big-btn input[type="text"] {
    padding-right: 123px;
}
.j-forms .prepend-small-btn input[type="text"] {
    padding-left: 81px;
}
.j-forms .append-small-btn input[type="text"] {
    padding-right: 81px;
}
.j-forms .input input[type="file"] {
    cursor: pointer;
}
.j-forms .primary-btn, .j-forms .secondary-btn {
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    /*float: right;*/
	font-weight:600 !important;
    font:15px "Titillium Web",Helvetica,Arial,sans-serif ;
    height: 48px;
    margin: 10px 0 10px 20px;
    outline: medium none;
    padding: 0 15px;
    white-space: nowrap;
}
.j-forms .primary-btn {
    position: relative;
}
.j-forms .content .primary-btn, .j-forms .content .secondary-btn {
    margin:20px 0 20px 15px;
}
.j-forms .file-button {
    color: #fff;
    display: block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 4px;
    z-index: 1;
}
.j-forms .primary-btn, .j-forms .file-button, .j-forms .secondary-btn {
	background: #e08b35;
	color:rgba(250,250,250,0.95);
    transition: background 0.2s ease 0s;
	opacity:0.9;
}
.j-forms .primary-btn:hover, .j-forms .file-button:hover, .j-forms .secondary-btn:hover {
    /*background: #fff none repeat scroll 0 0;*/
	opacity:1;
	color:rgba(255,255,255,1);
}
.j-forms .primary-btn.processing:hover {
    background: #303f9f none repeat scroll 0 0;
    cursor: wait;
}
.j-forms .file-button:hover + input {
    border: 2px solid rgba(48, 63, 159, 0.6);
}
.j-forms .secondary-btn, .j-forms .secondary-btn:hover, .j-forms .secondary-btn:active {
    opacity: 0.5;
}
.j-forms .primary-btn.processing::before {
    animation: 3s ease-in-out 0s normal none infinite running processing;
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@keyframes processing {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}
@keyframes processing {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}
.j-forms .tooltip, .j-forms .tooltip-image {
    background-color: #1a237e;
    border-radius: 3px;
    display: block;
    left: -9999px;
    opacity: 0;
    position: absolute;
}
.j-forms .tooltip {
    color: #fff;
    font: 600 13px/20px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 5px 10px;
}
.j-forms .tooltip-image {
    padding: 2px 2px 1px;
}
.j-forms .input input:focus + .tooltip, .j-forms .input textarea:focus + .tooltip, .j-forms .select select:focus + .tooltip, .j-forms .input input:focus + .tooltip-image, .j-forms .input textarea:focus + .tooltip-image, .j-forms .select select:focus + .tooltip-image {
    opacity: 1;
    z-index: 5;
}
.j-forms .tooltip-left-top {
    bottom: 100%;
    margin-bottom: 8px;
}
.j-forms .tooltip-left-top::before {
    border-color: #1a237e transparent;
    border-style: solid;
    border-width: 8px 7px 0;
    bottom: -6px;
    content: "";
    left: 16px;
    position: absolute;
}
.j-forms .input input:focus + .tooltip-left-top, .j-forms .input textarea:focus + .tooltip-left-top, .j-forms .select select:focus + .tooltip-left-top {
    left: 0;
    right: auto;
}
.j-forms .tooltip-right-top {
    bottom: 100%;
    margin-bottom: 8px;
}
.j-forms .tooltip-right-top::before {
    border-color: #1a237e transparent;
    border-style: solid;
    border-width: 8px 7px 0;
    bottom: -6px;
    content: "";
    position: absolute;
    right: 16px;
}
.j-forms .input input:focus + .tooltip-right-top, .j-forms .input textarea:focus + .tooltip-right-top, .j-forms .select select:focus + .tooltip-right-top {
    left: auto;
    right: 0;
}
.j-forms .tooltip-left-bottom {
    margin-top: 8px;
    top: 100%;
}
.j-forms .tooltip-left-bottom::before {
    border-color: #1a237e transparent;
    border-style: solid;
    border-width: 0 7px 8px;
    content: "";
    left: 16px;
    position: absolute;
    top: -6px;
}
.j-forms .input input:focus + .tooltip-left-bottom, .j-forms .input textarea:focus + .tooltip-left-bottom, .j-forms .select select:focus + .tooltip-left-bottom {
    left: 0;
    right: auto;
}
.j-forms .tooltip-right-bottom {
    margin-top: 8px;
    top: 100%;
}
.j-forms .tooltip-right-bottom::before {
    border-color: #1a237e transparent;
    border-style: solid;
    border-width: 0 7px 8px;
    content: "";
    position: absolute;
    right: 16px;
    top: -6px;
}
.j-forms .input input:focus + .tooltip-right-bottom, .j-forms .input textarea:focus + .tooltip-right-bottom, .j-forms .select select:focus + .tooltip-right-bottom {
    left: auto;
    right: 0;
}
.j-forms .tooltip-right-side {
    margin-left: 8px;
    top: 8px;
    white-space: nowrap;
}
.j-forms .tooltip-right-side::before {
    border-color: transparent #1a237e;
    border-style: solid;
    border-width: 7px 8px 7px 0;
    content: "";
    left: -6px;
    position: absolute;
    top: 8px;
}
.j-forms .input input:focus + .tooltip-right-side, .j-forms .input textarea:focus + .tooltip-right-side, .j-forms .select select:focus + .tooltip-right-side {
    left: 100%;
}
.j-forms .tooltip-left-side {
    margin-right: 8px;
    top: 8px;
    white-space: nowrap;
}
.j-forms .tooltip-left-side::before {
    border-color: transparent #1a237e;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    content: "";
    position: absolute;
    right: -6px;
    top: 8px;
}
.j-forms .input input:focus + .tooltip-left-side, .j-forms .input textarea:focus + .tooltip-left-side, .j-forms .select select:focus + .tooltip-left-side {
    left: auto;
    right: 100%;
}
.j-forms .error-message, .j-forms .success-message, .j-forms .info-message, .j-forms .warning-message {
    border: 2px solid;
    border-radius: 3px;
    display: block;
    font: 16px/24px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 15px;
}
.j-forms .error-message i, .j-forms .success-message i, .j-forms .info-message i, .j-forms .warning-message i {
    float: left;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    padding-right: 10px;
}
.j-forms .error-message ul, .j-forms .success-message ul, .j-forms .info-message ul, .j-forms .warning-message ul {
    margin: 0;
}
.j-forms span.error-view, .j-forms span.success-view, .j-forms span.warning-view, .j-forms span.info-view {
    display: block;
    font-size: 14px;
    /*height: 14px;*/
    line-height: 14px;
    margin-top: 5px;
    padding: 0 2px;
}
.j-forms span.hint {
    color: inherit;
    display: block;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    padding: 0 2px;
}
.j-forms .widget.disabled-view, .j-forms .input.disabled-view, .j-forms .select.disabled-view, .j-forms .checkbox.disabled-view, .j-forms .radio.disabled-view, .j-forms .checkbox-toggle.disabled-view, .j-forms .radio-toggle.disabled-view, .j-forms .primary-btn.disabled-view, .j-forms .secondary-btn.disabled-view, .j-forms .file-button.disabled-view {
    cursor: default;
	color:rgba(0,0,0,0.8);
	background:rgba(200,200,200,1);
    opacity: 0.8;
}
.j-forms .input.disabled-view input[type="file"] {
    cursor: default;
}
.j-forms .widget.disabled-view input, .j-forms .input.disabled-view input, .j-forms .input.disabled-view textarea, .j-forms .select.disabled-view select {
    border-color: rgba(0, 0, 0, 0.12) !important;
}
.j-forms .checkbox.disabled-view i, .j-forms .radio.disabled-view i, .j-forms .checkbox-toggle.disabled-view i, .j-forms .radio-toggle.disabled-view i {
    border-color: rgba(0, 0, 0, 0.26) !important;
}
.j-forms .primary-btn.disabled-view, .j-forms .secondary-btn.disabled-view, .j-forms .disabled-view .file-button {
   /* background: #303f9f none repeat scroll 0 0;*/
}
.j-forms .widget.disabled-view .addon-btn:hover, .j-forms .widget.disabled-view .addon-btn:focus {
    background: #e0e0e0 none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.56);
    cursor: default;
}
.j-forms .widget.disabled-view .addon-btn i {
    color: rgba(0, 0, 0, 0.24) !important;
}
.j-forms .error-view .checkbox i, .j-forms .error-view .radio i, .j-forms .error-view .checkbox-toggle i, .j-forms .error-view .radio-toggle i, .j-forms .error-view input, .j-forms .error-view select, .j-forms .error-view textarea {
    background: #ffebee none repeat scroll 0 0 !important;
}
.j-forms .select.error-view i {
    background-color: #ffebee;
    box-shadow: 0 0 0 12px #ffebee;
}
.j-forms .error-view .icon-left, .j-forms .error-view .icon-right {
    border-color: #e57373;
}
.j-forms .error-view .icon-left, .j-forms .error-view .icon-right, .j-forms span.error-view, .j-forms .error-message i {
    color: #b71c1c;
}
.j-forms .error-message {
    background: #ffebee none repeat scroll 0 0;
    border-color: #b71c1c;
    color: #b71c1c;
}
.j-forms .success-view .checkbox i, .j-forms .success-view .radio i, .j-forms .success-view .checkbox-toggle i, .j-forms .success-view .radio-toggle i, .j-forms .success-view input, .j-forms .success-view select, .j-forms .success-view textarea {
    background: #e8f5e9 none repeat scroll 0 0 !important;
}
.j-forms .select.success-view i {
    background-color: #e8f5e9;
    box-shadow: 0 0 0 12px #e8f5e9;
}
.j-forms .success-view .icon-left, .j-forms .success-view .icon-right {
    border-color: #81c784;
}
.j-forms .success-view .icon-left, .j-forms .success-view .icon-right, .j-forms span.success-view, .j-forms .success-message i {
    color: #1b5e20;
}
.j-forms .success-message {
    background: #e8f5e9 none repeat scroll 0 0;
    border-color: #1b5e20;
    color: #1b5e20;
}
.j-forms .warning-view .checkbox i, .j-forms .warning-view .radio i, .j-forms .warning-view .checkbox-toggle i, .j-forms .warning-view .radio-toggle i, .j-forms .warning-view input, .j-forms .warning-view select, .j-forms .warning-view textarea {
    background: #fff8e1 none repeat scroll 0 0 !important;
}
.j-forms .select.warning-view i {
    background-color: #fff8e1;
    box-shadow: 0 0 0 12px #fff8e1;
}
.j-forms .warning-view .icon-left, .j-forms .warning-view .icon-right {
    border-color: #f9a825;
}
.j-forms .warning-view .icon-left, .j-forms .warning-view .icon-right, .j-forms span.warning-view, .j-forms .warning-message i {
    color: #f57f17;
}
.j-forms .warning-message {
    background: #fff8e1 none repeat scroll 0 0;
    border-color: #f57f17;
    color: #f57f17;
}
.j-forms .info-view .checkbox i, .j-forms .info-view .radio i, .j-forms .info-view .checkbox-toggle i, .j-forms .info-view .radio-toggle i, .j-forms .info-view input, .j-forms .info-view select, .j-forms .info-view textarea {
    background: #e1f5fe none repeat scroll 0 0 !important;
}
.j-forms .select.info-view i {
    background-color: #e1f5fe;
    box-shadow: 0 0 0 12px #e1f5fe;
}
.j-forms .info-view .icon-left, .j-forms .info-view .icon-right {
    border-color: #0288d1;
}
.j-forms .info-view .icon-left, .j-forms .info-view .icon-right, .j-forms span.info-view, .j-forms .info-message i {
    color: #01579b;
}
.j-forms .info-message {
    background: #e1f5fe none repeat scroll 0 0;
    border-color: #01579b;
    color: #01579b;
}
.j-forms .rating-group {
    color: rgba(0, 0, 0, 0.87);
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px;
}
.j-forms .rating-group:last-child {
    margin-bottom: 0;
}
.j-forms .rating-group .label {
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
.j-forms .rating-group .ratings {
    float: right;
    height: 30px;
    line-height: 30px;
}
.j-forms .ratings input {
    left: -9999px;
    position: absolute;
}
.j-forms .ratings input + label {
    color: rgba(0, 0, 0, 0.26);
    cursor: pointer;
    float: right;
    font-size: 20px;
    padding: 0 2px;
    transition: color 0.2s ease 0s;
}
.j-forms .ratings input + label:hover, .j-forms .ratings input + label:hover ~ label, .j-forms .ratings input:checked + label, .j-forms .ratings input:checked + label ~ label {
    color: #303f9f;
}
.j-forms .social-btn, .j-forms .social-icon {
    margin-bottom: 6px;
    position: relative;
}
.j-forms .social-icon {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}
.j-forms .social-center {
    text-align: center;
}
.j-forms .social-btn i, .j-forms .social-icon i {
    background-color: rgba(0, 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;
}
.j-forms .social-btn i {
    border-radius: 3px 0 0 3px;
}
.j-forms .social-icon i {
    border-radius: 3px;
}
.j-forms .social-btn button, .j-forms .social-icon button {
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font: 16px "Open Sans",Helvetica,Arial,sans-serif;
    height: 48px;
    outline: medium none;
    overflow: hidden;
    padding: 0 0 0 48px;
    transition: background 0.2s ease 0s;
    white-space: nowrap;
}
.j-forms .social-btn button {
    width: 100%;
}
.j-forms .social-icon button {
    width: 48px;
}
.j-forms .social-btn.vk button, .j-forms .social-icon.vk button {
    background: rgb(47, 80, 112) none repeat scroll 0 0;
}
.j-forms .social-btn.vk:hover button, .j-forms .social.vk:hover button {
    background: rgba(47, 80, 112, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.skype button, .j-forms .social-icon.skype button {
    background: rgb(19, 176, 237) none repeat scroll 0 0;
}
.j-forms .social-btn.skype:hover button, .j-forms .social-icon.skype:hover button {
    background: rgba(19, 176, 237, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.yahoo button, .j-forms .social-icon.yahoo button {
    background: rgb(112, 14, 156) none repeat scroll 0 0;
}
.j-forms .social-btn.yahoo:hover button, .j-forms .social-icon.yahoo:hover button {
    background: rgba(112, 14, 156, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.flickr button, .j-forms .social-icon.flickr button {
    background: rgb(254, 59, 147) none repeat scroll 0 0;
}
.j-forms .social-btn.flickr:hover button, .j-forms .social-icon.flickr:hover button {
    background: rgba(254, 59, 147, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.tumblr button, .j-forms .social-icon.tumblr button {
    background: rgb(56, 72, 83) none repeat scroll 0 0;
}
.j-forms .social-btn.tumblr:hover button, .j-forms .social-icon.tumblr:hover button {
    background: rgba(56, 72, 83, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.google button, .j-forms .social-icon.google button {
    background: rgb(8, 104, 185) none repeat scroll 0 0;
}
.j-forms .social-btn.google:hover button, .j-forms .social-icon.google:hover button {
    background: rgba(8, 104, 185, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.twitter button, .j-forms .social-icon.twitter button {
    background: rgb(44, 168, 210) none repeat scroll 0 0;
}
.j-forms .social-btn.twitter:hover button, .j-forms .social-icon.twitter:hover button {
    background: rgba(44, 168, 210, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.youtube button, .j-forms .social-icon.youtube button {
    background: rgb(206, 51, 44) none repeat scroll 0 0;
}
.j-forms .social-btn.youtube:hover button, .j-forms .social-icon.youtube:hover button {
    background: rgba(206, 51, 44, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.facebook button, .j-forms .social-icon.facebook button {
    background: rgb(48, 88, 145) none repeat scroll 0 0;
}
.j-forms .social-btn.facebook:hover button, .j-forms .social-icon.facebook:hover button {
    background: rgba(48, 88, 145, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.linkedin button, .j-forms .social-icon.linkedin button {
    background: rgb(68, 152, 200) none repeat scroll 0 0;
}
.j-forms .social-btn.linkedin:hover button, .j-forms .social-icon.linkedin:hover button {
    background: rgba(68, 152, 200, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.pinterest button, .j-forms .social-icon.pinterest button {
    background: rgb(200, 40, 40) none repeat scroll 0 0;
}
.j-forms .social-btn.pinterest:hover button, .j-forms .social-icon.pinterest:hover button {
    background: rgba(200, 40, 40, 0.85) none repeat scroll 0 0;
}
.j-forms .social-btn.google-plus button, .j-forms .social-icon.google-plus button {
    background: rgb(206, 77, 57) none repeat scroll 0 0;
}
.j-forms .social-btn.google-plus:hover button, .j-forms .social-icon.google-plus:hover button {
    background: rgba(206, 77, 57, 0.85) none repeat scroll 0 0;
}
.j-forms .captcha-group {
    position: relative;
}
.j-forms .captcha-group .captcha {
    background-color: #e0e0e0;
    border: medium none;
    border-radius: 3px 0 0 3px;
    height: 48px;
    line-height: 48px;
    outline: medium none;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
}
.j-forms .captcha-group .input {
    padding-left: 90px;
}
.j-forms .captcha-group .input input {
    border-radius: 0 3px 3px 0;
}
.j-forms .stepper {
    padding-right: 40px;
    position: relative;
}
.j-forms .stepper input {
    border-radius: 3px 0 0 3px;
}
.j-forms .stepper .stepper-wrapper {
    border-radius: 0 3px 3px 0;
    bottom: 0;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.j-forms .stepper .stepper-arrow {
    background-color: #e0e0e0;
    cursor: pointer;
    display: block;
    height: 50%;
    transition: background-color 0.4s ease 0s;
}
.j-forms .stepper .stepper-arrow:hover {
    background-color: #d6d6d6;
}
.j-forms .stepper .stepper-arrow.down {
    bottom: 0;
}
.j-forms .stepper .stepper-arrow.up::after, .j-forms .stepper .stepper-arrow.down::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    right: 16px;
    transition: all 0.4s ease 0s;
}
.j-forms .stepper .stepper-arrow.down::after {
    border-top: 7px solid rgba(0, 0, 0, 0.56);
    bottom: 13px;
}
.j-forms .stepper .stepper-arrow.up::after {
    border-bottom: 7px solid rgba(0, 0, 0, 0.56);
    top: 13px;
}
.j-forms .stepper .stepper-arrow.down:hover::after {
    border-top: 7px solid rgba(0, 0, 0, 0.87);
}
.j-forms .stepper .stepper-arrow.up:hover::after {
    border-bottom: 7px solid rgba(0, 0, 0, 0.87);
}
.ui-datepicker {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.54);
    display: none;
    font: 16px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 10px 0;
    text-align: center;
/*    width: 240px;
*/    z-index: 1100 !important;
}
.ui-datepicker-header {
    background-color: #f0f0f0;
    line-height: 1.5;
    margin: -2px 0 12px;
    padding: 10px;
    position: relative;
}
.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 30px;
    position: absolute;
    text-decoration: none;
    top: 6px;
    width: 30px;
}
.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, 0.26);
    font-weight: lighter;
}
.ui-datepicker-calendar a, .ui-datepicker-calendar span {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-size: 16px;
    margin: 0 auto;
    text-decoration: none;
    width: 28px;
}
.ui-datepicker-calendar a:hover, .ui-datepicker-calendar .ui-state-active {
    background-color: #e0e0e0;
}
.ui-datepicker-today a {
    outline: 1px solid rgba(0, 0, 0, 0.54);
}
.ui-datepicker-inline {
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
}
.ui-state-disabled span {
    color: rgba(0, 0, 0, 0.26);
}
.ui-timepicker-div .ui-widget-header {
    background-color: #f0f0f0;
    margin-bottom: 8px;
    padding: 10px 0;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    clear: left;
    float: left;
    padding: 0 0 0 5px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
}
.ui-timepicker-rtl {
    direction: rtl;
}
.ui-timepicker-rtl dl {
    padding: 0 5px 0 0;
    text-align: right;
}
.ui-timepicker-rtl dl dt {
    clear: right;
    float: right;
}
.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px;
}
.ui-timepicker-div {
    font-size: 15px;
}
.ui-timepicker-div dl {
    border-top: 1px solid rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    margin: 16px 0 0;
    padding: 16px 5px;
}
.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 {
    border-top: 1px solid rgba(0, 0, 0, 0.26);
}
.ui-datepicker-buttonpane button {
    background: #e0e0e0 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.56);
    cursor: pointer;
    font: 14px "Open Sans",Helvetica,Arial,sans-serif;
    margin: 10px 5px 0;
    outline: medium none;
    padding: 5px 10px;
    transition: all 0.15s ease 0s;
}
.ui-datepicker-buttonpane button:hover {
    background: #d6d6d6 none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.87);
}
.ui-slider {
    position: relative;
}
.ui-slider .ui-slider-range {
    border: medium none;
    display: block;
    font-size: 11px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.ui-slider .ui-slider-handle {
    background-color: #e0e0e0;
    border: 1px solid rgba(0, 0, 0, 0.36);
    border-radius: 3px;
    cursor: pointer;
    height: 16px;
    left: -5px;
    outline: medium none;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.ui-slider-horizontal {
    height: 7px;
}
.ui-slider-vertical {
    height: 100px;
    width: 7px;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -10px;
    top: -5px;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider.ui-widget-content {
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 3px;
}
.ui-slider-vertical .ui-widget-header, .ui-slider-horizontal .ui-widget-header {
    background-color: #f0f0f0;
}
.j-forms .slider-group {
    font: 15px/48px "Open Sans",Helvetica,Arial,sans-serif;
    height: 48px;
    margin-bottom: 5px;
    padding: 0 2px;
    white-space: nowrap;
}
.j-forms .slider-group label {
    color: rgba(0, 0, 0, 0.87);
    display: inline-block;
    padding: 0 4px;
}
.j-forms fieldset {
    border: medium none;
    left: -9999px;
    margin: 0;
    opacity: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateY(-4%);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.j-forms .steps {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.j-forms .active-fieldset {
    left: 0;
    opacity: 1;
    position: relative;
    transform: translateY(0px);
}
.j-forms fieldset .unit, .j-forms fieldset .j-row {
    display: none;
}
.j-forms .active-fieldset .unit, .j-forms .active-fieldset .j-row {
    display: block;
}
.j-forms .steps p {
    color: rgba(0, 0, 0, 0.56);
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
.j-forms .steps span {
    color: rgba(0, 0, 0, 0.56);
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}
.j-forms .active-step .steps p {
    color: rgba(0, 0, 0, 0.87);
}
.j-forms .active-step .steps {
    background-color: #e8eaf6;
    border: 1px solid #303f9f;
}
.j-forms .passed-step .steps {
    background-color: #e8eaf6;
    border: 1px solid #e8eaf6;
}
.j-forms.j-multistep .input textarea:focus {
    height: 112px;
}
.modal-block {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.54);
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin: 0 auto;
    max-width: 320px;
    outline: medium none;
    padding: 20px;
}
.modal-block .modal-link {
    border-bottom: 1px solid #90caf9;
    color: #1e88e5;
    font-size: 14px;
    line-height: inherit;
    text-decoration: none;
}
.modal-block .modal-link:hover {
    border-bottom: medium none;
}
.modal-form {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1200;
}
.modal-fill {
    background-color: rgba(103, 119, 129, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
}
.j-forms .modal-close {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 11px;
    transition: background-color 0.15s ease 0s;
}
.j-forms .modal-close:hover, .j-forms .modal-close:focus {
    background-color: rgba(0, 0, 0, 0.6);
}
.j-forms .modal-close i {
    display: block;
    height: 22px;
    width: 23px;
}
.j-forms .modal-close i::before, .j-forms .modal-close i::after {
    background-color: #fff;
    content: "";
    height: 3px;
    position: absolute;
    right: 1px;
    top: 10px;
    width: 21px;
}
.j-forms .modal-close i::before {
    transform: rotate(45deg);
}
.j-forms .modal-close i::after {
    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, 0.4);
    max-width: 100%;
    position: relative;
}
.popup-list::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.popup-list > ul {
    float: right;
    font-size: 0;
    outline: medium none;
    padding: 5px;
}
.popup-list > ul > li {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 45px;
    list-style-type: none;
    padding: 0 20px;
}
.popup-list > ul > li:hover {
    background-color: #e8eaf6;
}
.popup-list-open {
    position: relative;
}
.popup-list-open .j-forms {
    margin: 10px auto 0;
    z-index: 999;
}
.popup-list-open .j-forms .input textarea:focus {
    height: 112px;
}
.popup-list-open .popup-list-wrapper {
    animation: 0.4s ease 0s normal both 1 running popup-list-open;
    display: none;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 400px;
}
@keyframes popup-list-open {
0% {
    transform: translate(0px, -10px);
}
100% {
    transform: translate(0px, 0px);
}
}
.popup-btm-400, .popup-btm-640 {
    bottom: 0;
    position: fixed;
    right: 1%;
    transition: width 0.3s ease 0s;
    z-index: 1000;
}
.popup-btm-400 {
    width: 400px;
}
.popup-btm-640 {
    width: 640px;
}
.popup-btm-400 #popup-input-open, .popup-btm-400 #popup-input-close, .popup-btm-640 #popup-input-open, .popup-btm-640 #popup-input-close {
    display: none;
}
.popup-btm-400 .popup-btm-wrapper, .popup-btm-640 .popup-btm-wrapper {
    bottom: -500px;
    height: auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
    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 {
    cursor: default;
    opacity: 0;
}
.popup-btm-400 input#popup-input-close:checked ~ .popup-btm-wrapper, .popup-btm-640 input#popup-input-close:checked ~ .popup-btm-wrapper, .popup-btm-400 .popup-btm-wrapper, .popup-btm-640 .popup-btm-wrapper {
    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;
    transform: translateY(0px);
}
.popup-btm-400 .j-forms .input textarea:focus, .popup-btm-640 .j-forms .input textarea:focus {
    height: 112px;
}
.popup-btm-400 .popup-btm-label, .popup-btm-640 .popup-btm-label {
    background-color: #f9fafd;
    border-radius: 3px;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    display: block;
    font: 16px/35px "Open Sans",Helvetica,Arial,sans-serif;
    height: 35px;
    opacity: 1;
    padding: 0 30px;
    position: fixed;
    right: 1%;
    text-align: center;
    transition: opacity 0.4s ease-in-out 0.05s;
    white-space: nowrap;
    z-index: 9999;
}
.popup-btm-400 .popup-btm-close, .popup-btm-640 .popup-btm-close {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -25px;
    transition: background-color 0.15s ease 0s;
}
.popup-btm-400 .popup-btm-close:hover, .popup-btm-400 .popup-btm-close:focus, .popup-btm-640 .popup-btm-close:hover, .popup-btm-640 .popup-btm-close:focus {
    background-color: rgba(0, 0, 0, 0.8);
}
.popup-btm-400 .popup-btm-close i, .popup-btm-640 .popup-btm-close i {
    display: block;
    height: 22px;
    width: 23px;
}
.popup-btm-400 .popup-btm-close i::before, .popup-btm-400 .popup-btm-close i::after, .popup-btm-640 .popup-btm-close i::before, .popup-btm-640 .popup-btm-close i::after {
    background-color: #fff;
    content: "";
    height: 3px;
    position: absolute;
    right: 1px;
    top: 10px;
    width: 21px;
}
.popup-btm-400 .popup-btm-close i::before, .popup-btm-640 .popup-btm-close i::before {
    transform: rotate(45deg);
}
.popup-btm-400 .popup-btm-close i::after, .popup-btm-640 .popup-btm-close i::after {
    transform: rotate(-45deg);
}
.j-forms [class*="span"] {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.j-forms .span1 {
    width: 8.3333%;
}
.j-forms .span1b {
    width: 12%;
	padding-left:0;
}
.j-forms .span4b {
    width: 33.3333%;
	padding-left:0;
}
.j-forms .span6b {
    width: 38%;
}
.j-forms .span2 {
    width: 16.6666%;
}
.j-forms .span3 {
    width: 25%;
}
.j-forms .span4 {
    width: 33.3333%;
}
.j-forms .span5 {
    width: 41.6666%;
}
.j-forms .span6 {
    width: 50%;
}
.j-forms .span7 {
    width: 58.3333%;
}
.j-forms .span8 {
    width: 66.6666%;
}
.j-forms .span9 {
    width: 75%;
}
.j-forms .span10 {
    width: 83.3333%;
}
.j-forms .span11 {
    width: 91.6666%;
}
.j-forms .span12 {
    width: 100%;
}
.j-forms .offset1 {
    margin-left: 8.3333%;
}
.j-forms .offset2 {
    margin-left: 16.6666%;
}
.j-forms .offset3 {
    margin-left: 25%;
}
.j-forms .offset4 {
    margin-left: 33.3333%;
}
.j-forms .offset5 {
    margin-left: 41.6666%;
}
.j-forms .offset6 {
    margin-left: 50%;
}
.j-forms .offset7 {
    margin-left: 58.3333%;
}
.j-forms .offset8 {
    margin-left: 66.6666%;
}
.j-forms .offset9 {
    margin-left: 75%;
}
.j-forms .offset10 {
    margin-left: 83.3333%;
}
.j-forms .offset11 {
    margin-left: 91.6666%;
}
.j-forms .offset12 {
    margin-left: 100%;
}
.j-forms .j-row {
    margin: 0 -10px;
}
.j-forms .j-row .j-popup {
	background-color:#0CF;
    
}
.j-forms .j-row::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
@media all and (max-width: 620px) {
.wrapper-640 .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
}
.wrapper-640 .j-forms [class*="offset"] {
    margin-left: 0;
}
.wrapper-640 .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    padding-bottom: 3px;
    text-align: left;
}
.wrapper-640 .j-forms .radio:last-child, .wrapper-640 .j-forms .checkbox:last-child, .wrapper-640 .j-forms .radio-toggle:last-child, .wrapper-640 .j-forms .checkbox-toggle:last-child {
    margin-bottom: 4px;
}
.popup-list-open > .popup-list-wrapper {
    width: 100%;
}
.popup-list-open {
    position: static;
}
}
@media all and (max-width: 380px) {
.wrapper-400 .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
}
.wrapper-400 [class*="offset"] {
    margin-left: 0;
}
.wrapper-400 .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    padding-bottom: 3px;
    text-align: left;
}
.wrapper-400 .j-forms .radio:last-child, .wrapper-400 .j-forms .checkbox:last-child, .wrapper-400 .j-forms .radio-toggle:last-child, .wrapper-400 .j-forms .checkbox-toggle:last-child {
    margin-bottom: 4px;
}
.popup-list-wrapper .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
}
.popup-list-wrapper .j-forms [class*="offset"] {
    margin-left: 0;
}
.popup-list-wrapper .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    padding-bottom: 3px;
    text-align: left;
}
}
@media all and (max-width: 410px) {
.popup-btm-400 {
    width: 320px;
}
.popup-btm-400 .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
}
.popup-btm-400 .j-forms [class*="offset"] {
    margin-left: 0;
}
.popup-btm-400 .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    padding-bottom: 3px;
    text-align: left;
}
}
@media all and (max-width: 650px) {
.popup-btm-640 {
    width: 320px;
}
.popup-btm-640 .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
}
.popup-btm-640 .j-forms [class*="offset"] {
    margin-left: 0;
}
.popup-btm-640 .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    padding-bottom: 3px;
    text-align: left;
}
}
.j-forms .radio, .j-forms .checkbox, .j-forms .radio-toggle, .j-forms .checkbox-toggle {
    margin-top: 0;
}
.j-forms .label {
    border-radius: 0;
    padding: 0;
}
.j-forms .radio, .j-forms .checkbox, .j-forms .radio-toggle, .j-forms .checkbox-toggle, .j-forms .radio *, .j-forms .checkbox *, .j-forms .radio-toggle *, .j-forms .checkbox-toggle *, .j-forms .radio i::after, .j-forms .checkbox i::after, .j-forms .radio-toggle i::after, .j-forms .checkbox-toggle i::after, .j-forms .radio i::before, .j-forms .checkbox i::before, .j-forms .radio-toggle i::before, .j-forms .checkbox-toggle i::before {
    box-sizing: content-box;
}
/* CSS Document */

