


@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";


@charset "utf-8";
/* CSS Document */


:root {
  --blue: #2a5af6;
  --dark-blue: #1443c6;

  --green-light: #5be894;
  --green-dark: #49e488;
	--green-darker: #1ece65;

  --orange: #ff6943;
  --yellow:#ffed43;
  --baige:#dec8b7;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "OpenSans-Regular";
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
a:focus { outline:none; }
a:focus, object:focus { outline:none;}
body {
	line-height: 1.2;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

#footer td
{
	border-style:none;
}

.div_dashboard{
	display:inline-block;
	margin-bottom:15px;
}

.loadingSched_item
{
	background-color:white;
	position:absolute;
	width:100%;
	height:100%;	
	opacity:0.5;
	filter:alpha(opacity=50);
}
.loadingSched_item div
{	
	opacity:1;
	filter:alpha(opacity=100);
	background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/icons/bars.svg');
	background-size: contain;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	width: 100px;
    margin: 0 auto;
}



#div_domains_list span.select
{
/*margin-left:101px;*/
margin-top:3px;
color:var(--blue);
font-family:"Arial";
font-size:13px;
position:relative;
}

.list_panel_update
{
	clear:both;
}

.sched_middle_center input[type=checkbox]
{
    float: left;
    margin-right: 15px;
}
.sched_middle_center input[type=checkbox].checkboxSelectAll
{
    margin-bottom: 0px;
    margin-left: 3px;
}

.sched_middle_center span.select
{
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/fieldarrow.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:174px;
	height:22px;
	display:block;
	float:left;
	position:absolute;
	padding-left:5px;
	padding-top:6px;
	color:var(--blue);
font-family:"Arial";
font-size:13px;
}

.sched_middle_center .Big250 span.select
{
    -moz-background-clip:border;
    -moz-background-origin:padding;
    -moz-background-size:auto auto;
    background-attachment:scroll;
    background-color:transparent;
    background-image:url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/fieldarrow250.png");
    background-position:0 0;
    background-repeat:no-repeat;
	/* display:inline-block; */
	display: none;
    float:left;
    height:22px;
    padding-left:5px;
    padding-top:6px;
    width:250px;
    text-align:left;
    color:var(--blue);
    font-family:"Arial";
    font-size:13px;
}

.sched_middle_center select
{
	margin-left: -179px;
	height:29px;
	opacity:0;
	width:174px;
	display:block;
	z-index:5;
}

.sched_middle_center .Big250 select
{
	margin-left: -255px;
	height:29px;
	opacity:0;
	width:250px;
	display:block;
	z-index:5;
}

.Big250 select option
{
    padding-left:25px;
}

.Big250.noOptionPadding select option
{
    padding-left:0px;
}

.optionFolder
{
    background-repeat:no-repeat;
    background-position:bottom left;    
    background-image:url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/fileimg.png");
}

.optionRenewal
{
    background-repeat:no-repeat;
    background-position:bottom left;    
    background-image:url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/renewal.png");
    height:18px;
    margin-left: 10px;
    margin-top: 3px;
}

.optionDNS
{
    background-repeat:no-repeat;
    background-position:bottom left;    
    background-image:url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/dns.png");
    height:18px;
    margin-left: 10px;
    margin-top: 3px;
}

.optionToFolder
{
    background-repeat:no-repeat;
    background-position:bottom left;    
    background-image:url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/folder.png");
    height:18px;
    margin-left: 10px;
    margin-top: 3px;
}

.optionAutoRenew
{
    background-repeat:no-repeat;
    background-position:bottom left;    
    background-image:url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/autorenewal.png");
    height:18px;
    margin-left: 10px;
    margin-top: 3px;
}

.optionIdProtect
{
    background-repeat:no-repeat;
    background-position:bottom left;    
    background-image:url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/idprotect.png");
    height:18px;
    margin-left: 10px;
    margin-top: 3px;
}

.sched_middle_center span.select,.sched_middle_center select
{
color:var(--blue);
font-family:"Arial";
font-size:13px;
}

.tblDNSRecordsPrev
{
	width:100%;
}
.tblDNSRecordsPrev td
{
	margin:0;
	padding:0;
}
.tblSSLInfo
{
    width: 675px;
}
.tblSSLInfo td
{
	padding-top: 5px;
    padding-bottom: 5px;
}

.tblAddons
{
    width:445px;
}
.tblAddons td
{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:center;
}
.tblAddons td img
{
    margin-bottom: 0;
}
.tblAddons tr.tr_title td
{
    text-align:center;
}
.tblAddons td:first-child,
.tblAddons tr.tr_title td:first-child
{
    text-align:left;
}

.sched_middle_center .links_below span.select,.sched_middle_center .links_below select
{
	margin-left:10px;
	margin-top:5px;
	color:var(--blue);
font-family:"Arial";
font-size:13px;
}

body {
	background-color:#FFF;
	margin:0;	
	background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/bg-noise.gif');
	background-position:top;
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#525252;
}
img {
	border:0;
}
#container {
	width:100%;
	overflow:hidden;
	text-align:center;
	display: inline;
}
#inner {
	width:1040px;
	margin:auto
}
#header {
	width:100%;
	/*
	background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/top_header_spr_TEMP1.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top;
	background-position: 0 0;
    */
}
#header_1, #header_2 {
	width:100%;
	clear:both;
}
#header_1 {
	height:95px;
}
#header_2 {
	height:41px;
	background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/header_2_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#logo {
	width:236px;
	height:70px;
	float:left;
	padding-top:30px;
	padding-left:30px;
}

.pLogin #logo {
  position: fixed;
  left: 0;
  top: 0;
}


#logo h1 {
	margin:0;
	padding:0;
    text-align:left;
}
#no1registrar {
	width:221px;
	height:65px;
	float:left;
	padding-top:12px;
	padding-left:0px;
}
#no1registrar img {
	display:block;
	margin:0 0 0 8px;
}

#block-menu-menu-topnavi {
	/*width:376px;*/
	width:250px;
	float:right;
	text-align:right
}
#block-menu-menu-topnavi ul {
	float:right;
	margin-top:5px;
}
#block-menu-menu-topnavi li {
	height:12px;
	list-style:none;
	list-style-image:none;
	float:left;
	border-right:1px solid #FFF;
	padding-top:0;
}
#block-menu-menu-topnavi li.last {
	border:0;
}
#block-menu-menu-topnavi li a {
	text-decoration:none;
	color:#FFF;
	display:block;
	line-height:14px;
}
#block-menu-menu-topnavi li a:hover {
	text-decoration:underline;
}
#block-menu-menu-topnavi li a#support {
	background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/support.png);
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#block-block-1, #block-block-4 {
	/*width:92px;*/
	width:auto;
	float:right;
}

#block-locale-0{
	width:80px;
	float:right;
	padding-top:7px;
}
#block-locale-1,
#block-locale-2
{
    margin-left: 280px;
    margin-top: -20px;
    position: absolute;
}
#block-locale-0 li,
#block-locale-1 li,
#block-locale-2 li {
	list-style:none;
	list-style-image:none;
	float:left;
	padding:0 4px 0 0;
}
#baloon, .field-field-baloon {
	background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/baloon.png);
	background-position:0 -1px;
	background-repeat:no-repeat;
	width:997px;
	clear:both;
	height:291px;
	border:0px solid blue;
	padding:20px 23px;
	padding-top:0;
	border:0px solid red;
}
#main {
	width:100%;
	background-color:#FFF;
	text-align:left;
}
#main2 {
	width:1000px;
	background-color:#FFF;
	text-align:left;
	padding:10px 20px;
}
#content {
	width:1020px;
	margin:auto;
	padding:10px;
	min-height:150px;
	padding-left:20px;
	
}
.faq_page #content{padding:0 20px;}
#node-13,#node-14{font-size:13px;}
#baloon_content {
	width:100%;
	clear:both;
}


#block-menu-menu-topmenu-gr, #block-menu-menu-topmenu {
	position:relative;
}

#block-menu-menu-topmenu ul.menu li ul.menu, #block-menu-menu-topmenu-gr ul.menu ul.menu {
	padding:0;
	margin:0;
	margin-left:30px;
	clear:both;
	position:absolute;
	left:0;
	top:35px;
	height:50px;
	z-index:1000;
}

/*
#footer {
	width:100%;
	height:278px;
	background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	position:relative;
	bottom: 0;
}
#footerinfo, #block-block-3 {
	width:1040px;
	margin:auto;
	text-align:left;
}
#footer_contact {
	background:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/footer_logo.png) no-repeat left top;
	color:#fff;
	float:left;
	height:145px;
	margin-top:60px;
	position:relative;
	width:290px;
}
#footer_contact img {
	position:absolute;
	float:left;
	left:0;
	top:0;
}
#footer_contact #contact {
	float:right;
	line-height:1.4;
	margin-right:20px;
	margin-top:20px;
	width:137px;
}
*/
#websites {
	float:left;
	margin-top:60px;
	width:297px;
}
#payment {
	color:#fff;
	float:left;
	margin:73px 20px 0;
	padding-top:7px;
	height:119px;
	width:240px; background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/line.jpg); background-position:top right; background-repeat:no-repeat;
}
#payment img {
	margin:10px 0;
}
#mcaffee{float:left; width:135px; margin-top:60px; }
#corporate {
	border-top-color:#89CAE6;
	border-top-style:solid;
	border-top-width:1px;
	clear:both;
	color:#fff;
	text-align:center;
}
#corporate p {
	margin-top:10px;
}
#main2 {
	border:0px solid blue;
}
#main2 #content {
	padding:10px 20px;
	width:960px;
	border:0px solid red;
}
h1.title {
	font-size: 20px;
	color:#FF9900
}
ul.red {
	margin-bottom:10px;
	padding-left:20px;
	margin-top:10px
}
.red li {
	background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/bullet.png);
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:0 10px;
	padding:4px 0 4px 13px;
}
.red li a {
	color: var(--dark-blue);
}
h3.other-things {
	font-size:15px;
	font-weight:normal;
	margin:10px 0;
}
a.remove_link {
	cursor:default;
}
a.link_white{color:#FFF; text-decoration:none;}
a.link_white:hover{text-decoration:underline;}
div.node-page,div.node-page p{font-size:110%;}
/* webforms */
.webform-client-form .webform-component-markup{width:40%; float:left;}
.webform-client-form .webform-component-textfield{width:60%; float:right;}
.webform-client-form #webform-component-fullname{}
.webform-client-form #webform-component-email{}
.webform-client-form #webform-component-subject{ width:60%; clear:both; padding-left:40%;}
.webform-client-form #webform-component-message{width:60%; clear:both;padding-left:40%;}
.webform-client-form .captcha{width:60%; clear:both;padding-left:40%;}
.webform-client-form .form-submit{ margin-left:40%}
/* end webforms */
.faq_search{ border:0px solid red; height:40px; float:left; margin-left:220px; margin-top:6px;} 
.faq_page #content,.faq_page #content p{font-size:130%;}
#content td{vertical-align:top;}
a.showTooltip{cursor:pointer;}
#block-block-5,#block-block-6{ position:relative; top:-70px; left:350px; height:0px; }
#block-block-5 a,#block-block-6 a{ color:#06C}
#content #block-menu-menu-footermenu-gr,#content #block-menu-menu-footermenu-gr *,
#content #block-menu-menu-footermenu *{font-size:12px;}

/* new CP */


#header #main
{
background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/baloon2.png);    
background-repeat:no-repeat;
background-position:-6px -2px;
display: inline-block;
background-color:transparent;
padding-top: 15px;
}

