@import url('//fonts.googleapis.com/css?family=Lobster|Lobster+Two|Open+Sans|Open+Sans+Condensed:300,700,300italic&subset=latin,latin-ext');

body{
	margin: 0px;
	padding: 0px;
    background: #FFFFFF url('/img/homepage/noise_pattern.jpg') top left repeat;
    font: 12px "Segoe UI", "Lucida Grande", Arial;
	color: #404040;
}

#page-holder{
	margin:auto;
	width:1002px;
}


#header{
	padding: 15px 0px 10px;
	/*height: 70px;*/
}

.border-dashed {
    background:#FFFFFF url('/img/homepage/dashed_bg.png') top left repeat;
    height:1px;
    font-size:1px;
    margin-bottom: 10px;
}

#header #header-left{
	width:400px;
	/*height:70px;*/
	float:left;
    margin-top: 10px;
}

#header #header-left img{
    border:0;
}

#header #header-right{
	/*height:70px;*/
	width:264px;
	float:right;
    overflow: hidden;
    margin-top: 10px;
}

#header #header-right #auth,
#header #header-right .auth {
    #background: url("/img3/sprite.png") no-repeat scroll -12px -6px rgba(0, 0, 0, 0);    
    font-size: 12px;
    font-weight: bold;
    width:fit-content;
    width: -moz-fit-content;
    height:31px;
    position: absolute;
    top: 0px;
    #left: 352px;
    border-left: 3px solid #00427d;
    border-right: 1px solid #00427d;
    border-top: 1px solid #00427d;
    border-bottom: 1px solid #00427d;
    text-align: center;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 10px auto;
}
.auth-as {
	margin-top: 5px;
}
#header #header-right #auth #auth-btn,
#header #header-right .auth .auth-btn{
    padding-left: 5px;
    padding-top: 7px;
    width:auto;
    height:24px;
}

#header .auth_expired_at {
    margin-right: 10px;
}

#auth-panel,#recover-panel{
    display:none;
    width:223px;
    position:absolute;
    z-index:9999;
    overflow: hidden;
    margin-left:767px;
    margin-top:30px;
    background:#e0e0e0 url('/img3/bg-register-dialog.gif') repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #cacaca;
    padding:10px;
}
#auth-panel .txt,#recover-panel .txt{
    font-size:12px;
    color:#000;
    font-weight: bold;
    margin:0 0 13px 0;
}
#recover-panel .txt{
	font-weight: normal;
}
#auth-panel .input,#recover-panel .input{
    font-size: 10px;
    margin-bottom:7px;
}
#auth-panel .input input,#recover-panel .input input{
    border:1px solid #c7c7c7;
    height:22px;
    width:185px;
    color:#000;
    overflow: hidden;
    padding:0 5px;
	font-size:11px;
}
#auth-panel .links,#recover-panel .links{
    float:left;
    width:100px;
    margin-top:3px;
}
#auth-panel .links a,#recover-panel .links a{
    color:#005596;
    font-size:11px;
    line-height: 15px;
}
#auth-panel .submit-btn,#recover-panel .submit-btn{
    float:right;
    width:77px;
    height:25px;
    overflow: hidden;
    margin-right: 20px;
    margin-top:7px;
}
#recover-panel .submit-btn{
	width:auto;
	margin-right:27px;
}
#auth-panel .submit-btn input,#recover-panel .submit-btn input{
    border:0;
    padding:0;
    background:url(/img3/submit_btn.png) top left no-repeat !important;
    width:77px;
    height:24px;
    cursor:pointer;
	filter:none;
}
#auth-panel .submit-btn input:hover,#recover-panel .submit-btn input:hover{
    background:url(/img3/submit_btn.png) top left no-repeat !important;
}

.opensanscondensed {font-family: "Open Sans Condensed Light","Open Sans Condensed", "Open Sans";}

#header-links {
    text-align: right;
}

#header-links-v2{
    position:       absolute;
    right:          -7px;
    top:            33px;
    text-align:     right;
    margin-top:     10px;
    margin-right:   15px;
}

#header-links a{
    font-size:18px;
    color:#055aaa;
    margin-left:5px;
    text-decoration: none;
    padding-right:3px;
    display:inline-block;
}

#header-links-v2 a{
    font-size:      14px;
    color:          #454A4F;
    margin-left:    10px;
    text-decoration: none;
}

#header-links-v2 .fa-logos {
    margin-top: 4px;
    font-size: 14px;
}

#header-links-v2 .fa-bullets {
    float: left;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    background-color: rgb(158, 158, 158);
    margin-left: 2px;
    margin-right: 3px;
}

#header-links-v2 a:hover .fa-bullets  {
    background-color: rgb(190, 190, 190);
}

#header-links a span{
    background:url(/img3/sprite.png) no-repeat;
    width:15px;
    height:11px;
    display: inline-block;
}
#header-links a #emag{
     background-position: 2px -46px;
 }
#header-links a #blog{
    background-position: -38px -46px;
}
#header-links a #contact{
    background-position: -26px -46px;
}
#header-links a #ajutor{
    background-position: -12px -46px;
}

#header-user-logged span {
    font-size:  16px;
    margin-top: 2px;
}

#header-user-logged .unread-container {
    position: absolute;
    right: 31px;
    width: 47px;
    z-index: 99;
    top: 27px;
}

#header-user-logged .unread-messages {
    float: left;
    background-color: #FF4E00;
    padding: 0px 5px 1px 5px;
    border-radius: 7px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    margin:0 auto;
}

#header-user-logged .user-avatar {
    position: absolute;
    right: 50px;
}

#header-user-logged .user-name {
    position: absolute;
    right: 75px;
    font-size: 16px;
}

.userStyle{
    font-size:14px;
    margin-left: 50px;
    margin-top:-10px;
    width: 102px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.userStyle b{
    font-weight: bold;
    color:#004D9B;
}

#main-holder{

}

#main-holder #top-image{
	position:relative;
	height: 313px;
	margin-left:-9px;
}

#main-holder #top-image #top-carousel-ul li{
    height:311px;
    overflow: hidden;
	border:1px solid #c6c8ca;
	border-radius:5px;
}

