/*@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700);*/
@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;
}

/*==================LOGIN======================*/
/*Login Template 1*/
.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;
}

/*Login Template 2*/
.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;
}
/*Login Template 3*/
.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;
  color: #2b2b2b;
  padding: 8px 10px 7px;
    background-color: #fafafa;
    margin-bottom: 7px;
	height: auto !important;
	font-size:14px;
	font-weight:300;
	background-color: #edf0f5;
    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);
	background-color: #fff;

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

/*Login Template 4*/
.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;
}
/*Login Template 5*/
.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;
}
/*PASS*/

.uap-pass-form-wrap.uap-login-template-5 .uap-form-submit input {
	width:auto;
}



/*Login Template 6*/
.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;
}
/*PASS*/

.uap-pass-form-wrap.uap-login-template-6 .uap-form-submit input {
	width:auto;
	margin-bottom:10px;
}


/*Login Template 7*/
.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;
}
/*PASS*/
.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;
}

/*Login Template 8*/
.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;
}


/*Login Template 9*/
.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: none repeat scroll 0 0 #ea4872 !important;
    border-color: #ea4872 !important;*/
	    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: none repeat scroll 0 0 #d3365e !important;*/
	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;
}


/*Login Template 10*/
.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: none repeat scroll 0 0 #ea4872 !important;
    border-color: #ea4872 !important;*/
	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: none repeat scroll 0 0 #d3365e !important;*/
	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;
}


/*Login Template 11*/
.uap-login-template-11{
	margin: 10px auto;
	padding:30px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	box-sizing:border-box;
    display: 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-11 .uap_login_form{
	font-size:15px;
}
.uap-login-template-11 .uap-sm-wrapp-fe{
	text-align: center;
}
.uap-login-template-11 .uap-form-line-fr{
	box-sizing:content-box;
  text-align: left;
    background-color: transparent !important;
	    border-bottom: 1px solid #efefef;
    margin-bottom: 17px;
	position:relative;
	border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !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-11 .uap-form-line-fr:hover,
.uap-login-template-11 .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-11 .uap-form-line-fr:after{
	content:"";
	clear:both;
}
.uap-login-template-11 form{
	display:block;
  position: relative;
  font-size:15px;
}
.uap-login-template-11  .fa-uap{
  position: absolute;
  top: 0px;
  left: 15px;
  line-height: 39px;
    font-size: 18px;
	color:#999;
}
.uap-login-template-11 .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-11 .uap-form-line-fr input[type=text], .uap-login-template-11 .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-11 .uap-remember-wrapper{
	margin-right: 3px;
	text-align:left;
	line-height:22px;
	padding-left:15px;
	float:left;
}
.uap-login-template-11 .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-11 .uap-form-links-pass{
	float:right;
	padding-right: 15px;
}
.uap-login-template-11 .uap-form-links-pass a{
	color: #2bb7e3;
}
.uap-login-template-11 .uap-temp3-bottom{
	position:relative;
	left:-30px;
    margin: 0 -60px 0 0px;
	background-color:#f2f2f2;
}
.uap-login-template-11 .uap-temp3-bottom:after{
	content:"";
	clear:both;
}
.uap-login-template-11 .uap-form-input-remember{
  vertical-align: middle;
      border-radius: 0px;
    height: 20px;
    width: 20px;
    /* padding: 0px; */
    margin: 0px 5px 0 5px;
    border: 2px solid #ddd;
    /* box-shadow: none; */
    background: #fff;
    -webkit-appearance: initial;
    position: relative;
    vertical-align: middle;
}
.uap-login-template-11 .uap-form-input-remember:checked:before {
    content: '';
    border: 3px solid #00b9eb;
    display: inline-block;
    width: 3px;
    height: 10px;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 0px;
    left: 5px;
    box-sizing: content-box;
    -webkit-transform: rotate(36deg);
    -khtml-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.uap-login-template-11 .uap-form-links{
	text-align:center;
  line-height: 20px;
  margin-top: 10px;
}
.uap-login-template-11 .uap-form-links div{
	display:inline-block;
}
.uap-login-template-11 a{
}
.uap-login-template-11 .uap-form-links a{
	text-decoration:none;
  	padding-right: 10px;
	padding-left:10px;
	color: #32a3cb;
}
.uap-login-template-11 .uap-form-links a:hover{
	color:#000;
}
.uap-login-template-11 .uap-form-links div:nth-child(even) a{
	border-right:none;
}
.uap-login-template-11 .uap-form-submit{
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	border:none !important;
}
.uap-login-template-11 .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-11 .uap-form-submit input{
    width: 80%;
    font-family: Helvetica, sans-serif, 'Trebuchet MS';
    border: 2px solid #2bb7e3;
    color: #2bb7e3;
	text-transform:uppercase;
    background-color: transparent;
    box-shadow: none !important;
    border-radius: 3px;
    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 10px;
    line-height: 20px;
    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-11 .uap-form-submit input:hover{	
	width: 85%;
      /*background: none repeat scroll 0 0 #d3365e !important;*/
	background-color: #2bb7e3;
    color:#fff;
    -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-11 .uap-login-notice{
	margin-top: 6px;
}

/*Login Template 12*/
.uap-login-template-12{
	margin: 10px auto;
	padding:60px;
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
	box-sizing:border-box;
    display: block;
	background-color:#fff;
	border-radius:3px;
	width:550px;
    max-width: 100%;
	font-size:15px;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
	    border: 1px solid #cccccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.uap-login-template-12 .uap_login_form{
	font-size:15px;
}
.uap-login-template-12 .uap-sm-wrapp-fe{
	text-align: center;
}
.uap-login-template-12 .uap-form-line-fr{
	box-sizing:content-box;
  text-align: left;
    background-color: #fefefe;
    border: 1px solid #ccc;
    margin-bottom: 25px;
	position:relative;
	border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -o-border-radius: 50px !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-12 .uap-form-line-fr:hover,
.uap-login-template-12 .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-12 .uap-form-line-fr:after{
	content:"";
	clear:both;
}
.uap-login-template-12 form{
	display:block;
  position: relative;
  font-size:15px;
}
.uap-login-template-12  .fa-uap{
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 39px;
    font-size: 18px;
	color:#555;
	border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 45px;
    text-align: center;	
}
.uap-login-template-12 .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-12 .uap-form-line-fr input[type=text], .uap-login-template-12 .uap-form-line-fr input[type=password]{
	width:100%;
     color: #555;
  padding: 8px 10px 7px;
	background-color:transparent !important;
	border:none !important;
    padding: 12px;
	display:inline-block;
	padding-left:45px !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-12 .uap-remember-wrapper{
	margin-right: 3px;
	text-align:left;
	line-height:22px;
	padding-left:15px;
	float:left;
	margin-bottom:5px;
}
.uap-login-template-12 .uap-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:14px;	
	text-transform:inherit;
	padding-left:3px;
	color:#6164c1;
}
.uap-login-template-12 .uap-form-links-pass{
	float:right;
	padding-right: 15px;
	margin-bottom:5px;
}
.uap-login-template-12 .uap-form-links-pass a{
	color: #6164c1;
}
.uap-login-template-12 .uap-temp3-bottom{
	position:relative;
	left:-30px;
    margin: 0 -60px 0 0px;
	background-color:#f2f2f2;
}
.uap-login-template-12 .uap-temp3-bottom:after{
	content:"";
	clear:both;
}
.uap-login-template-12 .uap-form-input-remember{
      vertical-align: middle;
    border-radius: 0px;
    height: 20px;
    width: 20px;
    /* padding: 0px; */
    margin: 0px 5px 0 5px;
    border: 2px solid #ddd;
    /* box-shadow: none; */
    background: #fff;
    -webkit-appearance: initial;
    position: relative;
    vertical-align: middle;
}
.uap-login-template-12 .uap-form-input-remember:checked:before {
    content: '';
    border: 3px solid #00b9eb;
    display: inline-block;
    width: 3px;
    height: 10px;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 0px;
    left: 5px;
    box-sizing: content-box;
    -webkit-transform: rotate(36deg);
    -khtml-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.uap-login-template-12 .uap-form-links{
	text-align:center;
  line-height: 20px;
  margin-top: 10px;
}
.uap-login-template-12 .uap-form-links div{
	display:inline-block;
}
.uap-login-template-12 a{
}
.uap-login-template-12 .uap-form-links a{
	text-decoration:none;
  	padding-right: 10px;
	padding-left:10px;
	color: #6164c1;
}
.uap-login-template-12 .uap-form-links a:hover{
	color:#000;
}
.uap-login-template-12 .uap-form-links div:nth-child(even) a{
	border-right:none;
}
.uap-login-template-12 .uap-form-submit{
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	border:none !important;
}
.uap-login-template-12 .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-12 .uap-form-submit input{
	color: #fff !important;
    width: 100%;
    border: none;
    /*background: none repeat scroll 0 0 #ea4872 !important;
    border-color: #ea4872 !important;*/
	background-color: #6164c1;
    box-shadow: none !important;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
    border-radius: 3px;
    text-transform: uppercase;
    -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: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    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-12 .uap-form-submit input:hover{	
      /*background: none repeat scroll 0 0 #d3365e !important;*/
	background-color: #8d7fd7;
    -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-12 .uap-login-notice{
	margin-top: 6px;
}

/*Login Template 13*/
.uap-login-template-13{
	padding: 10px;
	text-align:center;
    display: block;
	width:470px;
	margin:10px auto;
    max-width: 100%;
	box-sizing:border-box;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.uap-login-template-13 .uap-sm-wrapp-fe{
}
.uap-login-template-13 .uap-form-line-fr{
	box-sizing:content-box;
	padding-top:15px;
  text-align: left;
}
.uap-login-template-13 .uap-form-line-fr:after{
	content:"";
	clear:both;
}
.uap-login-template-13 form{
}
.uap-login-template-13 .uap-form-line-fr .uap-form-label-fr{
	min-width:150px;
	box-sizing:content-box;
	color: #555;
    font-family: Helvetica, sans-serif, 'Trebuchet MS';
	line-height: 26px;
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.uap-login-template-13 .uap-form-line-fr input[type=text],.uap-login-template-13 .uap-form-line-fr input[type=password]{
	width:100%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
      height: 40px!important;
}
.uap-login-template-13 .uap-temp5-row{
	margin:5px 0;
	}
.uap-login-template-13 .uap-temp5-row:after{
	content:"";
	clear:both;
}
.uap-login-template-13 .uap-temp5-row-left{
	float:left;
	width:48%;
	margin-top:20px;
	}
.uap-login-template-13 .uap-temp5-row-right{
	float:right;
	width:48%;
	margin-top:20px;
	}	
.uap-login-template-13 .uap-remember-wrapper{
	clear:both;
	text-align:left;
    line-height: 24px;
}
.uap-login-template-13 .uap-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:15px;
	line-height:24px;
	color:#888888;	
	text-transform:inherit;
	margin-left:5px;
    vertical-align: middle;
}
.uap-login-template-13 .uap-form-input-remember {
    vertical-align: middle;
    border-radius: 0px;
    height: 20px;
    width: 20px;
    /* padding: 0px; */
    margin: 0px 5px 0 5px;
    border: 2px solid #ddd;
    /* box-shadow: none; */
    background: #fff;
    -webkit-appearance: initial;
    position: relative;
    vertical-align: middle;
}
.uap-login-template-13 .uap-form-input-remember:checked:before {
    content: '';
    border: 3px solid #00b9eb;
    display: inline-block;
    width: 3px;
    height: 10px;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 0px;
    left: 5px;
    box-sizing: content-box;
    -webkit-transform: rotate(36deg);
    -khtml-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}
.uap-login-template-13 .uap-form-links-pass{
	padding-top:20px;
	    line-height: 22px;
    color: #888!important;
    display: block!important;
    font-weight: 400;
	    font-size: 15px;
}
.uap-login-template-13 .uap-form-label-remember:after{
	content:"";
	clear:both;
}
.uap-login-template-13 .uap-form-links{
	text-align:left;
	clear:both;
	margin-top:3px;
}
.uap-login-template-13 .uap-form-links div{
	display:inline-block;
}
.uap-login-template-13 .uap-form-links a{
	color:#aaa;
	font-size:12px;
	text-decoration:none;
	padding-right:10px;
}
.uap-login-template-13 .uap-form-links a:hover{
	color:#e05d5d;
}
.uap-login-template-13 .uap-form-submit{
	text-align:center;
}
.uap-login-template-13 .uap-form-submit input, .uap-login-template-13 .uap-form-links-reg{
	color:#fff !important;
	min-width:100px;
	border:none;
	text-transform:capitalize;
        padding: 16px 20px!important;
	background:none repeat scroll 0 0 #3ba1da;
	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;    
  display: block;
    width: 100%;
	font-size:15px;    
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;    font-family: "Nunito", sans-serif;
    font-weight: 400;
	box-sizing: border-box;
    line-height: 16px;
	cursor:pointer;
	    border-bottom: 2px solid rgba(0,0,0,.1)!important;
}
.uap-login-template-13 .uap-form-submit input:hover{	
  background:none repeat scroll 0 0 #44b0ec;
}
 .uap-login-template-13 .uap-form-links-reg{
	 background:#eeeeee;
 }
 .uap-login-template-13 .uap-form-links-reg:hover{
 	 background: #e5e5e5;
}
 .uap-login-template-13 .uap-form-links-reg a{
	 color:#666;
 }
/*PASS*/

.uap-pass-form-wrap.uap-login-template-13 .uap-form-submit input {
	width:auto;
}
.uap-login-template-13.uap-pass-form-wrap .uap-form-submit input{
	margin:10px auto;
	margin-top:20px;
	    width: auto!important;
    min-width: 250px!important;
}

.uap-form-pass-additional-content{
	color: #777;
    font-size: 17px;
	text-align: center;
	padding: 15px 15px 0 15px;
}

/*==================LOGIN======================*/



/*==================REGISTER======================*/
.uap-register-form *{
	box-sizing:border-box;
	/*margin-top:10px;*/
}
/*Register Template 1*/
.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;
    
}
/*Register Template 2*/
.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;
}  
/*Register Template 3*/
.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;
    color: #7f7f97;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	min-height:40px;
	text-align:left;
	 font-family: 'Oswald', arial, sans-serif !important;
	 font-weight:300;
	background-color: #edf0f5;
    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);
	background-color: #fff;

}

.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;
}
/*Register Template 4*/
.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-4 .uap-strength-wrapper{
	     position: absolute;
    right: 0;
    top: 100%;
    margin-top: -6px;
}
 .uap-register-4 .uap-strength-wrapper .uap-strength-label{
	  margin-top:-7px;
  }
  .uap-register-4 .uap-form-password{
	  margin-bottom:35px;
  }
/*Register Template 5*/
.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;
}
/*Register Template 6*/
.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;
}
/*Register Template 7*/
.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:#333 !important;
	background:none repeat scroll 0 0 #fafafa  !important;
	border-color:#fafafa  !important;
	box-shadow:none !important;
	*/
    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;
}
/*Register Template 8*/
.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;
}


/*Register Template 9*/
.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;
	/*background:none repeat scroll 0 0 #f94848 !important;
	border-color:#f94848 !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; 
	    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;
}



/*Register Template 10*/
.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-family: 'Oswald', arial, sans-serif !important;*/
    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;
    /*text-transform: uppercase;*/
	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:none repeat scroll 0 0 #31aae1 !important;
	border: 4px solid #5BC4BE;
	border-width:3px;
	border-color:#31aae1 !important;
	box-shadow:none !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;
  /*background:none repeat scroll 0 0 #41b7ed !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%;
 }

/*Register Template 11*/
.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;
}


/*Register Template 12*/
.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;
	/*background:none repeat scroll 0 0 #f94848 !important;
	border-color:#f94848 !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; 
	    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;
}



/*Register Template 13*/
.uap-register-13{
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
    font-size: 14px;
	box-sizing:border-box;
	display:block;  
	/*font-family: 'Oswald', arial, sans-serif !important;*/
    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;
    /*text-transform: uppercase;*/
	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:none repeat scroll 0 0 #31aae1 !important;
	border: 4px solid #5BC4BE;
	border-width:3px;
	border-color:#31aae1 !important;
	box-shadow:none !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-13 .uap-submit-form input:hover{	
	color:#fff !important;
  /*background:none repeat scroll 0 0 #41b7ed !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-register-13 .uap-strength-wrapper{
	     position: absolute;
    right: 0;
    top: 100%;
    margin-top: -6px;
}
 .uap-register-13 .uap-strength-wrapper .uap-strength-label{
	  margin-top:-7px;
  }
  .uap-register-13 .uap-form-password{
	  margin-bottom:35px;
  }
 
 /*Register Template 14*/
.uap-register-14{
	min-width:300px;
    max-width: 500px;
	font-family: Helvetica, sans-serif, 'Trebuchet MS'; 
    font-size: 14px;
	display:block;
	margin:10px auto;
}
.uap-register-14 .uap-labels-register{
	font-size:15px;
	font-weight:bold;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
	box-sizing: content-box;
    color: #555;
    font-family: Helvetica, sans-serif, 'Trebuchet MS';
    line-height: 26px;
    font-size: 15px;
	font-weight: 600;
    margin-bottom: 8px;
}
.uap-register-14 .uap-form-line-register{
	border-bottom:none;
	    padding: 9px 5px;
}
.uap-register-14 .uap-form-line-register input[type=text], .uap-register-14 .uap-form-line-register input[type=password], 
.uap-register-14 .uap-form-line-register input[type=number], .uap-register-14 .uap-form-line-register textarea, 
.uap-register-14 .uap-form-line-register select, .uap-register-14 .uap-form-line-register .select2-selection{
	border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    color: #2b2b2b;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	min-height: 37px;
	
}
 .uap-register-14 .uap-form-line-register .select2-selection{
	 min-height:40px;
 }
 .uap-register-14 .uap-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
	display:block;
    margin-top: 10px;
 }
.uap-register-14 .uap-submit-form{
	text-align: right;
	padding:0;
}
.uap-register-14 .uap-form-checkbox,.uap-register-14  .uap-form-radiobox, .uap-register-14  .uap-form-paybox{
	display:inline-block;
}
.uap-register-14 .uap-submit-form input, .uap-register-14 .uap-login-link{
	color:#fff !important;
	min-width: 100px;
    border: none;
    text-transform: capitalize;
    padding: 16px 20px!important;
	background:none repeat scroll 0 0 #3ba1da;
	border-color:#e05d5d  !important;
	box-shadow:none !important;
	    border-color: #5BC4BE !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;
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    line-height: 16px;
    cursor: pointer;
    border-bottom: 2px solid rgba(0,0,0,.1)!important;
	text-align: center;
}
.uap-register-14 .uap-submit-form input:hover {
    background: none repeat scroll 0 0 #44b0ec;
}
 .uap-register-14 .uap-login-link{
 	    background: #eeeeee;
 }
 .uap-register-14 .uap-login-link:hover {
    background: #e5e5e5;
}
 .uap-register-14 .uap-login-link a{
 	    color:#666;
 }
.uap-register-14 .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-14 .uap-input-notice {
    border-color: #dd3559!important;
}
.uap-register-14 .uap-register-row-left{
    float: left;
    width: 48%;
    margin-top: 20px;	
}
.uap-register-14 .uap-register-row-right{
    float: right;
    width: 48%;
    margin-top: 20px;	
}

/*==================REGISTER======================*/



/*==================LOCKERS======================*/

/*.uap-locker-wrap .uap-login-form-wrap .uap-form-line-fr{
	box-sizing:content-box;
	padding-bottom:8px;

}
.uap-locker-wrap .uap-login-form-wrap .uap-form-line-fr:after{
	content:"";
	clear:both;
}
.uap-locker-wrap .uap-login-form-wrap{
	text-align:center;
}
.uap-locker-wrap .uap-login-form-wrap form{
	display:inline-block;
}
.uap-locker-wrap .uap-login-form-wrap .uap-form-line-fr .uap-form-label-fr{
	min-width:100px;
	text-align:right;
	padding-right:10px;
  display: inline-block;
	box-sizing:content-box;
}
.uap-locker-wrap .uap-login-form-wrap .uap-form-line-fr input[type=text], .uap-locker-wrap .uap-login-form-wrap .uap-form-line-fr input[type=password]{
	width:150px;
}
.uap-locker-wrap .uap-login-form-wrap .uap-form-label-remember{
	float:right;
}
.uap-locker-wrap .uap-login-form-wrap .uap-form-input-remember{
	float:right;  
	margin-top: 1px;
}
.uap-locker-wrap .uap-login-form-wrap .uap-form-label-remember:after{
	content:"";
	clear:both;
}
.uap-locker-wrap .uap-form-links{
	margin-bottom:5px;	
	text-align:right;
}
.uap-locker-wrap .uap-form-links div{
	display:inline-block;
	padding-left:15px;
}
.uap-locker-wrap .uap-login-form-wrap .uap-form-submit{
	text-align:right;
}
.uap-locker-wrap .uap-login-form-wrap .uap-form-submit input{
	color:#fff !important;
}*/
.uap-login-form-wrap *{
	box-sizing:border-box;
	text-decoration:none;
}
.uap-login-form-wrap a{
	border-bottom:none !important;
}
/*Template 1*/
.uap_locker_1{
	text-align:center;
	max-width:300px;
}
/*Template 2*/
.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);
}