#baloon_1 div.menuAndInfo
{
background-color: white;
display: inline-block;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#baloon_1
{

/*
background-color:red;
background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/baloon2.png);
background-position:-6px -2px;
background-repeat:no-repeat;
*/
border:0 solid red;
clear:both;
width:997px;
float:left;
padding:0 20px 0 20px;
}

#baloon_1 p
{
font-family:Arial;
font-size:12px;
color:#000000;
float:left;
padding:10px 0  0 5px;
}
#baloon_1 a
{
font-family:Arial;
font-size:12px;
color:var(--dark-blue);
float:left;
padding:10px 5px  0 5px;
}

#baloon_1 a.cleanLink,
#baloon_1 .border_dotted a.cleanLink,
a.cleanLink,
.ui-widget-content a.cleanLink {
    font-family:inherit;
    font-size:inherit;
    color:var(--dark-blue);
    float:none;
    padding:0;
}

#baloon_1 a:hover
{text-decoration:none;}
#baloon_1 #support_button{float: right; padding-top: 5px; padding-right: 40px;}
#baloon1_top
{
float:left;
width:997px;
padding-left:18px;
}

#menu_wrap
{
float:left;
margin-top:10px;
width:228px;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/menu_wrap_background.jpg) repeat-y;
}

	.my_products{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/my_products1.jpg)  -32px right no-repeat;
	color:#525252;
	clear:both;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:42px;
	line-height:31px;
	width:222px;
	margin-right:30px;
}
	#baloon_1 a.my_products {
		text-decoration:none;
		padding:0 5px  0 0;
		
	}
	.my_products.el-GR span {
		background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/my_products.jpg) left top no-repeat;
	}
	.my_products span {
		background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/my_products.jpg) left top no-repeat;
		display:block;
		height:42px;
		line-height:31px;
		padding-left:10px;
		padding-right:8px;
		margin-right:20px;
		width:228px;
	}
	
	
	.my_account.el-GR
	{
		background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/my_account.jpg)  -32px right no-repeat;
	}
	
	.my_account{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/my_account.jpg)  -32px right no-repeat;
	color:#525252;
	clear:both;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:40px;
	line-height:31px;
	width:228px;
	margin-right:30px;
}
	#baloon_1 a.my_account {
		text-decoration:none;
		padding:0;
	}
	
	.my_account.el-GR span 
	{
		background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/my_account.jpg) left top no-repeat;
	}
	
	.my_account span {
		background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/my_account.jpg) left top no-repeat;
		display:block;
		height:40px;
		line-height:31px;
		padding-left:10px;
		padding-right:8px;
		margin-right:20px;
		width:228px;
	}
	
	.useful-tools.el-GR{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/useful-tools.jpg)  -32px right no-repeat;
	}
	
	.useful-tools{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/useful-tools.jpg)  -32px right no-repeat;
	color:#525252;
	clear:both;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:40px;
	line-height:31px;
	width:228px;
	margin-right:30px;
}
	#baloon_1 a.useful-tools {
		text-decoration:none;
		padding:0;
	}
	.useful-tools.el-GR span {
		background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/useful-tools.jpg) left top no-repeat;
	}
	.useful-tools span {
		background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/useful-tools.jpg) left top no-repeat;
		display:block;
		height:40px;
		line-height:31px;
		padding-left:10px;
		padding-right:8px;
		margin-right:20px;
		width:228px;
	}
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu{
	width:230px;
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
		display:table;
	}
	ul.v-menu{
		clear:both;
	}
	#baloon_1 .v-menu li a{
			background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/vertical_menu_li.jpg) no-repeat;
			color:#525252;
			display:block;
			font-weight:bold;
			height:21px;
			padding:5px 0 0 14px;
			text-decoration:none;
			width:228px;
			font-family:"Arial";
			font-size:12px;
		}
	#baloon_1 .v-menu li a:hover{
			color:var(--dark-blue);
		}

	#baloon_1  .v-menu li .current{background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/pending-orders.jpg) no-repeat;color:white;}
	#baloon_1  .v-menu li .current:hover{color:white;}
	
	

#renew_services.el-GR
{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/renew_services.jpg) no-repeat;
}
	
#renew_services
{
float:left;
height:36px;
margin-left:5px;
margin-top:10px;
padding:72px 0 0 10px;
width:207px;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/renew_services.jpg) no-repeat;
}
#renew_services a
{
font-family:"Arial";
color:var(--dark-blue);
font-size:12px;

}

#special_offers.el-GR
{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/special_offers.jpg) no-repeat;
}
#special_offers
{
float:left;
height:38px;
margin-left:4px;
margin-top:10px;
padding:45px 0 0 11px;
width:207px;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/special_offers.jpg) no-repeat;
}
#special_offers a
{
font-family:"Arial";
color:var(--dark-blue);
font-size:12px;
}
#new_to_papaki
{
float:left;
width:218px;
margin-left:4px;
margin-top:10px;
}
#new_to_papaki ul
{
width:218px;
float:left;
margin-top:4px;
}
#new_to_papaki li
{
margin-left:5px;
margin-top:3px;
list-style:none;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/arrow_checkbox.jpg) no-repeat;
padding:5px 0 0 21px;
width:199px;
}
#new_to_papaki a
{
color:var(--dark-blue);
font-family:"Arial";
font-size:12px;
float:none;
padding:0;
padding-right:15px;
}
#menu_wrap_background_bottom
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/menu_wrap_background_bottom.jpg) no-repeat;
width:228px;
height:71px;
/*margin-top: 70px;*/
display: inline-block;
}
#information
{
float:left;
margin-left:10px;
margin-top:10px;
width:751px;
}
#information_top
{
float:left;
width:748px;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/login_information_top_n.jpg) no-repeat;
height:9px;
}
#information_middle
{
float:left;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/login_information_middle1.jpg) no-repeat;
background-color:#b5d6e9;
padding-left:14px;
width:734px;
}
#information_bottom
{
float:left;
width:748px;
height:9px;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/login_information_bottom_n.jpg) no-repeat;
margin-bottom: 10px;
}

.information_middle_badges
{
float:left;
width:auto;
text-align:center;
width: 60px;
}
.information_middle_badges img{padding-right:10px;}


#baloon_1 .information_middle_left
{
float:left;
width:290px;
padding-right:10px;
}

#baloon_1 .information_middle_left.slim
{
    width:500px;
}

#baloon_1 .information_middle_left h4
{
display:inline-block;
color:#525252;
font-family:"Arial";
font-size:18px;
}
#baloon_1 .information_middle_left p 
{
float:none;
font-family:"Arial";
color:#212121;
font-size:11px;
padding-left:1px;
padding-top:4px;
}
#baloon_1 .information_middle_left a
{
float:none;
font-family:"Arial";
color:var(--dark-blue);
font-size:11px;
}
#information_middle_right
{
float:left;
}
#comment_box
{
margin:10px 0 0 0; 
float:left;
width:273px;
position:relative;
}

#comment_box:after {
	background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/dots.svg) no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	content: '';
	left: 260px;
	position: absolute;
	top: 22px;
	margin-left: 14px;
}

.comment_box_header {
    margin: 25px 0 0 0;
    float: left;
    width: 230px;
    position: relative;
    text-align: left;
}

    .comment_box_header:after {
        width: 24px;
        height: 80px;
        display: block;
        content: '';
        left: 260px;
        position: absolute;
        top: 22px;
        margin-left: 14px;
    }


.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.info_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #ff6943;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 0;
    width: 500px;
    max-width: 500px;
    max-height: 40px;
    margin-left: 0;
    visibility: visible;
}

.hidden-box {
    visibility: hidden;
}

.info_rectangle {
    background-color: #ff6943;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0;
}

.info_icon {
    width: 32px;
    height: 32px; 
    background-color: transparent; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_icon img {
    width: 25px;
    height: 25px; 
    filter: brightness(0) saturate(100%) invert(100%); 
    display: block;
}

.info_message .info_text {
    font-family: Arial, sans-serif;
    color: #333; 
    font-size: 12px; 
    margin: 4px;
    padding: 4px;
    text-align: left;
}

#comment-leftover
{height:13px;position:absolute;right:0px;top:24px;width:13px;background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/comment-leftover.png) no-repeat;}
#comment_box_top
{
float:left;
width:262px;
height:16px;
margin-left:-2px;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/comment_box_top1B.jpg) no-repeat;
}
#comment_box_middle
{
float:left;
width:260px;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/comment_box_middle1.jpg) repeat-y;
}
#comment_box_middle p 
{
float:left;
padding-left:15px;
padding-right:15px;
padding-top:0;
font-family:"Arial";
color:#050505;
font-size:12px;
}
#comment_box_middle a
{
float:none;
padding-left:15px;
font-family:"Arial";
color:var(--blue);
font-size:12px;
padding:0;
}
#comment_box_bottom
{
float:left;
width:260px;
height:13px;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/comment_box_bottom1B.jpg) no-repeat;
}
.duck{float:left; padding-top:15px;padding-left:0px;}

#my_products.el-GR {
	background:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/my_products.jpg') left bottom no-repeat;
}