#main-holder #top-image #top-carousel-ul #i1{
    background:url(/img3/slider_0.jpg) top left no-repeat;
}
#main-holder #top-image #top-carousel-ul #i2{
    background:url(/img3/slider_1.jpg) top left no-repeat;
}
#main-holder #top-image #top-carousel-ul #i3{
    background:url(/img3/slider_2.jpg) top left no-repeat;
}
#main-holder #top-image #top-carousel-ul #i4{
    background:url(/img3/slider_3.jpg) top left no-repeat;
}
#main-holder #top-image #top-carousel-ul #i5{
    background:url(/img3/slider_4.jpg) top left no-repeat;
}
#main-holder #top-image #top-carousel-ul #i6{
    background:url(/img3/slider_5.jpg) top left no-repeat;
}
#main-holder #top-image #top-carousel-ul #i7{
    background:url(/img3/slider_6.jpg) top left no-repeat;
}
#main-holder #top-image #top-carousel-ul .cnt{
    margin-left:594px;
    margin-top:168px;
    width:420px;
    height:110px;
    overflow:hidden;
}
#main-holder #top-image #top-carousel-ul .cnt .txt{
    font-size:13px;
    color:#000;
    margin-bottom:10px;
    float:right;
    width:340px;
    height:60px;
    overflow: hidden;
    margin-right:20px;
    line-height:15px;
}
#main-holder #top-image #top-carousel-ul .cnt .txt em{
	font-style:italic;
}
#main-holder #top-image #top-carousel-ul .cnt .txt a, #main-holder #top-image #top-carousel-ul .cnt .txt a:visited{
    color:#005696;
	cursor:pointer;
}
#main-holder #top-image #top-carousel-ul #i3 .cnt .txt{
	color:#fff;
}
#main-holder #top-image #top-carousel-ul #i3 .cnt .txt a, #main-holder #top-image #top-carousel-ul #i3 .cnt .txt a:visited{
    color:#6dcff6;
}
#main-holder #top-image #top-carousel-ul .cnt .img{
    float:left;
    width:44px;
    height:44px;
    border:1px solid #b4b4b4;
    border-radius: 5px;
}

#main-holder #top-image #carousel-control{
	position:absolute;
	top:286px;
	right:-20px;
	height:20px;
	width:160px;
}

#main-holder #top-image #carousel-control ul li{
	list-style-type: none;
    background:url(/img3/sprite.png) -55px -46px no-repeat;
    width:11px;
    height:11px;
    display: block;
    float:left;
    margin:0 3px;
    cursor:pointer;
}
#main-holder #top-image #carousel-control ul li.selected{
    background:url(/img3/sprite.png) -70px -46px no-repeat;
}

#main-holder #main-content{
	width: 1002px;
	margin:auto;
	border:1px solid #C8C9CB;
	border-top:0;
	border-radius: 0 0 5px 5px;
    background:#fff;
}


#main-holder #main-content #top-separator{
	margin:auto;
	height:4px;
	width: 980px;
	border-radius: 0 0 4px 4px;
	background-color:#CCCCCC;
}

#main-holder #main-content #center-holder{
    background-color:#fff;
}

#main-holder #main-content #center-holder #center-left{
	float:left;
	width:600px;
	padding:10px 50px 15px 50px;
}

#main-tabs{
	position:relative;
	width:600px;
	height:270px;
}

#main-tabs .tab{
	z-index:1;
	position:absolute;
	top:-15px;
	left:0px;
	padding: 96px 223px 70px 30px;
    width:377px;
    height:132px;
}

#main-tabs .tab .tab-title{
	font-family: "Segoe UI","lucida grande",Arial;
	font-size:18px;
	font-weight: bold;
	color:#005696;
    margin-bottom:12px;
}

#main-tabs #tab2.tab .tab-title{
	margin-bottom:0;
}

#main-tabs .tab .tab-text{
    font-family: "Segoe UI","lucida grande",Arial;
    font-size:13px;
    line-height:18px;
    color:#000000;
    height:100px;
    overflow: hidden;
}
#main-tabs #tab2.tab .tab-text{
	height:87px;
}
.btn-sign-up{
    width:205px;
    height:39px;
    overflow: hidden;
    margin-left:61px;
}
.btn-sign-up-small{
    width:132px;
    height:25px;
    overflow: hidden;
}

#main-tabs #tab-controls{
	z-index: 10;
	position:absolute;
	top:0px;
	left:0px;
}

#main-tabs #tab-controls .tab-control{
	float:left;
	width:137px;
	height:53px;
	opacity:.3;
    filter: alpha(opacity = 30);
    cursor:pointer;
}

#main-tabs #tab-controls #tab-control1.tab-control{
    background:url(/img3/sprite.png) 30px -157px no-repeat;
}
#main-tabs #tab-controls #tab-control2.tab-control{
    background:url(/img3/sprite.png) -182px -157px no-repeat;
}
#main-tabs #tab-controls #tab-control3.tab-control{
    background:url(/img3/sprite.png) -82px -199px no-repeat;
}

#main-tabs #tab1.tab{
     background:url(/img3/tab_1.png) top left no-repeat;
}
#main-tabs #tab2.tab{
    background:url(/img3/tab_2.png) top left no-repeat;
}
#main-tabs #tab3.tab{
    background:url(/img3/tab_3.png) top left no-repeat;
    width:335px;
    padding-right:231px;
}

.tab-selected{
	opacity: 1 !important;
    filter: alpha(opacity = 100);
}

#main-tabs #tab-controls .separator{
    float:left;
    width:2px;
    height:27px;
    background:url(/img3/sprite.png) 0px 0px;
}

#main-holder #main-content #center-holder #center-right{
	float:right;
	padding:10px;
	width:280px;
}

#main-links .links{
    background:url(/img3/bkg_links.png) top left repeat-x;
    width:600px;
    height:72px;
    overflow: hidden;
    margin-bottom:30px;

}
#main-links .links .link{
    float:left;
    width:192px;
    height:62px;
    padding-top:8px;
    overflow:hidden;
    color:#fff;
    font-size:14px;
    font-weight: bold;
    line-height: 14px;
    margin-right:8px;
	cursor:auto;
	text-decoration:none;
}
#main-links .links .link .img{
    width:43px;
    height:40px;
    float:left;
}
#main-links .links .link .txt{
    float:right;
    width:122px;
}

#main-links .links .link #links-image-1{
    background:url(/img3/sprite.png) -184px -65px no-repeat;
    margin-left:12px;
    margin-top:7px;
}
#main-links .links .link #links-image-2{
    background:url(/img3/sprite.png) -153px -110px no-repeat;
    margin-left:12px;
    margin-top:7px;
}
#main-links .links .link #links-image-3{
    background:url(/img3/sprite.png) -256px -110px no-repeat;
    margin-left:12px;
    margin-top:7px;
}


.footerHomepage {
    margin-top:100px;
    height: 135px;
}

.footerHomepage a {
    color:#757474;
    text-decoration: none;
}

.footerHomepageContent {
    margin:0 auto;
    width:980px;
	height: 100%;
    font-size: 11px;
}

.footerHomepageContent .infoTerms {
    float:left;
    width:655px;
}

.footerHomepageContent .linksFooter {
    float:left;
    width:250px;
	height: 100px;
    background-color: #f5f5f5;
}
.linksFooter ul {
    list-style: none;
}

.linksFooter ul li a {
    color:#757474;
    text-decoration: none;
}

.storeLogosFooter {
    float:right; margin-right:20px;width: 105px;
}

.footer {
    margin-top:100px;
    height: 135px;
}

.footer li {
	line-height: 20px;
}

.footer ul, .footer ol {
    margin: 0 0 10px 25px;
    padding: 0;
}

.footer a {
    color:#757474;
    text-decoration: none;
}

.footerContent {
    margin:0 auto;
    width:980px;
	height: 100%;
    font-size: 11px;
}

.footerContent .infoTerms {
    float:left;
    width:655px;
}

.footerContent .linksFooter {
    float:left;
    width:300px;
	height: 100px;
    background-color: #f5f5f5;
}
.linksFooter ul {
    list-style: none;
}

