/*!/wp-content/plugins/indeed-affiliate-pro/assets/css/main_public.css*/@import url(//fonts.googleapis.com/css?family=Open+Sans%3A100%2C400%2C300%2C500%2C600%2C700&display=swap);@import url(//fonts.googleapis.com/css?family=Oswald%3A100%2C400%2C300%2C600%2C700&display=swap);@import url(//fonts.googleapis.com/css?family=Roboto%3A400%2C100%2C300%2C500%2C600%2C700&display=swap);



/* BANNERS */
.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{
	/*min-width: 300px;*/
	height: 100px;
	font-size:12px;
	width:100%;
}
.uap-clear{
	clear:both;
}

/************** TOS ************************/
.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;
}

/*=================REGISTER=====================*/
.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;
}

/*=================== ERROR & SUCCESS MESSAGES ======================*/
.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(/wp-content/plugins/indeed-affiliate-pro/assets/css/../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{
    /*display: inline-block;
	cursor: pointer;
    padding: 3px 6px;
    background: #0091cd;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    color: #fff;*/
	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(data:image/png;base64,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);
	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;
}

/*account page menu*/
.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{

}

/********** UPLOAD FIELD **********/
.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{
	/*background-color: #FFE4E1;
	border-color: #b64645 !important;*/
	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;
}

/*************** LISTING USERS *******************/
.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;
}
/*========PAGINATION SLIDER THEME 1==============*/

.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";

}

/*========PAGINATION SLIDER THEME 2==============*/

.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";
}

/*========PAGINATION SLIDER THEME 3==============*/
.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;
}

/**** PAGINATION ********/
.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;
 }
/**** PAGINATION ********/

.uap-content-user-list ul li, .uap-carousel-view ul li{
	display: inline-block;
}
.uap-user-list-label{

}

/***************** CHANGE PASSWORD *****************/
.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;
}
/************* ACCOUNT PAGE **************/
.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;
}

/**** PAGINATION ********/
.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;
 }
/**** end of PAGINATION ********/

 .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{
	/*width: 110px;*/
}

/************* ACCOUNT PAGE **************/
.uap-user-page-details{

}
.uap-user-page-avatar{

}
.uap-no-avatar{
	background-image: url(/wp-content/plugins/indeed-affiliate-pro/assets/css/../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;
	width:100%;
	    border-radius: 2px;
		min-height:80px;
}
.uap-account-url-slug{
	background-color: #fafafa;
	border-color: #f0f0f0;
}
.uap-public-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    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;
    /*-webkit-appearance: none;*/
    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{
	/*padding-top:0px;
	padding-bottom:0px;*/
	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-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;
    margin-top: -10px;
}

.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;
}

/*************** LISTING USERS *******************/
.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;
}
/*========PAGINATION SLIDER THEME 1==============*/

.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";

}

/*========PAGINATION SLIDER THEME 2==============*/

.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";
}

/*========PAGINATION SLIDER THEME 3==============*/
.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);
}
/*ACCOUNT PAGE NOTIFICATIONS*/
.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%;
}
/* QR CODE */
.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);
}

/******************* MLM TREE *******************/
#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;
}

