/* structure */
body {
	font-family: 'Maven Pro',Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #222;
	width: 99%;
	min-height: 100%;
}
#root {
	background: #fff none repeat scroll 0 0;
/*	overflow: hidden;*/
	padding: 0 0;
	position: relative;
	width: 100%;
	height: 100%;
}

header {
	background-color: #222;
	display: block;
	margin: 5px auto;
	width: 100%; 
	height: 110px;
/*	border: 1px solid #dedede;*/
/*	border-radius: 4px;*/
}

header #header {
	width: 90%;
	margin: auto;
}

header #logo {
	float: left;
	margin: 0 0 0 0;
}
header #logo img {
	width: 100px;
	height: 100px;
}


header #headline {
	float: left;
	margin: 20px;
}

#headline h1 {
	font-size: 32px;
	color: #ddd;
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: 500;
}

main {
	display: block;
	margin: 5px auto;
	width: 90%; 
/*	min-height: 500px;*/
	border: 1px solid #dedede;
	border-radius: 4px;
}

main #content{
	padding: 24px;
}

footer {
	background-color: #222;
	display: block;
	margin: auto;
	width: 100%; 
	height: 50px;
/*	border: 1px solid #dedede;*/
/*	border-radius: 4px;*/
}
footer p {
	color: #777;
	font-size: 12px;
	padding: 5px 20px;
	width: 90%;
	margin: auto;
}
footer a, footer a:hover {
	color: #777;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}


/* navigation */
nav {
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #888;
	display: block;
	margin: auto;
	width: 90%;
	font-size: 16px;
}

.nava {
	background-color: rgb( 40, 44, 47 );
	color: rgb( 255, 255, 255 );
}

.navb {
/*	background-color: rgb( 40, 44, 47 );*/
	background-color: rgba( 255, 255, 255, 0.1);
	color: rgb( 255, 255, 255 );
}

nav ul {
	margin: 0;
	padding: 0;
}
 
nav ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s; 
}

nav > ul > li > form {
	line-height: 30px;
}

nav > ul > li > a {
	color: #aaaaaa;
	display: block;
	line-height: 30px;
	padding: 0 18px;
	text-decoration: none;
}

nav > ul > li:hover {
	background-color: rgb( 40, 44, 47 );
}
 
nav > ul > li > ul, nav > ul > li > ul > li > ul {
	background-color: rgb( 40, 44, 47 );
	border-top: 0;
	border-radius: 0 0 4px 4px;
	/*box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);*/
	box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
/*	width: 165px;*/
	visibility: hidden;
	z-index: 100;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}

nav > ul > li > ul > li > ul {
	border-radius: 0 4px 4px 4px;
	left: 98%;
	margin-top: -30px;
}

nav > ul > li > ul > li, nav > ul > li > ul > li > ul > li {
	display: block;
	white-space: nowrap;
}

nav > ul > li > ul > li > a, nav > ul > li > ul > li > ul > li > a {
	color: #ffffff;
	display: block;
	line-height: 30px;
	padding: 0 24px;
	text-decoration: none;
}

nav > ul > li > a > i, nav > ul > li > ul > li > a > i, nav > ul > li > ul > li > ul > li > a > i {
    width: 20px;
}

nav > ul > li:hover > a, nav > ul > li > ul > li:hover > a, nav > ul > li > ul > li > ul > li:hover > a  {
	background-color: rgba( 255, 255, 255, 0.1);
}

nav > ul > li:hover > ul, nav > ul > li > ul > li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

*, *::before, *::after {
}

.left {
	text-align: left!important;
}
.center {
	text-align: center!important;
}
.right {
	text-align: right!important;
}

.top {
	vertical-align: top!important;
}
.bottom {
	vertical-align: bottom!important;
}
.nobr {
	white-space: nowrap!important;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	text-align: center;
}

#headline h1::before {
	content: none;
}

h1::before, h2::before {
	/*left: 50%;*/
	/*margin-left: -50px;*/
	margin-left: 3px;
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	width: 94px;
	height: 6px;
	background: url(/images/sprite.png) no-repeat;
}

button.navsubmitcheck::before {
	font: var(--fa-font-solid);
	content: "\f00c";
}
button.navsubmitsearch::before {
	font: var(--fa-font-solid);
	content: "\f002";
}

button.navsubmitcheck, button.navsubmitsearch {
	margin: 0px 5px 0px 0px;
}

#loginform, #forgottenform, #resetform, #my_password_form{
	margin: 20px auto 0;
	max-width: 300px;
	text-align: center;
}
#my_data_form {
	margin: 20px auto 0;
	max-width: 500px;
}
#contactform {
	margin: 20px 0 0 0;
	max-width: 600px;
}

#cumstomers_form {
	margin: 20px auto 0;
	max-width: 600px;
}

.form-group {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-right: 10px;
}

.form-group label {
	float: left;
	width: 100%;
	color: #777;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-left: 3px;
}