.linksFooter ul li a {
    color:#757474;
    text-decoration: none;
}


h2.homepage{
	font-family: "Segoe UI","lucida grande",Arial;
	font-size:18px;
	font-weight: bold;
	line-height:19px;
	border-bottom:1px solid #CCDCE9;
	color:#025696;
    margin:14px 0;
}

.selected{
	font-weight:bold;
}

.clear{
	clear:both;
}

.input-error {
    color:#CC0000;
    border:1px solid #CC0000;
}

.error-img{
    background: url('/img/icons/error.png') no-repeat center center;
    width:21px;
    height:17px;
    display: inline-block;

}

#auth-panel .error-img,
#register-form .error-img,
#resetPassword-form .error-img,
#recover-password-frm .error-img,
#recover-panel .error-img,
#payment-dialog .error-img{
    height:22px;
    position:absolute;
}

.register-dialog, .resetPassword-form, .recover-password {
    background:#e0e0e0 url('/img3/bg-register-dialog.gif') repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:12px;
    border:1px solid #cacaca;
}
.register-dialog .ui-dialog-titlebar, .resetPassword-form .ui-dialog-titlebar, .recover-password .ui-dialog-titlebar{
    color:#000000;
    background:none;
    font: 14px "Segoe UI", "Lucida Grande", Arial;
	font-weight:bold;
	text-indent:0 !important;
	padding:0.5em 0.3em 0.3em 0.7em !important;
	filter:none;
}
.register-dialog .ui-dialog-content, .register-dialog .ui-dialog-content input, .register-dialog .ui-dialog-content label, #auth-panel .input label, .resetPassword-form .ui-dialog-content, .resetPassword-form .ui-dialog-content input, .resetPassword-form .ui-dialog-content label, .recover-password .ui-dialog-content, .recover-password .ui-dialog-content input, .recover-password .ui-dialog-content label,#recover-panel .input label{
	font: 11px "Segoe UI", "Lucida Grande", Arial;
}
.register-dialog .ui-dialog-content label, #auth-panel .input label, .resetPassword-form .ui-dialog-content label, .recover-password .ui-dialog-content label,#recover-panel .input label{
	color:#C7C7C7;
}
.register-dialog .ui-dialog-content input, .resetPassword-form .ui-dialog-content input, .recover-password .ui-dialog-content input{
	padding:0 5px;
	padding-bottom:2px;
	width:190px;
}
.ui-dialog {position:fixed;}
.register-dialog .ui-widget-header .ui-icon,
.register-dialog .ui-widget-header .ui-state-hover .ui-icon,
.resetPassword-form .ui-widget-header .ui-icon,
.resetPassword-form .ui-widget-header .ui-state-hover .ui-icon,
.recover-password .ui-widget-header .ui-icon,
.recover-password .ui-widget-header .ui-state-hover .ui-icon{
    background:url('/img3/x-register-dialog.gif') center no-repeat;
}

.register-dialog .ui-widget-header .ui-state-hover, .resetPassword-form .ui-widget-header .ui-state-hover, .recover-password .ui-widget-header .ui-state-hover{
    background:none;
    border:none;
    margin:none;
    padding:1px;
}

.register-dialog input, .resetPassword-form input, .recover-password input{
    width:190px;
    height:22px;
    border:1px solid #b8b8b8;
    margin-bottom:8px;
}
.register-dialog input[type=checkbox], .resetPassword-form input[type=checkbox], .recover-password input[type=checkbox]{
	width:auto;
	height:auto;
}
.register-dialog label, #auth-panel .input label, .resetPassword-form label, .recover-password label, #recover-panel .input label{
    display:none;
    position:absolute;
    margin-top:-28px;
    margin-left:5px;
    height:22px;
    line-height:22px;
}
#auth-panel .input label, .recover-password .input label,#recover-panel .input label{
	margin-top:-24px;
}
.register-dialog .ui-dialog-titlebar-close, .resetPassword-form .ui-dialog-titlebar-close, .recover-password .ui-dialog-titlebar-close{
	top:10px !important;
	right:0px !important;
}

button::-moz-focus-inner{
	border:0 !important;
    padding:0 !important;
	margin:0 !important;
}
@-moz-document url-prefix() {
    .btn-small .link {
        padding-top:12px !important;
    }
	.btn-blue-small .link {
        padding-top:12px !important;
    }
	.btn-big .link {
        padding-top:18px !important;
		padding-bottom:20px !important;
    }
}


.btn-big{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: auto;
	overflow: visible;
	padding-right:43px;
	cursor:pointer;
	display:inline-block;
}
.btn-big .link{
	background:url(/img3/btn_map.png) 0 -1px;
	color:#fff;
	font-family:'Trebuchet MS',Verdana,Arial;
	font-size:19px;
	text-decoration:none;
	display:block;
	padding:19px 13px 19px 15px;
	overflow:visible;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}
.btn-big.ico{
	background:url(/img3/btn_map.png) right -847px no-repeat;
	padding-right:6px;
}
.btn-big.ico1{
	background:url(/img3/btn_map.png) right -67px;
}
.btn-big:hover.ico1{
	background:url(/img3/btn_map.png) right -106px;
}




.btn-small{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 140px;
	overflow: visible;
	padding-right:28px;
	cursor:pointer;
	display:inline-block;
}
.btn-small .link{
	background:url(/img3/btn_map.png) -47px -40px;
	color:#fff;
	font-family:'Trebuchet MS',Verdana,Arial;
	font-size:12px;
	display:block;
	overflow:visible;
	text-decoration:none;
	padding:13px 5px 13px 7px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}
.btn-small.ico{
	background:url(/img3/btn_map.png) right -929px no-repeat;
	padding-right:4px;
}
.btn-small.ico1{
	background:url(/img3/btn_map.png) right -145px no-repeat;
}
.btn-small:hover.ico1{
	background:url(/img3/btn_map.png) right -172px no-repeat;
}
.btn-small.ico2{
	background:url(/img3/btn_map.png) right -199px no-repeat;
    width: auto;
}
.btn-small:hover.ico2{
	background:url(/img3/btn_map.png) right -226px no-repeat;
}
.btn-small.ico3{
	background:url(/img3/btn_map.png) right -253px no-repeat;
}
.btn-small:hover.ico3{
	background:url(/img3/btn_map.png) right -280px no-repeat;
}
.btn-small.ico4{
	background:url(/img3/btn_map.png) right -307px no-repeat;
}
.btn-small:hover.ico4{
	background:url(/img3/btn_map.png) right -334px no-repeat;
}
.btn-small.ico5{
	background:url(/img3/btn_map.png) right -361px no-repeat;
}
.btn-small:hover.ico5{
	background:url(/img3/btn_map.png) right -388px no-repeat;
}
.btn-small.ico6{
	background:url(/img3/btn_map.png) right -415px no-repeat;
}
.btn-small:hover.ico6{
	background:url(/img3/btn_map.png) right -442px no-repeat;
}
.btn-small.ico7{
	background:url(/img3/btn_map.png) right -469px no-repeat;
}
.btn-small:hover.ico7{
	background:url(/img3/btn_map.png) right -496px no-repeat;
}
.btn-small.ico8{
	background:url(/img3/btn_map.png) right -523px no-repeat;
}
.btn-small:hover.ico8{
	background:url(/img3/btn_map.png) right -550px no-repeat;
}
.btn-small.ico9{
	background:url(/img3/btn_map.png) right -577px no-repeat;
}
.btn-small:hover.ico9{
	background:url(/img3/btn_map.png) right -604px no-repeat;
}
.btn-small.ico10{
	background:url(/img3/btn_map.png) right -631px no-repeat;
}
.btn-small:hover.ico10{
	background:url(/img3/btn_map.png) right -658px no-repeat;
}
.btn-small.ico11{
	background:url(/img3/btn_map.png) right -685px no-repeat;
}
.btn-small:hover.ico11{
	background:url(/img3/btn_map.png) right -712px no-repeat;
}
.btn-small.ico12{
	background:url(/img3/btn_map.png) right -739px no-repeat;
}
.btn-small:hover.ico12{
	background:url(/img3/btn_map.png) right -766px no-repeat;
}
.btn-small.ico13{
	background:url(/img3/btn_map.png) right -793px no-repeat;
}
.btn-small:hover.ico13{
	background:url(/img3/btn_map.png) right -820px no-repeat;
}
.btn-small.ico14{
	background:url(/img3/btn_map.png) right -983px no-repeat;
}
.btn-small:hover.ico14{
	background:url(/img3/btn_map.png) right -1010px no-repeat;
}