/*Template 3*/
.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("https://matricom.net/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("https://matricom.net/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;
}
/*Template 4*/
.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); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fefefe, #f1f1f1); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fefefe,#f1f1f1); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fefefe, #f1f1f1); /* Standard syntax */
	background: -webkit-linear-gradient(#fafafa,#fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fafafa, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fafafa,#fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fafafa, #fff); /* Standard syntax */
	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("https://matricom.net/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("https://matricom.net/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;
}
/*Template 5*/
.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("https://matricom.net/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;
}
/*Template 6*/
.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); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fefefe, #f1f1f1); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fefefe,#f1f1f1); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fefefe, #f1f1f1); /* Standard syntax */
	background: -webkit-linear-gradient(#fafafa,#fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fafafa, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fafafa,#fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fafafa, #fff); /* Standard syntax */
	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("https://matricom.net/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;	
}
/*Template 7*/
.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("https://matricom.net/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;	
}

/*Template 8*/
.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("https://matricom.net/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;
}
/*==================LOCKERS======================*/
/*==================SUBSCRIPTION======================*/
.uap-purchased-level{
	background-color:#0bb586 !important;
	background:#0bb586 !important;
}
/*Template 1*/
.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;
}

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

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

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

/*==================SUBSCRIPTION======================*/
/*==================USER PAGE======================*/
.uap-user-page-wrapper{
	display:block;
	padding:10px;
	box-sizing:border-box;
	font-family: 'Open Sans',sans-serif;
}
@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;
}

/*==================USER PAGE======================*/

/*==================LOGOUT======================*/

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

/*==============ACCOUNT PAGE===============*/
.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(../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%;
    /*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-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-family: 'Open Sans',sans-serif;
		color: #828181;
    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;
	    color: #555;
	font-family: 'Open Sans',sans-serif;	
}
.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: #555;
		    font-size: 24px;
	font-family: 'Open Sans',sans-serif;		
}
.uap-metris-rightside{
	line-height:24px;
}
.uap-ap-top-theme-2{
	padding-top:270px;	

}
.uap-ap-top-theme-2 .cropControls{
	bottom:60px;
}
.uap-ap-top-theme-2 .uap-user-page-top-background{
	height: 250px;
	top: 0;
    background-image: url(../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(../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-top-metrics{
    float: right;
	border-right: 1px solid #ddd;
	text-align:right;
    margin-right: 10px;
	padding-right:5px;
	font-size:14px;	
     padding-top: 10px;
}
.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-top-metrics .uap-stats-content{
	font-size:14px;
}
.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; 	
    /*padding: 8px 16px 8px 14px;*/
	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;
    /*padding: 8px 16px 8px 24px;*/
	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;
	/*padding-left:27px;*/
}
.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-public-ap-menu-subtabs{
	display: none;
}
*/

@media (max-width: 576px){
	.uap-ap-menu .uap-ap-menu-item-selected, .uap-ap-menu .uap-ap-menu-tab-item-selected, .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{
		    padding-left: 4px !important; 
	}
}

/************************* AP THEME 2 *********************/

.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{
	/*visibility: hidden;*/
	/*background-color: #47565d;*/
	background-color: rgba(255,255,255,0.15);
    /*border-bottom: 1px solid #5c696f;*/
}
.uap-ap-theme-2 .uap-ap-menu .uap-ap-menu-tab-item{
	/*display: inline-block;*/
	float: left;	
	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;
	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;
	box-sizing:border-box;
}
.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;
	/*float: left;*/
     padding: 4px 25px 4px 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{
	/*display: inline-block;
	vertical-align: top;*/
	float: left; 
	/*background-color: #607d8b;*/
}
@media (max-width: 576px){
	.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;
	/*display: none;*/
	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;
    /*display: block;*/
}
.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 25px 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;
}



/************************* AP THEME 3 *********************/

.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{
	/*visibility: hidden;*/
	/*background-color: #47565d;*/
	background-color: rgba(255,255,255,0.15);
    /*border-bottom: 1px solid #5c696f;*/
	    border-bottom: 1px solid #555;
}
.uap-ap-theme-3 .uap-ap-menu .uap-ap-menu-tab-item{
	/*display: inline-block;*/
	float: left;	
	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;
	border-right:1px solid #738E9A;*/
	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;
	box-sizing:border-box;
}
.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;
	/*float: left;*/
     /*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-3 .uap-ap-menu .uap-ap-submenu-item{
	/*display: inline-block;
	vertical-align: top;*/
	float: left; 
	/*background-color: #607d8b;*/
}
@media (max-width: 576px){
	.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;
	/*display: none;*/
	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;
    /*display: block;*/
}
.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;
}