#my_products {
	background:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/my_products.jpg') left bottom no-repeat;
	display:block;
	height:42px;
	line-height:31px;
	padding-left:10px;
	padding-right:8px;
	margin-right:20px;
	width:228px;
	margin-left:0;
	cursor:pointer;
}
.menues_show_hide h2.trigger.el-GR#my_products.active{
	background:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/my_products.jpg') left top no-repeat;
}
.menues_show_hide h2.trigger#my_products.active{
	background:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/my_products.jpg') left top no-repeat;
}
#my_account.el-GR{
		background:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/my_account.jpg') left bottom no-repeat;
}

#my_account{
		background:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/my_account.jpg') left bottom no-repeat;
		display:block;
		height:39px;
		line-height:31px;
		padding-left:10px;
		padding-right:8px;
		margin-right:20px;
		width:228px;
		margin-left:0;
		cursor:pointer;
	}


.menues_show_hide h2.trigger.el-GR#my_account.active{
		background:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/my_account.jpg') left top no-repeat;
}
	
.menues_show_hide h2.trigger#my_account.active{
		background:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/my_account.jpg') left top no-repeat;
}
#useful-tools.el-GR
{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/useful-tools.jpg) left bottom no-repeat;
}

	#useful-tools{	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/useful-tools.jpg) left bottom no-repeat;
		display:block;
		height:39px;
		line-height:31px;
		padding-left:10px;
		padding-right:8px;
		margin-right:20px;
		width:228px;
		cursor:pointer;}
	
	.menues_show_hide h2.trigger.el-GR#useful-tools.active {
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/useful-tools.jpg) left top no-repeat;
	}
		
.menues_show_hide h2.trigger#useful-tools.active {
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/useful-tools.jpg) left top no-repeat;
	}
	
.menues_show_hide{width:222px;float: left; margin-top:0px;}
.menues_show_hide h2.trigger {color:#525252;
	clear:both;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:31px;
	width:222px;
	margin-right:30px;}
span.menu_title{ padding-top:4px; display:block;float:none;margin-left:15px;margin-right:5px;}
.menu_middle{float:left;width:95%; padding-bottom:0px;}
.menu_show_hide{

}
.menu_show_hide p{line-height: 20px;padding-bottom: 10px;}
	
	

	#baloon_1 .menu_middle_center ul{
		padding:0; 
		margin:0;
		list-style:none;
		display:table;
		width:230px;
	}

	#baloon_1 .menu_middle_center li a{
			background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/leftMenu/menuleft_item.png) no-repeat;
			background-position:0px 0px;
			color:#000000;
			display:block;
			font-weight:normal;
			height:42px;
			padding:4px 0 0 23px;
			text-decoration:none;
			width:213px;
			font-family:"Arial";
			font-size:13px;
			margin-left: -9px;			
		}
		
		#baloon_1 .menu_middle_center li a.isNew
		{
		    background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/menuleft_item_new.png) no-repeat;
		}
		#baloon_1 .menu_middle_center li a.isNew.el-GR
		{
		    background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/menuleft_item_new.png) no-repeat;
		}
				
		
	    #baloon_1 .menu_middle_center li a:hover,
	    #baloon_1 .menu_middle_center li a.isNew:hover,
	    #baloon_1 .menu_middle_center li a.isNew.current
	    {
			color:#000000;
			background-position:0px -47px;
		}
		
	#baloon_1  .menu_middle_center li .current
	{
	    font-weight:bold;
	    background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/leftMenu/menuleft_item.png) no-repeat;
	    background-position:0px -47px;
	}
	/*#baloon_1  .menu_middle_center li .current:hover{color:white; font-weight:bold;}*/
	
	#baloon_1 .menu_middle_center li a div 
	{
	background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/leftMenu/menuleft_icons.png?v=201907101001");
    background-repeat: no-repeat;
    height: 20px;
    margin-top: 5px;
    padding-left: 30px;
    padding-top: 3px;
    margin-left: -4px;
	}
	
	#baloon_1 .menu_middle_center li a.height27 div 
	{
	    height: 27px;
	}
	#baloon_1 .menu_middle_center li a.height24 div 
	{
	    height: 24px;    
	}
	
	
.domainIsLocked
{
    margin-left: 5px;
    width: 13px;
}
	
.sched_items{width:755px;float: left; margin-left: -3px;margin-top:0px;}
.sched_items h2.trigger_sched2 .tblLeft
{
    background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tableft.jpg);
    background-repeat:no-repeat;
    width:7px;
    height:46px;
    display: block;
    float: left;
    margin-left: 3px;
}
.sched_items h2.trigger_sched2 .tblRight
{
    background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tabright.jpg);
    background-repeat:no-repeat;
    width:7px;
    height:46px;
    display: block;
    float: left;
}
.sched_items h2.trigger_sched2 .sched_title2
{
    background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/tabrepeat.jpg");
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 46px;
    width: 736px;
}
#baloon_1 .sched_items h2.trigger_sched2 .sched_title2 a.buy
{
    background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/yellowbutt.png");
    background-repeat: no-repeat;
    height: 22px;
    width: 256px;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    color:#3d3d3d;
    text-shadow: 1px 1px #ffffff;
    text-align:center;
    padding:8px 0 0 0;
    margin:8px 10px 0 0;
    text-decoration:none;
}

.sched_items h2.trigger_sched2 .wIcon
{
    background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/icons_white.png");
    background-repeat: no-repeat;
    height: 29px;
    width: auto;
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 40px;
    padding-top: 3px;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
    text-shadow: 1px 1px #2767a4;
    float: left;
}
.sched_items h2.trigger_sched2
{
    display:table;
    width:755px;
}


.sched_items h2.trigger_sched 
{
    background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/category_box1.jpg) bottom;
    color:#ffffff;
    display:table;
    font-family:arial;
    font-size:15px;
    height:51px;
    margin:0;
    padding:0;
    width:755px;
}
.sched_items h2.trigger_sched.active{background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/category_box1.jpg) top;color:#ffffff; }
span.sched_title{ padding-top:4px; display:block;float:none;margin-left:15px;margin-right:5px;}
.sched_middle{float:left;width:95%; padding-bottom:0px;
padding-top:3px;padding-left:5px;}
.sched_item{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/category_background1.jpg) no-repeat #EAEAEA;
border-left:1px solid #D4D4D4;
border-right:1px solid #D4D4D4;
color:#434141;
float:left;
font-family:Arial;
font-size:13px;
font-weight:normal;
margin-left:3px;
width:748px;
}
.sched_item_bottom
{
float:left;
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/category_background_bottom.jpg) no-repeat;
width:750px;
height:10px;
margin-left:3px;
margin-bottom:8px;
}
.sched_middle_center p{line-height: 20px;padding-bottom: 10px;}

.mydomain{margin:-12px 0 0 5px;float:left;}

#baloon_1 .buy{margin-right:15px;
padding-top:8px;
float:right;}

#baloon_1 .sched_title p.twolines,
#baloon_1 .sched_title2 p.twolines
{
	padding-top:7px;
}

#baloon_1 .sched_title p,
#baloon_1 .sched_title2 p
{
color:#FFFFFF;
float:left;
font-family:"Arial";
font-size:12px;
padding-left:15px;
padding-top:16px;
}


.myhosting_plans{margin:-8px 0 0 5px;float:left;}
.my_email_plans{margin:0 0 0 5px;float:left;}
.website_builder{margin:-7px 0 0 5px;float:left;}
.eshop_plans{margin:-10px 0 0 5px;float:left;}
.recent_orders{margin:-9px 0 0 5px;float:left;}
.account_notifications{margin:-8px 0 0 5px;float:left;}

table
{
width:737px;
}
.tr_title
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tr_background.jpg) repeat-x;
width:737px;

color:#2d2d2d;
font-family:"Arial";
font-size:13px;
font-weight:bold;
border-bottom:white 1px solid;
}
.tr_first_row
{
background-color:#f5f5f5;
width:737px;

color:#2d2d2d;
font-family:"Arial";
font-size:12px;
border-bottom:white 1px solid;
}
.tr_second_row
{
background-color:#ebebeb;
width:737px;

color:#2d2d2d;
font-family:"Arial";
font-size:12px;
border-bottom:white 1px solid;
}
.tr_title td{border-bottom:1px solid white; border-right:white 1px solid; text-align:left;padding:5px 10px; font-weight:bold;}
#baloon_1 .tr_first_row td a
{
color:var(--blue);
font-family:"Arial";
font-size:12px;
font-weight:normal;
float:none;
padding:0;
}
#baloon_1 .tr_second_row td a
{
color:var(--blue);
font-family:"Arial";
font-size:12px;
font-weight:normal;
float:none;
padding:0;
}

#baloon_1 .tr_first_row td a.noCheckBox,
#baloon_1 .tr_second_row td a.noCheckBox
{
	margin-left:20px;
}

#baloon_1  .tr_second_row td  .active
{
color:#e24b4d;
font-family:"Arial";
font-size:12px;
font-weight:normal;
float:none;
padding:0;
}
td{
border-right:1px solid white;
border-bottom:1px solid white;
padding:10px 8px;
text-align:left;
vertical-align:middle;}
td img{padding-left:0;
padding-right:0px;margin-bottom:-4px;}


td img.img_domain_loading
{
    padding-left: 3px;
    padding-right: 13px;
}

.tr_title1
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tr_background.jpg) repeat-x;
width:737px;

color:#2d2d2d;
font-family: "OpenSans-Bold";
font-size:14px;
font-weight:bold;
border-bottom:white 1px solid;
}
.tr_first_row1
{
background-color:#f5f5f5;
width:737px;

color:#2d2d2d;
font-family:"Arial";
font-size:12px;
border-bottom:white 1px solid;
}
.tr_second_row1
{
background-color:#ebebeb;
width:737px;

color:#2d2d2d;
font-family:"Arial";
font-size:12px;
border-bottom:white 1px solid;
}
.tr_first_row1    td{
border-right:1px solid white;
padding:5px 7px 5px 5px;
text-align:left;
vertical-align:middle;}
.tr_second_row1 td{
border-right:1px solid white;
padding:5px 7px 5px 5px;
text-align:left;
vertical-align:middle;}
.tr_title1 td{border-right:white 1px solid; text-align:left;padding:5px 7px 5px 5px; font-weight:bold;}
#baloon_1 .tr_first_row1 td a
{
color:var(--dark-blue);
font-family:"Arial";
font-size:12px;
font-weight:normal;
float:none;
padding:0;
}
#baloon_1 .tr_second_row1 td a
{
color:var(--dark-blue);
font-family:"Arial";
font-size:12px;
font-weight:normal;
float:none;
padding:0;
}
.status
{
	color: #12a44d;
	font-family:"Arial";
	font-size:12px;
}
.statusBlue
{
color:var(--dark-blue);
font-family:"Arial";
font-size:12px;
}
.statusRed
{
color:var(--orange);
font-size:12px;
line-height:18px;
}


