.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip{position:relative;display:inline-block;color:#00f;text-decoration:underline}.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip img.payment-fps-tooltip-img{display:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip:hover .payment-fps-tooltip-img{display:block}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:#eaeaea;outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}.erp-subscription-form {
margin-bottom: 20px;
}
.erp-subscription-form label {
margin-bottom: 12px;
display: block;
}
.erp-subscription-form p {
margin: 0;
}
.erp-subscription-form p input[type="email"] {
margin-bottom: 12px;
}
.erp-subscription-form button {
margin-bottom: 12px;
position: relative;
}
.erp-subscription-form .error-msg,
.erp-subscription-form .warning-msg,
.erp-subscription-form .success-msg {
padding: 10px;
border: 1px solid #ddd;
margin-bottom: 12px;
}
.erp-subscription-form .error-msg {
color: #a93e1a;
background-color: #f7d6cb;
border-color: #bf461e;
}
.erp-subscription-form .warning-msg {
color: #cc9400;
background-color: #fff1cc;
border-color: #e6a700;
}
.erp-subscription-form .success-msg {
color: #388f40;
background-color: #d7efd9;
border-color: #3fa248;
}
.erp-subscription-form .erp-spinner {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
opacity: 0;
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #fff;
border-left-color: #fff;
border-radius: 50%;
-webkit-animation: erp-subscription-form-spinner 1000ms linear infinite;
animation: erp-subscription-form-spinner 1000ms linear infinite;
}
.erp-subscription-form.doing-ajax .submit-btn-label {
opacity: 0;
}
.erp-subscription-form.doing-ajax .erp-spinner {
opacity: 1;
}
@-webkit-keyframes erp-subscription-form-spinner {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes erp-subscription-form-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}@font-face {
font-family: 'FontAwesome-uap';
src: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa-uap {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome-uap;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-uap-menu {
font-size: 30px;
display: block;
margin-bottom: 5px;
}
.fa-affiliates-uap:before {
content: "\f007";
}
.fa-referrals-uap:before {
content: "\f0c0";
}
.fa-ranks-uap:before {
content: "\f005";
}
.fa-payments-uap:before{
content: "\f0d6";
}
.fa-notifications-uap:before {
content: "\f0f3";
}
.fa-settings-uap:before {
content: "\f013";
}
.fa-showcases-uap:before {
content: "\f109";
}
.fa-reports-uap:before {
content: "\f080";
}
.fa-help-uap:before {
content: "\f059";
}
.fa-offers-uap:before {
content: "\f06b";
}
.fa-banners-uap:before {
content: "\f03e";
}
.fa-visits-uap:before{
content: "\f25a";
}
.fa-trash-uap:before{
content: "\f014";
cursor: pointer;
}
.fa-edit-uap:before{
content: "\f044";
color: #666;
font-size: 14px;
padding-left: 4px;
}
.fa-remove-uap:before{
content: "\f014";
color: #666;
font-size: 14px;
padding-left: 4px;
}
.fa-arrows-uap:before{
content: "\f047";
cursor: move;
color: #666;
font-size: 14px;
padding-left: 4px;
}
.fa-sign-in-uap:before {
content: "\f090";
line-height: 120px;
font-size: 70px;
}
.fa-user-uap:before {
content: "\f007";
line-height: 120px;
font-size: 70px;
}
.fa-user-plus-uap:before {
content: "\f234";
line-height: 120px;
font-size: 70px;
}
.fa-sign-in-uap, .fa-user-uap, .fa-user-plus-uap{
display: block;
}
.fa-add-new-item-uap:before{
content: "\f0fe";
}
.fa-web-uap:before{
content: "\f108";
font-size: 18px;
color: #333;
}
.fa-mobile-uap:before{
content: "\f10b";
font-size: 18px;
color: #333;
}
.fa-magic_features-uap:before{
content: "\f0d0";
}
.fa-search-uap:before{
content: "\f002";
}
.fa-dashboard-visits-uap:before{
content: "\f0c0";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: #4cc0c1 !important;
}
.fa-dashboard-referrals-uap:before{
content: "\f0c0";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: rgba(240, 80, 80, 1.0) !important;
}
.fa-dashboard-paid-referrals-uap:before{
content: "\f0c0";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: #0a9fd8 !important;;
}
.fa-dashboard-payments-paid-uap:before{
content: "\f0d6";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: #fa8564 !important;
background-color: #f8ba01 !important;	
}
.fa-dashboard-payments-unpaid-uap:before{
content: "\f155";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: #fa8564 !important;	
}
.fa-dashboard-payments-paided-uap:before{
content: "\f155";
margin-right: 0px; 
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: #0bb586 !important;	
}
.fa-visits-reports-uap:before{
content: "\f25a";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: #94c523 !important;	
}
.fa-dashboard-rank-uap:before{
content: "\f005";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: rgb(66, 66, 66) !important;	
}
.fa-success-rate-uap:before{
content: "\f295";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: #f8ba01 !important;	
}
.fa-success-number-uap:before{
content: "\f164";
margin-right: 0px;
width: 66px;
height: 66px;
text-align: center;
color: #ffffff;
padding: 20px;
border-radius: 50%;
font-size: 28px;
float: left!important;
box-sizing: border-box;
background-color: #f8ba01 !important;	
}
.fa-list-uap:before{
content: "\f0ca";
line-height: 17px;
color: #fff;
font-size: 27px;
color: #fff;
margin: 3px 6px 0 0;
}
.fa-icon-pop-list-uap:before{
content: "\f10c";
font-size: 14px;
line-height: 17px;
vertical-align: top;
color: #fff;
}
.fa-unlock-uap:before {
content: "\f09c";
}
.fa-sign-out-uap:before {
content: "\f08b";
}
.fa-add-uap:before {
content: "\f067";
}
.fa-sign-in-ref-uap:before {
content: "\f090";
}
.fa-hourglass-start-uap:before {
content: "\f251";
}
.fa-history-uap:before {
content: "\f021";
}
.fa-share-alt-uap:before {
content: "\f1e0";
}
.fa-paypal-uap:before {
content: "\f1ed";
}
.fa-university-uap:before {
content: "\f19c";
}
.fa-life-ring-uap:before {
content: "\f1cd";
}
.fa-money-uap:before {
content: "\f0d6";
}
.fa-opt_in-uap:before{
content: "\f0e0";
}
.fa-overview-account-uap:before{
content: "\f015";
}
.fa-edit_account-account-uap:before{
content: "\f007";
}
.fa-change_pass-account-uap:before{
content: "\f09c";
}
.fa-logout-account-uap:before{
content: "\f08b";
}
.fa-affiliate_link-account-uap:before{
content: "\f0c1";
}
.fa-campaigns-account-uap:before{
content: "\f0a1";
}
.fa-banners-account-uap:before{
content: "\f03e";
}
.fa-coupons-account-uap:before{
content: "\f145";
}
.fa-visits-account-uap:before{
content: "\f25a";
}
.fa-referrals-account-uap:before{
content: "\f0c0";
}
.fa-campaign_reports-account-uap:before{
content: "\f201";
}
.fa-reports-account-uap:before{
content: "\f080";
}
.fa-payments-account-uap:before{
content: "\f0d6";
}
.fa-account-down-uap:before{
content: "\f107";
}
.fa-account-right-uap:before{
content: "\f105";
}
.fa-payments_settings-account-uap:before {
content: "\f0d6";
}
.fa-help-account-uap:before {
content: "\f059";
}
.fa-referrals_history-account-uap:before{
content: "\f253";
}
.fa-mlm-account-uap:before{
content: "\f0c0";
}
.fa-stripe-uap:before{
content: "\f1f5";
}
.fa-landing_commissions-uap:before{
content: "\f055";
}
.fa-coupons-uap:before{
content: "\f145";
}
.uap-icon-remove-e:before{
content: "\f014";
color: #666;
font-size: 14px;
padding-left: 4px;
}
.fa-friendly_links-uap:before{
content: "\f0c1";
}
.fa-custom_affiliate_slug-uap:before{
content: "\f21b";
}
.fa-custom_affiliate_slug-account-uap:before{
content: "\f21b";
}
.fa-wallet-uap:before{
content: "\f260";
}
.fa-wallet-account-uap:before{
content: "\f260";	
}
.fa-checkout_select_referral-uap:before{
content: "\f1ec";
}
.fa-top-affiliates-uap:before{
content: "\f091";
}
.fa-bp-uap:before{
content: "\f29a";
}
.fa-woo-uap:before{
content: "\f19a";
}
.fa-referral_notifications-uap:before{
content: "\f0f3";
}
.fa-referral_notifications-account-uap:before{
content: "\f0f3";	
}
.fa-periodically_reports-uap:before{
content: "\f017";
}
.fa-qr-uap:before{
content: "\f029";
}
.fa-email_verification-uap:before{
content: "\f132";
}
.fa-custom_currencies-uap:before{
content: "\f155";
}
.fa-source_details-uap:before{
content: "\f022";
}
.fa-register_lite-uap:before{
content: "\f234";
}
.fa-wp_social_login-uap:before{
content: "\f1d7";
}
.fa-pass-uap:before {
content: "\f023";
}
.fa-username-uap:before {
content: "\f007";
}
.fa-pushover-uap:before{
content: "\f10b";
}
.fa-pushover_notifications-account-uap:before{
content: "\f0f3";
}
.fa-pushover-on-uap:before{
color:#66cbff !important;
font-size:26px;
content: "\f0f3";	
}
.fa-export-csv:before{
content: "\f019";
}
.fa-max_amount-uap:before{
content: "\f0e4";
}
.fa-simple_links-uap:before{
content: "\f14c";
}
.fa-simple_links-account-uap:before{
content: "\f08e";	
}
.fa-account_page_menu-uap:before{
content: "\f0c9";
}
.fa-arrow-uap:before{
content: "\f0d7";
}
.fa-import_export-uap:before{
content: "\f0ec";
}@import url("//fonts.googleapis.com/css?family=Open+Sans:100,400,300,500,600,700");
@import url("//fonts.googleapis.com/css?family=Oswald:100,400,300,600,700");
@import url("//fonts.googleapis.com/css?family=Roboto:400,100,300,500,600,700"); .uap-banners-wrapp{
font-size: 12px;
}
.uap-banners-wrapp .uap-banner{
border: 1px solid #e5e5e5;
background: #ffffff;
padding: 0px;
box-sizing:border-box;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
margin-bottom: 30px !important;
color:#555;
max-width: 500px;
display: inline-block;
vertical-align: top;
margin-right: 30px;
}
.uap-banners-wrapp .uap-banner .uap-banner-title{
font-weight: bold;
font-size: 16px;
color: #fff;
padding:5px 11px;
box-sizing:border-box;
background-color:#738E9A;
}
.uap-banners-wrapp .uap-banner .uap-banner-content{
padding:10px 11px;
}
.uap-banners-wrapp .uap-banner .uap-banner-img{
border:1px solid #ededed;
padding: 6px;
padding-bottom: 0px;
text-align:center;
box-sizing:border-box;
display:inline-block;
margin:10px auto;
}
.uap-banners-wrapp .uap-banner .uap-banner-img img{
max-height:300px;
margin:0 auto;
}
.uap-banners-wrapp .uap-banner .uap-banner-description{
padding: 0 0 10px 0;
font-size:13px;
font-weight:bold;
}
.uap-banners-wrapp .uap-banner .uap-banner-copypaste{
margin: 10px 0px;
margin-top:20px;
}
.uap-banners-wrapp .uap-banner .uap-banner-copypaste textarea{ height: 100px;
font-size:12px;
width:100%;
}
.uap-clear{
clear:both;
} .uap-tos-wrap{
padding:4px 0 8px 0;
position:relative;
}
.uap-tos-wrap input[type=checkbox]{
margin:0 10px;
}
.uap-tos-wrap a{
color: #0074a2;
text-decoration:none !important;
font-size:14px;
}
.uap-tos-wrap a:hover{
text-decoration:underline !important;
}
.g-recaptcha-wrapper{
text-align:center;
margin:10px 5px;
}
.g-recaptcha{
display:inline-block;
vertical-align:middle;
} .uap-register-form{
display:inline-block;
}
.uap-form-line-register{
padding:10px 5px;
border-bottom:1px solid #fafafa;
box-sizing:border-box;
}
.uap-labels-register{
min-width:140px;
text-align:right;
padding-right:15px;
display: inline-block;
}
.uap-form-line-register select{
min-width:177px;
vertical-align: middle;
}
.uap-form-line-register .uap-form-checkbox, .uap-form-line-register .uap-form-radiobox, .uap-form-line-register .uap-form-paybox{
margin-bottom:5px;
margin-right:10px;
}
.uap-form-line-register .uap-form-checkbox input, .uap-form-line-register .uap-form-radiobox input, .uap-form-line-register .uap-form-paybox input{
margin-right:5px;
vertical-align: inherit;
}
.uap-form-line-register .uap-form-sublabel{
clear:both;
font-size:11px;
color:#999;
display:block;
}
.uap-member-photo {
border-bottom-color: rgb(136, 136, 136);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(136, 136, 136);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(136, 136, 136);
border-right-style: none;
border-right-width: 2px;
border-top-color: rgb(136, 136, 136);
border-top-style: none;
border-top-width: 0px;
display: block;
max-width:180px;
max-height:180px;
margin: 0 auto;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
border-radius: 100%;
zoom: 0.9;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
margin:15px 3px;
}
.uap-file-upload-button .ajax-file-upload,.uap-file-upload-button  .uap-delete-attachment-bttn, .uap-delete-attachment-bttn{
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
-webkit-border-radius: 3px;
border-radius: 3px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #2ea2cc;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
color: #fff;
text-decoration: none;
margin-right:10px;
margin-bottom:10px;
vertical-align:top;
}
.uap-file-upload-button  .uap-delete-attachment-bttn{
background: -webkit-gradient(linear, 3% 3%, 3% 100%, from(#d14241), to(#c24a4b));;
border-color: #d14241;
}
.uap-info-link {
font-size: 11px;
text-decoration: none;
} .uap-wrapp-the-errors{
clear: both;
margin:15px 10px;
box-sizing:border-box;
padding: 12px 19px 12px 15px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #F0DBB4;
color: #9b4449;
background-color: #fff6f4;
border-color: #f8cdcd;
}
.uap-wrapp-the-errors div{
margin-bottom:10px;
}
.uap-wrapp-the-errors .uap-error-div{
}
.uap-wrapp-the-errors{
clear: both;
margin: 15px 10px;
box-sizing: border-box;
padding: 12px 19px 12px 15px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #F0DBB4;
color: #9b4449;
background-color: #fff6f4;
border-color: #f8cdcd;
}
.uap-wrapp-the-errors .uap-register-error{
}
.uap-reg-success-msg{
}
.uap-reg-update-msg{
}
.uap-login-success{
}
.uap-login-error{
}
.uap-login-pending{
}
.uap-no-avatar{
background-image: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/no-avatar.png);
width: 120px;
height: 120px;
background-size: cover;
}
.uap-wrapp-file-upload{
display: inline-block;
vertical-align: middle;
max-width: 100%;
overflow: hidden;
}
.uap-wrapp-file-upload .ajax-file-upload{ margin-top:3px;
}
.uap-wrapp-file-upload .uap-delete-attachment-bttn{
color: #fff;
background: -webkit-gradient(linear, 3% 3%, 3% 100%, from(#d14241), to(#c24a4b));
display: inline-block;
border-color:#d14241;
cursor: pointer;
margin-top:3px;
}
.uap-wrapp-file-upload .ajax-file-upload-progress{
border: 1px solid #4fb756;
}
.uap-wrapp-file-upload .ajax-file-upload-bar{
background: #4fb756;
color: #fff;
max-height:2px;
}
.uap-wrapp-file-upload .uap-icon-file-type{
background-image: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/file-icon.png);
vertical-align: middle;
width: 20px;
height: 20px;
background-size: contain;
display: inline-block;
margin-right: 10px;
}
.uap-wrapp-file-upload .uap-file-name-uploaded{
display: inline-block;
margin-right: 10px;
margin-top:3px;
} .uap-ap-menu{
margin:0px 0;
}
.uap-ap-menu .uap-ap-menu-item{
display: inline-block;
padding: 0px 10px;
font-size: 13px;
box-sizing:border-box;
}
.uap-ap-menu .uap-ap-menu-item a{
text-decoration: none;
border: none;
}
.uap-ap-menu .uap-ap-menu-item a:hover{
} .uap-form-line-register .ajax-file-upload-container{
display: inline-block;
}
.uap-form-line-register .ajax-file-upload-statusbar{
margin: 3px 0px;
}
.uap-form-line-register .ajax-file-upload-progress .ajax-file-upload-bar{
font-size: -9px;
}
.uap-form-line-register .ajax-file-upload-progress{
min-height: 3px;
}
.uap-form-line-register .ajax-file-upload-filename{
display: none;
}
.uap-sm-wrapp-fe{
clear: both;
margin: 5px 0px;
}
.uap-sm-item{
color: #fff;
padding: 3px 10px;
display: inline-block;
margin: 4px;
cursor: pointer;
}
.fa-uap-sm{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome-uap;
font-size: inherit;
line-height: 1.6;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
text-align: center;
width: 20px;
font-size: 17px;
text-align: center;
float:left;
}
.fa-uap-sm:after{
display:none;
}
.uap-sm-item-label{
margin-left: 5px;
white-space: nowrap!important;
overflow: hidden;
vertical-align: middle;
font-size: 13px;
font-family: "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 2;
float:left;
}
.uap-sm-item a,.uap-sm-item a:hover{
border-bottom: none !important;
text-decoration: none;
color: #fff;
}
.uap-sm-item.uap-fb, .uap-fb{
background-color: rgb(59, 89, 152);
}
.uap-sm-item.uap-tw, .uap-tw{
background-color: #4099FF;
}
.uap-sm-item.uap-in, .uap-in{
background-color: #0074a2;
}
.uap-sm-item.uap-goo, .uap-goo{
background-color: rgb(217, 82, 50);
}
.uap-sm-item.uap-vk, .uap-vk{
background-color: #5d83aa;
}
.uap-sm-item.uap-ig, .uap-ig{
background-color: #125688;
}
.uap-sm-item.uap-tbr, .uap-tbr{
background-color: #2c4762;
}
.uap-account-page-sm-icon{
display:inline-block;
margin-right: 5px;
width: 27px;
text-align: center;
height: 27px;
font-size: 17px !important;
}
.uap-account-page-sm-icon a, .uap-account-page-sm-icon a:hover{
text-decoration: none;
color: #fff;
}
.uap-ap-sm-top-icons-wrap{
display: inline-block;
float: left;
width: 70%;
padding-top: 5px;
padding-left: 20px;
}
.uap-sm-already-reg{
opacity: 0.4;
}
.uap-level-details-register{
margin: 15px 0px;
box-sizing: border-box;
padding: 12px 19px 12px 15px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #F0DBB4;
color: #333;
background-color: #fcf8e3;
border-color: #faebcc;
font-size: 14px;
}
.uap-level-details-register-name{
float:left;
font-weight:500;
font-size:15px;
font-family: 'Oswald', arial, sans-serif !important;
}
.uap-level-details-register-price{
float:right;
}
.uap-mobile-bttn:before {
color: #fff;
content: "\f0c9";
font: normal normal normal 30px/1 FontAwesome-uap;
line-height: 40px;
}
.uap-mobile-bttn-wrapp{
display: none;
width: 100%;
height: 40px;
clear: both;
}
.uap-mobile-bttn {
background-color: #0091cd;
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
width: 40px;
height: 40px;
text-align: center;
float: right;
margin-bottom: 10px;
cursor: pointer;
}
.uap-mobile-bttn:hover, .uap-mobile-bttn:focus {
background-color: #555;
border: 1px solid #c1c1c1;
border: 1px solid rgba(51, 51, 51, 0.3);
outline: 0;
}
@media (max-width: 361px){
}
.uap-register-notice{
font-size: 11px;
color: #b64645;
color: #df2c2c;
margin-top: 3px;
font-family: 'Open Sans', sans-serif;
}
.uap-input-notice{ border-color:#df2c2c !important;
}
.uap-payment-icon{
width: 100px !important;
opacity: 0.3;
cursor: pointer;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}
.uap-payment-icon:hover{
opacity:1;
filter: none;
-webkit-filter: none;
}
.uap-payment-select-img-selected{
opacity: 1;
filter: none;
-webkit-filter: none;
}
.uap-payment-icon-wrap{
display: inline-block;
}
.uap-public-trial-version{
clear: both;
margin:15px 10px;
box-sizing:border-box;
padding: 12px 12px 12px 12px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #F0DBB4;
color: #fff;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.5em;
background-color: #ab2c2c;
border-color: #ab2c2c;
} .uap-public-list-users-item{
padding: 5px;
margin: 5px;
border: 1px solid #c9c9c9;
}
.uap-wrapp-list-users .owl-theme .owl-dots .owl-dot span{
border: 2px solid #fff;
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
width: 7px;
height: 7px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
margin: 3px 4px !important;
}
.uap-wrapp-list-users .owl-theme .owl-nav{
margin-top:1px !important;
} .pag-theme1 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-prev{
background-color: #ddd;
width: 26px;
height: 26px;
padding: 0px;
margin:2px;
margin-bottom:8px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
font-size: 17px;
vertical-align: middle;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
.pag-theme1 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-prev:before{
content: "\f053";
}
.pag-theme1 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-next{
background-color: #ddd;
width: 26px;
height: 26px;
padding: 0px;
margin:2px;
margin-bottom:8px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
font-size: 17px;
vertical-align: middle;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
.pag-theme1 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-next:before{
content: "\f054";
} .pag-theme2 .uap-wrapp-list-users{
margin-left:17px;
margin-right:17px;
}
.pag-theme2 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-prev{
background-color: transparent !important;
padding: 0px;
margin:2px;
color: rgba(0,0,0,.55);
width:13px;
height:24px;
font-size:35px;
position:absolute;
top:40%;
left:-17px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
vertical-align: middle;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
.pag-theme2 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-prev:before{
content: "\f104";
}
.pag-theme2 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-next{
background-color: transparent !important;
padding: 0px;
margin:2px;
color: rgba(0,0,0,.55);
width:13px;
height:24px;
font-size:35px;
position:absolute;
top:40%;
right:-17px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
vertical-align: middle;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
.pag-theme2 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-next:before{
content: "\f105";
} .pag-theme3 .uap-wrapp-list-users{
margin-left:22px;
margin-right:22px;
}
.pag-theme3 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-prev{
background-color: rgba(0,0,0,.75);
opacity:0.85;
padding: 0px;
margin:2px;
color: rgba(255,255,255,.95) !important;
width:24px;
height:24px;
font-size:14px;
position:absolute;
top:40%;
left:-26px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
vertical-align: middle;
line-height: 24px;
-webkit-font-smoothing: antialiased;
border-radius:50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.pag-theme3 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-prev:before{
content: "\f053";
}
.pag-theme3 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-next{
background-color: rgba(0,0,0,.75);
opacity:0.85;
padding: 0px;
margin:2px;
color: rgba(255,255,255,.95) !important;
width:24px;
height:24px;
font-size:14px;
position:absolute;
top:40%;
right:-26px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
vertical-align: middle;
line-height: 24px;
-webkit-font-smoothing: antialiased;
border-radius:50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.pag-theme3 .uap-wrapp-list-users .owl-carousel .owl-controls .owl-nav .owl-next:before{
content: "\f054";
}
.uap-clear{
clear: both;
}
.uap-wrapp-list-users ul {
margin: 0px !important;
padding: 0px !important;
list-style-type: none;
} .uap-user-list-pagination{
width: 100%;
text-align: center;
margin: 10px 0px;
height: 30px;
}
.uap-user-list-pagination .uap-user-list-pagination-item, .uap-user-list-pagination .uap-user-list-pagination-item-selected, .uap-user-list-pagination .uap-user-list-pagination-item-break{
padding: 5px 9px;
margin: 0 2px;
background: #fafafa;
border: 1px solid #ddd;
line-height: 20px;
vertical-align: -webkit-baseline-middle;
text-decoration: none;
color: #999;
font-weight: bold;
}
.uap-user-list-pagination .uap-user-list-pagination-item-break{
padding: 5px 15px;
}
.uap-user-list-pagination .uap-user-list-pagination-item-selected{
color: orange;
background-color: #fff;
color: #000;
} .uap-content-user-list ul li, .uap-carousel-view ul li{
display: inline-block;
}
.uap-user-list-label{
} .uap-change-password-form{
}
.uap-change-password-form .uap-change-password-field-wrap{
padding: 2px 0px;
}
.uap-change-password-form .uap-change-password-label{
width: 40%;
display: inline-block;
text-align: right;
padding-right: 10px;
font-weight: bold;
}
.uap-change-password-form .uap-change-password-field{
width: 50%;
display: inline-block;
} .uap-ap-wrap{
}
.uap-ap-wrap .uap-ap-field{
padding: 2px 0px;
max-width:500px;
}
.uap-ap-wrap .uap-ap-field .uap-ap-label{
width: 30%;
display: inline-block;
}
.uap-ap-wrap .uap-ap-generate-links-result{
padding: 3px 5px;
margin: 6px 3px 10px 3px;
font-size: 16px;
background-color: #0bb586;
color: #fff;
} .uap-pagination{
width: 100%;
text-align: center;
margin: 10px 0px;
height: 30px;
}
.uap-pagination .uap-pagination-item, .uap-pagination .uap-pagination-item-selected, .uap-pagination .uap-pagination-item-break{
padding: 5px 9px;
margin: 0 2px;
background: #fafafa;
border: 1px solid #ddd;
line-height: 20px;
vertical-align: -webkit-baseline-middle;
text-decoration: none;
color: #999;
font-weight: bold;
}
.uap-pagination .uap-pagination-item-break{
padding: 5px 15px;
}
.uap-pagination .uap-pagination-item-selected{
color: orange;
background-color: #fff;
color: #000;
} .uap-public-general-stats{
padding: 5px 0px;
font-size: 11px;
color: #333;
}
.uap-general-date-filter-wrap{
}
.uap-general-date-filter-wrap .uap-general-date-filter{ } .uap-user-page-details{
}
.uap-user-page-avatar{
}
.uap-no-avatar{
background-image: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/no-avatar.png);
width: 120px;
height: 120px;
background-size: cover;
}
.uap-special-label{
color: #21759b;
font-weight:bold;
width:120px;
font-family: 'Oswald', arial, sans-serif !important;
font-weight: 400;
}
.uap-account-alert-warning {
color: #8a6d3b;
border:1px solid transparent;
background-color: #fcf8e3;
border-color: #faebcc;
padding: 15px;
margin: 0 0 15px 0;
}
.uap-account-url, .uap-account-url-slug {
color: #666;
border:1px solid transparent;
background-color: #f0f0f0;
border-color: #ddd;
padding: 5px;
margin: 0 0 15px 0;
}
.uap-account-url-slug{
background-color: #fafafa;
border-color: #f0f0f0;
}
.uap-public-form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.uap-account-campaign-list{
border-bottom:1px solid #ddd;
background-color: #fff;
font-size: 13px;
line-height: 1.5em;
color:#555;
padding: 8px 10px;
max-width:600px;
}
.uap-account-campaign-list-wrapper .uap-account-campaign-list:nth-child(even){
background-color: #f9f9f9;
}
.uap-account-table{
margin-top: 20px;
color: #888;
font-size: 12px;
margin-bottom: 40px;
width:100%;
}
.uap-account-table thead {
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom: 30px;
background:#fefefe !important;
border-bottom: 4px solid #33b5e5;
font-size: 14px;
text-align:left;
}
.uap-account-table tfoot {
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
text-align:left;
background:#fefefe !important;
font-size: 13px;
}
.uap-account-table thead th, .uap-account-table tfoot th{
padding-left:6px;
}
.uap-account-table tbody, .uap-account-table tfoot {
background:#fff !important;
}
.uap-account-table thead td {
padding: 6px 10px 6px 0;
}
.uap-account-table tbody td{
padding: 6px;
}
.uap-alternate tr:nth-child(even) {
background-color: #f9f9f9;
}
.uap-account-no-box{
background-color: #4f585f;
color: #ffffff;
padding: 0 0 1px 20px;
border-radius: 10px;
min-height: 120px;
}
@media (max-width: 361px){
.uap-account-no-box{
padding-left:0px;
}
}
.uap-account-no-box-inside{
min-height:90px;
height: auto;
color: inherit;
padding: 15px;
overflow: hidden;
position: relative;
font-size: 13px;
}
.uap-account-no-box-inside .uap-count{
font-weight: 600;
margin: 1px 0 5px 0;
font-size: 25px;
line-height:35px;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.uap-account-box-blue{
background-color:#607d8b;
}
.uap-account-box-red{
background-color:#f25a68;
}
.uap-account-box-green{
background-color:#75c37d;
}
.uap-row{
margin:5px 0 5px 0;
}
.uap-row:after{
clear:both;
display: table;
content: " ";
}
.uap-row > [class*=uapcol-]{
padding: 0 11px;
box-sizing:border-box;
float: left;
margin-bottom:5px;
}
.uapcol-md-4 {
width: 25%;
min-width:130px;
}
.uapcol-md-3 {
width: 33%;
min-width:130px;
}
.uapcol-md-2 {
width: 50%;
min-width:130px;
}
.uap-user-page-content input[type="text"],.uap-user-page-content select, .uap-user-page-content input[type="submit"]{
background: #fff;
border: 1px solid #ebebeb;
color: #6e6c6c;
padding: 10px 12px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px; outline: 0;
margin: 5px 0;
text-align: left;
vertical-align: top;
max-width: 100%;
line-height: 14px;
font-size:13px;
min-width: 100px;
}
.uap-user-page-content input[type="submit"]{
text-align:center;
}
.uap-user-page-content select{ box-sizing:content-box;
}
.uap-user-page-content input[type="submit"]{
background: #75c37d;
color:#fff;
border-color:#75c37d;
min-width: inherit;
}
.uap-achievements{
border: 1px solid #e5e5e5;
background: #ffffff;
padding: 0px;
box-sizing:border-box;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
margin-bottom: 30px !important;
color:#555;
margin-top:50px;
}
.uap-achievements-title{
font-weight: bold;
font-size: 16px;
color: #fff;
padding:5px 11px;
box-sizing:border-box;
background-color:#738E9A;
}
.uap-achievements-content{
padding:10px 0px;
}
.uap-achievements-content div:nth-child(even) {
background-color: #f9f9f9;
}
.uap-achievements-content-line{
font-family: 'Oswald', arial, sans-serif !important;
font-size: 14px;
padding:0 14px;
margin:3px 0;
line-height: 40px;
color:#666;
}
.uap-ap-info{
margin: 10px 0px 20px;
padding: 12px 19px 12px 15px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #090;
color: #090;
background-color: #badfaf;
}
.uap-ap-warnings{
margin: 10px 0px;
padding: 12px 19px 12px 15px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #F0DBB4;
color: #9b4449;
background-color: #fff6f4;
border-color: #f8cdcd;
}
.uap-public-shortcode-avatar{
border-bottom-color: rgb(136, 136, 136);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(136, 136, 136);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(136, 136, 136);
border-right-style: none;
border-right-width: 2px;
border-top-color: rgb(136, 136, 136);
border-top-style: none;
border-top-width: 0px;
display: block;
max-width:180px;
max-height:180px;
margin: 0 auto;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
border-radius: 100%;
zoom: 0.9;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
margin:15px 3px;
}
.uap-public-trial-version{
clear: both;
margin: 15px 10px;
box-sizing: border-box;
padding: 12px 12px 12px 12px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #F0DBB4;
color: #fff;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;
background-color: #ab2c2c;
border-color: #ab2c2c;
}
.uap-become-affiliate-wrapp{
margin:15px 0px;
}
.uap-become-affiliate-bttn{
font-weight:500;
font-size:15px;
font-family: 'Oswald', arial, sans-serif !important;
padding: 8px 40px;
background: #f16186;
border: none;
color: #fff;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.uap-addd-to-wallet {
display: inline-block;
text-decoration: none;
padding: 10px 12px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
outline: 0;
margin: 5px 0;
text-align: left;
vertical-align: top;
max-width: 100%;
line-height: 14px;
font-size: 13px;
min-width: 100px;
background: #f25a68;
color: #fff !important;
border-color: #f25a68;
min-width: inherit;
}
.uap-wallet-table-wrapp{
height: 350px;
overflow-y: auto;
}
.uap-wallet-total{
box-sizing:border-box;
padding:8px 20px;
border-radius:5px;
background-color:#4f585f;
color:#fff;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:400;
display:inline-block;
} .uap-public-list-users-item{
padding: 5px;
margin: 5px;
border: 1px solid #c9c9c9;
}
.uap-wrapp-list-users .owl-uap-theme .owl-uap-dots .owl-uap-dot span{
border: 2px solid #fff;
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
width: 7px;
height: 7px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
margin: 3px 4px !important;
}
.uap-wrapp-list-users .owl-uap-theme .owl-uap-nav{
margin-top:1px !important;
} .pag-theme1 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-prev{
background-color: #ddd;
width: 26px;
height: 26px;
padding: 0px;
margin:2px;
margin-bottom:8px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
font-size: 17px;
vertical-align: middle;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
.pag-theme1 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-prev:before{
content: "\f053";
}
.pag-theme1 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-next{
background-color: #ddd;
width: 26px;
height: 26px;
padding: 0px;
margin:2px;
margin-bottom:8px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
font-size: 17px;
vertical-align: middle;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
.pag-theme1 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-next:before{
content: "\f054";
} .pag-theme2 .uap-wrapp-list-users{
margin-left:17px;
margin-right:17px;
}
.pag-theme2 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-prev{
background-color: transparent !important;
padding: 0px;
margin:2px;
color: rgba(0,0,0,.55);
width:13px;
height:24px;
font-size:35px;
position:absolute;
top:40%;
left:-17px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
vertical-align: middle;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
.pag-theme2 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-prev:before{
content: "\f104";
}
.pag-theme2 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-next{
background-color: transparent !important;
padding: 0px;
margin:2px;
color: rgba(0,0,0,.55);
width:13px;
height:24px;
font-size:35px;
position:absolute;
top:40%;
right:-17px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
vertical-align: middle;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
.pag-theme2 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-next:before{
content: "\f105";
} .pag-theme3 .uap-wrapp-list-users{
margin-left:22px;
margin-right:22px;
}
.pag-theme3 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-prev{
background-color: rgba(0,0,0,.75);
opacity:0.85;
padding: 0px;
margin:2px;
color: rgba(255,255,255,.95) !important;
width:24px;
height:24px;
font-size:14px;
position:absolute;
top:40%;
left:-26px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
vertical-align: middle;
line-height: 24px;
-webkit-font-smoothing: antialiased;
border-radius:50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.pag-theme3 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-prev:before{
content: "\f053";
}
.pag-theme3 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-next{
background-color: rgba(0,0,0,.75);
opacity:0.85;
padding: 0px;
margin:2px;
color: rgba(255,255,255,.95) !important;
width:24px;
height:24px;
font-size:14px;
position:absolute;
top:40%;
right:-26px;
font-family: FontAwesome-uap;
font-style: normal;
font-weight: normal;
vertical-align: middle;
line-height: 24px;
-webkit-font-smoothing: antialiased;
border-radius:50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.pag-theme3 .uap-wrapp-list-users .owl-uap-carousel .owl-uap-controls .owl-uap-nav .owl-uap-next:before{
content: "\f054";
}
.uap-clear{
clear: both;
}
.uap-wrapp-list-users ul {
margin: 0px !important;
padding: 0px !important;
list-style-type: none;
}
.uap-top-counts-wrapper{
margin-top:14px;
}
.uap-top-counts{
box-sizing:border-box;
padding:2px 7px;
display:inline-block;
margin: 3px 5px;
background: #fafafa;
border: 1px solid #ddd;
color:#000;
font-size:11px;
font-weight:bold;
border-radius:3px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
} .uap-single-notf-row-wrapper{
margin-bottom: 15px;
}
.uap-single-notf-row, .uap-single-notf-row-top{
clear: both;
}
.uap-single-notf-row-top{
background-color:#e8f1fa;
}
.uap-single-notf-row-top:after, .uap-single-notf-row:after{
content: "";
display:block;
clear:both;
}
.uap-single-notf-row-top .uap-single-notf-col{
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
padding: 6px 8px;
font-size: 11px;
text-align: left;
vertical-align: bottom;
font-weight: bold;
display: inline-block;
box-sizing:border-box;
}
.uap-single-notf-row{
border-bottom: 1px solid #eee;
box-sizing:border-box;
}
.uap-single-notf-row .uap-single-notf-col{
padding: 8px 8px;
font-size: 13px;
text-align: left;
box-sizing:border-box;
line-height:13px;
}
.uap-single-notf-row .uap-single-notf-col span{
font-size:10px;
color:#999;
display:block;
box-sizing:border-box;
}
.uap-single-notf-row .uap-single-notf-col{
display: inline-block;
vertical-align: top;
}
.uap-single-notf-label{
width: 89%;
float:left;
}
.uap-single-notf-checkbox, .uap-single-notf-row .uap-single-notf-checkbox{
width: 10%;
float:right;
text-align:center;
}
.uap-periodically-reports-wrapper{
margin-top:30px;
margin-bottom:40px;
}
.uap-periodically-reports-wrapper .uap-periodically-reports-title{
display:block;
border-bottom:1px solid #eee;
font-weight:bold;
font-size: 18px;
line-height: 37px;
margin-bottom: 10px;
}
.uap-periodically-reports-wrapper select{
min-width:40%;
} .uap-qr-code-wrapper{
display:inline-block;
margin-bottom:15px;
}
.uap-qr-code-wrapper img{
display:block;
}
.uap-qr-code-wrapper .uap-qr-code-download{
display:block;
background-color:#eee;
color:#333;
text-align:center;
margin: 0 15px;
box-sizing:border-box;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
padding: 5px 30px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid rgba(0,0,0,0.3);
border-bottom-width: 3px;
background-color: #699DB6;
border-color: rgba(0,0,0,0.3);
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
color: #FFF;
}
.uap-qr-code-wrapper .uap-qr-code-download:hover {
background-color: #4F87A2;
border-color: rgba(0,0,0,0.5);
}
.uap-qr-code-wrapper .uap-qr-code-download:active {
background-color: #3C677B;
border-color: rgba(0,0,0,0.9);
} #uap_mlm_chart{
overflow-x: auto;
}
#uap_mlm_chart .google-visualization-orgchart-table{
border-collapse: separate;
}
#uap_mlm_chart .google-visualization-orgchart-node{
font-size:14px;
font-weight:bold;
background-color: #f9f9f9;
background: #f9f9f9;
color: #2a81ae;
border: 1px solid #ddd;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
padding: 7px 8px;
box-sizing:border-box;
}
#uap_mlm_chart tr:nth-child(2) .google-visualization-orgchart-node{
background-color: #f25a68;
background: #f25a68;
color:#fff;
padding: 20px 12px;
font-size: 15px;
}
#uap_mlm_chart .google-visualization-orgchart-node div{
font-size:12px;
color:#555;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight:500;
}
#uap_mlm_chart .google-visualization-orgchart-node:hover{
background-color: #2a81ae;
background: #2a81ae;
color:#fff;
cursor:pointer;
}
#uap_mlm_chart .google-visualization-orgchart-node:hover div{
color:#eee;
}
#uap_mlm_chart  .google-visualization-orgchart-linebottom{
border-bottom: 2px solid #eee;
}
#uap_mlm_chart  .google-visualization-orgchart-lineleft{
border-left: 2px solid #eee;
}
#uap_mlm_chart  .google-visualization-orgchart-lineright{
border-right: 2px solid #eee;
}
#uap_mlm_chart  .google-visualization-orgchart-linetop{
border-top: 2px solid #eee
}
.uap-public-flag{
width: 20px;
display: inline-block;
margin: 0 5px;
border-radius: 100%;
box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
vertical-align: sub;
}
.iump-form-line-register .select2.select2-container{
width: 100% !important;
}
.uap-submit-form {
padding: 10px 5px;
}
.uap-register-col{
width: 50%;
box-sizing: border-box;
padding-right: 10px;
max-width: 400px;
min-width: 310px;
display: inline-block;
vertical-align: top;
}
.uap-login-notice {
position: absolute;
z-index: 100;
background: #dd3559;
padding: 5px 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
right: 0;
margin-bottom: 8px;
font-size: .875rem;
color: #fff;
top: 100%;
margin-top: -2px;
opacity: 1;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
color: #fff !important;
}
.uap-login-notice:before {
content: '';
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -5px;
width: 0;
height: 0;
border-style: solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #dd3559;
}@import url("//fonts.googleapis.com/css?family=Oswald:300,400,700");
.uap-clear{
clear:both;
}
.uap-form-line-register .select2.select2-container {
width: 100% !important;
}  .uap-login-template-1{
padding: 10px;
text-align:center;
display: inline-block;
}
.uap-login-template-1 .uap-sm-wrapp-fe{
text-align:right;
max-width:360px;
margin-right:0px;
}
.uap-login-template-1 .uap-form-line-fr{
box-sizing:content-box;
padding-bottom:12px;
}
.uap-login-template-1 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-1 form{
display:inline-block;
}
.uap-login-template-1 .uap-form-line-fr .uap-form-label-fr{
min-width:150px;
text-align:right;
padding-right:10px;
display: inline-block;
box-sizing:content-box;
}
.uap-login-template-1 .uap-form-line-fr input[type=text],.uap-login-template-1 .uap-form-line-fr input[type=password]{
width:200px;
}
.uap-login-template-1 .uap-remember-wrapper{
clear:both;
min-height: 16px;
}
.uap-login-template-1 .uap-form-label-remember{
float:right;
}
.uap-login-template-1 .uap-form-input-remember{
float:right;
margin-top: 1px;
}
.uap-login-template-1 .uap-form-label-remember:after{
content:"";
clear:both;
}
.uap-login-template-1 .uap-form-links{
margin-top:5px;
margin-bottom:5px;
text-align:right;
clear:both;
}
.uap-login-template-1 .uap-form-links div{
display:inline-block;
padding-left:15px;
}
.uap-login-template-1 .uap-form-submit{
text-align:right;
}
.uap-login-template-1 .uap-form-submit input{
color:#fff !important;
} .uap-login-template-2{
padding: 10px;
text-align:center;
display: inline-block;
width:300px;
max-width:100%;
}
.uap-login-template-2 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-login-template-2 .uap-form-line-fr{
box-sizing:content-box;
padding-bottom:8px;
text-align: left;
}
.uap-login-template-2 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-2 form{
display:inline-block;
}
.uap-login-template-2 .uap-form-line-fr .uap-form-label-fr{
min-width:150px;
padding-bottom:3px;
box-sizing:content-box;
font-weight:500;
font-size:13px;
text-align:left;
text-transform:uppercase;
}
.uap-login-template-2 .uap-form-line-fr input[type=text],.uap-login-template-2 .uap-form-line-fr input[type=password]{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
width:100%;
margin:0px !important;
}
.uap-login-template-2 .uap-remember-wrapper{
clear:both;
min-height: 16px;
text-align:left;
}
.uap-login-template-2 .uap-form-line-fr .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:12px;
text-transform:inherit;
}
.uap-login-template-2 .uap-form-input-remember{
margin-right: 3px;
}
.uap-login-template-2 .uap-form-label-remember:after{
content:"";
clear:both;
}
.uap-login-template-2 .uap-form-links{
margin-top:5px;
margin-bottom:5px;
text-align:right;
clear:both;
}
.uap-login-template-2 .uap-form-links div{
display:inline-block;
padding-right:15px;
}
.uap-login-template-2 .uap-form-links a{
color:#333;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.uap-login-template-2 .uap-form-links a:hover{
color:#5BC4BE;
}
.uap-login-template-2 .uap-form-submit{
text-align:center;
}
.uap-login-template-2 .uap-form-submit input{
color:#fff !important;
width:100%;
background:none repeat scroll 0 0 #08d1b2 !important;
border-color:#5BC4BE !important;
box-shadow:none !important;
border-radius: 2px;
color: #fff;
font-size: 12px;
font-weight: 700;
padding: 10px 30px 11px;
text-transform: uppercase;
vertical-align: bottom;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-2 .uap-form-submit input:hover{
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
}
.uap-register-2 .uap-register-notice{
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
nimation: fadeIn 1s;
}
.uap-register-2 .uap-input-notice {
border-color: #dd3559!important;
} .uap-login-template-3{
margin: 10px;
padding:30px;
padding-bottom:0px;
text-align:center;
box-sizing:border-box;
display: inline-block;
background-color:#fff;
border-top:7px solid #33b5e5;
border-radius:3px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
width:360px;
max-width: 100%;
font-family: 'Oswald', arial, sans-serif !important;
font-size: 14px;
color: #7f7f97;
}
.uap-login-template-3 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-login-template-3 .uap-form-line-fr{
box-sizing:content-box;
padding-bottom:8px;
text-align: left;
}
.uap-login-template-3 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-3 form{
display:block;
position: relative;
margin:0px !important;
}
.uap-login-template-3 .uap-form-line-fr .uap-form-label-fr{
min-width:350px;
padding-bottom:3px;
display:block;
box-sizing:content-box;
font-weight:500;
font-size:14px;
text-align:left;
text-transform:uppercase;
}
.uap-login-template-3 .uap-form-line-fr input[type=text], .uap-login-template-3 .uap-form-line-fr input[type=password]{
width:100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
padding: 8px 10px 7px;
margin-bottom: 7px;
height: auto !important;
font-size:14px;
font-weight:300;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-3 .uap-form-line-fr input[type=text]:hover, .uap-login-template-3 .uap-form-line-fr input[type=password]:hover,
.uap-login-template-3 .uap-form-line-fr input[type=text]:focus, .uap-login-template-3 .uap-form-line-fr input[type=password]:focus{
border: 1px solid rgba(0, 0, 0, 0.1);
}
.uap-login-template-3 .uap-remember-wrapper{
margin-right: 3px;
float:left;
text-align:left;
line-height:42px;
padding-left:15px;
font-family: Helvetica, sans-serif, 'Trebuchet MS' !important;
font-weight: 200;
}
.uap-login-template-3 .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:12px;
font-weight:bold;
text-transform:inherit;
padding-left:3px;
color:#1a9bcb;
}
.uap-login-template-3 .uap-temp3-bottom{
position:relative;
left:-30px;
margin: 0 -60px 0 0px;
background-color:#f2f2f2;
}
.uap-login-template-3 .uap-temp3-bottom:after{
content:"";
clear:both;
}
.uap-login-template-3 .uap-form-input-remember{
vertical-align: middle;
}
.uap-login-template-3 .uap-form-links{
text-align:right;
float:right;
line-height: 40px;
padding-right:9px;
}
.uap-login-template-3 .uap-form-links div{
display:inline-block;
}
.uap-login-template-3 .uap-form-links a{
color:#333;
font-size:12px;
text-decoration:none;
border-right: 1px solid #999;
padding-right: 3px;
padding-left:3px;
}
.uap-login-template-3 .uap-form-links div:nth-child(even) a{
border-right:none;
}
.uap-login-template-3 .uap-form-submit{
text-align:center;
margin-top:10px;
margin-bottom:10px;
}
.uap-login-template-3 .uap-form-submit input{
color:#fff !important;
width:100%;
border:none;
background:none repeat scroll 0 0 #33b5e5 !important;
border-color:#1a9bcb !important;
box-shadow:none !important;
border-radius:3px;
text-transform:capitalize;
font-size: 14px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
}
.uap-login-template-3 .uap-form-submit input:hover{
background:none repeat scroll 0 0 #1a9bcb !important;
} .uap-login-template-4{
margin: 10px;
padding:30px;
padding-top:10px;
padding-bottom:0px;
text-align:center;
box-sizing:border-box;
display: inline-block;
background-color:#fff;
border-radius:3px;
width:360px;
max-width: 100%;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-login-template-4 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-login-template-4 .uap-form-line-fr{
box-sizing:content-box;
text-align: left;
background-color: #fafafa;
border-bottom:1px solid #efefef;
margin-bottom: 7px;
position:relative;
}
.uap-login-template-4 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-4 form{
display:block;
position: relative;
}
.uap-login-template-4  .fa-uap{
position: absolute;
top: 0px;
left: 9px;
line-height: 39px;
}
.uap-login-template-4 .uap-form-line-fr .uap-form-label-fr{
min-width:350px;
display:block;
box-sizing:content-box;
font-weight:500;
font-size:14px;
text-align:left;
text-transform:uppercase;
}
.uap-login-template-4 .uap-form-line-fr input[type=text], .uap-login-template-4 .uap-form-line-fr input[type=password]{
width:100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
background-color:transparent !important;
border:none !important;
padding: 10px !important;
display:inline-block;
padding-left:30px !important;
margin:0px  !important;
}
.uap-login-template-4 .uap-remember-wrapper{
margin-right: 3px;
text-align:right;
line-height:22px;
padding-left:15px;
}
.uap-login-template-4 .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:12px;
font-weight:bold;
text-transform:inherit;
padding-left:3px;
color:#1e8449;
}
.uap-login-template-4 .uap-temp3-bottom{
position:relative;
left:-30px;
margin: 0 -60px 0 0px;
background-color:#f2f2f2;
}
.uap-login-template-4 .uap-temp3-bottom:after{
content:"";
clear:both;
}
.uap-login-template-4 .uap-form-input-remember{
vertical-align: middle;
}
.uap-login-template-4 .uap-form-links{
text-align:center;
line-height: 20px;
}
.uap-login-template-4 .uap-form-links div{
display:inline-block;
}
.uap-login-template-4 .uap-form-links a{
color:#333;
font-size:13px;
font-weight:bold;
text-decoration:none;
border-right: 1px solid #999;
padding-right: 10px;
padding-left:10px;
}
.uap-login-template-4 .uap-form-links div:nth-child(even) a{
border-right:none;
}
.uap-login-template-4 .uap-form-submit{
text-align:center;
margin-top:17px;
margin-bottom:10px;
}
.uap-login-template-4 .uap-form-submit input{
width:100%;
border: none;
background:none repeat scroll 0 0 #27AE60 !important;
border-color:#27AE60 !important;
box-shadow:none !important;
border-radius:3px;
text-transform:capitalize;
font-size: 15px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 3px;
color: #b3eecc !important;
border-bottom: 4px solid #1e8449 !important;
}
.uap-login-template-4 .uap-form-submit input:hover{
background:none repeat scroll 0 0 #43be77 !important;
}
.uap-login-template-4 .uap-form-line-fr{
box-sizing:content-box;
text-align: left;
background-color: #fafafa;
border:1px solid #efefef;
border-bottom:1px solid #efefef;
margin-bottom: 7px;
position:relative;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-o-border-radius: 4px !important;
}
.uap-login-template-4 .uap-form-line-fr:hover{
border-color:#27AE60;
background-color: #fefefe;
}
.uap-login-template-4 .uap-form-line-fr:after{
content:"";
clear:both;
} .uap-login-template-5{
padding: 10px;
text-align:center;
display: inline-block;
width:400px;
max-width: 100%;
box-sizing:border-box;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-login-template-5 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-login-template-5 .uap-form-line-fr{
box-sizing:content-box;
padding-bottom:8px;
text-align: left;
}
.uap-login-template-5 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-5 form{
}
.uap-login-template-5 .uap-form-line-fr .uap-form-label-fr{
min-width:150px;
padding-bottom:3px;
box-sizing:content-box;
font-weight:800;
font-size:13px;
text-align:left;
}
.uap-login-template-5 .uap-form-line-fr input[type=text],.uap-login-template-5 .uap-form-line-fr input[type=password]{
width:100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
}
.uap-login-template-5 .uap-temp5-row{
}
.uap-login-template-5 .uap-temp5-row:after{
content:"";
clear:both;
}
.uap-login-template-5 .uap-temp5-row-left{
float:left;
}
.uap-login-template-5 .uap-remember-wrapper{
clear:both;
text-align:left;
line-height: 14px;
}
.uap-login-template-5 .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:12px;
text-transform:inherit;
}
.uap-login-template-5 .uap-form-input-remember{
margin-right: 3px;
vertical-align:middle;
}
.uap-login-template-5 .uap-form-label-remember:after{
content:"";
clear:both;
}
.uap-login-template-5 .uap-form-links{
text-align:left;
clear:both;
margin-top:3px;
}
.uap-login-template-5 .uap-form-links div{
display:inline-block;
}
.uap-login-template-5 .uap-form-links a{
color:#aaa;
font-size:12px;
text-decoration:none;
padding-right:10px;
}
.uap-login-template-5 .uap-form-links a:hover{
color:#e05d5d;
}
.uap-login-template-5 .uap-form-submit{
text-align:center;
float:right;
}
.uap-login-template-5 .uap-form-submit input{
color:#fff !important;
min-width:100px;
border:none;
text-transform:capitalize;
padding: 10px 30px 11px;
background:none repeat scroll 0 0 #f47e7e !important;
border-color:#5BC4BE !important;
box-shadow:none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-5 .uap-form-submit input:hover{
background:none repeat scroll 0 0 #e05d5d !important;
} .uap-pass-form-wrap.uap-login-template-5 .uap-form-submit input {
width:auto;
} .uap-login-template-6{
margin: 10px;
padding:20px;
padding-bottom:0px;
text-align:center;
display: inline-block;
width:400px;
max-width:100%;
box-sizing:border-box;
border-radius:3px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-login-template-6 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-login-template-6 .uap-form-line-fr{
box-sizing:content-box;
padding-bottom:8px;
text-align: left;
}
.uap-login-template-6 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-6 form{
margin:0px !important;
}
.uap-login-template-6 .uap-form-line-fr .uap-form-label-fr{
min-width:150px;
padding-bottom:3px;
box-sizing:content-box;
font-size:13px;
text-align:left;
}
.uap-login-template-6 .uap-form-line-fr input[type=text],.uap-login-template-6 .uap-form-line-fr input[type=password]{
width:100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
}
.uap-login-template-6 .uap-temp6-row{
position:relative;
left:-20px;
margin: 0 -40px 0 0px;
background-color:#f2f2f2;
padding:10px 20px;
}
.uap-login-template-6 .uap-temp6-row:after{
content:"";
clear:both;
}
.uap-login-template-6 .uap-temp6-row-left{
float:left;
}
.uap-login-template-6 .uap-remember-wrapper{
clear:both;
text-align:left;
line-height: 30px;
}
.uap-login-template-6 .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:12px;
font-weight:bold;
text-transform:inherit;
}
.uap-login-template-6 .uap-form-input-remember{
margin-right: 3px;
vertical-align:middle;
}
.uap-login-template-6 .uap-form-label-remember:after{
content:"";
clear:both;
}
.uap-login-template-6 .uap-form-links{
text-align:left;
clear:both;
margin-top:3px;
margin-bottom:3px;
}
.uap-login-template-6 .uap-form-links div{
display:inline-block;
}
.uap-login-template-6 .uap-form-links a{
color:#aaa;
font-size:12px;
text-decoration:none;
border-right: 1px solid #999;
padding-right: 10px;
}
.uap-login-template-6 .uap-form-links a:hover{
color:#e05d5d;
}
.uap-login-template-6 .uap-form-links div:nth-child(even) a{
border-right:none;
padding-left:10px;
}
.uap-login-template-6 .uap-form-submit{
text-align:center;
float:right;
padding-bottom:0px;
}
.uap-login-template-6 .uap-form-submit input{
color:#fff !important;
width:80px;
border:none;
border-radius:25px;
text-transform:capitalize;
padding: 8px 15px;
background:none repeat scroll 0 0 #f47e7e !important;
border-color:#5BC4BE !important;
box-shadow:none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-6 .uap-form-submit input:hover{
background:none repeat scroll 0 0 #e05d5d !important;
} .uap-pass-form-wrap.uap-login-template-6 .uap-form-submit input {
width:auto;
margin-bottom:10px;
} .uap-login-template-7{
padding: 10px;
text-align:center;
display: inline-block;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-login-template-7 .uap-sm-wrapp-fe{
text-align:left;
padding-left:15px;
padding-right:15px;
}
.uap-login-template-7 .uap-form-line-fr{
box-sizing:border-box;
padding-bottom:8px;
text-align: left;
display:inline-block;
width:50%;
max-width:300px;
padding-right:15px;
}
.uap-login-template-7 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-7 form{
}
.uap-login-template-7 .uap-form-line-fr .uap-form-label-fr{
min-width:150px;
padding-bottom:3px;
box-sizing:content-box;
font-weight:800;
font-size:13px;
text-align:left;
}
.uap-login-template-7 .uap-form-line-fr input[type=text],.uap-login-template-7 .uap-form-line-fr input[type=password]{
width:100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
}
.uap-login-template-7 .uap-temp5-row{
}
.uap-login-template-7 .uap-temp5-row:after{
content:"";
clear:both;
}
.uap-login-template-7 .uap-temp5-row-left{
float:left;
}
.uap-login-template-7 .uap-remember-wrapper{
clear:both;
text-align:left;
line-height: 14px;
}
.uap-login-template-7 .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:12px;
text-transform:inherit;
}
.uap-login-template-7 .uap-form-input-remember{
margin-right: 3px;
vertical-align:middle;
}
.uap-login-template-7 .uap-form-label-remember:after{
content:"";
clear:both;
}
.uap-login-template-7 .uap-form-links{
text-align:left;
clear:both;
margin-top:0px;
}
.uap-login-template-7 .uap-form-links div{
display:inline-block;
}
.uap-login-template-7 .uap-form-links a{
color:#aaa;
font-size:12px;
text-decoration:none;
padding-right:10px;
}
.uap-login-template-7 .uap-form-links a:hover{
color:#e05d5d;
}
.uap-login-template-7 .uap-form-submit{
text-align:center;
float:right;
margin-right:15px;
}
.uap-login-template-7 .uap-form-submit input{
color:#fff !important;
min-width:100px;
border:none;
text-transform:capitalize;
padding: 8px 30px 8px;
border-radius:4px;
background:none repeat scroll 0 0 #6c7a8d !important;
border-color:#5BC4BE !important;
box-shadow:none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-7 .uap-form-submit input:hover{
background:none repeat scroll 0 0 #94a1b2 !important;
} .uap-pass-form-wrap.uap-login-template-7 {
width:400px;
}
.uap-pass-form-wrap.uap-login-template-7 .uap-form-line-fr {
width:100%;
max-width:inherit;
}
.uap-pass-form-wrap.uap-login-template-7 .uap-form-submit input {
width:auto;
} .uap-login-template-8{
margin: 10px;
padding:30px;
padding-top:10px;
padding-bottom:0px;
text-align:center;
box-sizing:border-box;
display: inline-block;
background-color:#fff;
border-radius:3px;
width:460px;
max-width: 100%;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-login-template-8 .uap-sm-wrapp-fe{
text-align:center;
margin: 30px 0;
}
.uap-login-template-8 .uap-form-line-fr{
box-sizing:content-box;
text-align: left;
background-color: transparent;
border-bottom:1px solid #efefef;
margin-bottom: 17px;
position:relative;
}
.uap-login-template-8 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-8 form{
display:block;
position: relative;
}
.uap-login-template-8  .fa-uap{
position: absolute;
top: 0px;
left: 9px;
line-height: 39px;
font-size: 18px;
color:#555;
}
.uap-login-template-8 .uap-form-line-fr .uap-form-label-fr{
min-width:350px;
display:block;
box-sizing:content-box;
font-weight:500;
font-size:14px;
text-align:left;
text-transform:uppercase;
}
.uap-login-template-8 .uap-form-line-fr input[type=text], .uap-login-template-8 .uap-form-line-fr input[type=password]{
width:100%;
color: #555;
padding: 8px 10px 7px;
background-color:transparent !important;
border:none !important;
padding: 10px !important;
display:inline-block;
padding-left:40px !important;
font-size:14px;
}
.uap-login-template-8 .uap-remember-wrapper{
margin-right: 3px;
text-align:right;
line-height:22px;
padding-left:15px;
}
.uap-login-template-8 .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:12px;
font-weight:bold;
text-transform:inherit;
padding-left:3px;
color:#d3365e;
}
.uap-login-template-8 .uap-temp3-bottom{
position:relative;
left:-30px;
margin: 0 -60px 0 0px;
background-color:#f2f2f2;
}
.uap-login-template-8 .uap-temp3-bottom:after{
content:"";
clear:both;
}
.uap-login-template-8 .uap-form-input-remember{
vertical-align: middle;
}
.uap-login-template-8 .uap-form-links{
text-align:center;
line-height: 20px;
}
.uap-login-template-8 .uap-form-links div{
display:inline-block;
}
.uap-login-template-8 .uap-form-links a{
color:#666;
font-size:12px;
font-family: 'Oswald', arial, sans-serif !important;
text-decoration:none;
border-right: 1px solid #999;
padding-right: 10px;
padding-left:10px;
}
.uap-login-template-8 .uap-form-links a:hover{
color:#000;
}
.uap-login-template-8 .uap-form-links div:nth-child(even) a{
border-right:none;
}
.uap-login-template-8 .uap-form-submit{
text-align:center;
margin-top:17px;
margin-bottom:10px;
}
.uap-login-template-8 .uap-form-submit input{
color: #fff !important;
width: 100%;
border: none;
background: none repeat scroll 0 0 #ea4872 !important;
border-color: #ea4872 !important;
box-shadow: none !important;
border-radius: 3px;
text-transform: capitalize;
font-size: 14px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
min-height: 45px;
font-size: 18px;
font-weight: bold;
}
.uap-login-template-8 .uap-form-submit input:hover{
background: none repeat scroll 0 0 #d3365e !important;
}
.uap-login-template-8 .uap-login-notice{
margin-top: 6px;
} .uap-login-template-9{
margin: 10px;
padding:30px;
padding-top:10px;
padding-bottom:0px;
text-align:center;
box-sizing:border-box;
display: inline-block;
background-color:#fff;
border-radius:3px;
width:460px;
max-width: 100%;
font-size:15px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-login-template-9 .uap_login_form{
font-size:15px;
}
.uap-login-template-9 .uap-sm-wrapp-fe{
text-align: center;
}
.uap-login-template-9 .uap-form-line-fr{
box-sizing:content-box;
text-align: left;
background-color: transparent !important;
border: 1px solid rgba(0, 0, 0, 0.15);
margin-bottom: 17px;
position:relative;
border-radius: 45px !important;
-webkit-border-radius: 45px !important;
-moz-border-radius: 45px !important;
-o-border-radius: 45px !important;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-9 .uap-form-line-fr:hover,
.uap-login-template-9 .uap-form-line-fr:checked
{
border-color: #26bbea;
background-color: #fff;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap-login-template-9 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-9 form{
display:block;
position: relative;
font-size:15px;
}
.uap-login-template-9  .fa-uap{
position: absolute;
top: 0px;
left: 15px;
line-height: 39px;
font-size: 18px;
color:#999;
}
.uap-login-template-9 .uap-form-line-fr .uap-form-label-fr{
min-width:350px;
display:block;
box-sizing:content-box;
font-weight:500;
font-size:14px;
text-align:left;
text-transform:uppercase;
}
.uap-login-template-9 .uap-form-line-fr input[type=text], .uap-login-template-9 .uap-form-line-fr input[type=password]{
width:100%;
color: #555 !important;
padding: 8px 10px 7px !important;
background-color:transparent !important;
border:none !important;
padding: 10px !important;
display:inline-block;
padding-left:40px !important;
font-size:14px !important;
border-radius: 45px !important;
-webkit-border-radius: 45px !important;
-moz-border-radius: 45px !important;
-o-border-radius: 45px !important;
margin: 0px !important;
}
.uap-login-template-9 .uap-remember-wrapper{
margin-right: 3px;
text-align:left;
line-height:22px;
padding-left:15px;
float:left;
}
.uap-login-template-9 .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:14px;
text-transform:inherit;
padding-left:3px;
color:#777;
}
.uap-login-template-9 .uap-form-links-pass{
float:right;
padding-right: 15px;
}
.uap-login-template-9 .uap-form-links-pass a{
color: #32a3cb;
}
.uap-login-template-9 .uap-temp3-bottom{
position:relative;
left:-30px;
margin: 0 -60px 0 0px;
background-color:#f2f2f2;
}
.uap-login-template-9 .uap-temp3-bottom:after{
content:"";
clear:both;
}
.uap-login-template-9 .uap-form-input-remember{
vertical-align: middle;
}
.uap-login-template-9 .uap-form-links{
text-align:center;
line-height: 20px;
margin-top: 10px;
}
.uap-login-template-9 .uap-form-links div{
display:inline-block;
}
.uap-login-template-9 a{
}
.uap-login-template-9 .uap-form-links a{
text-decoration:none;
padding-right: 10px;
padding-left:10px;
color: #32a3cb;
}
.uap-login-template-9 .uap-form-links a:hover{
color:#000;
}
.uap-login-template-9 .uap-form-links div:nth-child(even) a{
border-right:none;
}
.uap-login-template-9 .uap-form-submit{
text-align:center;
margin-top:25px;
margin-bottom:25px;
border:none !important;
}
.uap-login-template-9 .uap-form-submit:hover{
border:none !important;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
}
.uap-login-template-9 .uap-form-submit input{
color: #fff !important;
width: 60%;
border: none; background-color: rgb(160, 68, 255);
background-image: linear-gradient(to left, rgb(106, 48, 147), rgb(160, 68, 255));
box-shadow: none !important;
border-radius: 3px;
text-transform: capitalize;
font-size: 14px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
min-height: 45px;
font-size: 18px;
font-weight: bold;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-9 .uap-form-submit input:hover{
width: 65%; background-color: rgb(241, 95, 121);
background-image: linear-gradient(to left, rgb(178, 69, 146), rgb(241, 95, 121));
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-9 .uap-login-notice{
margin-top: 6px;
} .uap-login-template-10{
margin: 10px;
padding:0px;
padding-top:10px;
padding-bottom:0px;
text-align:center;
box-sizing:border-box;
display: inline-block;
background-color:#fff;
border-radius:3px;
width:460px;
max-width: 100%;
font-size:15px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-login-template-10 .uap_login_form{
font-size:15px;
}
.uap-login-template-10 .uap-sm-wrapp-fe{
text-align: center;
}
.uap-login-template-10 .uap-form-line-fr{
box-sizing:content-box;
text-align: left;
background-color: #fefefe;
border: 1px solid #ccc;
margin-bottom: 20px;
position:relative;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-o-border-radius: 4px !important;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-10 .uap-form-line-fr:hover,
.uap-login-template-10 .uap-form-line-fr:checked
{
border-color: #26bbea;
background-color: #fff;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap-login-template-10 .uap-form-line-fr:after{
content:"";
clear:both;
}
.uap-login-template-10 form{
display:block;
position: relative;
font-size:15px;
}
.uap-login-template-10  .fa-uap{
position: absolute;
top: 0px;
left: 0px;
line-height: 39px;
font-size: 18px;
color:#555;
background-color: #eee;
border-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 1px solid #ccc;
min-width: 45px;
text-align: center;
}
.uap-login-template-10 .uap-form-line-fr .uap-form-label-fr{
min-width:350px;
display:block;
box-sizing:content-box;
font-weight:500;
font-size:14px;
text-align:left;
text-transform:uppercase;
}
.uap-login-template-10 .uap-form-line-fr input[type=text], .uap-login-template-10 .uap-form-line-fr input[type=password]{
width:100%;
color: #555;
padding: 8px 10px 7px;
background-color:transparent !important;
border:none !important;
padding: 10px;
display:inline-block;
padding-left:60px !important;
font-size:14px !important;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-o-border-radius: 4px !important;
height: auto !important;
margin-bottom: 0px !important;
line-height: 1 !important;
}
.uap-login-template-10 .uap-remember-wrapper{
margin-right: 3px;
text-align:left;
line-height:22px;
padding-left:15px;
float:left;
}
.uap-login-template-10 .uap-form-label-remember{
display:inline-block !important;
font-weight:400;
font-size:14px;
text-transform:inherit;
padding-left:3px;
color:#777;
}
.uap-login-template-10 .uap-form-links-pass{
float:right;
padding-right: 15px;
}
.uap-login-template-10 .uap-form-links-pass a{
color: #32a3cb;
}
.uap-login-template-10 .uap-temp3-bottom{
position:relative;
left:-30px;
margin: 0 -60px 0 0px;
background-color:#f2f2f2;
}
.uap-login-template-10 .uap-temp3-bottom:after{
content:"";
clear:both;
}
.uap-login-template-10 .uap-form-input-remember{
vertical-align: middle;
}
.uap-login-template-10 .uap-form-links{
text-align:center;
line-height: 20px;
margin-top: 10px;
}
.uap-login-template-10 .uap-form-links div{
display:inline-block;
}
.uap-login-template-10 a{
}
.uap-login-template-10 .uap-form-links a{
text-decoration:none;
padding-right: 10px;
padding-left:10px;
color: #32a3cb;
}
.uap-login-template-10 .uap-form-links a:hover{
color:#000;
}
.uap-login-template-10 .uap-form-links div:nth-child(even) a{
border-right:none;
}
.uap-login-template-10 .uap-form-submit{
text-align:center;
margin-top:25px;
margin-bottom:25px;
border:none !important;
}
.uap-login-template-10 .uap-form-submit:hover{
border:none !important;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
}
.uap-login-template-10 .uap-form-submit input{
color: #fff !important;
width: 100%;
border: none; background-color: #67b1d6;
box-shadow: none !important;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
border-radius: 3px;
text-transform: capitalize;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
min-height: 45px;
font-size: 18px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-10 .uap-form-submit input:hover{ background-color: #65aed3;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-login-template-10 .uap-login-notice{
margin-top: 6px;
}  .uap-register-form *{
box-sizing:border-box; } .uap-register-1{
}
.uap-register-1 .uap-labels-register{
font-size:13px;
min-width:130px;
padding-right:10px;
}
.uap-register-1 .uap-form-line-register{
border-bottom:none;
}
.uap-register-1 .uap-form-line-register input[type=text], .uap-register-1 .uap-form-line-register input[type=password], .uap-register-1 .uap-form-line-register input[type=number]
, .uap-register-1 .uap-form-line-register textarea, .uap-register-1 .uap-form-line-register select{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
}
.uap-register-1 .uap-form-line-register .uap-form-checkbox-wrapper,.uap-register-1 .uap-form-line-register .uap-form-radiobox-wrapper{
display:inline-block;
vertical-align:top;
}
.uap-register-1 .uap-submit-form{
text-align:center;
}
.uap-register-1 .uap-tos-wrap{
text-align:right;
position:relative;
}
.uap-register-1 .uap-submit-form input{
color: #66c6e4!important;
background: #008ec2!important;
border-color: #007cb2!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
text-shadow: 0 -1px 0 rgba(0,0,0,.1)!important;
cursor: default;
height: 30px;
line-height: 28px;
padding: 0 12px 2px;
} .uap-register-2{
min-width:300px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
box-sizing: border-box;
display: block;
max-width: 500px;
}
.uap-register-2 .uap-labels-register{
font-size:13px;
min-width:130px;
padding-right:10px;
display:block;
text-align:left;
}
.uap-register-2 .uap-form-line-register{
border-bottom:none;
}
.uap-register-2 .uap-form-line-register input[type=text], .uap-register-2 .uap-form-line-register input[type=password], .uap-register-2 .uap-form-line-register input[type=number],
.uap-register-2 .uap-form-line-register textarea, .uap-register-2 .uap-form-line-register select, .uap-register-2 .uap-form-line-register .select2-selection{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
display:block;
width:100%;
min-height:40px;
background-color: #f7f7f7;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-register-2 .uap-form-line-register input[type=text]:hover, .uap-register-2 .uap-form-line-register input[type=password]:hover, .uap-register-2 .uap-form-line-register input[type=number]:hover,
.uap-register-2 .uap-form-line-register textarea:hover, .uap-register-2 .uap-form-line-register select:hover, .uap-register-2 .uap-form-line-register .select2-selection:hover,
.uap-register-2 .uap-form-line-register input[type=text]:focus, .uap-register-2 .uap-form-line-register input[type=password]:focus, .uap-register-2 .uap-form-line-register input[type=number]:focus,
.uap-register-2 .uap-form-line-register textarea:focus, .uap-register-2 .uap-form-line-register select:focus, .uap-register-2 .uap-form-line-register .select2-selection:focus
{
border-color:#08d1b2;
background-color: #fff;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap-register-2 .uap-form-line-register .uap-form-checkbox-wrapper,.uap-register-2 .uap-form-line-register .uap-form-radiobox-wrapper{
margin-top:10px;
}
.uap-register-2 .uap-submit-form{
text-align:center;
}
.uap-register-2 .uap-submit-form input{
color: #fff !important;
width: 100%;
background: none repeat scroll 0 0 #08d1b2 !important;
border: 4px solid #5BC4BE;
border-width: 3px;
border-color: #08d1b2 !important;
box-shadow: none !important;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-register-2 .uap-submit-form input:hover{
color:#fff !important;
background:none repeat scroll 0 0 #08d1b2 !important;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
} .uap-register-3{
margin: 10px;
padding:30px;
text-align:center;
box-sizing:border-box;
background-color:#fff;
border-top:7px solid #33b5e5;
border-radius:3px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
min-width:300px;
max-width: 500px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';    font-family: 'Oswald', arial, sans-serif !important;
font-size: 14px;
color:#7f7f97;
}
.uap-register-3 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-register-3 .uap-level-details-register{
margin:15px 0px;
}
.uap-register-3 .uap-labels-register{
font-size:13px;
min-width:130px;
padding-right:10px;
display:block;
text-align:left;
text-transform: uppercase;
color:#7f7f97;
}
.uap-register-3 .uap-form-line-register{
border-bottom:none;
margin-bottom: 10px;
position: relative;
}
.uap-register-3 .uap-form-line-register input[type=text], .uap-register-3 .uap-form-line-register input[type=password], .uap-register-3 .uap-form-line-register input[type=number],
.uap-register-3 .uap-form-line-register textarea, .uap-register-3 .uap-form-line-register select, .uap-register-3 .uap-form-line-register .select2-selection{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
padding: 8px 10px 7px;
display:block;
width:100%;
min-height:40px;
text-align:left;
font-family: 'Oswald', arial, sans-serif !important;
font-weight:300;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-register-3 .uap-form-line-register input[type=text]:hover, .uap-register-3 .uap-form-line-register input[type=password]:hover, .uap-register-3 .uap-form-line-register input[type=number]:hover,
.uap-register-3 .uap-form-line-register textarea:hover, .uap-register-3 .uap-form-line-register select:hover, .uap-register-3 .uap-form-line-register .select2-selection:hover,
.uap-register-3 .uap-form-line-register input[type=text]:focus, .uap-register-3 .uap-form-line-register input[type=password]:focus, .uap-register-3 .uap-form-line-register input[type=number]:focus,
.uap-register-3 .uap-form-line-register textarea:focus, .uap-register-3 .uap-form-line-register select:focus, .uap-register-3 .uap-form-line-register .select2-selection:focus
, .uap-register-3 .uap-form-line-register select:checked{
border: 1px solid rgba(0, 0, 0, 0.1);
}
.uap-register-3 .uap-form-line-register .select2-selection{
padding-top:4px;
}
.uap-register-3 .uap-form-sublabel, .uap-register-3 .uap-file-upload-button{
text-align:left;
}
.uap-register-3 .uap-wrapp-file-upload{
display:block;
margin-top: 10px;
}
.uap-register-3 .uap-form-checkbox-wrapper,.uap-register-3  .uap-form-radiobox-wrapper{
text-align:left;
padding-left:20px;
}
.uap-register-3 .uap-form-checkbox,.uap-register-3  .uap-form-radiobox, .uap-register-3  .uap-form-paybox{
display:inline-block;
}
.uap-register-3 .uap-tos-wrap{
position:relative;
left:-30px;
margin: 10px -60px 10px 0px;
background-color:#f2f2f2;
text-align:left;
padding:10px 0;
padding-left:30px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.uap-register-3 .uap-submit-form{
text-align:center;
margin-top:10px;
}
.uap-register-3 .uap-submit-form input{
color:#fff !important;
width:100%;
border:none;
background:none repeat scroll 0 0 #33b5e5 !important;
border-color:#1a9bcb !important;
box-shadow:none !important;
border-radius:3px;
text-transform:capitalize;
font-size: 14px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
}
.uap-register-3 .uap-submit-form input:hover{
background:none repeat scroll 0 0 #1a9bcb !important;
}
.uap-register-3 .uap-register-notice:before{
content: '';
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -5px;
width: 0;
height: 0;
border-style: solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #dd3559;
}
.uap-register-3 .uap-input-notice {
border-color: #dd3559!important;
}
.uap-register-3 .uap-register-notice {
position: absolute;
z-index: 100;
background: #dd3559;
padding: 5px 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
right: 0;
margin-bottom: 8px;
max-width: 230px;
font-size: .875rem;
color: #fff;
top: 100%;
margin-top: -2px;
opacity: 1;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
color: #fff !important;
} .uap-register-4{
margin: 10px;
padding:30px 20px;
text-align:center;
box-sizing:border-box;
background-color:#fff;
border-radius:3px;
min-width: 310px;
max-width: 450px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
}
.uap-register-4 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-register-4 .uap-labels-register{
font-size:13px;
min-width:130px;
padding-right:10px;
display:block;
text-align:left;
text-transform: uppercase;
}
.uap-register-4 .uap-form-line-register{
box-sizing:content-box;
text-align: left;
background-color: #fafafa;
border:1px solid #efefef;
border-bottom:1px solid #efefef;
border-top:1px solid #efefef;
margin-bottom: 7px;
position:relative;
padding:0px;
padding-bottom:3px;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-o-border-radius: 4px !important;
}
.uap-register-4 .uap-no-backs{
background:none !important;
border-width:0px;
}
.uap-register-4 .uap-form-line-register input[type=text], .uap-register-4 .uap-form-line-register input[type=password], .uap-register-4 .uap-form-line-register input[type=number], .uap-register-4 .uap-form-line-register textarea, .uap-register-4 .uap-form-line-register select, .uap-register-4 .uap-form-line-register .select2-selection{
width:100%;
background-color: #fafafa;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
background-color:none !important;
border:none !important;
padding: 10px;
display:inline-block;
min-height: 38px;
}
.uap-register-4 .uap-form-line-register select, .uap-register-4 .uap-form-line-register .select2-selection{
border:1px solid #efefef !important;
}
.uap-register-4 .uap-form-checkbox,.uap-register-4  .uap-form-radiobox, .uap-register-4  .uap-form-paybox{
display:inline-block;
}
.uap-register-4 .uap-tos-wrap{
text-align:left;
position:relative;
}
.uap-register-4 .uap-submit-form{
text-align:center;
margin-top:10px;
}
.uap-register-4 .uap-submit-form input{
width:100%;
border: none;
background:none repeat scroll 0 0 #27AE60 !important;
border-color:#27AE60 !important;
box-shadow:none !important;
border-radius:3px;
text-transform:capitalize;
font-size: 15px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 3px;
color: #b3eecc !important;
border-bottom: 4px solid #1e8449 !important;
}
.uap-register-4 .uap-submit-form input:hover{
background:none repeat scroll 0 0 #43be77 !important;
}
.uap-register-4 .uap-register-notice {
margin-left: 5px;
} .uap-register-5{
min-width: 400px;
max-width: 100%;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
display: block;
}
.uap-register-5 .uap-labels-register{
font-size:13px;
font-weight:bold;
min-width:130px;
padding-right:10px;
display:block;
text-align:left;
}
.uap-register-5 .uap-form-line-register{
border-bottom:none;
}
.uap-register-5 .uap-form-line-register input[type=text], .uap-register-5 .uap-form-line-register input[type=password], .uap-register-5 .uap-form-line-register input[type=number], .uap-register-5 .uap-form-line-register textarea, .uap-register-5 .uap-form-line-register select, .uap-register-5 .uap-form-line-register .select2-selection{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
display:block;
width:100%;
min-height: 37px;
}
.uap-register-5 .uap-submit-form{
text-align: right;
}
.uap-register-5 .uap-form-checkbox,.uap-register-5  .uap-form-radiobox, .uap-register-5  .uap-form-paybox{
display:inline-block;
}
.uap-register-5 .uap-submit-form input{
color:#fff !important;
background:none repeat scroll 0 0 #e05d5d  !important;
border-color:#e05d5d  !important;
box-shadow:none !important;
} .uap-register-6{
min-width:620px;
}
@media (max-width: 620px) {
.uap-register-6{
width:100%;
min-width: auto;
}
}
.uap-register-6 .uap-register-col{
width:50%;
box-sizing:border-box;
padding-right:10px;
max-width:400px;
min-width:310px;
display: inline-block;
vertical-align: top;
}
.uap-register-6 .uap-tos-wrap{
position:relative;
}
.uap-register-6 .uap-labels-register{
font-size:13px;
font-weight:bold;
min-width:130px;
padding-right:10px;
display:block;
text-align:left;
}
.uap-register-6 .uap-form-line-register{
border-bottom:none;
position: relative;
}
.uap-register-6 .uap-form-line-register input[type=text], .uap-register-6 .uap-form-line-register input[type=password], .uap-register-6 .uap-form-line-register input[type=number]
, .uap-register-6 .uap-form-line-register textarea, .uap-register-6 .uap-form-line-register select, .uap-register-6 .uap-form-line-register .select2-selection{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
display:block;
width:100%;
font-size:14px;
min-height: 37px;
}
.uap-register-6 .uap-submit-form{
text-align: right;
}
.uap-register-6 .uap-submit-form input{
color:#fff !important;
background:none repeat scroll 0 0 #e05d5d  !important;
border-color:#e05d5d  !important;
box-shadow:none !important;
border: none;
border-bottom: 3px solid #b93207;
border-radius: 2px;
padding: 11px 24px 10px;
min-width: 200px;
text-shadow: none !important;
}
.uap-register-6 .uap-form-checkbox,.uap-register-6  .uap-form-radiobox, .uap-register-6  .uap-form-paybox{
display:inline-block;
}
.uap-register-6 .uap-register-notice{
position: absolute;
z-index: 100;
background: #dd3559;
padding: 5px 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
right: 0;
margin-bottom: 8px;
max-width: 230px;
font-size: .875rem;
color: #fff;
top: 100%;
margin-top: -2px;
opacity:1;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.uap-register-6 .uap-register-notice:before{
content: '';
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -5px;
width: 0;
height: 0;
border-style: solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #dd3559;
}
.uap-register-6 .uap-input-notice {
border-color: #dd3559!important;
} .uap-register-7{
width:400px;
max-width: 100%;
margin: 10px;
padding:20px;
padding-bottom:0px;
border-radius:3px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
background-color:#f6f9fc;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
}
.uap-register-7 .uap-temp7-row{
position:relative;
left:-20px;
margin: 15px -40px 0 0px;
background-color:#aab7c4;
padding:15px 20px;
}
.uap-register-7 .uap-labels-register{
font-size:13px;
font-weight:bold;
min-width:130px;
padding-right:10px;
display:block;
text-align:left;
}
.uap-register-7 .uap-form-line-register{
border-bottom:none;
position: relative;
}
.uap-register-7 .uap-form-line-register input[type=text], .uap-register-7 .uap-form-line-register input[type=password], .uap-register-7 .uap-form-line-register input[type=number]
, .uap-register-7 .uap-form-line-register textarea, .uap-register-7 .uap-form-line-register select, .uap-register-7 .uap-form-line-register .select2-selection {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
display:block;
width:100%;
min-height:37px;
}
.uap-register-7 .uap-submit-form{
text-align: center;
}
.uap-register-7 .uap-submit-form input{ color: #fff !important;
background: none repeat scroll 0 0 #aab7c4 !important;
border-width: 2px;
border-style: solid;
border-color: #fff !important;
box-shadow: none !important;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
min-width: 70%;
}
.uap-register-7 .uap-submit-form input:hover{
color:#aab7c4 !important;
background:none repeat scroll 0 0 #fff  !important;
}
.uap-register-7 .uap-submit-form input:hover{
background:none repeat scroll 0 0 #fff  !important;
}
.uap-sublabel-register{
padding: 3px 8px;
color:#999;
font-size:13px;
}
.uap-register-7 .uap-register-notice{
position: absolute;
z-index: 100;
background: #dd3559;
padding: 5px 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
right: 0;
margin-bottom: 8px;
max-width: 230px;
font-size: .875rem;
color: #fff;
top: 100%;
margin-top: -2px;
opacity:1;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.uap-register-7 .uap-register-notice:before{
content: '';
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -5px;
width: 0;
height: 0;
border-style: solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #dd3559;
}
.uap-register-7 .uap-input-notice {
border-color: #dd3559!important;
} .uap-register-8{
margin: 10px;
padding:30px;
text-align:center;
box-sizing:border-box;
display:block;
min-width:300px;
max-width: 600px;
}
.uap-register-8 .uap-form-line-register{
margin-bottom:20px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
color: #888;
font-size:15px;
}
.uap-register-8 .uap-register-notice{
text-align:left;
font-size:13px;
}
.uap-register-8 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-register-8 .uap-level-details-register{
margin:15px 0px;
}
.uap-register-8 .uap-labels-register{
font-size:15px;
min-width:130px;
padding-right:10px;
display:block;
text-align:left;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-register-8 .uap-form-line-register{
border-bottom:none;
}
.uap-register-8 .uap-form-line-register input[type=text], .uap-register-8 .uap-form-line-register input[type=password], .uap-register-8 .uap-form-line-register input[type=number],
.uap-register-8 .uap-form-line-register textarea, .uap-register-8 .uap-form-line-register select, .uap-register-8 .uap-form-line-register .select2-selection{
border: 0px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
color: #555;
background-color:transparent;
padding: 8px 10px 7px;
display:block;
width:100%;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
min-height:36px;
text-align: left;
}
.uap-register-8 .uap-form-line-register textarea{
min-height:60px;
}
.uap-register-8 .uap-wrapp-file-field{
box-sizing:border-box;
padding: 10px;
border: 2px dashed #ddd;
}
.uap-register-8 .uap-form-sublabel, .uap-register-8 .uap-file-upload-button{
text-align:left;
}
.uap-register-8 .uap-wrapp-file-upload{
display:block;
margin-top: 10px;
}
.uap-register-8 .uap-form-checkbox-wrapper,.uap-register-8  .uap-form-radiobox-wrapper{
text-align:left;
padding-left:20px;
}
.uap-register-8 .uap-form-checkbox,.uap-register-8  .uap-form-radiobox, .uap-register-8  .uap-form-paybox{
display:inline-block;
}
.uap-register-8 .uap-tos-wrap{
position:relative;
text-align:left;
padding:10px 0;
}
.uap-register-8 .uap-submit-form{
text-align:center;
margin-top:10px;
}
.uap-register-8 .uap-submit-form input{
color:#fff !important;
width:100%;
border:none;
background:none repeat scroll 0 0 #ea4872 !important;
border-color:#ea4872 !important;
box-shadow:none !important;
border-radius:3px;
text-transform:capitalize;
font-size: 14px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
min-height:45px;
font-size:18px;
font-weight:bold;
}
.uap-register-8 .uap-submit-form input:hover{
background:none repeat scroll 0 0 #d3365e !important;
}
.uap-register-8 .uap-register-notice{
color: #dd3559;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.uap-register-8 .uap-input-notice {
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
border-color: #dd3559!important;
} .uap-register-9{
margin: 10px;
padding:30px;
text-align:center;
box-sizing:border-box;
display:block;
min-width:300px;
max-width: 600px;
}
.uap-register-9 .uap-form-line-register{
margin-bottom:20px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
color: #888;
font-size:15px;
}
.uap-register-9 .uap-register-notice{
text-align:left;
font-size:13px;
}
.uap-register-9 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-register-9 .uap-level-details-register{
margin:15px 0px;
}
.uap-register-9 .uap-labels-register{
font-size:15px;
min-width:130px;
padding-right:10px;
padding-left:15px;
display:block;
text-align:left;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-register-9 .uap-form-line-register{
border-bottom:none;
position:relative;
}
.uap-register-9 .uap-form-line-register input[type=text], .uap-register-9 .uap-form-line-register input[type=password], .uap-register-9 .uap-form-line-register input[type=number],
.uap-register-9 .uap-form-line-register textarea, .uap-register-9 .uap-form-line-register select, .uap-register-9 .uap-form-line-register .select2-selection{
border: 0px solid rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
color: #555;
background-color:transparent;
padding: 8px 10px 7px;
display:block;
width:100%;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
min-height:36px;
text-align: left;
border-radius: 45px !important;
-webkit-border-radius: 45px !important;
-moz-border-radius: 45px !important;
-o-border-radius: 45px !important;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-register-9 .uap-form-line-register .select2-selection{
padding-top:2px;
}
.uap-register-9 .uap-form-line-register input[type=text]:hover, .uap-register-9 .uap-form-line-register input[type=password]:hover, .uap-register-9 .uap-form-line-register input[type=number]:hover,
.uap-register-9 .uap-form-line-register textarea:hover, .uap-register-9 .uap-form-line-register select:hover, .uap-register-9 .uap-form-line-register .select2-selection:hover,
.uap-register-9 .uap-form-line-register input[type=text]:focus, .uap-register-9 .uap-form-line-register input[type=password]:focus, .uap-register-9 .uap-form-line-register input[type=number]:focus,
.uap-register-9 .uap-form-line-register textarea:focus, .uap-register-9 .uap-form-line-register select:focus, .uap-register-9 .uap-form-line-register .select2-selection:focus
, .uap-register-9 .uap-form-line-register select:checked{
border-color:#26bbea;
background-color: #fff;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap-register-9 .uap-form-line-register textarea{
min-height:60px;
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
-o-border-radius: 10px !important;
}
.uap-register-9 .uap-wrapp-file-field{
box-sizing:border-box;
padding: 10px;
border: 2px dashed #ddd;
}
.uap-register-9 .uap-form-sublabel, .uap-register-9 .uap-register-notice{
text-align:left;
padding-left:15px;
}
.uap-register-9 .uap-file-upload-button{
text-align:left;
}
.uap-register-9 .uap-wrapp-file-upload{
display:block;
margin-top: 10px;
}
.uap-register-9 .uap-form-checkbox-wrapper,.uap-register-9  .uap-form-radiobox-wrapper{
text-align:left;
padding-left:20px;
}
.uap-register-9 .uap-form-checkbox,.uap-register-9  .uap-form-radiobox, .uap-register-9  .uap-form-paybox{
display:inline-block;
}
.uap-register-9 .uap-tos-wrap{
position:relative;
text-align:left;
padding:10px 0;
}
.uap-register-9 .uap-submit-form{
text-align:center;
margin-top:30px;
}
.uap-register-9 .uap-submit-form input{
color:#fff !important;
min-width:250px;
width:60%;
border:none; box-shadow:none !important;
border-radius:3px;
text-transform:capitalize;
font-size: 14px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
min-height:45px;
font-size:18px;
font-weight:bold;
background-color: rgb(241, 95, 121);
background-image: linear-gradient(to left, rgb(178, 69, 146), rgb(241, 95, 121));
}
.uap-register-9 .uap-submit-form input:hover{
width:67%;
}
.uap-register-9 .uap-register-notice, .uap-register-9 #uap_coupon_code_check_div_msg{
position: absolute;
z-index: 100;
background: #dd3559;
padding: 5px 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
right: 0;
margin-bottom: 8px;
max-width: 230px;
font-size: .875rem;
color: #fff;
top: 100%;
margin-top: -2px;
opacity:1;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
color:#fff !important;
}
.uap-register-9 .uap-coupon-valid{
background:#27bebe !important;
}
.uap-register-9 .uap-register-notice:before{
content: '';
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -5px;
width: 0;
height: 0;
border-style: solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #dd3559;
}
.uap-register-9 .uap-input-notice {
border-color: #dd3559!important;
} .uap-register-10 *{
margin-top: 0px;
}
.uap-register-10{
min-width:300px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
box-sizing:border-box;
display:block;
max-width:500px; font-size: 14px;
color:#7f7f97;
text-align:left;
}
.uap-register-10 .uap-labels-register{
font-size:14px;
min-width:130px;
padding-right:10px;
display:block;
text-align:left; color:#777;
}
.uap-register-10 .uap-form-line-register{
border-bottom:none;
margin-bottom:15px;
position:relative;
}
.uap-register-10 .uap-form-text,
.uap-register-10 .uap-form-password,
.uap-register-10 .uap-form-unique_value_text,
.uap-register-10 .uap-form-date
{
position: relative;
display: table;
border-collapse: separate;
}
.uap-register-10 .uap-form-line-register input[type=text], .uap-register-10 .uap-form-line-register input[type=password], .uap-register-10 .uap-form-line-register input[type=number],
.uap-register-10 .uap-form-line-register textarea, .uap-register-10 .uap-form-line-register select, .uap-register-10 .uap-form-line-register .select2-selection{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #444;
padding: 8px 10px 7px;
display:block;
width:100%;
min-height:40px;
background-color: #f7f7f7;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.uap-register-10 .uap-form-line-register input[type=text]:hover, .uap-register-10 .uap-form-line-register input[type=password]:hover, .uap-register-10 .uap-form-line-register input[type=number]:hover,
.uap-register-10 .uap-form-line-register textarea:hover, .uap-register-10 .uap-form-line-register select:hover, .uap-register-10 .uap-form-line-register .select2-selection:hover,
.uap-register-10 .uap-form-line-register input[type=text]:focus, .uap-register-10 .uap-form-line-register input[type=password]:focus, .uap-register-10 .uap-form-line-register input[type=number]:focus,
.uap-register-10 .uap-form-line-register textarea:focus, .uap-register-10 .uap-form-line-register select:focus, .uap-register-10 .uap-form-line-register .select2-selection:focus
{
border-color:#31aae1;
background-color: #fff;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap-register-10 .uap-form-line-register .uap-form-checkbox-wrapper,.uap-register-10 .uap-form-line-register .uap-form-radiobox-wrapper{
margin-top:10px;
}
.uap-register-10 .uap-form-text .uap-labels-register,
.uap-register-10 .uap-form-password .uap-labels-register,
.uap-register-10 .uap-form-unique_value_text .uap-labels-register,
.uap-register-10 .uap-form-date .uap-labels-register
{
padding: 6px 12px;
width: 1%;
white-space: nowrap;
vertical-align: middle;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
display: table-cell;
min-width: inherit;
}
.uap-register-10 .uap-form-text input[type=text],
.uap-register-10 .uap-form-password input[type=text],
.uap-register-10 .uap-form-unique_value_text input[type=text],
.uap-register-10 .uap-form-date input[type=text]
{
border-radius: 4px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border: 1px solid #ddd;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
background-color: #fff;
color: #32373c;
outline: 0;
-webkit-transition: 50ms border-color ease-in-out;
transition: 50ms border-color ease-in-out;
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0 !important;
margin-top: 0 !important;
display: table-cell;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.uap-register-10 .uap-form-text .uap-form-sublabel,
.uap-register-10 .uap-form-password .uap-form-sublabel,
.uap-register-10 .uap-form-unique_value_text .uap-form-sublabel,
.uap-register-10 .uap-form-date .uap-form-sublabel{
display: table-cell;
width: 1%;
white-space: nowrap;
vertical-align: middle;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
}
.uap-register-10 .uap-register-notice, .uap-register-10 #uap_coupon_code_check_div_msg{
position: absolute;
z-index: 100;
background: #dd3559;
padding: 5px 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
right: 0;
margin-bottom: 8px;
max-width: 230px;
font-size: .875rem;
color: #fff;
top: 100%;
margin-top: -2px;
opacity:1;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
color:#fff !important;
}
.uap-register-10 .uap-coupon-valid{
background:#27bebe !important;
}
.uap-register-10 .uap-input-notice {
border-color: #dd3559!important;
}
.uap-register-10 .uap-register-notice:before{
content: '';
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -5px;
width: 0;
height: 0;
border-style: solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #dd3559;
}
.uap-register-10 .uap-submit-form{
text-align:center;
}
.uap-register-10 .uap-submit-form input{
color:#fff !important;
width:100%;
padding: 15px 14px !important; background-color: rgb(52, 138, 199);
background-image: linear-gradient(to left, rgb(116, 116, 191), rgb(52, 138, 199));
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-register-10 .uap-submit-form input:hover{
color:#fff !important; border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
}
.uap-register-10 .uap-form-line-register textarea{
min-height:60px;
}
.uap-register-10 .uap-wrapp-file-field{
box-sizing:border-box;
padding: 10px;
display:block;
margin-top: 10px;
border: 2px dashed #08d1b2;
width: 100%;
} .uap-register-11{
margin: 10px;
text-align:center;
box-sizing:border-box;
display:block;
text-align:left;
}
.uap-register-11 .uap-form-line-register{
margin-bottom:20px;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
color: #888;
font-size:15px;
}
.uap-register-11 .uap-register-notice{
text-align:left;
font-size:13px;
}
.uap-register-11 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-register-11 .uap-level-details-register{
margin:15px 0px;
}
.uap-register-11 .uap-labels-register{
font-size:15px;
min-width:130px;
padding-right:10px;
display:block;
text-align:left;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-register-11 .uap-form-line-register{
border-bottom:none;
}
.uap-register-11 .uap-form-line-register input[type=text], .uap-register-11 .uap-form-line-register input[type=password], .uap-register-11 .uap-form-line-register input[type=number],
.uap-register-11 .uap-form-line-register textarea, .uap-register-11 .uap-form-line-register select, .uap-register-11 .uap-form-line-register .select2-selection{
border: 0px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
color: #555;
background-color:transparent;
padding: 8px 10px 7px;
display:block;
width:100%;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
min-height:36px;
text-align: left;
}
.uap-register-11 .uap-form-line-register textarea{
min-height:60px;
}
.uap-register-11 .uap-wrapp-file-field{
box-sizing:border-box;
padding: 10px;
border: 2px dashed #ddd;
}
.uap-register-11 .uap-form-sublabel, .uap-register-11 .uap-file-upload-button{
text-align:left;
}
.uap-register-11 .uap-wrapp-file-upload{
display:block;
margin-top: 10px;
}
.uap-register-11 .uap-form-checkbox-wrapper,.uap-register-11  .uap-form-radiobox-wrapper{
text-align:left;
padding-left:20px;
}
.uap-register-11 .uap-form-checkbox,.uap-register-11  .uap-form-radiobox, .uap-register-11  .uap-form-paybox{
display:inline-block;
}
.uap-register-11 .uap-tos-wrap{
position:relative;
text-align:left;
padding:10px 0;
}
.uap-register-11 .uap-submit-form{
text-align:center;
margin-top:10px;
}
.uap-register-11 .uap-submit-form input{
color:#fff !important;
width:100%;
border:none;
background:none repeat scroll 0 0 #ea4872 !important;
border-color:#ea4872 !important;
box-shadow:none !important;
border-radius:3px;
text-transform:capitalize;
font-size: 14px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
min-height:45px;
font-size:18px;
font-weight:bold;
}
.uap-register-11 .uap-submit-form input:hover{
background:none repeat scroll 0 0 #d3365e !important;
}
.uap-register-11 .uap-register-notice{
color: #dd3559;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.uap-register-11 .uap-input-notice {
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
border-color: #dd3559!important;
} .uap-register-12{
margin: 10px;
text-align:center;
box-sizing:border-box;
display:block;
text-align:left;
}
.uap-register-12 .uap-form-line-register{
font-family: Helvetica, sans-serif, 'Trebuchet MS';
color: #888;
font-size:15px;
}
.uap-register-12 .uap-register-notice{
text-align:left;
font-size:13px;
}
.uap-register-12 .uap-sm-wrapp-fe{
text-align:left;
}
.uap-register-12 .uap-level-details-register{
margin:15px 0px;
}
.uap-register-12 .uap-labels-register{
font-size:15px;
min-width:130px;
padding-right:10px;
padding-left:15px;
display:block;
text-align:left;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-register-12 .uap-form-line-register{
border-bottom:none;
position:relative;
}
.uap-register-12 .uap-form-line-register input[type=text], .uap-register-12 .uap-form-line-register input[type=password], .uap-register-12 .uap-form-line-register input[type=number],
.uap-register-12 .uap-form-line-register textarea, .uap-register-12 .uap-form-line-register select, .uap-register-12 .uap-form-line-register .select2-selection{
border: 0px solid rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
color: #555;
background-color:transparent;
padding: 8px 10px 7px;
display:block;
width:100%;
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
min-height:36px;
text-align: left;
border-radius: 45px !important;
-webkit-border-radius: 45px !important;
-moz-border-radius: 45px !important;
-o-border-radius: 45px !important;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
margin-bottom:0px !important;
}
.uap-register-12 .uap-form-line-register .select2-selection{
padding-top:2px;
}
.uap-register-12 .uap-form-line-register input[type=text]:hover, .uap-register-12 .uap-form-line-register input[type=password]:hover, .uap-register-12 .uap-form-line-register input[type=number]:hover,
.uap-register-12 .uap-form-line-register textarea:hover, .uap-register-12 .uap-form-line-register select:hover, .uap-register-12 .uap-form-line-register .select2-selection:hover,
.uap-register-12 .uap-form-line-register input[type=text]:focus, .uap-register-12 .uap-form-line-register input[type=password]:focus, .uap-register-12 .uap-form-line-register input[type=number]:focus,
.uap-register-12 .uap-form-line-register textarea:focus, .uap-register-12 .uap-form-line-register select:focus, .uap-register-12 .uap-form-line-register .select2-selection:focus
, .uap-register-12 .uap-form-line-register select:checked{
border-color:#26bbea;
background-color: #fff;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap-register-12 .uap-form-line-register textarea{
min-height:60px;
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
-o-border-radius: 10px !important;
}
.uap-register-12 .uap-wrapp-file-field{
box-sizing:border-box;
padding: 10px;
border: 2px dashed #ddd;
}
.uap-register-12 .uap-form-sublabel, .uap-register-12 .uap-register-notice{
text-align:left;
padding-left:15px;
}
.uap-register-12 .uap-file-upload-button{
text-align:left;
}
.uap-register-12 .uap-wrapp-file-upload{
display:block;
margin-top: 10px;
}
.uap-register-12 .uap-form-checkbox-wrapper,.uap-register-12  .uap-form-radiobox-wrapper{
text-align:left;
padding-left:20px;
}
.uap-register-12 .uap-form-checkbox,.uap-register-12  .uap-form-radiobox, .uap-register-12  .uap-form-paybox{
display:inline-block;
}
.uap-register-12 .uap-tos-wrap{
position:relative;
text-align:left;
padding:10px 0;
}
.uap-register-12 .uap-submit-form{
text-align:center;
margin-top:10px;
}
.uap-register-12 .uap-submit-form input{
color:#fff !important;
min-width:250px;
width:50%;
border:none; box-shadow:none !important;
border-radius:3px;
text-transform:capitalize;
font-size: 14px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 10px 30px 11px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
min-height:45px;
font-size:18px;
font-weight:bold;
background-color: rgb(241, 95, 121);
background-image: linear-gradient(to left, rgb(178, 69, 146), rgb(241, 95, 121));
}
.uap-register-12 .uap-submit-form input:hover{
width:57%;
}
.uap-register-12 .uap-register-notice, .uap-register-12 #uap_coupon_code_check_div_msg{
position: absolute;
z-index: 100;
background: #dd3559;
padding: 5px 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
right: 0;
margin-bottom: 8px;
max-width: 230px;
font-size: .875rem;
color: #fff;
top: 100%;
margin-top: -2px;
opacity:1;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
color:#fff !important;
}
.uap-register-12 .uap-coupon-valid{
background:#27bebe !important;
}
.uap-register-12 .uap-register-notice:before{
content: '';
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -5px;
width: 0;
height: 0;
border-style: solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #dd3559;
}
.uap-register-12 .uap-input-notice {
border-color: #dd3559!important;
} .uap-register-13{
font-family: Helvetica, sans-serif, 'Trebuchet MS';
font-size: 14px;
box-sizing:border-box;
display:block; font-size: 14px;
color:#7f7f97;
}
.uap-register-13 .uap-labels-register{
font-size:14px;
min-width:130px;
padding-right:10px;
display:block;
text-align:left; color:#777;
}
.uap-register-13 .uap-form-line-register{
border-bottom:none;
margin-bottom:15px;
position:relative;
}
.uap-register-13 .uap-form-text,
.uap-register-13 .uap-form-password,
.uap-register-13 .uap-form-unique_value_text,
.uap-register-13 .uap-form-date
{
position: relative;
display: table;
border-collapse: separate;
}
.uap-register-13 .uap-form-line-register input[type=text], .uap-register-13 .uap-form-line-register input[type=password], .uap-register-13 .uap-form-line-register input[type=number],
.uap-register-13 .uap-form-line-register textarea, .uap-register-13 .uap-form-line-register select, .uap-register-13 .uap-form-line-register .select2-selection{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #444;
padding: 8px 10px 7px;
display:block;
width:100%;
min-height:40px;
background-color: #f7f7f7;
box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.uap-register-13 .uap-form-line-register input[type=text]:hover, .uap-register-13 .uap-form-line-register input[type=password]:hover, .uap-register-13 .uap-form-line-register input[type=number]:hover,
.uap-register-13 .uap-form-line-register textarea:hover, .uap-register-13 .uap-form-line-register select:hover, .uap-register-13 .uap-form-line-register .select2-selection:hover,
.uap-register-13 .uap-form-line-register input[type=text]:focus, .uap-register-13 .uap-form-line-register input[type=password]:focus, .uap-register-13 .uap-form-line-register input[type=number]:focus,
.uap-register-13 .uap-form-line-register textarea:focus, .uap-register-13 .uap-form-line-register select:focus, .uap-register-13 .uap-form-line-register .select2-selection:focus
{
border-color:#31aae1;
background-color: #fff;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap-register-13 .uap-form-line-register .uap-form-checkbox-wrapper,.uap-register-13 .uap-form-line-register .uap-form-radiobox-wrapper{
margin-top:10px;
}
.uap-register-13 .uap-form-text .uap-labels-register,
.uap-register-13 .uap-form-password .uap-labels-register,
.uap-register-13 .uap-form-unique_value_text .uap-labels-register,
.uap-register-13 .uap-form-date .uap-labels-register
{
padding: 6px 12px;
width: 1%;
white-space: nowrap;
vertical-align: middle;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
display: table-cell;
min-width: inherit;
}
.uap-register-13 .uap-form-text input[type=text],
.uap-register-13 .uap-form-password input[type=text],
.uap-register-13 .uap-form-unique_value_text input[type=text],
.uap-register-13 .uap-form-date input[type=text]
{
border-radius: 4px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border: 1px solid #ddd;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
background-color: #fff;
color: #32373c;
outline: 0;
-webkit-transition: 50ms border-color ease-in-out;
transition: 50ms border-color ease-in-out;
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0 !important;
margin-top: 0 !important;
display: table-cell;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.uap-register-13 .uap-form-text .uap-form-sublabel,
.uap-register-13 .uap-form-password .uap-form-sublabel,
.uap-register-13 .uap-form-unique_value_text .uap-form-sublabel,
.uap-register-13 .uap-form-date .uap-form-sublabel{
display: table-cell;
width: 1%;
white-space: nowrap;
vertical-align: middle;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
}
.uap-register-13 .uap-register-notice, .uap-register-13 #uap_coupon_code_check_div_msg{
position: absolute;
z-index: 100;
background: #dd3559;
padding: 5px 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
right: 0;
margin-bottom: 8px;
max-width: 230px;
font-size: .875rem;
color: #fff;
top: 100%;
margin-top: -2px;
opacity:1;
-webkit-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s;
transition: all 0.6s linear 0s;-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
color:#fff !important;
}
.uap-register-13 .uap-coupon-valid{
background:#27bebe !important;
}
.uap-register-13 .uap-input-notice {
border-color: #dd3559!important;
}
.uap-register-13 .uap-register-notice:before{
content: '';
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -5px;
width: 0;
height: 0;
border-style: solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #dd3559;
}
.uap-register-13 .uap-submit-form{
text-align:center;
}
.uap-register-13 .uap-submit-form input{
color:#fff !important;
width:60%;
padding: 15px 14px; background-color: rgb(52, 138, 199);
background-image: linear-gradient(to left, rgb(116, 116, 191), rgb(52, 138, 199));
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap-register-13 .uap-submit-form input:hover{
color:#fff !important; border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
}
.uap-register-13 .uap-form-line-register textarea{
min-height:60px;
}
.uap-register-13 .uap-wrapp-file-field{
box-sizing:border-box;
padding: 10px;
display:block;
margin-top: 10px;
border: 2px dashed #08d1b2;
width: 100%;
}   .uap-login-form-wrap *{
box-sizing:border-box;
text-decoration:none;
}
.uap-login-form-wrap a{
border-bottom:none !important;
} .uap_locker_1{
text-align:center;
max-width:300px;
} .uap_locker_2{
border: 1px solid #ededed;
-moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
box-shadow: 0 0 20px rgba(0,0,0,.07);
background-color: #f7f7f7;
text-align:center;
min-height: 120px;
padding:25px;
border-radius: 9px;
max-width:500px;
margin:10px auto;
}
.uap_locker_2 .lock_content{
min-height:30px;
vertical-align:middle;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}
.uap_locker_2 .lock_content h2{
text-shadow: 1px 1px 2px #fff;
font-size:20px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
line-height:16px;
}
.uap_locker_2 .lock_buttons{
margin:3px auto;
display:inline-block;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background: rgba(0,0,0,0.04);
padding: 5px 12px;
padding-bottom:0px;
text-align: center;
border: 1px solid rgba(0,0,0,0.08);
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
} .uap_locker_3{
border: 1px solid #ededed;
-moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
box-shadow: 0 0 20px rgba(0,0,0,.07);
background-color: #f7f7f7;
background:#fff url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/lockers/lock_1.png) 0 top repeat-x;
text-align:center;
min-height: 140px;
padding:25px 15px;
position:relative;
max-width:600px;
margin:10px auto;
}
.uap_locker_3 .lk_wrapper{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:5px;
background:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/lockers/lock_1.png) 0 bottom repeat-x;
}
.uap_locker_3 .lock_content{
min-height:80px;
vertical-align:middle;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding-top:10px;
padding-bottom: 10px;
}
.uap_locker_3 .lock_content h2{
text-shadow: 1px 1px 2px #fff;
font-size:26px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#719fd6;
}
.uap_locker_3 .lock_content h1,.uap_locker_3 .lock_content h2,.uap_locker_3 .lock_content h3{
color:#719fd6;
}
.uap_locker_3 .lock_content p{
padding:0px;
margin:0px;
}
.uap_locker_3 .lock_buttons{
margin:3px -15px 3px -15px;
background: rgba(0,0,0,0.02);
padding: 6px 5px;
padding-bottom:0px;
text-align: center;
border: 1px solid rgba(0,0,0,0.08);
border-left:none;
border-right:none;
} .uap_locker_4{
border: 1px solid #ededed;
-moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
box-shadow: 0 0 20px rgba(0,0,0,.07);
background: -webkit-linear-gradient(#fefefe,#f1f1f1); background: -o-linear-gradient(#fefefe, #f1f1f1); background: -moz-linear-gradient(#fefefe,#f1f1f1); background: linear-gradient(#fefefe, #f1f1f1); background: -webkit-linear-gradient(#fafafa,#fff); background: -o-linear-gradient(#fafafa, #fff); background: -moz-linear-gradient(#fafafa,#fff); background: linear-gradient(#fafafa, #fff); text-align:center;
min-height: 140px;
padding:25px;
position:relative;
max-width:620px;
margin:10px auto;
}
.uap_locker_4 .lk_wrapper{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:9px;
background:#fff url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/lockers/lock_3.png) 0 bottom repeat-x;
}
.uap_locker_4 .lk_left_side{
border-radius:50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
height:130px;
width:130px;
position:absolute;
top:20px;
left:30px;
margin:0px 15px 10px 18px;
border: 1px solid rgba(0,0,0,0.08);
-webkit-box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
-moz-box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
background:#ddd url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/lockers/lock_5.png) center center no-repeat;
background-size: 80px auto;
}
.uap_locker_4 .lock_content{
min-height:80px;
vertical-align:middle;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin-left:160px;
padding-top:10px;
}
@media (max-width: 567px) {
.uap_locker_4 .lock_content{
margin-left:0px;
margin-top:140px;
}
}
.uap_locker_4 .lock_content h2{
text-shadow: 1px 1px 2px #fff;
font-size:26px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#719fd6;
line-height:16px;
}
.uap_locker_4 .lock_content h1,.uap_locker_4 .lock_content h2,.uap_locker_4 .lock_content h3{
color:#719fd6;
}
.uap_locker_4 .lock_content p{
padding:0px;
margin:0px;
}
.uap_locker_4 .lock_buttons{
margin-top:20px;
} .uap_locker_5{
border: 1px solid #ededed;
-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
box-shadow: 0 0 20px rgba(0,0,0,.1);
background:rgba(250,250,250,0.7);
text-align:center;
min-height: 140px;
padding:15px 15px;
position:relative;
max-width:610px;
margin:10px auto;
}
.uap_locker_5 .lk_top_side{
background: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/lockers/lock_5.png) center center no-repeat;
background-size: 40px auto;
margin:0 auto;
height:40px;
width:100px;
}
.uap_locker_5 .lock_content{
min-height: 80px;
vertical-align: middle;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 20px;
}
.uap_locker_5 .lock_content h2{
text-shadow: 1px 1px 2px #fff;
font-size:26px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#333;
line-height:16px;
}
.uap_locker_5 .lock_content h1,.uap_locker_5 .lock_content h2,.uap_locker_5 .lock_content h3{
color:#0082a2;
}
.uap_locker_5 .lock_content p{
padding:0px;
margin:0px;
}
.uap_locker_5 .lock_buttons{
margin-top:20px;
} .uap_locker_6{
border: 1px solid #ededed;
-moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
box-shadow: 0 0 20px rgba(0,0,0,.07);
background: -webkit-linear-gradient(#fefefe,#f1f1f1); background: -o-linear-gradient(#fefefe, #f1f1f1); background: -moz-linear-gradient(#fefefe,#f1f1f1); background: linear-gradient(#fefefe, #f1f1f1); background: -webkit-linear-gradient(#fafafa,#fff); background: -o-linear-gradient(#fafafa, #fff); background: -moz-linear-gradient(#fafafa,#fff); background: linear-gradient(#fafafa, #fff); text-align:center;
min-height: 140px;
padding:15px 15px;
position:relative;
max-width:620px;
margin:10px auto;
margin-top:50px;
}
.uap_locker_6 .lk_top_side{
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
height: 110px;
width: 110px;
position: absolute;
top: -50px;
left: 50%;
z-index: 999;
margin-left: -55px;
border: 4px solid #fff;
-webkit-box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
-moz-box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
background: #0082a2 url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/lockers/lock_4.png) center center no-repeat;
background-size: 46px auto;
}
.uap_locker_6 .lock_content{
min-height: 80px;
vertical-align: middle;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin-top: 30px;
padding-top: 30px;
}
.uap_locker_6 .lock_content h2{
text-shadow: 1px 1px 2px #fff;
font-size:26px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#0082a2;
line-height:16px;
}
.uap_locker_6 .lock_content h1,.uap_locker_6 .lock_content h2,.uap_locker_6 .lock_content h3{
color:#0082a2;
}
.uap_locker_6 .lock_content p{
padding:0px;
margin:0px;
}
.uap_locker_6 .lock_buttons{
margin-top:20px;
}
.uap_locker_6 .uap-login-template-6{
background-color:#fff;
} .uap_locker_7{
border: 1px solid #ddd;
-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
box-shadow: 0 0 20px rgba(0,0,0,.1);
background:#406cb8;
text-align:center;
min-height: 140px;
padding:15px 15px;
position:relative;
max-width:630px;
margin:10px auto;
}
.uap_locker_7 .lk_wrapper{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:100%;
border: 3px solid #fefefe;
}
.uap_locker_7 .lk_top_side{
background: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/lockers/lock_6.png) center center no-repeat;
background-size: auto 60px;
margin:0 auto;
height:60px;
width:100px;
}
.uap_locker_7 .lock_content{
min-height: 80px;
vertical-align: middle;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 15px;
color:#fff;
}
.uap_locker_7 .lock_content h2{
font-size:29px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
line-height:16px;
}
.uap_locker_7 .lock_content h1,.uap_locker_7 .lock_content h2,.uap_locker_7 .lock_content h3{
color:#fff;
}
.uap_locker_7 .lock_content p{
padding:0px;
margin:0px;
}
.uap_locker_7 .lock_buttons{
margin:3px auto;
margin-top:20px;
display:inline-block;
max-width: 100%;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background: rgba(255,255,255,0.07);
padding: 8px 9px;
padding-bottom:0px;
text-align: center;
border: 1px solid rgba(0,0,0,0.08);
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
z-index: 99999;
position: relative;
}
.uap_locker_7 .uap_timeout_line{
background-color: rgba(231,231,231,.7);
background: -webkit-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);
background: -o-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);
background: -moz-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);
background: linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);
}
.uap_locker_7 .uap-login-template-2 .uap-form-links a {
color:#fff !important;
} .uap_locker_8{
border: 1px solid #ededed;
-moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
box-shadow: 0 0 20px rgba(0,0,0,0.4);
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: #737373;
text-align:center;
min-height: 140px;
padding:20px 15px;
padding-bottom:25px;
position:relative;
max-width:600px;
margin:10px auto;
}
.uap_locker_8 .lk_top_side{
background: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/lockers/lock_4.png) center center no-repeat;
margin:0 auto;
height:36px;
width:100px;
background-size: 26px auto;
}
.uap_locker_8 .lk_wrapper_top{
position:absolute;
top:0px;
left:0px;
width:100%;
height:9px;
border-radius: 8px 8px 0 0;
-moz-border-radius:  8px 8px 0 0;
-webkit-border-radius:  8px 8px 0 0;
background:#df1346;
}
.uap_locker_8 .lk_wrapper_bottom{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:9px;
background:#df1346;
border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
}
.uap_locker_8 .lock_content{
min-height:80px;
vertical-align:middle;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding-top:10px;
padding-bottom:10px;
color:#c9c5c4;
}
.uap_locker_8 .lock_content h2{
font-size:26px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#ededed;
}
.uap_locker_8 .lock_content h1,.uap_locker_8 .lock_content h2,.uap_locker_8 .lock_content h3{
color:#719fd6;
}
.uap_locker_8 .lock_content p{
padding:0px;
margin:0px;
}
.uap_locker_8 .lock_buttons{
margin:3px -15px 3px -15px;
background: rgba(0,0,0,0.07);
padding: 6px 5px;
padding-bottom:0px;
text-align: center;
border: 1px solid rgba(0,0,0,0.08);
border-left:none;
border-right:none;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
}
.uap_locker_8 .uap_timeout_line{
background-color: rgba(231,231,231,.7);
background: -webkit-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);
background: -o-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);
background: -moz-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);
background: linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);
}
.uap_locker_8 .uap-login-template-4{
background-color:transparent !important;
}
.uap_locker_8 .uap-login-template-4 .uap-form-line-fr {
color:#fff !important;
background-color:transparent !important;
border-bottom: 1px solid #aaa !important;
}
.uap_locker_8 .uap-login-template-4 .uap-form-submit{
background-color:transparent !important;
border-bottom-width:0 !important;
}
.uap_locker_8 .uap-login-template-4 .uap-form-links a {
color:#fff !important;
}
.uap_locker_8 .uap-login-template-4 .uap-form-line-fr input[type=text], .uap-login-template-4 .uap-form-line-fr input[type=password]{
color:#fff !important;
}  .uap-purchased-level{
background-color:#0bb586 !important;
background:#0bb586 !important;
} .uap_level_template_1{
}
.uap_level_template_1 .uap-level-item{
width:100%;
margin:5px;
margin-bottom:15px;
box-sizing:border-box;
border:1px solid #eee;
padding:10px;
padding-bottom:0px;
max-width:400px;
position:relative;
}
.uap_level_template_1 .uap-level-item-top{
display:block;
width:50%;
box-sizing:border-box;
border-bottom: 3px solid #33b5e5;
padding:4px 0 4px 10px;
}
.uap_level_template_1 .uap-level-item-title{
color:#555;
font-size:20px;
line-height:25px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
}
.uap_level_template_1 .uap-level-item-content{
padding: 10px;
text-align:left;
color:#000;
min-height:70px;
}
.uap_level_template_1 .uap-level-item-bottom{
position: relative;
left: -10px;
margin: 0 -20px 0 0px;
background-color: #f2f2f2;
border-top:1px solid #ddd;
box-sizing:border-box;
}
.uap_level_template_1 .uap-level-item-price{
float:left;
box-sizing:border-box;
padding-left:10px;
line-height:48px;
font-family: 'Oswald', sans-serif;
font-weight:200;
font-size:14px;
height:100%;
}
.uap_level_template_1 .uap-level-item-link{
float:right;
text-align:center;
box-sizing:border-box;
margin-right:20px;
margin-top:10px;
margin-bottom:10px;
color: #fff !important;
min-width: 100px;
border: none;
border-radius:4px;
text-transform: capitalize;
padding: 5px 15px;
background: none repeat scroll 0 0 #f47e7e;
border-color: #5BC4BE !important;
box-shadow: none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap_level_template_1 .uap-level-item-link a{
color:#fff;
text-decoration:none;
} .uap_level_template_2{
margin:0 auto;
}
.uap_level_template_2 .uap-level-item{
width:25%;
padding:10px;
margin-bottom:15px;
box-sizing:border-box;
max-width:400px;
position:relative;
display: inline-block;
vertical-align: top;
min-width:250px;
}
.uap_level_template_2 .uap-level-item-top{
display:block;
width:100%;
box-sizing:border-box;
background: rgba(33, 172, 172,0.8) !important;
text-align:center;
border:1px solid #eee;
border-width:1px 1px 0 1px;
}
.uap_level_template_2 .uap-level-item-title{
font-family: 'Oswald', arial, sans-serif !important;
font-size: 19px !important;
border: none !important;
color: #FFF !important;
padding: 4px;
line-height:40px;
}
.uap_level_template_2 .uap-level-item-content{
padding: 10px;
text-align:left;
color:#000;
min-height:150px;
padding-bottom:65px;
border:1px solid #eee;
border-width:0px 1px 0 1px;
box-sizing: border-box;
}
.uap_level_template_2 .uap-level-item-bottom{
position: absolute;
bottom: 0px;
left:10px;
right:10px;
height:50px;
background-color: #f2f2f2;
border:1px solid #eee;
border-width:0px 1px 0 1px;
border-top:1px solid #ddd;
box-sizing:border-box;
text-align:center;
}
.uap_level_template_2 .uap-level-item-price{
font-family: 'Oswald', arial, sans-serif !important;
box-sizing:border-box;
width: 100%;
position: relative;
box-sizing: border-box;
background: rgba(39, 190, 190,0.8) !important;
font-size: 45px !important;
color: #FFF !important;
text-align: center;
line-height: 65px;
padding: 10px 0;
border:1px solid #eee;
border-width:0px 1px 0 1px;
}
.uap_level_template_2 .uap-level-item-link{
text-align:center;
box-sizing:border-box;
display:inline-block;
margin: 10px auto;
color: #fff !important;
min-width: 100px;
border: none;
border-radius:4px;
text-transform: capitalize;
padding: 5px 15px;
background: none repeat scroll 0 0 #f36510;
border-color: #f36510 !important;
box-shadow: none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap_level_template_2 .uap-level-item-link a{
color:#fff;
text-decoration:none;
} .uap_level_template_3{
margin:0 auto;
}
.uap_level_template_3 .uap-level-item{
width:20%;
box-sizing:border-box;
max-width:400px;
position:relative;
display: inline-block;
vertical-align: top;
min-width:250px;
}
.uap_level_template_3 .uap-level-item-wrap{
margin:10px;
margin-bottom:15px;
box-sizing:border-box;
border:1px solid #eee;
padding:0px;
padding-top:0px;
position:relative;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap_level_template_3 .uap-level-item-top{
display:block;
width:100%;
box-sizing:border-box;
background: #fff !important;
text-align:center;
}
.uap_level_template_3 .uap-level-item-title{
font-family: 'Oswald', arial, sans-serif !important;
font-size: 19px !important;
border: none !important;
padding: 10px 4px;
line-height:40px;
}
.uap_level_template_3 .uap-level-item-content{
padding: 10px;
text-align:left;
color:#000;
min-height:150px;
padding-bottom:65px;
box-sizing: border-box;
background-color:#fafafa;
}
.uap_level_template_3 .uap-level-item-bottom{
position: absolute;
bottom: 0px;
left:0;
right:0;
height:60px;
background-color: #fff;
border-top:1px solid #eee;
box-sizing:border-box;
}
.uap_level_template_3 .uap-level-item-price{
font-family: 'Oswald', arial, sans-serif !important;
box-sizing:border-box;
width: 100%;
position: relative;
box-sizing: border-box;
background: -webkit-linear-gradient(top,#4f97cd,#3b8bc7);
background: -moz-linear-gradient(top,#4f97cd,#3b8bc7);
background: -o-linear-gradient(top,#4f97cd,#3b8bc7);
background: -ms-linear-gradient(top,#4f97cd,#3b8bc7);
background: linear-gradient(top,#4f97cd,#3b8bc7);
font-size: 35px !important;
color: #FFF !important;
text-align: center;
line-height: 75px;
padding: 10px 0;
}
.uap_level_template_3 .uap-level-item-link{
text-align:center;
box-sizing:border-box;
margin: 10px auto;
color: #fff !important;
width: 100px;
border: none;
border-radius:4px;
text-transform: capitalize;
padding: 10px 20px;
font-size:13px;
background-color: #699d34;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#699d34),color-stop(1,#83c143));
background: -ms-linear-gradient(bottom,#699d34,#83c143);
background: -moz-linear-gradient(center bottom,#699d34 0,#83c143 100%);
background: -o-linear-gradient(#83c143,#699d34);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c143',endColorstr='#699d34',GradientType=0);
border-color: #f36510 !important;
box-shadow: none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.uap_level_template_3 .uap-purchased-level{
background-color: #f47e7e!important;
}
.uap_level_template_3 .uap-level-item-link a{
color:#fff;
text-decoration:none;
} .uap_level_template_4{
}
.uap_level_template_4 .uap-level-item{
width:50%;
display:inline-block;
vertical-align:top;
box-sizing:border-box;
max-width:400px;
min-width:250px;
}
.uap_level_template_4 .uap-level-item-wrap{
margin:10px;
margin-bottom:15px;
box-sizing:border-box;
border:1px solid #eee;
padding:10px;
padding-top:0px;
position:relative;
box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.uap_level_template_4 .uap-level-item-top{
position: relative;
left: -10px;
margin: 0 -20px 0 0px;
background-color: #6c7a8d;
border-bottom:1px solid #ddd;
box-sizing:border-box;
}
.uap_level_template_4 .uap-level-item-title{
color:#fafafa;
font-size:20px;
padding-left:20px;
line-height:45px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
}
.uap_level_template_4 .uap-level-item-content{
padding: 10px;
text-align:left;
color:#000;
min-height:70px;
}
.uap_level_template_4 .uap-level-item-bottom{
display:block;
box-sizing:border-box;
border-top: 3px solid #33b5e5;
padding:4px 0 4px 10px;
text-align:right;
}
.uap_level_template_4 .uap-level-item-price{
float:left;
box-sizing:border-box;
padding-left:10px;
line-height:48px;
font-family: 'Oswald', sans-serif;
font-weight:200;
font-size:14px;
height:100%;
}
.uap_level_template_4 .uap-level-item-link-wrap{
}
.uap_level_template_4 .uap-level-item-link{
float:right;
text-align:center;
box-sizing:border-box;
margin-right:0px;
margin-top:10px;
margin-bottom:10px;
color: #fff !important;
min-width: 100px;
border:1px solid #ddd;
border-radius:4px;
text-transform: capitalize;
padding: 5px 15px;
background: none repeat scroll 0 0 #efefef;
box-shadow: none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
cursor:pointer;
}
.uap_level_template_4 .uap-level-item-link a{
color:#333;
text-decoration:none;
}
.uap_level_template_4 .uap-level-item-link:hover{
background: none repeat scroll 0 0 #e05d5d  !important;
}
.uap_level_template_4 .uap-level-item-link:hover a{
color:#efefef;
}
.uap_level_template_4 .uap-level-item-link.uap-purchased-level:hover{
color:#efefef !important;
background-color: #0bb586 !important;
}  .uap-user-page-wrapper{
display:block;
padding:10px;
box-sizing:border-box;
}
@media (max-width: 640px){
.uap-user-page-wrapper{
padding:0px;
}
}
.uap-user-page-wrapper .uap-user-page-details{
}
.uap-user-page-mess-special{
font-size:19px;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
color:#999;
}
.uap-user-page-name{
font-size:26px;
font-weight:bold;
color:#333;
}
.uap-user-page-mess{
font-size:16px;
font-weight: 500;
color:#555;
}
.uap-user-page-email{
font-size:13px;
line-height:19px;
color:#555;
}
.uap-user-page-box{
margin-bottom:50px;
}
.uap-user-page-box .uap-user-page-box-title{
font-size: 18px;
line-height: 40px;
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom:30px;
border-bottom: 4px solid #33b5e5;
}
.uap-user-page-box  .uap-register-form{
display:block;
}
.uap-user-page-wrapper .uap-register-3{
border-top: 7px solid #aaa;
}  .uap-logout-wrap.uap-login-template-2{
width: auto;
padding:0px;
}
.uap-logout-wrap.uap-login-template-2 a{
background: none repeat scroll 0 0 #5BC4BE !important;
color: #fff !important;
font-size: 12px;
font-weight: 700;
padding: 10px 30px 11px;
text-transform: uppercase;
border-radius:2px;
}
.uap-logout-wrap.uap-login-template-3{
width: auto;
padding:0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color:transparent;
border:none !important;
}
.uap-logout-wrap.uap-login-template-3 a{
background: none repeat scroll 0 0 #33b5e5 !important;
color: #fff !important;
font-size: 14px;
font-weight: 400;
padding: 10px 30px 11px;
text-transform: capitalize;
border-radius:3px;
}
.uap-logout-wrap.uap-login-template-3 a:hover{
background: none repeat scroll 0 0 #1a9bcb !important;
}
.uap-logout-wrap.uap-login-template-4{
width: auto;
padding:0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color:transparent;
border:none !important;
}
.uap-logout-wrap.uap-login-template-4 a{
background: none repeat scroll 0 0 #27AE60 !important;
color: #b3eecc !important;
font-size: 15px;
font-weight: 400;
padding: 7px 30px 7px;
text-transform: capitalize;
border-radius:3px;
border-bottom: 4px solid #1e8449 !important;
}
.uap-logout-wrap.uap-login-template-4 a:hover{
background: none repeat scroll 0 0 #43be77 !important;
}
.uap-logout-wrap.uap-login-template-5{
width: auto;
padding:0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.uap-logout-wrap.uap-login-template-5 a{
background: none repeat scroll 0 0 #f47e7e !important;
padding: 8px 15px;
color: #fff !important;
}
.uap-logout-wrap.uap-login-template-5 a:hover{
background: none repeat scroll 0 0 #e05d5d !important;
}
.uap-logout-wrap.uap-login-template-6{
width: auto;
padding:0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.uap-logout-wrap.uap-login-template-6 a{
background: none repeat scroll 0 0 #f47e7e !important;
padding: 8px 15px;
color: #fff !important;
border-radius:20px;
}
.uap-logout-wrap.uap-login-template-6 a:hover{
background: none repeat scroll 0 0 #e05d5d !important;
}
.uap-logout-wrap.uap-login-template-7 a{
background: none repeat scroll 0 0 #6c7a8d !important;
padding: 8px 30px 8px;
color: #fff !important;
}
.uap-logout-wrap.uap-login-template-7 a:hover{
background: none repeat scroll 0 0 #94a1b2 !important;
}  .uap-user-page-top-wrapper{
padding:20px 15px 10px 15px;
box-sizing:border-box;
position:relative;
overflow: hidden;
z-index: 1;
}
.uap-user-page-top-background{
position:absolute;
height: 200%;
left: 0;
right: 0;
top: -100%;
z-index: -10;
background-size: cover;
background-position: 50% 50%;
background-blend-mode: overlay;
background-image: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/top_aff_bk_1.png);
}
.uap-user-page-top-wrapper .uap-left-side{
float:left;
max-width:30%;
}
.uap-user-page-top-wrapper .uap-middle-side{
float:left;
max-width:40%;
}
.uap-user-page-top-wrapper .uap-right-side{
float:right;
max-width:30%;
box-sizing: border-box;
}
.uap-user-page-top-wrapper .uap-user-page-avatar{
display:inline-block;
padding-right:15px;
max-width:150px;
}
.uap-user-page-top-wrapper .uap-top-rank{
margin:10px 0;
margin-top:5px;
padding-left:20px;
}
.uap-user-page-top-wrapper .uap-top-rank-box{
background-color: #1fb5ac;
color: #fff;
padding: 3px 9px;
margin: 2px 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-radius: 3px;
display: inline-block;
}
.uap-user-page-top-wrapper .uap-user-page-details{
margin-top:10px;
}
.uap-user-page-top-wrapper .uap-user-page-avatar img {
border-bottom-color: rgb(136, 136, 136);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(136, 136, 136);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(136, 136, 136);
border-right-style: none;
border-right-width: 2px;
border-top-color: rgb(136, 136, 136);
border-top-style: none;
border-top-width: 0px;
display: block;
max-width: 100%; margin: 0 auto;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
border-radius: 100%;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
}
.uap-user-page-top-wrapper .uap-account-page-top-mess{
display:inline-block;
padding-top: 5px;
padding-left: 20px;
word-break: break-word;
}
.uap-user-page-top-wrapper .uap-account-page-top-mess p, .uap-user-page-top-wrapper .uap-account-page-top-mess div{
margin-bottom:8px;
}
.uap-user-page-top-wrapper .uap-top-earnings{
margin-left: 26px !important;
float:right;
text-align:right;
}
.uap-user-page-top-wrapper .uap-top-referrals{
margin-left: 26px !important;
float:right;
text-align:right;
}
.uap-user-page-top-wrapper .uap-top-achievement{
width:200px;
float:right;
}
.uap-user-page-top-wrapper .uap-top-achievement .uap-stats-label{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
min-height: inherit;
}
.uap-user-page-top-wrapper .uap-top-achievement .uap-achievement-line{
height:10px;
width:200px;
background-color:#badfaf;
position:relative;
}
.uap-user-page-top-wrapper .uap-top-achievement .uap-achieved{
position:absolute;
height:100%;
width:1%;
background-color:#090;
}
.uap-user-page-top-wrapper .uap-stats-label{
min-height: 30px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding: 0;
padding-right:5px;
}
.uap-user-page-top-wrapper .uap-stats-content{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
line-height: 1.2;
margin-bottom: 16px;
color: #454545;
font-size: 24px;
}
.uap-ap-top-theme-2{
padding-top:270px;
}
.uap-ap-top-theme-2 .uap-user-page-top-background{
height: 250px;
top: 0;
background-image: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/top_aff_bk_2.png);
}
.uap-ap-top-theme-2 .uap-left-side{
margin-bottom: -75px;
}
.uap-ap-top-theme-2 .uap-middle-side{
margin-top:-10px;
}
.uap-ap-top-theme-2 .uap-user-page-details{
top: -75px;
position: relative;
margin-top:0px;
background-color: #fff;
}
.uap-ap-top-theme-2 .uap-user-page-avatar{
padding-right:0px;
max-width: 190px;
}
.uap-ap-top-theme-2 .uap-user-page-avatar img{
border-radius:0px;
box-shadow:none;
border: 5px solid #fff;
}
.uap-ap-top-theme-3{
padding-top:320px;
padding-bottom:0px;
}
.uap-ap-top-theme-3 .uap-user-page-top-background{
height: 300px;
top: 0;
background-image: url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/top_aff_bk_3.png);
}
.uap-ap-top-theme-3 .uap-left-side{
margin-bottom: -75px;
}
.uap-ap-top-theme-3 .uap-middle-side{
float:none;
max-width:inherit;
margin-top: -10px;
}
.uap-ap-top-theme-3 .uap-right-side{
float:none;
max-width:inherit;
background-color:#eee;
background-color: #f3f4f7;
position:relative;
left:-15px;
margin-right:-30px;
margin-top: 20px;
border-top: 1px solid #ddd;
}
.uap-ap-top-theme-3 .uap-top-earnings{
float:left;
border-right: 1px solid #ddd;
padding-right: 10px;
padding-top: 10px;
box-sizing: border-box;
}
.uap-ap-top-theme-3 .uap-top-referrals {
float:left;
border-right: 1px solid #ddd;
padding-right: 10px;
padding-top: 6px;
box-sizing: border-box;
}
.uap-ap-top-theme-3 .uap-special-clear{
clear:none;
}
.uap-ap-top-theme-3 .uap-top-achievement{
width: 200px;
float: right;
padding-top: 20px;
margin-right: 20px;
padding-bottom: 7px;
}
.uap-ap-top-theme-3 .uap-stats-label{
min-height:20px;
line-height:1.2;
padding-right:0px;
}
.uap-ap-top-theme-3 .uap-stats-content{
margin-bottom:6px;
font-size: 21px;
}
.uap-ap-top-theme-3 .uap-right-side:before{
clear:both;
content: " ";
}
.uap-ap-top-theme-3 .uap-user-page-details{
top: -75px;
position: relative;
margin-top:0px;
background-color: #fff;
border-radius:100%;
}
.uap-ap-top-theme-3 .uap-user-page-avatar{
padding-right:0px;
max-width: 190px;
}
.uap-ap-top-theme-3 .uap-user-page-avatar img{
border-radius:100%;
box-shadow:none;
border: 5px solid #fff;
}
@media (max-width: 570px){
.uap-user-page-top-wrapper .uap-left-side{
max-width:50%;
width:50%;
}
.uap-user-page-top-wrapper .uap-user-page-avatar{
max-width:100%;
}
.uap-user-page-top-wrapper .uap-middle-side{
max-width:50%;
width:50%;
}
.uap-user-page-top-wrapper .uap-right-side{
max-width:100%;
width:100%;
}
.uap-user-page-name{
font-size: 1.3em;
}
.uap-user-page-mess{
font-size: 0.9em;
}
.uap-user-page-top-wrapper .uap-stats-content{
font-size: 1.3em;
}
.uap-ap-top-theme-3 .uap-middle-side{
display:inline-block;
}
.uap-ap-top-theme-3 .uap-right-side{
width:auto;
max-width: inherit;
}
}
.uap-ap-theme-1 .uap-ap-menu{
clear:both;
background: #fafafa;
border-color: #0073aa;
float:left;
max-width:35%;
min-width:27%;
background-color:#fafafa;
box-sizing: border-box;
border:1px solid #ddd;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.07) !important;
}
.uap-ap-theme-1 .uap-ap-menu ul{
list-style:none;
padding: 0px;
margin:0px;
}
.uap-ap-theme-1 .uap-ap-menu .uap-ap-menu-tab-item{
display: block;
font-size: 13px; cursor:pointer;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight:300;
border-bottom:1px solid #738E9A;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-weight: 500;
background-color:#607d8b;
webkit-transition: padding 0.5s ease;
-moz-transition: padding 0.5s ease;
-o-transition: padding 0.5s ease;
-ms-transition: padding 0.5s ease;
transition: padding 0.5s ease;
}
.uap-ap-theme-1 .uap-ap-menu .uap-ap-menu-item{
display: block;
font-size: 13px; cursor:pointer;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight:300;
border-bottom:1px solid #738E9A;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-weight: 500;
webkit-transition: padding 0.5s ease;
-moz-transition: padding 0.5s ease;
-o-transition: padding 0.5s ease;
-ms-transition: padding 0.5s ease;
transition: padding 0.5s ease;
background-color:#90A1A9;
}
.uap-ap-menu .uap-ap-menu-item:hover, .uap-ap-menu .uap-ap-menu-tab-item:hover{
background-color:#47565d; }
.uap-ap-menu .uap-ap-menu-item-selected, .uap-ap-menu .uap-ap-menu-tab-item-selected{
background-color:#47565d !important;
padding-left:27px !important;
}
.uap-ap-theme-1 .uap-ap-menu .fa-uap{
font-size: 19px;
line-height: 25px;
padding-right: 10px;
vertical-align: middle;
}
.uap-ap-theme-1 .uap-ap-menu .uap-ap-menu-tab-item .fa-uap{
line-height: 30px;
}
.uap-ap-theme-1 .uap-ap-menu a{
text-decoration: none !important;
box-shadow:none;
border: none;
padding: 8px 16px 8px 14px;
box-sizing: border-box;
display: block;
line-height: 30px;
}
.uap-ap-theme-1 .uap-ap-menu  .uap-ap-menu-item a{
color:#607D8B;
color:#fff;
}
.uap-ap-theme-1 .uap-ap-menu  .uap-ap-menu-tab-item a{
color:#fff;
}
.uap-ap-theme-1 .uap-ap-menu .uap-ap-menu-item:hover a, .uap-ap-theme-1 .uap-ap-menu .uap-ap-menu-item-selected a{
color: #fff;
}
.uap-ap-theme-1 .uap-ap-menu .uap-ap-menu-tab-item:hover a, .uap-ap-theme-1 .uap-ap-menu .uap-ap-menu-tab-item-selected a{
color: #fff;
}
.uap-ap-theme-1 .uap-user-page-content{
float:left;
padding-left:30px;
padding-right:10px;
box-sizing:border-box;
margin: 20px 0 20px 0;
width:65%;
font-family:Arial,Verdana,sans-serif;font-size:16px;
font-size:15px;
color:#333;
}
.uap-ap-theme-1 #uap_account_page_tab_content{
padding-top:15px;
padding-bottom:35px;
min-height: 400px;
}
.uap-ap-theme-1 .uap-user-page-box .uap-user-page-box-title{
font-size:21px;
border-width:0px;
}
.uap-ap-theme-1 .uap-user-page-wrapper{
padding:0px;
}
.uap-ap-theme-1 .uap-account-content-title{
font-size: 21px;
line-height: 40px;
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom: 30px;
}
.uap-ap-theme-1 .uap-account-subscr-list{
margin-top:20px;
color:#888;
font-size:13px;
margin-bottom: 40px;
}
.uap-ap-theme-1 .uap-account-subscr-list thead{
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom: 30px;
border-bottom: 4px solid #33b5e5;
font-size: 14px;
}
.uap-ap-theme-1 .uap-account-subscr-list thead td{
padding: 6px 10px 6px 0;
}
.uap-ap-theme-1 .uap-account-subscr-list tbody td{
vertical-align:top;
padding:0px;
padding-left:5px;
}
.uap-ap-theme-1 .uap-account-subscr-list .uap-level-name{
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
color:#21759b;
font-size:14px;
}
.uap-ap-theme-1 .uap-account-subscr-list .uap-level-name-wrapp{
padding-left:15px;
font-size:12px;
color:#21759b;
}
.uap-ap-theme-1 .uap-account-subscr-list tr:nth-child(even){
background-color:#fafafa;
}
.uap-ap-theme-1 .uap-account-tranz-list tr:nth-child(even){
background-color:rgba(90, 186, 198, 0.05);
}
.uap-ap-theme-1 .uap-account-tranz-list thead{
border-bottom: 2px solid #33b5e5;
}
.uap-ap-theme-1 .uap-account-tranz-list th{
text-align:center;
}
.uap-ap-theme-1 .uap-account-tranz-list td{
text-align:center;
}
.uap-ap-theme-1 .uap_account_level_status{
font-family: Oswald, arial, sans-serif !important;
color:#222;
}
.uap-ap-theme-1 .uap-public-ap-menu-subtabs{
display: none;
}
.uap-ap-theme-1 .uap-ap-menu .uap-ap-menu-item:hover,.uap-ap-theme-1  .uap-ap-menu .uap-ap-menu-tab-item:hover{
background-color:#47565d;
padding-left:27px;
}  .uap-ap-theme-2 .uap-ap-menu{
clear:both;
background-color:#607d8b;
}
.uap-ap-theme-2 .uap-ap-menu:after{
clear:both;
display: table;
content: " ";
}
.uap-ap-theme-2 .uap-ap-menu ul{
list-style: none;
padding: 0px;
margin: 0px;
}
.uap-ap-theme-2 .uap-ap-menu:after, .uap-ap-theme-2 .uap-ap-menu ul:after{
clear:both;
display: table;
content: " ";
}
.uap-ap-theme-2 .uap-ap-menu ul .uap-public-ap-menu-subtabs{
background-color: #fff;
}
.uap-ap-theme-2 .uap-ap-menu ul .uap-public-ap-menu-subtabs .uap-ap-menu-item{  background-color: rgba(255,255,255,0.15); }
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item{ float: left;
font-size: 13px; cursor:pointer;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight:300;
border-bottom:1px solid #738E9A;
border-right:1px solid #738E9A;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-weight: 500;
background-color:#607d8b;
webkit-transition: padding 0.5s ease;
-moz-transition: padding 0.5s ease;
-o-transition: padding 0.5s ease;
-ms-transition: padding 0.5s ease;
transition: padding 0.5s ease;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item:last-child{
border-right:none;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-item{
display: block;
font-size: 13px; padding: 8px 25px 8px 20px;
cursor:pointer;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight:300;
border-bottom:1px solid #738E9A;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-weight: 500;
webkit-transition: padding 0.5s ease;
-moz-transition: padding 0.5s ease;
-o-transition: padding 0.5s ease;
-ms-transition: padding 0.5s ease;
transition: padding 0.5s ease;
background-color: #607d8b;
min-width:190px;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-submenu-item{ float: left; }
@media (max-width: 361px){
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item{
width:50%;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-submenu-item{
width:50%;
}
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-submenu-item .uap-ap-menu-tab-item{
clear: both;
width: 100%;
}
.uap-ap-theme-2 .uap-ap-menu .uap-public-ap-menu-subtabs .uap-ap-menu-item a{
color: #fff !important;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-submenu-item .uap-public-ap-menu-subtabs{
margin-top: 67px;
opacity:0; position:absolute;
visibility: hidden;
background-color: #607d8b;
z-index:99999;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-delay: 0.15s;
-moz-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-submenu-item:hover>.uap-public-ap-menu-subtabs{
visibility: visible;
margin-top: 47px;
opacity:1; }
.uap-ap-menu .uap-ap-menu-item:hover, .uap-ap-menu .uap-ap-submenu-item:hover .uap-ap-menu-tab-item, .uap-ap-menu .uap-ap-menu-tab-item:hover{
background-color:#47565d !important;
}
.uap-ap-menu .uap-ap-submenu-item:hover .uap-ap-menu-tab-item .fa-account-right-uap:before{
content: "\f107";
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-item-selected,.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item-selected{
background-color:#47565d !important;
padding-left:0 !important;
}
.uap-ap-theme-2 .uap-ap-menu .fa-uap{
font-size: 19px;
line-height: 25px;
padding-right: 10px;
vertical-align: middle;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item .fa-uap{
line-height: 30px;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item .fa-account-down-uap, .uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item .fa-account-right-uap{
width:23px;
}
.uap-ap-theme-2 .uap-ap-menu a{
text-decoration: none !important;
box-shadow:none;
line-height: 30px;
border: none;
padding: 8px 20px 8px 20px;
box-sizing: border-box;
display: inline-block;
}
.uap-ap-theme-2 .uap-ap-menu  .uap-ap-menu-item a{
color:#607D8B;
}
.uap-ap-theme-2 .uap-ap-menu  .uap-ap-menu-tab-item a{
color:#fff;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-item:hover a, .uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-item-selected a{
color: #fff;
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item:hover a, .uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item-selected a{
color: #fff;
}
.uap-ap-theme-2 .uap-user-page-content{
padding-left:30px;
padding-right:10px;
box-sizing:border-box;
margin: 35px 0 20px 0;
font-family:Arial,Verdana,sans-serif;font-size:16px;
font-size:15px;
color:#333;
min-width:200px;
}
.uap-ap-theme-2 #uap_account_page_tab_content{
padding-top:15px;
padding-bottom:35px;
min-height: 400px;
}
.uap-ap-theme-2 .uap-user-page-box .uap-user-page-box-title{
font-size:21px;
border-width:0px;
}
.uap-ap-theme-2 .uap-user-page-wrapper{
padding:0px;
}
.uap-ap-theme-2 .uap-account-content-title{
font-size: 21px;
line-height: 40px;
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom: 30px;
}
.uap-ap-theme-2 .uap-account-subscr-list{
margin-top:20px;
color:#888;
font-size:13px;
margin-bottom: 40px;
}
.uap-ap-theme-2 .uap-account-subscr-list thead{
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom: 30px;
border-bottom: 4px solid #33b5e5;
font-size: 14px;
}
.uap-ap-theme-2 .uap-account-subscr-list thead td{
padding: 6px 10px 6px 0;
}
.uap-ap-theme-2 .uap-account-subscr-list tbody td{
vertical-align:top;
padding:0px;
padding-left:5px;
}
.uap-ap-theme-2 .uap-account-subscr-list .uap-level-name{
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
color:#21759b;
font-size:14px;
}
.uap-ap-theme-2 .uap-account-subscr-list .uap-level-name-wrapp{
padding-left:15px;
font-size:12px;
color:#21759b;
}
.uap-ap-theme-2 .uap-account-subscr-list tr:nth-child(even){
background-color:#fafafa;
}
.uap-ap-theme-2 .uap-account-tranz-list tr:nth-child(even){
background-color:rgba(90, 186, 198, 0.05);
}
.uap-ap-theme-2 .uap-account-tranz-list thead{
border-bottom: 2px solid #33b5e5;
}
.uap-ap-theme-2 .uap-account-tranz-list th{
text-align:center;
}
.uap-ap-theme-2 .uap-account-tranz-list td{
text-align:center;
}
.uap-ap-theme-2 .uap_account_level_status{
font-family: Oswald, arial, sans-serif !important;
color:#222;
} .uap-ap-theme-3 .uap-ap-menu{
clear:both;
background-color:#607d8b;
background-color: #444;
}
.uap-ap-theme-3 .uap-ap-menu:after{
clear:both;
display: table;
content: " ";
}
.uap-ap-theme-3 .uap-ap-menu ul{
list-style: none;
padding: 0px;
margin: 0px;
}
.uap-ap-theme-3 .uap-ap-menu:after, .uap-ap-theme-3 .uap-ap-menu ul:after{
clear:both;
display: table;
content: " ";
}
.uap-ap-theme-3 .uap-ap-menu ul .uap-public-ap-menu-subtabs{
background-color: #fff;
}
.uap-ap-theme-3 .uap-ap-menu ul .uap-public-ap-menu-subtabs .uap-ap-menu-item{  background-color: rgba(255,255,255,0.15); border-bottom: 1px solid #555;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item{ float: left;
font-size: 13px; cursor:pointer;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight:300; font-family: "Source Sans Pro", Helvetica, sans-serif;
font-weight: 500;
background-color:#607d8b;
background-color: #444;
webkit-transition: padding 0.5s ease;
-moz-transition: padding 0.5s ease;
-o-transition: padding 0.5s ease;
-ms-transition: padding 0.5s ease;
transition: padding 0.5s ease;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item:last-child{
border-right:none;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-item{
display: block;
font-size: 13px;  cursor:pointer;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight:300;
border-bottom:1px solid #738E9A;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-weight: 500;
webkit-transition: padding 0.5s ease;
-moz-transition: padding 0.5s ease;
-o-transition: padding 0.5s ease;
-ms-transition: padding 0.5s ease;
transition: padding 0.5s ease;
background-color: #607d8b;
min-width:190px;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-submenu-item{ float: left; }
@media (max-width: 361px){
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item{
width:50%;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-submenu-item{
width:50%;
}
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-submenu-item .uap-ap-menu-tab-item{
clear: both;
width: 100%;
}
.uap-ap-theme-3 .uap-ap-menu .uap-public-ap-menu-subtabs .uap-ap-menu-item a{
color: #fff !important;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-submenu-item .uap-public-ap-menu-subtabs{
margin-top: 67px;
opacity:0; position:absolute;
visibility: hidden;
background-color: #666;
z-index:99999;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-delay: 0.15s;
-moz-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-submenu-item:hover>.uap-public-ap-menu-subtabs{
visibility: visible;
margin-top: 47px;
opacity:1; }
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-item:hover,.uap-ap-theme-3 .uap-ap-menu .uap-ap-submenu-item:hover .uap-ap-menu-tab-item,.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item:hover{
background-color:#47565d;
background-color:#333 !important;
}
.uap-ap-menu .uap-ap-submenu-item:hover .uap-ap-menu-tab-item .fa-account-right-uap:before{
content: "\f107";
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-item-selected,.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item-selected{
background-color:#333 !important;
padding-left:0px !important;
}
.uap-ap-theme-3 .uap-ap-menu .fa-uap{
font-size: 19px;
line-height: 25px;
padding-right: 10px;
vertical-align: middle;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item .fa-uap{
line-height: 30px;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item .fa-account-down-uap, .uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item .fa-account-right-uap{
width:23px;
}
.uap-ap-theme-3 .uap-ap-menu a{
text-decoration: none !important;
box-shadow:none;
line-height: 30px;
border: none;
padding: 8px 25px 8px 20px;
box-sizing: border-box;
display: inline-block;
}
.uap-ap-theme-3 .uap-ap-menu  .uap-ap-menu-item a{
color:#607D8B;
}
.uap-ap-theme-3 .uap-ap-menu  .uap-ap-menu-tab-item a{
color:#fff;
color: #e8e8e8;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-item:hover a, .uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-item-selected a{
color: #fff;
color: #e8e8e8;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item:hover a, .uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item-selected a{
color: #fff;
color: #e8e8e8;
}
.uap-ap-theme-3 .uap-user-page-content{
padding-left:30px;
padding-right:10px;
box-sizing:border-box;
margin: 35px 0 20px 0;
font-family:Arial,Verdana,sans-serif;font-size:16px;
font-size:15px;
color:#333;
min-width:200px;
}
.uap-ap-theme-3 #uap_account_page_tab_content{
padding-top:15px;
padding-bottom:35px;
min-height: 400px;
}
.uap-ap-theme-3 .uap-user-page-box .uap-user-page-box-title{
font-size:21px;
border-width:0px;
}
.uap-ap-theme-3 .uap-user-page-wrapper{
padding:0px;
}
.uap-ap-theme-3 .uap-account-content-title{
font-size: 21px;
line-height: 40px;
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom: 30px;
}
.uap-ap-theme-3 .uap-account-subscr-list{
margin-top:20px;
color:#888;
font-size:13px;
margin-bottom: 40px;
}
.uap-ap-theme-3 .uap-account-subscr-list thead{
color: #555;
text-transform: uppercase;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom: 30px;
border-bottom: 4px solid #33b5e5;
font-size: 14px;
}
.uap-ap-theme-3 .uap-account-subscr-list thead td{
padding: 6px 10px 6px 0;
}
.uap-ap-theme-3 .uap-account-subscr-list tbody td{
vertical-align:top;
padding:0px;
padding-left:5px;
}
.uap-ap-theme-3 .uap-account-subscr-list .uap-level-name{
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
color:#21759b;
font-size:14px;
}
.uap-ap-theme-3 .uap-account-subscr-list .uap-level-name-wrapp{
padding-left:15px;
font-size:12px;
color:#21759b;
}
.uap-ap-theme-3 .uap-account-subscr-list tr:nth-child(even){
background-color:#fafafa;
}
.uap-ap-theme-3 .uap-account-tranz-list tr:nth-child(even){
background-color:rgba(90, 186, 198, 0.05);
}
.uap-ap-theme-3 .uap-account-tranz-list thead{
border-bottom: 2px solid #33b5e5;
}
.uap-ap-theme-3 .uap-account-tranz-list th{
text-align:center;
}
.uap-ap-theme-3 .uap-account-tranz-list td{
text-align:center;
}
.uap-ap-theme-3 .uap_account_level_status{
font-family: Oswald, arial, sans-serif !important;
color:#222;
}  .uap-sm-template-2{
}
.uap-sm-template-2 .uap-sm-item{
padding:0px;
padding-right:0px;
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
position:relative;
}
.uap-sm-template-2 .fa-uap-sm{
width:36px;
height:36px;
text-align:center;
background-color:rgba(0,0,0,0.2);
border-right:1px solid rgba(0,0,0,0.3);
line-height:36px;
font-size:20px;
position:relative;
overflow:hidden;
}
.uap-sm-template-2 .fa-uap-sm:before,.uap-sm-template-2 .fa-uap-sm:after{
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
position:relative;
}
.uap-sm-template-2 .fa-uap-sm:after{
display:block;
left:-100%;
position:absolute;
}
.uap-sm-template-2 .fa-uap-sm:before{
left:0px;
position:relative;
}
.uap-sm-template-2 .uap-sm-item-label{
line-height:36px;
padding-right:0px;
margin-left:0px;
padding-left:6px;
padding-right:15px;
border-left:1px solid rgba(255,255,255,0.2);
}
.uap-sm-template-2 .uap-sm-item:hover .fa-uap-sm{
background-color:rgba(255,255,255,0.1);
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.uap-sm-template-2 .uap-sm-item:hover .fa-uap-sm:before{
left:100%;
position:absolute;
}
.uap-sm-template-2 .uap-sm-item:hover .fa-uap-sm:after{
left:0px;
position:relative;
}
.uap-sm-template-3{
}
.uap-sm-template-3 .uap-sm-item{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
padding: 8px 10px;
color: #484f59;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
margin-top:12px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .1);
box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .1);
}
.uap-sm-template-3 .uap-sm-item:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 2px;
left: 0;
right: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e7e8ea));
background-image: -webkit-linear-gradient(top, #f4f4f4, #e7e8ea);
background-image: -moz-linear-gradient(top, #f4f4f4, #e7e8ea);
background-image: -ms-linear-gradient(top, #f4f4f4, #e7e8ea);
background-image: -o-linear-gradient(top, #f4f4f4, #e7e8ea);
background-image: linear-gradient(top, #f4f4f4, #e7e8ea);
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uap-sm-template-3 .uap-sm-item:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
background-color: rgba(0,0,0,0.2);
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uap-sm-template-3 .uap-sm-item:hover{
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
overflow:visible;
color:#FFF;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0);
}
.uap-sm-template-3 .uap-sm-item:hover:before, .uap-sm-template-3 .uap-sm-item:focus:before, .uap-sm-template-3 .uap-sm-item:active:before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
.uap-sm-template-3 .uap-sm-item:hover:after {
right: 0;
}
.uap-sm-template-3 .uap-sm-item-label{
padding-right:20px;
}
.uap-sm-template-4{
}
.uap-sm-template-4 .uap-sm-item{
border-radius:5px;
padding:3px;
-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.24);
box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.24);
}
.uap-sm-template-4 .uap-sm-item:hover{
opacity:0.8;
}
.uap-sm-template-4 .fa-uap-sm{
width:27px;
text-align:center;
}
.uap-sm-template-4 .uap-sm-item-label{
padding-right:10px;
}
.uap-sm-template-5{
}
.uap-sm-template-5 .uap-sm-item{
border-radius:27px;
background-color: white;
padding:3px;
-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.24);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.24);
margin:7px;
}
.uap-sm-template-5 .uap-sm-item-label{
padding-right:6px;
}
.uap-sm-template-5 .uap-sm-item:hover .uap-sm-item-label{
color:#fff !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.uap-sm-template-5 .uap-sm-item:hover .fa-uap-sm{
color:#fff !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.uap-sm-template-5 .uap-sm-item{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=1 );
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.uap-sm-template-5 .uap-fb .fa-uap-sm, .uap-sm-template-5 .uap-fb .uap-sm-item-label{
color:rgb(59, 89, 152);
}
.uap-sm-template-5 .uap-tw .fa-uap-sm, .uap-sm-template-5 .uap-tw .uap-sm-item-label{
color: #4099FF;
}
.uap-sm-template-5 .uap-in .fa-uap-sm, .uap-sm-template-5 .uap-in .uap-sm-item-label{
color: #0074a2;
}
.uap-sm-template-5 .uap-goo .fa-uap-sm, .uap-sm-template-5 .uap-goo .uap-sm-item-label{
color: rgb(217, 82, 50);
}
.uap-sm-template-5 .uap-vk .fa-uap-sm, .uap-sm-template-5 .uap-vk .uap-sm-item-label{
color: #5d83aa;
}
.uap-sm-template-5 .uap-ig .fa-uap-sm, .uap-sm-template-5 .uap-ig .uap-sm-item-label{
color: #125688;
}
.uap-sm-template-5 .uap-tbr .fa-uap-sm, .uap-sm-template-5 .uap-tbr .uap-sm-item-label{
color: #2c4762;
}
.uap-sm-template-5 .uap-sm-item.uap-fb:hover{
background: rgb(59, 89, 152);
}
.uap-sm-template-5 .uap-sm-item.uap-tw:hover{
background: #4099FF;
}
.uap-sm-template-5 .uap-sm-item.uap-in:hover{
background: #0074a2;
}
.uap-sm-template-5 .uap-sm-item.uap-goo:hover{
background: rgb(217, 82, 50);
}
.uap-sm-template-5 .uap-sm-item.uap-vk:hover{
background: #5d83aa;
}
.uap-sm-template-5 .uap-sm-item.uap-ig:hover{
background: #125688;
}
.uap-sm-template-5 .uap-sm-item.uap-tbr:hover{
background: #2c4762;
} .uap-public-wrapp-visitor-user .uap-user-page-avatar{
width:50%;
}
.uap-public-wrapp-visitor-user .uap-user-page-avatar img {
border-bottom-color: rgb(136, 136, 136);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(136, 136, 136);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(136, 136, 136);
border-right-style: none;
border-right-width: 2px;
border-top-color: rgb(136, 136, 136);
border-top-style: none;
border-top-width: 0px;
display: block;
max-width: 100%;
width: 100% !important;
margin: 0 auto;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
border-radius: 100%;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
}
.uap-public-wrapp-visitor-user .uap-account-page-top-mess{
border-bottom:1px solid #ededed;
margin-bottom:15px;
padding-bottom:10px;
}
.uap-public-wrapp-visitor-user .uap-account-page-top-mess p{
margin-bottom:10px;
}
.uap-public-wrapp-visitor-user .uap-account-page-top-mess .uap-ap-sm-top-icons-wrap{
float:none;
padding-left: 2px;
}
.uap-ap-sm-top-icons-wrap .uap-account-page-sm-icon {
border-radius: 100%;
-webkit-border-radius: 100%;
border: 2px solid #fff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
opacity: 0.9;
color:#fff;
}
.uap-ap-sm-top-icons-wrap .uap-account-page-sm-icon .fa-uap-sm {
width: 27px;
}
.fa-double_track-account-uap:before{content:''!important;background:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/582083-200.png) no-repeat;background-size:100% 100%;display:inline-block;width:25px;height:25px;}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.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{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_ffd27a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(//affiliate.chilli-expert.com/wp-content/plugins/indeed-affiliate-pro/assets/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{text-align:left; margin:0px;color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{margin:0px; text-align:left; cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//affiliate.chilli-expert.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//affiliate.chilli-expert.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//affiliate.chilli-expert.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:' ';display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative}.woocommerce ul.products.columns-1,.woocommerce-page ul.products.columns-1{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-right:0}.woocommerce ul.products.columns-2,.woocommerce-page ul.products.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products.columns-3,.woocommerce-page ul.products.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products.columns-5,.woocommerce-page ul.products.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.woocommerce ul.products.columns-6,.woocommerce-page ul.products.columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:' ';display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{line-height:1;border-width:1px;border-style:solid}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left;display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:' ';display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:' ';display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:' ';display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:' ';display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid #e5e5e5;width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}