.btn-blue-big{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: auto;
	overflow: visible;
	padding-right:43px;
	cursor:pointer;
	display:inline-block;
}
.btn-blue-big .link{
	background:url(/img3/btn_map_blue.png) 0 -1px;
	color:#fff;
	font-family:'Trebuchet MS',Verdana,Arial;
	font-size:19px;
	text-decoration:none;
	line-height:37px;
	height:37px;
	display:block;
	padding:0 13px !important;
	overflow:visible;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}
.btn-blue-big.ico{
	background:url(/img3/btn_map_blue.png) right -847px no-repeat;
	padding-right:6px;
}
.btn-blue-big.ico1{
	background:url(/img3/btn_map_blue.png) right -67px;
}
.btn-blue-big:hover.ico1{
	background:url(/img3/btn_map_blue.png) right -106px;
}

.btn-blue-small{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: auto;
	overflow: visible;
	padding-right:28px;
	cursor:pointer;
	display:inline-block;
}
.btn-blue-small .link{
	background:url(/img3/btn_map_blue.png) -47px -40px;
	color:#fff;
	font-family:'Trebuchet MS',Verdana,Arial;
	font-size:12px;
	display:block;
	overflow:visible;
	text-decoration:none;
	padding:13px 2px 13px 5px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}

.btn-blue-small .link em{
	display:inline;
	font-style:normal;
}

.btn-blue-small.ico{
	background:url(/img3/btn_map_blue.png) right -929px no-repeat;
	padding-right:4px;
}
.btn-blue-small.ico1{
	background:url(/img3/btn_map_blue.png) right -145px no-repeat;
}
.btn-blue-small:hover.ico1{
	background:url(/img3/btn_map_blue.png) right -172px no-repeat;
}
.btn-blue-small.ico2{
	background:url(/img3/btn_map_blue.png) right -199px no-repeat;
}
.btn-blue-small:hover.ico2{
	background:url(/img3/btn_map_blue.png) right -226px no-repeat;
}
.btn-blue-small.ico3{
	background:url(/img3/btn_map_blue.png) right -253px no-repeat;
}
.btn-blue-small:hover.ico3{
	background:url(/img3/btn_map_blue.png) right -280px no-repeat;
}
.btn-blue-small.ico4{
	background:url(/img3/btn_map_blue.png) right -307px no-repeat;
}
.btn-blue-small:hover.ico4{
	background:url(/img3/btn_map_blue.png) right -334px no-repeat;
}
.btn-blue-small.ico5{
	background:url(/img3/btn_map_blue.png) right -361px no-repeat;
}
.btn-blue-small:hover.ico5{
	background:url(/img3/btn_map_blue.png) right -388px no-repeat;
}
.btn-blue-small.ico6{
	background:url(/img3/btn_map_blue.png) right -415px no-repeat;
}
.btn-blue-small:hover.ico6{
	background:url(/img3/btn_map_blue.png) right -442px no-repeat;
}
.btn-blue-small.ico7{
	background:url(/img3/btn_map_blue.png) right -469px no-repeat;
}
.btn-blue-small:hover.ico7{
	background:url(/img3/btn_map_blue.png) right -496px no-repeat;
}
.btn-blue-small.ico8{
	background:url(/img3/btn_map_blue.png) right -523px no-repeat;
}
.btn-blue-small:hover.ico8{
	background:url(/img3/btn_map_blue.png) right -550px no-repeat;
}
.btn-blue-small.ico9{
	background:url(/img3/btn_map_blue.png) right -577px no-repeat;
}
.btn-blue-small:hover.ico9{
	background:url(/img3/btn_map_blue.png) right -604px no-repeat;
}
.btn-blue-small.ico10{
	background:url(/img3/btn_map_blue.png) right -631px no-repeat;
}
.btn-blue-small:hover.ico10{
	background:url(/img3/btn_map_blue.png) right -658px no-repeat;
}
.btn-blue-small.ico11{
	background:url(/img3/btn_map_blue.png) right -685px no-repeat;
}
.btn-blue-small:hover.ico11{
	background:url(/img3/btn_map_blue.png) right -712px no-repeat;
}
.btn-blue-small.ico12{
	background:url(/img3/btn_map_blue.png) right -739px no-repeat;
}
.btn-blue-small:hover.ico12{
	background:url(/img3/btn_map_blue.png) right -766px no-repeat;
}
.btn-blue-small.ico13{
	background:url(/img3/btn_map_blue.png) right -793px no-repeat;
}
.btn-blue-small:hover.ico13{
	background:url(/img3/btn_map_blue.png) right -820px no-repeat;
}
.btn-blue-small.ico14{
	background:url(/img3/btn_map_blue.png) right -983px no-repeat;
}
.btn-blue-small:hover.ico14{
	background:url(/img3/btn_map_blue.png) right -1010px no-repeat;
}
.btn-blue-small.ico15{
	background:url(/img3/btn_map_blue.png) right -1037px no-repeat;
}
.btn-blue-small:hover.ico15{
	background:url(/img3/btn_map_blue.png) right -1064px no-repeat;
}

.btn-blue-small.ico15 .link{
	padding:13px 0;
}

#advertisers .img{
	float:left;
}

#recover-error-message-holder.errorMessage1{
	color:#000;
}
.right-user-content #terms,.right-user-content #nl{
	width:auto !important;
}
.link-error.visitors{
	position:relative;
	margin-right:-30px;
	margin-top:-32px;
}
.link-error.categories{
	position:relative;
	margin-right:-30px;
	margin-top:-32px;
}