#baloon_1 .search_above_table {
height:37px;
margin-bottom:3px;
width:737px;
}

#baloon_1 .search_above_table p 
{
color:#15426d;
font-family:"Arial";
font-size:13px;
font-weight:bold;
float:left;
padding:9px 0 0 22px;
}
.drop_down
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/drop_down1.jpg) no-repeat;
border:none;
color:var(--blue);
float:left;
font-family:"Arial";
font-size:14px;
font-weight:normal;
height:26px;
line-height:29px;
margin:5px 0 0 10px;
padding-left:5px;
padding-top:2px;
width:183px;
}
.search
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/search_above_table.jpg) no-repeat;
border:none;
color:var(--blue);
float:left;
font-family:"Arial";
font-size:13px;
height:24px;
margin:5px 0 0 0;
padding-left:33px;
padding-top:1px;
width:169px;
}

.search_button
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/search_button.jpg) no-repeat;
border:none;
color:var(--blue);
float:left;
font-family:"Arial";
font-size:12px;
height:26px;
margin:6px 0 0 5px;
padding-top:3px;
width:64px;
cursor:pointer;
}
.search_button.el-GR
{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/search_button.jpg) no-repeat;
	width:84px;
}
.operations_for_domains
{
background-color:#e8f2f8;
width:732px;
padding:8px 2px 8px 3px;
/*height:65px;*/
margin-bottom:2px;
margin-top:2px;
color:#15426d;
display:inline-block;
}
#baloon_1 .operations_for_domains p
{
color:#000000;
font-family:"Arial";
font-size:13px;
font-weight:bold;
float:left;
padding:4px 0 0 22px;
}
#baloon_1 .operations_for_domains a
{
padding-left:2px;
height:19px;
}
.drop_down_pages
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/drop_down_pages.gif) no-repeat;
border:none;
color:var(--blue);
float:left;
font-family:"Arial";
font-size:12px;
height:27px;
margin:5px 0 0 10px;
padding-left:5px;
padding-top:2px;
width:64px;
}
#baloon_1 .links_below
{
background:#e9eaea url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/links_below_background.jpg) no-repeat;
height:45px;
margin-left:-5px;
width:748px;
text-align: left;
}
#baloon_1 .links_below a
{
padding:14px 5px 0;
font-family:Arial;
color:var(--blue);
}
#baloon_1 .links_below .first_page
{
padding:14px 5px 0;
font-family:Arial;
color:#999999;
text-decoration:none;
}
#baloon_1 .links_below p
{
font-family:Arial;
color:#2d2d2d;
}

.order_history_icon {
    float: left;
    margin-top: 12px;
    width: 20px;
}

.blue_border th
{
border-bottom:var(--dark-blue) 1px solid;
font-family:"Arial";
font-size:15px;
font-weight:bold;
padding-bottom:5px;
color:var(--dark-blue);
border-right:none;
padding:0 8px 4px 7px;
}
.gray_border td
{
border-bottom:#cfcfcf 1px solid;
vertical-align:top;
border-right:none;
padding:0 8px 0px;
}
#baloon_1 .gray_border p
{
font-family:"Arial";
font-size:14px;
font-weight:bold;
color:#2d2d2d;
float:left;
}
#baloon_1 .gray_border span
{
font-family:"Arial";
font-size:12px;
font-weight:normal;
color:#757575;
float:left;
padding-left:20px;
}
#baloon_1 .gray_border img
{
margin:10px 0 0;
float:left;
}
.view_order_history
{
float:right;
padding-right:58px;
}
#baloon_1 .view_order_history a
{
margin-top:5px;
color:white;
font-size:13px;
font-weight:bold;
font-family:"Arial";
}
.border_dotted
{
border-bottom:1px dotted #bfbebe;
padding:10px 0;
display: inline-block;
}
.border_dotted .divNotMsgShowHide
{
	width: 620px; float:left;
}
.border_dotted .divHideLinkShowHide
{
	float: left; padding-left:15px;
}


#baloon_1 .border_dotted a 
{float:none;
color:var(--dark-blue);
font-size:12px;
font-weight:normal;
font-family:"Arial";}
#baloon_1 .border_dotted p
{
color:#050505;
font-size:12px;
font-weight:normal;
font-family:"Arial";
padding:0 0 0 25px;
float:none;
 }
 #baloon_1 .border_dotted img
{float:left;}
#hide_information
{
float:left;
padding-left:4px;
width:732px;
}
#offer_yellow_block
{
width:359px;
float:left;
}
#offer_yellow.el-GR
{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/el-GR/offer_yellow.jpg);
}
#offer_yellow
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/en-US/offer_yellow.jpg);
width:359px;
height:49px;
float:left;
position:relative;
}
#offer_yellow p
{
color:#212121;
font-family:"Arial";
font-size:12px;
padding:3px 45px 0 65px;
}
#offer_yellow a
{
color:var(--dark-blue);
font-family:"Arial";
font-size:12px;
padding:0;
float:none;
}
#services_expiring_green_block
{
width:361px;
float:right;
}
#services_expiring_green
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/services_expiring_green.jpg);
width:361px;
height:49px;
float:right;
position:relative;
}
#services_expiring_green p
{
color:#212121;
font-family:"Arial";
font-size:12px;
padding:3px 60px 0 70px;
}
#services_expiring_green a
{
color:var(--dark-blue);
font-family:"Arial";
font-size:12px;
padding:0;
float:none;
}
#offer_yellow .hide
{
color:#e8f2f8;
font-weight:bold;
font-family:"Arial";
font-size:11px;
padding:0;
position:absolute;
right:10px;
top:31px;
text-decoration:none;
}
#services_expiring_green .hide
{
color:#e8f2f8;
font-weight:bold;
font-family:"Arial";
font-size:11px;
padding:0;
position:absolute;
right:10px;
top:31px;
text-decoration:none;
}
#baloon_1  #email_plans
{
float:none;padding:17px;
color:#2d2d2d;
font-family:"Arial";
font-size:13px;

}
#baloon_1  #email_plans a
{
color:var(--dark-blue);
font-family:"Arial";
font-size:13px;
font-weight:bold;
padding:0
}
#baloon_1 .category_box_arrows
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/expand_collapse_icon.png) no-repeat top;
width:20px;
height:20px;
float:right;
padding:0;
margin-top:13px;
margin-right:5px;
}
#baloon_1 .category_box_arrows.active
{
background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/expand_collapse_icon.png) no-repeat bottom;
}



.custom_button_grey
{
    width:90px;
    height:20px;
    line-height: 20px;
    font-family:Arial;
    font-weight: bold;
    font-size:11px;
    color:#ffffff;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    float:left; 
    margin-left: 7px; 
    background-color:#dcdcdc;
    cursor:default;
}

.custom_button_orange
{
    width:90px;
    height:20px;
    line-height: 20px;
    font-family:Arial;
    font-weight: bold;
    font-size:11px;
    color:#ffffff;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    float:left; 
    margin-left: 7px; 
    background-color:#eab120;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	padding:5px 5px 0 5px;
}

.tooltip_black
{
	display:inline-block;
}
.tooltip_middle_black
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/black_middle.gif);
	background-repeat:repeat-x;
	background-color:#605F60;
	padding:0;
	height:auto;
	width:400px;
}

.tooltip_top_black
{
	height:10px;
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/black_top_middle.gif);
	background-repeat:repeat-x;
	background-color:Transparent;
	margin-left:10px;
	margin-right:10px;
}

.tooltip_top_black .tooltip_top_left
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/black_top_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:10px;	
	background-color:Transparent;
	float:left;
	margin-left:-10px;
}
.tooltip_top_black .tooltip_top_right
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/black_top_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:10px;
	background-color:Transparent;
	float:right;
	margin-right:-10px;
}

.tooltip_bottom_black
{
	height:10px;
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/black_bottom_middle.gif);
	background-repeat:repeat-x;
	background-color:Transparent;
	margin-left:10px;
	margin-right:10px;
}
.tooltip_bottom_black .tooltip_bottom_left
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/black_bottom_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:10px;	
	background-color:Transparent;
	float:left;
	margin-left:-10px;
}
.tooltip_bottom_black .tooltip_bottom_right
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/black_bottom_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:10px;
	background-color:Transparent;
	float:right;
	margin-right:-10px;
}

.tooltip_middle_black table
{
	display:inline-block;
	color:White;
	padding:0 10px 10px 10px;
	margin:0;
	border-width:0px;
	width:95%;
	margin-right:-10px;
}

.tooltip_middle_black table td
{
	border-width:0px;
	vertical-align:top;
	padding:5px 5px 5px 5px;
}

.tooltip_middle_black table .tooltip_title
{
	font-size:18px;
	padding-bottom:5px;
}

.tooltip_middle_black table .tooltip_text
{
	font-size:12px;
}

.notification_error{color:Red;}
.notification_completed{color:var(--blue);}


#baloon_1 p.noResults {
color:#2D2D2D;
float:none;
font-family:"Arial";
font-size:13px;
padding-bottom:17px;
padding-left:17px;
padding-right:17px;
padding-top:17px;
}

#baloon_1 p.noResults a{
color:var(--dark-blue);
font-family:"Arial";
font-size:13px;
font-weight:bold;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
}


.td_features
{
	white-space:nowrap;
}
.td_features img
{
	padding-right:2px;
}

#baloon_1 .clean_links a
{	
	float:none;
	padding:0;
}
.expGreen
{
	color:#3c9017;
	font-weight:bold;
	text-decoration:underline;	
}
.imgDomainExpInfo
{
	padding-right:5px;
}
.titleYellow
{
	color:#fefb00;
}
/* ---- MENU Starts-----*/


/*CP2 Nav Menu Starts*/
#header_menu_cp2{
	margin-left: 35px;
    margin-top: 0;
    background-color: Transparent;
}
#header_menu_cp2 a{
	display: inline-block;
	height:40px;
	background-repeat:no-repeat;
	float:left;
	text-indent: -9999px;
}
/*
#header_menu_cp2 a:hover{
	background-position: 0 100%;
}
*/
/*CP2 Nav Menu Ends*/