/*************** CROP ****************/
.cropImgWrapper{
	border: 1px dashed rgba(255,255,255,0.6);
}
.cropControls i.cropControlRemoveCroppedImage{
	display:none;
}
.cropControls{
	top:auto !important;
	bottom:10px;
	right: 20px !important;
	padding: 12px 14px;
    height: auto !important;
    background-color: rgba(0,0,0,0) !important;
    border-radius: 50%;
}
.cropControlsCrop{
	/*background-color: rgba(0,0,0,0.35) !important;*/
	border-radius: 0;
    padding: 5px 10px;
}
.cropControlsCrop:hover{
	opacity: 1;
}
.cropControlsUpload:hover{
	opacity: 1;
	background-color: rgba(0,0,0,0.35) !important;
}
.cropControls i {
  	opacity:0.7;
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome-uap;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  background-image: none !important;
}
.cropControls i.cropControlUpload{
	height:24px; !important;
	width:24px; !important;
	line-height:24px;!important;
}
.cropControls i:hover{
	opacity: 1;
	background:none !important;
}
.cropControlsCrop i{
	height: auto !important;
    /* margin: 0 4px !important; */
    padding: 7px 10px;
    width: auto !important;
}
.cropControlsCrop i:hover{
	background-color: rgba(0,0,0,0.35) !important;
}
.cropControls i.cropControlUpload:before{
	    content: "\f030";
		font-size:23px;
		font-weight:normal;
}
.cropControls i.cropControlZoomMuchIn:before{
	        content: "\f055";
		font-size:23px;
		font-weight:normal;
}
.cropControls i.cropControlZoomIn:before{
	        content: "\f00e";
		font-size:23px;
		font-weight:normal;
}
.cropControls i.cropControlZoomOut:before{
	        content: "\f010";
		font-size:23px;
		font-weight:normal;
}
.cropControls i.cropControlZoomMuchOut:before{
	        content: "\f056";
		font-size:23px;
		font-weight:normal;
}
.cropControls i.cropControlRotateLeft:before{
	        content: "\f0e2";
		font-size:23px;
		font-weight:normal;
}
.cropControls i.cropControlRotateRight:before{
	        content: "\f01e";
		font-size:23px;
		font-weight:normal;
}
.cropControls i.cropControlCrop:before{
	        content: "\f125";
		font-size:23px;
		font-weight:normal;
}
.cropControls i.cropControlReset:before{
	        content: "\f1f8";
		font-size:23px;
		font-weight:normal;
}

/* Fix crop module compatibility */
#croppicModalObj img,
 .cropImgWrapper img{
	max-width:unset;
}
.uap-avatar-trigger{
	display:inline-block;

}

.uap-upload-image-remove-bttn{
	display: inline-block;
    border-color: #b3b3b3;
    padding: 6px 30px;
        color: #616f77;
    cursor: pointer;
    border-radius: 3px;
	margin-right:10px;
	font-size: 14px;
	line-height:20px;
	border-radius: 20px;
	border-width: 2px;
    border-style: solid;
}
.uap-avatar-trigger{
    /*width: 50px;
    height: 50px;*/

}

.uap-avatar-trigger .uap-upload-avatar{
	display: inline-block;
    border-color: #5cb85c;
    padding: 6px 30px;
        color: #357935;
    cursor: pointer;
    border-radius: 3px;
	margin-right:5px;
	font-size: 14px;
	line-height:20px;
	border-radius: 20px;
	border-width: 2px;
    border-style: solid;
	}
.uap-avatar-trigger .uap-upload-avatar:hover{
	background-color: #5cb85c;
	color:#fff;
}
.uap-avatar-trigger .cropControls,
.uap-avatar-trigger form{
	display:none;
}
.uap-avatar-trigger .cropControls i.cropControlUpload{
	display:none;
}

.uap-user-page-top-wrapper .uap-top-metrics{
    float: right;
	text-align:right;
	padding-right:5px;
	font-size:14px;
     padding-top: 20px;
}

.uap-user-page-top-wrapper .uap-top-metrics .uap-stats-content{
	font-size:14px;
}

.uap-strength{
		padding-left: 0px !important;
		display:inline;
		list-style:none;
		margin:0;
		margin-left:15px;
		padding:0;
		vertical-align:2px;
}
.uap-strength .point:last {
    margin:0 !important;
}
.uap-strength .point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}
.uap-strength-label{
	    margin: 0;
    padding: 0;
    line-height: 12px;
    color: #999;
	min-height:12px;
	min-width:1px;
}
.uap-strength-wrapper{
	text-align:right;
}



.cssload-wrapper{
	position:absolute;
	top:50%;
	left:50%;
}
#floatingCirclesG{
	position:relative;
	width:125px;
	height:125px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:22px;
	width:22px;
	border-radius:12px;
		-o-border-radius:12px;
		-ms-border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:51px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:15px;
	top:15px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:51px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:15px;
	top:15px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:51px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:51px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}


.uap-content-bold{
	font-weight:bold;
}
.uap-content-left{
	text-align:left;
}
.uap-content-center{
	text-align: center;
}
.uap-content-right{
	text-align:right;
}