.left-user-title .wizard{
	font-size:22px;
	font-weight:bold;
}
.left-user-title .wizard .nr-inactive{
	padding:0 7px;
	border-radius:3px;
	font-size:22px;
	background:#c1c1c1;
	color:#fff;
}
.left-user-title .wizard .nr-active{
	padding:0 7px;
	border-radius:3px;
	font-size:22px;
	background:#005696;
	color:#fff;
}
.left-user-title .wizard .text-inactive{
	color:#c1c1c1;
}
.left-user-title .wizard img{
	vertical-align:text-top;
	padding:0 50px;
}

#blacklist-table-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background: #2b6ea1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiNmVhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTUwOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2b6ea1 0%, #01508b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b6ea1), color-stop(100%,#01508b));
	background: -webkit-linear-gradient(top,  #2b6ea1 0%,#01508b 100%);
	background: -o-linear-gradient(top,  #2b6ea1 0%,#01508b 100%);
	background: -ms-linear-gradient(top,  #2b6ea1 0%,#01508b 100%);
	background: linear-gradient(to bottom,  #2b6ea1 0%,#01508b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b6ea1', endColorstr='#01508b',GradientType=0 );
	height:20px;
	line-height:20px;
	padding:10px 0px 10px 14px;
}
#blacklist-table{
	font-family:Arial, Helvetica, sans-serif;
}
#blacklist-table .header{
	background:#E5EEF5 !important;
	border-top:1px solid #fff;
}
#blacklist-table .header th{
	border-right:1px solid #fff;
	padding:6px;
	font-weight:bold;
	font-size:11px;
	color:#333;
	height:22px;
}
#blacklist-table .header th#header-col-1{
	text-align:center;
	width:20px;
	padding:6px 0;
}
#blacklist-table .header th#header-col-2{
	width:20px;
}
#blacklist-table .header th#header-col-5{
	border-right:none;
}
#blacklist-table tr.odd{
	background:#fff;
	border-bottom:1px solid #F1F6FA;
}
#blacklist-table tr.even{
	background:#F1F6FA;
	border-bottom:1px solid #fff;
}
#blacklist-table tr td{
	height:25px;
	overflow:hidden;
	padding:0 6px;
}
#blacklist-table tr td.col-1{
	overflow:hidden;
	width:20px;
	text-align:center;
}
#blacklist-table tr td.col-2{
	width:20px;
}
#blacklist-table tr td input{
	height:18px;
	font-size:11px;
}

#blacklist-table tr.odd td{
	border-right:1px solid #F1F6FA;
}
#blacklist-table tr.even td{
	border-right:1px solid #FFF;
}
#blacklist-table tr td.col-3{
	width:238px;
}
#blacklist-table tr td.col-3 input{
	width:230px;
}
#blacklist-table tr td.col-4{
	width:378px;
}
#blacklist-table tr td.col-4 input{
	width:370px;
}
#blacklist-table tr td.col-5{
	border-right:none;
}
#blacklist-table tr.selected-item{
	background:#B5C5D1;
}
#blacklist-table tr td select{
	font-size:11px;
	height:19px;
	padding:0px !important;
	padding-left:3px !important;
	width:auto !important;
}
#blacklist-table .error-icon{
	position:absolute;
	background:url("/img/icons/error.png") top left no-repeat;
	width:21px;
	height:17px;
	margin-top:-19px;
	margin-left:238px;
}








#reports-filters{
	position:relative;
	margin-top:-15px;
	line-height:normal;
	margin-bottom:10px;
}
#advertiser_multiselect_container{
	float:left;
}
#advertiser_multiselect_container #ddcl-advertiser_multiselect{
	border:1px solid #cccccc;
	line-height:14px;
	overflow:hidden;
	padding:3px !important;
	color:#000;
}
#advertiser_multiselect_container .ui-icon-triangle-1-e,#advertiser_multiselect_container .ui-icon-triangle-1-s{
	background-position:-64px -16px;
	border:1px solid #707070;
	width:13px;
	height:13px;
	padding:1px;
	background-color:#f2f2f2;
}
#advertiser_multiselect_container #ddcl-advertiser_multiselect .ui-dropdownchecklist-text{
	overflow:hidden;
	line-height:17px;
	float:left;
	width:180px;
}
#advertiser_multiselect_container #ddcl-advertiser_multiselect .ui-dropdownchecklist-selector{
	width:200px;
}
#advertiser_multiselect_container #ddcl-advertiser_multiselect-ddw .ui-dropdownchecklist-dropcontainer{
	border-left:2px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	height:auto !important;
}

#advertiser_multiselect_container .ui-dropdownchecklist-item{
	line-height:14px;
	padding:3px;
	color:#000;
}
#advertiser_multiselect_container .ui-dropdownchecklist-item:hover{
	background:#3399ff;
	color:#f2f2f2;
}
#advertiser_multiselect_container .ui-dropdownchecklist-item input{
	float:left;
}
#advertiser_multiselect_container .ui-dropdownchecklist-item input{
	border:none !important;
	height:16px !important;
}
#payment_multiselect_container{
	float:left;
	position:absolute;
	left:275px;
}
#payment_multiselect_container #ddcl-payment_multiselect{
	border:1px solid #cccccc;
	line-height:14px;
	overflow:hidden;
	padding:3px !important;
	color:#000;
}
#payment_multiselect_container .ui-icon-triangle-1-e,#payment_multiselect_container .ui-icon-triangle-1-s{
	background-position:-64px -16px;
	border:1px solid #707070;
	width:13px;
	height:13px;
	padding:1px;
	background-color:#f2f2f2;
}
#payment_multiselect_container #ddcl-payment_multiselect .ui-dropdownchecklist-text{
	overflow:hidden;
	line-height:17px;
	float:left;
	width:180px;
}
#payment_multiselect_container #ddcl-payment_multiselect .ui-dropdownchecklist-selector{
	width:200px;
}
#payment_multiselect_container #ddcl-payment_multiselect-ddw .ui-dropdownchecklist-dropcontainer{
	border-left:2px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	height:auto !important;
}

#payment_multiselect_container .ui-dropdownchecklist-item{
	line-height:14px;
	padding:3px;
	color:#000;
	background:none;
	height:auto;
}
#payment_multiselect_container .ui-dropdownchecklist-item:hover{
	background:#3399ff;
	color:#f2f2f2;
}
#payment_multiselect_container .ui-dropdownchecklist-item input{
	float:left;
}
#payment_multiselect_container .ui-dropdownchecklist-item input{
	border:none !important;
	height:16px !important;
}
#period_select_container{
	float:right;
}
#reports-filters #period{
	margin-top:5px;
}
#chartPeriod h1{
	border-bottom:none;
}

#payment_multiselect_container .ui-dropdownchecklist-indent{
	padding-left:20px;
}
#payment_multiselect_container .ui-dropdownchecklist-group{
	background:none;
	line-height:20px;
	height:20px;
	color:#000;
}


.admin_pr{
	border:1px solid #000;
	background:#fff;
	width:30px;
	height:3px;
	position:relative;
	float:left;
	margin-top:-10px;
	overflow:hidden;
	line-height:3px;
}
.admin_pr .pr{
	background:green;
}