#header_menu_cp2.el-GR a
{
	background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/megamenus/topmenu/sprite.png);
}
#header_menu_cp2.en-US a
{
	background-image:url(https://cdn.papaki.com/sites/all/themes/papaki2/img/megamenus/topmenu/en/sprite.png);
}
#header_menu_cp2 .nav_menu_01
{
	background-position: 0 0;
    width: 117px;
}
#header_menu_cp2 .nav_menu_02
{
	background-position: 0 -80px;
    width: 103px;
}
#header_menu_cp2 .nav_menu_03
{
	background-position: 0 -160px;
    width: 90px;
}
#header_menu_cp2 .nav_menu_04
{
	background-position: -117px 0;
    width: 119px;
}
#header_menu_cp2 .nav_menu_05
{
	background-position: -236px 0;
    width: 120px;
}
#header_menu_cp2 .nav_menu_06
{
	background-position: 0 -240px;
    width: 102px;
}
#header_menu_cp2 .nav_menu_07
{
	background-position: 0 -320px;
    width: 69px;
}
#header_menu_cp2 .nav_menu_08
{
	background-position: -356px 0;
    width: 120px;
}
#header_menu_cp2 .nav_menu_09
{
	background-position: -117px -80px;
    width: 136px;
}


#header_menu_cp2 .nav_menu_01.active-trail{background-position: 0 -40px;}

#header_menu_cp2 .nav_menu_02:hover{background-position: 0 -120px;}
#header_menu_cp2 .nav_menu_03:hover{background-position: 0 -200px;}
#header_menu_cp2 .nav_menu_04:hover{background-position: -117px -40px;}
#header_menu_cp2 .nav_menu_05:hover{background-position: -236px -40px;}
#header_menu_cp2 .nav_menu_06:hover{background-position: 0 -280px;}
#header_menu_cp2 .nav_menu_07:hover{background-position: 0 -360px;}
#header_menu_cp2 .nav_menu_08:hover{background-position: -356px -40px;}
#header_menu_cp2 .nav_menu_09:hover{background-position: -117px -120px;}

#header_submenu_cp2{
	display: block;
    position: absolute;
    margin-left: 5px;
}
#header_submenu_cp2 a{
	color: #4F81A5;
}

.moreInfoNotButton
{
	padding-top:10px;
	text-align: center;
}


/* ---- MENU Ends-----*/

#baloon_1 .divSessionInfo a 
{
    font-family:inherit;
    font-size: inherit;
    color: var(--dark-blue);
    float:none;
    padding:0;
}


.divSessionInfo
{
    display:inline-block;
	margin-top: 10px;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.divSessionInfo a
{
	color: var(--dark-blue);
}
.divTableSummary
{
    clear:both;
}
.divTableSummary hr
{
    width:98%;
    border-top:1px solid white;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style:none;
    margin:10px 0 10px 0;
    display: inline-block;
    opacity:0.5;
	filter:alpha(opacity=50);
}
#baloon_1 .divTableSummary a.onei
{
    background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/expand_collapse_icon.png);
    background-position:0px -20px;
    background-repeat:no-repeat;
    height:18px;
    padding:2px 0 0 25px;
    float:none;
    display: block;
    color: var(--blue);
    font-size:11px;
}
.divTableSummary .divTableSummaryItems
{
    margin-top:5px;
    text-align:center;
    display: inline-block;
}
.divTableSummaryItems .divTableSummaryItem
{
    background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/blubox.png);
    background-repeat:no-repeat;
    width:109px;
    height:67px;
    float:left;
    margin-right:12px;
    cursor:pointer;
}
.divTableSummaryItems .divTableSummaryItem:hover
{
    cursor:pointer;
}
.divTableSummaryItems .divTableSummaryItem .divTableSummaryItemH
{
    font-family:Arial;
    font-size:9px;
    color:White;
    text-align:center;
    padding-top:10px;
    text-transform:uppercase;
}
.divTableSummaryItems .divTableSummaryItem .divTableSummaryItemV
{
    font-family:Arial;
    font-size:34px;
    color:White;
    text-align:center;
}
.divTableSummaryItems .divTableSummaryItem .divTableSummaryItemV:hover
{
    text-decoration:underline;
}

.special_offers2title
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/leftMenu/tab2.jpg');
    background-repeat:no-repeat;
    display:inline-block;
    width:167px;
    height:22px;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:White;
    padding:12px 5px 5px 45px;
    margin:10px 0 0 5px;
}
.special_offers2
{
    background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/leftMenu/offersbg.jpg);
    background-repeat:no-repeat;
    width:199px;
    height:91px;
    padding:3px 10px 0 10px;
    float: left;
    background-color: transparent;
    margin-left: 6px;
    font-size:13px;
    color:#565656;
}

#baloon_1 .special_offers2 a
{
    padding-top: 0;
    font-size:11px;
    text-align:center;
    float:none;
}
.special_offers2 hr
{
    border-top:1px dashed #D1D1D1;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:none;
    margin-bottom: 0;
}


.divLMenuProducts
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/leftMenu/tab1.jpg');
    background-repeat:no-repeat;
    width:179px;
    height:24px;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:White;
    padding:10px 5px 5px 45px;
}

.divLMenuSubscriptions {
    background-image: url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/leftMenu/tab_renew.jpg');
    background-repeat: no-repeat;
    width: 179px;
    height: 24px;
    font-size: 15px;
    font-weight: bold;
    color: White;
    padding: 10px 5px 5px 45px;
    position: relative;
}

.divLMenuProducts:before {
    background-image: url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/flash-symbol.svg');
    width: 11px;
    display: block;
    position: absolute;
    left: 15px;
    top: 8px;
}

/*------------breadcrumb------------*/
div.breadcrumb
{
    margin-left: -8px;
    margin-top: 6px;
}
.breadcrumb .you_are_here div.you_are_hereS
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/breadcrumb/grey-corner.jpg');
    background-repeat:no-repeat;
    width:6px;
    height:25px;
    float: left;
}
.breadcrumb .you_are_here div.you_are_hereM,
.breadcrumb .bcGrey div.bcMiddle
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/breadcrumb/grey-repeat.jpg');
    background-repeat:repeat-x;
    height:25px;
    float: left;
    padding-right: 5px;
}
#baloon_1 .breadcrumb p{padding-top: 6px;font-weight:bold;}
#baloon_1 .breadcrumb a{
	padding-top: 6px;
	text-decoration:none;
}

.breadcrumb .bcGrey div.bcStart
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/breadcrumb/grey-arrow-to-grey.jpg');
    background-repeat:no-repeat;
    width:8px;
    height:25px;
    float: left;
}
.breadcrumb .bcCurrent div.bcStart
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/breadcrumb/grey-orange-arrow.jpg');
    background-repeat:no-repeat;
    width:10px;
    height:25px;
    float: left;
}
.breadcrumb .bcCurrent div.bcMiddle
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/breadcrumb/orange-repeat.jpg');
    background-repeat:repeat-x;
    height:25px;
    float: left;
    padding-right: 5px;
}
.breadcrumb .bcCurrent div.bcEnd
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/breadcrumb/orangearrow.png');
    background-repeat:no-repeat;
    width:10px;
    height:25px;
    float: left;
}
.breadcrumb .bcGrey div.bcEnd
{
    display:none;
}
/*------------breadcrumb------------*/


.tblTitle {
    display: inline-block;
    margin-left: 5px;
    margin-top: 12px;
    vertical-align: bottom;
    white-space: nowrap;
}
.tblTitle .tblTitleSmall 
{
    color:White;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    padding-right: 5px;
    padding-top: 4px;
    text-shadow: 1px 1px #2767A4;
}
.tblTitle .tblTitleBig 
{
    color:White;
    float: left;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    padding-right: 5px;
    text-shadow: 1px 1px #2767A4;
}


/* ---------------------------------   Tooltips V2   -------------------------------- */
.v2.tooltip_black
{
    margin-left:10px;
	margin-right:10px;
	display:inline-block;
}
#tooltip h3{margin-bottom: 0;}
.v2 .tooltip_top_black
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/ttip_01.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:Transparent;
	height:13px;
	width:334px;
	margin-left:0px;
	margin-right:0px;
}
.v2 .tooltip_top_black .tooltip_top_left,
.v2 .tooltip_top_black .tooltip_top_right,
.v2 .tooltip_bottom_black .tooltip_bottom_left,
.v2 .tooltip_bottom_black .tooltip_bottom_right
{
    display:none;
}
.v2 .tooltip_middle_black
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/1pxtop.png);
	background-repeat:repeat-y;
	background-color:#EFEFF3;
	padding:0;
	height:auto;
	width:334px;
}
.v2 .tooltip_middle_black table
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/ttip_02.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color: Transparent;
	padding:0;
	height:auto;
	width:334px;
	min-height:70px;
}
.v2 .tooltip_bottom_black
{
	background-image:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/ttip_03.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:Transparent;
	margin-left:0px;
	margin-right:0px;
	height:24px;
	width:334px;
}
.v2 .tooltip_middle_black table .tooltip_title
{
    font-size:18px;
	padding-bottom:3px;
	margin-bottom:5px;
	font-family:Arial;
	color:Black;
	border-bottom:1px solid #a5adb3;
	-webkit-box-shadow: 0 6px 6px -6px white;
	-moz-box-shadow: 0 6px 6px -6px white;
	box-shadow: 0 6px 6px -6px white;
}
.v2 .tooltip_middle_black table .tooltip_title.hideTitle
{
    display:none;
}
.v2 .tooltip_middle_black table .tooltip_text
{
	font-size:11px;
	font-family:Arial;
	color:Black;
	font-style:normal;
	font-weight:normal;
}
.v2 .tooltip_middle_black table td
{
    padding:5px 10px 5px 5px;
}
/* ------------------------------------------------------------------------- */

