#reset_recaptcha {
position:relative;
font-size:0.8rem;
color:rgb(180,180,180);
top:10px;
-webkit-transition:color 400ms;
-moz-transition:color 400ms;
-ms-transition:color 400ms;
-o-transition:color 400ms;
transition:color 400ms;
}
#reset_recaptcha:hover {
color:rgb(60,60,60);
cursor:pointer;
}
.info-small {
position:relative;
display:block;
font-size:0.8em;
line-height:1.4em;
text-align:justify;
padding-left:36px;
padding-bottom:5px;
-webkit-hyphens:auto;
-moz-hyphens:auto;
hyphens:auto;
}
.lightgrey {
color:rgb(150,150,150) !important;
} .modal_form {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:hidden;
background-color:rgba(10,15,20,0.8);
z-index:8000;
display:none;
}
.modal_form_content {
position:relative;
display:block;
margin:200px auto 0 auto;
padding:0;
width:500px;
height:auto;
font-size:16px;
background-color:rgb(255,255,255);
-webkit-animation-name:animateConfirm;
-moz-animation-name:animateConfirm;
animation-name:animateConfirm;
-webkit-animation-duration:1400ms;
-moz-animation-duration:1400ms;
animation-duration:1400ms;
z-index:8050;
}
@-webkit-keyframes animateConfirm {
0% {top: -100px; opacity: 0}
50% {opacity: 0}
100% {top: 0px; opacity: 1}
}
@-moz-keyframes animateConfirm {
0% {top: -100px; opacity: 0}
50% {opacity: 0}
100% {top: 0px; opacity: 1}
}
@keyframes animateConfirm {
0% {top: -100px; opacity: 0}
50% {opacity: 0}
100% {top: 0px; opacity: 1}
}
.modal_form_content_text {
position:relative;
display:block;
margin:0;
padding:40px;
border-bottom:1px solid rgb(205,205,205);
-webkit-hyphens:auto;
-moz-hyphens:auto;
hyphens:auto;
}
#abbrechen, #verstanden {
position:relative;
display:block;
float:left;
margin:0;
width:50%;
height:60px;
font-weight:400;
text-align:center;
text-transform:uppercase;
font-size:16px;
line-height:60px;
background-color:transparent;
-webkit-transition:all 500ms;
-moz-transition:all 500ms;
-ms-transition:all 500ms;
-o-transition:all 500ms;
transition:all 500ms;
}
#abbrechen {
border-right:1px solid rgb(205,205,205);
}
#verstanden {
}
#abbrechen:hover {
background-color:rgb(230,10,90);
color:rgb(255,255,255);
cursor:pointer;
}
#verstanden:hover {
background-color:rgb(170,210,0);
color:rgb(255,255,255);
cursor:pointer;
} .j-wrapper {
margin:0 auto;
outline:none;
padding:0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.j-wrapper-100 { max-width:100%; }
.j-pro {
background-color:rgba(255,255,255,0);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
font:16px 'Open Sans', Arial, sans-serif;
line-height:1;
position:relative;
}
.j-pro .j-input { position:relative; }
.j-pro .j-unit { position:relative; margin-bottom:30px; }
.j-pro .j-unit-small { position:relative; margin-bottom:15px; }
.j-pro .j-link {
border-bottom:1px solid #90caf9;
color:#1e88e5;
font-size:14px;
line-height:inherit;
text-decoration:none;
}
.j-pro .j-link:hover { border-bottom:none; }
.j-pro .j-inline-group { display:inline-block; }
.j-hidden,
.j-pro .j-token,
.j-pro .j-hidden,
.j-pro .j-hidden input,
.j-pro .j-hidden select,
.j-pro .j-hidden textarea,
.j-pro .j-hiddenBtn { display:none !important; } .j-pro input[type="search"]::-webkit-search-decoration,
.j-pro input[type="search"]::-webkit-search-cancel-button,
.j-pro input[type="search"]::-webkit-search-results-button,
.j-pro input[type="search"]::-webkit-search-results-decoration { display:none; }
.j-pro input[type="text"],
.j-pro input[type="password"],
.j-pro input[type="email"],
.j-pro input[type="search"],
.j-pro input[type="url"],
.j-pro input[type="button"],
.j-pro input[type="submit"],
.j-pro textarea,
.j-pro select {
-webkit-tap-highlight-color:transparent;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-border-radius:6px;
-moz-border-radius:6px;
-o-border-radius:6px;
border-radius:6px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
} .j-pro .j-content { padding:0; }
.j-pro .j-content:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
} .j-pro .j-footer {
background-color:rgba(255,255,255,0);
border-top:1px solid rgb(220,220,220);
display:block;
margin:30px 0 0 0;
padding:10px 0 0 0;
}
.j-pro .j-footer:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
} .j-pro .j-response {
opacity:0;
visibility:hidden;
-webkit-transition:opacity 800ms;
-moz-transition:opacity 800ms;
-ms-transition:opacity 800ms;
-o-transition:opacity 800ms;
transition:opacity 800ms;
}
.j-pro .j-response.j-success-message,
.j-pro .j-response.j-error-message { opacity:1; visibility:visible; } .j-pro .j-separator {
background-color:rgba(255,255,255,0);
border-top:1px solid rgb(220,220,220);
display:block;
margin:50px 0;
} .j-pro .j-divider,
.j-pro .j-divider-text { border-top:1px solid rgba(0,0,0,0); height:0; }
.j-pro .j-divider-text { text-align:center; }
.j-pro .j-divider-text span {
border:1px solid rgba(200,200,200);
background-color:rgb(246,246,246);
color:rgb(0,47,102);
font-size:16px;
padding:2px 15px;
position:relative;
top:-9px;
white-space:nowrap;
} .j-pro .j-gap-top-20 { margin-top:20px; } .j-pro .j-gap-top-45 { margin-top:45px; } .j-pro .j-gap-bottom-45 { margin-bottom:45px; } .j-pro .j-gap-bottom-25 { margin-bottom:25px; } .j-pro .j-gap-bottom-5 { margin-bottom:5px; }  .j-pro label {
display:block;
color:inherit;
font-weight:normal;
text-align:left;
margin-bottom:0;
}
.j-pro .j-label { font-size:1.0rem; color:rgb(60,60,60); margin-bottom:20px; line-height:15px; height:15px; }
.j-pro .j-label-center { height:48px; line-height:48px; text-align:center; margin-bottom:0; }
.j-pro .j-row > .j-label{ padding-left:10px; } .j-pro .j-radio,
.j-pro .j-checkbox,
.j-pro .j-radio-toggle,
.j-pro .j-checkbox-toggle {
color:rgb(180,180,180);
cursor:pointer;
font-size:1.0rem;
height:16px;
margin-bottom:4px;
position:relative;
line-height:16px;
-webkit-transition:color 500ms;
-moz-transition:color 500ms;
-ms-transition:color 500ms;
-o-transition:color 500ms;
transition:color 500ms;
}
.j-pro .j-radio:hover,
.j-pro .j-checkbox:hover,
.j-pro .j-radio-toggle:hover,
.j-pro .j-checkbox-toggle:hover {
color:rgb(60,60,60);
}
.j-pro .j-radio,
.j-pro .j-checkbox,
.j-pro .j-inline-group .j-radio,
.j-pro .j-inline-group .j-checkbox { padding:8px 0 8px 35px; }
.j-pro .j-radio-toggle,
.j-pro .j-checkbox-toggle,
.j-pro .j-inline-group .j-radio-toggle,
.j-pro .j-inline-group .j-checkbox-toggle { padding:8px 0 8px 60px; }
.j-pro .j-radio:last-child,
.j-pro .j-checkbox:last-child,
.j-pro .j-radio-toggle:last-child,
.j-pro .j-checkbox-toggle:last-child { margin-bottom:0; }
.j-pro .j-inline-group .j-radio,
.j-pro .j-inline-group .j-checkbox,
.j-pro .j-inline-group .j-radio-toggle,
.j-pro .j-inline-group .j-checkbox-toggle { display:inline-block; margin-right:25px; }
.j-pro .j-radio input,
.j-pro .j-checkbox input,
.j-pro .j-radio-toggle input,
.j-pro .j-checkbox-toggle input { position:absolute; left:-9999px; }
.j-pro .j-radio i,
.j-pro .j-checkbox i,
.j-pro .j-checkbox-toggle i,
.j-pro .j-radio-toggle i {
background-color:rgb(255,255,255);
border:1px solid rgb(195,195,195);
display:block;
height:20px;
left:0;
outline:none;
position:absolute;
top:5px;
-webkit-transition:all 500ms;
-moz-transition:all 500ms;
-ms-transition:all 500ms;
-o-transition:all 500ms;
transition:all 500ms;
}
.j-pro .j-radio i,
.j-pro .j-checkbox i { width:20px; }
.j-pro .j-checkbox-toggle i,
.j-pro .j-radio-toggle i { width:44px; }
.j-pro .j-checkbox i,
.j-pro .j-checkbox-toggle i {
}
.j-pro .j-radio i,
.j-pro .j-radio i:after,
.j-pro .j-radio-toggle i:before {
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
}
.j-pro .j-radio-toggle i {
-webkit-border-radius:13px;
-moz-border-radius:13px;
-o-border-radius:13px;
border-radius:13px;
}
.j-pro .j-checkbox-toggle i:before {
-webkit-border-radius:1px;
-moz-border-radius:1px;
-o-border-radius:1px;
border-radius:1px;
}
.j-pro .j-radio i:after {
background-color:rgb(0,38,82);
content:"";
height:10px;
top:5px;
left:5px;
opacity:0;
position:absolute;
width:10px;
}
.j-pro .j-checkbox i:after {
border-width:0 0 1px 1px;
border-bottom:solid rgb(0,38,82);
border-left:solid rgb(0,38,82);
content:"";
height:5px;
top:4px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
left:4px;
opacity:0;
position:absolute;
width:9px;
}
.j-pro .j-radio input:checked + i:after,
.j-pro .j-checkbox input:checked + i:after { opacity:1; }
.j-pro .j-checkbox-toggle i:before,
.j-pro .j-radio-toggle i:before {
border:none;
background-color:rgb(0,38,82);
content:"";
display:block;
height:14px;
left:1px;
position:absolute;
top:1px;
width:14px;
}
.j-pro .j-checkbox-toggle input:checked + i:before,
.j-pro .j-radio-toggle input:checked + i:before { left:28px; }
.j-pro .j-checkbox-toggle i:after,
.j-pro .j-radio-toggle i:after,
.j-pro .j-checkbox-toggle input:checked + i:after,
.j-pro .j-radio-toggle input:checked + i:after {
font-size:10px;
font-style:normal;
font-weight:bold;
line-height:10px;
position:absolute;
top:4px;
}
.j-pro .j-checkbox-toggle i:after,
.j-pro .j-radio-toggle i:after { content:"Nein"; left:22px; }
.j-pro .j-checkbox-toggle input:checked + i:after,
.j-pro .j-radio-toggle input:checked + i:after { content:"Ja"; left:6px; }
.j-pro .j-checkbox:hover i,
.j-pro .j-radio:hover i,
.j-pro .j-checkbox-toggle:hover i,
.j-pro .j-radio-toggle:hover i { border:1px solid rgb(150,150,150); }
.j-pro .j-radio input:checked + i,
.j-pro .j-checkbox input:checked + i,
.j-pro .j-radio-toggle input:checked + i,
.j-pro .j-checkbox-toggle input:checked + i { border:1px solid rgb(0,38,82); }
.j-pro .j-radio input:checked + i,
.j-pro .j-checkbox input:checked + i { color:rgb(0,38,82); }
.j-pro .j-checkbox-toggle input:checked + i,
.j-pro .j-radio-toggle input:checked + i { background-color:#e8eaf6; } .j-pro .j-widget { position: relative; }
.j-pro .j-widget .j-addon,
.j-pro .j-widget .j-addon-btn {
border:none;
display:block;
font:16px 'Open Sans', Arial, sans-serif;
height:48px;
line-height:48px;
padding:0;
position:absolute;
outline:none;
overflow:hidden;
text-align:center;
top:0;
z-index:5;
}
.j-pro .j-widget .j-addon {
background:#e0e0e0;
color:rgba(0,0,0,.56);
}
.j-pro .j-widget .j-addon-btn {
background:rgb(0,38,82);
color:rgb(255,255,255);
}
.j-pro .j-widget .j-addon-btn,
.j-pro .j-widget .j-addon-btn i {
cursor:pointer;
-webkit-transition:all.4s;
-moz-transition:all.4s;
-ms-transition:all.4s;
-o-transition:all.4s;
transition:all.4s;
}
.j-pro .j-widget .j-addon-btn:hover,
.j-pro .j-widget .j-addon-btn:focus { background-color:rgb(0,38,82); }
.j-pro .j-widget .j-adn-left { left:0; }
.j-pro .j-widget .j-adn-right { right:0; }
.j-pro .j-widget .j-addon i { color:rgba(0,0,0,.34); font-size:17px; z-index:2; }
.j-pro .j-widget .j-addon-btn i { color:rgb(255,255,255); font-size:17px; z-index:2; }
.j-pro .j-widget .j-adn-50 { width:50px; }
.j-pro .j-widget .j-adn-130 { width:130px; }
.j-pro .j-widget.j-right-50 .j-input { padding-right:50px; }
.j-pro .j-widget.j-left-50 .j-input { padding-left:50px; }
.j-pro .j-widget.j-right-130 .j-input { padding-right:130px; }
.j-pro .j-widget.j-left-130 .j-input { padding-left:130px; }
.j-pro .j-widget .j-adn-left,
.j-pro .j-widget.j-right-50 .j-input input,
.j-pro .j-widget.j-right-130 .j-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;
}
.j-pro .j-widget .j-adn-right,
.j-pro .j-widget.j-left-50 .j-input input,
.j-pro .j-widget.j-left-130 .j-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;
}
.j-pro .j-widget.j-left-50.j-right-50 .j-input input,
.j-pro .j-widget.j-left-50.j-right-130 .j-input input,
.j-pro .j-widget.j-left-130.j-right-50 .j-input input,
.j-pro .j-widget.j-left-130.j-right-130 .j-input input {
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
border-radius:0;
} .j-pro input[type="text"],
.j-pro input[type="password"],
.j-pro input[type="email"],
.j-pro input[type="search"],
.j-pro input[type="url"],
.j-pro textarea,
.j-pro select { color:rgb(60,60,60);
display:block;
font-family:inherit;
font-size:1.0rem;
height:48px;
padding:10px 15px;
width:100%;
outline:none;
border:1px solid rgb(200,200,200);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:all 500ms;
-moz-transition:all 500ms;
-ms-transition:all 500ms;
-o-transition:all 500ms;
transition:all 500ms;
}
.j-pro input[type="text"],
.j-pro input[type="password"],
.j-pro input[type="email"],
.j-pro input[type="search"],
.j-pro input[type="url"],
.j-pro textarea {
color:rgb(60,60,60);
}
.j-pro select {
color:rgb(180,180,180);
}
.j-pro input[type="text"]:hover,
.j-pro input[type="password"]:hover,
.j-pro input[type="email"]:hover,
.j-pro input[type="search"]:hover,
.j-pro input[type="url"]:hover,
.j-pro textarea:hover,
.j-pro select:hover {
-webkit-box-shadow:1px 1px 5px rgba(100,100,100,0.3);
-moz-box-shadow:1px 1px 5px rgba(100,100,100,0.3);
box-shadow:1px 1px 5px rgba(100,100,100,0.3);
}
.j-pro input[type="text"]:focus,
.j-pro input[type="password"]:focus,
.j-pro input[type="email"]:focus,
.j-pro input[type="search"]:focus,
.j-pro input[type="url"]:focus,
.j-pro textarea:focus,
.j-pro select:focus {
border:1px solid rgb(150,150,150);
color:rgb(60,60,60);
}
.j-pro select.j-select-modal:focus {
color:rgb(180,180,180);
}
.j-pro .j-input textarea { height:150px; overflow:auto; min-height:52px; resize:vertical; }  .j-pro input::-webkit-input-placeholder,
.j-pro textarea::-webkit-input-placeholder { color:rgb(180,180,180); }
.j-pro input::-moz-placeholder,
.j-pro textarea::-moz-placeholder { color:rgb(180,180,180); }
.j-pro input:-moz-placeholder,
.j-pro textarea:-moz-placeholder { color:rgb(180,180,180); }
.j-pro input:-ms-input-placeholder,
.j-pro textarea:-ms-input-placeholder { color:rgb(180,180,180); }
.j-pro input:focus::-webkit-input-placeholder,
.j-pro textarea:focus::-webkit-input-placeholder { color:rgb(180,180,180); }
.j-pro input:focus::-moz-placeholder,
.j-pro textarea:focus::-moz-placeholder { color:rgb(180,180,180); }
.j-pro input:focus:-moz-placeholder,
.j-pro textarea:focus:-moz-placeholder { color:rgb(180,180,180); }
.j-pro input:focus:-ms-input-placeholder,
.j-pro textarea:focus:-ms-input-placeholder { color:rgb(180,180,180); } .j-pro select { padding-left:13px; }
.j-pro .j-multiple-select select { height:auto; }
.j-pro .j-select i { height:20px;
position:absolute;
pointer-events:none;
top:14px;
right:14px;
width:14px;
}
.j-pro .j-select i:after,
.j-pro .j-select i:before {
border-right:4px solid transparent;
border-left:4px solid transparent;
content:'';
position:absolute;
right:3px;
}
.j-pro .j-select i:after { border-top:6px solid rgb(200,200,200); bottom:1px; }
.j-pro .j-select i:before { border-bottom:6px solid rgb(200,200,200); top:3px; }
.j-pro .j-select { position:relative; } .j-pro .j-select-iwd i {
color:rgb(200,200,200);
font-size:17px;
height:38px;
line-height:38px !important;
opacity:1;
position:absolute;
text-align:center;
top:5px;
right:3px;
width:42px;
border-left:1px solid rgb(200,200,200);
z-index:2;
}
.j-pro .j-select-iwd { position:relative; } .j-pro .j-icon-left,
.j-pro .j-icon-right {
color:rgb(200,200,200);
font-size:17px;
height:38px;
line-height:38px !important;
opacity:1;
position:absolute;
text-align:center;
top:5px;
width:42px;
z-index:2;
}
.j-pro .j-icon-left { border-right:1px solid rgb(200,200,200); left:3px; }
.j-pro .j-icon-right { border-left:1px solid rgb(200,200,200); right:3px; }
.j-pro .j-icon-left ~ input,
.j-pro .j-icon-left ~ textarea { padding-left:58px; }
.j-pro .j-icon-right ~ input,
.j-pro .j-icon-right ~ textarea { padding-right:58px; } .j-pro .j-file-button input {
bottom:-1px;
font-size:34px;
opacity:0;
position:absolute;
width:108px;
z-index:0;
}
.j-pro .j-prepend-small-btn .j-file-button input,
.j-pro .j-prepend-big-btn .j-file-button input { left:0; }
.j-pro .j-append-small-btn .j-file-button input,
.j-pro .j-append-big-btn .j-file-button input { right:0; }
.j-pro .j-prepend-small-btn .j-file-button,
.j-pro .j-append-small-btn .j-file-button { width:64px; }
.j-pro .j-prepend-big-btn .j-file-button,
.j-pro .j-append-big-btn .j-file-button { width:106px; }
.j-pro .j-prepend-small-btn .j-file-button,
.j-pro .j-prepend-big-btn .j-file-button { left:4px; }
.j-pro .j-append-small-btn .j-file-button,
.j-pro .j-append-big-btn .j-file-button { right:4px; }
.j-pro .j-append-small-btn .j-file-button,
.j-pro .j-append-big-btn .j-file-button,
.j-pro .j-prepend-small-btn .j-file-button,
.j-pro .j-prepend-big-btn .j-file-button {
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
border-radius:0px;
}
.j-pro .j-prepend-big-btn input[type="text"] { padding-left:123px; }
.j-pro .j-append-big-btn input[type="text"] { padding-right:123px; }
.j-pro .j-prepend-small-btn input[type="text"] { padding-left:81px; }
.j-pro .j-append-small-btn input[type="text"] { padding-right:81px; }
.j-pro .j-input input[type="file"] { cursor:pointer; } .j-pro .j-primary-btn,
.j-pro .j-secondary-btn {	
display:block;
float:right;
font-size:16px;
text-transform:uppercase;
height:48px;
margin:10px 0 10px 20px;
padding:0 25px;
white-space:nowrap;
z-index:30;
}
.j-pro .j-primary-btn { position:relative; }
.j-pro .j-content .j-primary-btn,
.j-pro .j-content .j-secondary-btn { margin:0 0 20px 20px; }
.j-pro .j-file-button {
display:block;
font-size:14px;
height:40px;
line-height:40px;
position:absolute;
top:4px;
z-index:1;
}
.j-pro .j-primary-btn,
.j-pro .j-secondary-btn,
.j-pro .j-file-button {
color:rgb(255,255,255);
font-family:'Open Sans', Arial, sans-serif;
font-weight:400;
text-align:center;
background:rgb(210,210,210);
border:none;
outline:none;
overflow:hidden;
cursor:pointer;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
border-radius:0px;
-webkit-font-smoothing:antialiased;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
transition:all 500ms ease;
}
.j-pro .j-primary-btn:hover,
.j-pro .j-secondary-btn:hover,
.j-pro .j-file-button:hover {
background:rgb(0,38,82);
cursor:pointer;
}
.j-pro .j-primary-btn:hover,
.j-pro .j-secondary-btn:hover {		
-webkit-box-shadow:1px 1px 5px rgba(100,100,100,0.6);
-moz-box-shadow:1px 1px 5px rgba(100,100,100,0.6);
box-shadow:1px 1px 5px rgba(100,100,100,0.6);
}
.j-pro .j-primary-btn:hover.j-processing { background:rgb(0,38,82); cursor:wait; }
.j-pro .j-file-button:hover + input {
-webkit-box-shadow:1px 1px 5px rgba(100,100,100,0.3);
-moz-box-shadow:1px 1px 5px rgba(100,100,100,0.3);
box-shadow:1px 1px 5px rgba(100,100,100,0.3);
}
.j-pro .j-file-button:focus + input {	
border:1px solid rgb(150,150,150);
}
.j-pro .j-secondary-btn,
.j-pro .j-secondary-btn:hover,
.j-pro .j-secondary-btn:active { opacity:0.65; }
.j-pro .j-primary-btn.j-processing:before {
background-color:rgba(255,255,255,0.3);
content:'';
height:100%;
position:absolute;
top:0;
left:0;
width:100%;
-webkit-animation:j-processing 3s ease-in-out infinite;
-moz-animation:j-processing 3s ease-in-out infinite;;
-ms-animation:j-processing 3s ease-in-out infinite;
-o-animation:j-processing 3s ease-in-out infinite;
animation:j-processing 3s ease-in-out infinite;
z-index:35;
}
@-webkit-keyframes j-processing {
0% { width:0; }
100% { width:100%; }
}
@-moz-keyframes j-processing {
0% { width:0; }
100% { width:100%; }
}
@-ms-keyframes j-processing {
0% { width:0; }
100% { width:100%; }
}
@-o-keyframes j-processing {
0% { width:0; }
100% { width:100%; }
}
@keyframes j-processing {
0% { width:0; }
100% { width:100%; }
}
#btn_send, #btn_login {
width:200px;
text-align:left;
background-color:rgb(0,38,82);
}
#btn_send:hover, #btn_login:hover {
color:rgb(170,210,0);
padding-left:28px;
}
#btn_send:after, #btn_login:after {
content:"";
position:absolute;
width:28px;
height:28px;
z-index:40;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease; 
-ms-transition:all 500ms ease;  
transition:all 500ms ease;
}
#btn_send:after {
top:10px;
right:20px;
background-image:url(//www.iwd-marketresearch.de/wp-content/themes/iwd/assets/graphics/icons/icon_btn_send.svg);
}
#btn_send:hover:after {
right:23px;
}
#btn_login:after {
top:10px;
right:15px;
background-image:url(//www.iwd-marketresearch.de/wp-content/themes/iwd/assets/graphics/icons/icon_btn_login.svg);
}
#btn_login:hover:after {
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
.full_width {
width:100% !important;
} .j-pro .j-tooltip,
.j-pro .j-tooltip-image {
background-color:rgb(0,38,82);
-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:0;
-webkit-transition:opacity 500ms;
-moz-transition:opacity 500ms;
-ms-transition:opacity 500ms;
-o-transition:opacity 500ms;
transition:opacity 500ms;
}
.j-pro .j-tooltip {
color:rgb(255,255,255);
font-size:0.8rem;
line-height:1.4em;
padding:10px; max-width:500px;
}
.j-pro .j-tooltip-image { padding:2px 2px 1px; }
.j-pro .j-input input:focus + .j-tooltip,
.j-pro .j-input textarea:focus + .j-tooltip,
.j-pro .j-select select:focus + .j-tooltip,
.j-pro .j-select-iwd select:focus + .j-tooltip,
.j-pro .j-select-iwd .chosen-container:focus-within + .j-tooltip,
.j-pro .j-input input:focus + .j-tooltip-image,
.j-pro .j-input textarea:focus + .j-tooltip-image,
.j-pro .j-select select:focus + .j-tooltip-image,
.j-pro .j-select-iwd select:focus + .j-tooltip-image { opacity:1; z-index:5; }
.j-pro .j-tooltip-left-top { bottom:100%; margin-bottom:8px; }
.j-pro .j-tooltip-left-top:before {
border-color:rgb(0,38,82) transparent;
border-style:solid;
border-width:8px 7px 0;
bottom:-6px;
content:"";
left:16px;
position:absolute;
}
.j-pro .j-input input:focus + .j-tooltip-left-top,
.j-pro .j-input textarea:focus + .j-tooltip-left-top,
.j-pro .j-select select:focus + .j-tooltip-left-top,
.j-pro .j-select-iwd select:focus + .j-tooltip-left-top { left:0; right:auto; }
.j-pro .j-tooltip-right-top { bottom:100%; margin-bottom:8px; }
.j-pro .j-tooltip-right-top:before {
border-color:rgb(0,38,82) transparent;
border-style:solid;
border-width:8px 7px 0;
bottom:-6px;
content:"";
position:absolute;
right:16px;
}
.j-pro .j-input input:focus + .j-tooltip-right-top,
.j-pro .j-input textarea:focus + .j-tooltip-right-top,
.j-pro .j-select select:focus + .j-tooltip-right-top,
.j-pro .j-select-iwd select:focus + .j-tooltip-right-top,
.j-pro .j-select-iwd .chosen-container:focus-within + .j-tooltip { left:auto; right:0; }
.j-pro .j-tooltip-left-bottom { margin-top:8px; top:100%; }
.j-pro .j-tooltip-left-bottom:before {
border-color:rgb(0,38,82) transparent;
border-style:solid;
border-width:0 7px 8px;
top:-6px;
content:"";
left:16px;
position:absolute;
}
.j-pro .j-input input:focus + .j-tooltip-left-bottom,
.j-pro .j-input textarea:focus + .j-tooltip-left-bottom,
.j-pro .j-select select:focus + .j-tooltip-left-bottom,
.j-pro .j-select-iwd select:focus + .j-tooltip-left-bottom { left:0; right:auto; }
.j-pro .j-tooltip-right-bottom { margin-top:8px; top:100%; }
.j-pro .j-tooltip-right-bottom:before {
border-color:rgb(0,38,82) transparent;
border-style:solid;
border-width:0 7px 8px;
top:-6px;
content:"";
right:16px;
position:absolute;
}
.j-pro .j-input input:focus + .j-tooltip-right-bottom,
.j-pro .j-input textarea:focus + .j-tooltip-right-bottom,
.j-pro .j-select select:focus + .j-tooltip-right-bottom,
.j-pro .j-select-iwd select:focus + .j-tooltip-right-bottom { left:auto; right:0; }
.j-pro .j-tooltip-right-side { margin-left:8px; top:8px; white-space:nowrap; }
.j-pro .j-tooltip-right-side:before {
border-color:transparent rgb(0,38,82);
border-style:solid;
border-width:7px 8px 7px 0;
content:"";
left:-6px;
position:absolute;
top:8px;
}
.j-pro .j-input input:focus + .j-tooltip-right-side,
.j-pro .j-input textarea:focus + .j-tooltip-right-side,
.j-pro .j-select select:focus + .j-tooltip-right-side,
.j-pro .j-select-iwd select:focus + .j-tooltip-right-side { left:100%; }
.j-pro .j-tooltip-left-side { margin-right:8px; top:8px; white-space:nowrap; }
.j-pro .j-tooltip-left-side:before {
border-color:transparent rgb(0,38,82);
border-style:solid;
border-width:7px 0 7px 8px;
content:"";
right:-6px;
position:absolute;
top:8px;
}
.j-pro .j-input input:focus + .j-tooltip-left-side,
.j-pro .j-input textarea:focus + .j-tooltip-left-side,
.j-pro .j-select select:focus + .j-tooltip-left-side,
.j-pro .j-select-iwd select:focus + .j-tooltip-left-side { left:auto; right:100%; } .j-pro .j-error-message,
.j-pro .j-success-message,
.j-pro .j-info-message,
.j-pro .j-warning-message {
border:2px solid;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
border-radius:0px;
display:block;
font:16px/24px 'Open Sans', Arial, sans-serif;
padding:20px;
}
.j-pro .j-error-message i,
.j-pro .j-success-message i,
.j-pro .j-info-message i,
.j-pro .j-warning-message i {
font-size:18px;
float:left;
height:24px;
line-height:24px;
padding-right:10px;
}
.j-pro .j-error-message ul,
.j-pro .j-success-message ul,
.j-pro .j-info-message ul,
.j-pro .j-warning-message ul { margin:0; }
.j-pro .j-error-message li,
.j-pro .j-success-message li,
.j-pro .j-info-message li,
.j-pro .j-warning-message li {
list-style-type:square;
list-style-position:outside;
margin-left:20px;
}
.j-pro span.j-error-view,
.j-pro span.j-success-view,
.j-pro span.j-warning-view,
.j-pro span.j-info-view {
display:block;
font-size:14px;
height:14px;
line-height:14px;
margin-top:5px;
padding:0 2px;
}
.j-pro span.j-hint {
display:block;
font-size:13px;
height:13px;
line-height:1.2em;
margin-top:10px;
padding:0 2px;
color:rgb(150,150,150);
} .j-pro .j-widget.j-disabled-view,
.j-pro .j-input.j-disabled-view,
.j-pro .j-select.j-disabled-view,
.j-pro .j-checkbox.j-disabled-view,
.j-pro .j-radio.j-disabled-view,
.j-pro .j-checkbox-toggle.j-disabled-view,
.j-pro .j-radio-toggle.j-disabled-view,
.j-pro .j-primary-btn.j-disabled-view,
.j-pro .j-secondary-btn.j-disabled-view,
.j-pro .j-file-button.j-disabled-view { cursor:default; opacity:0.5; }
.j-pro .j-widget.j-disabled-view .j-addon-btn i,
.j-pro .j-input.j-disabled-view input[type="file"] { cursor:default; }
.j-pro .j-widget.j-disabled-view input,
.j-pro .j-input.j-disabled-view input,
.j-pro .j-input.j-disabled-view textarea,
.j-pro .j-select.j-disabled-view select { border-color:rgba(0,0,0,.12) !important; }
.j-pro .j-checkbox.j-disabled-view i,
.j-pro .j-radio.j-disabled-view i,
.j-pro .j-checkbox-toggle.j-disabled-view i,
.j-pro .j-radio-toggle.j-disabled-view i { border-color:rgba(0,0,0,.26) !important; }
.j-pro .j-primary-btn.j-disabled-view,
.j-pro .j-secondary-btn.j-disabled-view,
.j-pro .j-disabled-view .j-file-button { background:rgb(0,38,82); }
.j-pro .j-widget.j-disabled-view .j-addon-btn,
.j-pro .j-widget.j-disabled-view .j-addon-btn:hover,
.j-pro .j-widget.j-disabled-view .j-addon-btn:focus { cursor:default; background:#303f9f; } .j-pro .j-error-view .j-checkbox i,
.j-pro .j-error-view .j-radio i,
.j-pro .j-error-view .j-checkbox-toggle i,
.j-pro .j-error-view .j-radio-toggle i,
.j-pro .j-error-view input,
.j-pro .j-error-view select,
.j-pro .j-select-iwd.j-error-view i,
.j-pro .j-error-view textarea { border-color:rgb(230,10,90) !important; }
.j-pro .j-select.j-error-view i,
.j-pro .j-select-iwd.j-error-view i {
background-color:rgba(230,10,90,0);
color:rgb(230,10,90);
}
.j-pro .j-error-view .j-icon-left,
.j-pro .j-error-view .j-icon-right { border-color:rgb(230,10,90); }
.j-pro .j-error-view .j-icon-left,
.j-pro .j-error-view .j-icon-right { color:rgb(230,10,90); }
.j-pro span.j-error-view,
.j-pro .j-error-message i { color:rgb(230,10,90); }
.j-pro .j-error-message { background:rgb(255,255,255); border-color:rgb(230,10,90); color:rgb(60,60,60); }
.j-pro .j-tooltip.j-error-view {
background:rgb(230,10,90) !important;
border:1px solid rgb(230,10,90);
color:rgb(230,10,90);
opacity:1;
height: auto;
padding:5px 10px;
z-index:5;
}
.j-pro .j-error-view.j-tooltip-left-top { bottom:100%; margin-bottom:8px; left:0; right:auto; }
.j-pro .j-error-view.j-tooltip-left-top:before { border-color:#c02129 transparent !important; bottom:-9px; left:13px; }
.j-pro .j-error-view.j-tooltip-right-top { bottom:100%; margin-bottom:8px; left:auto; right:0; }
.j-pro .j-error-view.j-tooltip-right-top:before { border-color:#c02129 transparent !important; bottom:-9px; }
.j-pro .j-error-view.j-tooltip-left-bottom { margin-top:8px; top:100%; left:0; right:auto; }
.j-pro .j-error-view.j-tooltip-left-bottom:before { border-color:#c02129 transparent !important; top:-9px; left:13px; }
.j-pro .j-error-view.j-tooltip-right-bottom { margin-top:8px; top:100%; left:auto; right:0; }
.j-pro .j-error-view.j-tooltip-right-bottom:before { border-color:#c02129 transparent !important; top:-9px; }
.j-pro .j-error-view.j-tooltip-right-side { margin-left:8px; top:4px; left:100%; white-space:nowrap; }
.j-pro .j-error-view.j-tooltip-right-side:before { border-color:transparent #c02129 !important; top:6px; left:-9px; }
.j-pro .j-error-view.j-tooltip-left-side { margin-right:8px; top:4px; left:auto; right:100%; white-space:nowrap; }
.j-pro .j-error-view.j-tooltip-left-side:before { border-color:transparent #c02129 !important; top:6px; right:-9px; } .j-pro .j-success-view .j-checkbox i,
.j-pro .j-success-view .j-radio i,
.j-pro .j-success-view .j-checkbox-toggle i,
.j-pro .j-success-view .j-radio-toggle i,
.j-pro .j-success-view input,
.j-pro .j-success-view select,
.j-pro .j-select-iwd.j-success-view i,
.j-pro .j-success-view textarea { border-color:rgb(170,210,0) !important; }
.j-pro .j-select.j-success-view i,
.j-pro .j-select-iwd.j-success-view i {
background-color:rgba(170,210,0,0);
color:rgb(170,210,0);
}
.j-pro .j-success-view .j-icon-left,
.j-pro .j-success-view .j-icon-right { border-color:rgb(170,210,0); }
.j-pro .j-success-view .j-icon-left,
.j-pro .j-success-view .j-icon-right,
.j-pro span.j-success-view,
.j-pro .j-success-message i { color:rgb(170,210,0); }
.j-pro .j-success-message { background:rgb(255,255,255); border-color:rgb(170,210,0); color:rgb(60,60,60); } .j-pro .j-warning-view .j-checkbox i,
.j-pro .j-warning-view .j-radio i,
.j-pro .j-warning-view .j-checkbox-toggle i,
.j-pro .j-warning-view .j-radio-toggle i,
.j-pro .j-warning-view input,
.j-pro .j-warning-view select,
.j-pro .j-warning-view textarea { background:#fff8e1 !important; }
.j-pro .j-select.j-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;
}
.j-pro .j-warning-view .j-icon-left,
.j-pro .j-warning-view .j-icon-right { border-color:#f9a825; }
.j-pro .j-warning-view .j-icon-left,
.j-pro .j-warning-view .j-icon-right,
.j-pro span.j-warning-view,
.j-pro .j-warning-message i { color:#f57f17; }
.j-pro .j-warning-message { background:#fff8e1; border-color:#f57f17; color:#f57f17; } .j-pro .j-info-view .j-checkbox i,
.j-pro .j-info-view .j-radio i,
.j-pro .j-info-view .j-checkbox-toggle i,
.j-pro .j-info-view .j-radio-toggle i,
.j-pro .j-info-view input,
.j-pro .j-info-view select,
.j-pro .j-info-view textarea { background:#e1f5fe !important; }
.j-pro .j-select.j-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;
}
.j-pro .j-info-view .j-icon-left,
.j-pro .j-info-view .j-icon-right { border-color:#0288d1; }
.j-pro .j-info-view .j-icon-left,
.j-pro .j-info-view .j-icon-right,
.j-pro span.j-info-view,
.j-pro .j-info-message i { color:#01579b; }
.j-pro .j-info-message { background:#e1f5fe; border-color:#01579b; color:#01579b; } .j-pro .j-rating-group { color:rgba(0,0,0,.87); height:30px; line-height:30px; margin-bottom:4px; }
.j-pro .j-rating-group:last-child { margin-bottom:0; }
.j-pro .j-rating-group .j-label { float:left; font-size:1.0rem; height:30px; line-height:30px; margin-bottom:0; }
.j-pro .j-rating-group .j-ratings { float:right; height:30px; line-height:30px; }
.j-pro .j-ratings input { left:-9999px; position:absolute; }
.j-pro .j-ratings input + label {
color:rgba(0,0,0,.26);
cursor:pointer;
font-size:20px;
float:right;
padding:0 2px;
-webkit-transition:color.4s;
-moz-transition:color.4s;
-ms-transition:color.4s;
-o-transition:color.4s;
transition:color.4s;
}
.j-pro .j-ratings input + label:hover,
.j-pro .j-ratings input + label:hover ~ label,
.j-pro .j-ratings input:checked + label,
.j-pro .j-ratings input:checked + label ~ label { color:rgb(0,38,82); } .ui-datepicker {
background-color:rgb(255,255,255);
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
border-radius:0px;
border-top:1px solid rgb(150,150,150);
border-right:1px solid rgb(150,150,150);
border-bottom:1px solid rgb(150,150,150);
border-left:1px solid rgb(150,150,150); color:rgb(180,180,180);
display:none;
font:16px 'Open Sans', Arial, sans-serif;
text-align:center; margin-top:-1px;
padding:10px 0;
width:240px;
z-index:1100 !important;
}
.ui-datepicker-header {
border-bottom:1px solid rgb(255,255,255);
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:10px;
width:30px;
}
.ui-datepicker-prev { border-right:0px solid; left:0; }
.ui-datepicker-next { border-left:0px solid; right:0; }
.ui-datepicker-calendar { border-collapse:collapse; line-height:1.5; width:100%; }
.ui-datepicker-calendar th span { display:none; }
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
color:rgb(180,180,180);
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:rgb(0,38,82); color:rgb(255,255,255) }
.ui-datepicker-today a { outline:1px solid rgb(0,38,82); }
.ui-datepicker-inline {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border:1px 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:rgb(210,210,210); }
.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 { float:left; clear:left; padding:0 0 0 5px; }
.ui-timepicker-div td { font-size:90%; }
.ui-tpicker-grid-label { background:none; border:none; margin:0; padding:0; }
.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 { font-size:15px; }
.ui-timepicker-div dl {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border-top:1px solid rgba(0,0,0,.26);
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 { border-top:1px solid rgba(0,0,0,.26); }
.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', Arial, sans-serif;
padding:5px 10px;
margin:10px 5px 0;
-webkit-transition:all.15s;
-moz-transition:all.15s;
-ms-transition:all.15s;
-o-transition:all.15s;
transition:all.15s;
outline:none;
}
.ui-datepicker-buttonpane button:hover { background:#d6d6d6; color:rgba(0,0,0,.87); } .ui-slider { position:relative; }
.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:none;
left:-5px;
width:16px;
z-index:2;
}
.ui-slider-horizontal { height:7px; }
.ui-slider-vertical { height:100px; width:7px; }
.ui-slider-horizontal .ui-slider-handle { top:-5px; margin-left:-10px; }
.ui-slider-horizontal .ui-slider-range { top:0; height:100%; }
.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:rgb(255,255,255);
border:1px solid #e0e0e0;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
}
.ui-slider-vertical .ui-widget-header,
.ui-slider-horizontal .ui-widget-header { background-color:#f0f0f0; }
.j-pro .j-slider-group {
font:15px 'Open Sans', Arial, sans-serif;
height:48px;
line-height:48px;
padding:0 2px;
margin-bottom:5px;
white-space:nowrap;
}
.j-pro .j-slider-group label { display:inline-block; color:rgba(0,0,0,.87); padding:0 4px; } .j-pro fieldset {
border:none;
outline:none;
margin:0;
padding:0;
position:absolute;
opacity:0;
left:-9999px;
top:0;
-webkit-transform:translateY(50px);
-moz-transform:translateY(50px);
-ms-transform:translateY(50px);
-o-transform:translateY(50px);
transform:translateY(50px);
-webkit-transition:opacity 600ms, -webkit-transform 600ms;
-moz-transition:opacity 600ms, -moz-transform 600ms;
-ms-transition:opacity 600ms, -ms-transform 600ms;
-o-transition:opacity 600ms, -o-transform 600ms;
transition:opacity 600ms, transform 600ms;
}
.j-pro .j-steps {
border:2px solid rgb(255,255,255);
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
border-radius:0px;
margin-bottom:25px;
padding:25px 10px 10px 10px;
text-align:center;
-webkit-transition:all.4s;
-moz-transition:all.4s;
-ms-transition:all.4s;
-o-transition:all.4s;
transition:all.4s;
}
.j-pro .j-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-pro fieldset .j-unit,
.j-pro fieldset .j-row { display:none; }
.j-pro .j-active-fieldset .j-unit,
.j-pro .j-active-fieldset .j-row { display:block; }
.j-pro .j-steps span { color:rgb(120,120,120); font-size:1.2rem; line-height:1.2em; }
.j-pro .j-steps p { color:rgb(120,120,120); font-size:0.8rem; height:35px; line-height:1.4em; margin-top:10px; padding:0; }
.j-pro .j-active-step .j-steps p, .j-pro .j-active-step .j-steps span { color:rgb(120,120,120); }
.j-pro .j-passed-step .j-steps p, .j-pro .j-passed-step .j-steps span { color:rgb(255,255,255); }
.j-pro .j-active-step .j-steps { background-color:rgba(255,255,255,1); border:2px solid rgb(170,210,0); }
.j-pro .j-passed-step .j-steps { background-color:rgba(170,210,0,1); border:2px solid rgba(170,210,0,1); }  .j-modal-form {
background-color:rgba(103,119,129,.5);
bottom:0;
height:100%;
left:0;
opacity:0;
overflow-y:scroll;
position:fixed;
right:0;
top:0;
visibility:hidden;
width:100%;
z-index:1040;
}
.j-modal-form.j-modal-visible { opacity:1; visibility:visible; }
.j-modal-scroll { overflow:hidden; }
.j-pro .j-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;
-webkit-transition:background-color.15s;
-moz-transition:background-color.15s;
-ms-transition:background-color.15s;
-o-transition:background-color.15s;
transition:background-color.15s;
}
.j-pro .j-modal-close:hover,
.j-pro .j-modal-close:focus { background-color:rgba(0,0,0,.6); }
.j-pro .j-modal-close i { display:block; height:22px; width:23px; }
.j-pro .j-modal-close i:before,
.j-pro .j-modal-close i:after {
background-color:rgb(255,255,255);
content:'';
height:3px;
position:absolute;
right:1px;
top:10px;
width:21px;
}
.j-pro .j-modal-close i:before{
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.j-pro .j-modal-close i:after{
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
} .j-pro [class*="j-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;
}
.j-pro .j-span1 { width:8.3333%; }
.j-pro .j-span2 { width:20%; }
.j-pro .j-span3 { width:25%; }
.j-pro .j-span4 { width:33.3333%; }
.j-pro .j-span5 { width:41.6666%; }
.j-pro .j-span6 { width:50%; }
.j-pro .j-span7 { width:58.3333%; }
.j-pro .j-span8 { width:66.6666%; }
.j-pro .j-span9 { width:75%; }
.j-pro .j-span10 { width:83.3333%; }
.j-pro .j-span11 { width:91.6666%; }
.j-pro .j-span12 { width:100%; }
.j-pro .j-offset1 { margin-left:8.3333%; }
.j-pro .j-offset2 { margin-left:16.6666%; }
.j-pro .j-offset3 { margin-left:25%; }
.j-pro .j-offset4 { margin-left:33.3333%; }
.j-pro .j-offset5 { margin-left:41.6666%; }
.j-pro .j-offset6 { margin-left:50%; }
.j-pro .j-offset7 { margin-left:58.3333%; }
.j-pro .j-offset8 { margin-left:66.6666%; }
.j-pro .j-offset9 { margin-left:75%; }
.j-pro .j-offset10 { margin-left:83.3333%; }
.j-pro .j-offset11 { margin-left:91.6666%; }
.j-pro .j-offset12 { margin-left:100%; }
.j-pro .j-row{ margin:0 -10px; }
.j-pro .j-row:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}  @media all and (max-width:620px) {
.j-wrapper-100 .j-pro [class*="j-span"] { margin-right:0; width:100%; }
.j-wrapper-100 .j-pro [class*="j-offset"] { margin-left:0; }
.j-wrapper-100 .j-pro .j-label-center { height:15px; line-height:15px; text-align:left; padding-bottom:3px; }
.j-wrapper-100 .j-pro .j-radio:last-child,
.j-wrapper-100 .j-pro .j-checkbox:last-child,
.j-wrapper-100 .j-pro .j-radio-toggle:last-child,
.j-wrapper-100 .j-pro .j-checkbox-toggle:last-child { margin-bottom:4px; }
} .ui-autocomplete {
background:rgb(255,255,255);
border-color:rgba(0,0,0,.12);
border-style:none solid solid;
border-width:0 1px 1px;
-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', Arial, sans-serif;
left:0;
list-style:none;
margin:0;
max-height:110px;
outline:none;
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:rgb(255,255,255);
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; } .j-tabs-section,
.j-tabs-container input[type="radio"] { display:none; }
#tab1:checked ~ #tabs-section-1,
#tab2:checked ~ #tabs-section-2,
#tab3:checked ~ #tabs-section-3 { display:block; }
.j-tabs-container .j-tabs-label {
background:rgb(255,255,255);
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', 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;
-webkit-transition:border-top.4s;
-moz-transition:border-top.4s;
-ms-transition:border-top.4s;
-o-transition:border-top.4s;
transition:border-top.4s;
}
.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:rgb(180,180,180); }
.j-tabs-container .j-tabs-label:hover { cursor:pointer; }
.j-tabs-container input[type="radio"]:checked + .j-tabs-label { border-top:2px solid rgba(0,0,0,.87); opacity:1; }
.j-tabs-container input[type="radio"]:checked + .j-tabs-label span { color:rgba(0,0,0,.87); }
@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); }
} .j-pro .j-radio-block,
.j-pro .j-checkbox-block {
color:rgba(0,0,0,.87);
cursor:pointer;
font-size:15px;
margin-bottom:8px;
position:relative;
}
.j-pro .j-radio-block:last-child,
.j-pro .j-checkbox-block:last-child { margin-bottom:0; }
.j-pro .j-radio-block input,
.j-pro .j-checkbox-block input { position:absolute; left:-9999px; }
.j-pro .j-radio-block i,
.j-pro .j-checkbox-block i {
display:block;
height:18px;
outline:none;
position:absolute;
top:5px;
left:5px;
width:18px;
z-index:10;
}
.j-pro .j-checkbox-block i {
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
}
.j-pro .j-checkbox-block i:after {
border-width:0 0 3px 3px;
border-bottom:solid rgb(48,63,159);
border-left:solid rgb(48,63,159);
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;
}
.j-pro .j-radio-block i,
.j-pro .j-radio-block i:after {
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
}
.j-pro .j-radio-block i:after {
background-color:rgba(48,63,159,.9);
content:"";
height:8px;
top:5px;
left:5px;
opacity:0;
position:absolute;
width:8px;
}
.j-pro .j-radio-block input:checked + i,
.j-pro .j-checkbox-block input:checked + i { color:rgba(48,63,159,.9); border:2px solid rgba(48,63,159,.9); }
.j-pro .j-radio-block input:checked + i:after,
.j-pro .j-checkbox-block input:checked + i:after { opacity:1; }
.j-pro .j-checkbox-block span,
.j-pro .j-radio-block span { display:block; }
.j-pro .j-checkbox-block .j-block-image,
.j-pro .j-radio-block .j-block-image { position:relative; border:0;}
.j-pro .j-checkbox-block .j-block-content img,
.j-pro .j-radio-block .j-block-content img { height:auto; display:block; width:100%; }
.j-pro .j-checkbox-block .j-block-content:hover,
.j-pro .j-radio-block .j-block-content:hover,
.j-pro .j-checkbox-block input:checked ~ .j-block-content,
.j-pro .j-radio-block input:checked ~ .j-block-content {
-webkit-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
}
.j-pro .j-checkbox-block .j-block-content:hover,
.j-pro .j-radio-block .j-block-content:hover { background:rgba(232,234,246,.5); }
.j-pro .j-checkbox-block input:checked ~ .j-block-content,
.j-pro .j-radio-block input:checked ~ .j-block-content { background:#e8eaf6; }
.j-pro .j-checkbox-block .j-block-text-title,
.j-pro .j-radio-block .j-block-text-title { color:rgba(0,0,0,.87); font-size:17px; margin:5px 0; }
.j-pro .j-checkbox-block .j-block-text-desc,
.j-pro .j-radio-block .j-block-text-desc {
color:rgb(180,180,180);
font-size:13px;
padding-right:5px;
line-height:1.2;
margin:5px 0 10px;
word-spacing:3px;
}
.j-pro .j-checkbox-block .j-block-image-title,
.j-pro .j-radio-block .j-block-image-title,
.j-pro .j-checkbox-block .j-block-content,
.j-pro .j-radio-block .j-block-content {
-webkit-transition:background .4s;
-moz-transition:background .4s;
-ms-transition:background .4s;
-o-transition:background .4s;
transition:background .4s;
}
.j-pro .j-checkbox-block .j-block-image-title,
.j-pro .j-radio-block .j-block-image-title {
background:rgba(0,0,0,.34);
bottom:0;
color:rgb(255,255,255);
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;
}
.j-pro .j-checkbox-block .j-block-content:hover .j-block-image-title,
.j-pro .j-radio-block .j-block-content:hover .j-block-image-title { background:rgba(0,0,0,.57); }
.j-pro .j-checkbox-block input:checked ~ .j-block-content .j-block-image-title,
.j-pro .j-radio-block input:checked ~ .j-block-content .j-block-image-title { background:rgba(0,0,0,.77); } .j-final-block {
background-color:#f9fafd;
-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,.87);
font:400 16px 'Open Sans', Arial, sans-serif;
line-height:1;
position:relative;
padding:25px 20px;
}
.j-final-block .j-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;
-webkit-transition:background-color.15s;
-moz-transition:background-color.15s;
-ms-transition:background-color.15s;
-o-transition:background-color.15s;
transition:background-color.15s;
}
.j-final-block .j-close:hover,
.j-final-block .j-close:focus { background-color:rgba(0,0,0,.6); }
.j-final-block .j-close i { display:block; height:22px; width:23px; }
.j-final-block .j-close i:before,
.j-final-block .j-close i:after {
background-color:rgb(255,255,255);
content:'';
height:3px;
position:absolute;
right:1px;
top:10px;
width:21px;
}
.j-final-block .j-close i:before{
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.j-final-block .j-close i:after{
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
} .j-pro .j-total-data,
.j-pro .j-calculation-data { font:14px/25px 'Open Sans', Arial, sans-serif; }
.j-pro .j-total-data p { display:block; margin:0; padding:5px 0; }
.j-pro .j-total-data span,
.j-pro .j-calculation-data span { color:rgba(0,0,0,.87); padding:0 4px; font-size:16px; }
.j-pro .j-calculation-data p { display:block; margin:0; padding:0; }
.j-pro .j-calculation-data {
background:#c4df9b;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
text-align:center;
padding:8px 0;
} .j-pro .j-radio,
.j-pro .j-checkbox,
.j-pro .j-radio-toggle,
.j-pro .j-checkbox-toggle { margin-top:0; }
.j-pro .j-label {
padding:0;
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
border-radius:0;
}
.j-pro .j-radio,
.j-pro .j-checkbox,
.j-pro .j-radio-toggle,
.j-pro .j-checkbox-toggle,
.j-pro .j-radio *,
.j-pro .j-checkbox *,
.j-pro .j-radio-toggle *,
.j-pro .j-checkbox-toggle *,
.j-pro .j-radio i:after,
.j-pro .j-checkbox i:after,
.j-pro .j-radio-toggle i:after,
.j-pro .j-checkbox-toggle i:after,
.j-pro .j-radio i:before,
.j-pro .j-checkbox i:before,
.j-pro .j-radio-toggle i:before,
.j-pro .j-checkbox-toggle i:before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}