.dataTables_paging_text{
	float:left;
}
.paginate_disabled_next, .paginate_next{
	background:url(/img/arr_r.gif) top left no-repeat !important;
	width:17px !important;
	height:17px !important;
	overflow:hidden !important;
	display:block !important;
	float:left !important;
	padding:0 !important;
	margin:0 !important;
}
.paginate_disabled_previous, .paginate_previous{
	background:url(/img/arr_l.gif) top left no-repeat !important;
	width:17px !important;
	height:17px !important;
	overflow:hidden !important;
	display:block !important;
	float:left !important;
	padding:0 !important;
	margin:0 !important;
	margin:0 5px !important;
}
.dataTables_paginate{
	float:right;
	width:90px;
	overflow:hidden;
	height:18px;
	padding-top:5px;
}
.dataTables_info{
	float:left;
	line-height:25px;
}
.dataTables_processing{
	background:url(/images/semi-transparent.gif) top left repeat !important;
	line-height:25px !important;


	height:100% !important;
	top:0 !important;
	width:100% !important;
	left:0 !important;
	margin:0 !important;
	padding:0 !important;
}
.dataTables_processing div{
	position:relative;
	margin:0 auto;
	top:45%;
	background:url(/images/loading.gif) 44% 5px no-repeat;
	padding-left:16px;
	font-size:14px !important;
	font-weight:bold;
	color:#014AA7 !important;
}
.dataTables_filter{
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin-right:30px;
}
.dataTables_length{
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin-right:30px;
}









#affiliate_info .content{
	padding:10px;
}
#affiliate_info .fraud_risk, #affiliate_info .current_earn{
	float:right;
	border:1px solid lightGrey;
	text-align:center;
	padding:10px;
	margin:0 10px;
	font-size:14px;
}
#affiliate_info .promo_methods{
	margin-top:20px;
	margin-right:10px;
}
#affiliate_info .promo_methods .title{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#affiliate_info .promo_methods .promo_methods_list{
	height:170px;
	overflow-y:scroll;
	border:1px solid lightGrey;
	padding:5px;
	float:right;
	text-align:left;
	line-height:16px;
    width: 228px;
}
#affiliate_info_observations .content{
	margin:10px;
	border:1px solid lightGrey;
	max-height:100px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#affiliate_info_observations .content .observation{
	border-bottom:1px solid #ccc;
	font-size:11px;
	line-height:20px;	
	padding-left:10px;
	padding-right:10px;
}
#affiliate_info_observations .new-observation{
	margin:10px;
}
#affiliate_info_observations .new-observation input{
	height:	22px;
	width:600px;
}

#affiliate_documents .tabs, .affiliates-table .tabs{
	margin-left:20px;
}
#affiliate_documents .tabs .tab, .affiliates-table .tabs .tab{
	border-top: 1px solid lightGrey;
	border-left: 1px solid lightGrey;
	border-right: 1px solid lightGrey;
	padding: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: white;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(225, 225, 225, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(225, 225, 225, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(225, 225, 225, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(225, 225, 225, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(225, 225, 225, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(225, 225, 225, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
	display: inline-block;
	margin-left: 10px;
	float:left;
	cursor:pointer;
}
#affiliate_documents .content, .affiliates-table .content {
	border:1px solid lightGrey;
	padding:10px;
	border-radius:5px;
}
#affiliate_documents #documents-content table, .affiliates-table #documents-content table{
    width:100%;
	border:1px solid #fff;
	border-bottom:none;
	border-right:none;
	font-size:11px;
}
#affiliate_documents #documents-content table tr.header, .affiliates-table #documents-content table tr.header{
	border-bottom:1px solid #fff;
	height:34px;
}
#affiliate_documents #documents-content table tr, .affiliates-table #documents-content table tr{
	border-bottom:1px solid #fff;
	height:22px;
}
#affiliate_documents #documents-content table tr:nth-child(odd), .affiliates-table #documents-content table tr:nth-child(odd){
	background:#F1F6FA;
}
#affiliate_documents #documents-content table tr th,#affiliate_documents #documents-content table tr td, .affiliates-table #documents-content table tr th,.affiliates-table #documents-content table tr td{
	border-right:1px solid #F1F6FA;
	padding:0 5px;
}
#affiliate_documents #documents-content table tr:nth-child(odd) th, #affiliate_documents #documents-content table tr:nth-child(odd) td, .affiliates-table #documents-content table tr:nth-child(odd) th, .affiliates-table #documents-content table tr:nth-child(odd) td{
	border-right:1px solid #fff;
}
#affiliate_documents #documents-content table th, .affiliates-table #documents-content table th{
	background:#E5EEF5;
	height:22px;
	padding-top:6px;
	padding-bottom:6px;
}


#payable_amount{
	width:100px;
}

.ui-jqgrid .ui-jqgrid-htable th div{
	height:auto !important;
}

#invoiceFrm dl dt{
	width:100px;
}

#invoiceFrm dl dd{
	width:auto;
}

#advertiser-catalog #ordering-wrapper{
        margin-top: 15px;
}
#advertiser-catalog .order-title{
        width:60px !important;
        line-height: 26px;
}

#advertiser-catalog .order-item{
        color: #033d8f;
        width:auto;
        padding:5px;
        float:left;
        margin-right: 10px;
        cursor:pointer;
}

#advertiser-catalog .order-item.selected{
        background-color: #d4e5f5;
        font-weight: normal;
        -moz-border-radius: 3px;
        border-radius: 3px;
}
#advertiser-catalog .list_advertisers .logo, #advertiser-catalog .list_advertisers .info1, #advertiser-catalog .list_advertisers .info2, #advertiser-catalog .list_advertisers .info3{
	float:left;
}
/*#advertiser-catalog .list_advertisers .info3{
	float:right;
}*/
#advertiser-catalog .list_advertisers .logo{
	width:140px;
	text-align:center;
    margin-left: 20px;
    margin-top: 10px;
}

.list_advertisers .badges{
    float: left;
    width:150px;
    text-align:center;
    margin-left: 20px;
    margin-top: 10px;
}

.list_advertisers .badges_info{
    float: none;
    width: auto;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
}

.list_advertisers .badges .badge {
    /*width: 30px;*/
    height: 21px;
    display: inline-block;
    text-align: left;
    border-radius: 3px;
    font-size: 13px;
    /*padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;*/
    font-family: 'Open Sans';
    margin-right: 1px;
    background-color: #00af46;
}

.list_advertisers .badges .badge a {
    display: block;
    padding: 0px 4px;
}

.list_advertisers .badges .green {
    background-color: #00af46;
}

.list_advertisers .badges .yellow {
    background-color: #d6d803;
}

.list_advertisers .badges .orange {
    background-color: #ff7f00;
}

.list_advertisers .badges .red {
    background-color: #ed2c23;
}
.list_advertisers .badges .grey {
    background-color: #B8B8B8;
}

.list_advertisers .badges .phone {
    width: 20px;
    height: 21px;
    /*padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;*/
    border-radius: 50%;
    text-align: center;
}

.list_advertisers .badges .phone a {
    display: block;
    padding: 0px 4px;
}

.list_advertisers .badges .phone i {
    position: relative;
}

.list_advertisers .badges .phone i span {
    position: absolute;
    left: 2px;
    font-size: 14px;
    top: 1px;
}