.sched_middle_center .Big250.div_hosting_results select,
.sched_middle_center .Big250.div_email_plants_results select,
.sched_middle_center .Big250.div_website_builder_results select,
.sched_middle_center .Big250.div_mobilewebsite_results select,
.sched_middle_center .Big250.div_rankingninja_results select,
.sched_middle_center .Big250.div_ssl_results select,
.sched_middle_center .Big250.div_Sitelock_results select,
.sched_middle_center .Big250.div_eshop_results select
{
    display: inline-block;
    float: left;
    /*margin-left: 0;*/
    position: absolute;
    margin-top: 5px;
}
.sched_middle_center .Big250.div_hosting_results span.select,
.sched_middle_center .Big250.div_email_plants_results span.select,
.sched_middle_center .Big250.div_website_builder_results span.select,
.sched_middle_center .Big250.div_mobilewebsite_results span.select,
.sched_middle_center .Big250.div_rankingninja_results span.select,
.sched_middle_center .Big250.div_ssl_results span.select,
.sched_middle_center .Big250.div_Sitelock_results span.select,
.sched_middle_center .Big250.div_eshop_results span.select
{
    margin-top: 5px;
}


#baloon_1 .sched_middle_center .Big250.div_hosting_results .links_below span.select,
#baloon_1 .sched_middle_center .Big250.div_email_plants_results .links_below span.select,
#baloon_1 .sched_middle_center .Big250.div_website_builder_results .links_below span.select,
#baloon_1 .sched_middle_center .Big250.div_mobilewebsite_results .links_below span.select,
#baloon_1 .sched_middle_center .Big250.div_rankingninja_results .links_below span.select,
#baloon_1 .sched_middle_center .Big250.div_ssl_results .links_below span.select,
#baloon_1 .sched_middle_center .Big250.div_Sitelock_results .links_below span.select,
#baloon_1 .sched_middle_center .Big250.div_preregistrations_results .links_below span.select,
#baloon_1 .sched_middle_center .Big250.div_eshop_results .links_below span.select
{
    position:relative;
}
#baloon_1 .sched_middle_center .Big250.div_hosting_results .links_below select,
#baloon_1 .sched_middle_center .Big250.div_email_plants_results .links_below select,
#baloon_1 .sched_middle_center .Big250.div_website_builder_results .links_below select,
#baloon_1 .sched_middle_center .Big250.div_mobilewebsite_results .links_below select,
#baloon_1 .sched_middle_center .Big250.div_rankingninja_results .links_below select,
#baloon_1 .sched_middle_center .Big250.div_ssl_results .links_below select,
#baloon_1 .sched_middle_center .Big250.div_Sitelock_results .links_below select,
#baloon_1 .sched_middle_center .Big250.div_preregistrations_results .links_below select,
#baloon_1 .sched_middle_center .Big250.div_eshop_results .links_below select
{
    left: 0;
    position: absolute;
}
.subTitle
{
    font-family:Arial;
    font-size:11px;
    font-weight:normal;
}

.tblEmailAccounts
{
    width:450px;
}
.tblEmailAccounts td
{
    border-style:none;
    padding-top: 0px;
    padding-bottom: 5px;
}

/* Scrollable Table START */
#table-wrapper {
  position:relative;
}
#table-scroll {
  max-height:200px;
  overflow:auto;
}
#table-wrapper table {
  width:100%;
    
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;  
}
/* Scrollable Table START */

.OneClickRenew_Container
{
    padding-top:20px;
    padding-bottom:20px;
}
.OneClickRenew_Table
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/OneClickRenew_Container.jpg');
    background-repeat:no-repeat;
    width:820px;
    height:820px;
    margin-left:auto;
    margin-right:auto;
}
.OneClickRenew_Table .tblTitle
{
    color: #666666;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px #FFFFFF;
    text-align:center;
    height: 37px;
    margin-top: 20px;
    width: 800px;
    padding-bottom: 10px;
}


.fileTypeTXT
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/icons/file.svg');
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    float:left;
    clear:left;
}
.fileTypePDF
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/pdf20.svg');
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    float:left;
    clear:left;
}
.fileTypeEMAIL
{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/icons/mail.svg');
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    float:left;
    clear:left;
}
.fileName
{
    float:left;    
}

.lnk_renew_v2_active, #baloon_1 td a.lnk_renew_v2_active,
.lnk_renew_v2_disabled, #baloon_1 td a.lnk_renew_v2_disabled
{
    width: 97px;
    height: 23px;
    padding-top: 6px;
    font: bold 12px arial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    text-align: center;
    display: block;
    text-decoration: none;
}
.lnk_renew_v2_active, #baloon_1 td a.lnk_renew_v2_active
{
    background-color: #138f10;
    color: #ffffff;
}
#baloon_1 td a.lnk_renew_v2_active.manageSubscription,
#baloon_1 td a.lnk_renew_v2_disabled.manageSubscription {
    white-space: normal;
    height: 26px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.lnk_renew_v2_disabled, #baloon_1 td a.lnk_renew_v2_disabled
{
    background-color: #ababab;
    box-shadow: none;
    color: #dfdfdf;
}
.imgELRegistration
{
    width:18px;
    height:19px;
    margin-left: 5px;
}









































































/*REFRESHING CP*/





@font-face {
	font-family: "OpenSans-Light";
	src: url(https://cdn.papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
	font-family: "OpenSans-Regular";
	src: url(https://cdn.papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url(https://cdn.papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Bold.ttf) format("truetype");
}

ul,li,p,span,a,h1,h2,h3,h4,h5,h6,div,aside,th {
  font-family: "OpenSans" !important;
}

header {
	width:initial !important;
	padding-right:0 !important;
}

#block-locale-0 {
	width: initial;
}

#block-locale-0 li, #block-locale-1 li, #block-locale-2 li {
	padding-right:0;
	padding-left:10px;
}

#header_links, #header_baloons {
    margin-left: -55px;
}

#baloon_1 .gray_border td a img {
	width:170px;
	margin-top:6px;
}

/*Side Menu*/

.breadcrumb .bcCurrent div.bcMiddle {
	background:var(--green-darker);
}

.divLMenuProducts,
.divLMenuSubscriptions,
.special_offers2title {
	background:var(--blue);
}


#baloon_1 .tr_first_row1 td a,
#baloon_1 .tr_second_row1 td a {
	color: var(--blue);
}

/*Three Header Tabs*/
a.btnAccount,
a.btnTools,
a.btnSupport {
	background-image: none !important;
    background: var(--blue);
    color: #ffffff !important;
    border: 1px solid var(--blue);
    border-radius: 2px;
    text-shadow: none !important;
    transition: 0.2s;
    padding-left: 0 !important;
    width: 150px !important;
}

a.btnAccount:hover,
a.btnTools:hover,
a.btnSupport:hover {
	background-image:none !important;
	background:var(--blue);
	color:#ffffff !important;
	border:1px solid var(--blue);
}

a.btnAccount:before,
a.btnTools:before,
a.btnSupport:before {
	font-family:'FontAwesome';
	font-size:20px;
	font-weight:normal;
	padding-right:5px !important;
}

a.btnAccount:before,
a.btnTools:before,
a.btnSupport:before {
	content:"\f007";
}

a.btnTools:before {
	content:"\f0ad";
}

a.btnSupport:before {
	content:"\f1cd";
}

/*Comment Box*/

.duck {
	width:70px;
}

#comment_box_middle,
#comment_box_top,
#comment_box_bottom,
#comment-leftover {
	background:none;
}

#comment_box_middle p {
	background:#e8e8e8;
	border-radius:20px;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	top:-20px;
	line-height:18px;
	font-size: 13px;
}

#comment-leftover {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #e8e8e8;
  border-bottom: 10px solid transparent;
}


/*My services at a glance*/


div.breadcrumb {
	margin-top: 11px;
}


#baloon_1 .information_middle_left a {
	color: var(--blue);
}

#information_top,
#information_bottom {
	display:none;
}

#information_middle {
	margin-bottom:25px;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:3px;
	background:#f5f5f5;
}

.divTableSummary hr {
    width: 98%;
    border-top: 1px solid var(--blue);
}

.divTableSummaryItems .divTableSummaryItem{
	background:var(--blue);
	border-radius:0;
	transition:0.2s;
	width: 134px;
	height: 83px;
}

.divTableSummaryItems .divTableSummaryItem .divTableSummaryItemH {
    font-size: 12px;
    padding-top:10px !important;
}

.divTableSummaryItems .divTableSummaryItem:hover{
	background:var(--dark-blue);
}

#baloon_1 .divTableSummary a.onei {
	font-size: 12px;
}


.tr_first_row,
.tr_second_row  {
	height:60px;
}

.tr_first_row td,
.tr_second_row td  {
	border-bottom:none;
}

.breadcrumb .bcCurrent div.bcMiddle a {
	color:#fff !important;
}

.tr_title td {
	background:#cacaca;
}

#div_domains_list.Big250 select{
	margin-top:3px;
	height:30px;
}

.divTableSummaryItems .divTableSummaryItem .divTableSummaryItemH {
    font-size: 12px;
    padding-top:10px !important;
}

#baloon_1 .sched_items h2.trigger_sched2 .sched_title2 a.buy {
	background:var(--green-darker);
	border-radius: 0;
	border:1px solid #fff;
	text-shadow:none;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}

/*My services at a glance below tabs*/
.sched_items h2.trigger_sched2 .sched_title2 {
	background:var(--blue);
}

.sched_items h2.trigger_sched2 .tblLeft {
	background-image:none;
	background:var(--blue);
	border-radius:10px 0 0 0;
}

.sched_items h2.trigger_sched2 .tblRight {
	background-image:none;
	background:var(--blue);
	border-radius:0 10px 0 0 ;
}


.sched_items h2.trigger_sched2 .wIcon {
	text-shadow: none;
}


.sched_item {
	background:#f5f5f5;
	border:1px solid #d4d4d4;
	margin-bottom:20px;
}

.sched_item_bottom {
	display:none;
}

#baloon_1 .search_above_table p{
	color:#000000;
}


#baloon_1 .category_box_arrows.active {
    background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/expand_collapse_icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
    margin-top: 9px;
    margin-right: 5px;
    background-size: 29px;
    background-position: 0 -29px;	
}


#baloon_1 .category_box_arrows {
    background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/expand_collapse_icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
    margin-top: 9px;
    margin-right: 5px;
    background-size: 29px;
}



/*the style CP2.css*/
body {
	background:#f5f5f5;
}


/*topbar*/
.right_logged_in,
.left_logged_in,
.center_logged_in {
	background:none;
}
.center_logged_in {
	background:var(--blue);
	padding-bottom:10px;
	line-height:26px;
	color:#fff;
	border-radius:0 0 15px 15px;
	font-size: 110%;
}

.center_logged_in a {
	color:#fff;
}
/*topbar END*/


#header #main {
	background:none;
}

