html * {font-family:'Lato','Open Sans',Arial,Verdana,Helvetica;font-size: 14px }


body {
	background-color:transparent;
	margin:0px;
	color:#444444;
	font-size: 12px;
	width:100%;
}

/*input:invalid {
  box-shadow: 0 0 5px 1px red;
}*/

input:focus:invalid {
  outline: none;
}


.snowflakes {
	width:50px;overflow:hidden;
	padding-left:50px;cursor: pointer;
}

.middle-center {width:100%;height:100%;position:relative;}
.middle-center > div:nth-child(1) {position:absolute;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);text-align: center;}


.snowflakes-info {background-color:rgba(252,212,78,0.8);padding:20px;border-radius:3px;text-align: center;margin-left:20px;}
.snowflakes-info button {margin-top:10px}


.snowflakes > div {display:inline-block;padding:2px;border-radius:3px;background-color:rgba(243,39,39,0.5) !important;font-size:14px !important;color:white;padding-left:5px;padding-right:5px;}
.snowflakes > div:nth-child(1) {font-size:16px !important;}
.snowflakes.yellow > div {background-color:#e6c05f !important;margin-top:15px;font-size: 12px !important}
.snowflakes.gray > div {background-color:gray !important;margin-top:15px;font-size: 12px !important}
.snowflakes_old {
	 transition: all 0.01s linear;
    -webkit-transition: all 0.01s linear; /** Chrome & Safari **/
    -moz-transition: all 0.01s linear; /** Firefox **/
    -o-transition: all 0.01s linear; /** Opera **/
}
.newcustomer {background-color:#34AADC}

#yellow_box {border:solid orange 1px;background-color:#FFFFCC;margin-bottom:5px;padding:5px;margin-top:30px;padding-bottom:10px;}


@-moz-document url-prefix() {

    input {position:relative;top:0px;}
    input[type=button] {position:relative;top:0px}
}

/*select {border:solid silver 1px}*/

textarea {}

.inwx-mobile-top-search {display: none}
.ws_white {background-color:rgba(255,255,255,0.8) !important;}

input[type=button], input[type=submit], button {
  color: #666666;
  padding: 2px;
  padding-left:10px !important;
  padding-right:10px !important;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius:3px;
  -moz-border-radius: 3px;
  border: solid #afafaf 1px;
  background: #fcfcfc;
  white-space:nowrap;
  font-size: 13px;
  outline: none;
}

input[type=number] {
    text-align: right;
    width: 80px;
}

.dom-text {display:inline-block;border:solid #D7D7D7 1px;background-color:white;padding:2px;padding-left:5px;padding-right:5px;border-radius:3px;margin-bottom:5px;margin-right:5px;}
.dom-text > span {}
.dom-text > i {font-family:'FontAwesome' !important;font-style: normal;color:silver;margin-left:10px;}
.dom-text > i:hover {color:black}

.inwx-icon {font-family: 'FontAwesome' !important;font-style: normal;font-size: 15px !important;margin:0px !important}
.inwx-ibuttons {overflow: hidden}
.inwx-ibuttons > button {display:inline-block;border-left:none;margin:0px !important;border-radius: 0px}
.inwx-ibuttons > button:first-child {border-left:solid rgb(175, 175, 175) 1px;border-top-left-radius: 3px;border-bottom-left-radius: 3px}
.inwx-ibuttons > button:last-child {border-right:solid rgb(175, 175, 175) 1px;border-top-right-radius: 3px;border-bottom-right-radius: 3px}

.inwx-ibuttons > button:hover {border:solid rgb(175, 175, 175) 1px;border-left:none;background-color:#F7F7F7;}
.inwx-ibuttons > button:hover:first-child {border-left:solid rgb(175, 175, 175) 1px;border-top-left-radius: 3px;border-bottom-left-radius: 3px}
.inwx-ibuttons > button:hover:last-child {border-right:solid rgb(175, 175, 175) 1px;border-top-right-radius: 3px;border-bottom-right-radius: 3px}

button.big {height:40px}
button.big .inwx-icon {font-size: 22px !important}
.big-button {height:40px;background-color:transparent;border-radius: 3px;padding-left:10px;padding-right:10px;position:relative;width:70px}
.big-button:hover {background-color:white;border:solid rgb(175, 175, 175) 1px;}
.big-button > * {position:absolute;top:50%;left:50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);transform: translate(-50%,-50%)}

input[type=checkbox] {border:solid silver 1px;margin-right:5px}

input[type=submit].bigbutton {font-size:12px;padding:5px;padding-left:10px;padding-right:10px;}

button:hover, input[type=button]:hover,input[type=submit]:hover {
  border:solid #325698 1px;color:#325698;
}


.context-menu-fixed {position: fixed;max-height: 300px;overflow: auto}
.context-menu-root {background-color:#f0f0f;box-shadow: none;box-shadow: 0px 10px 20px rgba(0,0,0,0.5);}
.context-menu-item {border-bottom: solid #e0e0e 1px;background-color:transparent;}
.context-menu-item > span {font-size: 13px;font-family: 'Open Sans' !important;white-space: nowrap}

button:active, input[type=button]:active, input[type=submit]:active {
 	border:solid #325698 1px;color:#325698;box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1)
}

input[type=submit].blue, button.blue {background-color:rgb(52, 170, 220);color:white;border:solid rgb(52, 170, 220) 1px;padding-top:10px;padding-bottom:10px;padding-left:20px !important;padding-right:20px !important;}
input[type=submit].blue:hover, button.blue:hover {background-color:rgba(29,130,172,1)}
input[type=submit].orange,button.orange {background-color:rgba(224,141,53,1);color:white;border:solid rgba(224,141,53,1) 1px;padding-top:10px;padding-bottom:10px;padding-left:20px !important;padding-right:20px !important;}
input[type=submit].orange,button.orange:hover {background-color:rgba(224,141,53,1)}

button.transparent {background-color:transparent;color:rgb(52, 170, 220);border:solid rgba(52, 170, 220,0.1) 1px;padding-top:10px;padding-bottom:10px;padding-left:20px !important;padding-right:20px !important;}
button.transparent:hover {border:solid rgba(52, 170, 220,1) 1px}

.sections {
    margin-top: 10px;
}
.sections > div {padding-bottom:10px;padding-top:10px;}
.sections > div:nth-child(even) {background-color:rgba(238,234,224,0.4)}

form {padding:5px;overflow:hidden;}

a:link {color:#006A9D;text-decoration:none;}
a:visited {color:#0080C0;text-decoration:none}
a:hover {color:#009FEC;text-decoration:underline;}
a:active {color:#0080C0;text-decoration:underline;}

.simple {
	margin: 10px;
}
.simple:link {color:gray;text-decoration:none}
.simple:visited {color:gray;text-decoration:none}
.simple:hover {color:gray;text-decoration:none;}
.simple:active {color:gray;text-decoration:none;}


.a_white:link, .a_black:link {font-size:12px;text-decoration:none;color:white;border-bottom:none;}
.a_white:visited, .a_black:visited {font-size:12px;text-decoration:none;color:white;border-bottom:none;}
.a_white:hover, .a_black:hover {font-size:12px;text-decoration:none;color:white;text-decoration:underline;}


.a_black:link {color:black;}
.a_black:visited {color:black;}
.a_black:hover {color:black;}

a.a_black.selected {border:solid black 1px}

.link {color:#006A9D;text-decoration:none;cursor:pointer;}
.link:hover {color:#009FEC;text-decoration:underline;}

img {
    border: 0px;
}


.form-search {
	background-color:rgba(208,226,255,0.3);padding:30px;
}

.createaccount-button {margin-left:0px;background-color:rgb(52, 170, 220) !important;color:white;padding:5px !important;padding-left:20px !important;padding-right:20px !important;border:solid rgb(52, 170, 220) 1px}
.createaccount-button:hover {color:white}

.register-title {font-size: 16px;margin-left:0px}
.register-text {width:auto !important;margin-left:0px;height:32px;margin-top:10px;}

#register_form .input_obj input[type=text],
#register_form .input_obj input[type=password]   {width:45%;min-width: 300px !important}
#register_form .input_obj input[type=button]     {height:35px !important;width:250px !important;background-color:rgb(52, 170, 220) !important;color:white;border:solid rgb(52, 170, 220) 1px}
#register_form .input_phone input[type=text] {min-width:50px !important;}
#register_form #title {width:100px !important}

.form-search input[type=text] {-webkit-appearance: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
-webkit-transition-delay: 0s, 0s;
-webkit-transition-duration: 0.2s, 0.2s;
-webkit-transition-property: border, box-shadow;
-webkit-transition-timing-function: linear, linear;
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(204, 204, 204);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-sizing: content-box;
color: rgb(102, 102, 102);
display: inline-block;
font-size: 15px;
font-weight: normal;
height: 21px;
line-height: 21px;
padding:5px;
margin:0px !important;
margin-bottom:5px !important;
transition-delay: 0s, 0s;
transition-duration: 0.2s, 0.2s;
transition-property: border, box-shadow;
transition-timing-function: linear, linear;
vertical-align: middle;
width: 70%;}

.form-search button, .form-search input[type=button], .form-search input[type=submit] {line-height: 21px;padding:5px;font-size: 15px;width:15%;margin-left:10px}

.form-search.small input[type=search] {font-size: 12px !important;padding:3px !important;width:300px !important}

table {color:#666666;border-collapse: collapse;clear:both;}

th{
	/*background-image:url('/images/tbl_hdr.png');*/
	background-color:rgb(100,100,100);
	color:white;height:25px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align:left;
}

.help_div {font-size:12px;margin-left:50px;margin-bottom:50px;border-bottom:solid #E9E9E9 1px;}

tr td {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    padding-top: 3px;
}


tr:nth-child(even) {background:#fafafa}
tr:nth-child(odd) {background: transparent}

.simple_table {}
.simple_table td {margin:0px;padding:0px;}

.normal_table {}
.normal_table td {margin:0px;padding:0px;}
.normal_table tr:nth-child(even) {overflow:hidden;padding:0px;margin:0px;background:transparent}
.normal_table tr:nth-child(odd) {overflow:hidden;padding:0px;margin:0px;background: transparent}


.simple_table2 {}
.simple_table2 td {margin:0px;padding:0px;}


.simple_table3 {}
.simple_table3 td {margin:2px;padding:2px;padding-left:10px}
.simple_table3 tr:nth-child(even) {background:transparent}
.simple_table3 tr:nth-child(odd) {background: transparent}

.simple_table4 {}
.simple_table4 td {margin:0px;padding:0px;}
.simple_table4 tr:nth-child(even) {background:transparent}
.simple_table4 tr:nth-child(odd) {background: transparent}

.simple_table5 {}
.simple_table5 td {margin:2px;padding:2px;padding-left:10px}
.simple_table5 tr:nth-child(even) {background:transparent}
.simple_table5 tr:nth-child(odd) {background: #efefef}

.tbl_domains {}
.tbl_domains td {font-size:12px;padding:5px;}
.tbl_domains tr:nth-child(even) {background:transparent}
.tbl_domains tr:nth-child(odd) {background: transparent}


input[type=text],input[type=password] {background-color:white;border:solid #afafaf 1px;padding:2px;margin:2px;outline: none;margin-left:5px;}
input[type=text]:hover, input[type=password]:hover {border:solid #2f8ee6 1px}

.calendar_input {background-color:white;background-repeat:repeat-x;border:solid gray 1px;padding:3px;}

.selectButton {background-color:white; border:1px solid #ddd;}
.full_container {position:relative;background-color:white;}
.fc_dialog {width:100%;height:100%;overflow:hidden;position:absolute;background-color:transparent;}

#hdr_top { /* over the top */overflow:hidden;}


#infoline_container {margin-top:-10px;margin-bottom:25px;margin-left:650px;}
#infoline_container img {padding-right:5px;float:left;}
#infoline_container h2 {padding-top:4px;color:#4a6fb8;}
#infoline_container p {margin-top:-10px;color:gray;font-size:9px;}

#mainmenu-list {
	list-style:none;
	padding:0px;margin:0px;
}
.mainmenu_item {
	display:block;float:left;
	text-transform: uppercase;
	margin: 0px !important;
}
a.mainmenu_link, a.mainmenu_link:hover {
	/*color: #4a6fb8; */
    color: white;
	line-height:35px;
	display:block;
	padding-right:13px;
	padding-left:13px;
	background-position:0px 0px;
	/*border-right:solid #3A3A3A 1px;*/
	border-left:solid #3871A9 1px;
	font-size: 12px;
	-webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
    letter-spacing: 0px;
    margin:0px !important;
}



a.mainmenu_link:hover{
	text-decoration:none;
	background-color:rgba(0,0,0,0.2);
	border-radius: 2px;
}

a.mainmenu_link_on {
	color: white;
	line-height: 35px;
	display:block;
	padding-left:10px;
	padding-right:10px;
	background-position:0px 0px;
	font-size: 12px;
	background-color:rgba(0,0,0,0.5);
	border-radius: 2px;
}

.new-label {
    margin-left: 0.3em;
    padding: 0.2em 0.4em 0.3em;
    border-radius: 2px;
    font-size: 0.9em;
    line-height: 18px;
    font-weight: bold;
    text-transform: none;
    vertical-align: top;
    background: #FF0;
    color: #333;
}


#left_blue, #left_image {
	float:left;
	width:674px;
	height:238px;
	background: transparent url('../images/header1.html');
	margin-right: 7px;
	margin-left:0px;
	margin-bottom:5px;
}

#left_image {
	height:120px;
}
#blueblock_container, #imageblock_container {
	margin-left:30px;
	margin-top:30px;
	margin-right:30px;
}

#domaincheck_container {
	height:50px;
	color:black;
	overflow:visible;
}
#domaincheck_container div{
	color:gray;
	margin:0px;padding:0px;
}

#domaincheck_container select{
	color:black;
	margin:0px;padding:0px;
	font-size:14px;
	padding:0px;
}

#domaincheck_container input{
	color:gray;
	margin:0px;padding:0px;
	border:none;
	font-size:14px;
	background-image:none;
	border:solid green 1px;
	position:relative;
	left:-3px;
	top:-3px;
	padding:3px;
	padding-bottom:4px;
}
#domains_container {
	width:330px;
	float:left;
	color:silver;
	margin-right:10px;
	height:80px;
	overflow:visible;
	line-height:150%
}


#right_orange, #right_info {
	color:white;
	float:left;
	width:240px;
	height:24px;
	/* background: transparent url('../images/orangebg.png');*/
	background-color:rgba(0,0,0,0.5);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float:right;position:relative;left:-0px;
}


#right_info {
	padding-top:0px;
	height:90px;
}


.loginerror {
	margin-top:0px;
	color: red;

	line-height:250%;
}

.logininfo{
	font-size:14px;

	color:black;
	line-height:100%;
}

#logout_btn {
	margin-left:195px;
	top: 5px;
	position: absolute;
}
#user_recovery, user_recovery_dialog {
	clear: both;
	margin-left:20px;
	color: white;
}
#user_recovery_dialog {
	margin-left: 30px;
}

#breadcrumbs {
	clear:both;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: gray;
}

#maincontent {
	clear:both;
	overflow: hidden;
	margin-top:24px;
}

.mainpage {position:relative;margin-top:-30px !important;}
.mainpage > div:nth-child(1) {display: none;}
.mainpage > div:nth-child(2) {float:none !important;width:100% !important;}
.mainpage > div:nth-child(2) * {}


#maincontent > div:nth-child(1) {
	float:left;
	overflow: hidden;
	width:20%;
}

#maincontent > div:nth-child(2) {
	float:left;
	width:80%;
	padding-top:20px;
}



#maincontent_small{
	width:100%;
	height:100%;
}

#realcontent {
	margin:10px;
	min-height:400px;
	height:auto!important;
	visibility: hidden;
	background-color:white;
}

#realcontent_small {
	clear:both !important;
	padding:0px;background-color:transparent;
	overflow:hidden;
}

#realcontent_small .singlepage {display: none}

#realcontent_small input[type=button],
#realcontent_small input[type=submit],
#realcontent_small button
{
	/* background-color:#f3f7ff;*/
}

#realcontent_small input[type=button]:hover,
#realcontent_small input[type=submit]:hover,
#realcontent_small button:hover
{
	/*background-color:#305392;
	color:white;
	border:solid white 1px*/
}


#body_container_small {
	overflow: hidden;
}

.listRow {
	color:#444444;
}
.listRow:hover {
	color: black;
	background-color:#F5F5F5;
	cursor: pointer;
}

.listRow_click {
	background-color:#E9E9E9;
}

.icon:hover {
    cursor:pointer;
}
.info {
	cursor:help;
	opacity: 0.6;
}