.list_advertisers .badges i {
    color: #fff;
}

.list_advertisers .badges i span{
    font-family: "Open Sans";
    font-size: 10px;
    color: #fff;
}

#advertiser-catalog .list_advertisers .premium_badge {
    position: absolute;
    right: 0;
    top: 0;
    width: 101px;
    height: 102px;
    background: url('/img/badge.png');
}

#advertiser-catalog .list_advertisers .info1{
	width: 220px;
/*    border:1px solid red;*/
}
#advertiser-catalog .list_advertisers .info2{
	width:230px;
	margin-left:10px;
/*    border: 1px solid green;*/
}

#advertiser-catalog .list_advertisers .info3{
    width:230px;
    margin-left:10px;
}
#advertiser-catalog .list_advertisers .advertiser{
	margin:    10px 0;
	border:    1px solid #D5D5D5;
	padding:   10px;
    position:  relative;
    border-radius: 10px;
}

/*redundancy for adblock */
#advertiser-catalog .list_advertisers .new-advertiser{
    margin:    10px 0;
    border:    1px solid #D5D5D5;
    padding:   10px;
    position:  relative;
    border-radius: 10px;
}

#advertiser-catalog .list_advertisers .advertiser_premium {
    background-color: #f4f7d3;
}

#advertiser-catalog .list_advertisers .adv-no {
    padding: 3px 5px 5px;
    text-align: center;
    background: #2b6ea1;
    color: whitesmoke;
    position: absolute;
    top:    0;
    left:   0;
    font-size: 1.3em;
    border-radius: 5px;
}

#advertiser-catalog .contactAdvertiser {
    background:url(/img/glyphicons_envelope.png) top left no-repeat;
    width:24px;
    height:24px;
    position: relative;
    float:left;
    cursor:pointer;
    /*border: 1px solid red;*/
}

#advertiser-catalog .contactAdvertiser a {
    width:100%;
    height:100%;
    
}

#advertiser-catalog .search_advertisers .searchsubmit {
    background: #75726F url('/img/search.png') 0 0 no-repeat;
    right: 0px;
    top: 2px;
    z-index: 2;
    height: 28px;
    width: 28px;
    border: 1px solid white;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    display: block;
}

#advertiser-catalog .list_advertisers .adv-link {
    display: block;
    margin-left: 33px;
    font-size:14px;
}

#different-categories {
    background-color: #fff;
}

#different-categories .commission-categs {
    margin-left: 170px;
    font-size: 1.7em;
    width: 200px;
    position: relative;
    text-align: center;
/*    border: 1px solid red;*/
}

#different-categories .commission-standard {
    margin-top: 20px;
    font-size: 1.7em;
    font-weight: bold;
    position: relative;
}
#different-categories .table-commissions {
    width:  100%;
}
#different-categories .table-commissions tr td{
    font-size:12px;
}
#different-categories .table-commissions .odd{
    background-color: #FFFFFF;
}
#different-categories .table-commissions .even{
    background-color: #f1f6fa;
}

#different-categories .grid-title {
    float: left;
    margin: .1em 0 .2em;
    height: 33px;
    width:  100%;
    margin-top: 10px;
    line-height: 33px;
    background: #2b6ea1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2b6ea1 0%, #01508b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b6ea1), color-stop(100%,#01508b));
    background: -webkit-linear-gradient(top, #2b6ea1 0%,#01508b 100%);
    background: -o-linear-gradient(top, #2b6ea1 0%,#01508b 100%);
    background: -ms-linear-gradient(top, #2b6ea1 0%,#01508b 100%);
    background: linear-gradient(to bottom, #2b6ea1 0%,#01508b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b6ea1', endColorstr='#01508b',GradientType=0 );
    color: #ffffff;
    font-size: 12px;
    text-indent: 10px;
    font-weight: bold;
    margin: 0px;
}

#different-categories .theader {
    float:left; 
    background-color:#e5eef5;
    width: 100%;
    height: 22px;
    font-weight: bold;
}

#different-categories .tleft{
    text-align: left;
    padding: 5px 0 0 5px;
}

#different-categories .tright {
    text-align: right;
    padding: 5px 2px 0 0;
}

.conversion {text-decoration: underline!important;}

#list404 {
    margin-top:40px;
}

#list404 .elem-container {
    margin-bottom:  10px;
} 

#list404 .list-type {
    background: url('/img/right-arrow-li.png') top left no-repeat;
    width:      25px;
    height:     20px;
    float:      left;
}

#list404 .details {
    text-decoration: none;
    padding: 2px 8px 2px 8px;
    box-shadow: 0px 2px 2px #888872;
    color: white;
    border-radius: 3px;
}

#list404 .affiliate {
    background: rgb(64,188,66);
}

#list404 .advertiser {
    background: rgb(36,114,211);
}

#landing-page .zoneUp {
    background: rgb(144, 195, 106);
    height: 700px;
}

#landing-page .img-phones {
    position: relative;
    margin: 40px 10px 40px 0;
    float:  left;
}

#landing-page .zoneupContainer {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#landing-page .rightGreen {
    float:          left;
    margin-top:     100px;
    width:          460px;
}

#landing-page .bigText {
    width:          500px;
    text-align:     center;
    color:          white;
    position:       relative;
    margin:         35px auto;
}

#landing-page .logoClear {
    background:     url('/img/landing/logo-ps1.png') top left no-repeat;
    height:         78px;
    width:          90px;
    position:       relative;
    margin:         -10px auto;
}

#landing-page .smallText {
    text-align:     center;
    color:          white;
    position:       relative;
    margin:         15px auto;
    font-family:    "Helvetica Neue", Calibri,Tahoma;
    font-size:      20px;
}

#landing-page .storeLogos {
     margin:        10px auto;
     text-align:    center;
}

#landing-page .socialButtons {
    margin:        0 auto;
    text-align:    center;
    width:          195px;
    margin-top:     15px;
}

#landing-page .fbButton {
    float:right;
    width:72px;
}

#landing-page .gplusButton {
    float: left;
    width:85px;
}

#landing-page .zoneDown {
    background: rgb(87, 89, 92);
    height: 700px;
}

#landing-page .bottom-arrows {
    height:     50px;
    width:      35px;
    margin-top: 280px;
    cursor:     pointer;
}

#landing-page .arrow-left {
    background:     url('/img/landing/arrow-left.png') no-repeat;
    float:      left;
}

#landing-page .arrow-right {
    background:     url('/img/landing/arrow-right.png') no-repeat;
    float:      right;
}

#landing-page .bottom-pict {
    height:         545px;
    width:          300px;
    float:          right;
    margin-right:   100px;
    margin-top:     50px;
}

#landing-page .bottom-text {
    width:          370px;
    float:          left;
    margin-left:    100px;
    margin-top:     250px;
    color:          white;
    text-align:     center;
}

#landing-page .ramai {
    background:     url('/img/landing/ph-ramai.png') top left no-repeat;
}

#landing-page .primeste {
    background:     url('/img/landing/ph-primeste.png') top left no-repeat;
}

#landing-page .ultimele {
    background:     url('/img/landing/ph-ultimele.png') top left no-repeat;
}