#baloon_1 {
	background:#fff;
	border-radius:0;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
}

.breadcrumb .you_are_here div.you_are_hereS,
.breadcrumb .you_are_here div.you_are_hereM, .breadcrumb .bcGrey div.bcMiddle {
   background:#ededed;
}




.breadcrumb .bcGrey div.bcStart {
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/white_arrow_right.svg');
}


.breadcrumb .bcCurrent div.bcStart {
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/green_end_arrow.svg');
}

.breadcrumb .bcCurrent div.bcEnd{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/orangearrow.svg');
}

#baloon_1 .menu_middle_center li a div 	{
	background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/png");
	font-size: 14px;
}

.sched_items h2.trigger_sched2 .wIcon {
    background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/icons_white.png");
}

#baloon_1 .breadcrumb p {
	color:#fff;
}

#baloon_1 .breadcrumb .you_are_hereM p {
	color:#000000;
}

#baloon1_top a,
#baloon1_top p {
	font-size:120%
}


/* left column */

#menu_wrap_background_bottom {
	display:none;
}

.special_offers2 {
	background:none;
	padding-left: 0;
	line-height: 20px;
	padding-top: 15px;
}

.special_offers2title {
	background:var(--green-darker);
	position:relative;
	height:15px;
	line-height:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.special_offers2title:before {
	content:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/flash-symbol.svg');
	width:11px;
	display:block;
	position:absolute;
	left:15px;
	top:8px;

}

#menu_wrap {
	background:#f5f5f5;
	border-radius:0;
	padding-bottom:100px;
}

#baloon_1 .menu_middle_center li a {
	background-image:none;
	background:#ededed;
	margin-left:0;
	margin-bottom:0px;
	margin-top:6px;
	width:205px;
	padding-right:0;
	padding-top:10px;
	line-height:18px;
}

#baloon_1 .menu_middle_center li .current{
	background-image:none;
	background:#c8dce7;
	margin-left:-9px;
}

#baloon_1 .special_offers2 a {
	font-size:14px;
	color:var(--blue);
	padding-left:0;
}

#baloon_1 p.noResults a,
#baloon_1 .divSessionInfo a {
	color:var(--blue);
}



/*diaxeirisi profil*/
.sched_items h2.trigger_sched {
	background-image:none;
	background:var(--blue) !important;
	border-radius:4px 4px 0 0
}

.tblTitle .tblTitleSmall, 
.tblTitle .tblTitleBig {
	text-shadow:none;
}

#baloon_1 .cssform p {
	margin-top:10px;
}


.lblField {
	padding-top:0;
	font-size:14px;
	font-family: "OpenSans-Regular";
}

.cssform label {
	font-family: "OpenSans-Bold";

}

.txtField {
    background-image:none;
	border:1px solid #999999;
	border-radius:3px;
	transition:0.2s;
	width:220px;
	height:30px;
	font-size:14px;
	font-family: "OpenSans-Regular";
}

.txtField:focus {
    background-image:none;
	border:1px solid var(--blue);
	border-radius:2px;
}


/*Paketa Hosting*/
#baloon_1 .search_above_table {
	padding-top:10px;
	padding-bottom:10px;
}


.search_button {
	background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/search-en.svg) no-repeat;
	width:84px;
	margin-top:5px;	
}


.search_button.el-GR {
	background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/search-el.svg) no-repeat;
	width:84px;
	margin-top:5px;
}

.search_domain,
.search {
	border:1px solid #999999;
	background:#fff;
	border-radius:3px;
	margin-left:5px;
	margin-top: 3px;
	height: 26px;
	padding-left: 5px;
}

.tr_first_row1,
.tr_second_row1,
.tr_first_row,
.tr_second_row  {
	height:60px;
}

.breadcrumb .bcCurrent div.bcMiddle a {
	color:#fff !important;
}

.tr_title1,
.tr_title td {
	background:#cacaca;
}


.td_features img {
	margin-right: 13px;
}



#baloon_1 .gray_border td a img {
	width:170px;
	margin-top:6px;
}


#baloon_1 .links_below {
	background:none;
}

.sched_middle_center span.select {
	background-image:none !important;
}


select.styled {
	opacity:1 !important;
}


.lnk_renew_v2_active, #baloon_1 td a.lnk_renew_v2_active {
    background-color: var(--green-darker);
    height:24px;
    transition:0.2s;
    margin:auto;
}

.lnk_renew_v2_active, #baloon_1 td a.lnk_renew_v2_active:hover {
	background:#3f9a53;
}




/* popUps */
/*https://www.papaki.com/cp2/css/myCSS.css?id=636995802435388470*/
/* already set */
/* @font-face {
  font-family: "OpenSans-Light";
  src: url(https://papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url(https://papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url(https://papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Bold.ttf) format("truetype");
} */

ul,li,p,span,a,h1,h2,h3,h4,h5,h6,div,aside,th {
  font-family: "OpenSans-Regular" !important;
}


.ui-widget-header {
	background-image:none;
}

.sched_items h2.trigger_sched_dum {
	background:none;
	font-family:"OpenSans-Light" !important;
}

.lbl_rtypes {
	text-shadow:none;
	color: var(--green-darker);
}

.sched_item,
.sched_item_bottom1 {
	background-image:none;
	border:none;
}

.sched_item,
.window_msg {
	font-size:14px !important;
	line-height:22px;
}

 .sched_middle_center {
	margin:auto;
}

/*jquery with inspector*/
/*https://www.papaki.com/cp2/themes/ui-lightness/jquery-ui-1.8.2.custom.css*/

.ui-widget-overlay {
	background:#000;
}

.ui-widget-content {
	border:none;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}

.ui-widget-header {
	background:var(--blue);
	border-color: var(--blue);
	font-size:20px;
	font-weight:normal;
	border-radius: 4px 4px 0 0;
}


.ui-widget-header .ui-icon {
   transition:0.2s;
}

.ui-dialog .ui-dialog-titlebar {
	padding-top:15px;
	padding-bottom:10px;
}






























































/*REFRESHING CP*/




/* already set */
/* @font-face {
  font-family: "OpenSans-Light";
  src: url(https://cdn.papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url(https://cdn.papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url(https://cdn.papaki.com/sites/all/themes/papaki3/fonts/OpenSans-Bold.ttf) format("truetype");
} */

ul,li,p,span,a,h1,h2,h3,h4,h5,h6,div,aside,th {
  /* font-family: "OpenSans" !important; */
  font-family: "OpenSans-Regular" !important;
  
}


#block-locale-0 {
	width: initial;
}

#block-locale-0 li, #block-locale-1 li, #block-locale-2 li {
	padding-right:0;
	padding-left:10px;
}

#header_links, #header_baloons {
    margin-left: -55px;
}

#baloon_1 .gray_border td a img {
	width:170px;
	margin-top:6px;
}

/*Side Menu*/

.breadcrumb .bcCurrent div.bcMiddle {
	background:var(--green-darker);
}

.divLMenuProducts,
.divLMenuSubscriptions,
.special_offers2title {
	background:var(--blue);
}


#baloon_1 .tr_first_row1 td a,
#baloon_1 .tr_second_row1 td a {
	color: var(--blue);
}

/*Three Header Tabs*/
a.btnAccount,
a.btnTools,
a.btnSupport {
	background-image: none !important;
    background: var(--blue);
    color: #ffffff !important;
    border: 1px solid var(--blue);
    text-shadow: none !important;
    transition: 0.2s;
    padding-left: 0 !important;
    width: 150px !important;
}

a.btnAccount:hover,
a.btnTools:hover,
a.btnSupport:hover {
	background-image:none !important;
	background:var(--blue);
	color:#ffffff !important;
	border:1px solid var(--blue);
}

a.btnAccount:before,
a.btnTools:before,
a.btnSupport:before {
	font-family:'FontAwesome';
	font-size:20px;
	font-weight:normal;
	padding-right:5px !important;
}

a.btnAccount:before,
a.btnTools:before,
a.btnSupport:before {
	content:"\f007";
}

a.btnTools:before {
	content:"\f0ad";
}

a.btnSupport:before {
	content:"\f1cd";
}

/*Comment Box*/

.duck {
	width:70px;
	display: none;
}

#comment_box_middle,
#comment_box_top,
#comment_box_bottom,
#comment-leftover {
	background:none;
}

    #comment_box_middle p {
        background: #e8e8e8;
        border-radius: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        top: -20px;
        line-height: 18px;
        font-size: 13px;
    }

    .comment_box_header #comment_box_middle p {
        background: #ff6943;
        font-weight: 600;
    }




/*My services at a glance*/


div.breadcrumb {
	margin-top: 11px;
}


#baloon_1 .information_middle_left a {
	color: var(--blue);
}

#information_top,
#information_bottom {
	display:none;
}

#information_middle {
	margin-bottom:25px;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:3px;
	background:#f5f5f5;
}

.divTableSummary hr {
    width: 98%;
    border-top: 1px solid var(--blue);
}

.divTableSummaryItems .divTableSummaryItem{
	background:var(--blue);
	border-radius:0;
	transition:0.2s;
	width: 110px;
	height: 83px;
}

.divTableSummaryItems .divTableSummaryItem .divTableSummaryItemH {
    font-size: 12px;
    padding-top:10px !important;
}

.divTableSummaryItems .divTableSummaryItem:hover{
	background:var(--dark-blue);
}

#baloon_1 .divTableSummary a.onei {
	font-size: 12px;
}


.tr_first_row,
.tr_second_row  {
	height:60px;
}

.tr_first_row td,
.tr_second_row td  {
	border-bottom:none;
}

.breadcrumb .bcCurrent div.bcMiddle a {
	color:#fff !important;
}

.tr_title td {
	background:#cacaca;
}

#div_domains_list.Big250 select{
	margin-top:5px;
	height:30px;
	margin-left:0;
}

.divTableSummaryItems .divTableSummaryItem .divTableSummaryItemH {
    font-size: 12px;
    padding-top:10px !important;
}

#baloon_1 .sched_items h2.trigger_sched2 .sched_title2 a.buy {
	background:var(--green-darker);
	border:1px solid #fff;
	text-shadow:none;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;	
}

/*My services at a glance below tabs*/
.sched_items h2.trigger_sched2 .sched_title2 {
	background:var(--blue);
}

.sched_items h2.trigger_sched2 .tblLeft {
	background-image:none;
	background:var(--blue);
	border-radius: 0;
}