.fa.info {font-size: 16px !important;color:#dddddd}
.fa.info:hover {color:#888888}
.info:hover {
	opacity: 1;
}

.close_delete {
		width:10px;
		height:18px;
		background-image:url('../../images.inwx.com/close.png');
		background-repeat:no-repeat;
		background-position:center center;
		float:left;
}

.close_delete:hover {
		width:10px;
		height:18px;
		background-image:url('../../images.inwx.com/close_over.png');
		background-repeat:no-repeat;
		background-position:center center;
		float:left;
}

.edit_icon {
    width:12px; height:12px;overflow:hideen;float:left;margin:2px;margin-left:10px;background-image:url('../images/editrow_gray.html');background-size:100% 100%;
}

.edit_icon:hover {
    width:12px; height:12px;float:left;margin:2px;margin-left:10px;background-image:url('../images/editrow_black.html');background-size:100% 100%
}

.view_icon {width:16px; height:16px;padding:0px;float:left;margin:2px;margin-left:10px;background-image:url('../images/viewrow_gray.html');background-size:100% 100%}
.view_icon:hover {width:16px; height:16px;padding:0px;float:left;margin:2px;margin-left:10px;background-image:url('../images/viewrow_black.html');background-size:100% 100%}

.up_icon {width:16px; height:16px;padding:0px;float:left;margin:2px;margin-left:10px;background-image:url('../images/arrowup_gray.html');background-size:100% 100%}
.up_icon:hover {width:16px; height:16px;padding:0px;float:left;margin:2px;margin-left:10px;background-image:url('../images/arrowup_black.html');background-size:100% 100%}

/* BUTTON (blue) */
a.blue_button, a.orange_button {
    background-color:#5888ad;
    color: white;
    display: block;
    float: left;
    font-size:12px;
	letter-spacing:0;
    height: 26px;
    text-decoration: none;
	position:relative;
	border-radius: 3px;
}
a.blue_button span, a.orange_button span {
    background: transparent;
    line-height: 14px;
    display:inline-block;
    padding:2px;
    margin:4px;margin-left:10px;margin-right:10px;
}
a.blue_button:active, a.orange_button:active {
   background-color:black !important;
}
a.blue_button:active span, a.orange_button:active span {

}
a.blue_button:link, a.orange_button:link {
	color:white;
	text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
}
a.blue_button:visited, a.orange_button:visited {
	color:white;
	text-decoration:none;
}

a.blue_button:hover {background-color:#527b9b}
/* BUTTON (orange)*/
a.orange_button {
    background: transparent url('../images/btnorange_a.html') no-repeat scroll top right;
}
a.orange_button span {
    background: transparent url('../images/btnorange_span.html') no-repeat;
}
a.orange_button:hover {
	text-decoration: none;
	color: white;
	cursor:pointer;
}


#footer {color:#444444;height:70px;background-position:0 30px;background-repeat:no-repeat;}
#footer_text {text-align:right;height:10px;overflow:hidden;}
#footer_leftside {float:left;width:540px;height:60px;}
#footer_rightside {float:right;width:400px;text-align:right;height:60px;}
#footer_alc {padding:5px;float:left;vertical-align:middle;display:inline-block;vertical-align:middle} /*footer acreditar logos container*/
.alc_logo {margin:10px;margin-top:auto;margin-bottom:auto;vertical-align:bottom;}
#footer_bottom {color:#444444;height:40px;border-top:solid #a0a0a0 1px;}
#fb_leftside {float:left}
#fb_rightside {float:right;width:400px;}
.fb_container{margin:0px;float:left;height:18px;padding:5px 0px 5px 5px;line-height:16px;} /*footer bottom container*/

#logo {float:left;margin-top:5px}

.inwx-page-footer {overflow: hidden;background-color:#2b3d4c;position: relative;padding-top:20px;}
.inwx-page-footer * {color:white !important}
.inwx-page-footer li button:before {color:white !important;}
.inwx-page-footer a:link, .inwx-page-footer a:visited {color:rgba(255,255,255,0.7) !important;font-size: 14px !important}
.inwx-page-footer a:hover {color:white !important;}


.inwx-footer {overflow:hidden;margin-top:50px;padding-top:20px;border-bottom:solid gray 1px;padding-left:20px;padding-right:20px;padding-bottom:20px}
.inwx-footer > div:nth-child(1) {float:left;width:60%;}
.inwx-footer > div:nth-child(2) {float:left;width:40%;}
.inwx-footer > div:nth-child(2) > div:nth-child(2) {float:right;}
.inwx-footer > div:nth-child(2) > div:nth-child(2) > div {float:right !important}

.footer-navbar-container {overflow:hidden;background-color: transparent !important}
.footer-navbar-container > div {width:100%;overflow:hidden}
.footer-navbar-container > div:nth-child(1) > div:nth-child(1) {float:left;width:50%;}
.footer-navbar-container > div:nth-child(1) > div:nth-child(2) {float:left;width:50%;}
.footer-navbar-container > div:nth-child(2) {float:none;width:100%;margin-top:10px;padding-top:10px;overflow:hidden;border-top:solid #e0e0e0 1px}

.footer-navbar {float:left;background-color: transparent !important;}
.footer-navbar div {background-color:transparent !important;font-size: 12px;margin-left:0px !important;padding-left:0px !important}
.footer-navbar a:link,.footer-navbar a:visited {font-size: 11px;color:gray;margin:0px !important;padding:0px !important;margin-top:5px !important;margin-bottom: 5px !important}
.footer-navbar .navitop_on a:link,.footer-navbar .navitop_on a:visited {color:gray}

.inwx-columns2 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
}

hr {border-top:solid #C1C1C1 1px;border-bottom:solid white  1px;}

/*simple link*/
/* a macon */
a.mac {
    color: white;
    display: block;
    float: left;
    text-decoration: none;
    border-radius: 3px;
    padding:0px !important;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    background-color:rgb(220,220,220);
}

a.mac img {height:14px !important;margin:0px;padding:0px;display: inline;position: relative;top:3px;margin-left:5px;}

a.mac span {
    display: block;
    color:black;
	white-space:nowrap;
	margin:1px !important;
	margin-left:10px !important;margin-right:10px !important;
}


a.mac:hover, a.mac:active {
	background-color:rgba(0,0,0,0.7);
    outline: none; /* hide dotted outline in Firefox */
}

a.mac:hover span, a.mac:active span {
	color:white
}

a.mac:link {
	color:black;
	text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
}

a.mac:visited {
	color:black;
	text-decoration:none;
}

/* mac_blue */
a.mac_blue {
	background-color:rgba(11,183,245,0.8);
    display: inline-block;
    /*float: left;*/
    text-decoration: none;
    border-radius: 3px;
    padding:0px !important;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

a.mac_blue span {
   display: block;
    color:white;
	white-space:pre-wrap;
	text-align: center;
	margin:1px !important;
	margin-left:10px !important;margin-right:10px !important;

}

a.mac_blue:hover,a.mac_blue:active {background-color:rgba(11,183,245,1)}


a.mac_blue:link {
	color:white;
	text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
}

a.mac_blue:visited {
	color:white;
	text-decoration:none;
}


a.mac_blue2 {
	background-color:rgba(11,183,245,0.0);
    display: inline-block;
    /*float: left;*/
    text-decoration: none;
    border-radius: 3px;
    padding:0px !important;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

a.mac_blue2 span {
   display: block;
    color:rgb(0, 128, 192);
	white-space:pre-wrap;
	text-align: center;
	margin:1px !important;
	margin-left:10px !important;margin-right:10px !important;

}

a.mac_blue2:hover,a.mac_blue2:active {background-color:rgba(11,183,245,0.5)}


a.mac_blue2:link {
	color:white;
	text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
}

a.mac_blue2:visited {
	color:white;
	text-decoration:none;
}

/** mac_red **/

/* mac_blue */
a.mac_red {
	background-color:rgba(236,103,103,0.7);
    display: inline-block;
   /* float: left; */
    text-decoration: none;
    border-radius: 3px;
    padding:0px !important;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

a.mac_red span {
   display: block;
    color:white;
	white-space:pre-wrap;
	margin:1px !important;
	text-align: center;
	margin-left:10px !important;margin-right:10px !important;

}

a.mac_red:hover,a.mac_red:active {background-color:rgba(236,103,103,1)}


a.mac_red:link {
	color:white;
	text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
}

a.mac_red:visited {
	color:white;
	text-decoration:none;
}

.news {
	border:none;line-height:150%;
}
.news_date {
	float:right;
	height:100%;overflow: hidden;
}

.news_date > div {float:left;margin-right:5px;color:silver;font-size: 10px}
/*
.news_date > div:nth-child(1) {font-size: 1.2em !important;text-align: center}
.news_date > div:nth-child(2) {background-color:#f0f0f0;padding:2px;}
*/

.news_title, .news_title * {
	margin:5px;margin-left:0px;
	font-size: 1.1em !important;
}
.news_content { margin-left:20px;line-height: 175%}

/* a macon */
a.mac_on {
    color: white;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    padding:0px !important;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

a.mac_on img {height:14px !important;margin:0px;padding:0px;display: inline;position: relative;top:3px;margin-left:5px;}

a.mac_on span {
    display: block;
    color:black;
	white-space:nowrap;
	margin:1px !important;
	margin-left:10px !important;margin-right:10px !important;
}


a.mac_on:hover, a.mac_on:active {
	background-color:rgba(0,0,0,0.3);
    outline: none; /* hide dotted outline in Firefox */
}

a.mac_on:hover span, a.mac_on:active span {
	color:white
}

a.mac_on:link {
	color:black;
	text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
}

a.mac_on:visited {
	color:black;
	text-decoration:none;
}


#container_footer_nons {margin-top:10px}

#payment_container {background-color:transparent;padding:5px;float:right;}

h1 {font-size:26px;color:#666666;line-height:150%;margin-top:0px;font-weight: bolder}
h2 {font-size:1.6em;font-weight: normal;color:#2B2B2B}
h2 * {font-size: 1.1em}
h3 {font-size:1.4em;font-weight: normal;color:#2B2B2B}
h3 * {font-size:1em;font-weight: normal;color:#2B2B2B}

ul {color:#444444}
li {line-height:150%;}


.tld-info-tt {position:fixed;left:10px;top:10px;padding:20px;border-radius:10px;background-color:white;box-shadow: 0px 2px 10px rgba(0,0,0,0.2);z-index: 90000}
.tld-info-tt > div > div:nth-child(1) {float:left;width:50px;height:50px;border-radius:50px;background-position: center center;background-repeat: no-repeat;background-size: cover;margin-right:20px;background-color:#f0f0f0}
.tld-info-tt > div > div:nth-child(2) {min-width:250px;font-weight: bolder;margin-bottom: 10px}
.tld-info-tt > div > div:nth-child(3) {min-width:250px;white-space: nowrap !important;}


.inwx-tld {background-color:white !important;background-image:none !important}

.inwx-tld-description {overflow: hidden;width:80%}
.inwx-tld-description h2 {font-size: 1.3em;color:#2B2B2B}

.h1e {font-size:16px;color:#666666;line-height:100%;letter-spacing:-1px;margin-top:0px;}

.light {
	color: gray;
}

.separator {margin-right:4px;float:left;width:3px;border-right:solid silver 1px;height:18px;}

.dialog_title {font-size:14px;font-weight:bolder;cursor:default}

.main_domain_search {font-size:18px;color:darkblue;font-weight:bolder;}
.main_domain_taken {font-size:18px;color:#FF0000}

.check_domain_td {border-bottom:solid silver 1px;color:#666666;white-space:nowrap;}
.check_domain_td_error {padding:5px;border-bottom:solid silver 1px}
.check_domain_div_error {padding:5px;}
.check_domain_td_manual {background-color:#efefef;padding:5px;}
.check_domain_td_even {background-color:transparent}

.input_obj1 p {font-size:14px;font-weight:bolder;width:100%;margin:0px;padding:0px;line-height:100%;width:600px;}
.input_obj1 {height:25px;float:left;width:350px;margin-left:5px}
.input_obj1 div {width:120px;text-align:left;padding-right:2px;float:left;height:20px;padding-top:2px;line-height:20px}
.input_obj1 input[type=text],.input_obj1 input[type=password] {float:left;width:180px;background-image:none}

.input_obj1 input[type=button] {float:left;}
.input_obj1 input[type=submit] {float:left;}
.input_obj1 input[type=file] {float:left;width:250px;}
.input_obj1 select {width:186px;float:left;}

.input_obj {width:100%;overflow:hidden;margin-bottom:5px;display:block;}
.input_obj * {float:left;padding:3px !important;height:25px !important;}
.input_obj > div:nth-child(1) {width:30%;text-align:right;height:100%;height:25px !important;padding-right:8px !important;}
.input_obj > div:nth-child(2) {height:25px !important;width:60% !important;padding:0px !important}
.input_obj > div:nth-child(2) input {padding:3px;height:25px}
.input_obj > *:nth-child(2) {width:60%;margin:0px;padding:0px;}
.input_obj .obj_required {min-height: 2px;min-width: 2px}
.input_obj .info {}
.input_obj select {padding:0px !important;border:solid gray 1px;}
.input_obj button,.input_obj input[type=button],.input_obj input[type=submit] {width:auto !important;padding-left:20px !important;padding-right:20px !important;margin:0px;height:25px !important;}
.input_obj label {overflow:hidden}
.input_obj textarea {height:150px !important;width:100%;max-height: 200px;min-height: 50px;border:solid gray 1px}
.input_obj input[type=hidden] {width:60% !important;margin:0px;padding:0px;}
.input_obj input[type=checkbox] {}


.input_obj.wide {overflow:hidden}
.input_obj.wide > div:nth-child(1) {width:40%;}
.input_obj.wide > *:nth-child(2) {width:40% !important}
.input_obj.col3 {overflow:hidden}
.input_obj.col3 > *:nth-child(2) {width:30% !important;}
.input_obj.col3 > *:nth-child(3) {width:30% !important;}
.input_obj.extravalue input {border-right:none}
.input_obj.extravalue > div:nth-child(3) {border:solid silver 1px;border-left:none;background-color:white;}
.register-small {}
.register-small > input {width:300px !important;}

.input_obj_simple {width:100%;overflow:hidden;margin-bottom:5px;display:block;}
.input_obj_simple * {float:left;padding:3px !important;}
.input_obj_simple > div:nth-child(1) {width:30%;margin:1px !important;margin-top:3px !important;text-align:right;height:100%;}
.input_obj_simple > div:nth-child(2) {width:60%;margin:1px !important;padding:1px !important;}
.input_obj_simple > div:nth-child(2) > * {width:100% !important}
.input_obj_simple .obj_required {min-height: 2px;min-width: 2px}
.input_obj_simple .info {}
.input_obj_simple input {margin:3px }
.input_obj_simple select {padding:0px !important;margin:0px !important;border:solid silver 1px;width:103% !important}
.input_obj_simple button,.input_obj input[type=button],.input_obj input[type=submit] {width:40% !important;padding-left:20px !important;padding-right:20px !important;margin:0px}

/*
.input_obj p {font-size:14px;font-weight:bolder;width:100%;margin:0px;padding:0px;line-height:100%;display:block !important}
.input_obj > div:nth-child(1) {width:40%;text-align:right;padding-right:2px;float:left;height:20px;padding-top:2px;line-height:20px}
.input_obj input[type=text],.input_obj input[type=password],.input_obj input[type=button],.input_obj select {float:left;width:40%}
.input_obj input[type=button] {float:left;}
.input_obj input[type=submit] {float:left;}
.input_obj input[type=file] {float:left;width:250px;}
.input_obj select {width:186px;float:left;}*/
.obj_required {}

.fp-text {text-align: left;width:100%;margin-top:20px;margin-bottom:40px;padding-top:0px;padding-bottom:40px;}
.fp-text * {font-size:13px;line-height: 175%}	
.fp-text h2 {font-size: 30px !important;margin-left:20px}
.fp-text h3 {font-size:16px !important}
.fp-text > div:nth-child(2) {line-height: 175%;padding-left:20px;padding-right:20px;font-size: 13px;}
.fp-text i {font-size: 70px;display: block;color:rgb(88, 136, 173);text-align: center;margin-top:20px;margin-bottom:40px;}

.fp-text .inwx-col3 > div {width:33% !important;text-align: left;display:block;float:left;padding:20px;}


.input_obje {overflow:hidden;float:left;width:410px;}
.input_obje p {font-size:14px;font-weight:bolder;width:100%;margin:0px;padding:0px;line-height:100%;width:600px;}
.input_obje div {width:250px;text-align:left;padding-right:2px;height:20px;padding:2px;}
.input_obje input[type=text] {float:left;width:400px;margin:2px;padding:4px;box-shadow:inset 0px 1px 5px #e0e0e0;background-image:none;}
.input_obje input[type=button] {float:left;}
.input_obje input[type=submit] {float:left;}
.input_obje input[type=file] {float:left;width:400px;margin:2px;padding:4px;}
.input_obje select {width:186px;float:left;}
.input_obje textarea {float:left;width:40px;height:150px;font-size:12px;margin:3px;padding:4px;border:solid silver 1px;box-shadow:inset 0px 1px 10px #e0e0e0;}

.input_obj_long {overflow:hidden;width:100%;margin-bottom:5px;}
.input_obj_long p {font-size:14px;font-weight:bolder;width:100%;margin:0px;padding:0px;line-height:100%;width:600px;}
.input_obj_long > div {text-align:left;margin:2px;float:left;white-space:nowrap;line-height:23px;background-color:transparent;}
.input_obj_long > div:nth-child(1) {width:30%;text-align: right;}
.input_obj_long input[type=button],.input_obj_long input[type=submit],.input_obj_long button {float:left;margin:2px;}
.input_obj_long select {margin-left:2px;margin-top:2px;float:left;padding:0px;overflow:hidden;}
.input_obj_long textarea {float:left;width:300px;height:100px}
.input_obj_long > div:nth-child(2) {height:25px !important;width:60% !important;margin:2px !important;margin-left:5px !important;max-width: 400px !important}
.input_obj_long > div:nth-child(2) input {padding:2px !important;height:25px;}
.input_obj_long > input, .input_obj_long > select {float:left;margin:2px !important;margin-left:5px !important;height:25px !important;}
.input_obj_long input[type=radio] {float:left;margin-right:10px;}
.input_obj_long label {float:left;margin-right:20px}

.input_obj_middle p {width:100%;margin:0px;padding-top:2px;line-height:100%;width:500px;color:#666666}
.input_obj_middle {height:25px;float:left;width:700px;border-bottom:solid #dfdfdf 1px;margin-bottom:5px;}
.input_obj_middle div {width:120px;text-align:right;padding-right:2px;float:left;height:20px;padding-top:2px;white-space:nowrap;color:#444444}
.input_obj_middle input[type=text] {float:left;width:180px;margin:2px;padding:2px}
.input_obj_middle input[type=password] {float:left;width:180px;margin:2px;padding:2px}
.input_obj_middle select {width:186px;float:left;}
.input_obj_middle textarea {float:left;width:280px;height:100px}


.input_obj_s {overflow:hidden;border-bottom:solid #f0f0f0 1px;margin-top:10px;padding-bottom:10px;margin-bottom:10px;}
.input_obj_s p {font-size:14px;font-weight:bolder;margin:0px;padding-top:2px;line-height:100%;width:500px;color:#666666}
.input_obj_s div {width:120px;height:25px;text-align:right;padding-right:2px;float:left;padding-top:2px;white-space:nowrap;color:#444444;line-height: 25px;}
.input_obj_s input[type=text] {float:left;width:180px;margin:2px;padding:2px}
.input_obj_s input[type=password] {float:left;width:180px;margin:2px;padding:2px}
.input_obj_s select {width:186px;float:left;margin-left:10px !important;border:solid silver 1px}
.input_obj_s textarea {float:left;width:280px;height:100px}


.select_row_over {background-color:#E9E9E9;height:20px;}
.select_row {background-color:white;height:20px;}
.select_row_on {background-color:#666666;color:white;height:20px;}

.tabs_container {overflow:hidden;padding:0px !important;margin:0px !important;position: relative;top:6px;left:0px;padding-left:10px !important;}

.tab {
	float:left;margin:0px !important;padding-top:5px;padding-bottom:3px;padding-right:1px;background-repeat:no-repeat;padding-left:0px;cursor: default;
}

.tab span {
	line-height: 25px;
	float:left;padding-right:15px;padding-left:15px;padding-top:3px;padding-bottom:0px;
	background-color:transparent;border-top-left-radius: 0px;border-top-right-radius: 0px;
	border:solid #e0e0e0 0px;margin:0px;border-top-left-radius: 5px;border-top-right-radius: 5px;
	border:solid rgba(0,0,0,0.1) 1px;margin-top:5px;margin-right:3px;
}

.tab img,
.tab_on img {
    height: 16px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.tab:hover span {border:solid #a0a0a0 0px;color:rgb(52, 170, 220);border:solid rgba(0,0,0,0.2) 1px}


.tab_on {
	line-height: 35px;
	float:left;padding-top:2px;padding-bottom:3px;background-repeat:no-repeat;padding-left:0px;cursor: default;margin-right:5px;
}
.tab_on span {

	float:left;padding-right:15px;padding-left:15px;padding-top:2px;padding-bottom:3px;
	background-color:rgba(88, 136, 173,1);border-top-left-radius: 0px;border-top-right-radius: 0px;
	border:solid #888888 0px;
	color:white;border-top-left-radius: 5px;border-top-right-radius: 5px;border-radius: 5px;
}


.tab_blue, .tab_blue:hover  {float:left;background-repeat:no-repeat;padding-left:6px;border:solid silver  1px;border-radius:5px;margin-top:7px;margin-right:2px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-bottom:none;cursor:pointer;background-color: rgba(200,207,212,1) }
.tab_blue span,.tab_blue:hover span {float:left;padding-right:10px;padding-left:10px;padding-top:8px;padding-bottom:3px;background-repeat:no-repeat;background-color:transparent;color:#555555;text-shadow: 0px 1px 1px white;}


.tab_blue_on {float:left;background-repeat:no-repeat;padding-left:6px;border:solid silver  1px;border-radius:5px;margin-top:5px;margin-right:2px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-bottom:none;background: rgb(249,253,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(230,237,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,253,255,1)), color-stop(100%,rgba(230,237,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(249,253,255,1) 0%,rgba(230,237,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(249,253,255,1) 0%,rgba(230,237,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(249,253,255,1) 0%,rgba(230,237,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(249,253,255,1) 0%,rgba(230,237,242,1) 100%); /* W3C */
position:relative;top:1px;z-index:900}
.tab_blue_on span {float:left;padding-right:10px;padding-left:10px;padding-top:8px;padding-bottom:3px;background-repeat:no-repeat;background-color:transparent;color:#555555;text-shadow: 0px 1px 1px white;}

.dc_name {padding:15px;font-size:14px;background-color:#F0F0F0;border-bottom:solid #F0F0F0 1px;color:#333366;text-shadow: 0px 1px 1px white;}
.dc_name div {margin:5px;}
.dc_simple {padding:5px;background-color:#F5F5F5;border-bottom:solid #E0E0E0 0px;}
.dc_simple div {margin:5px;overflow:hidden;}
.dc_period div {margin:0px;padding:0px;position:relative;top:-2px;}

.dc_special_green {background-image:url('../images/green2bg.html');background-position:center bottom;color:white;padding:5px;text-shadow: 0px 1px 2px rgba(0,0,0, .9);}
.dc_special_orange {background-image:url('../images/orangebg2.html');background-position:center top;color:white;padding:5px;text-shadow: 0px 1px 2px rgba(0,0,0, .9);}
.dc_simple2_empty {padding:5px;background-color:white;border-bottom:solid #F0F0F0 0px;overflow:hidden;height:5px;}
.dc_simple2 {padding:5px;background-color:#EEEEEE;border-bottom:solid #F0F0F0 0px;overflow:hidden;height:4px;box-shadow:inset 0px 1px 10px rgba(0,0,0,0.2)}

.tab_pane {overflow:hidden;min-height:200px;background-repeat:repeat-x;position:relative;padding:10px;padding-top:20px;border-top:solid rgba(88, 136, 173,0.5) 2px;background-color:white}
.tab_pane_old {overflow:hidden;min-height:200px;background-repeat:repeat-x;position:relative;padding:10px;padding-top:20px;background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 67%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(67%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 67%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 67%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 67%); /* IE10+ */
background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 67%); /* W3C */
}

.tab_pane.emtpy,.tab_pane .empty {background-color: transparent;background:transparent;}

.tab_pane h1 {margin-left:10px}
.tab_pane_blue {overflow:hidden;min-height:90px;background-image:url('../images/bgp1.html');background-repeat:repeat-x;position:relative;padding:5px;padding-top:20px;background: rgb(249,253,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(230,237,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,253,255,1)), color-stop(100%,rgba(230,237,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(249,253,255,1) 0%,rgba(230,237,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(249,253,255,1) 0%,rgba(230,237,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(249,253,255,1) 0%,rgba(230,237,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(249,253,255,1) 0%,rgba(230,237,242,1) 100%); /* W3C */
border:solid silver 1px;padding-top:10px;padding-bottom:10px;margin-bottom:20px;box-shadow:0px 5px 3px rgba(0,0,0,0.2);}
.tab_pane_blue h1 {margin-left:10px}

.tab_inner_pane {position:relative;max-height:250px !important;background-color:white;border:solid #efefef 1px;box-shadow:0px 4px 0px rgba(0,0,0,0.1)}

.nsset_row {padding:10px;overflow:hidden;background-color:white;margin-bottom:0px;border:solid #efefef 1px;}
.nsset_row_over {padding:10px;overflow:hidden;background-color:white;margin-bottom:0px;border:solid silver 1px;background-image:url('../images/stripe.html')}

.domain_row {width:100%;overflow:hidden;background-color:transparent;margin-bottom:0px;border-bottom:solid #f0f0f0 1px;}
.domain_name {font-size:110%}
.domain_name_obj{padding:5px;float:left;width:20px;color:#444444;}
.domain_row > div {float:left;padding:10px}
.domain_row > div:nth-child(1) {width:50%}
.domain_row > div:nth-child(2) {width:25%}
.domain_row > div:nth-child(3) {width:25%}

.domain_row.col2 {}
.domain_row.col2 > div:nth-child(1) {width:70%;}

.domain-premium {margin-left: 10px;font-size:11px;letter-spacing: 0px;text-transform: uppercase;padding:2px;padding-left:10px;padding-right:10px;background-color:#5f83c6;color:white;border-radius: 5px;}
.pricelist-table .domain-premium {margin-left:0px}

.domain_name_big {font-size:12px;font-weight:normal;padding:5px;float:left;width:50%;color:#444444;margin:5px;}
.domain_extra {float:left;padding:5px;width:200px;color:gray;overflow:hidden;white-space:pre-wrap;margin-top:3px;vertical-align:center;}

.domain_extra_small {float:left;padding:5px;width:100px;color:gray;}
.domain_status {width:150px;float:left;padding:5px;color:gray;}
.domain_date {padding:5px;float:left;width:140px;color:black;height:20px;}

.domain_buttons {padding:5px;margin-right:0px;color:black;text-align: right;font-size: 16px;}
.domain_buttons > i {color:black;margin:5px;cursor: pointer;color:#666666;}
.domain_buttons > i:hover {color:rgb(51, 102, 153)}

.domain_zone {padding:5px;}
.domain_zone > i {font-size: 16px;color:#666666;}

.record_buttons,.record_buttons_edit {padding:5px;margin-right:10px;color:black;text-align: right;font-size: 16px}
.record_buttons_edit {padding:0px !important}
.record_buttons_edit a {margin:5px;}
.record_buttons > i,.record_buttons_edit > i {color:black;margin:5px;cursor: pointer;color:#666666}
.record_buttons > i:hover, .record_buttons_edit > i:hover {color:rgb(51, 102, 153)}

.domain_date_log {padding:5px;float:left;width:170px;color:gray;height:22px;}
.domain_name_log {padding:5px;float:left;width:180px;color:gray;height:22px;font-size:12px;position:relative;top:0px;font-weight:bolder}
.domain_extra_log {padding:5px;float:left;height:22px;}
.domain_status_log {width:170px;float:left;padding:5px;color:gray;height:22px;}
.domain_row_log {overflow:hidden;background-color:white;padding-bottom:5px;margin-bottom:5px;border-bottom:solid #f0f0f0 1px;}
.domain_row_log > div {float:left;width:25%}
.domain_row_log > div:nth-child(4) {width:10% !important;}
.domain_row_log > div:nth-child(2) {width:40%;}

.domain_row_log_black {width:100%;overflow:hidden;background-color:gray;color:white;padding-bottom:5px;margin-bottom:5px;border-bottom:solid #f0f0f0 1px;padding-top:5px;}
.ssl_row_log {overflow:hidden;background-color:white;padding-bottom:5px;margin-bottom:5px;border-bottom:solid #f0f0f0 1px;}
.ssl_row_log > div {float:left;width:25%}
.ssl_row_log > div:nth-child(4) {width:10% !important;}
.ssl_row_log > div:nth-child(2) {width:40%;}
.domain_details {padding:10px;background-color:#E9E9E9}

.inwx-boxes {overflow: hidden;background-color: transparent !important;}
.inwx-boxes > div {display: block !important;margin:20px;padding:10px !important;padding-top:5px !important;padding-bottom:5px !important;border-radius: 3px;text-decoration: none;}
.inwx-boxes > div > a > i {margin-right: 10px;font-size: 20px !important}
.inwx-boxes > div > a:hover {text-decoration: none}

.check_domain_row {width:100%;overflow:hidden;background-color:transparent;margin-bottom:0px;border-bottom:solid solid 1px;}
.check_domain_row > div {overflow:hidden}
.check_domain_row_free {width:100%;overflow:hidden;background-color:#E9FFE6;margin-bottom:0px;border-bottom:solid solid 1px;margin-bottom:5px;box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);}
.check_domain_row_free > div {overflow:hidden}
.check_domain_row_free span {color:green;}
.check_domain_row_taken {width:100%;overflow:hidden;background-color:#FFE8E8;margin-bottom:0px;border-bottom:solid gray 1px;margin-bottom:5px;box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);}
.check_domain_row_cart {overflow:hidden;background-color:#E9FFE6;margin-bottom:0px;border-bottom:solid solid 1px;border-right:solid #e6591a 10px;margin-bottom:5px;box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);}


.record_header {overflow:hidden;background-color:gray;padding:3px;font-weight:bolder}
.record_header div {padding:3px;color:white;}
.record_row {overflow:hidden;padding:2px;border-bottom:solid silver 1px;}
.record_row > div {overflow:hidden;padding:3px;}
.record_row input {clear:all;padding:1px;overflow:auto;float:left;}
.record_name {float:left;width:20%;overflow:auto;text-align:right;font-weight:bolder;word-wrap: break-word;overflow-wrap: break-word;}
.record_name input{float:right;width:98%;overflow:auto;text-align:right;font-weight:bolder;height:20px;}
.record_name_long {float:left;width:30%;overflow:auto;text-align:right;font-weight:bolder;}
.record_type {float:left;width:8%;background-color:transparent;font-weight:bolder;text-align:center}
.record_type select {float:left;width:98%;background-color:white;text-align:center;height:20px;}
.record_value {float:left;width:42%;white-space: break-word;word-wrap: break-word;overflow-wrap: break-word;}
.record_value input{width:98%;overflow:hidden;text-align:left;height:20px;max-width:500px;}
.record_prio {float:left;width:5%;}
.record_prio input{width:80%;overflow:auto;text-align:left;height:20px;}
.record_ttl {float:left;width:9%;}
.record_ttl input{width:80%;overflow:auto;text-align:left;height:20px;}
.record_buttons {padding:5px;float:right;margin-right:10px;color:black;margin:0px;}
.record_buttons_edit {padding:5px;float:right;color:black;margin:0px;margin-top:4px}
.record_urlType{width:100%;overflow:hidden;}
.record_urlType div:nth-child(1) {float:left;width:32%;text-align:right;overflow: hidden}
.record_urlType div:nth-child(2) {float:left;width:40%;overflow: hidden}
.record_urlType select {margin-left:5px;}

.record_row_editable {overflow:hidden;background-color:transparent;padding:2px;border-bottom:solid gray 1px;}
.record_row_editable > div {overflow:hidden;background-color:transparent;padding:3px;}
.record_row_editable > div > div > div {line-height: 25px;height:25px;}
.record_row_editable input,.record_row_editable input[type=text] {float:none;padding:4px !important;height:25px !important;overflow:auto;}
.record_row_editable select {border:solid silver 1px;height:25px !important;background-color:silver;margin-top:2px;}


.record_srv {width:45%;background-color:transparent;float:left;}
.record_srv div {float:left;line-height:22px;text-align:right;width:50% ;}
.record_srv > div > input {clear:both;width:100%;}

.record_srv_long {float:none;clear:both;overflow:hidden;width:100%;margin:0px;padding:0px;}
.record_srv_long > div:nth-child(1) {float:left;line-height:22px;width:22.5%;text-align:right;}
.record_srv_long > div:nth-child(2) {float:left;line-height: 22px;width:67.5%;}
.record_srv_long input {float:left;min-width:200px;width:100%;}

.ns_name {position:relative;float:left;width:150px;padding:4px;text-align:right;font-size:12px;padding-right:10px;font-weight:bolder;overflow:hidden;height:20px}
.ns_type {position:relative;float:left;width:50px;text-align:center;padding:4px;background-color:white;height:20px;}
.ns_content {position:relative;float:left;width:230px;padding:4px;padding-left:10px;}
.ns_prio {position:relative;float:left;width:40px;padding:4px;}
.ns_buttons {position:relative;float:left;padding:4px;width:110px;}


.editable_div {overflow:hidden;clear:both;}
.editable_div span {text-align:left;width:100px;white-space:nowrap;text-align:right;padding:1px;overflow:hidden;}
.editable_div div {background-color:transparent;padding:1px;font-weight:bolder;}
.editable_div input {width:200px;}

.big_date {font-size:20px;background-color:green}

.row_log {padding:5px;overflow:auto;background-color:transparent;margin-bottom:5px;border-bottom:solid #f0f0f0 1px;}
.row_log > div {float:left;}
.row_log > div:nth-child(1) {width:40%}
.row_log > div:nth-child(2) {width:30%}
.row_log > div:nth-child(3) {width:30%}

.rounda {float:left;font-size:10px;background-color:gray;padding-left:2px;padding-bottom:2px;background-repeat:no-repeat;padding-top:0px;border-radius: 10px}
.rounda > span {color:white;padding-left:10px;padding-right:10px;text-decoration: none;font-size: 11px !important;}
.rounda:link {color:#444444;text-decoration: none}
.rounda:visited {color:#444444;text-decoration: none}
.rounda:hover {color:black;text-decoration: none}


.overview_block, .ad_block {
	width:33.33%;
	height: 180px;
	margin:0px;
	padding:5px;
	float:left;
	overflow:hidden;
}


.ad_block {
	float:right;
	height:auto !important;
	min-height: 180px;
	overflow:hidden;
}

.overview_block table {margin:10px;margin-left:0px;margin-top:0px;height:90%;border:solid #e9e9e9 1px}
.overview_block td {padding:10px}
.overviefw_block img {}
.overview_block p {font-weight:bolder}
.overview_block input {margin-left:0px;width:160px;border:solid orange 1px}
.overview_block button {border:solid green 1px}
.overview_block div {margin-top:5px;font-size:11px;color:gray;white-space:pre-wrap;}
.overview_block h2 {margin-top:5px;font-size:14px;width:140px;white-space:pre-wrap;}

.ob_domain {float:left;margin:0px;line-height:20%;margin:2px;}
.ob_domain_main_page {margin:2px;border-bottom:solid #E9E9E9 1px;overflow:auto;width:230px;}
.ob_domain_main_page img {float:left;margin:2px;width:18px;margin-left:5px;margin-right:5px;}
.ob_domain_main_page div {float:left;margin:2px;font-weight:bolder;color:gray;}
.ob_domain_main_page p{float:left;margin:2px;font-weight:bolder}
.ob_domain_main_page span{float:left;text-align:right;margin:2px;font-size:9px;}


.navimain * {font-size: 13px}
.navimain > div, 
.navisub > div  {background-color:rgba(0,0,0,0.04);padding:0px;color:black;padding-left:0px;padding-right:0px;overflow: hidden;width:100%;}
.navimain > div:nth-child(1) {padding-left:20px !important;padding-right:10px !important}
.navisub > div {padding-left:40px;background-color:rgba(0,0,0,0.03);}
.navisub > div:hover,.navimain > div:nth-child(1):hover {background-color:rgba(0,0,0,0.3);cursor: pointer}
.navisub > div:hover * ,.navimain > div:nth-child(1):hover * {color:white !important}
.navimain a, .navisub a  {float:left;width:90%;padding:7px;text-decoration: none;;}
.navisub > div > a:link, .navisub > div > a:visited {color:rgb(0, 128, 192);}
.navisub > div > a:hover {color:rgb(0, 128, 192)}
.navisub .selected, .navimain .selected {background-color:rgba(0,0,0,0.4);color:white;}
.navisub .selected *, .navimain .selected * {color:white !important;}




.di_tld {font-size:16px;font-weight:bolder;}

.white_a:link {color:white}
.white_a:hover {color:white}
.white_a:visited {color:white}

.small_row {width:100%;border-bottom:solid #E9E9E9 1px;overflow:auto;padding-top:5px;padding-bottom:5px;}
.small_row > div {float:left;margin:2px;padding:2px;width:20%}
.small_row > div:nth-child(4) {color:green}


.simple_float_objects {overflow:hidden}
.simple_float_objects div {float:left;margin:2px;}
.simple_float_objects input {float:left;margin:2px;width:200px;}
.simple_float_objects label {float:left;margin:2px;}

.advertising_format_1 {float:left;margin:5px;width:150px;height:120px;background-repeat:no-repeat;background-position:center center}
.advertising_format_2 {float:left;margin:5px;width:150px;height:120px;background-repeat:no-repeat;background-position:center center}

.icons_big {border:solid #E9E9E9 1px;float:left;width:150px;height:120px;margin:5px;overflow:hidden;background-position:center 10px;background-repeat:no-repeat;}
.icons_big div {font-size:12px;position:relative;top:75px;left:-3px;margin:3px;background-color:rgba(255,255,255,0.75);width:100%;height:20px;text-align:center;margin-top:10px;}
.aditional_text  {padding:2px;margin-bottom:10px;} /* subject to delete */
.special_domain_ph {width:200px;line-height:150%}
.special_domain_ph p {margin:0px;padding:0px;font-weight:bolder;margin-bottom:5px;}
.special_domain_ph input {width:130px}
.special_domain_ph span {margin-right:10px;font-weight:bolder}
.nw {white-space:nowrap;height:18px;line-height:16px;margin-top:5px;margin-right:5px;}
.rss_icon {position:relative;top:2px;margin-right:5px;margin-left:5px;}
.dl_th {white-space:nowrap;height:30px;padding-right:10px;padding-left:10px;text-align:left}


.dl_td_start {white-space:nowrap;border-bottom:solid #f0f0f0 1px;height:40px;vertical-align:middle}
.dl_td_start > div {white-space:nowrap;margin-right:10px;margin-top:5px;margin-bottom:5px;font-weight:normal;text-align:left;}
.dl_td_start > div *, .dl_td_start > div b {font-style: normal !important}
.dl_td_start_big {white-space:nowrap;border-bottom:solid #f0f0f0 1px;}
.dl_td_start_big > div {white-space:nowrap;height:100px;margin-right:10px;margin-top:5px;margin-bottom:5px;font-weight:normal;text-align:left;}

.dl_td {white-space:nowrap;border-bottom:solid #f0f0f0 1px;height:40px;vertical-align:middle}
.dl_td > div {white-space:nowrap;overflow:hidden;margin:5px;margin-bottom:0px;text-align:left;cursor:default;}
.dl_td span {margin-left:5px}
.dl_td_big {white-space:nowrap;border-bottom:solid #f0f0f0 1px;background-color:transparent;}
.dl_td_big > div {white-space:nowrap;height:100px;margin-right:5px;margin-left:5px;margin-top:5px;margin-bottom:5px;text-align:right;cursor:default;}

.dl_td_end {white-space:nowrap;border-bottom:solid #f0f0f0 1px;height:40px;vertical-align:middle}
.dl_td_end > div{white-space:nowrap;margin-right:5px;margin-left:5px;margin-top:5px;margin-bottom:0px;text-align:center;margin-left:10px;}
.dl_td_end_big {white-space:nowrap;border-bottom:solid #f0f0f0 1px;}
.dl_td_end_big > div {white-space:nowrap;height:100px;margin-right:5px;margin-left:5px;margin-top:5px;margin-bottom:5px;text-align:center;margin-left:10px;}
.dl_td_end_big > div > * {position:relative;top:15px;}

.dl_td_end button, .dl_td_end_big button {padding:0px !important;overflow:hidden;border:solid rgba(255,255,255,0);background-color:transparent;height:100% !important;}
.dl_td_end button:active, .dl_td_end_big button:active {background-color:#e0e0e0;box-shadow: none}

.inwx-table-cell {overflow: hidden;height:100%;padding-right:20px;padding-left:20px;min-width:50px;min-height:25px;}

.dl_td_thumb {width:70px;overflow:hidden;float:left;margin:0px;padding:0px;border:solid #f0f0f0 1px;}
.dl_td_thumb img {width:70px;height:50px;}
.dtableselected {white-space: nowrap;}
.dtableselected * {background-color:gray !important;color:white !important}
.dtablerow {white-space: nowrap}
.dtablerow i {margin-left:5px;color:gray}
.dtablerow i:hover {color: rgb(0, 128, 192)}

.tag {border:solid silver 1px;float:left;margin:2px;padding:2px;padding-left:3px;padding-right:5px;background-color:#efefef;color:black;border-radius: 5px;height:25px !important;position:relative;}
.tag > span {float:left;line-height: 20px;height:18px;margin-right:15px;margin-left:5px;}
.tag > div {float:right;margin-right:2px;margin-left:10px !important;margin-top:2px !important;}
.tag_input {border:solid silver 1px;float:left;margin:1px;padding:2px;padding-left:3px;height:16px;padding-right:5px;color:black;border-radius: 3px;height:25px !important}

.tag .fa {width:10px;height:10px;position: absolute;right:5px;top:5px;}

.tag_single {border:solid silver 1px;float:left;margin:1px;padding:2px;padding-left:3px;padding-right:5px;background-color:#cfcfcf;color:black;border-radius: 5px;}
.tag_single span {float:left;margin-top:2px}
.tag_single div {float:right;margin-right:2px;margin-left:5px}

.tags {float:left;height:16px;margin:1px;padding:2px;background-color:gray;border-radius: 5px;color:white}
.tags span {margin-left:5px;margin-right:5px;}

.taga:link,.taga:visited {margin-right:5px;margin-top:2px;background-color:white;border:solid #8E8E93 1px;padding:2px;padding-right:8px;padding-left:8px;border-radius:3px;font-weight:normal;color:#8E8E93;display: inline-block}
.taga:hover {margin-right:5px;background-color:#8E8E93;padding:2px;padding-right:8px;padding-left:8px;border-radius:3px;font-weight:normal;color:white;text-decoration:none;}

.dl_selectedcell {background-color:#e0e0e0;border-radius: 5px;margin-bottom:5px;}



.bg1 {background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* W3C */
}

.dp_td_select {background-color:#F8F8F8;border:dashed red 1px;padding-top:10px;}
.dp_td_normal {background-color:transparent;border:solid #FaFaFa 1px;padding-top:10px;}

.calsmall_cell {background-color:transparent;cursor:pointer;}
.calsmall_cell > div {font-size:12px;padding:4px}
.calsmall_dayName {background-color:transparent;padding:2px;border-radius:5px;font-size:11px;text-shadow:0px 1px 0px white}
.calsmall_normalDay {background-color:rgba(255,255,255,0.7);}
.calsmall_mondays {background-color:rgba(255,255,255,0.1);}
.calsmall_weDay {background-color:rgba(0,0,0,0.05);}
.calsmall_lastWeDay {background-color:rgba(0,0,0,0.05);}
.calsmall_lastDay {background-color:rgba(0,0,0,0.05);border-bottom-right-radius:5px;}
.calsmall_firstDay {background-color:rgba(0,0,0,0.05);border-top-left-radius: 5px;}
.calsmall_selectedDay {background-color:rgba(265,0,0,0.5);color:white;border-radius: 4px}
.calsmall_currentDay {background-color:rgba(255,235,235,0.99);width:100%;font-weight:bolder}
.calsmall_monthName {float:left;margin-left:1px;margin-right:1px;font-weight:normal;font-family:Arial;font-size:11px;padding-left:2px;padding-right:2px;text-shadow:0px 1px 0px white;text-transform:uppercase;cursor: pointer;margin-bottom:2px;color:gray;}
.calsmall_selectedMonthName {float:left;margin-left:1px;margin-right:1px;font-weight:bolder;font-family:Arial;font-size:11px;box-shadow:0px 1px 0px white;color:white;padding-left:2px;text-transform:uppercase;padding-right:2px;border-radius:5px;background-color:rgba(0,0,0,0.2);cursor:default;margin-bottom:2px;}
.calsmall_unselectable {opacity: 0.5;color:silver}
.calsmall_hours {border: solid gray 1px;background-color:white;padding-left:5px;padding-right:5px;}
.calsmall_hours input {font-size:14px;border: none;background-color:transparent;width: 20px;text-align: center}
.calsmall_hours div {font-size:14px;}

.scart_textbox {margin:0px;padding:0px;height:20px;line-height:18px;overflow:hidden;border-bottom:solid #E0E0E0 1px;white-space: nowrap}
.scart_textbox input[type=checkbox] {float:right;}

/*.steps */
.steps {display:inline-block;margin-left:auto;margin-right:auto;}
.step_pipe {float:left;width:5px;height:5px;margin-top:10px;background-color:#F0F0F0;border-radius:5px;margin-right:1px;margin-left:1px;}
.step_pipe_on {float:left;width:5px;height:5px;margin-top:10px;background-color:#227898;border-radius:5px;margin-right:1px;margin-left:1px;}
.step_start {float:left;width:25px;height:25px;font-size:12px;text-align:center;line-height:25px;border-radius:5px;background-color:#EFEFEF;text-shadow:0px 1px 0px white;border-radius:5px;}
.step_start_on {float:left;width:25px;height:25px;font-size:12px;text-align:center;line-height:25px;background-color:#227898;border-radius:5px;color:white}
.step_middle {float:left;width:25px;height:25px;font-size:12px;text-align:center;line-height:25px;background-color:#EFEFEF;text-shadow:0px 1px 0px white;border-radius:5px;}
.step_middle_on {float:left;width:25px;height:25px;font-size:12px;text-align:center;line-height:25px;text-shadow:0px 1px 0px white;border-radius:5px;background-color:#227898;color:white;}
.step_end {float:left;width:25px;height:25px;font-size:12px;text-align:center;line-height:25px;text-shadow:0px 1px 0px white;border-radius:5px;background-color:#EFEFEF;}
.step_end_on {float:left;width:25px;height:25px;font-size:12px;text-align:center;line-height:25px;text-shadow:0px 1px 0px white;border-radius:5px;background-color:#EFEFEF;background-color:#227898;color:white;}

.register_fieldset {border:solid rgba(0,0,0,0.1) 1px;padding-top:10px;padding-bottom:10px;margin-bottom:20px;text-align: left;}
.register_fieldset legend {font-weight:bold;color:gray;padding-left:8px;padding-right:8px;}
.register_fieldset > div {width:100%;max-width:100%;display: inline-block;text-align: left}
.register_fieldset div {line-height: 175%}

.register-cbs {width:100%;display:block;float:none;clear:both;text-align: left;padding-top:10px;padding-bottom:10px;padding-left:10px}


.input_phone {overflow:hidden}
.input_phone > * {margin:0px !important;}
.input_phone > select:nth-child(1) {width:100px !important;height:100% !important}
.input_phone > input:nth-child(2) {border:solid silver 1px !important;margin-left:5px !important;width:195px !important}
.input_phone > select:nth-child(2) {width:100px !important;height:100% !important}
.input_phone > input:nth-child(3) {width:195px !important;margin-left:5px !important;}

.register_fieldset_gray {border:solid silver 1px;padding-top:10px;padding-bottom:10px;margin-bottom:20px;box-shadow:0px 5px 3px rgba(0,0,0,0.2);
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
}
.register_fieldset_gray legend {font-weight:bolder}


.bug_reporter {background-color:#fff6c3;padding:4px;border-radius: 4px}

table.countries {width:100%;}
table.countries thead  th {background-color:gray !important;background-image: url(none.html)}
table.countries td {padding:5px;font-size: 12px;width:33%;text-align: left;}
table.countries td a:link, table.countries td a:visited {color:gray}
table.countries td a:hover {color:#009FEC}
.countryLink {line-height: 22px;font-size:13px;}
.countryLink img {float:left;width:22px;height:16px;margin-right:10px;margin-top:3px;}

.remodal-close {line-height: 100%;right:5px;top:5px;left:auto;}
.remodal-close:hover {text-decoration: none !important;}

.remodal_lock {
    overflow: hidden;
}

.remodal .fa {font-family: 'FontAwesome' !important;}

.remodal h1 {font-size:24px;font-weight: bold;color:gray;text-align: left}

/* layout start */
.inwx-header {overflow: hidden;}
.inwx-header > div { /* languages */margin-top:10px;text-align: left;overflow: hidden;margin-top:10px;}
.inwx-header > div:nth-child(1) {float:left;}
.inwx-header > div:nth-child(2) {float:right;margin-right:30px;}

.inwx-country-p {position:absolute;right:20px;top:35px}
.inwx-country-p > * {text-align: center}

/*.inwx-body {clear:both;
	background-color:white;
	overflow: hidden;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: left;
	border:solid silver 0px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.02);
	border:solid #e0e0e0 0px;
	position: relative;
	padding-bottom:10px;
}*/

.inwx-body {clear:both;background-color:transparent;overflow: hidden;border:none;position: relative;}

.inwx-width {width:90%;max-width:1600px;margin-left: auto !important;margin-right: auto !important;position: relative}
.inwx-middle {width:100%;text-align: center;margin-top:30px;margin-bottom:20px;color:gray;}


.inwx-tooltip {position:absolute;z-index:90000001;visibility:hidden;}
.inwx-tooltip > div:nth-child(1) {border-radius:4px;background-color:#ffffca;border:solid #FFDB4C 1px;position:relative;width:100%;height:100%;padding:0px;padding-left:10px;padding-right:20px;box-shadow:0px 2px 15px rgba(0,0,0,0.2)}
.inwx-tooltip > div:nth-child(1) > div:nth-child(1) {margin-left:10px;margin-top:0px;height:15px;overflow:hidden;cursor:move;}
.inwx-tooltip > div:nth-child(1) > div:nth-child(2) {clear:both;margin-left:10px;margin-top:5px;margin-bottom:10px;white-space:nowrap;line-height:150%;color:black;overflow:hidden;width:1px;height:1px;}
.inwx-tooltip > div:nth-child(1) > div:nth-child(3) {visibility:hidden;position:absolute;right:5px;top:5px;cursor:pointer}
.inwx-tooltip > div:nth-child(1) > div:nth-child(3) i {font-size: 14px !important}

.inwx-logo-placeholder {position:relative;background-size:100%;background-repeat:no-repeat;
	width:100%;height:120px;overflow: visible;
}

.inwx-logo-placeholder > div:nth-child(1) {overflow: hidden}

.inwx-logo-placeholder > div:nth-child(1) > div:nth-child(1) {
	float:left;
}

.inwx-logo-placeholder > div:nth-child(1) > div:nth-child(2) {
	float:right;
	overflow: hidden;
}

.inwx-logo-placeholder > div:nth-child(1) > div:nth-child(3) {
	overflow: hidden;
}
.inwx-captcha {width:150px !important}
.inwx-captcha img {float:none;clear:both;height:60px !important;margin-bottom:10px}
.inwx-captcha img:after {content:''}
.inwx-captcha input {float:none !important;clear:both !important;margin:0px !important;width:90% !important;}
.inwx-leters {}

.inwx-logo {margin-left:20px;width:240px;height:80px !important}
.inwx-logo img {width:auto !important;height:70px;}

.inwx-small-logo {min-width:20px;min-height:20px;width:100px;height:35px;background-image:url('../../www.inwx.de/images/logos/inwx-white.png');background-size: 98px 35px;background-repeat: no-repeat;display: none}


.inwx-menu {background-color:#3578aa;width:100%;height:45px;position:absolute;left:0px;z-index:1000;
	/*border-bottom: solid white 1px;border-top:solid white 1px;*/
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);padding-top:0px;
}
.inwx-menu > div {overflow: hidden;margin-bottom:0px !important;margin-top:0px !important;padding-top:5px;}
.inwx-menu > div > div:nth-child(1) {float:left;}
.inwx-menu > div > div:nth-child(2) {float:left;margin-left:20px;}
.inwx-menu > div > div:nth-child(2) > div {overflow: hidden}
.inwx-menu > div > div:nth-child(3) {float:right;margin-right:20px;white-space: nowrap;}
/*.inwx-menu > div > div:nth-child(3) > div {overflow: hidden;white-space: nowrap !important}
*/
.inwx-menu > div > div:nth-child(3) a {display:inline-block}

.inwx-cart {z-index:900;padding-left:1px;cursor:pointer;position:absolute;background-color:rgba(11,183,245,0.8);padding-left:20px;padding-right:20px;top:140px;right:20px;}
.inwx-cart-1 {height:35px;z-index:900;padding-left:1px;cursor:pointer;background-color:transparent;padding-left:10px;padding-right:10px;display: inline-block;position: relative;top:-5px}
.inwx-cart-1.orange {background-color:orange !important}
.inwx-menu.floating {position:fixed;left:auto;right:auto;width:100%;top:0px;}
.inwx-cart.floating {position:fixed;left:auto!important;right:5%;top:30px;}

.inwx-floating-bottom {position:fixed !important;left:100px;bottom:0px;padding:0px;width:90%;background-color:#e0e0e0;}

/*
.inwx-global-search {height:35px;float:left;padding:0px !important;margin:0px !important;position:relative;background-color: rgba(0,0,0,0.2) !important}
.inwx-global-search:before {content:'\f002';font-size:14px;color:rgba(255,255,255,0.9);font-family:'FontAwesome';padding-left:10px;}
.inwx-global-search input[type=text] {background-color:transparent;border:solid rgba(255,255,255,0.5) 0px;margin-top:0px;height:35px;color:white;width:200px;padding-left:5px}
.inwx-global-search input::-webkit-input-placeholder {color:rgba(255,255,255,0.5)}
*/

.inwx-global-search {height:35px;float:left;padding:0px !important;margin:0px !important;position:relative;background-color: white !important;border-radius: 3px;}
.inwx-global-search:before {content:'\f002';font-size:14px;color:gray;font-family:'FontAwesome';padding-left:10px;}
.inwx-global-search input[type=text] {background-color:transparent;border:solid rgba(255,255,255,0.5) 0px;margin-top:0px;height:35px;color:black;width:40px;padding-left:5px}
.inwx-global-search input::-webkit-input-placeholder {color:silver}


ul.inwx-domainfeatures * {font-size:1.2 em !important;list-style-type:square;line-height: 200%}
ul.inwx-domainfeatures li {margin-left:20px;font-size: 14px}

*,
*:before,
*:after {
  box-sizing: border-box;
}


#popup_login {background-color:white;padding:0px;display:block !important;position: fixed !important; left:10px;top:10px;width:400px;visibility: hidden;border-radius:5px;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.1);
}
#popup_login h1 {font-size:15px;text-align: center;border-bottom:solid silver 1px;padding-bottom:10px;}

.inwx-login-helper {overflow:hidden}
.inwx-login-helper > div:nth-child(1) {float:left;width:50%;padding:20px;border-right:solid silver 1px}
.inwx-login-helper > div:nth-child(2) {float:left;width:50%;padding:20px;}
.inwx-login-helper button, .inwx-login-helper input[type=submit] {width:auto !important;height:auto !important;padding:5px !important;padding-left:20px !important;padding-right:20px !important}
.inwx-login-helper .forgot-password {text-align:right;margin-right:50px;}
.inwx-login-helper h3 {text-align:center !important;font-size: 16px;border-bottom:solid silver 1px;padding-bottom:10px;}


#popup_login .inwx-login-helper > div:nth-child(1) {float:none;clear:both;width:100%;border:none;}
#popup_login .inwx-login-helper > div:nth-child(2) {display:none}
#popup_login .inwx-login-helper .forgot-password {text-align: left;float:right;margin-right:50px;position:relative;top:-38px;}

.inwx-index-login {height:300px;background-color:rgba(11,183,245,0.5)}
.inwx-index-login h1 {color:white;font-size: 18px;text-transform: uppercase}
.inwx-index-login .inwx-login-helper > div:nth-child(1) {float:none;clear:both;width:100%;border:none}
.inwx-index-login .inwx-login-helper > div:nth-child(2) {display:none}
.inwx-index-login .inwx-login-helper > div div  {color:white;}
.inwx-index-login .inwx-login-helper .forgot-password {text-align:left;float:none;color:white;}
.inwx-index-login .inwx-login-helper .free-register {text-align:left;float:none;color:white;margin-top:30px}
.inwx-index-login .inwx-login-helper .input_obj > div {width:40%}
.inwx-index-login .inwx-login-helper .input_obj > input {width:50%}
.inwx-index-login .inwx-login-helper form {border-top:solid rgba(255,255,255,0.5) 2px;border-bottom:solid rgba(255,255,255,0.5) 2px;padding-top:20px;padding-bottom:15px;}

.inwx-index-login .inwx-login-helper a:link,.inwx-index-login .inwx-login-helper a:hover,.inwx-index-login .inwx-login-helper a:visited {color:white;}
.inwx-index-login .inwx-user-info {margin-left:5%;margin-right:5%;width:90%;padding-top:30px;}
.inwx-index-login .inwx-user-info > div {color:white;margin-bottom:10px;border-bottom:solid rgba(255,255,255,0.5) 1px}
.inwx-index-login .inwx-user-info > div:last-child {border-bottom:none}
.inwx-index-login .inwx-user-info > div:nth-last-child(2) {border-bottom:none}

.inwx-table td {padding:10px;background-color:transparent;line-height: 175%}
.inwx-table tr {background-color:transparent;border-bottom: solid #f0f0f0 1px}

.inwx-animated {-webkit-transition:width 300ms linear, height 300ms linear;
    -moz-transition:width 300ms linear, height 300ms linear;
    -o-transition:width 300ms linear, height 300ms linear;
    transition:width 300ms linear, height 300ms linear;
  -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }
  
.inwx-animated-fast {-webkit-transition:width 100ms linear, height 100ms linear;
    -moz-transition:width 100ms linear, height 100ms linear;
    -o-transition:width 100ms linear, height 100ms linear;
    transition:width 100ms linear, height 100ms linear;
  -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
  }

@keyframes inwx-spin {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-webkit-keyframes inwx-spin /* Safari and Chrome */ {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.inwx-spin {
    -webkit-animation: inwx-spin 1.2s linear infinite;
    -moz-animation: inwx-spin 1.2s linear infinite;
    -ms-animation: inwx-spin 1.2s linear infinite;
    -o-animation: inwx-spin 1.2s linear infinite;
    animation: inwx-spin 1.2s linear infinite;
    display: inline-block !important;
}

.inwx-vat-info {margin-left:20px;}

.inwx-fp-link {margin-top:20px;border-radius: 5px;}

.inwx-news {padding:40px;padding-top:0px;margin-bottom:0px;}
.inwx-news > div {}
.inwx-news > div > div > div {padding-right:80px;padding-left:20px;}

.inwx-domain-features {background-color:#f0f0f0;color:white;background: #F7F7F7;}

.inwx-promo-box3 {
    display: flex;
    padding: 40px;
}
.inwx-promo-box3  i {font-size:70px !important;color:rgb(88, 136, 173);text-shadow: 2px 2px 1px rgba(0,0,0,0.1);cursor: default;}
.inwx-promo-box3 > div {
    flex: 1;
    border: solid #5888ad 0;
    text-align: center;
    margin: 1.5%;
    font-size: 14px;
    padding: 20px;
    color: #5888ad;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 10px 10px;
}
.inwx-promo-box3 > div ul {text-align: left;padding:5px;}
.inwx-promo-box3 h3 {text-align: center;text-transform: uppercase;font-weight: bolder;letter-spacing: -1px}
.inwx-promo-box3 > div > div {text-align: left;}
.inwx-promo-box3 > div li {color:rgb(88, 136, 173);color:black;font-size: 14px;margin-bottom:5px;}
.inwx-promo-box3 > div li * {font-size: 14px}
.inwx-promo-box3 * {color:black}
.inwx-promo-box3 p {line-height: 175%;margin-top:20px;text-align: left}
.inwx-promo-box3 > div > a:nth-child(1) {display: inline-block;height:82px}

.inwx-promo-box3.big > div > div {color:black}
.inwx-promo-box3.big i {font-size: 70px !important;margin-bottom:10px;}
.inwx-promo-box3.big > div:nth-child(3) i {color:orange !important}
.inwx-promo-box3.big ul {margin:20px}
.inwx-promo-box3.big li {line-height: 175%;font-size: 14px}

.inwx-articles {overflow: hidden}
.inwx-articles > div {font-size: 14px;border-bottom: solid #f0f0f0 1px;margin-bottom:10px;}
.inwx-articles > div * {font-size: 14px;line-height: 175%;}
.inwx-articles > div span {margin-right:10px;}

.inwx-hint {font-size:9px;position:relative;top:-1px;left:1px;display:inline-block;text-transform: uppercase;background-color:black;border-radius:0px;color:white;padding:1px;padding-left:5px;padding-right:5px}
.inwx-social {overflow:hidden;position: relative;text-align: right;margin-bottom:20px}
.inwx-social img {height:35px;margin-left:20px;margin-top:0px}


.tan_image {float:right;width:250px;height:250px;border-radius:5px;box-shadow:inset 0px 2px 8px rgba(0,0,0,0.2);margin-right:10px;margin-top:10px;margin-left:20px;padding:15px;background-color:rgba(255,255,255,0.5);text-align:center}
.tan_image > img {width:90%}
.tan_image > i {white-space: break-word;word-wrap: break-word;overflow-wrap: break-word;}

#div_as {width:100%;height:50px;padding-top:5px;overflow:hidden;height:1px;visibility:hidden;display:none;margin-bottom:10px;background-position:left bottom;background-color:#f0f0f0}

/* 2 columns */
.inwx-col2 {overflow:hidden}
.inwx-col2 > div {width:50%;text-align: left;display:block;float:left;margin-right:-20px;}
.inwx-col2 > div:nth-child(odd) {margin-right:20px;}
.inwx-col2 > div:nth-child(even) {padding-right:20px;}

.inwx-col3 {overflow:hidden}
.inwx-col3 > div {width:30%;text-align: left;display:block;float:left;padding:20px;}
.inwx-col3 h1 {font-size: 16px}

.inwx-col2.deco {}
.inwx-col2.deco > div:nth-child(odd) {border-right:dotted silver 1px;}

.inwx-dnssec-domain {overflow: hidden;margin-bottom: 50px}
.inwx-dnssec-domain > div:nth-child(1) {width:50%;float:left;padding:10px;font-weight: bolder;height:60px;}
.inwx-dnssec-domain > div:nth-child(2) {float:left;width:25%;overflow: hidden;padding:10px;text-align: left;padding-left:30px;height:60px;}
.inwx-dnssec-domain > div:nth-child(3) {float:left;width:25%;overflow: hidden;padding:10px;text-align: right;height:60px;}
.inwx-dnssec-domain > div:nth-child(4) {width:100%;background-color:rgba(0,0,0,0.03);float:none;overflow: hidden;border-bottom:solid silver 1px;}

.inwx-dnsseckey {overflow: hidden;border-bottom: solid silver 1px;padding:10px}
.inwx-dnsseckey > div {float:left;}
.inwx-dnsseckey > div:nth-child(1) {width:50%;height:35%;}
.inwx-dnsseckey > div:nth-child(2) {width:20%;height:35px;line-height:35px;text-align: left;padding-left:30px}
.inwx-dnsseckey > div:nth-child(3) {width:20%;height:35px;line-height:35px;text-align: center;}
.inwx-dnsseckey > div:nth-child(4) {width:10%;float:right;}
.inwx-dnsseckey textarea {border:none;width:100%;max-width:100%;min-width:100%;height:35px;max-height: 300px;background: transparent}
.inwx-dnsseckey i {font-size:16px;margin:10px;}

.inwx-dnsseckey.header {background-color:#444444}
.inwx-dnsseckey.header * {color:white}

.dnssec-add-modal > label {margin:4px;}

#div_cookie {display:none;width:100%;height:100px;background-color:rgba(0,0,0,0.9);text-align:middle;overflow:hidden;z-index:5000;position:fixed;left:0px;right:0px;bottom:0px;}
#div_cookie > div {margin-left:auto;margin-right:auto;width:100%;max-width:900px;padding-top:10px;overflow:hidden;}
#div_cookie > div > div:nth-child(1) {float:left;color:white;font-size:11px;width:80%;line-height:150%}
#div_cookie > div > div:nth-child(2) {float:right;line-height:30px;}
#div_cookie a:link, #div_cookie a:visited, #div_cookie a:hover {color:white !important;font-size:11px !important}


#fontmissing {display:none;width:100%;height:100px;background-color:#FFCD02;text-align:middle;overflow:hidden;z-index:5000}
#fontmissing > div {margin-left:auto;margin-right:auto;width:100%;max-width:900px;padding-top:10px;overflow:hidden;}
#fontmissing > div > div:nth-child(1) {float:left;color:white;font-size:16px;line-height:30px}
#fontmissing > div > div:nth-child(2) {float:right;line-height:30px;}


.inwx-right {text-align:right !important}
.inwx-left {text-align:left !important}

inwx-col2.margin {margin-top:10px}

.inwx-col2-1 {overflow:hidden;}
.inwx-col2-1 > div {float:left;margin-right:-20px;padding:20px}
.inwx-col2-1 > div:nth-child(1) {width:70%;margin-right:20px;padding-right: 100px}
.inwx-col2-1 > div:nth-child(2) {width:30%;padding-right:20px}

.inwx-col1-2 {overflow:hidden;}
.inwx-col1-2 > div {float:left;margin-right:-20px;}
.inwx-col1-2 > div:nth-child(1) {width:30%;margin-right:20px;}
.inwx-col1-2 > div:nth-child(2) {width:70%;padding-right:20px}

.inwx-col1-2.labels {margin-bottom:5px;padding-bottom:5px;border-bottom: solid #f6f6f6 1px}
.inwx-col1-2.labels > div:nth-child(1) {text-align: right;font-weight: bolder;color:#666666}

.inwx-popup {background-color:#fafafa;box-shadow: 0px 5px 10px rgba(0,0,0,0.1);opacity:0;border-radius: 2px;border:solid silver 1px !important;transition: opacity 0.2s linear;padding:10px;}

.inwx-domain-name {font-family:'Francois One', sans-serif;background-color:transparent;border-radius:5px;text-align: center;font-size: 24px;width:100%;position:relative;left:-5px;line-height:120px;color:black;letter-spacing: 0px;text-transform: lowercase;}
.inwx-domain-name span {font-family: 'Francois One';color:#4090d5;font-size: 60px !important;}

.inwx-user{
	color:white;
	float:left;
	width:350px;
	margin:10px;
	margin-right:20px;
	padding:10px;
	border:dotted white 1px;
	float:right;
	background-color:rgba(0,0,0,0.03);
}

.inwx-board {width:100%;min-height: 300px;overflow: auto;position:relative;display:none;}

.inwx-description-text{padding: 10px;text-align:justify;}

.inwx-board .form {overflow:hidden;margin-bottom: 20px;min-height:80px}
.inwx-board .form > div {border-bottom:solid silver 1px;padding:5px;overflow:hidden}
.inwx-board .form > div > * {margin:2px;padding:2px;display:block;float:left;text-align:left;}
.inwx-board .form > div > *:nth-child(1) {padding-right:5px;width:30%;text-align:right}
.inwx-board .form > div > *:nth-child(2) {width:40%}
.inwx-board .form input[type=checkbox] {margin-top:4px}
.inwx-board .form .subform {width:100%;}
.inwx-board .form .subform > div {border:none}
/*.inwx-board .form .subform > div > *:nth-child(1) {width:50%;}
.inwx-board .form .subform > div > *:nth-child(2) {width:45%;}
*/


.inwx-form {overflow: hidden;text-align: center;}
.inwx-form > div {overflow:hidden;border-bottom:solid #f0f0f0 1px;padding:5px;}
.inwx-form > div > *:nth-child(1) {float:left;width:40%;padding:5px;text-align: left}
.inwx-form > div > *:nth-child(2) {float:left;width:50%;padding:5px;text-align: left}
.inwx-form > button {display: inline-block;position:relative;padding:5px;padding-left:20px !important;padding-right:20px !important;margin-top:10px;}


.inwx-board .hasValues {border:solid #4cd964 1px !important;position:relative;border-radius:3px;background-color: rgba(192, 242, 200, 1)}
.inwx-board .hasValues:before {content:'\f00c';font-family:'FontAwesome' !important;position:absolute;right:10px;top:10px;line-height:20px;width:20px;height:20px;color:white;background-color:#4cd964;border-radius:10px}

.inwx-fwd-mainboard {display:block}
.inwx-fwd-mainboard > div:nth-child(1) {position:absolute;left:50%;top:30%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);white-space:nowrap}
.inwx-fwd-mainboard button {display:inline-block;background-color:transparent;border:none;margin:30px;}
.inwx-fwd-mainboard button span {text-align:center;font-size:16px;}
.inwx-fwd-mainboard button i {font-family: 'FontAwesome' !important;font-size:48px;display:block;}
.inwx-fwd-mainboard button:hover {background-color:#5888ad;color:#ffffff;}
.inwx-fwd-mainboard .inwx-info {position:absolute;bottom:0px;left:0px;right:0px;text-align:center;}
.inwx-fwd-mainboard .inwx-info .inwx-box {display:none;border:solid #4cd964 2px;border-radius:3px;background-color: rgba(192, 242, 200, 1)}


.inwx-fwd-mainboard-small {min-height: 85px;overflow: hidden;text-align:center;border-bottom: solid silver 1px}
.inwx-fwd-mainboard-small > div {display:inline-block;}
.inwx-fwd-mainboard-small button {background-color:transparent;border:none;outline:none;margin:15px;}
.inwx-fwd-mainboard-small button span {font-size:16px;}
.inwx-fwd-mainboard-small button:active {background-color:gray}
.inwx-fwd-mainboard-small button i {font-family: 'FontAwesome' !important;font-size:48px;display:block;}
.inwx-fwd-mainboard-small .selected {background-color:#5888ad !important;color:#ffffff}


.inwx-fwd-mainboard-web {text-align:center;}
.inwx-fwd-mainboard-web .web > div {display:inline-block;width:150px;height:140px;border:solid rgba(0,0,0,0) 1px;position:relative;margin-top:40px;padding-top:20px;padding-bottom:20px}
.inwx-fwd-mainboard-web .web > div:hover {border:solid #5888ad 1px !important;border-radius:3px;}
.inwx-fwd-mainboard-web .web > div > div {text-align:center;font-size:18px;}
.inwx-fwd-mainboard-web .selected-web {background-color:#5888ad !important;color:#ffffff}
.inwx-fwd-mainboard-web .web > div > span {display:block;position:absolute;left:0px;right:0px;bottom:20px;color:gray}
.inwx-fwd-mainboard-web .web button i {margin-right:5px;}

.inwx-fwd-mainboard-nameserver {text-align:center;}
.inwx-fwd-mainboard-nameserver .nameserver > div {display:inline-block;width:150px;height:140px;border:solid rgba(0,0,0,0) 1px;position:relative;margin-top:40px;padding-top:20px;padding-bottom:20px}
.inwx-fwd-mainboard-nameserver .nameserver > div:hover {border:solid #5888ad 1px !important;border-radius:3px}
.inwx-fwd-mainboard-nameserver .nameserver > div > div {text-align:center;font-size:18px;}
.inwx-fwd-mainboard-nameserver .selected-nameserver {background-color:#5888ad !important;color:#ffffff}
.inwx-fwd-mainboard-nameserver .nameserver > div > span {display:block;position:absolute;left:0px;right:0px;bottom:20px;color:gray}
.inwx-fwd-mainboard-nameserver div button i {margin-right:5px;}
.inwx-fwd-mainboard-nameserver .inwx-back-button {width: 100%;overflow:hidden;}
.inwx-fwd-mainboard-nameserver .inwx-back-button .inwx-btn-back {float:left;margin-left:10px}
.inwx-fwd-mainboard-nameserver .inwx-back-button .inwx-plus-button {float:right;margin-right: 10px;}

.section-external .subform {width:100% !important;text-align:center !important;}
.section-external .subform div label {padding:5px;height:20px !important;display:block;float:left;padding-right:5px;width:30%;text-align:right;}
.section-external .subform div input {text-align:left;width:60%;float: left;margin-left:0px !important;}
.inwx-nsset-wrapper {width:100% !important;overflow: hidden;}
.inwx-nsset-wrapper > div:nth-child(1) {width:30%;float:left;text-align:right;padding:5px;}
.inwx-nsset-wrapper > div:nth-child(2) {height:20px !important;}
.inwx-nsset-wrapper > div:nth-child(2) > div {width:60% !important;height:20px !important;}
.inwx-nsset-wrapper > div:nth-child(2) > div > input {height:23px !important;margin-left:5px !important;}
.inwx-nsset-wrapper > div:nth-child(2) > div > * {height:23px !important;}
.inwx-nsset-wrapper > div:nth-child(2) > div > div:nth-child(3) {background-color:transparent !important;height:21px !important;}
.submitButtonNs {width:100% !important;text-align:center !important}
.domain-thumbnail {float:right;margin:0px;padding:10px;background-color:white;text-align: center}

.domain-thumbnail img {margin:10px;padding:10px;width:270px;}

#board-hosting .form {text-align:center} 
.hosting-packages {overflow:hidden;display:inline-block;margin-left:auto;margin-right:auto;border:none !important;}
.hosting-packages > div {width:100% !important;float:none !important;overflow:hidden;padding:10px;text-align: center !important;}
.hosting-packages > div > *:nth-child(2) {font-size:16px;}
.hosting-packages > label.currentPackage {font-size:16px;width:100% !important;text-align:center !important;font-weight: bold;margin-bottom:10px;}
.hosting-promos {min-height:50px;}
.hosting-promos > a {width:100% !important;text-align:center !important;}
.hosting-promos > div {width:100% !important;text-align:center !important;}
.spacePackage {text-align: center !important}

.inwx-nameserver-form {width:100% !important;min-height:150px;overflow:hidden;padding:10px;}
.inwx-nameserver-form > div {width:100% !important;float:none !important;overflow:hidden;}
.inwx-nameserver-form > div label {width:90%;}
.inwx-nameserver-form > div input {float:left;}

.inwx-hosting-cart > div > button {padding-left: 0px !important; padding-right: 0px !important;border:none}
.inwx-hosting-cart > div > button > i {font-size: 32px;}
.inwx-hosting-cart > div > button:hover {color:#000000;}

.inwx-domaincheck {overflow: hidden;text-align: center;background-color:rgba(208, 226, 255, 0.2);padding-top:30px;padding-bottom:30px;border-radius: 5px;box-shadow: 0px 2px 2px rgba(0,0,0,0.1)}
.inwx-domaincheck > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:40px;line-height:40px;font-size:14px;}
.inwx-domaincheck > div:nth-child(1) select {max-width:300px}
.inwx-domaincheck > div:nth-child(1) > div  input[type=text] {font-size: 14px;padding:20px;height:40px;}
.inwx-domaincheck > div:nth-child(2) {display: inline-block;text-align: left;margin-left:-50px;margin-top:10px}
.inwx-domaincheck > div:nth-child(2)  * {margin-top:5px;margin-bottom: 5px}
.inwx-domaincheck > div:nth-child(2) > div:nth-child(1) > * > input[type=checkbox] {margin-left:40px;border:solid orange 1px;}
.inwx-domaincheck > div:nth-child(2) > * {margin-bottom:10px}

.inwx-updown {width:40px;height:25px;margin:3px;text-align: center}
.inwx-updown > i {font-size: 14px}
.inwx-updown:hover > i {color:rgb(88, 136, 173)}

.inwx-buttons {width:100%;overflow:hidden;text-align: center;position: absolute;bottom:0px;left:0px;right:0px;text-align: center;border-top:solid silver 0px;padding-top:20px;}
.inwx-buttons > div {display:inline-block;text-align: left}
/*.inwx-buttons input[type=button] {font-size: 12px;padding:5px;padding-left:20px !important;padding-right:20px !important}*/

.inwx-overview-list {overflow:hidden;}

.inwx-overview-block {float:left;width:33.333333%;overflow: hidden;height:200px;padding:10px;padding-left:0px;padding-right:10px;margin-top:0px;margin-bottom:50px;}

.inwx-overview-block > div {
		margin:10px;border:solid silver 1px;width:100%;height:100%;background: rgba(0,0,0,0.01); /* Old browsers */
		margin-bottom:20px;
		overflow: visible;
		border:solid white 1px;
		border-radius:0px;
		position: relative;
		margin-left:0px;
		border:solid rgba(0,0,0,0.04) 1px;
		box-shadow: 0px 3px 2px rgba(0,0,0,0.06);
}

.inwx-overview-list > div {padding-left:10px;padding-right:10px;}

.inwx-overview-block > div > div:nth-child(1) {text-align:left;display: block;position: absolute;top:0px;left:0px;width:100%;background-color:transparent;padding:5px;border-bottom:solid silver 1px}
.inwx-overview-block > div > div:nth-child(1) > img {width:60px !important;}
.inwx-overview-block > div > input {margin-left:20px !important;width:60% !important;}
.inwx-overview-block > div > button {width:30% !important;max-width:40px !important;}
.inwx-overview-block > div > p {margin-left:20px !important;}
.inwx-overview-block > div > div:nth-child(1) i {margin:10px;margin-left:20px;font-size: 45px;color:#34AADC;text-shadow: 2px 2px 1px rgba(0,0,0,0.1);cursor: default}
.inwx-overview-block > div > div:nth-child(2) {float:left;width:100%;margin:5px;padding-right:0px;margin-top:-25px;}
.inwx-overview-block > div > div:nth-child(2) * {overflow:hidden;}
.inwx-overview-block > div > div:nth-child(2) > div {position:absolute;right:20px;top:10px;font-size: 12px;display: block;color:gray;text-transform: uppercase;text-align: right;}
.inwx-overview-block > div > div:nth-child(3) {position: relative;margin-top:80px;padding:10px;overflow: auto;}
.inwx-overview-block > div > div:nth-child(4) {overflow: hidden;width:100%;padding:20px;position: absolute;bottom:0px;color:gray}
.inwx-overview-block > div > div:nth-child(4) > span {text-align: left !important;display:block;max-height: 90px}
.inwx-overview-block > div > div:nth-child(4) > span > a {color:gray}
.inwx-overview-block.large {height:400px}
.inwx-overview-block > div > div:nth-child(3) {height:230px;}


.inwx-overview-block.nofloat {width:100%;height:auto !important;float:none;background-color:#fafafa;padding-bottom:10px;margin-bottom: 20px;}
.inwx-overview-block.nofloat > div {height:auto !important;margin:0px !important;padding:0px;background-color:none;background-color:transparent !important;box-shadow: none;width:100%}
.inwx-overview-block.nofloat > div > * {margin:5px !important;}
.inwx-overview-block.nofloat  > div > input {width:90%}

.inwx-overview-block.simple > div {padding:10px !important;}
.inwx-overview-block.simple p {font-weight: bolder;font-size: 110%;color:rgba(14,135,178,1)}
.inwx-overview-block.simple input {width:70%;float:left;height:27px;margin:0px;margin-right:5px;margin-bottom:10px;}
.inwx-overview-block.simple button {width:20%;float:left;height:27px;margin-bottom:10px;font-family:'FontAwesome';color:block;padding:2px;font-size:19px;background:none;border:none;text-align:left}

.inwx-overview-block.noborder {background-color:white}
.inwx-overview-block.noborder > div {border:none;margin-left:0px !important}
.inwx-overview-block.noborder > div > p {font-size: 16px}

.inwx-col2-1.wide {}
.inwx-col2-1.wide > div:nth-child(1) {padding-right:50px}

.inwx-overview-row {position:relative;overflow: hidden;padding:10px;padding-left:5px;padding-right:5px;border-bottom: solid silver 1px;}
.inwx-overview-row > div {float:left;}
.inwx-overview-row > div:nth-child(1) {width:40%;overflow: hidden}
.inwx-overview-row > div:nth-child(1) > span {display: block;width:100%;}
.inwx-overview-row > div:nth-child(1) > span:nth-child(2) {color:silver;font-size: 90%}
.inwx-overview-row > div:nth-child(2) {width:40%;}
.inwx-overview-row > div:nth-child(2) > span {display: block;width:100%;}
.inwx-overview-row > div:nth-child(2) > span:nth-child(2) {color:silver;font-size: 90%}
.inwx-overview-row > div:nth-child(3) {width:20%;text-align: right;font-size: 11px !important}
.inwx-overview-row > div:nth-child(4) {width:100%;float:none !important;clear: both !important;padding-top:5px !important;color:gray;font-size: 11px;}

.inwx-overview-row.wide > div:nth-child(1) {width:85%}
.inwx-overview-row.wide > div:nth-child(2) {width:5%}
.inwx-overview-row.wide > div:nth-child(3) {width:10%}

#renewals .renewlist-button a {
    padding: 2px 10px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    color: #666;
}
#renewals .renewlist-button a:hover {
    text-decoration: none;
    color: #006A9D;
    border-color: #006A9D;
}
#div-renewals article {
    display: flex;
    justify-content: space-between;
    margin: 0 0.5em;
    padding: 0.5em 0;
    border-bottom: 1px solid #DDD;
}
#div-renewals article .days-remaining {
    font-size: 0.9em;
    white-space: nowrap;
}
#div-renewals article .days-remaining.overdue {
    color: #F00;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

.inwx-balance {overflow: hidden;float:right;position: absolute;right:20px;top:10px !important;}
.inwx-balance > span:nth-child(1) {font-size: 12px;display: block;color:gray;text-transform: uppercase;text-align: right;}
.inwx-balance > span:nth-child(2) {font-size: 24px;letter-spacing:-1px;display: block;color:#8E8E93;text-align: right;font-family: 'Open Sans Condensed', sans-serif;}
.inwx-balance > span:nth-child(3) {font-size: 9px;display: block;color:gray;text-transform: uppercase;text-align: right}

.inwx-user-info {overflow: hidden;}
.inwx-user-info > div {float:left;width:50%;color:#444444;margin-right:-10px;margin-bottom: 2px;}
.inwx-user-info > div:nth-child(even) {width:50%;}
.inwx-user-info > div:nth-child(odd) {text-align: right;font-weight: bolder;margin-right:10px;}

.inwx-obj {overflow: hidden}
.inwx-center {text-align: center}
.inwx-pagination {text-align:center;margin-bottom:10px;color:silver;}
.inwx-margin-t {margin-top:20px}
.inwx-margin-b {margin-bottom:20px}
.inwx-margin-tb {margin-top:20px;margin-bottom:20px}
.inwx-margin-tb-small {margin-top:10px;margin-bottom:10px}
.inwx-spinner {overflow: hidden;width:100%;height:50px;min-height: 50px;text-align: center;line-height: 50px;color:#5fa3e2;font-size: 16px;}
.inwx-spinner.dark {color:white;background-color:rgba(0,0,0,0.3)}
.inwx-ns-surface {width:100%;height:1px;overflow:hidden;display:none;background-color:#FaFaFa;box-shadow:inset 0px 0px 10px rgba(0,0,0,0.2);}
.inwx-ns-surface > div {margin:20px}

.inwx-box {overflow: hidden}	
.inwx-box > div:nth-child(1) {float: left}
.inwx-box > div:nth-child(2) {float:right}
        
.spinner22 {font-size: 22px}

.inwx-domain-row {overflow:hidden;margin-bottom:5px;padding-bottom:5px;border-bottom: solid #f0f0f0 1px}
.inwx-domain-row > * {float:left;background-color:transparent;height:100%;width:15%;padding:10px;line-height: 175%}
.inwx-domain-row > div:nth-child(1) {width:35%;}
.inwx-domain-row > div:nth-child(5) {width:20%;}
.inwx-domain-row b {font-size: 110%;font-weight: 300 !important;color: black}
.inwx-domain-row .period {color: gray;}

.inwx-domain-row.header {background-color:#444444;}
.inwx-domain-row.header * {color:white}
/** layout end **/


/** shopping cart **/
.inwx-cart-row {overflow:hidden;margin-bottom:10px;}
.inwx-cart-row > * {float:left;white-space: nowrap;padding:2px;margin:2px;}
.inwx-cart-row > *:nth-child(1) {width:20%;text-align:right;}
.inwx-cart-row > *:nth-child(2) {height:25px !important;width:50% !important;position:relative;top:1px;}
.inwx-cart-row > button {padding:0px !important;margin:0px !important;height:25px;}
.inwx-cart-row > input[type=button] {margin-top:1px !important;margin-left:5px !important;height:25px !important;}

.inwx-cart-execute {padding:0px !important;margin:20px;margin-left:auto;margin-right:auto;max-width: 900px}
.inwx-cart-execute > div {width:50%;padding:0px !important;margin:0px !important;}
.inwx-cart-execute > div:nth-child(2) > div {width:380px;float:right !important;text-align:right}
.inwx-cart-execute table {margin-left:10px}
.inwx-cart-execute table tr td {height:40px}

.inwx-cart-info {position:absolute;top:5px;right:15px;}
.inwx-cart-error {margin-top:10px;margin-bottom:10px;color:red;text-align: left;padding-bottom:5px;min-height: 22px}

.inwx-cart-registrant-details {margin-left:20%;line-height: 150% !important}

.inwx-cart-surface-empty {padding:0px;background-color:white;border-bottom:solid #F0F0F0 0px;overflow:hidden;height:0px}
.inwx-cart-surface {padding:5px;background-color:#e6e6e6;border-bottom:solid #F0F0F0 0px;overflow:hidden;height:4px;box-shadow:inset 0px 1px 10px rgba(0,0,0,0.1)}

.inwx-cart-domains {overflow:hidden;border-bottom:solid #f0f0f0 1px;padding-bottom: 10px}
.inwx-cart-domains > div {float:left;height:100%;padding:10px;overflow:hidden}
.inwx-cart-domains > div > * {margin-bottom:5px;}
.inwx-cart-domains > div:nth-child(1) {width:40%;background-color:rgba(0,0,0,0.01);padding-left:10px} /* domain */
.inwx-cart-domains > div:nth-child(1) > div:nth-child(1) {float:left;margin:15px;margin-left:0px;display: none}
.inwx-cart-domains > div:nth-child(1) > div:nth-child(2) {font-size: 115%;color:rgb(40, 40, 40);font-family: 'Lato';font-weight: bolder}
.inwx-cart-domains > div:nth-child(2) {width:20%;} /* domain action */
.inwx-cart-domains > div:nth-child(2) input {border:solid silver 1px}
.inwx-cart-domains > div:nth-child(3) {width:10%;text-align:center} /* price */
.inwx-cart-domains > div:nth-child(4) {width:10%;} /* period */
.inwx-cart-domains > div:nth-child(5) {width:0%;display:none} /* domain status */
.inwx-cart-domains > div:nth-child(6) {width:15%;text-align:right;} /* domain action */
.inwx-cart-domains > div:nth-child(7) {width:5%;text-align: center} /* domain action */
.inwx-cart-domains input[type=checkbox] {float:right;border:solid orange 1px}
.cart-product-name,
.cart-product-name + div {
    word-wrap: break-word;
}

.san-price,
.san-price span {font-size: 12px}

.order-finish a.certificate-button {
    display: inline-block;
    margin: 10px 5px 0;
}
.order-finish div {
    text-align: center;
}

.invalid-domain {background-color:#ffe5e5}
/*
.inwx-active-cb-en:before {content:'No';text-align: center;width:100%;position: absolute;left:0px;top:2px;right:0px;font-size: 11px;color:rgba(11, 183, 245,1)}
.inwx-active-cb-en {float:left !important;left:0px;top:0px;background-color:#f0f0f0;-webkit-appearance: none;-moz-appearance: none;width:80px;height:20px;border:solid rgba(11,183,245,1) 1px !important;border-radius:5px;position: relative}
.inwx-active-cb-en:checked {background-color:rgba(11, 183, 245,1);}
.inwx-active-cb-en:checked:before {content:'Yes';text-align: center;width:100%;position: absolute;left:0px;top:2px;right:0px;font-size: 11px;color:white}
.inwx-active-cb-en:hover {background-color:rgba(11,183,245,0.2);cursor: pointer;color:black}
.inwx-active-cb-en:hover:before {color:black}


inwx-active-cb-de:before {content:'No';text-align: center;width:100%;position: absolute;left:0px;top:2px;right:0px;font-size: 11px;color:rgba(11, 183, 245,1)}
.inwx-active-cb-de {float:left !important;left:0px;top:0px;background-color:#f0f0f0;width:80px;height:20px;border:solid rgba(11,183,245,1) 1px !important;border-radius:5px;position: relative}
.inwx-active-cb-de:checked {background-color:rgba(11, 183, 245,1);}
.inwx-active-cb-de:checked:before {content:'Yes';text-align: center;width:100%;position: absolute;left:0px;top:2px;right:0px;font-size: 11px;color:white}
.inwx-active-cb-de:hover {background-color:rgba(11,183,245,0.2);cursor: pointer;color:black}
.inwx-active-cb-de:hover:before {color:black}
*/

.inwx-info-dr {position: relative}
.inwx-info-dr i {;float: none !important;position: absolute;left:5px;top:6px;opacity: 1 !important;color:gray !important;}

.inwx-cart-domains.header {background-color:#666666 !important;}
.inwx-cart-domains.header > div {color:white;background-color:transparent !important}

.inwx-order-hostingpackage-delete {margin-top:-8px;}

/** domain list **/

.inwx-domainlist-as-row {overflow:hidden;padding-bottom:5px;padding-top:5px;border-bottom:solid silver 1px}
.inwx-domainlist-as-row > * {float:left;width:16.66666%}
.inwx-domainlist-as-row > *:nth-child(2n-1) {text-align: right;line-height: 25px;padding-right:5px;}
.inwx-domainlist-as-row > *:nth-child(2) {}
.inwx-domainlist-as-row > *:nth-child(2) * {width:100%;}
/*.inwx-domainlist-as-row > *:nth-child(2) > *,.inwx-domainlist-as-row > *:nth-child(4) > * {width:90%;margin:0px !important;margin-left:5px !important;height:25px;}
*/
.inwx-domainlist-as-row select {width:100% !important;}
.inwx-domainlist-as-row input[type=button] {text-align:center;float:right;}

.inwx-dl-pagging {position:relative;overflow:hidden;width:100%;margin-bottom:10px;}
.inwx-dl-pagging > *:nth-child(1) {float:left;margin-top:10px}

/** domain log **/

.inwx-domainlog-row-filter {overflow:hidden;margin-bottom:10px;border-bottom: solid #e0e0e0 1px;padding-bottom:10px;}
.inwx-domainlog-row-filter > div {width:8%;float:left;overflow:hidden;height:25px;line-height: 25px;text-align: left}
.inwx-domainlog-row-filter > div:nth-child(1) {text-align:right;padding-right:5px;}
.inwx-domainlog-row-filter > div:nth-child(3),.inwx-domainlog-row-filter > div:nth-child(5),.inwx-domainlog-row-filter > div:nth-child(7),.inwx-domainlog-row-filter > div:nth-child(9) {width:8%;text-align:right;padding-right:5px;}
.inwx-domainlog-row-filter > div:nth-child(7) {text-align: center}
.inwx-domainlog-row-filter > div > * {width:90%;height:25px;margin:0px !important;}
.inwx-domainlog-row-filter > div:nth-child(2),.inwx-domainlog-row-filter > div:nth-child(4) {width:15%}
.inwx-domainlog-row-filter > div:nth-child(9) {width:13%;overflow:hidden;margin-right:5px;}
.inwx-domainlog-row-filter > div:nth-child(9) > select {width:100%;border:solid silver 1px;height:24px;outline: none;}
.inwx-domainlog-row-filter .obj_required {display:none}
.inwx-domainlog-row-filter input[type=button] {top:0px}

.inwx-domainlog-row {overflow: hidden;border-bottom:solid #f0f0f0 1px;}
.inwx-domainlog-row > * {float:left;width:20%;padding:8px;}
.inwx-domainlog-row > *:nth-child(2) {width:30%}
.inwx-domainlog-row > *:nth-child(3) {width:10%}

/** domain check **/

.inwx-check-row {overflow:hidden;margin-bottom:10px;border-bottom: solid #f0f0f0 1px}
.inwx-check-row a:link,.inwx-check-row a:visited {color:gray}
.inwx-check-row a:hover {color:black;text-decoration: none}

.inwx-check-row > div {float:left;padding:10px;}
.inwx-check-row > div:nth-child(1) {width:60%}
.inwx-check-row > div:nth-child(1) b {line-height: 200%;}
.inwx-check-row > div:nth-child(2) {width:30%;text-align: right;line-height: 40px}
.inwx-check-row > div:nth-child(3) {width:10%;line-height: 40px;text-align: left}
.inwx-check-row i {font-size: 36px;}

.inwx-check-row.free {background-color:rgba(91,222,73,0.06);border-bottom: solid rgba(0,0,0,0) 1px}
.inwx-check-row.yours {background-color:rgba(0,0,0,0.04);border-bottom: solid rgba(0,0,0,0) 1px}
.inwx-check-row.cart {background-color:rgba(0,0,0,0.04);border-bottom: solid rgba(0,0,0,0) 1px}

.inwx-check-row.free > div:nth-child(1) {color:black;}
.inwx-check-row.free > div:nth-child(2) {font-weight: bolder;color:rgba(92,168,37,0.9);font-size: 125% !important;}
.inwx-check-row.free > div:nth-child(2) * {font-size:100%;}
.inwx-check-row.cart > div:nth-child(2) {font-weight: bolder;color:rgba(92,168,37,0.9);font-size: 125%}
.inwx-check-row.cart > div:nth-child(2) * {font-size:100%;}

.inwx-check-regions {overflow: hidden;text-align: center;}
.inwx-check-regions > div {display:inline-block;text-align: left;}
.inwx-check-regions > div > div {display: block;float:left;width:100px;height:40px;background-color:white;margin:10px;border-radius: 5px;line-height: 40px;cursor: pointer;text-align: center;border:solid white 1px;}
.inwx-check-regions .selected {color:rgb(53, 120, 170);border:solid rgb(53, 120, 170) 1px;font-weight: bolder;}

.inwx-check-groups {overflow: hidden;text-align: center}
.inwx-check-groups > div {display:inline-block;text-align: left}
.inwx-check-groups > div > div {display: block;float:left;width:100px;height:40px;background-color:white;margin:10px;border-radius: 5px;line-height: 40px;cursor: pointer;text-align: center;border:solid white 1px;}
.inwx-check-groups .selected {color:rgb(53, 120, 170);border:solid rgb(53, 120, 170) 1px;font-weight: bolder;}

.removecart-icon {color:gray !important;}

.inwx-check-row.taken {background-color:rgba(242,54,54,0.03);border-bottom: solid rgba(0,0,0,0) 1px}

.inwx-region-button {cursor: pointer;background-color:transparent;display: inline-block;}
.inwx-region-button > span {font-size: 12px;margin-right:0px;padding:2px;padding-left:10px;padding-right:10px;border-radius: 10px;margin-right:5px;}

.inwx-region-button:hover > span {background-color:rgba(0,0,0,0.1)}


/** page design footer */

.inwx-accreditation-item {width:12.5%;height:100px;float:left;margin:0px;background-color:transparent;overflow: hidden;margin:10px;padding:20px;
		background-color:rgba(255,255,255,0.99);border:solid rgba(0,0,0,0.0) 1px;}
.inwx-accreditation-item  > div:nth-child(1) {background-color:transparent;width:100%;height:60px;background-size: auto 80%;background-repeat:no-repeat;background-position:center center;margin-bottom:5px;}

.inwx-carusell {width:100%;height:120px;position:relative;margin-bottom:50px;background-color:rgba(255,255,255,0.1);box-shadow:inset 0px 0px 20px rgba(0,0,0,0.05)}
.inwx-carusell > div {clear:both;float:none;width:100%;height:100%;}

.slick-prev:before, .slick-next:before {
color: #000;border:none !important;
}

.slick-next:hover,.slick-prev:hover {border:none !important;}

/** page design **/

.inwx-main-spinner {z-index:2000;position:fixed;left:0px;top:0px;width:100%;height:100%;left:0px;top:0px;background-color:rgba(255,255,255,0.2);display:none;
	text-align: center !important;
}
.inwx-main-spinner i {font-size:30px;position:absolute;top:50%;left:50%;margin-left:-20px;margin-top:-30px;}
.inwx-main-spinner span {font-size: 18px;background-color:white;padding:5px;position: absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform: translate(-50%, -50%);margin-top:30px;text-align: center;}

.page-footnotes {color:gray;margin-top:20px;font-size:9px !important}
.page-footnotes * {font-size:9px !important}

.page-cloudtlds {overflow: hidden;}
.page-cloudtlds a:link, .page-cloudtlds a:visited {color:gray}
.page-cloudtlds a:hover {color:#cf3188}


.inwx-whoisprivacy {overflow: hidden;width:90%}
.inwx-whoisprivacy > div > div {padding:0px;border-radius: 10px}
.inwx-whoisprivacy > div:nth-child(1) > div {background-color:rgba(0,0,0,0.05)}
.inwx-whoisprivacy > div:nth-child(2) > div {background-color:rgba(76, 217, 100, 0.4)}
.inwx-whoisprivacy > div > div > div:nth-child(1) {font-size: 16px;background-color:rgba(0,0,0,0.1);padding:20px;border-top-left-radius: 10px;border-top-right-radius: 10px}
.inwx-whoisprivacy ul {list-style-type:none;padding:20px;}
.inwx-whoisprivacy li {padding-left:0px;margin-left:0px;line-height: 175% !important}

.page-pricelist-vertical {overflow:hidden;margin:5px;border-bottom: solid #e9e9e9 1px;overflow:hidden}
.page-pricelist-vertical > div:nth-child(1) {width:18px;height:20px;float:left;margin:2px;margin-left:5px;margin-right:5px;background-size: 100%; background-position: center center;background-repeat: no-repeat;}
.page-pricelist-vertical > div:nth-child(2) {float:left;margin:2px;color:gray}
.page-pricelist-vertical p {float:left;margin:2px}
.page-pricelist-vertical span {float:left;text-align: right;margin:2px}


.page-light {color:gray}
ul.page-light * {font-size:16px;margin-bottom: 10px}

#domaincheck {background-color:rgba(255,255,255,0.6);position: absolute;left:50%;bottom:40px;transform:translateX(-15%);border-radius: 3px;width:50%;max-width: 700px;}
#domaincheck form {display: inline-block;width:100%;margin-top:5px;border:solid black 0px;margin-bottom:20px;margin-left:auto;margin-right:auto;white-space: nowrap !important;padding-left:10px;padding-right:10px}
#domaincheck > form > div {float:left;white-space: nowrap !important;margin:0px;padding:0px;background-color:rgba(255,255,255,0.9);height:40px;line-height: 40px;text-align:center;font-size: 24px;position: relative;}
#domaincheck > form > div:nth-child(1) {width:100%;float:none;clear:both;text-align:left !important;background-color:transparent;font-weight: bolder}
#domaincheck > form > div:nth-child(2) {width:75%;border-radius:5px;margin-left:10px;margin-right:10px;border:solid rgba(0,0,0,0.4) 1px}
#domaincheck > form > div:nth-child(2) > input {margin-left:5px;}
#domaincheck > form > div:nth-child(4) {width:20%;}
#domaincheck > form > div:nth-child(3) {width:20%;display:none;}
#domaincheck > form > div:nth-child(3) > div:nth-child(1) {position:absolute;left:0px;top:0px;line-height: 40px;width:100%;height:100%;z-index:50;font-size: 16px;}
#domaincheck > form > div:nth-child(3) > div:nth-child(2) {position:absolute;left:0px;top:0px;width:100%;height:100%;opacity: 0;z-index:60}
#domaincheck > form > div:nth-child(3) > div:nth-child(2) select {width:120% !important;height:40px !important;border:none;font-size: 14px}
#domaincheck > form input {border:none;font-size:16px;background-color:transparent;padding:0px;margin:0px;width:100%;height:100%;}
#domaincheck > form > div:first-child {padding-left: 10px; color: #555555;}
#domaincheck > form > div:last-child a {
	display: block;
	font-size: 18px;
	color: #c42c00;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc86b+0,ffa500+100 */
	background: rgb(255, 200, 107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 200, 107, 1)), color-stop(100%, rgba(255, 165, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* W3C */
}
#domaincheck > form > div:last-child a:hover,
#domaincheck > form > div:last-child a:focus {
	text-decoration: none;
	background: rgb(255, 200, 107); /* Old browsers */
	background: -moz-linear-gradient(bottom, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(255, 200, 107, 1)), color-stop(100%, rgba(255, 165, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to top, rgba(255, 200, 107, 1) 0%, rgba(255, 165, 0, 1) 100%); /* W3C */
}

/** page design end **/

/** inwx prices **/

.inwx-pricelist-table {}
.inwx-pricelist-table td {padding:5px;background-color:white;border-bottom: solid silver 1px;}
.inwx-pricelist-table tr:hover > td, .inwx-pricelist-table tr:hover > td * {background-color:#888888;color:white !important;cursor: default}

.inwx-promo-left-text {padding-top:40px;padding-left:15px;font-size:30px;line-height:120%;position:relative}
.inwx-promo-left-text > div {display: inline-block;background-color:rgba(255,255,255,0.6);border-radius: 3px;padding:20px}
.inwx-promo-left-text > div > div:nth-child(1), 
.inwx-promo-left-text > div > div:nth-child(1) * {font-size:30px !important;line-height:20px;font-weight: bolder;background-color:rgba(0,0,0,0.5);}
.inwx-promo-left-text > div > div:nth-child(1) {height:60px;padding-top:15px;padding-left:5px;}
.inwx-promo-left-text > div > div:nth-child(1) > span {font-size:55px !important;position:relative;text-transform: uppercase;left:0px;top:7px;background-color:transparent}
.inwx-promo-left-text > div > div:nth-child(2) {margin-left:0px;margin-top:0px !important;overflow:hidden;}
.inwx-promo-left-text > div > div:nth-child(2) > div:nth-child(1) {font-size:43px !important;float:left;}
.inwx-promo-left-text > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {font-size:43px !important;text-align:left;padding:10px;background-color:rgba(0,0,0,0.4)}
.inwx-promo-left-text > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {font-size:20px !important;text-align:left;position: relative;height:50px;right:0px;width:100%;}
.inwx-promo-left-text > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div {font-size: 22px !important;background-color:rgba(0,0,0,0.4);display: inline-block;padding:10px;}
.inwx-promo-left-text > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > svg {position:absolute;left:0px;top:0px;margin:2px;}
.inwx-promo-left-text > div > div:nth-child(2) > div:nth-child(2) {font-size:18px !important;text-align: left;float:left;margin-left:0px;padding:10px;background-color:rgba(0,0,0,0.4)}

.inwx-price-promo {overflow:hidden;display: inline-block;}
.inwx-price-promo > div {white-space: nowrap !important;}
.inwx-price-promo > div:nth-child(1) {color:red !important;white-space: nowrap !important;}
.inwx-price-promo > div:nth-child(1):before {content:"PROMO ";white-space: nowrap !important}
.inwx-price-promo > div:nth-child(2) {text-decoration:line-through}

.inwx-price-line .inwx-price-promo > div:nth-child(1) {display: inline-block}
.inwx-price-line .inwx-price-promo > div:nth-child(2) {display: inline-block;margin-left:5px;}

.inwx-default-price {display: inline-block;background-color:#f0f0f0;color:gray;padding-left:2px;padding-right:2px;}

.inwx-tab-button {float:right;}

.inwx-search {overflow: hidden;float:left;white-space: nowrap;}
.inwx-search .obj_required {display:none}
.inwx-search input[type=text] {height:25px;min-width:200px;margin:0px !important;margin-right:5px !important;float:left;}
.inwx-search input[type=button], .inwx-search input[type=submit] {margin:0px !important;margin-left:5px !important;margin-right:5px !important;float:left;width: auto !important;}
.inwx-search > button {height:25px;float:left;}

.inwx-right {float:right}


/** font awesome colors **/


.fa {cursor: pointer}

.fa-white {color:white}
.fa-black {color:black}
.fa-gray {color:gray}


/*** inwx-contacts **/

.inwx-contact {position:relative;overflow:hidden;border:solid #E9E9E9 1px;margin-bottom:10px;padding:10px;cursor:default;}
.inwx-contact > div {float:left;}
.inwx-contact > div:nth-child(1) {width:10%}
.inwx-contact > div:nth-child(2) {width:70%;}
.inwx-contact > div:nth-child(3) {width:20%;float:right;text-align: right}
.inwx-contact:hover {background-color:#f0f0f0;}

.inwx-contact .buttons {padding-right:30px;}
.inwx-contact .buttons i {font-size: 16px;margin:10px;color:gray}
.inwx-contact .buttons i:hover {color:black}
.inwx-contact .title span {font-size:16px;font-weight: bolder;}


.gluerecords_row {overflow:hidden;padding:10px;border-bottom:solid #f0f0f0 1px}
.gluerecords_row > div {float:left;}
.gluerecords_row > div:nth-child(1) {width:60%;font-size:14px}
.gluerecords_row > div:nth-child(2) {width:20%}
.gluerecords_row > div:nth-child(3) {width:20%;text-align:right}
.gluerecords_row > div:nth-child(4) {width:100%;margin:0px;padding:0px;font-size:10px}


.vertical-table {overflow:hidden}
.vertical-table .header {font-weight:bold}
.vertical-table > div {float:left}
.vertical-table > div > div {border-bottom:solid silver 1px;height:50px;text-align:center;padding: 15px 5px 30px 5px}
.vertical-table > div > div.update-row {height:85px}

.vertical-table i {font-family: 'fontawesome' !important;font-style: normal !important}
.vertical-table i.inwx-silverx {color:silver}
.vertical-table button {border:none !important;background: none;padding:0px;cursor: pointer !important}
.vertical-table button i {font-family: 'telsso' !important;font-size: 30px;}
.vertical-table .bestbuy {background-color:rgba(255, 200, 107,0.1)}
.vertical-table .bestbuy > div {border-bottom:solid rgba(255, 200, 107,0.9) 1px;}
.vertical-table .lastrow {border-bottom:solid orange 0px;font-style: oblique;font-size: 16px;color:rgba(255, 200, 107,1);font-weight: bold}
.vertical-table.col6 > div {width:15%}
.vertical-table.col6 > div:nth-child(1) {width:25%}

.vertical-table.col7 > div {width:12.5%}
.vertical-table.col7 > div:nth-child(1) {width:25%}


.generic-table {overflow:hidden;margin-top:10px;width:100%;}
.generic-table > div {overflow:hidden;border-bottom:solid silver 1px;padding:10px}
.generic-table > div:hover {background-color:#fafafa;cursor: default}
.generic-table > div > div {float:left;width:10.0%;overflow: hidden;}

.generic-table .header, .vertical-table .header {background-color:#444444;z-index: 900;position:relative}
.generic-table .header *, .vertical-table .header {color:white;position:relative;white-space:nowrap}
.generic-table .header:hover, .vertical-table .header:hover {background-color: #222222}
.generic-table .header > div:hover {background-color:#444444}

.generic-table.col4 > div > div {width:30%;}
.generic-table.col4 > div > div:nth-child(1) {width:20%}
.generic-table.col4 > div > div:nth-child(4) {width:15%}
.generic-table.col6 > div > div {width:14%}
.generic-table.col6 > div > div:nth-child(1) {width:30%}
.generic-table.col7 > div > div {width:10%}
.generic-table.col7 > div > div:nth-child(1) {width:38%}
.generic-table.col5 > div > div {width:20%;}

.generic-table.api {}
.generic-table.api > div > div {width:10%;min-width:10%;max-width:10%;}
.generic-table.api > div > div:nth-child(1) {width:60%;min-width: 60%;max-width:60%;}
.generic-table.api i {font-size: 20px}
.generic-table.api a > i {color:gray}
.generic-table.api a:hover > i {color: rgb(0, 128, 192)}

.generic-table.cart > div > div:nth-child(2) {width:45%;}
.generic-table.cart > div > div:nth-child(3) {width:10%;text-align: center}
.generic-table.cart > div > div:nth-child(5) {width:5%;text-align: center}
.generic-table.cart > div > div:nth-child(4) {text-align: right}

.generic-table.cart > div > div:nth-child(2) {width:45%;}
.generic-table.cart > div > div:nth-child(3) {width:10%;text-align: center}
.generic-table.cart > div > div:nth-child(5) {width:5%;text-align: center}
.generic-table.cart > div > div:nth-child(4) {text-align: right}

.ssl-description {
	margin: 0 0 3em;
	text-align: justify;
}
.ssl-description h2 {
	color: #666;
}
.ssl-description .bold {
	font-weight: bold;
}

.progress {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    text-align: center;
}
.progress::after {
    display: block;
    content: "";
    clear: both;
}
.progress div {
    float: left;
    padding: 10px 30px 10px 40px;
    background: #3578aa;
    color: #fff;
    position: relative;
    width: 32.5%;
    margin: 0 1px;
    white-space: nowrap;
}
.progress div:before {
    content: '';
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
.progress div:after {
    content: '';
    border-left: 16px solid #3578aa;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}
.progress div.active {
    background: #34AADC;
}
.progress div.active:after {
    border-left-color: #34AADC;
}
.progress div.enabled {
    cursor: pointer;
}

.order-common-name {
    display: none;
    margin: 0;
    text-align: center;
    font-weight: bold;
    word-wrap: break-word;
}

.inwx-ssl-board {
    margin: 3em 0 0;
}
.inwx-ssl-board-clearfix:before {
    clear: both;
}
.inwx-ssl-board > div {
    display: none;
}
.inwx-ssl-board > div h2 {
    margin: 0;
}
.inwx-ssl-board .box {
    width: 27.3%;
    position: relative;
    float: left;
    border: solid #D3D3D3 1px;
    border-radius: 3px;
    background-color: #f7f7f7;
    margin: 0 3%;
    text-align: center;
    cursor: pointer;
}
.inwx-ssl-board .box:hover {
    border: solid #5888ad 1px;
}
.inwx-ssl-board .box.selected {
    border: solid #4cd964 1px !important;
    background-color: rgb(192, 242, 200);
}
.inwx-ssl-board .box.selected:before {
    content: '\f00c';
    font-family: 'FontAwesome' !important;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #4cd964;
    border-radius: 10px;
}
.inwx-ssl-board .domain-box {
    display: none;
    margin-bottom: 80px;
}
.inwx-ssl-board .step-info {
    margin-bottom: 20px;
    font-size: 16px;
}
.inwx-ssl-board .ssl-gotocart-button {
    float: right;
    display: none;
    padding: 2px 10px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    font-size: 13px;
    color: #666;
}
.inwx-ssl-board .ssl-gotocart-button:hover {
    border-color: #325698;
    text-decoration: none;
    color: #325698;
}
.inwx-ssl-board .ssl-gotocart-button-bottom {
    margin-top: 1em;
}
.inwx-ssl-board .validation-box {
    min-height: 13.5em;
    padding: 10px;
    margin-bottom: 80px;

}
.inwx-ssl-board .validation-box br {
    margin-bottom: 15px;
}
.inwx-ssl-board .box .starting-price sup {
    font-size: 0.8em;
}
.inwx-ssl-board .box .price {
    font-size: 1.4em;
    font-weight: bold;
}
.inwx-ssl-board .domain-box .starting-price {
    display: none;
}
.inwx-ssl-board .generic-table {
    border: 1px solid #F0F0F0;
}
.inwx-ssl-board .generic-table .brand {
    width: 15%;
}
.inwx-ssl-board .generic-table .product {
    width: 50%;
}
.inwx-ssl-board .generic-table .period {
    width: 15%;
    vertical-align: top;
}
.inwx-ssl-board .generic-table .period input {
    margin-top: 0px;
    vertical-align: -3px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: auto;
}
.inwx-ssl-board .generic-table .period .best-price {
    color: #F00;
    white-space: nowrap;
}
.inwx-ssl-board .generic-table .price {
    width: 13%;
    vertical-align: top;
    white-space: nowrap;
}
.inwx-ssl-board .generic-table td.price {
    text-align: right;
}
.inwx-ssl-board .generic-table .action {
    width: 3%;
}
.inwx-ssl-board .generic-table thead th {
    padding: 10px;
}
.inwx-ssl-board .generic-table tr.details {
    text-align: center;
}
.inwx-ssl-board .generic-table td {
    padding: 25px 10px;
    background: #FFF;
}
.inwx-ssl-board .generic-table td.product,
.inwx-ssl-board .generic-table td.price {
    font-size: 1.1em;
}
.inwx-ssl-board .generic-table td.product span {
    color: green;
}
.inwx-ssl-board .generic-table tr:nth-child(odd) {
    border-top: 1px solid #F0F0F0;
}
.inwx-ssl-board .generic-table tr:nth-child(even) td {
    padding-top: 0;
}
.inwx-ssl-board .generic-table button {
    background: #FFF;
    border: none;
}
.inwx-ssl-board .generic-table .action > button > i {
    font-size: 38px;
    background: #FFF
}
.inwx-ssl-board .generic-table .action > button:hover {
    color: #000000;
}
.inwx-ssl-board .generic-table tr.details {
    display: none;
}
.inwx-ssl-board .generic-table tr.details div {
    display: inline-block;
    padding: 0 4%;
}
.inwx-ssl-board .generic-table td.details i {
    font-size: 22px;
}
/* Clearfix */
.inwx-ssl-board .ssl-starting-price-footnote::before {
    display: block;
    content: "";
    clear: both;
}

.ssl-offer-link {
    margin: 50px 0 30px;
}

.certificate-button {
    padding: 10px;
    background: #3578aa;
    border-radius: 3px;
}
a.certificate-button {
    color: #FFF;
}
.certificate-button:hover,
.certificate-button:focus {
    text-decoration: none;
    background: #34AADC;
}
.certificate-button.activate {
    background-color: #dc3545;
    border-color: #f5c6cb;
}
.certificate-wizard {
    margin: 0 0 30px;
    text-align: right;
}
.certificate-wizard.first {
    text-align: center;
}

.certificate-table {
    width: 100%;
}
.certificate-table tr {
    border-top: 1px solid #F0F0F0;
    background: #FFF;
}
.certificate-table td.commonName {
    word-break: break-word;
}

.certificates-list th {
    cursor: pointer;
}
.certificates-list td {
    padding: 10px;
}

.certificates-list th.brand,
.certificates-list td.brand {
    width: 150px;
}
.certificates-list td.brand {
    padding-left: 0;
    padding-right: 0;
}
.certificates-list th.status,
.certificates-list td.status {
    width: 12%;
}
.certificates-list th.exDate,
.certificates-list td.exDate,
.certificates-list th.crDate,
.certificates-list td.crDate {
    width: 17%;
}
.certificates-list td.action {
    text-align: right;
}
.certificates-list td.action a {
    display: inline-block;
    margin: 5px 0;
}

.certificates-list .asc,
.certificates-list .desc {
    position: relative;
    left: 3px;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #FFF;
    font-style: normal;
    text-align: right;

}
.certificates-list .asc:before {
    content: '\f0d8';
}
.certificates-list .desc:before {
    content: '\f0d7';
}

.certificate-activation-notice {
    margin: 2em 0 0;
}
/* Clearfix */
.certificate-activation-notice::after {
    display: block;
    content: "";
    clear: both;
}
.certificate-activation-notice p {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
}
.certificate-activation-notice p .hosting-certificate-note {
    display: block;
    margin: 1em 0 0;
    font-size: 0.8em;
}
.certificate-activation-notice > a {
    float: right;
}
.certificate-activation-notice .certificate-button {
    margin-left: 1.5em;
}

.certificate-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}
.certificate-details-header h1 {
    margin: 0;
}

.certificates-details-table > table > tbody > tr {
    overflow: auto;
    border-bottom: solid #E9E9E9 1px;
    background-color: #fff;
}
.certificates-details-table > table > tbody > tr > th {
    padding-left: 0;
    background-color: #fff !important;
    color: #666666;
    width: 200px;
}
.certificates-details-table i {
    color: #888;
}
.certificates-details-table .san-domains th,
.certificates-details-table .san-domains td {
    vertical-align: top;
}
.certificates-details-table .san-domains ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #666;
}
.certificates-details-table .san-domains .san-count {
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
}

.certificate-contacts h2,
section.verification-email h2 {
    margin: 2em 0 1em;
}
.certificate-contact-tabs {
    display: flex;
}
.certificate-contacts article {
    width: 33%;
    border: 1px solid #E9E9E9;
    padding: 15px;
}
.certificate-contacts article + article {
    margin-left: 20px;
}
.certificate-contacts article input {
    float: right;
}
.certificate-contacts article h3 {
    margin:0 0 0.6em;
    padding: 0 0 0.4em;
}
.certificate-contacts article a {
    float: right;
    color: #888;
}
.certificate-contacts select {
    width: 100%;
    background: #FFF;
    border: 1px solid #DDD;
}
.certificate-contacts .tab-content .name {
    font-weight: bold;
}
.certificate-contacts .tab-content .address,
.certificate-contacts .tab-content .phone,
.certificate-contacts .tab-content .fax,
.certificate-contacts .tab-content .email {
    margin: 0;
}

section.certificate {
    margin: 2em 0 3em;
}
section.certificate h2,
section.csr h2 {
    margin: 2em 0 0;
}
section.certificate .certificate-download-buttons {
    text-align: right;
    margin-bottom: 10px;
}
section.certificate .certificate-download-buttons a {
    display: inline-block;
}
.certificate-output {
    overflow: auto;
    padding: 10px 20px;
    background: #FCFCFC;
    border: 1px solid #f0f0f0;
}
.certificate-output > pre {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.certificate-output.certificate {
    height: 20em;
    margin: 0 0 50px;
}
.certificate-output.certificate > :last-child {
    margin-bottom: 20px;
}

.certificates-log .certificate-table .crDate {
    width: 9em;
}
.certificates-log .certificate-table .brand {
    width: 80px;
}

.certificate-activate-header {
    font-size: 18px;
}
.certificate-activate-csr.validator {
    margin-bottom: 60px;
}

#tabs {
    display: flex;
    margin: 1em 0 0;
}
#tabs button {
    flex: 1;
    margin-left: 1em;
    padding: 0.9em 0;
    border: none;
    border-radius: 5px 0 0 5px;
    background: #3578AA;
    color: #FFF;
    font-size: 1.1em;
}
#tabs button:hover {
    cursor: pointer;
    color: #FFF;
}
#tabs button + button {
    margin: 0 1em 0 0;
    border-radius: 0 5px 5px 0;
}
#tabs button.active {
    background: #34AADC;
}

section#hosting p.desc,
section#hosting p.commonname {
    margin: 1em;
}
section#hosting p.instructions {
    margin: 2em 1em 1em;
}
section#hosting fieldset {
    border: none;
}
section#hosting p.sandomains-tip {
    margin-bottom: 0;
    font-size: 0.8em;
}
section#hosting a.apply-button {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    font-size: 13px;
    color: #666;
}
section#hosting a.apply-button:hover {
    text-decoration: none;
}
section#hosting p.san-count {
    margin: 0;
    font-size: 0.8em;
}

.ssl-hosting-activation-notice {
    margin: 0 2em;
    font-size: 0.9em;
}
.ssl-hosting-activation-notice a {
    font-size: 1em;
}

#csr .notification {
    margin-top: 2em;
}
#csr .notification {
    display: none;
    align-items: center;
}
#csr .notification i {
    margin-right: 0.4em;
    font-size: 1.8em;
    cursor: default;
}
#csr p.csr-error .csr-common-name,
#csr p.csr-error .ordered-common-name {
    font-weight: bold;
}
.certificate-activate-csr > div {
    display: flex;
}
.certificate-activate-csr > div h3 {
    margin-top: 0;
}
.certificate-activate-csr textarea {
    padding: 0.4em;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-size: 12px;
}
.certificate-activate-csr .certificates-details-table {
    margin-left: 20px;
}

.verification-email article.loading {
    display: none;
}

section.buttons {
    margin: 3em 0;
    padding: 1.5em 0 0;
    border-top: 1px solid #CCC;
    text-align: right;
}
section.buttons input[type=submit].certificate-button {
    margin-left: 1em;
    padding: 10px;
    background: #3578aa;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}
section.buttons input[type=submit].certificate-button:focus,
section.buttons input[type=submit].certificate-button:hover {
    text-decoration: none;
    background: #34AADC;
}
section.buttons input[type=submit].certificate-button,
section.buttons input[type=submit].certificate-button:focus,
section.buttons input[type=submit].certificate-button:hover {
    border: 1px solid transparent;
}
section.buttons input[disabled].certificate-button,
section.buttons input[disabled].certificate-button:focus,
section.buttons input[disabled].certificate-button:hover {
    background: #DDD;
    color: #777;
    cursor: default;
}

.notification.primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.notification.primary::before {
    content: "\f075";
}
.notification.notice {
    color: #777;
    background-color: #ECECEC;
    border-color: #DDD;
}
.notification.notice::before {
    content: "\f05a";
}
.notification.success {
    color: #396d1e;
    background-color: #dafdc8;
    border-color: #8cd06a;
}
.notification.success::before {
    content: "\f058";
}
.notification.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.notification.warning::before {
    content: "\f071";
}
.notification.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.notification.error::before {
    content: "\f06a";
}
.notification {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.notification::before {
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}

.pricelist-table > div > div {border:solid rgba(255,255,255,0) 1px}
.pricelist-table > div > div:nth-child(3) {width:15%}
.pricelist-table > div > div:nth-child(4),.pricelist-table > div > div:nth-child(6),
.pricelist-table > div > div:nth-child(8),.pricelist-table > div > div:nth-child(10),
.pricelist-table > div > div:nth-child(12),.pricelist-table > div > div:nth-child(13) {text-align:right;padding-right:5px;}

.pricelist-table > div > div:nth-child(5),.pricelist-table > div > div:nth-child(7),
.pricelist-table > div > div:nth-child(9),.pricelist-table > div > div:nth-child(11),
.pricelist-table > div > div:nth-child(14)
	 {width:3%;text-align: center;border:solid #f0f0f0 1px;border-radius: 2px;color:gray}

.pricelist-table > div > div:nth-child(14) {border:none;}

.pricelist-table .header > div {border:solid rgba(255,255,255,0) 1px !important;}

.prereg-table {overflow:hidden}
.prereg-table > div > div {width:12.5%;}
.prereg-table > div > div:nth-child(2) {width:30%}
.prereg-table > div > div:nth-child(3) {width:21%}
.prereg-table > div > div:nth-child(5),.prereg-table > div > div:nth-child(7) {width:7%;text-align:center;}
.prereg-table > div > div:nth-child(1),.prereg-table > div > div:nth-child(8) {width:5%}

.inwx-dyndns {overflow:hidden}
.inwx-dyndns > div > div:nth-child(2) {width:30%}
.inwx-dyndns > div > div:nth-child(3) {width:30%}
.inwx-dyndns > div > div:nth-child(4) {width:10%}
.inwx-dyndns > div > div:nth-child(5) {width:10%}


.inwx-price-with-details {overflow:hidden}
.inwx-price-with-details > div:nth-child(1) {float:left;width:60%;text-align:right;}
.inwx-price-with-details > div:nth-child(2) {float:right;width:40%;text-align:left;padding-left:5px}
.inwx-price-with-details > div:nth-child(2):hover {background-color:#a0a0a0}

.paging-top {color:black;text-align: center;margin-top:10px;margin-bottom:10px}
.paging-bottom {color:black;text-align: center;margin-top:10px;margin-bottom:10px}
.paging-top i, .paging-bottom i {color:gray;}
.paging-top i:hover, .paging-bottom i:hover {color:black;}
.paging-top a:link, .paging-top a:visited, .paging-bottom a:link, .paging-bottom a:visited {color:gray;padding-left:5px;padding-right:5px;border-radius: 3px}
.paging-top a:hover, .paging-bottom a:hover {background-color:rgba(88, 136, 173,0.2)}
.paging-top b,.paging-bottom b  {color:white;padding-left:5px;padding-right:5px;background-color:rgb(88, 136, 173);font-weight: normal;border-radius: 3px}
.singlepage {overflow:hidden;color:gray;}

.inwx-paging {overflow:hidden;text-align:center}
.inwx-paging > a {margin-left:5px;margin-right:5px;color:gray;}


.inwx-yellowbox {background-color:rgba(255,204,2,0.47);padding:5px;line-height:175%;margin-bottom:10px;}
.inwx-yellowbox * {padding:0px;margin:0px;}
.inwx-info {overflow: hidden}
.inwx-info > div:nth-child(1) {float:left;width:10%;text-align: center !important}
.inwx-info > div:nth-child(1) i {color:black !important;font-size: 40px !important;margin-top:30px;}
.inwx-info > div:nth-child(2) {float:left;margin-top:20px;margin-bottom:20px;line-height: 200% !important}
.inwx-info > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {margin-top:10px;cursor: default !important}
.inwx-info input[type=radio]  {margin-left:40px;}

/*.inwx-jobs-promo {border-radius:5px;position:absolute;left:135px;top:-3px;padding:5px;padding-left:15px;padding-right:15px;background-color:#FF9500;color:white;font-size:14px;z-index:90000}
*/

.inwx-jobs-promo {border-radius:5px;position:absolute;right:235px;top:-3px;padding:5px;padding-left:15px;padding-right:15px;background-color:#FF9500;color:white;font-size:14px;z-index:90000;display: none;cursor: pointer}
.inwx-jobs-promo .lower {display:none;}
	
.inwx-jobs-promo-big {z-index:5000;position:fixed;bottom:50px;left:-50px;background-image:url('../images/we-are-hiring.html');width:340px;height:300px;background-repeat: no-repeat;background-position: center center;background-size: 100% 100%;display:none;cursor: pointer}
.inwx-jobs-promo-big > div:nth-child(1) {position: absolute;left:104px;color:white;top:5px;height:160px;width:224px;text-transform:uppercase;text-align:center;font-size: 36px;}
.inwx-jobs-promo-big > div > div:nth-child(1) {position:absolute;left:50%;top:50%;-webkit-transform: translate(-50% -50%);transform: translate(-50%,-50%);font-size: 36px;width:100%;}
.inwx-jobs-promo-big > div > div:nth-child(1) > span:nth-child(1) {font-size: 34px;display: block;text-align: center;letter-spacing: -2px;border-bottom:solid white 1px;padding-bottom: 10px;margin-bottom: 10px;font-weight: bolder;}
.inwx-jobs-promo-big > div > div:nth-child(1) > span:nth-child(2) {font-size: 14px;display: block;text-align: center}

.inwx-jobs-promo-big .lower {text-align:center;position:absolute;left:0px;bottom:-30px;width:100%;height:30px;top:auto !important;display:block;}
.inwx-jobs-promo-big button {margin-left:100px;border:solid silver 1px;background-color: transparent !important;padding-left:30px !important;padding-right:30px !important;}
.inwx-jobs-promo-big button:hover {cursor: pointer;border:solid black 1px;color:black;}

.inwx-jobs {}
.inwx-jobs > div:nth-child(1) {padding-right:100px;text-align: justify}
.inwx-jobs > div:nth-child(1) * {line-height: 150%;font-size: 14px;}
.inwx-jobs h3 {font-size: 20px !important}

.inwx-jobs-box {background-color:rgba(0,0,0,0.0)}
.inwx-jobs-box a {display:block;padding:10px;}
.inwx-jobs-box a:hover {text-decoration: none;}
.inwx-job-selected {background-color:rgba(0,0,0,0.7);color:white;border-radius: 2px;}
a.inwx-job-selected:visited, a.inwx-job-selected:link, a.inwx-job-selected:hover {color:white !important}


.inwx-registryGroup {overflow:hidden;margin-bottom:50px;margin-top:25px;}

.inwx-gbox{
		overflow: hidden;
		border:solid white 1px;
		border-radius:0px;
		float:left;
		position: relative;
		margin:10px;
}

.mobiletan-promos {
    display: flex;
    flex-wrap: wrap;
}
.mobiletan-promos .promobox {
    display: flex;
    flex: 1 0 50%;
}
.mobiletan-promos .promobox > div {
    min-height: auto;
}

.promobox {
	overflow:hidden; /* Old browsers */
	overflow: hidden;
	border-radius:0px;
	float:left;width:25%;
	position: relative;
	padding:10px;text-align: center;
}
		
.promobox > div {background: rgba(0,0,0,0.01);margin:10px;padding:20px;border:solid rgba(0,0,0,0.04) 1px;box-shadow: 0px 3px 2px rgba(0,0,0,0.06);min-height:350px;}
.promobox > div img {height:60px;padding:5px;margin-left:auto;margin-right:auto}
.promobox > div > div {overflow:hidden;padding-bottom:5px;text-align: left;margin-top:10px;margin-bottom: 10px;line-height: 175%;}
.promobox > div > div:nth-child(2) {overflow:hidden;font-size:18px;letter-spacing:-1;margin-bottom:5px;color:#444444;text-align: center;}
.promobox i {font-size: 60px !important;display:block;font-family: 'FontAwesome' !important;color: rgb(88, 136, 173);margin-bottom: 40px;margin-top:40px;}

.boxes3 {width:33%}

.inwx-gbox > *:nth-child(1) {background-color:white;border-bottom:solid gray 1px;text-align:center;color:gray;padding:5px}
.inwx-gbox >  i {font-size: 60px;text-align: center;width:100%;margin-bottom:20px;color:gray;margin-top:20px;padding-bottom:20px;cursor: default !important}
.inwx-gbox p {margin-bottom:0px;margin-top:0px;}

.inwx-gbox.full {width:100%;float:none;}
.inwx-gbox.full h1 {text-align: left}
.inwx-gbox.full i {font-size: 60px;width:100%;margin-bottom:20px;color:gray;margin-top:20px;padding-bottom:20px;text-align: left}

.inwx-pgp-email {overflow: hidden}
.inwx-pgp-email > div:nth-child(1) {margin-top:5px;}
.inwx-pgp-email > div:nth-child(2) {margin-left:13px}
.inwx-pgp-email i {cursor: default !important}

.inwx-support-a {overflow: hidden}
.inwx-support-a a {margin-right:15px;margin-left:5px;}

.inwx-registryBox{
		background: rgba(0,0,0,0.02); /* Old browsers */
		margin-bottom:20px;
		overflow: hidden;
		border:solid white 1px;
		border-radius:0px;
		float:left;width:21%;
		position: relative;
		margin:15px;
		margin-left:0px;
		margin-right:30px;
		border:solid rgba(0,0,0,0.04) 1px;
		box-shadow: 0px 3px 2px rgba(0,0,0,0.06);
		padding-bottom:20px;
}

/*.inwx-registryBox:hover {background: rgba(238,238,238,0.9)}*/

.inwx-registryBox > div {margin:5px;position: relative}
.inwx-registryBox > div:nth-child(1) {height:100px;}
.inwx-registryBox > div:nth-child(2) {height:50px;position:relative;}
.inwx-registryBox > div:nth-child(2) > div:nth-child(1) {height:60px;}

.inwx-registryBox img {max-height:70px;max-width:90px;margin:10px;margin: auto;position: absolute;top: 0; left: 0; bottom: 0; right: 0}



.inwx-registryBox.icann {width:94%;float:none;clear:both;margin-right:20px !important;background-color: white;box-shadow: none;}
.inwx-registryBox.icann > div:nth-child(1) {width:20%;}
.inwx-registryBox.icann > div:nth-child(2) {width:70%;margin: auto;position: absolute;top: 20px; left: 20%;text-align: center;line-height: 175% !important}

.inwx-registryBox.centralnic {width:94%;float:none;clear:both;height:auto !important;overflow:hidden;padding-bottom:0px !important}
.inwx-registryBox.centralnic > div:nth-child(1) {width:20%;position:absolute;left:0px;top:0px; min-height: 80px !important;height:auto !important}
.inwx-registryBox.centralnic > div:nth-child(2) {width:80%;position:relative !important;top: 0px;margin:0px;margin:10px;margin-left:20%;min-height: 70px !important;height:100% !important;}
.inwx-registryBox.centralnic > div:nth-child(2) > div:nth-child(1) {
	height:auto !important;position:relative;overflow:hidden !important;position:absolute !important;top:50%;
	     transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);

}
.inwx-registryBox.centralnic > div:nth-child(2) a {margin-right:5px;font-size: 12px !important;}

.inwx-registryBox.donuts {width:94%;float:none;clear:both;overflow:hidden;}
.inwx-registryBox.donuts > div:nth-child(1) {width:20%;float:left;height: auto !important; min-height: 150px !important}
.inwx-registryBox.donuts > div:nth-child(2) {width:80%;float:left;margin: auto;position: absolute;top: 15px; left: 20%;height: auto !important;min-height: 50px !important;}
.inwx-registryBox.donuts > div:nth-child(2) > div:nth-child(1) {height:170px;min-height:60px;overflow:auto;}
.inwx-registryBox.donuts > div:nth-child(2) a {margin-right:5px;font-size: 14px !important}

.acc_tld {overflow:hidden;white-space:normal;font-size: 14px;width:100%;text-align: center;}
.acc_tld a {font-size:14px;}
.acc_name {font-size:12px;text-align: center;color:gray;margin-top:5px}

.inwx-registryBox.centralnic .acc_tld {width:90%;font-size: 12px;text-align: left}
.inwx-registryBox.centralnic .acc_tld a {font-size: 12px}
.inwx-registryBox.centralnic .acc_name {text-align: left}

.inwx-registryBox.icann * {text-align: left !important}
.inwx-registryBox.donuts * {text-align:left !important}


.tld-page-picture {width:100%;position:relative;height:400px;margin-top:0px;float:left;background-repeat:no-repeat;background-color:black;background-size:cover;background-position:top center;margin-bottom:20px;}
.tld-page-name {height:50px;position:absolute;left:20px;top:25px;background-color:rgba(0,0,0,0.4);padding-left:20px;padding-right:20px;line-height:50px;font-size:20px;color:white;}
.tld-page-price {background-color:rgba(0,0,0,0.5);position:absolute;left:30px;top:75px;height:30px;color:white;text-align:left;padding-top:5px;padding-left:20px;padding-right:20px;font-size:12px !important;}

.tld-page-flag {background-color:rgba(255,255,255,0.8);position:absolute;right:10px;bottom:10px;width:150px;height:150px;width:25%}
.tld-page-flag img {width:120px;position:absolute;margin:auto;left:0;top:0;right:0;bottom:0}

.tld-page-action {position:absolute;right:-10px;bottom:100px;color:white;background-color:#4CD964;border-radius: 150px;width:150px;height:150px;text-align: center;padding-top:40px;-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);}

.tld-page-inputs {overflow:hidden;position:absolute;bottom:10px;left:0px;width:100%;text-align: left}
.tld-page-inputs > div {display:inline-block;width:70%;text-align:left;padding:20px;padding-top:28px;padding-bottom:27px;margin-left:10px;background-color:rgba(255,255,255,0.8)}
.tld-page-inputs > div > div:nth-child(1) {font-size: 14px}
.tld-page-inputs > div > div:nth-child(2) > form {width:100%;padding:0px;margin-top:5px;margin-bottom:5px;}
.tld-page-inputs > div > div:nth-child(2) > form:nth-child(1) textarea {width:100%;max-width:100%;min-width:100%;height:35px;line-height:28px;outline: none;padding:5px;font-size: 14px;border:solid silver 1px;outline:none;min-height: 30px;max-height: 90px;border-radius:4px;}
.tld-page-inputs > div > div:nth-child(2) > form:nth-child(1) > div {width:100%;overflow:hidden;display:none}
.tld-page-inputs > div > div:nth-child(2) > form:nth-child(1) label {height:20px;line-height: 20px;position:relative}
.tld-page-inputs > div > div:nth-child(2) > form sup {position:absolute;font-size:9px;top:-3px;padding-left:2px;}
.tld-page-inputs > div  input[type=button] {color:black;font-size:14px;padding:5px !important;padding-left:20px !important;padding-right:20px !important;
	border:none;color:#c42c00;
	background: rgb(255,200,107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,200,107,1) 0%, rgba(255,165,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,200,107,1)), color-stop(100%,rgba(255,165,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,200,107,1) 0%,rgba(255,165,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,200,107,1) 0%,rgba(255,165,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,200,107,1) 0%,rgba(255,165,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,200,107,1) 0%,rgba(255,165,0,1) 100%); /* W3C */
}
.tld-page-inputs > div input[type=button]:hover {background:#F79E31}

.inwx-domain-group {float:left;width:20%;padding:20px;}
.inwx-domain-group > div {overflow:hidden;}
.inwx-domain-group > div > div:nth-child(1) {text-transform: uppercase;font-size: 14px;color:#66a1c6}
.inwx-domain-group > div > div:nth-child(1) i {display:none;float:right;font-size: 20px}
.inwx-domain-group > div > div:nth-child(2) {border-top:dotted silver 1px;overflow:hidden;text-align: left;margin-top:5px;padding-top:5px}
.inwx-domain-group > div > div:nth-child(2) * {;white-space: pre-line}
.inwx-domain-group a:link, .inwx-domain-group a:visited {color:gray;margin-right:5px;display: inline-block !important;}
.inwx-domain-group a:hover {color:blue}

.inwx-domain-group.wide {float:none;clear:both;width:100%;overflow: hidden;padding:20px;}
.inwx-domain-group.wide > div > div:nth-child(2) {-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;}

/*
.inwx-domain-group.wide > div > div:nth-child(1) {}
.inwx-domain-group.wide > div > div:nth-child(2) > div {float:left;width:20%;padding:20px;padding-top:0px}
.inwx-domain-group.wide > div > div:nth-child(2) > div:nth-child(1) {padding-left:0px}
.inwx-domain-group.wide > div > div:nth-child(2) > div:nth-child(2) {padding-left:5px}
*/

.inwx-domain-group .important {font-size: 18px !important;}

.inwx-domain-groupb {float:left;width:20%;padding:10px;}
.inwx-domain-groupb > div {padding:10px;overflow:hidden;border:solid rgba(0,0,0,0.04) 1px;background: rgba(0,0,0,0.02);box-shadow: 0px 3px 2px rgba(0,0,0,0.06);height:180px}
.inwx-domain-groupb > div > div:nth-child(1) {text-transform: uppercase;font-size: 14px;color:#66a1c6}
.inwx-domain-groupb > div > div:nth-child(2) {border-top:dotted silver 0px;text-align: left;margin-top:5px;padding-top:5px;}
.inwx-domain-groupb > div > div:nth-child(2) * {font-size: 12px}
.inwx-domain-groupb a:link, .inwx-domain-groupb a:visited {color:gray;margin-right:5px}
.inwx-domain-groupb a:hover {color:blue}

.inwx-domain-groupb.wide {float:none;clear:both;width:100%;overflow: hidden;padding:20px;padding-left:10px;padding-right:10px;}
.inwx-domain-groupb.wide > div {height: auto !important}
.inwx-domain-groupb.wide > div > div:nth-child(1) {}
.inwx-domain-groupb.wide > div > div:nth-child(2) > div {float:left;width:20%;padding:20px;padding-top:0px}
.inwx-domain-groupb.wide > div > div:nth-child(2) > div:nth-child(1) {padding-left:0px}
.inwx-domain-groupb.wide > div > div:nth-child(2) > div:nth-child(2) {padding-left:5px}

#inwx-menu-icon {display: none;}

.div-lostpwd {overflow: hidden}
.div-lostpwd > div:nth-child(1) {font-size: 14px}
.div-lostpwd > input[type=text] {padding:3px;margin:0px;margin-top:10px;margin-bottom:10px;width:100%;max-width:500px;float:left;background-color:#fafafa;font-size: 14px;}
.div-lostpwd > div:nth-child(3) {float:left;display: none}

.inwx-fwd-mainboard button {margin:15px;}

.payment-error,
.bank-transfer-info {
    display: none;
}

.cc-form {
    float: left;
    width: 50% !important;
}
.cc-marks {
    float: left;
    width: auto !important;
    margin: 10px 20px 0;
    padding: 8px;
    border: 1px solid #DDD;
}
.cc-marks .contactless {
    text-align: center;
    line-height: normal;
}
.cc-marks .visa {
    height: 16px;
    display: inline-block;
    margin: 0 0 6px;
}
.cc-marks .mastercard {
    height: 22px;
    display: inline-block;
    margin: 0 0 3px 3px;
}
.cc-marks .amex {
    height: 30px;
}
.cc-marks .gpay {
    height: 25px;
    display: inline-block;
    margin: 4px 0 0;
}
.cc-marks .apay {
    height: 25px;
    display: inline-block;
    margin: 4px 0 0 14px;
}

i.payment-icon {
    width: 1.2em;
    margin-right: 0.6em;
    cursor: initial;
    text-align: right;
}

.pgp-link-footnote-no {
    font-size: 0.8em;
}
.pgp-link-footnote {
    font-size: 0.9em;
}

.refund-icon {
    float: right;
    margin-right: 15px;
    color: #444;
}

.refund-form {
    margin: 1em 0 0;
    padding: 0;
}
.refund-form #amount {
    margin-left: 0.3em;
}
.refund-form .bigbutton[disabled] {
    opacity: 0.5;
}
.refund-form .submit-container {
    margin-top: 1em;
}
.refund-form .refund-in-progress {
    display: none;
    height: 1.1em;
    margin-left: 0.5em;
    vertical-align: middle;
}

.refund-success,
.refund-error {
    display: none;
}

.back-link {
    margin-top: 2em;
}
.back-link i {
    margin-right: 0.2em;
}

@media (max-width: 1200px) {
    .certificate-activate-csr .certificates-details-table {
        margin-top: 15px;
        margin-left: 0;
    }
    
    .certificate-activate-csr > div {
        display: block;
    }
}

@media (max-width: 700px) {
	.inwx-ssl-board .box {
		float: none;
		width: auto;
		margin: 0 4% 20px;
	}
	.inwx-ssl-board .brand img {
		width: 80px;
	}
	.inwx-ssl-board .generic-table td {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (min-width: 501px) and (max-width: 900px) {


	html {-webkit-text-size-adjust: auto}
	html * {-webkit-text-size-adjust: auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	h1 {font-size:20px}

	select {width:100% !important;}

	input,textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;
	}
	
	input[type=checkbox] {-webkit-appearance: checkbox !important;}

	.promobox {width:50%;}
	.promobox > div {min-height: 300px}

	.inwx-buttons {overflow:hidden;text-align: center;position: relative;left:0px;right:0px;text-align: center;border-top:solid silver 0px;padding-top:10px;}
	.inwx-buttons > div {display:inline-block;text-align: left}
	/*input[type=text], input[type=password], input[type=tel], input[type=number], input[type=date], input[type=time] {height:auto !important;font-size:14px;padding:8px !important;}


	input[type=button], input[type=submit], button {-webkit-appearance: none;font-size:14px;padding:8px !important;background-color:white;color:#325698;border:solid #325698 1px}

	input[type=button]:active, input[type=submit]:active, button:active {background-color:#f0f0f0}

	*/

	.inwx-footer {overflow:hidden;margin-top:50px;padding-top:30px;}
	.inwx-footer > div:nth-child(1) {overflow:hidden;width:100%;padding-left:30px;padding-right:30px;padding-bottom:20px;border-bottom:solid silver 1px}
	.inwx-footer > div:nth-child(1) * {font-size:14px !important}
	.inwx-footer > div:nth-child(2) {overflow:hidden;width:100%;padding:30px;padding-bottom:0px;padding-top:10px}
	.inwx-footer > div:nth-child(2) > div:nth-child(1) {width:30%;float:left;text-align: left;margin-top:30px}
	.inwx-footer > div:nth-child(2) > div:nth-child(2) {width:70%;float:left;}
	.inwx-footer > div:nth-child(2) > div:nth-child(2) > div {float:right !important}

	.inwx-global-search {height:35px;float:left;padding:0px !important;margin:0px !important;position:relative;}
	.inwx-global-search input[type=text] {background-color:transparent;border:solid rgba(255,255,255,0.5) 0px;margin-top:0px;height:35px;color:gray;width:150px;padding-left:10px}
	.inwx-global-search input::-webkit-input-placeholder {color:rgba(0,0,0,0.5)}

	.inwx-jobs-promo {border-radius:5px;right: 20px;position:absolute;padding:5px;padding-left:15px;padding-right:15px;background-color:#FF9500;color:white;font-size:12px;}
	

	h3 {font-size: 1.5em !important}
	.inwx-width {width:100%;}

	.inwx-body {box-shadow: none;border:none;}


	.inwx-logo-placeholder {background-color:white;background-image:none;height:100px}

	.inwx-logo-placeholder > div > div:nth-child(1) {
		clear:both;text-align: center;
		width:100%;
	}

	.inwx-logo-placeholder > div > div:nth-child(2) {
		display: none
	}



	.inwx-menu {top:60px;z-index:9001;text-align: left;}
	.inwx-menu > div > div:nth-child(1) {display:none;} /* hide small logo */
	.inwx-menu > div > div:nth-child(2) {} /* position the menu on middle */
	.inwx-menu > div > div:nth-child(2) > div {text-align: center}

	.inwx-menu.floating {left:0px;right:0px;width:100%}

	/*.inwx-menu:after {
		content:"\f007";
		font-family:'FontAwesome';color:white;font-size: 20px;
		position:absolute;right:10px;top:0px;
		display: block;background-color:transparent;width:40px;height:100%;line-height: 35px;

	}*/


	.inwx-user-info {border:solid rgba(255,255,255,0.2) 1px;background-color:rgba(255,255,255,0.1);padding-top:10px;}
	.inwx-user-info * {color:white !important;font-size: 14px !important}
	.inwx-user-info div {margin-bottom:10px;}
	
	.mainmenu_link , .mainmenu_link *,.mainmenu_link_on , .mainmenu_link_on * {font-size:13px !important;}


	.inwx-cart {position:absolute;top:90px;right:20px;z-index:9000}
	.inwx-cart.floating {right:20px}

	.inwx-cart-1 * {font-size:13px}


	.inwx-logo {margin:0px !important;}
	.inwx-logo img {width:auto !important;height:50px}

	.inwx-logo-placeholder > div > div:nth-child(2) {
		clear:both;text-align: center;width:100%;
	}

	/*#domaincheck > form * {font-size: 13px !important}
	#domaincheck > form > div:nth-child(1) {float:none;clear:both;width:100%;text-align:center !important;}
	#domaincheck > form > div:nth-child(2) {margin-left:25%;min-width:100px}
	*/
	

	.inwx-domain-group > div > div:nth-child(1) i {display:block;float:right;font-size: 30px !important}


	.inwx-col2 {}
	.inwx-col2 {padding-left:20px;padding-right:20px}
	/*.inwx-col2 > div {clear:both;width:100% !important;margin:0px !important;padding:0px !important;border:none;padding-bottom:10px !important;margin-bottom:10px !important;margin-top:0px;border:solid red 1px}
	*/
	.page-cloudtlds {display:none}

	.inwx-col2-1 {overflow:hidden}
	.inwx-col2-1 > div {clear:both;float:none;width:100% !important;margin:0px;padding:0px;padding-bottom:10px;margin-bottom:10px;border-bottom:dotted silver 1px}

	.inwx-fp-promo {position:absolute;left:0px;top:-10px;width:100%;height:450px;overflow:hidden;}

	.inwx-fp-promotext {overflow:hidden}
	.inwx-fp-promotext > div:nth-child(1) {clear:none;float:left !important;width:50% !important;border:none;padding-left:30px;padding-top:30px;}
	.inwx-fp-promotext > div:nth-child(2) {clear:none;float:right !important;width:36% !important;border:none;}

	.page-light {color:gray;font-size: 16px}
	ul.page-light * {font-size:13px;margin-bottom: 10px}

	.inwx-header {display: none}
	#maincontent {overflow:hidden;}
	#maincontent > div:nth-child(1) {display: none;}
	#maincontent > div:nth-child(2) {width:100% !important;clear:both;padding-top:0px;}

	#maincontent > div:nth-child(1) {
			float:none;position: fixed;right:10px;top:105px;display: none;z-index:50000;width:90% !important;max-width: 500px;
			box-shadow:0px 5px 10px rgba(0,0,0,0.5);padding:10px;background-color:rgb(88, 136, 173);
			}
	#maincontent .navimain {float:left;width:50%;background-color:transparent;}
	#maincontent .navitop {background-color:transparent;font-weight: bolder;border-bottom:solid rgba(0,0,0,0.2) 1px}
	#maincontent .navitop a {font-size: 14px !important}
	#maincontent .navitop_on {background-color:rgba(11,183,245,0.8);font-weight: bolder}

	#maincontent .navisub {background-color:transparent;font-weight: normal;font-size: 14px !important;}
	#maincontent .navisubitem {background-color:transparent;font-weight: normal;margin-left:10px;padding-left:20px;font-size: 14px !important}
	#maincontent .navisubitem * {font-size: 14px !important}
	#maincontent .navimain a {color:white;font-size: 14px !important}

	.inwx-cart-domains {overflow:hidden;border-bottom:solid #e0e0e0 1px;}
	.inwx-cart-domains > div {float:left;height:100%;padding:5px;overflow:hidden}
	.inwx-cart-domains > div > * {margin-bottom:5px;}
	.inwx-cart-domains > div:nth-child(1) {width:100%;clear:both;overflow:hidden;background-color:white;} /* domain */
	.inwx-cart-domains > div:nth-child(1) > div:nth-child(1) {margin:5px;margin-right:10px;}
	.inwx-cart-domains > div:nth-child(1) > div:nth-child(2) {float:left;width:40%;font-size: 150%;color:#1173ce}
	.inwx-cart-domains > div:nth-child(1) > div:nth-child(3) {float:left}
	.inwx-cart-domains > div:nth-child(2) {width:40%;} /* domain action */
	.inwx-cart-domains > div:nth-child(3) {width:20%;text-align:center} /* price */
	.inwx-cart-domains > div:nth-child(4) {width:20%;} /* period */
	.inwx-cart-domains > div:nth-child(5) {width:0%;display:none} /* domain status */
	.inwx-cart-domains > div:nth-child(6) {width:15%;text-align:right;} /* domain action */
	.inwx-cart-domains > div:nth-child(7) {width:5%;text-align: center} /* domain action */

        .inwx-order-hostingpackage-delete {margin-top:-45px;}

	.inwx-overview-block, .inwx-ad-block {
		width:50%;
		height: 250px;
		margin:0px;
		float:left;
		overflow:hidden;
	}

	.inwx-col2-force {overflow:hidden;}
	.inwx-col2-force > div {width:50%;text-align: left;display:block;float:left;margin-right:-20px;}
	.inwx-col2-force > div:nth-child(odd) {margin-right:20px;}
	.inwx-col2-force > div:nth-child(even) {padding-right:20px;}

	.input_obj input[type=button], .input_obj button, .input_obj button[type=button], .input_obj input[type=submit], .inwx-search input[type=button] {height:100% !important}

	#footer_bottom * {font-size:11px !important;}
	.inwx-right {font-size:11px !important}


	 .inwx-registryBox{
		background: rgba(0,0,0,0.01); /* Old browsers */
		margin-bottom:20px;
		overflow: hidden;
		border:solid white 1px;
		border-radius:0px;
		float:left;width:25%;
		position: relative;
		margin:15px;
		border:solid rgba(0,0,0,0.04) 1px;
		box-shadow: 0px 3px 2px rgba(0,0,0,0.06);
		padding-bottom:20px;
		}

	/*.inwx-registryBox:hover {background: rgba(238,238,238,0.9)}*/

	.inwx-registryBox > div {margin:5px;position: relative}
	.inwx-registryBox > div:nth-child(1) {height:100px;}
	.inwx-registryBox > div:nth-child(2) {height:50px;position:relative;}
	.inwx-registryBox > div:nth-child(2) > div:nth-child(1) {height:60px;}

	.inwx-registryBox img {max-height:70px;max-width:90px;margin:10px;margin: auto;position: absolute;top: 0; left: 0; bottom: 0; right: 0;}

	.inwx-registryBox.icann {width:94%;float:none;clear:both;margin-right:20px !important;background-color: white;box-shadow: none}
	.inwx-registryBox.icann > div:nth-child(1) {width:20%;}
	.inwx-registryBox.icann > div:nth-child(2) {width:70%;margin: auto;position: absolute;top: 20px; left: 20%;text-align: center;line-height: 175% !important}

	.inwx-registryBox.centralnic {width:100%;float:none;clear:both;}
	.inwx-registryBox.centralnic > div:nth-child(1) {width:20%;}
	.inwx-registryBox.centralnic > div:nth-child(2) {width:80%;margin: auto;position: absolute;top: 10px; left: 20%; bottom: 0; right: 0;text-align: left;}
	.inwx-registryBox.centralnic > div:nth-child(2) a {margin-left:5px;}

	.tld-page-inputs * {font-size: 14px !important}

	.inwx-domain-group {overflow:hidden;float:left;width:33%;padding:20px;max-height: 240px;}

	.inwx-menu-icon1 {display:none}
	.inwx-menu-icon {float:left;display:block !important;cursor: pointer}
	.inwx-menu-icon:before {content:"\f0c9";
		font-family:'FontAwesome';color:white;font-size: 20px;
		display: block;float:left;background-color:transparent;width:40px;height:100%;line-height: 35px;}

	.inwx-navigation-small {position:fixed;left:0px;top:100px;z-index:90000;box-shadow:0px 10px 10px rgba(0,0,0,0.2);padding:10px;background-color: rgba(72,124,163,1);width:50%;}
	.inwx-navigation-small .mainmenu_item {display:block;width:100%;border:none}
	.inwx-navigation-small .mainmenu_item * {border:none}

        .inwx-promo-left-text > div > div:nth-child(1) * {font-size:25px !important;}
        
		.inwx-domain-group.wide > div > div:nth-child(2) {-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;}

	
	#register_form .input_obj input[type=text],
	#register_form .input_obj input[type=password]   {width:45%;min-width: 50px !important}
	#register_form .input_obj input[type=button]     {height:35px !important;width:250px !important;background-color:rgb(52, 170, 220) !important;color:white;border:solid rgb(52, 170, 220) 1px}
	#register_form .input_obj #title, #register_form .input_obj #cc {width:75% !important;min-width: 50px !important}

	
	.input_phone {overflow:hidden;}
	.input_phone > * {margin:0px !important;}
	.input_phone > select:nth-child(1) {width:100px !important;height:100% !important;}
	.input_phone > input:nth-child(2) {border:solid silver 1px !important;margin-left:5px !important;float:left;min-width:50px !important; width:190px !important}
	.input_phone > select:nth-child(2) {width:100px !important;height:100% !important}
	.input_phone > input:nth-child(3) {width:155px !important;margin-left:5px !important;}

.overview_block, .ad_block {
	width:50%;
	height: 180px;
	margin:0px;
	padding:5px;
	float:left;
	overflow:hidden;
}

.overview_block img {
	float:none !important;display: block !important;height:50px !important;
}

	.inwx-promo-box3 {
		flex-direction: column;
	}
	.inwx-promo-box3 ul {text-align: center;list-style-type:none;padding-left: 0px;}
	.inwx-promo-box3 ul > li {text-align: center;}
        
        .vertical-table > div > div {font-size:10px !important;line-height:17px;padding: 12px 0px 0px 0px}
        .vertical-table > div > div > sup {font-size: 10px !important}
        
        .inwx-promo-left-text > div {
            display:block;
        }
}



@media (min-width: 10px) and (max-width: 500px) {


	html {-webkit-text-size-adjust: none}
	html * {font-size:17px !important;-webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	h1 {font-size:20px}

	select {width:100% !important;}
	
	.promobox {width:100%;}
	.promobox > div {min-height: 300px}
	.promobox img {height:150px}
	.promobox > div > div:nth-child(2) {font-size:24px !important}
	
	input,textarea {
	    -webkit-appearance: none;
	    -webkit-border-radius:0;
	    border-radius:0;
	}

	input[type=checkbox] {-webkit-appearance: checkbox !important;}
	.inwx-domain-group > div > div:nth-child(1) i {display:block;float:right;font-size: 30px !important}

	input[type=text], input[type=password], input[type=tel], input[type=number], input[type=date], input[type=time] {height:auto !important;font-size:14px;padding:8px !important;}

	/*
		input[type=button], input[type=submit], button {-webkit-appearance: none;font-size:14px;padding:8px !important;background-color:#34AADC;color:white;border:solid #325698 0px}
	*/

	input[type=button], input[type=submit], button {-webkit-appearance: none;font-size:14px;padding:8px !important;background-color:white;color:#325698;border:solid #325698 1px}

	input[type=button]:active, input[type=submit]:active, button:active {background-color:#f0f0f0}


	.inwx-width {width:100%;}
	.inwx-body {box-shadow: none;border:none;margin:0px !important;width:100% !important;}

	.inwx-col2 {}
	.inwx-col2 > div {clear:both;width:100% !important;margin:0px !important;padding:0px !important;border:none;padding-bottom:10px !important;margin-bottom:10px !important;margin-top:0px;}


	.inwx-jobs-promo {display:none !important}


	.inwx-header {display: none}
        .domain-thumbnail {float:none;width:100%;margin:0px;padding:10px;background-color:white;text-align: center}
        .domain-thumbnail  img {margin:10px;padding:10px;max-height:100px;width:auto !important}

	#maincontent {overflow:hidden;margin-top:90px}
	#maincontent > div:nth-child(1) {display: none;}
	#maincontent > div:nth-child(2) {width:100% !important;clear:both;background-color:white}

	.inwx-logo-placeholder {height:90px;background-image: none;position: fixed !important;width:100% !important;left:0px;top:0px;width:100%;z-index:9001;}
	.inwx-logo-placeholder > div > div > div:nth-child(1) {display: none}
	.inwx-logo-placeholder > div > div > div:nth-child(2) {display: none}
	
	.inwx-small-logo {background-position: center 3px;padding:3px;background-size:auto 30px;margin-top:8px;}
	.inwx-small-logo:before {
		content:"\f0c9";
		font-family:'FontAwesome';color:white;font-size: 20px;
		display: block;float:left;background-color:transparent;width:40px;height:100%;line-height: 35px;
	}

	#maincontent > div:nth-child(1) {
		float:none;position: fixed;right:0px;top:80px;display: none;z-index:50000;width:100% !important;
		box-shadow:-5px 5px 10px rgba(0,0,0,0.5);padding:10px;background-color:rgb(88, 136, 173)
	}

	#maincontent .navimain {float:left;width:50%;background-color:transparent}
	#maincontent .navitop {background-color:transparent;font-weight: bolder;border-bottom:solid rgba(0,0,0,0.2) 1px}
	#maincontent .navitop a {font-size: 14px !important}
	#maincontent .navitop_on {background-color:rgba(11,183,245,0.8);font-weight: bolder}

	#maincontent .navisub {background-color:transparent;font-weight: normal;font-size: 14px !important;}
	#maincontent .navisubitem {background-color:transparent;font-weight: normal;margin-left:10px;padding-left:20px;font-size: 14px !important}
	#maincontent .navisubitem * {font-size: 14px !important}
	#maincontent .navimain a {color:white;font-size: 14px !important}

        #maincontent_small{
	width:100%;
	height:100%;
        }
        
        #maincontent_small > div {height:100%;}
        #body_container_small {height:100%;}
        #body_container_small > div {height:100%;}
	/*.inwx-small-logo:after {
		content:"\f007";
		font-family:'FontAwesome';color:white;font-size: 20px;
		display: block;float:right;background-color:transparent;width:40px;height:100%;line-height: 35px;border:solid orange 1px
	}*/

	.inwx-col2 {overflow: hidden}
	.inwx-col2 > div {clear: both;float:none;margin-bottom:20px;border:none !important;}


	.inwx-col2.deco {}
	.inwx-col2.deco > div {border:none;border-bottom:dotted silver 1px !important;}

	.inwx-col2-1 {overflow:hidden;}
	.inwx-col2-1 > div {clear:both !important;width:100% !important;margin:0px;padding:0px;padding-bottom:10px;margin-bottom:10px;border:none !important}

	.inwx-menu {top:0px;text-align: center !important;height:90px;text-align:center;}
	.inwx-menu > div > div:nth-child(1) {display:inline-block !important;width:100%;clear:both !important;background-position-x: center !important;height:40px;border-bottom:solid rgba(0,0,0,0.1) 1px}
	.inwx-menu > div > div:nth-child(3) {display:inline-block !important;float:none !important;clear:both !important;text-align:left !important;margin-left:auto;margin-right:auto;}
	.inwx-menu > div > div:nth-child(3) > * {display:inline-block;font-size: 13px !important;}
	.inwx-menu > div > div:nth-child(2) {display:none;}

	.mainmenu_link , .mainmenu_link *,.mainmenu_link_on , .mainmenu_link_on * {font-size:13px !important;}

	.inwx-navigation-small {position:fixed;left:0px;top:44px;z-index:90000;box-shadow:0px 10px 10px rgba(0,0,0,0.5);padding:10px;background-color: rgba(72,124,163,1);width:100%;}
	
	.inwx-user-info {border:solid rgba(255,255,255,0.2) 1px;background-color:rgba(255,255,255,0.1);padding-top:10px;}
	.inwx-user-info * {color:white !important;font-size: 14px !important}
	.inwx-user-info div {margin-bottom:10px;}
	
	.inwx-hint {height:22px !important;line-height: 22px !important}
	
	.inwx-navigation-small .mainmenu_item {display:block;width:100%;border:none}
	.inwx-navigation-small .mainmenu_item * {border:none}

	.inwx-menu.floating {left:0px;right:0px;width:100%}
	.inwx-cart {position:fixed;top:55px;right:10px;z-index:9000;background-color:orange !important}
	.inwx-cart-1 {background-color:transparent}
	.inwx-cart-1 * {font-size:13px !important;}


	.domaincheck-3party > * {width:100%;font-size:10px;margin-left:10px;margin-bottom:5px;text-align:left;}
	.domaincheck-3party * {font-size:10px !important;}
	
	
	.inwx-cart-domains {overflow:hidden;border-bottom:solid #e0e0e0 4px;margin-bottom:20px}
	.inwx-cart-domains > div {float:left;height:100%;padding:5px;overflow:hidden}
	.inwx-cart-domains > div > * {margin-bottom:5px;}
	.inwx-cart-domains > div:nth-child(1) {width:100%;clear:both;overflow:hidden;background-color:white} /* domain */
	.inwx-cart-domains > div:nth-child(1) > div:nth-child(1) {float:left;width:10%;height:50px;text-align: center}
	.inwx-cart-domains > div:nth-child(1) > div:nth-child(2) {float:left;width:80%;font-size: 200%;color:#1173ce}
	.inwx-cart-domains > div:nth-child(1) > div:nth-child(3) {float:left;width:80%;text-align: left;color:gray}
	.inwx-cart-domains > div:nth-child(2) {width:50%;height:70px} /* domain action */
	.inwx-cart-domains > div:nth-child(3) {width:50%;height:70px;text-align:right;} /* price */
	.inwx-cart-domains > div:nth-child(2) > *,
	.inwx-cart-domains > div:nth-child(3) > * {font-size:125%} /* price */

	.inwx-cart-domains > div:nth-child(4) {width:50%;} /* period */
	.inwx-cart-domains > div:nth-child(5) {width:0%;display:none} /* domain status */
	.inwx-cart-domains > div:nth-child(6) {width:40%;text-align:right;} /* domain action */
	.inwx-cart-domains > div:nth-child(7) {width:10%;text-align: center;font-size: 150%} /* domain action */

	.inwx-cart-domains.empty {}
	.inwx-cart-domains.empty div:nth-child(1) {display:none}
	.inwx-cart-domains.empty div:nth-child(2), .inwx-cart-domains.empty div:nth-child(3) {height:30px}
	.inwx-cart-domains.empty div:nth-child(4),.inwx-cart-domains.empty div:nth-child(5),.inwx-cart-domains.empty div:nth-child(6) {display:none}

	.inwx-cart-domains.header {display:none}

	.inwx-cart-row {overflow:hidden;margin-bottom:10px;width:98%;}
	.inwx-cart-row > * {white-space: nowrap;padding:2px;margin:2px;}
	.inwx-cart-row > *:nth-child(1) {width:100%;float:none;text-align:left;clear:both !important;font-size: 125%;}
	.inwx-cart-row > *:nth-child(2) {float:none;width:100% !important;height:40px !important;position:relative;top:1px;padding:0px !important;}
	.inwx-cart-row > button {float:left;width:30%;padding:0px !important;margin:0px !important;}
	.inwx-cart-row input[type=button] {padding-top:2px !important;}
	.inwx-cart-row select {margin:0px !important;}
	.inwx-cart-registrant-details {margin-left:0%;line-height: 150% !important}

	.input_obj > * {margin-bottom:5px !important}
	.input_obj > *:nth-child(1) {width:100% !important;text-align: left !important;}
	.input_obj > *:nth-child(2) {width:90% !important;max-width: 90% !important}
	.input_obj > div:nth-child(2) {height:40px !important;width:90% !important;}
	.input_obj .info {float:right;display:block}
	.input_obj input[type=button], .input_obj button, .input_obj button[type=button], .input_obj input[type=submit] {height:100% !important}
	.input_obj input {width:99% !important;}
	.input_obj .obj_required {height:40px !important;}
	.input_obj textarea {width:100% !important;height:100px !important;}

	.input_obj_long {overflow: hidden;}
	.input_obj_long * {float:none !important;margin-bottom:5px !important;height:30px !important;}
	.input_obj_long *:nth-child(odd) {float:none !important;width:100% !important;text-align: left !important;font-size:16px}
	.input_obj_long *:nth-child(even), .input_obj_long div:nth-child(2) {float:none !important;width:100% !important;max-width: 100% !important;margin:0px !important;height:40px !important;}
	.input_obj_long > input {float:none;width:90% !important;margin:0px !important;}
	.input_obj_long  input[type=checkbox] {width:16px !important;float:left !important;}
	.input_obj_long > input[type=button] {font-size:16px;height:40px !important;padding-top:8px !important;padding-bottom:8px !important;border-radius:5px}
	.input_obj_long select {margin-left:0px;float:none !important;margin-top:0px;padding:3px;overflow:hidden;border:solid silver 1px;background:none;-webkit-appearance: none;background-color:white;height:36px !important;padding-left:10px;padding-right:10px}

	.input_obj_s {overflow: hidden}
	.input_obj_s > * {width:100%;float:none !important;clear:both !important;text-align: left !important;}

	.tabs_container {overflow:hidden;padding:0px !important;margin:0px !important;width:100%;display:block;position: relative;
		text-align: center !important;
	}


	.tab {clear:both !important;float:none;display:inline-block !important;margin:0px !important;padding-top:5px;padding-bottom:3px;padding-right:1px;background-repeat:no-repeat;padding-left:0px;cursor: default;
	}

	.tab span {
	line-height: 25px;
	float:left;padding-right:15px;padding-left:15px;padding-top:2px;padding-bottom:0px;
	background-color:transparent;border-top-left-radius: 0px;border-top-right-radius: 0px;
	border:solid rgba(255,255,255,0) 1px;margin:0px;
	}




	.tab_on {
		line-height: 25px;
		clear:both !important;float:none;display:inline-block !important;padding-top:5px;padding-bottom:3px;background-repeat:no-repeat;padding-left:0px;cursor: default;
	}

	.tab_on span {
		line-height: 25px;
		float:left;padding-right:15px;padding-left:15px;padding-top:2px;padding-bottom:0px;
		background-color:#646464;border-top-left-radius: 0px;border-top-right-radius: 0px;
		border:solid #e0e0e0 0px;margin:0px;
	}

	.inwx-check-row {overflow:hidden;margin-bottom:10px;}
	.inwx-check-row a:link,.inwx-check-row a:visited {color:gray}
	.inwx-check-row a:hover {color:#006A9D}

	.inwx-check-row > div {float:left;padding:10px;}
	.inwx-check-row > div:nth-child(1) {width:100%;float:none;font-size: 150%}
	.inwx-check-row > div:nth-child(1) * {line-height: 200%}
	.inwx-check-row > div:nth-child(2) {width:70%;text-align: left;line-height: 40px}
	.inwx-check-row > div:nth-child(3) {width:30%;line-height: 40px;text-align: left;}
	.inwx-check-row > div:nth-child(3) > * {float:right;}

	.inwx-check-row i {font-size: 40px !important;color:rgba(92,168,37,0.9) !important}


	.inwx-overview-block, .inwx-ad-block {
			width:50%;
			height: 250px;
			margin:0px;
			float:left;
			overflow:hidden;
		}

	.inwx-accreditation-item {width:25%;height:150px;float:left;margin:0px;background-color:transparent;overflow: hidden;padding:20px;}
	.inwx-accreditation-item > a > div:nth-child(1) {background-color:transparent;width:100%;height:100px;background-size: 100%;background-repeat:no-repeat;background-position:center center;margin-bottom:5px;}
	.inwx-accreditation-item > a > div:nth-child(2) {width:100%;text-align:center}

	.inwx-carusell {width:100%;height:100px;position:relative;margin-bottom:50px}
	.inwx-carusell > div {clear:both;float:none;width:100%;height:100%;}

	.slick-prev:before, .slick-next:before {
	color: #000;border:none !important;display:none;
	}

	.tab_inner_pane {position:relative;max-height:350px !important;background-color:white;border:solid #efefef 1px;box-shadow:0px 4px 0px rgba(0,0,0,0.1)}

	/** domain log **/

	.inwx-domainlog-row-filter {overflow:hidden;margin-bottom:10px;border-bottom: solid #e0e0e0 1px;padding-bottom:10px;}
	.inwx-domainlog-row-filter > div {width:20% !important;display:block;overflow:hidden;height:auto !important;line-height:auto !important;text-align: left;margin-bottom:10px;}
	.inwx-domainlog-row-filter > div:nth-child(4),.inwx-domainlog-row-filter > div:nth-child(2) {width:25% !important;}
	.inwx-domainlog-row-filter > div:nth-child(2),.inwx-domainlog-row-filter > div:nth-child(4) {width:80% !important;}
 	.inwx-domainlog-row-filter > div:nth-child(10) {width:100% !important;text-align:center;border-top:solid silver 1px;padding-top:10px;}
	.inwx-domainlog-row-filter .obj_required {display:none}
	.inwx-domainlog-row-filter input {padding:2px !important;margin:0px !important;border:solid silver 1px;}
	.inwx-domainlog-row-filter input[type=button] {height:40px;width:200px;}

	.inwx-index-login {width:100%;height:320px}
	.inwx-login-helper {overflow:hidden;width:100% !important;padding-top:10px;}
	.inwx-login-helper > div:nth-child(1) {float:left;width:50%;padding:20px;border-right:solid silver 1px}
	.inwx-login-helper > div:nth-child(2) {float:left;width:50%;padding:20px;}
	.inwx-login-helper button, .inwx-login-helper input[type=submit] {width:auto !important;height:auto !important}
	.inwx-login-helper h3 {text-align:center !important}

	.forgot-password {width:100%;text-align:center !important;font-size:14px}

	.inwx-index-login .inwx-login-helper .forgot-password {text-align:center;float:none;color:white;margin:0px;}
	.inwx-index-login .inwx-login-helper .free-register {text-align:center;float:none;color:white;margin:0px;margin-bottom:5px;margin-top:30px;}

	.inwx-login-helper .input_obj > * {margin-bottom:5px !important;}
	.inwx-login-helper .input_obj > *:nth-child(1) {float:none !important;clear:both !important;width:100% !important;text-align: left !important;}
	.inwx-login-helper .input_obj > *:nth-child(2) {float:none !important;clear:both !important;width:100% !important;max-width:100% !important;}
	.inwx-login-helper > div:nth-child(2) {border-top:solid silver 1px !important;padding-top:20px !important;text-align: left}
	.inwx-login-helper button {width:100% !important;margin-left:auto !important;margin-right:auto !important}

	.remodal-close {line-height: 100%;right:15px;top:15px;left:auto}
	.remodal-close:after {font-size:50px !important;}
	.remodal-close:active {line-height: 100%;right:15px;top:15px;left:auto}
	

	.tan_image {border:solid silver 1px;float:none;clear:both;width:100%;height:200px;border-radius:0px;box-shadow:inset 0px 2px 8px rgba(0,0,0,0.2);margin-right:0px;margin-top:10px;margin-left:0px;padding:15px;background-color:rgba(255,255,255,0.5);text-align:center}
	.tan_image > img {width:150px;height:150px;}
	.tan_image > i {white-space: break-word;word-wrap: break-word;overflow-wrap: break-word;}

	.inwx-cart-execute {margin-top:20px;}
	.inwx-cart-execute > div:nth-child(2) > div {float:left !important}
	.inwx-cart-execute > div:nth-child(2) > div > div:nth-child(1) {padding-top:10px !important;}

	/** inwx-domain-row **/
	.inwx-domain-row {overflow:hidden;margin-bottom:5px;padding-bottom:5px;border-bottom: solid #f0f0f0 1px}
	.inwx-domain-row > * {float:left;background-color:transparent;height:100%;width:15%;padding:5px;}
	.inwx-domain-row > div:nth-child(1) {width:50%}
	.inwx-domain-row > div:nth-child(2) {width:50%}

	.inwx-domain-row.header {background-color:#444444}
	.inwx-domain-row.header * {color:white}

	.inwx-search {float:none;overflow: hidden;margin-bottom:20px;margin-top:20px;position:relative;}
	.inwx-search input {height:40px;margin:0px !important;margin-right:0px !important;}
	.inwx-search > *:nth-child(1) {width:68%;float:left;border-radius: 3px;}
	.inwx-search > *:nth-child(2) {width:20%;float:left;margin-left:2% !important;}
	.inwx-search > button, .inxw-search input[type=button] {height:35px;}


	.inwx-search i {width:8%;margin-left:2% !important;float:left;}

	.info {width:30px;height:30px;font-size:30px !important}

	.inwx-domainlog-row {overflow: hidden;border-bottom:solid #f0f0f0 1px;}
	.inwx-domainlog-row > * {float:left;width:20%;padding:8px;}
	.inwx-domainlog-row > div:nth-child(1) {width:100%;float:none;color:silver;}
	.inwx-domainlog-row > *:nth-child(2) {width:70%;font-size: 125% !important}
	.inwx-domainlog-row > *:nth-child(3) {width:30%;text-align: center;}
	.inwx-domainlog-row > *:nth-child(4) {width:50%}

	#div_as {width:100%;height:50px;padding-top:5px;overflow:hidden;height:1px;visibility:hidden;display:none;margin-bottom:10px;background-position:left bottom;background-color:gray}

	.inwx-domainlist-as-row {overflow:hidden;padding-bottom:5px;padding-top:5px;margin-bottom:5px;}
	.inwx-domainlist-as-row > * {float:left;width:50%;height:40px;line-height: 40px;border:none !important;color:white;}
        .inwx-domainlist-as-row > :nth-child(2) input[type="text"] {width: 97%;height: 30px !important;text-align: left}
	.inwx-domainlist-as-row > *:nth-child(1),.inwx-domainlist-as-row > *:nth-child(3) {text-align: right;line-height: 35px;}
	.inwx-domainlist-as-row > *:nth-child(odd) {width:40%;font-size: 12px !important;}
	.inwx-domainlist-as-row > *:nth-child(even) {width:60%;padding-right:5px;font-size: 12px !important;}
	.inwx-domainlist-as-row input[type=button] {float:none;clear:both;display:block;margin-left:auto !important;margin-right:auto !important;width:90% !important;height:30px !important;padding-top:0px !important;padding-bottom: 0px !important;line-height: 100%;margin-top:20px !important;}
	.inwx-domainlist-as-row {border-bottom: solid silver 0px;}
        

	.inwx-contact div:nth-child(1) {width:100%;color:silver;}
	.inwx-contact div:nth-child(2) {width:70%}
	.inwx-contact div:nth-child(3) {width:30%}

	.domain_row {width:100%;overflow:hidden;background-color:transparent;margin-bottom:0px;border-bottom:solid silver 1px;}
	.domain_row > div:nth-child(1) {width:70%}
	.domain_row > div:nth-child(2) {width:70%}
	.domain_row > div:nth-child(3) {width:30%;float:right;}
			
	.domain_name_big {width:100%;float:none;clear:both;font-size: 125% !important;}
	.domain_extra {}

	.domain_buttons i, .record_buttons i, .record_buttons_edit i, .gluerecords_buttons i {font-size:20px !important;margin-right:15px !important;color:gray !important}

	.record_row {overflow:hidden;padding:2px;border-top:solid gray 1px;background-color:white;border-bottom:solid gray 1px;margin-bottom:40px}
	.record_row > div {overflow:hidden;padding:3px;}
	.record_row > div:nth-child(1), .record_header > div:nth-child(1), .record_row_editable > div:nth-child(1) {width:50%;text-align: left;border-bottom:solid silver 1px;}
	.record_row > div:nth-child(2), .record_header > div:nth-child(2), .record_row_editable > div:nth-child(2) {width:50%;text-align:left;border-left:solid silver 1px;border-bottom:solid silver 1px;}
	.record_row > div:nth-child(3), .record_header > div:nth-child(3), .record_row_editable > div:nth-child(3) {width:100%;text-align:left;border-bottom:solid silver 1px;}
	.record_row > div:nth-child(4), .record_header > div:nth-child(4), .record_row_editable > div:nth-child(4) {width:30%;}
	.record_row > div:nth-child(5), .record_header > div:nth-child(5), .record_row_editable > div:nth-child(5) {width:20%;}

	.record_row.mobile {border:none !important;background-color:transparent;margin-bottom: 0px !important;border-bottom:solid silver 1px !important}
	.record_row.mobile  div {border:none !important;}

	.record_row.mobile_edit {border:none !important;background-color:transparent;margin-bottom: 0px !important;border-bottom:solid silver 1px !important}
	.record_row.mobile_edit  div {border:none !important;}
	.record_row.mobile_edit > div:nth-child(1) {width:40%;float:left;text-align: right;}
	.record_row.mobile_edit > div:nth-child(2) {width:40%;float:left;}
	.record_row.mobile_edit > div:nth-child(3) {width:20%;float:left;}



	.record_row_editable select {height:40px}
	.record_row_editable input {width:90%;}

	.inwx-col1-2 {overflow:hidden;}
	.inwx-col1-2 > div {float:left;margin-right:-20px;}
	.inwx-col1-2 > div:nth-child(1) {width:40%;margin-right:20px;}
	.inwx-col1-2 > div:nth-child(2) {width:60%;padding-right:20px}
	
	.inwx-col2-1 {}
	.inwx-col2-1 > div {float:none;clear:both;width:100%;padding:0px !important;margin-bottom:60px}
	

	.inwx-hint {font-size:12px !important;position:relative;top:-1px;left:1px;display:inline-block;text-transform: uppercase;background-color:black;border-radius:0px;color:white;padding:1px;padding-left:5px;padding-right:5px}

	.domain_row_log {overflow:hidden}
	.domain_row_log > div:nth-child(1) {width:30%;height:50px;}
	.domain_row_log > div:nth-child(2) {width:40%;}
	.domain_row_log > div:nth-child(3) {width:40%;text-align:left;}
	.domain_row_log > div:nth-child(3) * {text-align: left}
	.domain_row_log > div:nth-child(4) {width:30% !important;text-align:right}

	.register_fieldset {border:solid #f0f0f0 1px;padding-top:10px;padding-bottom:10px;margin-bottom:20px;background: rgb(250,250,250);box-shadow: none}
	.register_fieldset legend {font-weight:bolder}

        .verical-table-info {font-size: 12px !important}
	.verical-table-info > span {font-size: 12px !important}
        .vertical-table.col6 > div {width:14%}
        .vertical-table.col6 > div:nth-child(1) {width:30%}
        .vertical-table .header {font-size:10px !important;}

        .vertical-table > div > div {font-size:10px !important;line-height:17px;padding: 12px 0px 0px 0px}
        .vertical-table > div > div > sup {font-size: 10px !important}
        .vertical-table button i {font-size: 20px !important}
        .vertical-table button {padding: 0px !important}

	.generic-table.col4 > div > div {width:33%;font-size: 80% !important;text-align: center;border-right: solid silver 1px}
	.generic-table.col4 > div > div:nth-child(1) {width:100%;font-size: 125% !important;border:none}
	.generic-table.col4 > div > div:last-child {border:none;}

	.generic-table.col6 > div > div {width:20%;border-right:solid silver 1px;text-align: center;font-size: 12px !important}
	.generic-table.col6 > div > div * {font-size: 12px !important}
	.generic-table.col6 > div > div:nth-child(1) {width:100%;font-size: 16px !important;margin-bottom:10px;border:none}
	.generic-table.col6 > div > div:last-child {border:none}

	.generic-table.col7 > div > div {width:16%;border-right:solid silver 1px;text-align: center;font-size: 12px !important}
	.generic-table.col7 > div > div * {font-size: 12px !important}
	.generic-table.col7 > div > div:nth-child(1) {width:100%;font-size: 16px !important;margin-bottom:20px;border:none}
	.generic-table.col7 > div > div:nth-child(1) * {font-size: 16px !important}
	.generic-table.col7 > div > div:last-child {border:none}

	.generic-table.col5 > div > div {width:20%;}
	.generic-table.col5 .empty {}
	.generic-table.col5 .empty div:nth-child(1) {display:none}


	.generic-table.cart > div > div:nth-child(1) {width:100%;margin-bottom:5px;color:silver;}
	.generic-table.cart > div > div:nth-child(2) {width:50%;}
	.generic-table.cart > div > div:nth-child(3) {width:20%;text-align: center}
	.generic-table.cart > div > div:nth-child(5) {width:10%;text-align: right}
	.generic-table.cart > div > div:nth-child(4) {width:20%;text-align: right}

	.pricelist-table > div > div {width:12%;text-align:center;border-right: solid silver 1px;}
	.pricelist-table > div > div * {font-size: 12px !important}
	.pricelist-table > div > * {font-size: 12px !important}
	.pricelist-table > div > div:nth-child(2) {width:20%;border:none;margin-bottom:20px;text-align: right;font-size: 16px !important}
	.pricelist-table > div > div:nth-child(3) {width:80%;border:none;margin-bottom:20px;text-align: left;font-size: 16px !important}
	.pricelist-table > div > div:nth-child(2) *, .pricelist-table > div > div:nth-child(3) *{font-size: 16px !important}
	.pricelist-table > div > div:nth-child(5),.pricelist-table > div > div:nth-child(7),
	.pricelist-table > div > div:nth-child(9),.pricelist-table > div > div:nth-child(11),
	.pricelist-table > div > div:nth-child(14)
	 {width:5%;text-align: center;font-size: 12px !important;border:none;border-right:solid silver 1px}
	 .pricelist-table > div > div:last-child {border:none}

	 .inwx-popup label {font-size:13px !important}

	 .inwx-registryBox{
		background: rgba(0,0,0,0.01); /* Old browsers */
		margin-bottom:20px;
		overflow: hidden;
		border:solid white 1px;
		border-radius:0px;
		float:left;width:40%;
		position: relative;
		margin:15px;
		border:solid rgba(0,0,0,0.04) 1px;
		box-shadow: 0px 3px 2px rgba(0,0,0,0.06);
		padding-bottom:20px;
		}

	/*.inwx-registryBox:hover {background: rgba(238,238,238,0.9)}*/

	.inwx-registryBox > div {margin:5px;position: relative}
	.inwx-registryBox > div:nth-child(1) {height:100px;}
	.inwx-registryBox > div:nth-child(2) {height:50px;position:relative;}
	.inwx-registryBox > div:nth-child(2) > div:nth-child(1) {height:60px;}

	.inwx-registryBox img {max-height:70px;max-width:90px;margin:10px;margin: auto;position: absolute;top: 0; left: 0; bottom: 0; right: 0;}

	.inwx-registryBox.icann {width:94%;float:none;clear:both;margin-right:20px !important;background-color: white;box-shadow: none}
	.inwx-registryBox.icann > div:nth-child(1) {width:20%;}
	.inwx-registryBox.icann > div:nth-child(2) {width:70%;margin: auto;position: absolute;top: 20px; left: 20%;text-align: center;line-height: 175% !important}

	.inwx-registryBox.centralnic {width:100%;float:none;clear:both;}
	.inwx-registryBox.centralnic > div:nth-child(1) {width:20%;}
	.inwx-registryBox.centralnic > div:nth-child(2) {width:80%;margin: auto;position: absolute;top: 10px; left: 20%; bottom: 0; right: 0;}
	.inwx-registryBox.centralnic > div:nth-child(2) a {margin-left:5px;}

	.tld-page-picture {width:100%;position:relative;top:0px;height:480px;margin-top:0px;float:left;background-repeat:no-repeat;background-color:black;background-size:125%;background-position: 0px 80px}
	.tld-page-name {height:50px;position:absolute;left:0px;top:105px;background-color:rgba(0,0,0,0.4);padding-left:20px;line-height:50px;font-size:16px !important;color:white;padding-right:20px}

	.tld-page-price {background-color:rgba(0,0,0,0.6);position:absolute;left:10px;top:155px;height:32px;color:white;text-align:left;padding-top:5px;font-size:12px !important;}

	.tld-page-price * {font-size:12px !important}
	.tld-page-flag {background-color:transparent;position:absolute;left:0px;top:0px;width:100%;height:80px;background-color:white}
	.tld-page-flag img {height:50px; width: auto !important}

	.tld-page-inputs {top:auto;bottom:0px;width:100%;background-color:rgba(255,255,255,0.9)}
	.tld-page-inputs > div {width:100%;margin:0px;margin-left:0px;padding:20px;}

	.tld-page-inputs > div > div:nth-child(2) > form sup {position:absolute;font-size:9px;top:-3px;padding-left:2px;}
	.tld-page-inputs > div > div:nth-child(2) > form:nth-child(1) textarea {width:100%;max-width:100%;min-width:100%;height:90px;outline: none;padding:5px;font-size: 14px;border:solid silver 1px;outline:none;min-height: 30px;max-height: 90px;border-radius:4px;}

	.tld-page-action {position:absolute;right:5px;top:20px;color:white;background-color:#4CD964;border-radius: 150px;width:150px;height:150px;text-align: center;padding-top:40px}

	.inwx-domain-group {overflow:hidden;float:left;width:50%;padding:20px;max-height: 240px;}
	.inwx-domain-group.wide > div > div:nth-child(2) > div {float:left;width:33%;padding:20px;padding-top:0px;overflow: hidden;}

	.inwx-footer {overflow:hidden;margin-top:50px;padding-top:30px;}
	.inwx-footer > div:nth-child(1) {overflow:hidden;width:100%;padding-left:30px;padding-right:30px;border-bottom:solid silver 1px}
	.inwx-footer > div:nth-child(1) * {font-size:14px !important}
	.inwx-footer > div:nth-child(1) > div:nth-child(1) {width:100%;margin-bottom:20px}
	.inwx-footer > div:nth-child(1) > div:nth-child(2) {width:50%;}
	.inwx-footer > div:nth-child(1) > div:nth-child(3) {width:50%;}

	.inwx-footer > div:nth-child(2) {overflow:hidden;width:100%;padding:30px;padding-bottom:0px;padding-top:10px}
	.inwx-footer > div:nth-child(2) > div:nth-child(1) {width:100%;text-align: center;margin-top:30px}
	.inwx-footer > div:nth-child(2) > div:nth-child(2) {width:100%;text-align: center !important}
	.inwx-footer > div:nth-child(2) > div:nth-child(2) > div {float:none !important;display: inline !important}

	.inwx-global-search:before {content:'\f002';font-size:14px;color:rgba(255,255,255,0.9);font-family:'FontAwesome';padding-left:14px;padding-right:5px;padding-top:10px;position:relative;left:0px;top:8px !important;}
	.inwx-global-search {height:35px;float:left;padding:0px !important;margin:0px !important;position:relative;width:40px !important;background-color:rgba(0,0,0,0.2) !important}
	.inwx-global-search input[type=text] {display:none;background-color:transparent;border:solid rgba(255,255,255,0.5) 0px;margin-top:0px;height:35px;color:white;width:130px;padding-left:10px}
	.inwx-global-search input::-webkit-input-placeholder {color:rgba(255,255,255,0.5);font-size: 13px !important}
	

	.inwx-domain-name {font-family:'Francois One', sans-serif;background-color:transparent;border-radius:5px;text-align: center;font-size: 34px !important;width:100%;position:relative;left:-5px;line-height:150%;color:black;letter-spacing: 0px;text-transform: lowercase;}
	.inwx-domain-name span {font-family: 'Francois One';color:#4090d5;font-size: 60px !important;}

 	.inwx-domain-group.wide > div > div:nth-child(2) {-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;}

	#div_cookie {display:none;width:100%;height: auto !important;background-color:rgba(0,0,0,0.8);text-align:middle;overflow:hidden;position:fixed;left:0px;bottom:0px;z-index:5000;padding-bottom:10px}
	#div_cookie > div {margin-left:auto;margin-right:auto;width:100%;padding-top:10px;overflow:hidden;}
	#div_cookie > div > div:nth-child(1) {float:none !important;clear:all;color:white;font-size:12px !important;text-align: center}
	#div_cookie > div > div:nth-child(2) {float:none !important;clear:all;line-height:30px;text-align: center}
	#div_cookie > div > div:nth-child(2) > button {width:60% !important;font-size: 12px !important;}

	.inwx-col3 {overflow:hidden;width:auto !important}
	.inwx-col3 > div {float:none;width:100%;}

	.inwx-col3.full {margin:0px !important}

	.inwx-gbox{
		overflow: hidden;
		border:solid white 1px;
		border-radius:0px;
		float:left;
		position: relative;
		margin:10px;
		}

	.footer-navbar-container > div > div {width:100% !important;float:none !important;clear:both !important}

	.inwx-user {border:solid green 1px;top:0px;position:absolute;left:-1000px;display:none}

	.inwx-gbox > *:nth-child(1) {background-color:white;border-bottom:solid gray 1px;text-align:center;color:gray;padding:5px}
	.inwx-gbox >  i {font-size: 60px !important;text-align: center;width:100%;margin-bottom:20px;color:gray;margin-top:20px;padding-bottom:20px}
	.inwx-gbox p {margin-bottom:0px;margin-top:0px;}

	.inwx-gbox.full {width:100%;float:none;float: none;clear: both;margin:0px !important}
	.inwx-gbox.full h1 {text-align: left}
	.inwx-gbox.full i {font-size: 60px !important;width:100%;margin-bottom:20px;color:gray;margin-top:20px;padding-bottom:20px;text-align: left}
	.inwx-gbox.full > *:nth-child(2) > *:nth-child(1) {display: none}
	.form-search {padding-left:5px;padding-right:5px;text-align:center !important}
	.form-search input[type=text] {width:95% !important;float:none !important;clear:both !important}
	.form-search input[type=submit] {float:none !important;clear:both !important;margin-left:0px !important;width:50% !important;margin-left:auto !important;margin-right:auto !important;}

	.input_phone {overflow:hidden;}
	.input_phone > * {margin:0px !important;}
	.input_phone > select:nth-child(1) {width:100px !important;height:100% !important;}
	.input_phone > input:nth-child(2) {border:solid silver 1px !important;margin-left:5px !important;float:left;width:232px !important;height:38px !important}
	.input_phone > select:nth-child(2) {width:100px !important;height:100% !important}
	.input_phone > input:nth-child(3) {width:255px !important;margin-left:5px !important;}
	
	.inwx-mobile-top-search {position:fixed;top:0px;left:0px;width:100%;height:48px;z-index: 600000 !important;background-color:rgba(73,113,142,1);text-align: center;padding-top:5px;display:none}
	.inwx-mobile-top-search input {background: rgba(255,255,255,1);height:30px !important;border-radius: 5px !important;width:80%;border:none;outline: none;text-align: center}
	
	.register-title {font-size: 17px !important;font-weight:bolder;display:block;width:100%;margin-left:0px;text-align: left;}
	.register-text {width:auto !important;margin-left:0px;height:51px;margin-top:10px;text-align: left}
	.fc_dialog * {font-size:12px !important;}
	
	.inwx-addcontact {margin-top:17px}
	
	.inwx-buttons {overflow:hidden;text-align: center;position: relative;text-align: center;border-top:solid silver 0px;padding-top:10px;margin-bottom:100px;}
	.inwx-buttons > div {display:inline-block;text-align: left}
	
	.inwx-tooltip {position:absolute;z-index:90000001;visibility:hidden;}

	.inwx-tooltip > div:nth-child(1) > div:nth-child(3) i {font-size: 24px !important;right:0px;top:-5px}
	
	.inwx-overview-block {
		width:100%;
		height: 250px !important;
		margin:5px;
		padding:5px;
		float:none !important;
		overflow:hidden;

	}
	
	.inwx-overview-block > div > div:nth-child(1) i {margin:10px;margin-left:20px;font-size: 45px !important;color:#34AADC;text-shadow: 2px 2px 1px rgba(0,0,0,0.1);cursor: default}
	.inwx-overview-block.large {height:400px;margin-bottom:50px;}
	.inwx-overview-block > div {margin-top:0px;box-shadow: none;}
	.inwx-overview-block > div > input {margin-left:20px !important;width:56% !important;}
	.inwx-overview-block > div > button {width:40px !important;}
	.inwx-overview-block > div > p {margin-left:20px !important;}
	.inwx-overview-block > div > div:nth-child(3), .inwx-overview-block > div > div:nth-child(4), .inwx-overview-block > div > div:nth-child(3) *,.inwx-overview-block > div > div:nth-child(4) * {font-size: 13px !important;}
	
	.inwx-overview-block img {
		/*border:solid red 1px*/
	}

	.inwx-balance > span:nth-child(1) {font-size: 12px !important;display: block;color:gray;text-transform: uppercase;text-align: right;}
	.inwx-balance > span:nth-child(2) {font-size: 24px !important;letter-spacing:-1px;display: block;color:#8E8E93;text-align: right;font-family: 'Open Sans Condensed', sans-serif;}
	.inwx-balance > span:nth-child(3) {font-size: 9px !important;display: block;color:gray;text-transform: uppercase;text-align: right}

	.inwx-promo-box3 {
		flex-direction: column;
	}
	.inwx-promo-box3 > div {
		margin-bottom: 20px
	}
	.inwx-promo-box3 ul {text-align: center;list-style-type:none;padding-left: 0px;}
	.inwx-promo-box3 ul > li {text-align: center;}
	
	.news {border-bottom:solid #f0f0f0 1px}
	.news_date {
		float:none;color:silver;
		height:100%;overflow: hidden;
	}
	.news_title {padding:0px;margin:0px;font-size: 17px !important}
	.news_content {display: none}
	
        .inwx-board .form {overflow:hidden;width:100%;}
        .inwx-board .form > div {border-bottom:solid silver 0px;padding:0px;overflow:hidden;margin-bottom: 10px}
        .inwx-board .form > div > * {display:block;float:none;text-align:left;margin:0px;padding:1px}
        .inwx-board .form > div > *:nth-child(1) {width:100%;text-align:left;}
        .inwx-board .form > div > *:nth-child(2) {width:100%}
        .inwx-board .form > div input[type=checkbox] {float:left;}
        .inwx-board .form > div label {float:left;}

        .inwx-board .form .subform {width:100%}
        .inwx-board .form .subform > div {border:none}
        .inwx-board .form .subform > div {margin-bottom: 3px !important;}

        .inwx-fwd-mainboard {height:100% !important;}
        .inwx-fwd-mainboard > div:nth-child(1) {top:50%;width:100%;}
        .inwx-fwd-mainboard > div > button {display:block;width:100% !important;text-align:center;margin:15px 0px 15px 0px;color:#666666;}
        .inwx-board button > i {font-size:70px !important}
        .inwx-board button > span {font-size:20px !important}
        
        .inwx-fwd-mainboard-small button {margin:0px;color:#666666;}
        .inwx-fwd-mainboard-small button > i {font-size: 40px !important;}
        .inwx-fwd-mainboard-small button > span {font-size: 12px !important;}
        
        .inwx-fwd-mainboard-web {height:100%;overflow:auto !important}
        .inwx-fwd-mainboard-web .web > div {width:80%;height:85px;margin-top:15px;padding-top:10px;padding-bottom:10px}
        .inwx-fwd-mainboard-web .inwx-back-button button {height:35px;width: 75px;margin-bottom: 20px;}
        .inwx-fwd-mainboard-web .inwx-back-button button > i {font-size: 16px !important;}
        .inwx-fwd-mainboard-web .inwx-back-button button > span {font-size: 12px !important;}
        
        .inwx-board .form > div > *:nth-child(2) select {min-height: 30px}
        
        .inwx-description-text {font-size:11px !important;max-height:70px !important}
        .inwx-fwd-mainboard-nameserver .nameserver > div {width:80%;height:85px;margin-top:20px;padding-top:10px;padding-bottom:10px}
        .inwx-fwd-mainboard-nameserver .nameserver > div:nth-child(1) {margin-top:80px;}
        
        .inwx-fwd-mainboard-nameserver .inwx-back-button button {height:35px;margin-bottom: 20px;}
        .inwx-fwd-mainboard-nameserver .inwx-back-button button > i {font-size: 16px !important;}
        .inwx-fwd-mainboard-nameserver .inwx-back-button button > span {font-size: 12px !important;}
        
        .inwx-plus-button {}
        .inwx-btn-back {float:left}
        
        .inwx-board .form .hosting-packages > div {width:auto !important;text-align:center}
        .inwx-board .form .hosting-packages > div > * {display:inline-block !important;float:none !important;}
        .inwx-board .form .hosting-packages > label.currentPackage {margin-bottom:10px;}
        
        .section-external .subform div {text-align: left;}
        .section-external .subform div input {float:none;}
        
        .inwx-fwd-mainboard .inwx-info {position:fixed;bottom:50%;}
        
        .inwx-dl-pagging small {display:block !important;width:100%;float:none;color:silver;font-size:12px !important;}
        .inwx-dl-pagging small * {font-size: 12px !important}
	.snowflakes-info {background-color:rgba(252,212,78,0.8);padding:20px;border-radius:3px;text-align: center;margin-left:0px;}

	.simple {
		margin: 0;
	}
        
        #domaincheck {
            bottom: 110px;
        }

    .progress div {
        padding: 7px 0 8px 20px;
        font-size: 14px !important;
    }
    .inwx-ssl-board .generic-table .brand {
        display: none;
    }
    .inwx-ssl-board .generic-table .action > button > i {
        font-size: 30px !important;
    }
    .inwx-ssl-board .generic-table td.details > button > i,
    .inwx-ssl-board .generic-table .action > button > i {
        color: #666;
    }
}

@media (min-width: 1400px) {
    .inwx-columns2 {
        column-count: 2;
    }
}

@supports (-webkit-appearance:none) {.inwx-board  {overflow: hidden;} }