#landing-page .urmareste {
    background:     url('/img/landing/ph-urmareste.png') top left no-repeat;
}

#landing-page .downBullets {
/*    border: 1px solid red;*/
    width: 980px;
    margin: 0 auto;
    position: relative;
    float:left;
}

#landing-page .bullets {
    float:      left;
    width:      12px;
    height:     12px;
    margin-right: 10px;
}

#landing-page .blt-selected {
    background:     url('/img/landing/dot-sel.png') no-repeat;
}

#landing-page .blt-clear {
    background:     url('/img/landing/dot-not.png') no-repeat;
}

#landing-page .blur1 {
    background:     url('/img/landing/logo-blur1.png') no-repeat;
    width: 129px;
    height: 113px;
    position: absolute;
    top: 265px;
    left: -110px;
}

#landing-page .blur2 {
    background:     url('/img/landing/logo-blur2.png') no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 390px;
    left: 485px;
}

#landing-page .blur3 {
    background:     url('/img/landing/logo-blur3.png') no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 100px;
    left: 940px;
}

.configLeads a {
    color: #005596;
    font-weight: bold;
}

.languageContainer {
    position: absolute; 
    right: 10px;
    top: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-left: 1px dashed;
    border-right: 1px dashed;
    border-bottom: 1px dashed;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.languageContainer span {
    display: inline;
}

.languageContainer .radio_flag {
    margin-right: 5px;
}

.biggerButton {
    width: 160px !important;
}

.footer_links_robg {
    float: right; 
    margin-bottom: 20px; 
    /*padding-right: 80px;*/
}

.footer_links_robg a {
    margin-left: 17px;
}

.cookiePop {
    background-color: #000;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    left: 0;
    opacity: 0.8;
    padding-top: 3px;
    position: fixed;
    width: 100%;
    z-index: 11000;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.cookiePop a {
    color: #fff !important;
    text-decoration: underline !important;
} 

.cookiePop #closeCookie {
    width: auto;
    height: 20px;
    background-color: #4cae4c;
    text-align: center;
    line-height: 20px;
    color: #000;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    text-decoration: none !important;
    font-weight: bold;
}

#blockPop {
    background-color: #E80000;
    top: 0;
    color: #fff;
    font-size: 12px;
    height: 40px;
    left: 0;
    padding-top: 3px;
    position: fixed;
    width: 100%;
    z-index: 11000;
    text-align: center;
    display: none;
}

#blockPop a {
    text-decoration: underline;
    color: #fff;
}

.alert {
    border-radius: 4px;
    padding: 15px;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    margin-bottom: 20px;
}

.alertError {
    border-radius: 4px;
    padding: 15px;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin-bottom: 20px;
}

.alertWarning {
    border-radius: 4px;
    padding: 15px;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    margin-bottom: 20px;
}

.info2 .customCommission {
    color: #009900;
}

.info2 .suspended {
    color: #ff7f00;
}

.newMenuItem {
    background-color: #009966;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 3px;
    color: #fff;
    line-height: 25px;
    text-transform: uppercase;
}

.block {
    margin-top: 30px;
}

.block td.first {
    padding-right: 40px;
}

.block td.second {
    padding-left: 40px;
}

.block td.image {
    padding-top: 30px; 
    text-align: center;
}


.ps-new-alert {
    width: fit-content;
    padding: 10px 23px;
    border-radius: 4px;
    border: 1px solid red;
    border-left: 3px solid red;
    font-weight: 600;
    color: red;
    margin-top: 10px;
}

.ps-new-alert-warning {
    border-color: #ff8d00;
    color: black;
}

.ps-new-alert-success {
    color: #22a003;
    border: 1px solid #29ce00;
    border-left: 3px solid #22a003;
}

.zendesk-ticket {
    padding: 8px;
    border: 1px solid #125d94;
    border-radius: 5px;
    margin-top: 5px;
}

.zendesk-ticket .header {
    margin: 5px 0;
}

.zendesk-ticket .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.zendesk-ticket .description {
    margin-top: 5px;
}

.zendesk-ticket {
    max-height: 263px;
    overflow-y: scroll;
}

.ps-mt5 {
    margin-top: 5px;
}

.ps-mt10 {
    margin-top: 10px;
}

.ps-mt15 {
    margin-top: 15px;
}

.ps-mt20 {
    margin-top: 20px;
}

.ps-align-center {
    display: block;
    margin: 0 auto;
}

.reset-sup{
    all:revert!important;
}


.custom_sup{
    font-size: 12px!important;
    text-wrap: nowrap!important;
    /*display: inline-block;*/
    /*height: 22px;*/
    /*line-height: 7px;*/
    /*top: -0.65em;*/
}


/* intl-tel-input css */
.iti__flag {background-image: url("/intl-tel-input/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("/intl-tel-input/img/flags@2x.png");}
}
/* end of intl-tel-input css */

.dist{
    float: left;
    border-right: 1px solid #A7A9AC;
    height:30px;
    margin-right: 5px;
    width: 2px;
    margin-left: 10px;
}
#userM{
    width:200px;
    height:180px;
    position:absolute;
    display:none;
    right: 55px;
    top: 10px;
    z-index:9!important;
}
.avatarStyle{
    border-radius: 50%;
    padding:4px;
    margin-left: 5px;
    position: relative;
    margin-right: 5px;
}
.avatar-circle img{
    display: block;
    margin:0 auto;
    border:1px solid #ffffff;
}
.avatar-circle::before
{
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
// transform: translate(-10px, -10px);
    z-index: 1;
    border: 1px solid;
    border-color:#004D9B #D1DADD #D1DADD #D1DADD;
    transform: rotate(45deg);
}

.user2{
    background:#004D9B;
    color:#ffffff;
    height:30px;
    font-size:12px;
    border-radius: 8px 8px 0px 0px;
    text-align:left;
    padding-top:15px;
    padding-left:15px;
    font-weight:bold;
    box-sizing: unset!important;
}

.user-links{
    background:#ffffff;
    height:auto;
    border-radius: 0px 0px 8px 8px;
    -webkit-box-shadow: 0px 7px 10px -4px rgba(145,139,145,1);
    -moz-box-shadow: 0px 7px 10px -4px rgba(145,139,145,1);
    box-shadow: 0px 7px 10px -4px rgba(145,139,145,1);
    box-sizing: unset;
    list-style: none;
    display: flex;
}
.user-links ul{
    float: left!important;
    padding-top: 12px!important;
}
.user-links ul li{
    text-align: left;
    padding: 8px 5px 5px 5px;
}
.user-links ul li img{
    width: 25px;
    height: 19px;
}

svg#userLogoutIcon:hover path{
    fill:red!important;
}

.flag-margin{
    margin-bottom:18px;
    margin-top: 0px;
}

#dropUserMenu{
    cursor: pointer;
    float:left;margin-top:-12px;
}
#dropUserMenuI{
    cursor: pointer;
}

.twoFA{
    background-color: #00A249;
    color: #ffffff!important;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: -3px!important;
    border-radius: 10px;
    margin-left: 0px!important;
    display: block;
    padding-left: 10px;
}

.twoFA:hover{
    background-color: #427E30;
}