.sched_items h2.trigger_sched2 .tblRight {
	background-image:none;
	background:var(--blue);
	border-radius: 0;
}


.sched_items h2.trigger_sched2 .wIcon {
	text-shadow: none;
}


.sched_item {
	background:#f5f5f5;
	border:1px solid #d4d4d4;
	margin-bottom:20px;
}

.sched_item_bottom {
	display:none;
}

#baloon_1 .search_above_table p{
	color:#000000;
}


#baloon_1 .category_box_arrows.active {
    background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/expand_collapse_icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
    margin-top: 9px;
    margin-right: 7px;
    background-size: 26px;
    background-position: 0 -24px;	
}


#baloon_1 .category_box_arrows {
    background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/expand_collapse_icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
    margin-top: 9px;
    margin-right: 5px;
    background-size: 24px;
}



/*the style CP2.css*/
body {
	background:#f5f5f5;
}


/*topbar*/
.right_logged_in,
.left_logged_in,
.center_logged_in {
	background:none;
}
.center_logged_in {
	background:var(--blue);
	padding-bottom:10px;
	line-height:26px;
	color:#fff;
	border-radius:0;
	font-size: 110%;
}

.center_logged_in a {
	color:#fff;
}
/*topbar END*/


#header #main {
	background:none;
}

#baloon_1 {
	background:#fff;
	border-radius:0;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
}

.breadcrumb .you_are_here div.you_are_hereS,
.breadcrumb .you_are_here div.you_are_hereM, .breadcrumb .bcGrey div.bcMiddle {
   background:#ededed;
}




.breadcrumb .bcGrey div.bcStart {
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/white_arrow_right.svg');
}


.breadcrumb .bcCurrent div.bcStart {
	background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/green_end_arrow.svg');
}

.breadcrumb .bcCurrent div.bcEnd{
    background-image:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/orangearrow.svg');
}

#baloon_1 .menu_middle_center li a div 	{
	background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/menu_middle_center_icons.png");
	font-size: 14px;
}

#baloon_1 .menu_middle_center li a div.pixida_menu_icon {
	background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/V2/manage_pixida_gray_icon.png");
	background-size: 23px
}

#baloon_1 .menu_middle_center li a div.oxygen_pelatologio_menu_icon {
	background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/V2/pelatologio_gray_icon.svg");
	background-size: 23px
}

.sched_items h2.trigger_sched2 .wIcon {
    background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/icons_white.png");
}

.sched_items h2.trigger_sched2 .wIcon.pixida{
	background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/V2/manage_pixida_white_icon.png");
	background-size: 32px;
}

.sched_items h2.trigger_sched2 .wIcon.oxygen_pelatologio {
	background-image: url("https://cdn.papaki.com/imgsgr/cp/img_rebranding/V2/pelatologio_white_icon.svg");
	background-size: 32px;
}

#baloon_1 .breadcrumb p {
	color:#fff;
}

#baloon_1 .breadcrumb .you_are_hereM p {
	color:#000000;
}

#baloon1_top a,
#baloon1_top p {
	font-size:120%
}


/* left column */

#menu_wrap_background_bottom {
	display:none;
}

.special_offers2 {
	background:none;
	padding-left: 0;
	line-height: 20px;
	padding-top: 15px;
}

.special_offers2title {
	background:var(--green-darker);
	position:relative;
	height:15px;
	line-height:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.special_offers2title:before {
	content:url('https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/flash-symbol.svg');
	width:11px;
	display:block;
	position:absolute;
	left:15px;
	top:8px;

}

#menu_wrap {
	background:#f5f5f5;
	border-radius:0;
	padding-bottom:100px;
}

#baloon_1 .menu_middle_center li a {
	background-image:none;
	background:#ededed;
	margin-left:0;
	margin-bottom:0px;
	margin-top:6px;
	width:205px;
	padding-right:0;
	padding-top:10px;
	line-height:18px;
}

#baloon_1 .menu_middle_center li .current{
	background-image:none;
	background:#c8dce7;
	margin-left:-9px;
}

#baloon_1 .special_offers2 a {
	font-size:14px;
	color:var(--blue);
	padding-left:0;
}

#baloon_1 p.noResults a,
#baloon_1 .divSessionInfo a {
	color:var(--blue);
}



/*diaxeirisi profil*/
.sched_items h2.trigger_sched {
	background-image:none;
	background:var(--blue) !important;
	border-radius:4px 4px 0 0
}

.tblTitle .tblTitleSmall, 
.tblTitle .tblTitleBig {
	text-shadow:none;
}

#baloon_1 .cssform p {
	margin-top:10px;
}


.lblField {
	padding-top:0;
	font-size:14px;
	font-family: "OpenSans-Regular";
}

.cssform label {
	font-family: "OpenSans-Bold";

}

.txtField, .form-group .txtField {
    background-image:none;
	border:1px solid #999999;
	border-radius:3px;
	transition:0.2s;
	width:220px;
	height:30px;
	font-size:14px;
	font-family: "OpenSans-Regular";
}

.txtField:focus {
    background-image:none;
	border:1px solid var(--blue);
	border-radius:2px;
}


/*Paketa Hosting*/
#baloon_1 .search_above_table {
	padding-top:10px;
	padding-bottom:10px;
}


.search_button {
	background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/search-en.svg) no-repeat;
	width:84px;
	margin-top:5px;	
}


.search_button.el-GR {
	background: url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/refresh_images/search-el.svg) no-repeat;
	width:84px;
	margin-top:5px;
}

.search_domain,
.search {
	border:1px solid #999999;
	background:#fff;
	border-radius:3px;
	margin-left:5px;
	margin-top: 3px;
	height: 26px;
	padding-left: 5px;
}

.tr_first_row1,
.tr_second_row1,
.tr_first_row,
.tr_second_row  {
	height:60px;
}

.breadcrumb .bcCurrent div.bcMiddle a {
	color:#fff !important;
}

.tr_title1,
.tr_title td {
	background:#cacaca;
}


.td_features img {
	margin-left: 13px;
}

.td_features img:empty {
    margin: 0;
}

#baloon_1 .gray_border td a img {
	width:170px;
	margin-top:6px;
}


#baloon_1 .links_below {
	background:none;
}

.sched_middle_center span.select {
	background-image:none !important;
}


select.styled {
	opacity:1 !important;
}


.lnk_renew_v2_active, #baloon_1 td a.lnk_renew_v2_active {
    background-color: var(--green-darker);
    height:24px;
    transition:0.2s;
    margin:auto;
}
.lnk_renew_v2_disabled, #baloon_1 td a.lnk_renew_v2_disabled {
    margin:auto;
}

.lnk_renew_v2_active, #baloon_1 td a.lnk_renew_v2_active:hover {
	background:#3f9a53;
}

/* popUps */
.ui-widget-header {
	background-image:none;
}

.sched_item,
.sched_item_bottom1 {
	background-image:none;
	border:none;
}

.sched_item,
.window_msg {
	font-size:14px !important;
	line-height:22px;
}

 .sched_middle_center {
	margin:auto;
}/**/


/* Domains Search Tab */

#mainContentPlaceHolder_myContentPlaceHolder_txt_search_domain {
	position:relative;
	top:1px;
	border-color:var(--blue);
	font-size:12px;
	color:#000000;
}


/*FA Icons*/

.fa-lock.small_row_icon {
	font-size:16px;
	color:var(--green-darker);
	padding-left:5px;
	position:relative;
	top:3px;
}

.fa-folder.small_row_icon {
	font-size:16px;
	color:#e8b125;
	padding-left:5px;
	position:relative;
	top:2px;
}


[class^="fa fa"]:before{
  font-family:'FontAwesome' !important;
}



/*FA Icons*/

.fa-lock.small_row_icon {
	font-size:16px;
	color:var(--green-darker);
	padding-left:5px;
	position:relative;
	top:3px;
}

.fa-folder.small_row_icon {
	font-size:16px;
	color:#e8b125;
	padding-left:5px;
	position:relative;
	top:2px;
}

.fa-exclamation-circle.small_row_icon {
	font-size: 20px;
	padding-left:5px;
	position:relative;
	top: 2px;
}

[class^="fa fa"]:before{
  font-family:'FontAwesome' !important;
}

.td_features a {
	margin-right:15px;
}


/*duck colors*/

.duck_text_light_gray{
	color: #898989;
}

.duck_text_light_blue{
	color: var(--blue);
}

.duck_text_red{
	color: var(--orange);
}

.duck_text_green{
	color: var(--green-darker);
}

.duck_text_orange{
	color: #e8b125;
}

/*duck sizes*/
.duck_font_26 {
	font-size:26px;
}

.close_red_x {
	background:var(--orange);
	color:#fff;
	text-align:center;
	padding:2px;
	border-radius:100%;
	height:12px;
	line-height:12px;
	width:12px;
	position:relative;
	top:-5px;
}

.v2 .tooltip_top_black {
	background:#d6d6d6;
	border-radius:7px 7px 0 0;
}
.v2 .tooltip_middle_black table {
	background:#d6d6d6;
}
.v2 .tooltip_bottom_black{
	background:url(https://cdn.papaki.com/imgsgr/cp/img_rebranding/tooltips/ttip_bottom.svg);
}
.v2 .tooltip_middle_black table .tooltip_title {
    border-bottom: 1px solid #c0c0c0;
	box-shadow:none;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 235px;
}
.v2 .tooltip_middle_black #img_tooltip_left {
	width: 55px;
}


#baloon_1 td a.lnk_renew_v2_active.manageSubscription,
#baloon_1 td a.lnk_renew_v2_disabled.manageSubscription {

    height: 35px;

}
.divTableSummaryItem[lnkid=lnk_menu_website_plans] {
	margin-top:20px;
}

.tblDNSRecordsPrev td span{
	word-break: break-word;
}

span.select {
	font-size: 0 !important;
	top: -5px;
}

#baloon_1 td.td_features a {
	padding-top: 5px;
}

#baloon_1 .oxygen-existing-subscriber p.noResults a {
	float: none;
}

.V2.status-1 #settings_part_full #settings_background.migration-wlegacy-hidden.other-actions,
.V2.status-1 #settings_part_full .divCsrDetails #settings_background.migration-wlegacy-hidden.csr-details,
.V2.status-1 #settings_part_full .divAddSAN #settings_background.migration-wlegacy-hidden.extra-san {
    display: block !important
}