.form-name, .form-email, .form-phone, .form-mobile, .form-fname, .form-lname, .form-street1, .form-street2, .form-zip, .form-city, .form-state, .form-country, .form-subject, .form-category {
	width: 48% !important;
	float: left;
}

textarea, select, input[type="text"], input[type="password"] {
	width: 90%;
/*	width: auto;*/
	height: 30px;
	padding: 0 8px;
	border: 1px solid #dedede;
	border-radius: 5px;
}
select {
	width: 96.3%;
}
textarea {
	width: 93%;
	height: auto;
	margin: 0px 0px 0px 5px;
	float: left;
	padding: 5px 8px;
}

input[type="search"] {
	padding: 2px 3px;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin: 0px 5px 0px 5px;
}

input[type="submit"], input[type="button"] {
	box-shadow: 3px 3px 0 rgba(0,0,0,.05);
	padding: 13px 53px 17px 12px;
	margin: 20px 0;
	border-radius: 5px 0 5px 0;
	border: 0;
	background: #7dc01d;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
}

.ca-box {
	width: 150px;
	height: 150px;
	float: left;
	border-radius: 5px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	border: 1px solid #dedede;
	margin: 0 5px 5px 0;
	padding: 5px;
	color: #777;
}

#content h2 {
	font-size: 26px;
	color: #777;
	padding: 0;
	margin: 5px 0 30px 0;
	font-weight: 500;
	text-align: left;
}

#content h3 {
	font-size: 16px;
	color: #777;
	padding: 0;
	margin: 5px 0 10px 0;
	font-weight: 500;
	text-align: left;
}

.ca-box h3 {
	font-size: 16px;
	color: #777;
	padding: 5px;
	margin: 5px;
	font-weight: 500;
	background: #eee;
}

.ca-box p {
	text-align: center;
	font-size: 12px;
}

.ca-box i {
	font-size: 80px;
	color: #777;
}
.ca-box i:hover {
	color: #000;
}

.error {
	/*text-align: center;*/
	color: #fd9999;
}
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.small, .small a {
	font-size: 6px;
	color: #ccc;
	text-decoration: none;
}

.searchlist {
	position: fixed;
	margin-top: 0px;
	max-height: 75%;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
	border: none;
	/*border-top: solid 1px #aaaaaa;*/
	/*color: #666666;*/
	z-index: 7;
	box-sizing: border-box;
	/*background-color: #292a2c;*/
	background-color: rgb( 40, 44, 47 );
    color: #aaaaaa;
	font-size: 17pt;
}

.swlOn {
    /*background-color: #000000;*/
    /*color: #aaaaaa;*/
	background-color: rgb( 40, 44, 47 );
}

.swl {
	padding: 1px 5px;
}

.swl:hover {
	/*background-color: #000000;*/
	background-color: rgba( 255, 255, 255, 0.1);
}

.swlInfo{
	color: #848484;
	fill: #626262;
}
.swlSmall {
	font-size: 0.52em;
}



.domains-table, .webhosting-table, .vps-table, .servers-table, .ssl-table, .invoices-table, .customers-table {
	border-collapse: collapse;
	margin: 20px auto 0;
/*	max-width: 500px;*/
}

.domains-table {
/*	max-width: 750px;*/
}

.webhosting-table {
/*	max-width: 820px;*/
}

.vps-table {
/*	max-width: 600px;*/
}

.domains-table th, .webhosting-table th, .vps-table th, .servers-table th, .ssl-table th, .invoices-table th, .customers-table th {

}

.domains-table th, .domains-table td, .webhosting-table th, .webhosting-table td, .vps-table th, .vps-table td, .servers-table th, .servers-table td, .ssl-table th, .ssl-table td, .invoices-table th, .invoices-table td, .customers-table th, .customers-table td {
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 10px;
}
.domains-table td {
	vertical-align: top;
}

.domains-table tr:nth-child(even), .webhosting-table tr:nth-child(even), .vps-table tr:nth-child(even), .servers-table tr:nth-child(even), .ssl-table tr:nth-child(even), .invoices-table tr:nth-child(even), .customers-table tr:nth-child(even) {
	background-color: #f5f5f5;
}
.domains-table tr:hover, .webhosting-table tr:hover, .vps-table tr:hover, .servers-table tr:hover, .ssl-table tr:hover, .invoices-table tr:hover, .customers-table tr:hover {
	background-color: #f2f2f2;
}
.domains-table td i, .webhosting-table td i, .vps-table td i, .servers-table td i, .ssl-table td i, .invoices-table td i, .customers-table td i {
	font-size: 20px;
	color: #ff3333;
	vertical-align: middle;
	min-width: 20px;
}



/* vietnamese */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Maven Pro Regular'), local('MavenPro-Regular'), url(/fonts/MavenPro-Regular_vie.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Maven Pro Regular'), local('MavenPro-Regular'), url(/fonts/MavenPro-Regular_lat-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Maven Pro Regular'), local('MavenPro-Regular'), url(/fonts/MavenPro-Regular_lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