/*==============SUBSCRIPTION PAGE===============*/
/*==============LOGIN BUTTONS===============*/
.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;	
}
/*==============LOGIN BUTTONS===============*/
.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;
}
.uap-ap-top-theme-1 #js_uap_edit_top_ap_banner{
	height:100%;
}
.uap-ap-top-theme-1 .cropControls{
	right:auto !important;
	left:20px !important;
}/*! jQuery UI - v1.11.4 - 2015-07-01
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.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("../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("../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("../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("../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("../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("../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("../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("../wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("../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("../wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("../wp-content/plugins/indeed-affiliate-pro/assets/images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("../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("../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("../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("../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}
.dlicon{display:inline-block;font:normal normal normal 14px/1 dliconoutline;font-size:inherit;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dlicon.files_add:before{content:"\e900"}.dlicon.files_archive-3d-check:before{content:"\e901"}.dlicon.files_archive-3d-content:before{content:"\e902"}.dlicon.files_archive-check:before{content:"\e903"}.dlicon.files_archive-content:before{content:"\e904"}.dlicon.files_archive-paper-check:before{content:"\e905"}.dlicon.files_archive-paper:before{content:"\e906"}.dlicon.files_archive:before{content:"\e907"}.dlicon.files_audio:before{content:"\e908"}.dlicon.files_book-07:before{content:"\e909"}.dlicon.files_book-08:before{content:"\e90a"}.dlicon.files_bookmark:before{content:"\e90b"}.dlicon.files_box:before{content:"\e90c"}.dlicon.files_chart-bar:before{content:"\e90d"}.dlicon.files_chart-pie:before{content:"\e90e"}.dlicon.files_check:before{content:"\e90f"}.dlicon.files_cloud:before{content:"\e910"}.dlicon.files_copy:before{content:"\e911"}.dlicon.files_dev:before{content:"\e912"}.dlicon.files_download:before{content:"\e913"}.dlicon.files_drawer:before{content:"\e914"}.dlicon.files_edit:before{content:"\e915"}.dlicon.files_exclamation:before{content:"\e916"}.dlicon.files_folder-13:before{content:"\e917"}.dlicon.files_folder-14:before{content:"\e918"}.dlicon.files_folder-15:before{content:"\e919"}.dlicon.files_folder-16:before{content:"\e91a"}.dlicon.files_folder-17:before{content:"\e91b"}.dlicon.files_folder-18:before{content:"\e91c"}.dlicon.files_folder-19:before{content:"\e91d"}.dlicon.files_folder-add:before{content:"\e91e"}.dlicon.files_folder-audio:before{content:"\e91f"}.dlicon.files_folder-bookmark:before{content:"\e920"}.dlicon.files_folder-chart-bar:before{content:"\e921"}.dlicon.files_folder-chart-pie:before{content:"\e922"}.dlicon.files_folder-check:before{content:"\e923"}.dlicon.files_folder-cloud:before{content:"\e924"}.dlicon.files_folder-dev:before{content:"\e925"}.dlicon.files_folder-download:before{content:"\e926"}.dlicon.files_folder-edit:before{content:"\e927"}.dlicon.files_folder-exclamation:before{content:"\e928"}.dlicon.files_folder-gallery:before{content:"\e929"}.dlicon.files_folder-heart:before{content:"\e92a"}.dlicon.files_folder-image:before{content:"\e92b"}.dlicon.files_folder-info:before{content:"\e92c"}.dlicon.files_folder-link:before{content:"\e92d"}.dlicon.files_folder-locked:before{content:"\e92e"}.dlicon.files_folder-money:before{content:"\e92f"}.dlicon.files_folder-music:before{content:"\e930"}.dlicon.files_folder-no-access:before{content:"\e931"}.dlicon.files_folder-play:before{content:"\e932"}.dlicon.files_folder-question:before{content:"\e933"}.dlicon.files_folder-refresh:before{content:"\e934"}.dlicon.files_folder-remove:before{content:"\e935"}.dlicon.files_folder-search:before{content:"\e936"}.dlicon.files_folder-settings-81:before{content:"\e937"}.dlicon.files_folder-settings-97:before{content:"\e938"}.dlicon.files_folder-shared:before{content:"\e939"}.dlicon.files_folder-star:before{content:"\e93a"}.dlicon.files_folder-time:before{content:"\e93b"}.dlicon.files_folder-upload:before{content:"\e93c"}.dlicon.files_folder-user:before{content:"\e93d"}.dlicon.files_folder-vector:before{content:"\e93e"}.dlicon.files_gallery:before{content:"\e93f"}.dlicon.files_heart:before{content:"\e940"}.dlicon.files_image:before{content:"\e941"}.dlicon.files_info:before{content:"\e942"}.dlicon.files_link:before{content:"\e943"}.dlicon.files_locked:before{content:"\e944"}.dlicon.files_money:before{content:"\e945"}.dlicon.files_music:before{content:"\e946"}.dlicon.files_no-access:before{content:"\ee8c"}.dlicon.files_notebook:before{content:"\ee8d"}.dlicon.files_paper:before{content:"\ee8e"}.dlicon.files_play:before{content:"\ee8f"}.dlicon.files_question:before{content:"\ee90"}.dlicon.files_refresh:before{content:"\ee91"}.dlicon.files_remove:before{content:"\ee92"}.dlicon.files_replace-folder:before{content:"\ee93"}.dlicon.files_replace:before{content:"\ee94"}.dlicon.files_search:before{content:"\ee95"}.dlicon.files_settings-46:before{content:"\ee96"}.dlicon.files_settings-99:before{content:"\ee97"}.dlicon.files_shared:before{content:"\ee98"}.dlicon.files_single-content-02:before{content:"\ee99"}.dlicon.files_single-content-03:before{content:"\ee9a"}.dlicon.files_single-copies:before{content:"\ee9b"}.dlicon.files_single-copy-04:before{content:"\ee9c"}.dlicon.files_single-copy-06:before{content:"\ee9d"}.dlicon.files_single-folded-content:before{content:"\ee9e"}.dlicon.files_single-folded:before{content:"\ee9f"}.dlicon.files_single-paragraph:before{content:"\eea0"}.dlicon.files_single:before{content:"\eea1"}.dlicon.files_star:before{content:"\eea2"}.dlicon.files_time:before{content:"\eea3"}.dlicon.files_upload:before{content:"\eea4"}.dlicon.files_user:before{content:"\eea5"}.dlicon.files_vector:before{content:"\eea6"}.dlicon.files_zip-54:before{content:"\eea7"}.dlicon.files_zip-55:before{content:"\eea8"}.dlicon.tech_cable-49:before{content:"\eea9"}.dlicon.tech_cable-50:before{content:"\eeaa"}.dlicon.tech_cd-reader:before{content:"\eeab"}.dlicon.tech_computer-monitor:before{content:"\eeac"}.dlicon.tech_computer-old:before{content:"\eead"}.dlicon.tech_computer:before{content:"\eeae"}.dlicon.tech_controller-modern:before{content:"\eeaf"}.dlicon.tech_controller:before{content:"\eeb0"}.dlicon.tech_desktop-screen:before{content:"\eeb1"}.dlicon.tech_desktop:before{content:"\eeb2"}.dlicon.tech_disk-reader:before{content:"\eeb3"}.dlicon.tech_disk:before{content:"\eeb4"}.dlicon.tech_gopro:before{content:"\eeb5"}.dlicon.tech_headphones:before{content:"\eeb6"}.dlicon.tech_keyboard-mouse:before{content:"\eeb7"}.dlicon.tech_keyboard-wifi:before{content:"\eeb8"}.dlicon.tech_keyboard:before{content:"\eeb9"}.dlicon.tech_laptop-1:before{content:"\eeba"}.dlicon.tech_laptop-2:before{content:"\eebb"}.dlicon.tech_laptop:before{content:"\eebc"}.dlicon.tech_mobile-button:before{content:"\eebd"}.dlicon.tech_mobile-camera:before{content:"\eebe"}.dlicon.tech_mobile-recharger-08:before{content:"\eebf"}.dlicon.tech_mobile-recharger-09:before{content:"\eec0"}.dlicon.tech_mobile-toolbar:before{content:"\eec1"}.dlicon.tech_mobile:before{content:"\eec2"}.dlicon.tech_music:before{content:"\eec3"}.dlicon.tech_navigation:before{content:"\eec4"}.dlicon.tech_player-19:before{content:"\eec5"}.dlicon.tech_player-48:before{content:"\eec6"}.dlicon.tech_print-fold:before{content:"\eec7"}.dlicon.tech_print-round-fold:before{content:"\eec8"}.dlicon.tech_print-round:before{content:"\eec9"}.dlicon.tech_print:before{content:"\eeca"}.dlicon.tech_ram:before{content:"\eecb"}.dlicon.tech_remote:before{content:"\eecc"}.dlicon.tech_signal:before{content:"\eecd"}.dlicon.tech_socket:before{content:"\eece"}.dlicon.tech_sync:before{content:"\eecf"}.dlicon.tech_tablet-button:before{content:"\eed0"}.dlicon.tech_tablet-reader-31:before{content:"\eed1"}.dlicon.tech_tablet-reader-42:before{content:"\eed2"}.dlicon.tech_tablet-toolbar:before{content:"\eed3"}.dlicon.tech_tablet:before{content:"\eed4"}.dlicon.tech_tv-old:before{content:"\eed5"}.dlicon.tech_tv:before{content:"\eed6"}.dlicon.tech_watch-circle:before{content:"\eed7"}.dlicon.tech_watch-time:before{content:"\eed8"}.dlicon.tech_watch:before{content:"\eed9"}.dlicon.tech_webcam-38:before{content:"\eeda"}.dlicon.tech_webcam-39:before{content:"\eedb"}.dlicon.tech_wifi-router:before{content:"\eedc"}.dlicon.tech_wifi:before{content:"\eedd"}.dlicon.tech-2_cctv:before{content:"\eede"}.dlicon.tech-2_connection:before{content:"\eedf"}.dlicon.tech-2_device-connection:before{content:"\eee0"}.dlicon.tech-2_dock:before{content:"\eee1"}.dlicon.tech-2_firewall:before{content:"\eee2"}.dlicon.tech-2_hdmi:before{content:"\eee3"}.dlicon.tech-2_headphone:before{content:"\eee4"}.dlicon.tech-2_headset:before{content:"\eee5"}.dlicon.tech-2_keyboard-hide:before{content:"\eee6"}.dlicon.tech-2_keyboard-wireless:before{content:"\eee7"}.dlicon.tech-2_l-add:before{content:"\eee8"}.dlicon.tech-2_l-check:before{content:"\eee9"}.dlicon.tech-2_l-location:before{content:"\eeea"}.dlicon.tech-2_l-remove:before{content:"\eeeb"}.dlicon.tech-2_l-search:before{content:"\eeec"}.dlicon.tech-2_l-security:before{content:"\eeed"}.dlicon.tech-2_l-settings:before{content:"\eeee"}.dlicon.tech-2_l-sync:before{content:"\eeef"}.dlicon.tech-2_l-system-update:before{content:"\eef0"}.dlicon.tech-2_lock-landscape:before{content:"\eef1"}.dlicon.tech-2_lock-portrait:before{content:"\eef2"}.dlicon.tech-2_mic:before{content:"\eef3"}.dlicon.tech-2_mobile-landscape:before{content:"\eef4"}.dlicon.tech-2_p-add:before{content:"\eef5"}.dlicon.tech-2_p-check:before{content:"\eef6"}.dlicon.tech-2_p-edit:before{content:"\eef7"}.dlicon.tech-2_p-heart:before{content:"\eef8"}.dlicon.tech-2_p-location:before{content:"\eef9"}.dlicon.tech-2_p-remove:before{content:"\eefa"}.dlicon.tech-2_p-search:before{content:"\eefb"}.dlicon.tech-2_p-settings:before{content:"\eefc"}.dlicon.tech-2_p-share:before{content:"\eefd"}.dlicon.tech-2_p-sync:before{content:"\eefe"}.dlicon.tech-2_p-system-update:before{content:"\eeff"}.dlicon.tech-2_p-time:before{content:"\ef00"}.dlicon.tech-2_pci-card:before{content:"\ef01"}.dlicon.tech-2_rotate-lock:before{content:"\ef02"}.dlicon.tech-2_rotate:before{content:"\ef03"}.dlicon.tech-2_sim-card:before{content:"\ef04"}.dlicon.tech-2_socket-europe-1:before{content:"\ef05"}.dlicon.tech-2_socket-europe-2:before{content:"\ef06"}.dlicon.tech-2_socket-uk:before{content:"\ef07"}.dlicon.tech-2_vpn:before{content:"\ef08"}.dlicon.tech-2_wifi-off:before{content:"\ef09"}.dlicon.tech-2_wifi-protected:before{content:"\ef0a"}.dlicon.tech-2_wifi:before{content:"\ef0b"}.dlicon.users_add-27:before{content:"\ef0c"}.dlicon.users_add-29:before{content:"\ef0d"}.dlicon.users_badge-13:before{content:"\ef0e"}.dlicon.users_badge-14:before{content:"\ef0f"}.dlicon.users_badge-15:before{content:"\ef10"}.dlicon.users_circle-08:before{content:"\ef11"}.dlicon.users_circle-09:before{content:"\ef12"}.dlicon.users_circle-10:before{content:"\ef13"}.dlicon.users_contacts:before{content:"\ef14"}.dlicon.users_delete-28:before{content:"\ef15"}.dlicon.users_delete-30:before{content:"\ef16"}.dlicon.users_man-20:before{content:"\ef17"}.dlicon.users_man-23:before{content:"\ef18"}.dlicon.users_man-glasses:before{content:"\ef19"}.dlicon.users_mobile-contact:before{content:"\ef1a"}.dlicon.users_multiple-11:before{content:"\ef1b"}.dlicon.users_multiple-19:before{content:"\ef1c"}.dlicon.users_network:before{content:"\ef1d"}.dlicon.users_parent:before{content:"\ef1e"}.dlicon.users_single-01:before{content:"\ef1f"}.dlicon.users_single-02:before{content:"\ef20"}.dlicon.users_single-03:before{content:"\ef21"}.dlicon.users_single-04:before{content:"\ef22"}.dlicon.users_single-05:before{content:"\ef23"}.dlicon.users_single-body:before{content:"\ef24"}.dlicon.users_single-position:before{content:"\ef25"}.dlicon.users_square-31:before{content:"\ef26"}.dlicon.users_square-32:before{content:"\ef27"}.dlicon.users_square-33:before{content:"\ef28"}.dlicon.users_woman-21:before{content:"\ef29"}.dlicon.users_woman-24:before{content:"\ef2a"}.dlicon.users_woman-25:before{content:"\ef2b"}.dlicon.users_woman-man:before{content:"\ef2c"}.dlicon.users-2_a-add:before{content:"\ef2d"}.dlicon.users-2_a-check:before{content:"\ef2e"}.dlicon.users-2_a-delete:before{content:"\ef2f"}.dlicon.users-2_a-edit:before{content:"\ef30"}.dlicon.users-2_a-heart:before{content:"\ef31"}.dlicon.users-2_a-location:before{content:"\ef32"}.dlicon.users-2_a-remove:before{content:"\ef33"}.dlicon.users-2_a-search:before{content:"\ef34"}.dlicon.users-2_a-security:before{content:"\ef35"}.dlicon.users-2_a-share:before{content:"\ef36"}.dlicon.users-2_a-star:before{content:"\ef37"}.dlicon.users-2_a-sync:before{content:"\ef38"}.dlicon.users-2_a-time:before{content:"\ef39"}.dlicon.users-2_accessibility:before{content:"\ef3a"}.dlicon.users-2_b-add:before{content:"\ef3b"}.dlicon.users-2_b-check:before{content:"\ef3c"}.dlicon.users-2_b-location:before{content:"\ef3d"}.dlicon.users-2_b-love:before{content:"\ef3e"}.dlicon.users-2_b-meeting:before{content:"\ef3f"}.dlicon.users-2_b-remove:before{content:"\ef40"}.dlicon.users-2_b-security:before{content:"\ef41"}.dlicon.users-2_child:before{content:"\ef42"}.dlicon.users-2_contacts-44:before{content:"\ef43"}.dlicon.users-2_contacts-45:before{content:"\ef44"}.dlicon.users-2_couple-gay:before{content:"\ef45"}.dlicon.users-2_couple-lesbian:before{content:"\ef46"}.dlicon.users-2_disabled:before{content:"\ef47"}.dlicon.users-2_exchange:before{content:"\ef48"}.dlicon.users-2_family:before{content:"\ef49"}.dlicon.users-2_focus:before{content:"\ef4a"}.dlicon.users-2_home:before{content:"\ef4b"}.dlicon.users-2_man-down:before{content:"\ef4c"}.dlicon.users-2_man-up:before{content:"\ef4d"}.dlicon.users-2_man:before{content:"\ef4e"}.dlicon.users-2_meeting:before{content:"\ef4f"}.dlicon.users-2_mickey-mouse:before{content:"\ef50"}.dlicon.users-2_multiple:before{content:"\ef51"}.dlicon.users-2_pin:before{content:"\ef52"}.dlicon.users-2_police:before{content:"\ef53"}.dlicon.users-2_search:before{content:"\ef54"}.dlicon.users-2_standing-man:before{content:"\ef55"}.dlicon.users-2_standing-woman:before{content:"\ef56"}.dlicon.users-2_voice-record:before{content:"\ef57"}.dlicon.users-2_wc:before{content:"\ef58"}.dlicon.users-2_woman-down:before{content:"\ef59"}.dlicon.users-2_woman-up:before{content:"\ef5a"}.dlicon.users-2_woman:before{content:"\ef5b"}.dlicon.shopping_award:before{content:"\ea3e"}.dlicon.shopping_bag-09:before{content:"\ea3f"}.dlicon.shopping_bag-16:before{content:"\ea40"}.dlicon.shopping_bag-17:before{content:"\ea41"}.dlicon.shopping_bag-20:before{content:"\ea42"}.dlicon.shopping_bag-add-18:before{content:"\ea43"}.dlicon.shopping_bag-add-21:before{content:"\ea44"}.dlicon.shopping_bag-edit:before{content:"\ea45"}.dlicon.shopping_bag-remove-19:before{content:"\ea46"}.dlicon.shopping_bag-remove-22:before{content:"\ea47"}.dlicon.shopping_barcode-scan:before{content:"\ea48"}.dlicon.shopping_barcode:before{content:"\ea49"}.dlicon.shopping_bardcode-qr:before{content:"\ea4a"}.dlicon.shopping_basket-add:before{content:"\ea4b"}.dlicon.shopping_basket-edit:before{content:"\ea4c"}.dlicon.shopping_basket-remove:before{content:"\ea4d"}.dlicon.shopping_basket-simple-add:before{content:"\ea4e"}.dlicon.shopping_basket-simple-remove:before{content:"\ea4f"}.dlicon.shopping_basket-simple:before{content:"\ea50"}.dlicon.shopping_basket:before{content:"\ea51"}.dlicon.shopping_bitcoin:before{content:"\ea52"}.dlicon.shopping_board:before{content:"\ea53"}.dlicon.shopping_box-3d-50:before{content:"\ea54"}.dlicon.shopping_box-3d-67:before{content:"\ea55"}.dlicon.shopping_box-ribbon:before{content:"\ea56"}.dlicon.shopping_box:before{content:"\ea57"}.dlicon.shopping_cart-add:before{content:"\ea58"}.dlicon.shopping_cart-modern-add:before{content:"\ea59"}.dlicon.shopping_cart-modern-in:before{content:"\ea5a"}.dlicon.shopping_cart-modern-remove:before{content:"\ea5b"}.dlicon.shopping_cart-modern:before{content:"\ea5c"}.dlicon.shopping_cart-remove:before{content:"\ea5d"}.dlicon.shopping_cart-simple-add:before{content:"\ea5e"}.dlicon.shopping_cart-simple-in:before{content:"\ea5f"}.dlicon.shopping_cart-simple-remove:before{content:"\ea60"}.dlicon.shopping_cart-simple:before{content:"\ea61"}.dlicon.shopping_cart:before{content:"\ea62"}.dlicon.shopping_cash-register:before{content:"\ea63"}.dlicon.shopping_chart:before{content:"\ea64"}.dlicon.shopping_credit-card-in:before{content:"\ea65"}.dlicon.shopping_credit-card:before{content:"\ea66"}.dlicon.shopping_credit-locked:before{content:"\ea67"}.dlicon.shopping_delivery-fast:before{content:"\ea68"}.dlicon.shopping_delivery-time:before{content:"\ea69"}.dlicon.shopping_delivery-track:before{content:"\ea6a"}.dlicon.shopping_delivery:before{content:"\ea6b"}.dlicon.shopping_discount:before{content:"\ea6c"}.dlicon.shopping_gift:before{content:"\ea6d"}.dlicon.shopping_hand-card:before{content:"\ea6e"}.dlicon.shopping_list:before{content:"\ea6f"}.dlicon.shopping_mobile-card:before{content:"\ea70"}.dlicon.shopping_mobile-cart:before{content:"\ea71"}.dlicon.shopping_mobile-touch:before{content:"\ea72"}.dlicon.shopping_newsletter:before{content:"\ea73"}.dlicon.shopping_pos:before{content:"\ea74"}.dlicon.shopping_receipt-list-42:before{content:"\ea75"}.dlicon.shopping_receipt-list-43:before{content:"\ea76"}.dlicon.shopping_receipt:before{content:"\ea77"}.dlicon.shopping_shop-location:before{content:"\ea78"}.dlicon.shopping_shop:before{content:"\ea79"}.dlicon.shopping_stock:before{content:"\ea7a"}.dlicon.shopping_tag-content:before{content:"\ea7b"}.dlicon.shopping_tag-cut:before{content:"\ea7c"}.dlicon.shopping_tag-line:before{content:"\ea7d"}.dlicon.shopping_tag-sale:before{content:"\ea7e"}.dlicon.shopping_tag:before{content:"\ea7f"}.dlicon.shopping_wallet:before{content:"\ea80"}.dlicon.arrows-1_back-78:before{content:"\ea81"}.dlicon.arrows-1_back-80:before{content:"\ea82"}.dlicon.arrows-1_bold-direction:before{content:"\ea83"}.dlicon.arrows-1_bold-down:before{content:"\ea84"}.dlicon.arrows-1_bold-left:before{content:"\ea85"}.dlicon.arrows-1_bold-right:before{content:"\ea86"}.dlicon.arrows-1_bold-up:before{content:"\ea87"}.dlicon.arrows-1_circle-down-12:before{content:"\ea88"}.dlicon.arrows-1_circle-down-40:before{content:"\ea89"}.dlicon.arrows-1_circle-left-10:before{content:"\ea8a"}.dlicon.arrows-1_circle-left-38:before{content:"\ea8b"}.dlicon.arrows-1_circle-right-09:before{content:"\ea8c"}.dlicon.arrows-1_circle-right-37:before{content:"\ea8d"}.dlicon.arrows-1_circle-up-11:before{content:"\ea8e"}.dlicon.arrows-1_circle-up-39:before{content:"\ea8f"}.dlicon.arrows-1_cloud-download-93:before{content:"\ea90"}.dlicon.arrows-1_cloud-download-95:before{content:"\ea91"}.dlicon.arrows-1_cloud-upload-94:before{content:"\ea92"}.dlicon.arrows-1_cloud-upload-96:before{content:"\ea93"}.dlicon.arrows-1_curved-next:before{content:"\ea94"}.dlicon.arrows-1_curved-previous:before{content:"\ea95"}.dlicon.arrows-1_direction-53:before{content:"\ea96"}.dlicon.arrows-1_direction-56:before{content:"\ea97"}.dlicon.arrows-1_double-left:before{content:"\ea98"}.dlicon.arrows-1_double-right:before{content:"\ea99"}.dlicon.arrows-1_download:before{content:"\ea9a"}.dlicon.arrows-1_enlarge-diagonal-43:before{content:"\ea9b"}.dlicon.arrows-1_enlarge-diagonal-44:before{content:"\ea9c"}.dlicon.arrows-1_enlarge-horizontal:before{content:"\ea9d"}.dlicon.arrows-1_enlarge-vertical:before{content:"\ea9e"}.dlicon.arrows-1_fit-horizontal:before{content:"\ea9f"}.dlicon.arrows-1_fit-vertical:before{content:"\eaa0"}.dlicon.arrows-1_fullscreen-70:before{content:"\eaa1"}.dlicon.arrows-1_fullscreen-71:before{content:"\eaa2"}.dlicon.arrows-1_fullscreen-76:before{content:"\eaa3"}.dlicon.arrows-1_fullscreen-77:before{content:"\eaa4"}.dlicon.arrows-1_fullscreen-double-74:before{content:"\eaa5"}.dlicon.arrows-1_fullscreen-double-75:before{content:"\eaa6"}.dlicon.arrows-1_fullscreen-split-72:before{content:"\eaa7"}.dlicon.arrows-1_fullscreen-split-73:before{content:"\eaa8"}.dlicon.arrows-1_log-in:before{content:"\eaa9"}.dlicon.arrows-1_log-out:before{content:"\eaaa"}.dlicon.arrows-1_loop-82:before{content:"\eaab"}.dlicon.arrows-1_loop-83:before{content:"\eaac"}.dlicon.arrows-1_minimal-down:before{content:"\eaad"}.dlicon.arrows-1_minimal-left:before{content:"\eaae"}.dlicon.arrows-1_minimal-right:before{content:"\eaaf"}.dlicon.arrows-1_minimal-up:before{content:"\eab0"}.dlicon.arrows-1_redo-79:before{content:"\eab1"}.dlicon.arrows-1_redo-81:before{content:"\eab2"}.dlicon.arrows-1_refresh-68:before{content:"\eab3"}.dlicon.arrows-1_refresh-69:before{content:"\eab4"}.dlicon.arrows-1_round-down:before{content:"\eab5"}.dlicon.arrows-1_round-left:before{content:"\eab6"}.dlicon.arrows-1_round-right:before{content:"\eab7"}.dlicon.arrows-1_round-up:before{content:"\eab8"}.dlicon.arrows-1_share-66:before{content:"\eab9"}.dlicon.arrows-1_share-91:before{content:"\eaba"}.dlicon.arrows-1_share-92:before{content:"\eabb"}.dlicon.arrows-1_shuffle-97:before{content:"\eabc"}.dlicon.arrows-1_shuffle-98:before{content:"\eabd"}.dlicon.arrows-1_simple-down:before{content:"\eabe"}.dlicon.arrows-1_simple-left:before{content:"\eabf"}.dlicon.arrows-1_simple-right:before{content:"\eac0"}.dlicon.arrows-1_simple-up:before{content:"\eac1"}.dlicon.arrows-1_small-triangle-down:before{content:"\eac2"}.dlicon.arrows-1_small-triangle-left:before{content:"\eac3"}.dlicon.arrows-1_small-triangle-right:before{content:"\eac4"}.dlicon.arrows-1_small-triangle-up:before{content:"\eac5"}.dlicon.arrows-1_square-down:before{content:"\eac6"}.dlicon.arrows-1_square-left:before{content:"\eac7"}.dlicon.arrows-1_square-right:before{content:"\eac8"}.dlicon.arrows-1_square-up:before{content:"\eac9"}.dlicon.arrows-1_strong-down:before{content:"\eaca"}.dlicon.arrows-1_strong-left:before{content:"\eacb"}.dlicon.arrows-1_strong-right:before{content:"\eacc"}.dlicon.arrows-1_strong-up:before{content:"\eacd"}.dlicon.arrows-1_tail-down:before{content:"\eace"}.dlicon.arrows-1_tail-left:before{content:"\eacf"}.dlicon.arrows-1_tail-right:before{content:"\ead0"}.dlicon.arrows-1_tail-triangle-down:before{content:"\ead1"}.dlicon.arrows-1_tail-triangle-left:before{content:"\ead2"}.dlicon.arrows-1_tail-triangle-right:before{content:"\ead3"}.dlicon.arrows-1_tail-triangle-up:before{content:"\ead4"}.dlicon.arrows-1_tail-up:before{content:"\ead5"}.dlicon.arrows-1_trend-down:before{content:"\ead6"}.dlicon.arrows-1_trend-up:before{content:"\ead7"}.dlicon.arrows-1_triangle-down-20:before{content:"\ead8"}.dlicon.arrows-1_triangle-down-65:before{content:"\ead9"}.dlicon.arrows-1_triangle-left-18:before{content:"\eada"}.dlicon.arrows-1_triangle-left-63:before{content:"\eadb"}.dlicon.arrows-1_triangle-right-17:before{content:"\eadc"}.dlicon.arrows-1_triangle-right-62:before{content:"\eadd"}.dlicon.arrows-1_triangle-up-19:before{content:"\eade"}.dlicon.arrows-1_triangle-up-64:before{content:"\eadf"}.dlicon.arrows-1_window-zoom-in:before{content:"\eae0"}.dlicon.arrows-1_window-zoom-out:before{content:"\eae1"}.dlicon.arrows-1_zoom-88:before{content:"\eae2"}.dlicon.arrows-1_zoom-99:before{content:"\eae3"}.dlicon.arrows-1_zoom-100:before{content:"\eae4"}.dlicon.arrows-2_block-down:before{content:"\eae5"}.dlicon.arrows-2_block-left:before{content:"\eae6"}.dlicon.arrows-2_block-right:before{content:"\eae7"}.dlicon.arrows-2_block-up:before{content:"\eae8"}.dlicon.arrows-2_circle-in:before{content:"\eae9"}.dlicon.arrows-2_circle-out:before{content:"\eaea"}.dlicon.arrows-2_circuit-round:before{content:"\eaeb"}.dlicon.arrows-2_circuit:before{content:"\eaec"}.dlicon.arrows-2_computer-upload:before{content:"\eaed"}.dlicon.arrows-2_conversion:before{content:"\eaee"}.dlicon.arrows-2_corner-down-round:before{content:"\eaef"}.dlicon.arrows-2_corner-down:before{content:"\eaf0"}.dlicon.arrows-2_corner-left-down:before{content:"\eaf1"}.dlicon.arrows-2_corner-left-round:before{content:"\eaf2"}.dlicon.arrows-2_corner-left:before{content:"\eaf3"}.dlicon.arrows-2_corner-right-down:before{content:"\eaf4"}.dlicon.arrows-2_corner-right-round:before{content:"\eaf5"}.dlicon.arrows-2_corner-right:before{content:"\eaf6"}.dlicon.arrows-2_corner-up-left:before{content:"\eaf7"}.dlicon.arrows-2_corner-up-right:before{content:"\eaf8"}.dlicon.arrows-2_corner-up-round:before{content:"\eaf9"}.dlicon.arrows-2_corner-up:before{content:"\eafa"}.dlicon.arrows-2_cross-down:before{content:"\eafb"}.dlicon.arrows-2_cross-horizontal:before{content:"\eafc"}.dlicon.arrows-2_cross-left:before{content:"\eafd"}.dlicon.arrows-2_cross-right:before{content:"\eafe"}.dlicon.arrows-2_cross-up:before{content:"\eaff"}.dlicon.arrows-2_cross-vertical:before{content:"\eb00"}.dlicon.arrows-2_curve-circuit:before{content:"\eb01"}.dlicon.arrows-2_curve-directions:before{content:"\eb02"}.dlicon.arrows-2_curve-split:before{content:"\eb03"}.dlicon.arrows-2_delete-49:before{content:"\eb04"}.dlicon.arrows-2_delete-50:before{content:"\eb05"}.dlicon.arrows-2_direction:before{content:"\eb06"}.dlicon.arrows-2_dots-download:before{content:"\eb07"}.dlicon.arrows-2_dots-upload:before{content:"\eb08"}.dlicon.arrows-2_eject:before{content:"\eb09"}.dlicon.arrows-2_enlarge-circle:before{content:"\eb0a"}.dlicon.arrows-2_file-download-87:before{content:"\eb0b"}.dlicon.arrows-2_file-download-89:before{content:"\eb0c"}.dlicon.arrows-2_file-download-94:before{content:"\eb0d"}.dlicon.arrows-2_file-upload-86:before{content:"\eb0e"}.dlicon.arrows-2_file-upload-88:before{content:"\eb0f"}.dlicon.arrows-2_file-upload-93:before{content:"\eb10"}.dlicon.arrows-2_fork-round:before{content:"\eb11"}.dlicon.arrows-2_fork:before{content:"\eb12"}.dlicon.arrows-2_hit-down:before{content:"\eb13"}.dlicon.arrows-2_hit-left:before{content:"\eb14"}.dlicon.arrows-2_hit-right:before{content:"\eb15"}.dlicon.arrows-2_hit-up:before{content:"\eb16"}.dlicon.arrows-2_lines:before{content:"\eb17"}.dlicon.arrows-2_log-out:before{content:"\eb18"}.dlicon.arrows-2_loop:before{content:"\eb19"}.dlicon.arrows-2_merge-round:before{content:"\eb1a"}.dlicon.arrows-2_merge:before{content:"\eb1b"}.dlicon.arrows-2_move-05:before{content:"\eb1c"}.dlicon.arrows-2_move-06:before{content:"\eb1d"}.dlicon.arrows-2_move-92:before{content:"\eb1e"}.dlicon.arrows-2_move-down-right:before{content:"\eb1f"}.dlicon.arrows-2_move-down:before{content:"\eb20"}.dlicon.arrows-2_move-left:before{content:"\eb21"}.dlicon.arrows-2_move-right:before{content:"\eb22"}.dlicon.arrows-2_move-up-left:before{content:"\eb23"}.dlicon.arrows-2_move-up:before{content:"\eb24"}.dlicon.arrows-2_push-next:before{content:"\eb25"}.dlicon.arrows-2_push-previous:before{content:"\eb26"}.dlicon.arrows-2_reload:before{content:"\eb27"}.dlicon.arrows-2_replay:before{content:"\ee16"}.dlicon.arrows-2_rotate-left:before{content:"\ee17"}.dlicon.arrows-2_rotate-right:before{content:"\ee18"}.dlicon.arrows-2_round-left-down:before{content:"\ee19"}.dlicon.arrows-2_round-right-down:before{content:"\ee1a"}.dlicon.arrows-2_round-up-left:before{content:"\ee1b"}.dlicon.arrows-2_round-up-right:before{content:"\ee1c"}.dlicon.arrows-2_select-83:before{content:"\ee1d"}.dlicon.arrows-2_select-84:before{content:"\ee1e"}.dlicon.arrows-2_separate-round:before{content:"\ee1f"}.dlicon.arrows-2_separate:before{content:"\ee20"}.dlicon.arrows-2_share-left:before{content:"\ee21"}.dlicon.arrows-2_share-right:before{content:"\ee22"}.dlicon.arrows-2_skew-down:before{content:"\ee23"}.dlicon.arrows-2_skew-left:before{content:"\ee24"}.dlicon.arrows-2_skew-right:before{content:"\ee25"}.dlicon.arrows-2_skew-up:before{content:"\ee26"}.dlicon.arrows-2_small-left:before{content:"\ee27"}.dlicon.arrows-2_small-right:before{content:"\ee28"}.dlicon.arrows-2_split-horizontal:before{content:"\ee29"}.dlicon.arrows-2_split-round:before{content:"\ee2a"}.dlicon.arrows-2_split-vertical:before{content:"\ee2b"}.dlicon.arrows-2_split:before{content:"\ee2c"}.dlicon.arrows-2_square-download:before{content:"\ee2d"}.dlicon.arrows-2_square-upload:before{content:"\ee2e"}.dlicon.arrows-2_time:before{content:"\ee2f"}.dlicon.arrows-2_triangle-down:before{content:"\ee30"}.dlicon.arrows-2_triangle-left:before{content:"\ee31"}.dlicon.arrows-2_triangle-right:before{content:"\ee32"}.dlicon.arrows-2_triangle-up:before{content:"\ee33"}.dlicon.arrows-2_unite-round:before{content:"\ee34"}.dlicon.arrows-2_unite:before{content:"\ee35"}.dlicon.arrows-2_zoom:before{content:"\ee36"}.dlicon.arrows-3_circle-down:before{content:"\ee37"}.dlicon.arrows-3_circle-left:before{content:"\ee38"}.dlicon.arrows-3_circle-right:before{content:"\ee39"}.dlicon.arrows-3_circle-simple-down:before{content:"\ee3a"}.dlicon.arrows-3_circle-simple-left:before{content:"\ee3b"}.dlicon.arrows-3_circle-simple-right:before{content:"\ee3c"}.dlicon.arrows-3_circle-simple-up:before{content:"\ee3d"}.dlicon.arrows-3_circle-up:before{content:"\ee3e"}.dlicon.arrows-3_cloud-refresh:before{content:"\ee3f"}.dlicon.arrows-3_separate:before{content:"\ee40"}.dlicon.arrows-3_small-down:before{content:"\ee41"}.dlicon.arrows-3_small-up:before{content:"\ee42"}.dlicon.arrows-3_square-corner-down-left:before{content:"\ee43"}.dlicon.arrows-3_square-corner-down-right:before{content:"\ee44"}.dlicon.arrows-3_square-corner-up-left:before{content:"\ee45"}.dlicon.arrows-3_square-corner-up-right:before{content:"\ee46"}.dlicon.arrows-3_square-down-06:before{content:"\ee47"}.dlicon.arrows-3_square-down-22:before{content:"\ee48"}.dlicon.arrows-3_square-enlarge:before{content:"\ee49"}.dlicon.arrows-3_square-left-04:before{content:"\ee4a"}.dlicon.arrows-3_square-left-20:before{content:"\ee4b"}.dlicon.arrows-3_square-right-03:before{content:"\ee4c"}.dlicon.arrows-3_square-right-19:before{content:"\ee4d"}.dlicon.arrows-3_square-simple-down:before{content:"\ee4e"}.dlicon.arrows-3_square-simple-left:before{content:"\ee4f"}.dlicon.arrows-3_square-simple-right:before{content:"\ee50"}.dlicon.arrows-3_square-simple-up:before{content:"\ee51"}.dlicon.arrows-3_square-up-05:before{content:"\ee52"}.dlicon.arrows-3_square-up-21:before{content:"\ee53"}.dlicon.arrows-3_square-zoom:before{content:"\ee54"}.dlicon.arrows-3_super-bold-down:before{content:"\ee55"}.dlicon.arrows-3_super-bold-left:before{content:"\ee56"}.dlicon.arrows-3_super-bold-right:before{content:"\ee57"}.dlicon.arrows-3_super-bold-up:before{content:"\ee58"}.dlicon.arrows-4_block-bottom-left:before{content:"\ee59"}.dlicon.arrows-4_block-bottom-right:before{content:"\ee5a"}.dlicon.arrows-4_block-top-left:before{content:"\ee5b"}.dlicon.arrows-4_block-top-right:before{content:"\ee5c"}.dlicon.arrows-4_centralize:before{content:"\ee5d"}.dlicon.arrows-4_compare:before{content:"\ee5e"}.dlicon.arrows-4_contrast:before{content:"\ee5f"}.dlicon.arrows-4_cross:before{content:"\ee60"}.dlicon.arrows-4_diag-bottom-left:before{content:"\ee61"}.dlicon.arrows-4_diag-bottom-right:before{content:"\ee62"}.dlicon.arrows-4_diag-top-left:before{content:"\ee63"}.dlicon.arrows-4_diag-top-right:before{content:"\ee64"}.dlicon.arrows-4_disperse:before{content:"\ee65"}.dlicon.arrows-4_download:before{content:"\ee66"}.dlicon.arrows-4_enlarge-45:before{content:"\ee67"}.dlicon.arrows-4_enlarge-46:before{content:"\ee68"}.dlicon.arrows-4_export:before{content:"\ee69"}.dlicon.arrows-4_format-left:before{content:"\ee6a"}.dlicon.arrows-4_format-right:before{content:"\ee6b"}.dlicon.arrows-4_input-12:before{content:"\ee6c"}.dlicon.arrows-4_input-21:before{content:"\ee6d"}.dlicon.arrows-4_invert:before{content:"\ee6e"}.dlicon.arrows-4_launch-11:before{content:"\ee6f"}.dlicon.arrows-4_launch-47:before{content:"\ee70"}.dlicon.arrows-4_logout:before{content:"\ee71"}.dlicon.arrows-4_loop-30:before{content:"\ee72"}.dlicon.arrows-4_loop-34:before{content:"\ee73"}.dlicon.arrows-4_merge:before{content:"\ee74"}.dlicon.arrows-4_open-in-browser:before{content:"\ee75"}.dlicon.arrows-4_priority-high:before{content:"\ee76"}.dlicon.arrows-4_priority-low:before{content:"\ee77"}.dlicon.arrows-4_redo-10:before{content:"\ee78"}.dlicon.arrows-4_redo-26:before{content:"\ee79"}.dlicon.arrows-4_reply-all:before{content:"\ee7a"}.dlicon.arrows-4_reply:before{content:"\ee7b"}.dlicon.arrows-4_restore:before{content:"\ee7c"}.dlicon.arrows-4_share:before{content:"\ee7d"}.dlicon.arrows-4_shuffle-01:before{content:"\ee7e"}.dlicon.arrows-4_shuffle-35:before{content:"\ee7f"}.dlicon.arrows-4_split-33:before{content:"\ee80"}.dlicon.arrows-4_split-37:before{content:"\ee81"}.dlicon.arrows-4_stre-down:before{content:"\ee82"}.dlicon.arrows-4_stre-left:before{content:"\ee83"}.dlicon.arrows-4_stre-right:before{content:"\ee84"}.dlicon.arrows-4_stre-up:before{content:"\ee85"}.dlicon.arrows-4_swap-horizontal:before{content:"\ee86"}.dlicon.arrows-4_swap-vertical:before{content:"\ee87"}.dlicon.arrows-4_system-update:before{content:"\ee88"}.dlicon.arrows-4_undo-25:before{content:"\ee89"}.dlicon.arrows-4_undo-29:before{content:"\ee8a"}.dlicon.arrows-4_upload:before{content:"\ee8b"}.dlicon.files-2_ai-illustrator:before{content:"\e947"}.dlicon.files-2_avi:before{content:"\e948"}.dlicon.files-2_css:before{content:"\e949"}.dlicon.files-2_csv:before{content:"\e94a"}.dlicon.files-2_doc:before{content:"\e94b"}.dlicon.files-2_docx:before{content:"\e94c"}.dlicon.files-2_epub:before{content:"\e94d"}.dlicon.files-2_exe:before{content:"\e94e"}.dlicon.files-2_font:before{content:"\e94f"}.dlicon.files-2_gif:before{content:"\e950"}.dlicon.files-2_html:before{content:"\e951"}.dlicon.files-2_jpg-jpeg:before{content:"\e952"}.dlicon.files-2_js-javascript-jquery:before{content:"\e953"}.dlicon.files-3_mov:before{content:"\e954"}.dlicon.files-3_mp3:before{content:"\e955"}.dlicon.files-3_mp4:before{content:"\e956"}.dlicon.files-3_pdf:before{content:"\e957"}.dlicon.files-3_png:before{content:"\e958"}.dlicon.files-3_psd-photoshop:before{content:"\e959"}.dlicon.files-3_rar:before{content:"\e95a"}.dlicon.files-3_sketch:before{content:"\e95b"}.dlicon.files-3_svg:before{content:"\e95c"}.dlicon.files-3_txt:before{content:"\e95d"}.dlicon.files-3_wav:before{content:"\e95e"}.dlicon.files-3_zip:before{content:"\e95f"}.dlicon.design_album:before{content:"\e960"}.dlicon.design_align-bottom:before{content:"\e961"}.dlicon.design_align-center-horizontal:before{content:"\e962"}.dlicon.design_align-center-vertical:before{content:"\e963"}.dlicon.design_align-left:before{content:"\e964"}.dlicon.design_align-right:before{content:"\e965"}.dlicon.design_align-top:before{content:"\e966"}.dlicon.design_app:before{content:"\e967"}.dlicon.design_artboard:before{content:"\e968"}.dlicon.design_blend:before{content:"\e969"}.dlicon.design_book-bookmark:before{content:"\e96a"}.dlicon.design_book-open:before{content:"\e96b"}.dlicon.design_brush:before{content:"\e96c"}.dlicon.design_bug:before{content:"\e96d"}.dlicon.design_bullet-list-67:before{content:"\e96e"}.dlicon.design_bullet-list-68:before{content:"\e96f"}.dlicon.design_bullet-list-69:before{content:"\e970"}.dlicon.design_bullet-list-70:before{content:"\e971"}.dlicon.design_clone:before{content:"\e972"}.dlicon.design_code-editor:before{content:"\e973"}.dlicon.design_code:before{content:"\e974"}.dlicon.design_collection:before{content:"\e975"}.dlicon.design_command:before{content:"\e976"}.dlicon.design_compass:before{content:"\e977"}.dlicon.design_contrast:before{content:"\e978"}.dlicon.design_copy:before{content:"\e979"}.dlicon.design_crop:before{content:"\e97a"}.dlicon.design_cursor-48:before{content:"\e97b"}.dlicon.design_cursor-49:before{content:"\e97c"}.dlicon.design_design-dev:before{content:"\e97d"}.dlicon.design_design:before{content:"\e97e"}.dlicon.design_distribute-horizontal:before{content:"\e97f"}.dlicon.design_distribute-vertical:before{content:"\e980"}.dlicon.design_drag:before{content:"\e981"}.dlicon.design_eraser-32:before{content:"\e982"}.dlicon.design_eraser-33:before{content:"\e983"}.dlicon.design_eraser-46:before{content:"\e984"}.dlicon.design_flip-horizontal:before{content:"\e985"}.dlicon.design_flip-vertical:before{content:"\e986"}.dlicon.design_image:before{content:"\e987"}.dlicon.design_magnet:before{content:"\e988"}.dlicon.design_marker:before{content:"\e989"}.dlicon.design_measure-02:before{content:"\e98a"}.dlicon.design_measure-17:before{content:"\e98b"}.dlicon.design_measure-big:before{content:"\e98c"}.dlicon.design_mobile-design:before{content:"\e98d"}.dlicon.design_mobile-dev:before{content:"\e98e"}.dlicon.design_mouse-08:before{content:"\e98f"}.dlicon.design_mouse-09:before{content:"\e990"}.dlicon.design_mouse-10:before{content:"\e991"}.dlicon.design_newsletter-dev:before{content:"\e992"}.dlicon.design_note-code:before{content:"\e993"}.dlicon.design_paint-16:before{content:"\e994"}.dlicon.design_paint-37:before{content:"\e995"}.dlicon.design_paint-38:before{content:"\e996"}.dlicon.design_paint-bucket-39:before{content:"\e997"}.dlicon.design_paint-bucket-40:before{content:"\e998"}.dlicon.design_palette:before{content:"\e999"}.dlicon.design_pantone:before{content:"\e99a"}.dlicon.design_paper-design:before{content:"\e99b"}.dlicon.design_paper-dev:before{content:"\e99c"}.dlicon.design_patch-19:before{content:"\e99d"}.dlicon.design_patch-34:before{content:"\e99e"}.dlicon.design_path-exclude:before{content:"\e99f"}.dlicon.design_path-intersect:before{content:"\e9a0"}.dlicon.design_path-minus:before{content:"\e9a1"}.dlicon.design_path-unite:before{content:"\e9a2"}.dlicon.design_pen-01:before{content:"\e9a3"}.dlicon.design_pen-23:before{content:"\e9a4"}.dlicon.design_pen-tool:before{content:"\e9a5"}.dlicon.design_phone:before{content:"\e9a6"}.dlicon.design_photo-editor:before{content:"\e9a7"}.dlicon.design_responsive:before{content:"\e9a8"}.dlicon.design_scissors-dashed:before{content:"\e9a9"}.dlicon.design_scissors:before{content:"\e9aa"}.dlicon.design_shape-adjust:before{content:"\edcb"}.dlicon.design_shape-circle:before{content:"\edcc"}.dlicon.design_shape-polygon:before{content:"\edcd"}.dlicon.design_shape-square:before{content:"\edce"}.dlicon.design_shape-triangle:before{content:"\edcf"}.dlicon.design_shapes:before{content:"\edd0"}.dlicon.design_sharpener:before{content:"\edd1"}.dlicon.design_slice:before{content:"\edd2"}.dlicon.design_spray:before{content:"\edd3"}.dlicon.design_stamp:before{content:"\edd4"}.dlicon.design_tablet-mobile:before{content:"\edd5"}.dlicon.design_tablet:before{content:"\edd6"}.dlicon.design_text:before{content:"\edd7"}.dlicon.design_todo:before{content:"\edd8"}.dlicon.design_usb:before{content:"\edd9"}.dlicon.design_vector:before{content:"\edda"}.dlicon.design_wand-11:before{content:"\eddb"}.dlicon.design_wand-99:before{content:"\eddc"}.dlicon.design_watch-dev:before{content:"\eddd"}.dlicon.design_web-design:before{content:"\edde"}.dlicon.design_webpage:before{content:"\eddf"}.dlicon.design_window-code:before{content:"\ede0"}.dlicon.design_window-dev:before{content:"\ede1"}.dlicon.design_window-paragraph:before{content:"\ede2"}.dlicon.design_window-responsive:before{content:"\ede3"}.dlicon.design-2_3d-28:before{content:"\ede4"}.dlicon.design-2_3d-29:before{content:"\ede5"}.dlicon.design-2_android:before{content:"\ede6"}.dlicon.design-2_angle:before{content:"\ede7"}.dlicon.design-2_animation-14:before{content:"\ede8"}.dlicon.design-2_animation-31:before{content:"\ede9"}.dlicon.design-2_animation-32:before{content:"\edea"}.dlicon.design-2_apple:before{content:"\edeb"}.dlicon.design-2_browser-chrome:before{content:"\edec"}.dlicon.design-2_browser-edge:before{content:"\eded"}.dlicon.design-2_browser-firefox:before{content:"\edee"}.dlicon.design-2_browser-ie:before{content:"\edef"}.dlicon.design-2_browser-opera:before{content:"\edf0"}.dlicon.design-2_browser-safari:before{content:"\edf1"}.dlicon.design-2_bucket:before{content:"\edf2"}.dlicon.design-2_button:before{content:"\edf3"}.dlicon.design-2_canvas:before{content:"\edf4"}.dlicon.design-2_css3:before{content:"\edf5"}.dlicon.design-2_cursor-add:before{content:"\edf6"}.dlicon.design-2_cursor-grab:before{content:"\edf7"}.dlicon.design-2_cursor-load:before{content:"\edf8"}.dlicon.design-2_cursor-menu:before{content:"\edf9"}.dlicon.design-2_cursor-not-allowed:before{content:"\edfa"}.dlicon.design-2_cursor-pointer:before{content:"\edfb"}.dlicon.design-2_cursor-text:before{content:"\edfc"}.dlicon.design-2_divider:before{content:"\edfd"}.dlicon.design-2_filter-organization:before{content:"\edfe"}.dlicon.design-2_form:before{content:"\edff"}.dlicon.design-2_frame:before{content:"\ee00"}.dlicon.design-2_group:before{content:"\ee01"}.dlicon.design-2_html5:before{content:"\ee02"}.dlicon.design-2_image:before{content:"\ee03"}.dlicon.design-2_layers:before{content:"\ee04"}.dlicon.design-2_layout-11:before{content:"\ee05"}.dlicon.design-2_layout-25:before{content:"\ee06"}.dlicon.design-2_microsoft:before{content:"\ee07"}.dlicon.design-2_mirror:before{content:"\ee08"}.dlicon.design-2_move-down:before{content:"\ee09"}.dlicon.design-2_move-up:before{content:"\ee0a"}.dlicon.design-2_paint-brush:before{content:"\ee0b"}.dlicon.design-2_ruler-pencil:before{content:"\ee0c"}.dlicon.design-2_scale-down:before{content:"\ee0d"}.dlicon.design-2_scale-up:before{content:"\ee0e"}.dlicon.design-2_scale:before{content:"\ee0f"}.dlicon.design-2_selection:before{content:"\ee10"}.dlicon.design-2_slider:before{content:"\ee11"}.dlicon.design-2_text:before{content:"\ee12"}.dlicon.design-2_transform-origin:before{content:"\ee13"}.dlicon.design-2_transform:before{content:"\ee14"}.dlicon.design-2_ungroup:before{content:"\ee15"}.dlicon.loader_circle-04:before{content:"\edc7"}.dlicon.loader_dots-06:before{content:"\edc8"}.dlicon.loader_gear:before{content:"\edc9"}.dlicon.loader_refresh:before{content:"\edca"}.dlicon.ui-1_analytics-88:before{content:"\ecd6"}.dlicon.ui-1_analytics-89:before{content:"\ecd7"}.dlicon.ui-1_attach-86:before{content:"\ecd8"}.dlicon.ui-1_attach-87:before{content:"\ecd9"}.dlicon.ui-1_bell-53:before{content:"\ecda"}.dlicon.ui-1_bell-54:before{content:"\ecdb"}.dlicon.ui-1_bell-55:before{content:"\ecdc"}.dlicon.ui-1_bold-add:before{content:"\ecdd"}.dlicon.ui-1_bold-delete:before{content:"\ecde"}.dlicon.ui-1_bold-remove:before{content:"\ecdf"}.dlicon.ui-1_bookmark-add:before{content:"\ece0"}.dlicon.ui-1_bookmark-remove:before{content:"\ece1"}.dlicon.ui-1_calendar-57:before{content:"\ece2"}.dlicon.ui-1_calendar-60:before{content:"\ece3"}.dlicon.ui-1_calendar-check-59:before{content:"\ece4"}.dlicon.ui-1_calendar-check-62:before{content:"\ece5"}.dlicon.ui-1_calendar-grid-58:before{content:"\ece6"}.dlicon.ui-1_calendar-grid-61:before{content:"\ece7"}.dlicon.ui-1_check-bold:before{content:"\ece8"}.dlicon.ui-1_check-circle-07:before{content:"\ece9"}.dlicon.ui-1_check-circle-08:before{content:"\ecea"}.dlicon.ui-1_check-curve:before{content:"\eceb"}.dlicon.ui-1_check-simple:before{content:"\ecec"}.dlicon.ui-1_check-small:before{content:"\eced"}.dlicon.ui-1_check-square-09:before{content:"\ecee"}.dlicon.ui-1_check-square-11:before{content:"\ecef"}.dlicon.ui-1_check:before{content:"\ecf0"}.dlicon.ui-1_circle-add:before{content:"\ecf1"}.dlicon.ui-1_circle-bold-add:before{content:"\ecf2"}.dlicon.ui-1_circle-bold-remove:before{content:"\ecf3"}.dlicon.ui-1_circle-delete:before{content:"\ecf4"}.dlicon.ui-1_circle-remove:before{content:"\ecf5"}.dlicon.ui-1_dashboard-29:before{content:"\ecf6"}.dlicon.ui-1_dashboard-30:before{content:"\ecf7"}.dlicon.ui-1_dashboard-half:before{content:"\ecf8"}.dlicon.ui-1_dashboard-level:before{content:"\ecf9"}.dlicon.ui-1_database:before{content:"\ecfa"}.dlicon.ui-1_drop:before{content:"\ecfb"}.dlicon.ui-1_edit-71:before{content:"\ecfc"}.dlicon.ui-1_edit-72:before{content:"\ecfd"}.dlicon.ui-1_edit-73:before{content:"\ecfe"}.dlicon.ui-1_edit-74:before{content:"\ecff"}.dlicon.ui-1_edit-75:before{content:"\ed00"}.dlicon.ui-1_edit-76:before{content:"\ed01"}.dlicon.ui-1_edit-77:before{content:"\ed02"}.dlicon.ui-1_edit-78:before{content:"\ed03"}.dlicon.ui-1_email-83:before{content:"\ed04"}.dlicon.ui-1_email-84:before{content:"\ed05"}.dlicon.ui-1_email-85:before{content:"\ed06"}.dlicon.ui-1_eye-17:before{content:"\ed07"}.dlicon.ui-1_eye-19:before{content:"\ed08"}.dlicon.ui-1_eye-ban-18:before{content:"\ed09"}.dlicon.ui-1_eye-ban-20:before{content:"\ed0a"}.dlicon.ui-1_flame:before{content:"\ed0b"}.dlicon.ui-1_home-51:before{content:"\ed0c"}.dlicon.ui-1_home-52:before{content:"\ed0d"}.dlicon.ui-1_home-minimal:before{content:"\ed0e"}.dlicon.ui-1_home-simple:before{content:"\ed0f"}.dlicon.ui-1_leaf-80:before{content:"\ed10"}.dlicon.ui-1_leaf-81:before{content:"\ed11"}.dlicon.ui-1_leaf-edit:before{content:"\ed12"}.dlicon.ui-1_lock-circle-open:before{content:"\ed13"}.dlicon.ui-1_lock-circle:before{content:"\ed14"}.dlicon.ui-1_lock-open:before{content:"\ed15"}.dlicon.ui-1_lock:before{content:"\ed16"}.dlicon.ui-1_notification-69:before{content:"\ed17"}.dlicon.ui-1_notification-70:before{content:"\ed18"}.dlicon.ui-1_pencil:before{content:"\ed19"}.dlicon.ui-1_preferences-circle-rotate:before{content:"\ed1a"}.dlicon.ui-1_preferences-circle:before{content:"\ed1b"}.dlicon.ui-1_preferences-container-circle-rotate:before{content:"\ed1c"}.dlicon.ui-1_preferences-container-circle:before{content:"\ed1d"}.dlicon.ui-1_preferences-container-rotate:before{content:"\ed1e"}.dlicon.ui-1_preferences-container:before{content:"\ed1f"}.dlicon.ui-1_preferences-rotate:before{content:"\ed20"}.dlicon.ui-1_preferences:before{content:"\ed21"}.dlicon.ui-1_send:before{content:"\ed22"}.dlicon.ui-1_settings-gear-63:before{content:"\ed23"}.dlicon.ui-1_settings-gear-64:before{content:"\ed24"}.dlicon.ui-1_settings-gear-65:before{content:"\ed25"}.dlicon.ui-1_settings-tool-66:before{content:"\ed26"}.dlicon.ui-1_settings-tool-67:before{content:"\ed27"}.dlicon.ui-1_settings:before{content:"\ed28"}.dlicon.ui-1_simple-add:before{content:"\ed29"}.dlicon.ui-1_simple-delete:before{content:"\ed2a"}.dlicon.ui-1_simple-remove:before{content:"\ed2b"}.dlicon.ui-1_trash-round:before{content:"\ed2c"}.dlicon.ui-1_trash-simple:before{content:"\ed2d"}.dlicon.ui-1_trash:before{content:"\ed2e"}.dlicon.ui-1_ui-03:before{content:"\ed2f"}.dlicon.ui-1_ui-04:before{content:"\ed30"}.dlicon.ui-1_zoom-bold-in:before{content:"\ed31"}.dlicon.ui-1_zoom-bold-out:before{content:"\ed32"}.dlicon.ui-1_zoom-bold:before{content:"\ed33"}.dlicon.ui-1_zoom-in:before{content:"\ed34"}.dlicon.ui-1_zoom-out:before{content:"\ed35"}.dlicon.ui-1_zoom-split-in:before{content:"\ed36"}.dlicon.ui-1_zoom-split-out:before{content:"\ed37"}.dlicon.ui-1_zoom-split:before{content:"\ed38"}.dlicon.ui-1_zoom:before{content:"\ed39"}.dlicon.ui-2_alert:before{content:"\ed3a"}.dlicon.ui-2_alert-:before{content:"\ed3b"}.dlicon.ui-2_alert-circle:before{content:"\ed3c"}.dlicon.ui-2_alert-circle-:before{content:"\ed3d"}.dlicon.ui-2_alert-circle-i:before{content:"\ed3e"}.dlicon.ui-2_alert-i:before{content:"\ed3f"}.dlicon.ui-2_alert-square:before{content:"\ed40"}.dlicon.ui-2_alert-square-:before{content:"\ed41"}.dlicon.ui-2_alert-square-i:before{content:"\ed42"}.dlicon.ui-2_archive:before{content:"\ed43"}.dlicon.ui-2_ban-bold:before{content:"\ed44"}.dlicon.ui-2_ban:before{content:"\ed45"}.dlicon.ui-2_battery-81:before{content:"\ed46"}.dlicon.ui-2_battery-83:before{content:"\ed47"}.dlicon.ui-2_battery-half:before{content:"\ed48"}.dlicon.ui-2_battery-low:before{content:"\ed49"}.dlicon.ui-2_bluetooth:before{content:"\ed4a"}.dlicon.ui-2_book:before{content:"\ed4b"}.dlicon.ui-2_chart-bar-52:before{content:"\ed4c"}.dlicon.ui-2_chart-bar-53:before{content:"\ed4d"}.dlicon.ui-2_chat-content:before{content:"\ed4e"}.dlicon.ui-2_chat-round-content:before{content:"\ed4f"}.dlicon.ui-2_chat-round:before{content:"\ed50"}.dlicon.ui-2_chat:before{content:"\ed51"}.dlicon.ui-2_circle-bold-delete:before{content:"\ed52"}.dlicon.ui-2_cloud-25:before{content:"\ed53"}.dlicon.ui-2_cloud-26:before{content:"\ed54"}.dlicon.ui-2_disk:before{content:"\ed55"}.dlicon.ui-2_enlarge-57:before{content:"\ed56"}.dlicon.ui-2_enlarge-58:before{content:"\ed57"}.dlicon.ui-2_enlarge-59:before{content:"\ed58"}.dlicon.ui-2_fat-add:before{content:"\ed59"}.dlicon.ui-2_fat-delete:before{content:"\ed5a"}.dlicon.ui-2_fat-remove:before{content:"\ed5b"}.dlicon.ui-2_favourite-28:before{content:"\ed5c"}.dlicon.ui-2_favourite-31:before{content:"\ed5d"}.dlicon.ui-2_favourite-add-29:before{content:"\ed5e"}.dlicon.ui-2_favourite-add-32:before{content:"\ed5f"}.dlicon.ui-2_favourite-remove-30:before{content:"\ed60"}.dlicon.ui-2_favourite-remove-33:before{content:"\ed61"}.dlicon.ui-2_filter:before{content:"\ed62"}.dlicon.ui-2_fullsize:before{content:"\ed63"}.dlicon.ui-2_grid-45:before{content:"\ed64"}.dlicon.ui-2_grid-46:before{content:"\ed65"}.dlicon.ui-2_grid-48:before{content:"\ed66"}.dlicon.ui-2_grid-49:before{content:"\ed67"}.dlicon.ui-2_grid-50:before{content:"\ed68"}.dlicon.ui-2_grid-square:before{content:"\ed69"}.dlicon.ui-2_hourglass:before{content:"\ed6a"}.dlicon.ui-2_lab:before{content:"\ed6b"}.dlicon.ui-2_layers:before{content:"\ed6c"}.dlicon.ui-2_like:before{content:"\ed6d"}.dlicon.ui-2_link-66:before{content:"\ed6e"}.dlicon.ui-2_link-67:before{content:"\ed6f"}.dlicon.ui-2_link-68:before{content:"\ed70"}.dlicon.ui-2_link-69:before{content:"\ed71"}.dlicon.ui-2_link-71:before{content:"\ed72"}.dlicon.ui-2_link-72:before{content:"\ed73"}.dlicon.ui-2_link-broken-70:before{content:"\ed74"}.dlicon.ui-2_link-broken-73:before{content:"\ed75"}.dlicon.ui-2_menu-34:before{content:"\ed76"}.dlicon.ui-2_menu-35:before{content:"\ed77"}.dlicon.ui-2_menu-bold:before{content:"\ed78"}.dlicon.ui-2_menu-dots:before{content:"\ed79"}.dlicon.ui-2_menu-square:before{content:"\ed7a"}.dlicon.ui-2_node:before{content:"\ed7b"}.dlicon.ui-2_paragraph:before{content:"\ed7c"}.dlicon.ui-2_phone:before{content:"\ed7d"}.dlicon.ui-2_settings-90:before{content:"\ed7e"}.dlicon.ui-2_settings-91:before{content:"\ed7f"}.dlicon.ui-2_share-bold:before{content:"\ed80"}.dlicon.ui-2_share:before{content:"\ed81"}.dlicon.ui-2_small-add:before{content:"\ed82"}.dlicon.ui-2_small-delete:before{content:"\ed83"}.dlicon.ui-2_small-remove:before{content:"\ed84"}.dlicon.ui-2_square-add-08:before{content:"\ed85"}.dlicon.ui-2_square-add-11:before{content:"\ed86"}.dlicon.ui-2_square-delete-10:before{content:"\ed87"}.dlicon.ui-2_square-delete-13:before{content:"\ed88"}.dlicon.ui-2_square-remove-09:before{content:"\ed89"}.dlicon.ui-2_square-remove-12:before{content:"\ed8a"}.dlicon.ui-2_target:before{content:"\ed8b"}.dlicon.ui-2_tile-55:before{content:"\ed8c"}.dlicon.ui-2_tile-56:before{content:"\ed8d"}.dlicon.ui-2_time-alarm:before{content:"\ed8e"}.dlicon.ui-2_time-clock:before{content:"\ed8f"}.dlicon.ui-2_time-countdown:before{content:"\ed90"}.dlicon.ui-2_time:before{content:"\ed91"}.dlicon.ui-2_webpage:before{content:"\ed92"}.dlicon.ui-2_window-add:before{content:"\ed93"}.dlicon.ui-2_window-delete:before{content:"\ed94"}.dlicon.ui-3_alert:before{content:"\ed95"}.dlicon.ui-3_backward:before{content:"\ed96"}.dlicon.ui-3_bolt:before{content:"\ed97"}.dlicon.ui-3_bullet-list:before{content:"\ed98"}.dlicon.ui-3_calendar-add:before{content:"\ed99"}.dlicon.ui-3_card-add:before{content:"\ed9a"}.dlicon.ui-3_card-alert:before{content:"\ed9b"}.dlicon.ui-3_chart-bars:before{content:"\ed9c"}.dlicon.ui-3_chart:before{content:"\ed9d"}.dlicon.ui-3_chat-33:before{content:"\ed9e"}.dlicon.ui-3_chat-45:before{content:"\ed9f"}.dlicon.ui-3_chat-46:before{content:"\eda0"}.dlicon.ui-3_chat-reply:before{content:"\eda1"}.dlicon.ui-3_check-in:before{content:"\eda2"}.dlicon.ui-3_check-out:before{content:"\eda3"}.dlicon.ui-3_dock-bottom:before{content:"\eda4"}.dlicon.ui-3_dock-left:before{content:"\eda5"}.dlicon.ui-3_dock-right:before{content:"\eda6"}.dlicon.ui-3_dock-top:before{content:"\eda7"}.dlicon.ui-3_filter-check:before{content:"\eda8"}.dlicon.ui-3_filter-remove:before{content:"\eda9"}.dlicon.ui-3_forward:before{content:"\edaa"}.dlicon.ui-3_funnel-39:before{content:"\edab"}.dlicon.ui-3_funnel-40:before{content:"\edac"}.dlicon.ui-3_funnel-41:before{content:"\edad"}.dlicon.ui-3_heart-add:before{content:"\edae"}.dlicon.ui-3_heart-remove:before{content:"\edaf"}.dlicon.ui-3_heart:before{content:"\edb0"}.dlicon.ui-3_infinite:before{content:"\edb1"}.dlicon.ui-3_link:before{content:"\edb2"}.dlicon.ui-3_menu-left:before{content:"\edb3"}.dlicon.ui-3_menu-right:before{content:"\edb4"}.dlicon.ui-3_menu:before{content:"\edb5"}.dlicon.ui-3_metrics:before{content:"\edb6"}.dlicon.ui-3_phone-call-end:before{content:"\edb7"}.dlicon.ui-3_phone-call:before{content:"\edb8"}.dlicon.ui-3_phone:before{content:"\edb9"}.dlicon.ui-3_playlist:before{content:"\edba"}.dlicon.ui-3_search:before{content:"\edbb"}.dlicon.ui-3_security:before{content:"\edbc"}.dlicon.ui-3_segmentation:before{content:"\edbd"}.dlicon.ui-3_select:before{content:"\edbe"}.dlicon.ui-3_send:before{content:"\edbf"}.dlicon.ui-3_signal:before{content:"\edc0"}.dlicon.ui-3_slide-left:before{content:"\edc1"}.dlicon.ui-3_slide-right:before{content:"\edc2"}.dlicon.ui-3_table-left:before{content:"\edc3"}.dlicon.ui-3_table-right:before{content:"\edc4"}.dlicon.ui-3_tag:before{content:"\edc5"}.dlicon.ui-3_widget:before{content:"\edc6"}.dlicon.envir_bulb-saver:before{content:"\ecc4"}.dlicon.envir_bulb:before{content:"\ecc5"}.dlicon.envir_car:before{content:"\ecc6"}.dlicon.envir_fuel-electric:before{content:"\ecc7"}.dlicon.envir_fuel:before{content:"\ecc8"}.dlicon.envir_home:before{content:"\ecc9"}.dlicon.envir_level:before{content:"\ecca"}.dlicon.envir_panel:before{content:"\eccb"}.dlicon.envir_radiation:before{content:"\eccc"}.dlicon.envir_recycling:before{content:"\eccd"}.dlicon.envir_save-planet:before{content:"\ecce"}.dlicon.envir_waste-danger:before{content:"\eccf"}.dlicon.envir_waste-recycling:before{content:"\ecd0"}.dlicon.envir_waste:before{content:"\ecd1"}.dlicon.envir_water-hand:before{content:"\ecd2"}.dlicon.envir_water-sink:before{content:"\ecd3"}.dlicon.envir_water:before{content:"\ecd4"}.dlicon.envir_wind:before{content:"\ecd5"}.dlicon.text_align-center:before{content:"\ecaa"}.dlicon.text_align-justify:before{content:"\ecab"}.dlicon.text_align-left:before{content:"\ecac"}.dlicon.text_align-right:before{content:"\ecad"}.dlicon.text_background:before{content:"\ecae"}.dlicon.text_bold:before{content:"\ecaf"}.dlicon.text_capitalize:before{content:"\ecb0"}.dlicon.text_caps-all:before{content:"\ecb1"}.dlicon.text_caps-small:before{content:"\ecb2"}.dlicon.text_color:before{content:"\ecb3"}.dlicon.text_edit:before{content:"\ecb4"}.dlicon.text_italic:before{content:"\ecb5"}.dlicon.text_line-height:before{content:"\ecb6"}.dlicon.text_list-bullet:before{content:"\ecb7"}.dlicon.text_list-numbers:before{content:"\ecb8"}.dlicon.text_margin-left:before{content:"\ecb9"}.dlicon.text_margin-right:before{content:"\ecba"}.dlicon.text_quote:before{content:"\ecbb"}.dlicon.text_scale-horizontal:before{content:"\ecbc"}.dlicon.text_scale-vertical:before{content:"\ecbd"}.dlicon.text_size:before{content:"\ecbe"}.dlicon.text_strikethrough:before{content:"\ecbf"}.dlicon.text_subscript:before{content:"\ecc0"}.dlicon.text_superscript:before{content:"\ecc1"}.dlicon.text_tracking:before{content:"\ecc2"}.dlicon.text_underline:before{content:"\ecc3"}.dlicon.gestures_2x-drag-down:before{content:"\ec09"}.dlicon.gestures_2x-drag-up:before{content:"\ec0a"}.dlicon.gestures_2x-swipe-down:before{content:"\ec0b"}.dlicon.gestures_2x-swipe-left:before{content:"\ec0c"}.dlicon.gestures_2x-swipe-right:before{content:"\ec0d"}.dlicon.gestures_2x-swipe-up:before{content:"\ec0e"}.dlicon.gestures_2x-tap:before{content:"\ec0f"}.dlicon.gestures_3x-swipe-left:before{content:"\ec10"}.dlicon.gestures_3x-swipe-right:before{content:"\ec11"}.dlicon.gestures_3x-swipe-up:before{content:"\ec12"}.dlicon.gestures_3x-tap:before{content:"\ec13"}.dlicon.gestures_4x-swipe-left:before{content:"\ec14"}.dlicon.gestures_4x-swipe-right:before{content:"\ec15"}.dlicon.gestures_4x-swipe-up:before{content:"\ec16"}.dlicon.gestures_active-38:before{content:"\ec17"}.dlicon.gestures_active-40:before{content:"\ec18"}.dlicon.gestures_camera:before{content:"\ec19"}.dlicon.gestures_double-tap:before{content:"\ec1a"}.dlicon.gestures_drag-21:before{content:"\ec1b"}.dlicon.gestures_drag-31:before{content:"\ec1c"}.dlicon.gestures_drag-down:before{content:"\ec1d"}.dlicon.gestures_drag-left:before{content:"\ec1e"}.dlicon.gestures_drag-right:before{content:"\ec1f"}.dlicon.gestures_drag-up:before{content:"\ec20"}.dlicon.gestures_flick-down:before{content:"\ec21"}.dlicon.gestures_flick-left:before{content:"\ec22"}.dlicon.gestures_flick-right:before{content:"\ec23"}.dlicon.gestures_flick-up:before{content:"\ec24"}.dlicon.gestures_grab:before{content:"\ec25"}.dlicon.gestures_hold:before{content:"\ec26"}.dlicon.gestures_pin:before{content:"\ec27"}.dlicon.gestures_pinch:before{content:"\ec28"}.dlicon.gestures_rotate-22:before{content:"\ec29"}.dlicon.gestures_rotate-23:before{content:"\ec2a"}.dlicon.gestures_scan:before{content:"\ec2b"}.dlicon.gestures_scroll-horitontal:before{content:"\ec2c"}.dlicon.gestures_scroll-vertical:before{content:"\ec2d"}.dlicon.gestures_stretch:before{content:"\ec2e"}.dlicon.gestures_swipe-bottom:before{content:"\ec2f"}.dlicon.gestures_swipe-left:before{content:"\ec30"}.dlicon.gestures_swipe-right:before{content:"\ec31"}.dlicon.gestures_swipe-up:before{content:"\ec32"}.dlicon.gestures_tap-01:before{content:"\ec33"}.dlicon.gestures_tap-02:before{content:"\ec34"}.dlicon.sport_badminton:before{content:"\ec35"}.dlicon.sport_baseball-ball:before{content:"\ec36"}.dlicon.sport_baseball-bat:before{content:"\ec37"}.dlicon.sport_baseball:before{content:"\ec38"}.dlicon.sport_basketball-12:before{content:"\ec39"}.dlicon.sport_basketball-13:before{content:"\ec3a"}.dlicon.sport_boxing:before{content:"\ec3b"}.dlicon.sport_cardio:before{content:"\ec3c"}.dlicon.sport_cricket:before{content:"\ec3d"}.dlicon.sport_crown:before{content:"\ec3e"}.dlicon.sport_dart:before{content:"\ec3f"}.dlicon.sport_dumbbells:before{content:"\ec40"}.dlicon.sport_energy-drink:before{content:"\ec41"}.dlicon.sport_energy-supplement:before{content:"\ec42"}.dlicon.sport_fencing:before{content:"\ec43"}.dlicon.sport_fishing:before{content:"\ec44"}.dlicon.sport_flag-finish:before{content:"\ec45"}.dlicon.sport_football-headguard:before{content:"\ec46"}.dlicon.sport_golf:before{content:"\ec47"}.dlicon.sport_helmet:before{content:"\ec48"}.dlicon.sport_hockey:before{content:"\ec49"}.dlicon.sport_kettlebell:before{content:"\ec4a"}.dlicon.sport_ping-pong:before{content:"\ec4b"}.dlicon.sport_podium-trophy:before{content:"\ec4c"}.dlicon.sport_podium:before{content:"\ec4d"}.dlicon.sport_rope:before{content:"\ec4e"}.dlicon.sport_rugby:before{content:"\ec4f"}.dlicon.sport_shaker:before{content:"\ec50"}.dlicon.sport_shoe-run:before{content:"\ec51"}.dlicon.sport_skateboard:before{content:"\ec52"}.dlicon.sport_snowboard:before{content:"\ec53"}.dlicon.sport_soccer-field:before{content:"\ec54"}.dlicon.sport_steering-wheel:before{content:"\ec55"}.dlicon.sport_supplement:before{content:"\ec56"}.dlicon.sport_surf:before{content:"\ec57"}.dlicon.sport_tactic:before{content:"\ec58"}.dlicon.sport_tennis-ball:before{content:"\ec59"}.dlicon.sport_tennis:before{content:"\ec5a"}.dlicon.sport_trophy:before{content:"\ec5b"}.dlicon.sport_user-balance:before{content:"\ec5c"}.dlicon.sport_user-climb:before{content:"\ec5d"}.dlicon.sport_user-meditation:before{content:"\ec5e"}.dlicon.sport_user-run:before{content:"\ec5f"}.dlicon.sport_user-snowboard:before{content:"\ec60"}.dlicon.sport_user-swim:before{content:"\ec61"}.dlicon.sport_volleyball:before{content:"\ec62"}.dlicon.sport_whistle:before{content:"\ec63"}.dlicon.holidays_bat:before{content:"\ec64"}.dlicon.holidays_biscuit:before{content:"\ec65"}.dlicon.holidays_bones:before{content:"\ec66"}.dlicon.holidays_boot:before{content:"\ec67"}.dlicon.holidays_candy:before{content:"\ec68"}.dlicon.holidays_cat:before{content:"\ec69"}.dlicon.holidays_cauldron:before{content:"\ec6a"}.dlicon.holidays_chimney:before{content:"\ec6b"}.dlicon.holidays_cockade:before{content:"\ec6c"}.dlicon.holidays_coffin:before{content:"\ec6d"}.dlicon.holidays_dead-hand:before{content:"\ec6e"}.dlicon.holidays_decoration:before{content:"\ec6f"}.dlicon.holidays_deer:before{content:"\ec70"}.dlicon.holidays_egg-38:before{content:"\ec71"}.dlicon.holidays_egg-39:before{content:"\ec72"}.dlicon.holidays_frankenstein:before{content:"\ec73"}.dlicon.holidays_ghost:before{content:"\ec74"}.dlicon.holidays_gift-exchange:before{content:"\ec75"}.dlicon.holidays_gift:before{content:"\ec76"}.dlicon.holidays_glove:before{content:"\ec77"}.dlicon.holidays_grave:before{content:"\ec78"}.dlicon.holidays_light:before{content:"\ec79"}.dlicon.holidays_message:before{content:"\ec7a"}.dlicon.holidays_mistletoe:before{content:"\ec7b"}.dlicon.holidays_owl:before{content:"\ec7c"}.dlicon.holidays_pumpkin:before{content:"\ec7d"}.dlicon.holidays_rabbit:before{content:"\ec7e"}.dlicon.holidays_santa-hat:before{content:"\ec7f"}.dlicon.holidays_sickle:before{content:"\ec80"}.dlicon.holidays_snow-ball:before{content:"\ec81"}.dlicon.holidays_snowman-head:before{content:"\ec82"}.dlicon.holidays_snowman:before{content:"\ec83"}.dlicon.holidays_soak:before{content:"\ec84"}.dlicon.holidays_spider:before{content:"\ec85"}.dlicon.holidays_tree-ball:before{content:"\ec86"}.dlicon.holidays_tree:before{content:"\ec87"}.dlicon.holidays_vampire:before{content:"\ec88"}.dlicon.holidays_witch-hat:before{content:"\ec89"}.dlicon.holidays_wolf:before{content:"\ec8a"}.dlicon.holidays_zombie:before{content:"\ec8b"}.dlicon.nature_bear:before{content:"\ec8c"}.dlicon.nature_bee:before{content:"\ec8d"}.dlicon.nature_butterfly:before{content:"\ec8e"}.dlicon.nature_chicken:before{content:"\ec8f"}.dlicon.nature_clover:before{content:"\ec90"}.dlicon.nature_collar:before{content:"\ec91"}.dlicon.nature_cow:before{content:"\ec92"}.dlicon.nature_dog-house:before{content:"\ec93"}.dlicon.nature_dog:before{content:"\ec94"}.dlicon.nature_flower-05:before{content:"\ec95"}.dlicon.nature_flower-06:before{content:"\ec96"}.dlicon.nature_flower-07:before{content:"\ec97"}.dlicon.nature_food-dog:before{content:"\ec98"}.dlicon.nature_food:before{content:"\ec99"}.dlicon.nature_forest:before{content:"\ec9a"}.dlicon.nature_mountain:before{content:"\ec9b"}.dlicon.nature_mushroom:before{content:"\ec9c"}.dlicon.nature_panda:before{content:"\ec9d"}.dlicon.nature_paw:before{content:"\ec9e"}.dlicon.nature_pig:before{content:"\ec9f"}.dlicon.nature_plant-ground:before{content:"\eca0"}.dlicon.nature_plant-vase:before{content:"\eca1"}.dlicon.nature_rat:before{content:"\eca2"}.dlicon.nature_sheep:before{content:"\eca3"}.dlicon.nature_snake:before{content:"\eca4"}.dlicon.nature_tree-01:before{content:"\eca5"}.dlicon.nature_tree-02:before{content:"\eca6"}.dlicon.nature_tree-03:before{content:"\eca7"}.dlicon.nature_turtle:before{content:"\eca8"}.dlicon.nature_wood:before{content:"\eca9"}.dlicon.travel_axe:before{content:"\eb28"}.dlicon.travel_backpack:before{content:"\eb29"}.dlicon.travel_bag:before{content:"\eb2a"}.dlicon.travel_barbecue:before{content:"\eb2b"}.dlicon.travel_beach-umbrella:before{content:"\eb2c"}.dlicon.travel_berlin:before{content:"\eb2d"}.dlicon.travel_binocular:before{content:"\eb2e"}.dlicon.travel_camper:before{content:"\eb2f"}.dlicon.travel_camping:before{content:"\eb30"}.dlicon.travel_castle:before{content:"\eb31"}.dlicon.travel_china:before{content:"\eb32"}.dlicon.travel_church:before{content:"\eb33"}.dlicon.travel_drink:before{content:"\eb34"}.dlicon.travel_explore:before{content:"\eb35"}.dlicon.travel_fire:before{content:"\eb36"}.dlicon.travel_hotel-bell:before{content:"\eb37"}.dlicon.travel_hotel-symbol:before{content:"\eb38"}.dlicon.travel_hotel:before{content:"\eb39"}.dlicon.travel_hut:before{content:"\eb3a"}.dlicon.travel_igloo:before{content:"\eb3b"}.dlicon.travel_info:before{content:"\eb3c"}.dlicon.travel_istanbul:before{content:"\eb3d"}.dlicon.travel_jellyfish:before{content:"\eb3e"}.dlicon.travel_lamp:before{content:"\eb3f"}.dlicon.travel_lighthouse:before{content:"\eb40"}.dlicon.travel_london:before{content:"\eb41"}.dlicon.travel_luggage:before{content:"\eb42"}.dlicon.travel_mosque:before{content:"\eb43"}.dlicon.travel_ny:before{content:"\eb44"}.dlicon.travel_octopus:before{content:"\eb45"}.dlicon.travel_paris-tower:before{content:"\eb46"}.dlicon.travel_passport:before{content:"\eb47"}.dlicon.travel_pickaxe:before{content:"\eb48"}.dlicon.travel_pool:before{content:"\eb49"}.dlicon.travel_pyramid:before{content:"\eb4a"}.dlicon.travel_rackets:before{content:"\eb4b"}.dlicon.travel_rio:before{content:"\eb4c"}.dlicon.travel_road-sign-left:before{content:"\eb4d"}.dlicon.travel_road-sign-right:before{content:"\eb4e"}.dlicon.travel_rome:before{content:"\eb4f"}.dlicon.travel_rowing:before{content:"\eb50"}.dlicon.travel_sea-mask:before{content:"\eb51"}.dlicon.travel_sf-bridge:before{content:"\eb52"}.dlicon.travel_shark:before{content:"\eb53"}.dlicon.travel_spa:before{content:"\eb54"}.dlicon.travel_sunglasses:before{content:"\eb55"}.dlicon.travel_surf:before{content:"\eb56"}.dlicon.travel_swimsuit:before{content:"\eb57"}.dlicon.travel_swimwear:before{content:"\eb58"}.dlicon.travel_swiss-knife:before{content:"\eb59"}.dlicon.travel_temple-02:before{content:"\eb5a"}.dlicon.travel_temple-25:before{content:"\eb5b"}.dlicon.travel_trolley:before{content:"\eb5c"}.dlicon.travel_white-house:before{content:"\eb5d"}.dlicon.travel_world:before{content:"\eb5e"}.dlicon.travel_worldmap:before{content:"\eb5f"}.dlicon.food_alcohol:before{content:"\eb60"}.dlicon.food_apple:before{content:"\eb61"}.dlicon.food_baby:before{content:"\eb62"}.dlicon.food_bacon:before{content:"\eb63"}.dlicon.food_baguette:before{content:"\eb64"}.dlicon.food_banana:before{content:"\eb65"}.dlicon.food_barbecue-02:before{content:"\eb66"}.dlicon.food_barbecue-15:before{content:"\eb67"}.dlicon.food_barbecue-tools:before{content:"\eb68"}.dlicon.food_beer-95:before{content:"\eb69"}.dlicon.food_beer-96:before{content:"\eb6a"}.dlicon.food_beverage:before{content:"\eb6b"}.dlicon.food_bottle-wine:before{content:"\eb6c"}.dlicon.food_bottle:before{content:"\eb6d"}.dlicon.food_bowl:before{content:"\eb6e"}.dlicon.food_bread:before{content:"\eb6f"}.dlicon.food_broccoli:before{content:"\eb70"}.dlicon.food_cake-13:before{content:"\eb71"}.dlicon.food_cake-100:before{content:"\eb72"}.dlicon.food_cake-slice:before{content:"\eb73"}.dlicon.food_candle:before{content:"\eb74"}.dlicon.food_candy:before{content:"\eb75"}.dlicon.food_carrot:before{content:"\eb76"}.dlicon.food_champagne:before{content:"\eb77"}.dlicon.food_cheese-24:before{content:"\eb78"}.dlicon.food_cheese-87:before{content:"\eb79"}.dlicon.food_cheeseburger:before{content:"\eb7a"}.dlicon.food_chef-hat:before{content:"\eb7b"}.dlicon.food_cherry:before{content:"\eb7c"}.dlicon.food_chicken:before{content:"\eb7d"}.dlicon.food_chili:before{content:"\eb7e"}.dlicon.food_chinese:before{content:"\eb7f"}.dlicon.food_chips:before{content:"\eb80"}.dlicon.food_chocolate:before{content:"\eb81"}.dlicon.food_cocktail:before{content:"\eb82"}.dlicon.food_coffe-long:before{content:"\eb83"}.dlicon.food_coffee-long:before{content:"\eb84"}.dlicon.food_coffee:before{content:"\eb85"}.dlicon.food_cookies:before{content:"\eb86"}.dlicon.food_course:before{content:"\eb87"}.dlicon.food_crab:before{content:"\eb88"}.dlicon.food_croissant:before{content:"\eb89"}.dlicon.food_cutlery-75:before{content:"\eb8a"}.dlicon.food_cutlery-76:before{content:"\eb8b"}.dlicon.food_cutlery-77:before{content:"\eb8c"}.dlicon.food_dishwasher:before{content:"\eb8d"}.dlicon.food_donut:before{content:"\eb8e"}.dlicon.food_drink:before{content:"\eb8f"}.dlicon.food_egg:before{content:"\eb90"}.dlicon.food_energy-drink:before{content:"\eb91"}.dlicon.food_fish:before{content:"\eb92"}.dlicon.food_fishbone:before{content:"\eb93"}.dlicon.food_fridge:before{content:"\eb94"}.dlicon.food_glass:before{content:"\eb95"}.dlicon.food_grape:before{content:"\eb96"}.dlicon.food_hob:before{content:"\eb97"}.dlicon.food_hot-dog:before{content:"\eb98"}.dlicon.food_ice-cream-22:before{content:"\eb99"}.dlicon.food_ice-cream-72:before{content:"\eb9a"}.dlicon.food_jam:before{content:"\eb9b"}.dlicon.food_kettle:before{content:"\eb9c"}.dlicon.food_kitchen-fan:before{content:"\eb9d"}.dlicon.food_knife:before{content:"\eb9e"}.dlicon.food_lemon-slice:before{content:"\eb9f"}.dlicon.food_lighter:before{content:"\eba0"}.dlicon.food_lobster:before{content:"\eba1"}.dlicon.food_matches:before{content:"\eba2"}.dlicon.food_measuring-cup:before{content:"\eba3"}.dlicon.food_meat-spit:before{content:"\eba4"}.dlicon.food_microwave:before{content:"\eba5"}.dlicon.food_milk:before{content:"\eba6"}.dlicon.food_moka:before{content:"\eba7"}.dlicon.food_muffin:before{content:"\eba8"}.dlicon.food_mug:before{content:"\eba9"}.dlicon.food_oven:before{content:"\ebaa"}.dlicon.food_pan:before{content:"\ebab"}.dlicon.food_pizza-slice:before{content:"\ebac"}.dlicon.food_pizza:before{content:"\ebad"}.dlicon.food_plate:before{content:"\ebae"}.dlicon.food_pot:before{content:"\ebaf"}.dlicon.food_prosciutto:before{content:"\ebb0"}.dlicon.food_recipe-book-46:before{content:"\ebb1"}.dlicon.food_recipe-book-47:before{content:"\ebb2"}.dlicon.food_rolling-pin:before{content:"\ebb3"}.dlicon.food_salt:before{content:"\ebb4"}.dlicon.food_sausage:before{content:"\ebb5"}.dlicon.food_scale:before{content:"\ebb6"}.dlicon.food_scotch:before{content:"\ebb7"}.dlicon.food_shrimp:before{content:"\ebb8"}.dlicon.food_steak:before{content:"\ebb9"}.dlicon.food_store:before{content:"\ebba"}.dlicon.food_strawberry:before{content:"\ebbb"}.dlicon.food_sushi:before{content:"\ebbc"}.dlicon.food_tacos:before{content:"\ebbd"}.dlicon.food_tea:before{content:"\ebbe"}.dlicon.food_temperature:before{content:"\ebbf"}.dlicon.food_vest-07:before{content:"\ebc0"}.dlicon.food_vest-31:before{content:"\ebc1"}.dlicon.food_watermelon:before{content:"\ebc2"}.dlicon.food_whisk:before{content:"\ebc3"}.dlicon.emoticons_alien:before{content:"\ebc4"}.dlicon.emoticons_angry-10:before{content:"\ebc5"}.dlicon.emoticons_angry-44:before{content:"\ebc6"}.dlicon.emoticons_big-eyes:before{content:"\ebc7"}.dlicon.emoticons_big-smile:before{content:"\ebc8"}.dlicon.emoticons_bigmouth:before{content:"\ebc9"}.dlicon.emoticons_bleah:before{content:"\ebca"}.dlicon.emoticons_blind:before{content:"\ebcb"}.dlicon.emoticons_bomb:before{content:"\ebcc"}.dlicon.emoticons_bored:before{content:"\ebcd"}.dlicon.emoticons_cake:before{content:"\ebce"}.dlicon.emoticons_cry-15:before{content:"\ebcf"}.dlicon.emoticons_cry-57:before{content:"\ebd0"}.dlicon.emoticons_cute:before{content:"\ebd1"}.dlicon.emoticons_devil:before{content:"\ebd2"}.dlicon.emoticons_disgusted:before{content:"\ebd3"}.dlicon.emoticons_fist:before{content:"\ebd4"}.dlicon.emoticons_ghost:before{content:"\ebd5"}.dlicon.emoticons_hannibal:before{content:"\ebd6"}.dlicon.emoticons_happy-sun:before{content:"\ebd7"}.dlicon.emoticons_kid:before{content:"\ebd8"}.dlicon.emoticons_kiss:before{content:"\ebd9"}.dlicon.emoticons_laugh-17:before{content:"\ebda"}.dlicon.emoticons_laugh-35:before{content:"\ebdb"}.dlicon.emoticons_like-no:before{content:"\ebdc"}.dlicon.emoticons_like:before{content:"\ebdd"}.dlicon.emoticons_mad-12:before{content:"\ebde"}.dlicon.emoticons_mad-58:before{content:"\ebdf"}.dlicon.emoticons_malicious:before{content:"\ebe0"}.dlicon.emoticons_manga-62:before{content:"\ebe1"}.dlicon.emoticons_manga-63:before{content:"\ebe2"}.dlicon.emoticons_monster:before{content:"\ebe3"}.dlicon.emoticons_nerd-22:before{content:"\ebe4"}.dlicon.emoticons_nerd-23:before{content:"\ebe5"}.dlicon.emoticons_ninja:before{content:"\ebe6"}.dlicon.emoticons_no-words:before{content:"\ebe7"}.dlicon.emoticons_parrot:before{content:"\ebe8"}.dlicon.emoticons_penguin:before{content:"\ebe9"}.dlicon.emoticons_pirate:before{content:"\ebea"}.dlicon.emoticons_poop:before{content:"\ebeb"}.dlicon.emoticons_puzzled:before{content:"\ebec"}.dlicon.emoticons_quite-happy:before{content:"\ebed"}.dlicon.emoticons_robot:before{content:"\ebee"}.dlicon.emoticons_rock:before{content:"\ebef"}.dlicon.emoticons_sad:before{content:"\ebf0"}.dlicon.emoticons_satisfied:before{content:"\ebf1"}.dlicon.emoticons_shark:before{content:"\ebf2"}.dlicon.emoticons_shy:before{content:"\ebf3"}.dlicon.emoticons_sick:before{content:"\ebf4"}.dlicon.emoticons_silly:before{content:"\ebf5"}.dlicon.emoticons_skull:before{content:"\ebf6"}.dlicon.emoticons_sleep:before{content:"\ebf7"}.dlicon.emoticons_sloth:before{content:"\ebf8"}.dlicon.emoticons_smart:before{content:"\ebf9"}.dlicon.emoticons_smile:before{content:"\ebfa"}.dlicon.emoticons_soldier:before{content:"\ebfb"}.dlicon.emoticons_speechless:before{content:"\ebfc"}.dlicon.emoticons_spiteful:before{content:"\ebfd"}.dlicon.emoticons_sunglasses-48:before{content:"\ebfe"}.dlicon.emoticons_sunglasses-49:before{content:"\ebff"}.dlicon.emoticons_surprise:before{content:"\ec00"}.dlicon.emoticons_upset-13:before{content:"\ec01"}.dlicon.emoticons_upset-14:before{content:"\ec02"}.dlicon.emoticons_virus:before{content:"\ec03"}.dlicon.emoticons_what:before{content:"\ec04"}.dlicon.emoticons_whiskers:before{content:"\ec05"}.dlicon.emoticons_wink-06:before{content:"\ec06"}.dlicon.emoticons_wink-11:before{content:"\ec07"}.dlicon.emoticons_wink-69:before{content:"\ec08"}.dlicon.weather_celsius:before{content:"\e600"}.dlicon.weather_cloud-13:before{content:"\e601"}.dlicon.weather_cloud-14:before{content:"\e602"}.dlicon.weather_cloud-drop:before{content:"\e603"}.dlicon.weather_cloud-fog-31:before{content:"\e604"}.dlicon.weather_cloud-fog-32:before{content:"\e605"}.dlicon.weather_cloud-hail:before{content:"\e606"}.dlicon.weather_cloud-light:before{content:"\e607"}.dlicon.weather_cloud-moon:before{content:"\e608"}.dlicon.weather_cloud-rain:before{content:"\e609"}.dlicon.weather_cloud-rainbow:before{content:"\e60a"}.dlicon.weather_cloud-snow-34:before{content:"\e60b"}.dlicon.weather_cloud-snow-42:before{content:"\e60c"}.dlicon.weather_cloud-sun-17:before{content:"\e60d"}.dlicon.weather_cloud-sun-19:before{content:"\e60e"}.dlicon.weather_compass:before{content:"\e60f"}.dlicon.weather_drop-12:before{content:"\e610"}.dlicon.weather_drop-15:before{content:"\e611"}.dlicon.weather_drops:before{content:"\e612"}.dlicon.weather_eclipse:before{content:"\e613"}.dlicon.weather_fahrenheit:before{content:"\e614"}.dlicon.weather_fog:before{content:"\e615"}.dlicon.weather_forecast:before{content:"\e616"}.dlicon.weather_hurricane-44:before{content:"\e617"}.dlicon.weather_hurricane-45:before{content:"\e618"}.dlicon.weather_moon-cloud-drop:before{content:"\e619"}.dlicon.weather_moon-cloud-fog:before{content:"\e61a"}.dlicon.weather_moon-cloud-hail:before{content:"\e61b"}.dlicon.weather_moon-cloud-light:before{content:"\e61c"}.dlicon.weather_moon-cloud-rain:before{content:"\e61d"}.dlicon.weather_moon-cloud-snow-61:before{content:"\e61e"}.dlicon.weather_moon-cloud-snow-62:before{content:"\e61f"}.dlicon.weather_moon-fog:before{content:"\e620"}.dlicon.weather_moon-full:before{content:"\e621"}.dlicon.weather_moon-stars:before{content:"\e622"}.dlicon.weather_moon:before{content:"\e623"}.dlicon.weather_rain-hail:before{content:"\e624"}.dlicon.weather_rain:before{content:"\e625"}.dlicon.weather_rainbow:before{content:"\e626"}.dlicon.weather_snow:before{content:"\e627"}.dlicon.weather_sun-cloud-drop:before{content:"\e628"}.dlicon.weather_sun-cloud-fog:before{content:"\e629"}.dlicon.weather_sun-cloud-hail:before{content:"\e62a"}.dlicon.weather_sun-cloud-light:before{content:"\e62b"}.dlicon.weather_sun-cloud-rain:before{content:"\e62c"}.dlicon.weather_sun-cloud-snow-54:before{content:"\e62d"}.dlicon.weather_sun-cloud-snow-55:before{content:"\e62e"}.dlicon.weather_sun-cloud:before{content:"\e62f"}.dlicon.weather_sun-fog-29:before{content:"\e630"}.dlicon.weather_sun-fog-30:before{content:"\e631"}.dlicon.weather_sun-fog-43:before{content:"\e632"}.dlicon.weather_sun:before{content:"\e633"}.dlicon.weather_wind:before{content:"\e634"}.dlicon.transportation_air-baloon:before{content:"\e717"}.dlicon.transportation_bike-sport:before{content:"\e718"}.dlicon.transportation_bike:before{content:"\e719"}.dlicon.transportation_boat-front:before{content:"\e71a"}.dlicon.transportation_boat-small-02:before{content:"\e71b"}.dlicon.transportation_boat-small-03:before{content:"\e71c"}.dlicon.transportation_boat:before{content:"\e71d"}.dlicon.transportation_bus-front-10:before{content:"\e71e"}.dlicon.transportation_bus-front-12:before{content:"\e71f"}.dlicon.transportation_bus:before{content:"\e720"}.dlicon.transportation_car-front:before{content:"\e721"}.dlicon.transportation_car-simple:before{content:"\e722"}.dlicon.transportation_car-sport:before{content:"\e723"}.dlicon.transportation_car-taxi:before{content:"\e724"}.dlicon.transportation_car:before{content:"\e725"}.dlicon.transportation_helicopter:before{content:"\e726"}.dlicon.transportation_helmet:before{content:"\e727"}.dlicon.transportation_light-traffic:before{content:"\e728"}.dlicon.transportation_moto:before{content:"\e729"}.dlicon.transportation_plane-17:before{content:"\e72a"}.dlicon.transportation_plane-18:before{content:"\e72b"}.dlicon.transportation_road:before{content:"\e72c"}.dlicon.transportation_skateboard:before{content:"\e72d"}.dlicon.transportation_tractor:before{content:"\e72e"}.dlicon.transportation_train-speed:before{content:"\e72f"}.dlicon.transportation_train:before{content:"\e730"}.dlicon.transportation_tram:before{content:"\e731"}.dlicon.transportation_truck-front:before{content:"\e732"}.dlicon.transportation_vespa-front:before{content:"\e733"}.dlicon.transportation_vespa:before{content:"\e734"}.dlicon.education_abc:before{content:"\e7ad"}.dlicon.education_agenda-bookmark:before{content:"\e7ae"}.dlicon.education_atom:before{content:"\e7af"}.dlicon.education_award-55:before{content:"\e7b0"}.dlicon.education_backpack-57:before{content:"\e7b1"}.dlicon.education_backpack-58:before{content:"\e7b2"}.dlicon.education_ball-basket:before{content:"\e7b3"}.dlicon.education_ball-soccer:before{content:"\e7b4"}.dlicon.education_board-51:before{content:"\e7b5"}.dlicon.education_book-39:before{content:"\e7b6"}.dlicon.education_book-bookmark:before{content:"\e7b7"}.dlicon.education_book-open:before{content:"\e7b8"}.dlicon.education_books-46:before{content:"\e7b9"}.dlicon.education_chalkboard:before{content:"\e7ba"}.dlicon.education_flask:before{content:"\e7bb"}.dlicon.education_glasses:before{content:"\e7bc"}.dlicon.education_grammar-check:before{content:"\e7bd"}.dlicon.education_hat:before{content:"\e7be"}.dlicon.education_language:before{content:"\e7bf"}.dlicon.education_microscope:before{content:"\e7c0"}.dlicon.education_molecule:before{content:"\e7c1"}.dlicon.education_notepad:before{content:"\e7c2"}.dlicon.education_paper-diploma:before{content:"\e7c3"}.dlicon.education_paper:before{content:"\e7c4"}.dlicon.education_pencil-47:before{content:"\e7c5"}.dlicon.education_school:before{content:"\e7c6"}.dlicon.objects_alien-29:before{content:"\e7c7"}.dlicon.objects_alien-33:before{content:"\e7c8"}.dlicon.objects_anchor:before{content:"\e7c9"}.dlicon.objects_astronaut:before{content:"\e7ca"}.dlicon.objects_axe:before{content:"\e7cb"}.dlicon.objects_baby-bottle:before{content:"\e7cc"}.dlicon.objects_baby:before{content:"\e7cd"}.dlicon.objects_baloon:before{content:"\e7ce"}.dlicon.objects_battery:before{content:"\e7cf"}.dlicon.objects_bear:before{content:"\e7d0"}.dlicon.objects_billiard:before{content:"\e7d1"}.dlicon.objects_binocular:before{content:"\e7d2"}.dlicon.objects_bow:before{content:"\e7d3"}.dlicon.objects_bowling:before{content:"\e7d4"}.dlicon.objects_broom:before{content:"\e7d5"}.dlicon.objects_cone:before{content:"\e7d6"}.dlicon.objects_controller:before{content:"\e7d7"}.dlicon.objects_diamond:before{content:"\e7d8"}.dlicon.objects_dice:before{content:"\e7d9"}.dlicon.objects_globe:before{content:"\e7da"}.dlicon.objects_hut:before{content:"\e7db"}.dlicon.objects_key-25:before{content:"\e7dc"}.dlicon.objects_key-26:before{content:"\e7dd"}.dlicon.objects_lamp:before{content:"\e7de"}.dlicon.objects_leaf-36:before{content:"\e7df"}.dlicon.objects_leaf-38:before{content:"\e7e0"}.dlicon.objects_light:before{content:"\e7e1"}.dlicon.objects_pipe:before{content:"\e7e2"}.dlicon.objects_planet:before{content:"\e7e3"}.dlicon.objects_puzzle-09:before{content:"\e7e4"}.dlicon.objects_puzzle-10:before{content:"\e7e5"}.dlicon.objects_shovel:before{content:"\e7e6"}.dlicon.objects_skull:before{content:"\e7e7"}.dlicon.objects_spaceship:before{content:"\e7e8"}.dlicon.objects_spray:before{content:"\e7e9"}.dlicon.objects_support-16:before{content:"\e7ea"}.dlicon.objects_support-17:before{content:"\e7eb"}.dlicon.objects_umbrella-13:before{content:"\e7ec"}.dlicon.objects_umbrella-14:before{content:"\e7ed"}.dlicon.objects_wool-ball:before{content:"\e7ee"}.dlicon.media-1_3d:before{content:"\e7ef"}.dlicon.media-1_action-73:before{content:"\e7f0"}.dlicon.media-1_action-74:before{content:"\e7f1"}.dlicon.media-1_album:before{content:"\e7f2"}.dlicon.media-1_audio-91:before{content:"\e7f3"}.dlicon.media-1_audio-92:before{content:"\e7f4"}.dlicon.media-1_balance:before{content:"\e7f5"}.dlicon.media-1_brightness-46:before{content:"\e7f6"}.dlicon.media-1_brightness-47:before{content:"\e7f7"}.dlicon.media-1_button-circle-pause:before{content:"\e7f8"}.dlicon.media-1_button-circle-play:before{content:"\e7f9"}.dlicon.media-1_button-circle-stop:before{content:"\e7fa"}.dlicon.media-1_button-eject:before{content:"\e7fb"}.dlicon.media-1_button-next:before{content:"\e7fc"}.dlicon.media-1_button-pause:before{content:"\e7fd"}.dlicon.media-1_button-play:before{content:"\e7fe"}.dlicon.media-1_button-power:before{content:"\e7ff"}.dlicon.media-1_button-previous:before{content:"\e800"}.dlicon.media-1_button-record:before{content:"\e801"}.dlicon.media-1_button-rewind:before{content:"\e802"}.dlicon.media-1_button-skip:before{content:"\e803"}.dlicon.media-1_button-stop:before{content:"\e804"}.dlicon.media-1_camera-18:before{content:"\e805"}.dlicon.media-1_camera-19:before{content:"\e806"}.dlicon.media-1_camera-20:before{content:"\e807"}.dlicon.media-1_camera-ban-36:before{content:"\e808"}.dlicon.media-1_camera-ban-37:before{content:"\e809"}.dlicon.media-1_camera-compact:before{content:"\e80a"}.dlicon.media-1_camera-screen:before{content:"\e80b"}.dlicon.media-1_camera-square-57:before{content:"\e80c"}.dlicon.media-1_camera-square-58:before{content:"\e80d"}.dlicon.media-1_camera-time:before{content:"\e80e"}.dlicon.media-1_countdown-34:before{content:"\e80f"}.dlicon.media-1_countdown-35:before{content:"\e810"}.dlicon.media-1_edit-color:before{content:"\e811"}.dlicon.media-1_edit-contrast-42:before{content:"\e812"}.dlicon.media-1_edit-contrast-43:before{content:"\e813"}.dlicon.media-1_edit-saturation:before{content:"\e814"}.dlicon.media-1_flash-21:before{content:"\e815"}.dlicon.media-1_flash-24:before{content:"\e816"}.dlicon.media-1_flash-29:before{content:"\e817"}.dlicon.media-1_flash-auto-22:before{content:"\e818"}.dlicon.media-1_flash-auto-25:before{content:"\e819"}.dlicon.media-1_flash-off-23:before{content:"\e81a"}.dlicon.media-1_flash-off-26:before{content:"\e81b"}.dlicon.media-1_focus-32:before{content:"\e81c"}.dlicon.media-1_focus-38:before{content:"\e81d"}.dlicon.media-1_focus-40:before{content:"\e81e"}.dlicon.media-1_focus-circle:before{content:"\e81f"}.dlicon.media-1_frame-12:before{content:"\e820"}.dlicon.media-1_frame-41:before{content:"\e821"}.dlicon.media-1_grid:before{content:"\e822"}.dlicon.media-1_image-01:before{content:"\e823"}.dlicon.media-1_image-02:before{content:"\e824"}.dlicon.media-1_image-05:before{content:"\e825"}.dlicon.media-1_image-add:before{content:"\e826"}.dlicon.media-1_image-delete:before{content:"\e827"}.dlicon.media-1_image-location:before{content:"\e828"}.dlicon.media-1_kid:before{content:"\e829"}.dlicon.media-1_layers:before{content:"\e82a"}.dlicon.media-1_lens-31:before{content:"\e82b"}.dlicon.media-1_lens-56:before{content:"\e82c"}.dlicon.media-1_macro:before{content:"\e82d"}.dlicon.media-1_movie-61:before{content:"\e82e"}.dlicon.media-1_movie-62:before{content:"\e82f"}.dlicon.media-1_night:before{content:"\e830"}.dlicon.media-1_picture:before{content:"\e831"}.dlicon.media-1_play-68:before{content:"\e832"}.dlicon.media-1_play-69:before{content:"\e833"}.dlicon.media-1_player:before{content:"\e834"}.dlicon.media-1_polaroid-add:before{content:"\e835"}.dlicon.media-1_polaroid-delete:before{content:"\e836"}.dlicon.media-1_polaroid-multiple:before{content:"\e837"}.dlicon.media-1_polaroid-user:before{content:"\e838"}.dlicon.media-1_polaroid:before{content:"\e839"}.dlicon.media-1_roll:before{content:"\e83a"}.dlicon.media-1_rotate-left:before{content:"\e83b"}.dlicon.media-1_rotate-right:before{content:"\e83c"}.dlicon.media-1_sd:before{content:"\e83d"}.dlicon.media-1_selfie:before{content:"\e83e"}.dlicon.media-1_shake:before{content:"\e83f"}.dlicon.media-1_speaker:before{content:"\e840"}.dlicon.media-1_sport:before{content:"\e841"}.dlicon.media-1_ticket-75:before{content:"\e842"}.dlicon.media-1_ticket-76:before{content:"\e843"}.dlicon.media-1_touch:before{content:"\e844"}.dlicon.media-1_tripod:before{content:"\e845"}.dlicon.media-1_video-64:before{content:"\e846"}.dlicon.media-1_video-65:before{content:"\e847"}.dlicon.media-1_video-66:before{content:"\e848"}.dlicon.media-1_video-67:before{content:"\e849"}.dlicon.media-1_videocamera-71:before{content:"\e84a"}.dlicon.media-1_videocamera-72:before{content:"\e84b"}.dlicon.media-1_volume-93:before{content:"\e84c"}.dlicon.media-1_volume-97:before{content:"\e84d"}.dlicon.media-1_volume-98:before{content:"\e84e"}.dlicon.media-1_volume-ban:before{content:"\e84f"}.dlicon.media-1_volume-down:before{content:"\e850"}.dlicon.media-1_volume-off:before{content:"\e851"}.dlicon.media-1_volume-up:before{content:"\e852"}.dlicon.media-2_guitar:before{content:"\e853"}.dlicon.media-2_headphones-mic:before{content:"\e854"}.dlicon.media-2_headphones:before{content:"\e855"}.dlicon.media-2_knob:before{content:"\e856"}.dlicon.media-2_mic:before{content:"\e857"}.dlicon.media-2_music-album:before{content:"\e858"}.dlicon.media-2_music-cloud:before{content:"\e859"}.dlicon.media-2_note-03:before{content:"\e85a"}.dlicon.media-2_note-04:before{content:"\e85b"}.dlicon.media-2_piano:before{content:"\e85c"}.dlicon.media-2_radio:before{content:"\e85d"}.dlicon.media-2_remix:before{content:"\e85e"}.dlicon.media-2_sound-wave:before{content:"\e85f"}.dlicon.media-2_speaker-01:before{content:"\e860"}.dlicon.media-2_speaker-05:before{content:"\e861"}.dlicon.media-2_tape:before{content:"\e862"}.dlicon.location_appointment:before{content:"\e863"}.dlicon.location_bookmark-add:before{content:"\e864"}.dlicon.location_bookmark-remove:before{content:"\e865"}.dlicon.location_bookmark:before{content:"\e866"}.dlicon.location_compass-04:before{content:"\e867"}.dlicon.location_compass-05:before{content:"\e868"}.dlicon.location_compass-06:before{content:"\e869"}.dlicon.location_crosshair:before{content:"\e86a"}.dlicon.location_explore-user:before{content:"\e86b"}.dlicon.location_explore:before{content:"\e86c"}.dlicon.location_flag-complex:before{content:"\e86d"}.dlicon.location_flag-diagonal-33:before{content:"\e86e"}.dlicon.location_flag-diagonal-34:before{content:"\e86f"}.dlicon.location_flag-points-31:before{content:"\e870"}.dlicon.location_flag-points-32:before{content:"\e871"}.dlicon.location_flag-simple:before{content:"\e872"}.dlicon.location_flag-triangle:before{content:"\e873"}.dlicon.location_flag:before{content:"\e874"}.dlicon.location_gps:before{content:"\e875"}.dlicon.location_map-big:before{content:"\e876"}.dlicon.location_map-compass:before{content:"\e877"}.dlicon.location_map-gps:before{content:"\e878"}.dlicon.location_map-marker:before{content:"\e879"}.dlicon.location_map-pin:before{content:"\e87a"}.dlicon.location_map:before{content:"\e87b"}.dlicon.location_marker:before{content:"\e87c"}.dlicon.location_pin-add:before{content:"\e87d"}.dlicon.location_pin-copy:before{content:"\e87e"}.dlicon.location_pin-remove:before{content:"\e87f"}.dlicon.location_pin:before{content:"\e880"}.dlicon.location_pins:before{content:"\e881"}.dlicon.location_position-marker:before{content:"\e882"}.dlicon.location_position-pin:before{content:"\e883"}.dlicon.location_position-user:before{content:"\e884"}.dlicon.location_radar:before{content:"\e885"}.dlicon.location_road:before{content:"\e886"}.dlicon.location_route-alert:before{content:"\e887"}.dlicon.location_route-close:before{content:"\e888"}.dlicon.location_route-open:before{content:"\e889"}.dlicon.location_square-marker:before{content:"\e88a"}.dlicon.location_square-pin:before{content:"\e88b"}.dlicon.location_treasure-map-21:before{content:"\e88c"}.dlicon.location_treasure-map-40:before{content:"\e88d"}.dlicon.location_worl-marker:before{content:"\e88e"}.dlicon.location_world-pin:before{content:"\e88f"}.dlicon.location_world:before{content:"\e890"}.dlicon.health_ambulance:before{content:"\e891"}.dlicon.health_apple:before{content:"\e892"}.dlicon.health_bag-49:before{content:"\e893"}.dlicon.health_bag-50:before{content:"\e894"}.dlicon.health_brain:before{content:"\e895"}.dlicon.health_dna-27:before{content:"\e896"}.dlicon.health_dna-38:before{content:"\e897"}.dlicon.health_doctor:before{content:"\e898"}.dlicon.health_flask:before{content:"\e899"}.dlicon.health_heartbeat-16:before{content:"\e89a"}.dlicon.health_height:before{content:"\e89b"}.dlicon.health_hospital-32:before{content:"\e89c"}.dlicon.health_hospital-33:before{content:"\e89d"}.dlicon.health_hospital-34:before{content:"\e89e"}.dlicon.health_humidity-26:before{content:"\e89f"}.dlicon.health_humidity-52:before{content:"\e8a0"}.dlicon.health_intestine:before{content:"\e8a1"}.dlicon.health_lungs:before{content:"\e8a2"}.dlicon.health_molecule-39:before{content:"\e8a3"}.dlicon.health_molecule-40:before{content:"\e8a4"}.dlicon.health_notebook:before{content:"\e8a5"}.dlicon.health_nurse:before{content:"\e8a6"}.dlicon.health_patch-46:before{content:"\e8a7"}.dlicon.health_pill-42:before{content:"\e8a8"}.dlicon.health_pill-43:before{content:"\e8a9"}.dlicon.health_pill-container-44:before{content:"\e8aa"}.dlicon.health_pill-container-47:before{content:"\e8ab"}.dlicon.health_pulse-chart:before{content:"\e8ac"}.dlicon.health_pulse-phone:before{content:"\e8ad"}.dlicon.health_pulse-sleep:before{content:"\e8ae"}.dlicon.health_pulse-watch:before{content:"\e8af"}.dlicon.health_pulse:before{content:"\e8b0"}.dlicon.health_sleep:before{content:"\e8b1"}.dlicon.health_steps:before{content:"\e8b2"}.dlicon.health_syringe:before{content:"\e8b3"}.dlicon.health_temperature-23:before{content:"\e8b4"}.dlicon.health_temperature-24:before{content:"\e8b5"}.dlicon.health_tooth:before{content:"\e8b6"}.dlicon.health_weed:before{content:"\e8b7"}.dlicon.health_weight:before{content:"\e8b8"}.dlicon.health_wheelchair:before{content:"\e8b9"}.dlicon.health_woman:before{content:"\e8ba"}.dlicon.furniture_air-conditioner:before{content:"\e8bb"}.dlicon.furniture_armchair:before{content:"\e8bc"}.dlicon.furniture_bath-tub:before{content:"\e8bd"}.dlicon.furniture_bed-09:before{content:"\e8be"}.dlicon.furniture_bed-23:before{content:"\e8bf"}.dlicon.furniture_bed-side:before{content:"\e8c0"}.dlicon.furniture_cabinet:before{content:"\e8c1"}.dlicon.furniture_cactus:before{content:"\e8c2"}.dlicon.furniture_chair:before{content:"\e8c3"}.dlicon.furniture_coat-hanger:before{content:"\e8c4"}.dlicon.furniture_coffee:before{content:"\e8c5"}.dlicon.furniture_cradle:before{content:"\e8c6"}.dlicon.furniture_curtain:before{content:"\e8c7"}.dlicon.furniture_desk-drawer:before{content:"\e8c8"}.dlicon.furniture_desk:before{content:"\e8c9"}.dlicon.furniture_door:before{content:"\e8ca"}.dlicon.furniture_drawer:before{content:"\e8cb"}.dlicon.furniture_fridge:before{content:"\e8cc"}.dlicon.furniture_hanger-clothes:before{content:"\e8cd"}.dlicon.furniture_hanger:before{content:"\e8ce"}.dlicon.furniture_heater:before{content:"\e8cf"}.dlicon.furniture_iron:before{content:"\e8d0"}.dlicon.furniture_lamp-floor:before{content:"\e8d1"}.dlicon.furniture_lamp:before{content:"\e8d2"}.dlicon.furniture_library:before{content:"\e8d3"}.dlicon.furniture_light:before{content:"\e8d4"}.dlicon.furniture_mixer:before{content:"\e8d5"}.dlicon.furniture_oven:before{content:"\e8d6"}.dlicon.furniture_shower:before{content:"\e8d7"}.dlicon.furniture_sink-wash:before{content:"\e8d8"}.dlicon.furniture_sink:before{content:"\e8d9"}.dlicon.furniture_sofa:before{content:"\e8da"}.dlicon.furniture_storage-hanger:before{content:"\e8db"}.dlicon.furniture_storage:before{content:"\e8dc"}.dlicon.furniture_table:before{content:"\e8dd"}.dlicon.furniture_toilet-paper:before{content:"\e8de"}.dlicon.furniture_toilet:before{content:"\e8df"}.dlicon.furniture_tv:before{content:"\e8e0"}.dlicon.furniture_wardrobe:before{content:"\e8e1"}.dlicon.furniture_wash:before{content:"\e8e2"}.dlicon.clothes_baby:before{content:"\e9ab"}.dlicon.clothes_backpack:before{content:"\e9ac"}.dlicon.clothes_bag-21:before{content:"\e9ad"}.dlicon.clothes_bag-22:before{content:"\e9ae"}.dlicon.clothes_belt:before{content:"\e9af"}.dlicon.clothes_boot-woman:before{content:"\e9b0"}.dlicon.clothes_boot:before{content:"\e9b1"}.dlicon.clothes_bra:before{content:"\e9b2"}.dlicon.clothes_button:before{content:"\e9b3"}.dlicon.clothes_cap:before{content:"\e9b4"}.dlicon.clothes_coat:before{content:"\e9b5"}.dlicon.clothes_corset:before{content:"\e9b6"}.dlicon.clothes_dress-man:before{content:"\e9b7"}.dlicon.clothes_dress-woman:before{content:"\e9b8"}.dlicon.clothes_flip:before{content:"\e9b9"}.dlicon.clothes_glasses:before{content:"\e9ba"}.dlicon.clothes_gloves:before{content:"\e9bb"}.dlicon.clothes_hat-top:before{content:"\e9bc"}.dlicon.clothes_hat:before{content:"\e9bd"}.dlicon.clothes_hoodie:before{content:"\e9be"}.dlicon.clothes_iron-dont:before{content:"\e9bf"}.dlicon.clothes_iron:before{content:"\e9c0"}.dlicon.clothes_jeans-41:before{content:"\e9c1"}.dlicon.clothes_jeans-43:before{content:"\e9c2"}.dlicon.clothes_jeans-pocket:before{content:"\e9c3"}.dlicon.clothes_kitchen:before{content:"\e9c4"}.dlicon.clothes_long-sleeve:before{content:"\e9c5"}.dlicon.clothes_makeup:before{content:"\e9c6"}.dlicon.clothes_needle:before{content:"\e9c7"}.dlicon.clothes_pajamas:before{content:"\e9c8"}.dlicon.clothes_ring:before{content:"\e9c9"}.dlicon.clothes_scarf:before{content:"\e9ca"}.dlicon.clothes_shirt-business:before{content:"\e9cb"}.dlicon.clothes_shirt-buttons:before{content:"\e9cc"}.dlicon.clothes_shirt-neck:before{content:"\e9cd"}.dlicon.clothes_shirt:before{content:"\e9ce"}.dlicon.clothes_shoe-man:before{content:"\e9cf"}.dlicon.clothes_shoe-sport:before{content:"\e9d0"}.dlicon.clothes_shoe-woman:before{content:"\e9d1"}.dlicon.clothes_skirt:before{content:"\e9d2"}.dlicon.clothes_slacks-12:before{content:"\e9d3"}.dlicon.clothes_slacks-13:before{content:"\e9d4"}.dlicon.clothes_sock:before{content:"\e9d5"}.dlicon.clothes_tie-bow:before{content:"\e9d6"}.dlicon.clothes_tshirt-53:before{content:"\e9d7"}.dlicon.clothes_tshirt-54:before{content:"\e9d8"}.dlicon.clothes_tshirt-sport:before{content:"\e9d9"}.dlicon.clothes_underwear-man:before{content:"\e9da"}.dlicon.clothes_underwear:before{content:"\e9db"}.dlicon.clothes_vest-sport:before{content:"\e9dc"}.dlicon.clothes_vest:before{content:"\e9dd"}.dlicon.clothes_wash-30:before{content:"\e9de"}.dlicon.clothes_wash-60:before{content:"\e9df"}.dlicon.clothes_wash-90:before{content:"\e9e0"}.dlicon.clothes_wash-hand:before{content:"\e9e1"}.dlicon.clothes_wash:before{content:"\e9e2"}.dlicon.business_agenda:before{content:"\e9e3"}.dlicon.business_atm:before{content:"\e9e4"}.dlicon.business_award-48:before{content:"\e9e5"}.dlicon.business_award-49:before{content:"\e9e6"}.dlicon.business_award-74:before{content:"\e9e7"}.dlicon.business_badge:before{content:"\e9e8"}.dlicon.business_bank:before{content:"\e9e9"}.dlicon.business_board-27:before{content:"\e9ea"}.dlicon.business_board-28:before{content:"\e9eb"}.dlicon.business_board-29:before{content:"\e9ec"}.dlicon.business_board-30:before{content:"\e9ed"}.dlicon.business_books:before{content:"\e9ee"}.dlicon.business_briefcase-24:before{content:"\e9ef"}.dlicon.business_briefcase-25:before{content:"\e9f0"}.dlicon.business_briefcase-26:before{content:"\e9f1"}.dlicon.business_building:before{content:"\e9f2"}.dlicon.business_bulb-61:before{content:"\e9f3"}.dlicon.business_bulb-62:before{content:"\e9f4"}.dlicon.business_bulb-63:before{content:"\e9f5"}.dlicon.business_business-contact-85:before{content:"\e9f6"}.dlicon.business_business-contact-86:before{content:"\e9f7"}.dlicon.business_business-contact-87:before{content:"\e9f8"}.dlicon.business_business-contact-88:before{content:"\e9f9"}.dlicon.business_business-contact-89:before{content:"\e9fa"}.dlicon.business_businessman-03:before{content:"\e9fb"}.dlicon.business_businessman-04:before{content:"\e9fc"}.dlicon.business_calculator:before{content:"\e9fd"}.dlicon.business_chair:before{content:"\e9fe"}.dlicon.business_chart-bar-32:before{content:"\e9ff"}.dlicon.business_chart-bar-33:before{content:"\ea00"}.dlicon.business_chart-growth:before{content:"\ea01"}.dlicon.business_chart-pie-35:before{content:"\ea02"}.dlicon.business_chart-pie-36:before{content:"\ea03"}.dlicon.business_chart:before{content:"\ea04"}.dlicon.business_cheque:before{content:"\ea05"}.dlicon.business_coins:before{content:"\ea06"}.dlicon.business_connect:before{content:"\ea07"}.dlicon.business_contacts:before{content:"\ea08"}.dlicon.business_currency-dollar:before{content:"\ea09"}.dlicon.business_currency-euro:before{content:"\ea0a"}.dlicon.business_currency-pound:before{content:"\ea0b"}.dlicon.business_currency-yen:before{content:"\ea0c"}.dlicon.business_factory:before{content:"\ea0d"}.dlicon.business_globe:before{content:"\ea0e"}.dlicon.business_goal-64:before{content:"\ea0f"}.dlicon.business_goal-65:before{content:"\ea10"}.dlicon.business_gold:before{content:"\ea11"}.dlicon.business_hammer:before{content:"\ea12"}.dlicon.business_handout:before{content:"\ea13"}.dlicon.business_handshake:before{content:"\ea14"}.dlicon.business_hat:before{content:"\ea15"}.dlicon.business_hierarchy-53:before{content:"\ea16"}.dlicon.business_hierarchy-54:before{content:"\ea17"}.dlicon.business_hierarchy-55:before{content:"\ea18"}.dlicon.business_hierarchy-56:before{content:"\ea19"}.dlicon.business_laptop-71:before{content:"\ea1a"}.dlicon.business_laptop-72:before{content:"\ea1b"}.dlicon.business_laptop-91:before{content:"\ea1c"}.dlicon.business_law:before{content:"\ea1d"}.dlicon.business_math:before{content:"\ea1e"}.dlicon.business_money-11:before{content:"\ea1f"}.dlicon.business_money-12:before{content:"\ea20"}.dlicon.business_money-13:before{content:"\ea21"}.dlicon.business_money-bag:before{content:"\ea22"}.dlicon.business_money-coins:before{content:"\ea23"}.dlicon.business_money-growth:before{content:"\ea24"}.dlicon.business_money-time:before{content:"\ea25"}.dlicon.business_net:before{content:"\ea26"}.dlicon.business_notes:before{content:"\ea27"}.dlicon.business_payment:before{content:"\ea28"}.dlicon.business_percentage-38:before{content:"\ea29"}.dlicon.business_percentage-39:before{content:"\ea2a"}.dlicon.business_pig:before{content:"\ea2b"}.dlicon.business_pin:before{content:"\ea2c"}.dlicon.business_plug:before{content:"\ea2d"}.dlicon.business_progress:before{content:"\ea2e"}.dlicon.business_round-dollar:before{content:"\ea2f"}.dlicon.business_round-euro:before{content:"\ea30"}.dlicon.business_round-pound:before{content:"\ea31"}.dlicon.business_round-yen:before{content:"\ea32"}.dlicon.business_safe:before{content:"\ea33"}.dlicon.business_scale:before{content:"\ea34"}.dlicon.business_sign:before{content:"\ea35"}.dlicon.business_signature:before{content:"\ea36"}.dlicon.business_stock:before{content:"\ea37"}.dlicon.business_strategy:before{content:"\ea38"}.dlicon.business_tie-01:before{content:"\ea39"}.dlicon.business_tie-02:before{content:"\ea3a"}.dlicon.business_wallet-43:before{content:"\ea3b"}.dlicon.business_wallet-44:before{content:"\ea3c"}.dlicon.business_wallet-90:before{content:"\ea3d"}