.uap-pointer{
		cursor: pointer;
}
.uap-info-affiliate-bar-wrapper{
    direction: ltr;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 1.6em;
    min-height: 1.6em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: #325267;
	background-image: -webkit-linear-gradient(top,#3e6076 0,#325267 100%);
    background-image: -moz-linear-gradient(top,#3e6076 0,#325267 100%);
    background-image: -o-linear-gradient(top,#3e6076 0,#325267 100%);
    background-image: linear-gradient(to bottom,#3e6076 0,#325267 100%);
    border-width: 0 0 5px 0;
    border-color: #eaeded;
    border-style: solid;
}
.uap-info-affiliate-bar-content{
    border-width: 0 0 2px 0;
    border-color: #eaeded;
    border-style: solid;
}

.uap-info-affiliate-bar-item {
    /*width: 19%;*/
	float:left;
	padding: 0 15px;
	line-height: 19px;
	height:42px;
    border-left: 2px solid #3e6076;
    box-shadow: -1px 0 0 #325267;
	padding-bottom: 5px !important;
	    box-sizing: content-box;

}
.uap-info-affiliate-bar-item:first-child{
	border-left: none;
    box-shadow: none;
    padding-left: 5px;
    padding-right: 35px;
    top: 3px;
    position: relative;
	width:150px;
}
.uap-info-affiliate-bar-item.uap-info-affiliate-bar-menu{
	float:right;
	max-width:100px;
	text-align:center;
}
.uap-info-affiliate-bar-item .uap-iab-logo{
	height:100%;
}
.uap-info-affiliate-bar-image{
    max-width:100%;
    height: 200px;
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-btn{
    cursor: pointer;
	font-weight:bold;
	color:#41c3f7;
	    font-size: 13px;
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-extralabel{
	font-size:11px;
	line-height:19px;
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-getlinks{
	line-height: 1;
	list-style: none;
    margin: 0;
	padding:0;
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-getlinks:after{
	clear:both;
	content: " ";
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-getlinks li{
	    float: left;
    list-style: none;
	    padding: 1px 0px;
		padding-right:30px;
}
.uap-info-affiliate-bar-menu .fa-uap{
	line-height:42px;
	font-size:21px;
}
.uap-info-affiliate-bar-menu .fa-uap:hover{
	color:#fff;
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-full-line{
	line-height: 42px;
	padding-right:25px;
	float: left;
	font-weight:bold;
}
.uap-info-affiliate-bar-btn:hover{
	color:#fff;
}
.uap-info-affiliate-bar-stats-content{
	display:inline-block;
	padding-right:20px;
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-stats-list{
	line-height: 1;
	list-style: none;
    margin: 0;
	padding:0;
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-stats-list:after{
	clear:both;
	content: " ";
}
.uap-info-affiliate-bar-item .uap-info-affiliate-bar-stats-list li{
	    float: left;
    list-style: none;
	    padding: 1px 10px 1px 0;
	color:#41c3f7;
}
.uap-info-affiliate-bar-stats{
	float:right;
}
.uap-info-affiliate-bar-links{
	padding-right:50px;
}
.uap-affiliate-bar-temporary{
	font-weight:700;
	color:#970F11;
}
.uap-affiliate-bar-info{
	color:#999;
	font-style:italic;
	font-size:11px;
	line-height:12px;
}
.fa-info_affiliate_bar-link{
		    line-height: 0px;
    		font-size: 0px;	
	}
	.fa-info_affiliate_bar-banner{
		    line-height: 0px;
    font-size: 0px;	
	}
/****************** POPUP **********************/
.uap-show-link-popup-wrapp{
	position: fixed;
	z-index: 999991;
	top: 0px;
	height: auto;
	left: 0px;
	width: 100%;
	min-height: 100%;
    background-color: rgba(0,0,0,0.30);
}
.uap-show-link-popup-wrapp .uap-the-popup{
    width: 45%;
    min-width: 450px;
    height: auto;
    margin: 0 auto;
    margin-top: 5%;
	margin-bottom:6%;
	bottom:10px;
    font-family: "Open Sans",sans-serif;
}
.uap-show-link-popup-wrapp .uap-the-popup .uap-popup-top{
	border-bottom: 1px solid #ddd;
  	background-color: #fafafa;
    padding:13px 9px;
}
.uap-show-link-popup-wrapp .uap-popup-top{
	background-color: #555f6e !important;
}
.uap-show-link-popup-wrapp .uap-the-popup .uap-popup-top .title{
    float: left;
    margin: 5px 0px 5px 5px;
    font-size: 18px;
    color: #333;
	font-weight:bold;
	color: #d9534f;
	-webkit-animation-name: fadeInLeftTitle;
  	animation-name: fadeInLeftTitle;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}
.uap-show-link-popup-wrapp .uap-popup-top .title{
    color: #fff !important;
}
.uap-show-link-popup-wrapp .uap-the-popup .uap-popup-top .close-bttn{
	background-size:25px;
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
	background: url(data:image/png;base64,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);
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	opacity:0.3;
}
.uap-show-link-popup-wrapp .close-bttn{
	background: url(data:image/png;base64,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) !important;
}
.uap-show-link-popup-wrapp .uap-the-popup .uap-popup-top .close-bttn:hover{
	opacity:0.8;
}
.uap-show-link-popup-wrapp .uap-the-popup .uap-popup-content{
    padding: 25px 10px;
    background: #fff;
	min-height:250px;
	border: 1px solid #dd;
	border-top:none;
}
.uap-show-link-popup-wrapp .uap-popup-content{
	background-color: #fafafa !important;
}
.uap-show-link-popup-wrapp .uap-the-popup .uap-popup-content .uap-popup-left-section{
	width: 30%;
	display: inline-block;
	background-color:#fafafa;
	padding:15px;
    box-sizing: border-box;
}
.uap-show-link-popup-wrapp .uap-the-popup .uap-popup-content .uap-popup-right-section{
	width: 69%;
	display: inline-block;
	vertical-align: top;
	padding:25px 20px;
    box-sizing: border-box;
	background-color:#fff;
	border-left:1px solid #ddd;
	height:100%;
	min-height:350px;
}
/************************* END OF POPUP ********************/
@media screen and (max-width: 782px){
	.fa-info_affiliate_bar-link{
		    line-height: 46px;
    		font-size: 31px;	
	}
	.fa-info_affiliate_bar-banner{
		    line-height: 46px;
    font-size: 31px;	
	}
	.uap-info-affiliate-bar-menu .fa-uap {
    line-height: 46px;
    font-size: 31px;
	}
	.uap-info-affiliate-bar-item .uap-info-affiliate-bar-extralabel{
		display:none;
	}
	.uap-info-affiliate-bar-social{
		display:none;
	}
	.uap-info-affiliate-bar-stats{
		display:none;
	}
	.uap-info-affiliate-bar-item .uap-info-affiliate-bar-getlinks li{
		width:40px;
		padding-right: 10px;
	}
	.uap-info-affiliate-bar-item:first-child{
		max-width:100px;
		padding-right: 10px;
	}
	.uap-info-affiliate-bar-links{
		padding-right:5px;
	}
	.uap-info-affiliate-sublabel{
		display:none;
	}
	.uap-banners-section{
		left:0px !important;
	}
	.uap-links-section{
			left:0px !important;
	}
}

.uap-product-links-search-bar{
    width: 100%;
}
.uap-product-links-single-item{
    padding: 5px 0px;
        border-bottom: 1px solid #f0f1f4;
}
.uap-product-links-single-item:hover {
    background: #fefefe;
    box-shadow: inset 0 0 2px #CCC;
}
.uap-single-product-image-wrapp, .uap-single-product-name, .uap-single-product-price, .uap-single-product-rewards, .uap-single-product-link-wrapper{
    display: inline-block;
	vertical-align:top;
	    font-family: Roboto;
		box-sizing:border-box;
		float:left;a
}
.uap-single-product-image-wrapp{
	padding: 10px 15px;
    width: 20%;
	text-align: center;
}
.uap-single-product-img {
    max-height: 80px;
	max-width:100%;
	border:none;
	vertical-align: top;
}
.uap-single-product-link{
    cursor: pointer;
    display: inline-block;
    background-color: #18c1f0;
        text-transform: capitalize;
        padding: 5px 15px;
    color: #fff;
    clear: both;
    overflow: hidden;
	    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.uap-single-product-name{
	    padding: 10px 15px;
		width:35%;
	font-size: 13px;
    line-height: 19px;	
}
.uap-single-product-name a{
text-decoration: none;
    color: #0066c0;
}
.uap-single-product-category-name{
	color:#444;
}
.uap-single-product-price{
	    padding: 10px 15px;
		width:15%;
	font-size: 13px;
    line-height: 19px;
	font-weight:bold;
	color:#333;	
}
.uap-single-product-rewards{
	    padding: 10px 15px;
		width:15%;
	font-size: 13px;
    line-height: 19px;
	font-weight:bold;
	color:#333;
}
.uap-single-product-link-wrapper{
	padding: 10px 15px;
		width:14%;
}
.uap-show-more-products-bttn{
    cursor: pointer;
    display: block;
	background-color: #fafafa;
	border: 1px dashed #ccc;
    padding: 3px 10px;
    color: #aaa;
	font-weight:600;
	font-size:14px;
    clear: both;
    overflow: hidden;
    text-align: center;
	width:100%;
	line-height:35px;
	border-radius:6px;
}
.uap-show-more-products-bttn:hover{
	background-color: #dadbdd;
}
.uap-product-links-items-header div{
        border: 1px solid #e8e8e8;
	padding: 14px 15px;
    min-height: 55px;
    color: #3C3E4F;
    border-left: #f5f5f5 1px solid;
    border-right: none!important;
    background-position: right 20px;
    background-repeat: no-repeat;
    font-size: 14px;
    height: 40px;
    font-weight: 700;
    font-family: NotoSans,sans-serif,"Trebuchet MS";
    font-style: normal;
    text-align: left;
    position: relative;
	background-color: #fafafa;
	float:left;
}
.uap-product-links-search-bar-wrapper{
	
}
.uap-product-links-single-item:nth-child(even) {
    background-color: #f9f9f9;
}
.uap-product-links-search-wrapper{
	display:inline-block;
	width:78%;
}
.uap-product-links-category{
	display:inline-block;
	width:20%;
}
.uap-product-links-category select{
	width:100%;
	height:40px;
	background-color:#f4f4f4;
	    box-sizing: border-box;
}
.uap-product-links-search-bar-wrapper input{
	height:40px;	
	    box-sizing: border-box;
}
.uap-single-product-regular-price{
	font-weight:300;
	    text-decoration: line-through;
		opacity:0.7;	
}
.uap-product-links-count-wrapper{
	float:left;
	color:#444;
	line-height:40px;
}
.uap-product-links-count{
	font-weight:600;
	color:#222;	
}
.uap-product-links-order-wrapper{
	float:right;
	vertical-align:top;
	position:relative;
	right:2%;
}
.uap-product-links-extrasearch-wrapper{
	margin-bottom:10px;
}
.uap-single-product-reward-label{
	display:none;
}
.uap-single-product-sale-price{
	color: #83b735;
}
@media screen and (max-width: 567px){
.uap-product-links-category{
    display: block;
    width: 100%;
}
.uap-product-links-search-wrapper{
    display: block;
    width: 100%;
}
.uap-product-links-order-wrapper{
	right:0;
}
.uap-product-links-items-header{
	display:none;
}
.uap-single-product-image-wrapp, .uap-single-product-name, .uap-single-product-link-wrapper{
	width:100%;
}
.uap-single-product-price, .uap-single-product-rewards{
	width:50%;
}
.uap-single-product-link{
	display:block;
}
.uap-single-product-rewards{
	color: #83b735;
}
.uap-single-product-sale-price{
	color: #333;
}
.uap-single-product-reward-label{
	display:block;
	color: #333;
}
.uap-show-link-popup-wrapp .uap-the-popup{
	width:100%;
	min-width:inherit;
}
}