/** TPP Brand Guidelines */
:root {
	--tpp-primary-dark-blue: #003865;
	--tpp-primary-bright-blue: #00A3E0;

	--tpp-secondary-blue-gray: #7094AA;
	--tpp-secondary-emerald: #00B2A9;
	--tpp-secondary-lime: #A7E163;
	--tpp-secondary-aqua: #88DBDF;

	--tpp-secondary-mid-gray: #BFCED6;
	--tpp-secondary-light-gray: #DDE5ED;
	--tpp-secondary-process-black: #000;
	--tpp-secondary-white: #FFF;

	--tpp-secondary-blue-gray-lighter: color-mix(in srgb,var(--tpp-secondary-blue-gray),#fff 25%);
	--tpp-secondary-blue-gray-darker: color-mix(in srgb,var(--tpp-secondary-blue-gray),#000 25%);
	--tpp-secondary-emerald-lighter: color-mix(in srgb,var(--tpp-secondary-emerald),#fff 25%);
	--tpp-secondary-emerald-darker: color-mix(in srgb,var(--tpp-secondary-emerald),#000 25%);
	--tpp-secondary-lime-lighter: color-mix(in srgb,var(--tpp-secondary-lime),#fff 25%);
	--tpp-secondary-lime-darker: color-mix(in srgb,var(--tpp-secondary-lime),#000 25%);
	--tpp-secondary-aqua-lighter: color-mix(in srgb,var(--tpp-secondary-aqua),#fff 25%);
	--tpp-secondary-aqua-darker: color-mix(in srgb,var(--tpp-secondary-aqua),#000 25%);

	--tpp-secondary-light-gray-lighter: color-mix(in srgb,var(--tpp-secondary-light-gray),#fff 25%);
	--tpp-secondary-light-gray-darker: color-mix(in srgb,var(--tpp-secondary-light-gray),#000 25%);


	--tpp-red-unofficial: #842029;
	--tpp-pink-unofficial: #f8d7da;
}
/* Set up Gantari for old browsers, only regular + bold */
@supports not (font-variation-settings: normal) {
	@font-face {
		font-family: 'Gantari';
		src: url("/resources/fonts/Gantari-Regular.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: 'Gantari';
		src: url("/resources/fonts/Gantari-bold.ttf");
		font-weight: bold;
	}

	body {
		/*font-family: 'Gantari';*/
	}
}
/* Set up Gantari for modern browsers, all weights */
/* Use localised version - @import url('https://fonts.googleapis.com/css2?family=Gantari:wght@200;300;400;500;600;800;900&display=swap');*/
@supports (font-variation-settings: normal) {
	@font-face {
		font-family: 'Gantari';
		src: url('/resources/fonts/Gantari-VariableFont_wght.ttf') format('truetype'),
		url('/resources/fonts/Gantari-Italic-VariableFont_wght.ttf') format('truetype');
		font-weight: 100 800;
		font-stretch: 25% 200%;
	}
}
/** /TPP Brand Guidelines */

@font-face {
	font-family: 'Helvetica Neue';
  src: url("/resources/fonts/helveticaneueltstd-th-webfont.eot");
  src: url("/resources/fonts/helveticaneueltstd-th-webfont.eot?#iefix") format("embedded-opentype"),
    url("/resources/fonts/helveticaneueltstd-th-webfont.woff") format("woff"),
    url("/resources/fonts/helveticaneueltstd-th-webfont.ttf") format("truetype"),
    url("/resources/fonts/helveticaneueltstd-th-webfont.svg#helveticaneuelt_std_thinRg") format("svg");
  font-weight: 200;
  font-style: normal;
}

h1, h2, .container h3, .container-fluid h3, .container-fluid h4, container h4, .container h5, .container-fluid h5 {
    font-family: 'Gantari', sans-serif,'Helvetica Neue', Helvetica, Arial;
    font-weight: 200;
    letter-spacing: -1px;
}


body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1A1A;
}

h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0 0 20px;
}

h2 {
	margin:20px 0 10px;
}

ul {
	padding:0;
}

select {
  height: 27px;
}

.ui-form input[type="text"], .ui-form input[type="password"] {
	width:280px;
	padding:6px 10px;
}

input.ui-button, #login-table input.ui-button {
	width:auto;
	padding:.4em 1.4em;
}

table table td {
	background:#f1f1f1;
	padding:6px 10px;
}

ul.registration, ul#auEligibility, ul#asiaEligibility {
  float: none;
}

#reseller-container .search-form {
  padding: 30px;
  background: #F3F3F3;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#search-loading, #clearing-selections-loading, #resetting-page-loading {
	height:130px!important;
}

#menu a:link, #menu a:visited {
	color:#333;
}

#menu input {
	margin:0;
}

#menu form {
	white-space:nowrap;
}

#menu input.ui-button {
	padding:.4em .8em;
}

#menu input[type="text"] {
	width:10.6em;
	color:#999;
}

#menu input[type="text"]:focus {
	width:10.6em;
	color:#333;
}

.center-content {
	text-align: center;
}
#menuHomeIcon {
	zoom: 150%;
	-moz-transform: scale(1.5); /* FF doesnt support zoom */
}
.firstMenuItem {
	padding-left: 0!important;
	padding-top: 0!important;
	padding-right: 0!important;
	margin-left: -0.5625rem!important;
}
.lastMenuItem {
	padding-left: 0.5rem!important;
	/*padding-right: 0!important;*/
	/*margin-left: 0!important;*/
	font-size: 0.65rem!important;
	text-align: right!important;
	/*padding-top: 0.8rem!important;*/
	color: var(--tpp-secondary-process-black, #1a1a1a);
}
.lastMenuItem small {
	/*border-top: 1px solid #ddd;*/
	/*text-align: center;*/
	font-size: 0.6rem;
	font-family: system-ui, monospace;
	text-transform: uppercase;
}
#support-code {
	display: block;
	/*justify-content: space-evenly;*/
	font-size: 0.775rem!important;
	font-family: system-ui, monospace;
	/*border-bottom: 1px solid #ddd;*/
	/*text-align: center;*/
	font-weight: 700;
	color: var(--tpp-primary-dark-blue, #003865);
}
.navContent div.brandName {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0.5rem;
	text-align: left!important;
	letter-spacing: -0.5px;

	/* trim name if too long */
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/** Firefox ONLY css */
@-moz-document url-prefix() {
	#menuHomeIcon {
		margin-top: 0.85rem!important;
		margin-left: 0.75rem !important;
	}
}
#content a, #content a:link, #content a:visited, .ui-dialog a {
	color:#006EB3;
	text-decoration:underline;
}

#content a:hover, .ui-dialog a:hover {
	text-decoration:underline;
}

#content .pagination a {
  text-decoration: none;
}

#content .pagination .disabled a {
  color: #CCC;
}

#content .pagination .active a {
  font-weight: 600;
}

#content .searchBox {
  position: relative;
}

#content .searchBox .search-item-group .buttonbox input {
  position: absolute;
  bottom: 0;
  margin: 0;
}

#content .searchBox .search-item-group div {
  margin-right: 10px;
}

#themeForm table {
	width:auto;
}

#themeForm td, #login-table td, .buttonbox, .actions, #add-hostname td {
	background:transparent;
}

#login-table {
	width:350px;
}

#login-table input {
	width:200px;
}

#login-table .buttonbox {
	text-align:right;
}

#register-customer th {
	width:200px;
}

#loginInfo {
	width:50%;
}

#parked, .api-login {
	width:100%;
}

#parked textarea {
	width:684px;
}

#client-contact th {
	width:240px;
}

#client-contact td {
	width:300px;
}

.payment-pref #credit-card-form {
  display:block;
}

#credit-card-form > div {
  margin-bottom: 8px;
}

.preferences_h2 {
	display:inline-block;
}

td.cp {
	white-space:nowrap;
	padding:10px 7px 5px 0;
}

.search-form th {
	width:auto;
	text-align:left;
	white-space:nowrap;
}

.help {
	color:#f19425;
	border:1px solid #f19425;
	background:#f1f1f1;
	cursor:pointer;
}

.ui-form input[type="checkbox"], .ui-form input[type="radio"] {
	width: auto;
	margin: 0 6px 0 0;
}

.actions p {
	text-align:center;
}

.api-login a {
	cursor:pointer;
}

.results td {
	background:#FFF;
}

.prices {
	text-align:center;
}

#loginInfo th {
	width:50%;
}

.hright h2 {
	font-size:18px;
	line-height:1.25;
	margin:0 0 .75em;
}

input.externalAccountId {
	width:30px;
}

.js-sort-results {
	width:100%;
}

.js-sort-results th {
	padding:1em 1em 1em .5em;
	height:auto;
	width:25%;
}

/*** New Globals ***/
#content .notice {
	margin-top:7px;
}

/*** Global Tables ***/
#content th {
	margin:0;
	text-align:inherit;
}

/*** Nav ***/
.ie7 #menu ul ul li {
	overflow:hidden;
}

/*** Home ***/
#service-alerts h2 a {
	padding-right:22px;
	background:url(/resources/images/rss.gif) 100% 3px no-repeat;
}

#rss-subscribe a {
	font-size:1.1em;
}

/*** Manage Domain Page ***/
#content .clearSelections {
	margin-top:-35px;
}

#content #actionGroup .center-align {
	width:800px;
	margin:0 auto;
}

#content #actionGroup p {
	font-size:1.1em;
}

#content #actionGroup a {
  font-weight: 700;
  font-size: 1.15em;
  margin: 0 8px;
}

#content #actionGroup a:hover {
	text-decoration:underline;
}

#search-results-container .quickActionItems ul {
	background: #3E3E3E;
	padding: 10px;
	border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  left: auto;
	top: -20px;
	width: auto;
	float: left;
	right: 100%;
	margin-right: 5px;
}

#search-results-container .quickActionItems:hover {
  text-decoration: underline;
}

#search-results-container .quickActionItems ul:before {
  content: " ";
  border: 6px solid transparent;
  border-left: 8px solid #333;
  position: absolute;
  right: -14px;
  top: 14px;
}

#search-results-container .quickActionItems:hover ul {
	display:block;
}

#search-results-container .quickActionItems ul li {
	color:#fff;
}

#search-results-container .quickActionItems ul li a {
	color:#fff;
	font-weight:400;
}

#search-results-container .quickActionItems ul li a:hover {
	text-decoration:underline;
}

#search-results-container .quickActionItems {
  white-space: nowrap;
  margin-left: -6px;
	padding-left: 6px;
	text-decoration: underline;
}

td.product-options {
  width: auto;
}

td.product-options h3 {
  text-align: left;
}

.ui-widget-content {
  border: 1px solid #DDD;
}

.ui-corner-all {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/*** Register Domain Page ***/
.search-domains {
	clear: both;
}

.search-domains .option-item {
	clear:both;
	overflow:hidden;
}

.search-domains .option-item input {
	margin-top:1px;
	margin-left:0;
}

.search-domains .option-item label, .search-domains .option-item input {
	float:left;
}

#completeOrder input {
	margin-top:30px;
	font-size: 15px;
}

#completeOrder #orderHosting {
	margin-left:10px;
}

/*** Finance Pages  ***/
#payment-settings div input[type=radio] {
	float:left;
	margin:0;
}

#payment-settings div {
	padding:8px 0;
}

#payment-settings div h3, #payment-settings div input[type="submit"] {
	margin-left:2em;
}

#payment-settings div div {
	margin-left:1.8em;
}

#payment-settings div h3 {
	margin-top:0;
}

#australian-bank, #international-bank {
	display:none;
}

.summary p {
	margin-left:8px;
	color:#222;
}

.summary p span {
	font-weight:700;
}

.summary a {
	cursor:pointer;
}

.recharge-credit-card, .transactions {
	overflow:hidden;
	clear:both;
}

.recharge-credit-card {
	border-bottom:1px solid #E9E9E9;
	margin-bottom:20px;
	padding-bottom:20px;
}

.recharge-bpay, .recharge-cheque {
	width:43%;
	float:left;
}

#content .prepaid-account {
	overflow:hidden;
}

#content .prepaid-account h3 {
	margin:12px 0;
}

.cc-wrapper label {
	line-height:32px;
	margin-right:8px;
}

#credit-card-form {
	display:none;
	margin-left:24px;
	padding-bottom:14px;
	overflow:hidden;
}

#credit-card-form label {
	width:112px;
}

.credit-card-option {
	margin:1em 0;
	overflow:hidden;
}

.credit-card-option p, .credit-card-option select {
	cursor:pointer;
	float:left;
	clear:both;
}

.credit-card-option p {
	margin:8px 0;
}

.credit-card-option select {
	margin-left:25px;
}

#emailReceipt {
	margin-top:9px;
}

.transactions h2 {
	margin-bottom:0;
}

.csvExport {
	padding-top:8px;
}

/*System Preferences */
#preferences {
	overflow:hidden;
}

hr {
	border: 0;
	border-top: 1px solid #DDD;
	margin: 30px 0;
}

.form-block fieldset {
  border: 0;
  margin: 0;
  padding: 0 0 8px;
}
.form-block fieldset span {
  font-weight: 600;
  float: left;
  width: 110px;
}

.ui-form fieldset span {
	line-height: 31px;
}

.hostnames-form {
	margin: 0;
}

#content .form-block>div {
	margin-top:5px;
	clear:both;
	overflow:hidden;
}

#content .form-block>div>div, #content .form-block>div>span {
	float:left;
	clear:none;
}

#content .form-block>div>span, #content .form-block>div>div>span {
	padding-top:8px;
	display:block;
}

#content .form-block>div>span {
	width:200px;
}

#content #add-ssl-hostname > div > span, #content #theme-ftp > div > span, #content #add-hostname > div > span, #content #modify-ftp > div > span {
	width:110px;
}

#content .form-block .buttonbox {
	padding-top:0;
}

#content #add-ssl-hostname .buttonbox input, #content #add-hostname .buttonbox input {
	margin-left:15px;
}

#preferences > div > div .toggle {
	float: left;
}

#preferences div:nth-child(8) span {
	width: 100%;
}

#preferences .notification-settings h5 {
	padding-top:8px;
}

#preferences .notification-settings p {
	margin-bottom:0;
	margin-top:4px;
}

#preferences .notification-settings h5, #preferences .notification-settings p {
	margin-left:1px;
	clear:both;
	display:block;
	overflow:hidden;
}

#preferences .notification-settings p input, #preferences .notification-settings p label {
	float:left;
}

#preferences #updateReseller {
	margin-top:25px;
}

#parked label {
	display:inline;
}

.notification-settings p {
	overflow:hidden;
}

.notification-settings input, .notification-settings label {
	float:left;
}

/* VPS Hosting Page Specific */
#vps-products label {
	cursor:pointer;
}

#vps-products input[type="radio"] {
	width:auto;
	margin:0;
}

#vps-products .option-item {
	margin-bottom:4px;
}

#billing-frequency, #order-total {
	display:none;
}

#vps-order #billing-frequency label {
	width:45px;
}

#vps-plans, #vps-oses, #vps-addons, #billing-frequency {
	padding-bottom:20px;
	overflow:hidden;
}

.vps-plan {
	cursor:pointer;
}

#vps-products label, #billing-frequency label {
	display:inline;
}

#vps-plans {
	overflow:hidden;
}

#vps-plan-items {
	/* width:480px; */
	overflow:hidden;
}

.vps-plan {
  width: 220px;
  float: left;
  clear: none;
  text-align: center;
  margin: 0 20px 20px 0;
  display: inline;
}

.vps-plan .description {
  height: 50px;
}

.vps-plan .price {
  height: 32px;
}

.vps-plan .description + ul {
  position: absolute;
  margin-top: -57px;
  width: 220px;
}

.vps-plan .description + ul + p {
  display: none;
}

.vps-plan .description.odd + p:not(.price), .vps-plan .description.odd + p:not(.price) + p {
  margin-top: -67px;
  height: 50px;
}

.vps-plan:last-child, .vps-plan.last-child {
	margin-right:0;
}

#content .vps-plan h3 {
	margin:0;
	line-height:40px;
	border:1px solid #DDD;
	border-bottom:none;
}

.vps-plan p {
	color:#222;
	border:1px solid #DDD;
	margin:0;
	border-bottom:none;
	padding:8px 0;
}

.vps-plan .odd {
	background:#F5F5F5;
}

.vps-plan .option-select {
	margin:0;
	border:1px solid #DDD;
}

#addNewDomainForm label {
  padding-right: 20px;
}

.loading-icon p {
	margin-top:95px;
	text-align:center;
	font-weight:700;
}

#customer .option-item {
	margin-left:15px;
}

#customer .customer-search {
	margin-left:32px;
}

#order-total {
	width:400px;
	text-align:right;
	border-top:1px solid #DDD;
	padding-top:10px;
}

#order-total p {
	color:#222;
	font-size:1.2em;
}

#availability>div {
	clear:both;
	width:100%;
}

#availability .buyWhoisPrivacy input, #availability .buyWhoisPrivacy label {
	clear:nont;
	float:left;
}

/*Resource Hosting*/
#content .graph-wrapper, #content #package-management {
	overflow:hidden;
}

#content .graph-table {
	float:left;
	clear:none;
	width:465px;
	position:relative;
	padding-bottom:25px;
}

#placeholder {
	width:100%;
	height:320px;
}

#right-wrapper {
	width:485px;
	float:right;
	clear:none;
}

#content .graph-table .results tr td:first-child {
	width:70px;
}

#content .usage-table, #add-new-domain {
	overflow:hidden;
	clear:both;
}

.tooltip {
	position:absolute;
	top:366px;
	left:52px;
	border:1px solid #999;
	margin-right:50px;
	padding:4px;
	width:352px;
	background:#f5f5f5;
}

#add-new-domain {
	margin-top:25px;
	position:relative;
}

.arrow-bg {
	background:url(/resources/images/arrow-up.png) no-repeat 0 0;
	width:10px;
	height:10px;
	position:absolute;
	top:357px;
	z-index:2;
	left:0;
}

.form-section {
	overflow:hidden;
	clear:both;
}

#add-new-domain #productId {
	margin:10px 0;
}

#add-new-domain .domain-name span {
	margin-right:4px;
}

#add-new-domain .buttonbox {
	padding-top:0;
	margin-top: 10px;
}

#add-new-domain #customerSearchResult .greencode {
  border: 1px solid #ddd; 
  padding: 10px 10px 0;
  border-bottom: 0;
}
#add-new-domain #customerSearchResult .name {
  padding: 0 10px;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
}
#add-new-domain #customerSearchResult .email {
  padding: 0 10px 10px;
  border: 1px solid #ddd;
  border-top: 0;
}

#add-new-domain #customerSearchResult {
  margin: 10px 0 20px;
  display: block;
  float: none;
}

#content .blue-link {
	color:#fff!important;
	padding:8px;
	display:block;
	float:left;
	margin-top:12px;
	margin-right:20px;
	font-size:1.1em;
	text-decoration: none !important;
	background-color: #33B1FF;
	border-radius: 6px 20px 20px 6px;
	-moz-border-radius: 6px 20px 20px 6px;
	-webkit-border-radius: 6px 20px 20px 6px;
}

#content .blue-link:hover {
	text-decoration:none;
	background-color:#009CFF;
}

#package-management-container, #package-management p {
	overflow:hidden;
}

#package-form {
	position:relative;
}

#package-form .blue-link {
	position:absolute;
	top:70px;
	left:465px;
	cursor:pointer;
	margin-top:-10px;
	margin-left:5px;
}

#package-form .disabled {
	color:#ccc!important;
}

.selection-options, .comparison-container {
	width:49%;
	float:left;
	clear:none;
}

.selection-items>div {
	margin-top:10px;
	overflow:hidden;
}

#comparison {
	float:right;
}

.group-control {
	clear:both;
	overflow:hidden;
	margin:0 0 10px;
}

.group-control input, .group-control label {
	float:left;
}

.group-control input {
	margin:0 6px 0 0;
}

.selection-group {
	clear:both;
	margin:0 0 0 18px;
	overflow:hidden;
}

.selection-group>div {
	overflow:hidden;
	margin-bottom:5px;
}

.selection-group>div>* {
	float:left;
	clear:none;
}

.selection-group>div label {
	line-height:28px;
	width:100px;
}

.selection-group>div input {
	margin:0;
}

.selection-group>div .radio-options {
	line-height:29px;
}

.selection-group>div .radio-options span {
	margin-right:10px;
}

#top-nav-container {
	display: none; /* Hide it */
  height: 90px;
  margin: -170px auto 80px;
  background: #2E83B8;
  position: relative;
  width: 1001px;
  color: #FFF;
}

#top-nav-container ul li a {
  font-size: 15px;
  line-height: 1.4em;
}

#top-nav-wrap {
  padding: 20px;
  width: auto;
}

#header-domain-search {
  position: absolute;
  right: 0;
  top: -44px;
}

#header-domain-search .arrow {
  background: #33B1FF url(/resources/images/arrow-go.png) 50% 50% no-repeat;
  height: 38px;
  -webkit-border-radius: 21px 99px 99px 21px;
  -moz-border-radius: 21px 99px 99px 21px;
  border-radius: 21px 99px 99px 21px;
}

#header-domain-search .actions {
  float: left;
  width: auto;
}

#header-domain-search input[type=text] {
  float: left;
  margin: 0 6px 0 0;
  font-size: 15px;
  border: 0;
  padding: 10px 14px;
  width: 250px;
}

#header-domain-search select {
  float: left;
  margin: 0 6px 0 0;
  font-size: 17px;
  border: 0;
  padding: 8px 44px 8px 14px;
  height: 38px;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #33b1ff url(/resources/images/dropdown.png) 100% 50% no-repeat;
  color: #fff;
  cursor: pointer;
}

#header-domain-search .actions input {
  font-size: 17px;
  margin: 0;
  padding: 8px 20px 8px 14px;
  height: 38px;
}

#top-nav-container .home-links {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -100px;
}

#top-nav-wrap > ul > li {
  background: 0;
  padding: 9px 12px;
}

#top-nav-wrap > ul > li a {
  color: #B2E2FF;
}

#top-nav-container ul li.last > a {
  color: #fff;
}

#top-nav-wrap > ul > li a:hover, #top-nav-container ul li.last > a:hover {
  color: #FFFBCC;
  text-decoration: none;
}

#top-nav-wrap .welcome {
  font-size: 16px;
  width: 330px;
  margin: 6px 0 10px;
}

#top-nav-wrap .oneoff {
  font-size: 14px;
}

#top-nav-wrap .new-code {
  color: #FFF;
  font-size: 13px;
  text-decoration: underline;
}

#top-nav-container ul ul {
  padding: 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#top-nav-container .account.last:hover {
  background: #3E3E3E;
}

/** TPPPRODUCT-730 */
#alertsDiv {
	display: none;
}

#alertsDiv ul {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 16px;
}

#alertsDiv ul li {
  float: left;
  background: 0;
  padding: 0;
  width: 140px;
  padding-right: 12px;
}

#alertsDiv ul li a {
  font-size: 12px;
  line-height: 14px;
}

#alertsDiv ul li a:hover div {
  text-decoration: underline;
}

#alertsDiv span {
  text-align: center;
  width: 58px;
  height: 58px;
  line-height: 58px;
  /*background: #98D7FF;*/
	background-color: var(--tpp-secondary-dark-gray, #98D7FF);

  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  font-size: 24px;
  color: #007ECC;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#alertsDiv ul li div {
  vertical-align: middle;
  display: inline-block;
  width: 65px;
}

#alertsDiv ul .exp-alert span {
  background: #fffbcc;
  color: #cc2229;
}

#alertsDiv ul .exp-alert div {
  color: #fffbcc;
}

#top-nav-container ul li a:hover {
  text-decoration: none;
}

#top-nav-wrap .loading {
  margin-top: -65px;
}

.search-form input.ui-button, #actionGroupRes .ui-button, #registerDomain, #transferDomainSubmit, #orderHosting, input.submit, .secondaryButton, .buttonbox input {
  background: #33B1FF;
  padding: .5em 1.5em .5em 1em;
  font-size: 14px;
}

.buttonbox {
  clear: both;    
}

.search-form input.ui-button:hover, #actionGroupRes .ui-button:hover, #registerDomain:hover, #transferDomainSubmit:hover, #orderHosting:hover, input.submit:hover, .secondaryButton:hover, .buttonbox input:hover, input.ui-state-default:hover, .ui-widget-content input.ui-state-default:hover, .ui-widget-header input.ui-state-default:hover, input[type="submit"]:hover, a.ui-button:hover {
  background: #009CFF;
}

.search-form {
  font-size: 15px;
  line-height: 32px;
  margin-top: 20px;
}

.search-form p {
  line-height: 1.4em;
}

.search-form .form-horiz-group div {
  margin: 0;
}

.search-form input, .search-form select {
  margin: 0;
  vertical-align: top;
  font-size: 15px;
}

.search-form select {
  height: 32px;
}
.search-form  h3 {
    font-family: 'Gantari', sans-serif,'Helvetica Neue', Helvetica, Arial;
    font-weight: 200;
    letter-spacing: -1px;
}


select#tld {
  margin-right: 10px;
}

#content #tos input, #content #tos span {
	float: none;
}

div.header {
	display: none; /* Hide it */
	background:#006eb3;/* Old browsers */
	background:-moz-linear-gradient(top, #006eb3 0%, #005e99 100%);/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%, #006eb3),color-stop(100%, #005e99));/* Chrome,Safari4+ */
  background:-webkit-linear-gradient(top, #006eb3 0%, #005e99 100%);/* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top, #006eb3 0%, #005e99 100%);/* Opera 11.10+ */
  background:-ms-linear-gradient(top, #006eb3 0%, #005e99 100%);/* IE10+ */
  background:linear-gradient(to bottom, #006eb3 0%, #005e99 100%);/* W3C */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006eb3',endColorstr='#005e99',GradientType=0);/* IE6-9 */
  padding: 40px 0 90px;
  margin-bottom: 80px;
  height: 70px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1001px;
  position: relative;
  clear: both;
}

#service-alerts h2 a, #service-alerts h2 a:hover {
  color: #1a1a1a !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

#service-alerts h3 a {
  color: #1a1a1a !important;
  font-size: 13px;
}

#service-alerts h3 a:hover {
  text-decoration: none;
  color: #009CFF !important;
}

input[type="submit"], input.ui-state-default, .ui-widget-content input.ui-state-default, .ui-widget-header input.ui-state-default, a.ui-button {
  background: #33B1FF;
  -webkit-border-radius: 6px 20px 20px 6px;
  -moz-border-radius: 6px 20px 20px 6px;
  border-radius: 6px 20px 20px 6px;
  padding: 6px 17px 6px 12px;
  color: #fff !important;
  font-size: 13px;
  clear: both;
  border: 0;
  cursor: pointer;
  height: auto;
}

#service-alert-btns, #account-summary ul {
  margin: 0;
}

#dashboard-container {
  background: #F3F3F3;
  padding: 20px;
}

#dashboard-container #sales-summary {
  float: none;
}

#dashboard-container .dashboard-row .dash-container h3 {
  margin: 0 0 10px
}

#reseller-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#reseller-container #content {
  padding: 40px 20px;
}

#content-wrapper {
  position:relative;
}

#menu {
  /*position: absolute;*/
  /*margin: -80px 0 0 40px;*/
  width: auto;
}

#menu ul ul {
  left: -2px;
  top: 46px;
  border: 2px solid #E2E2E2;
  border-top: 0;
  padding: 20px 20px 5px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
}

#menu li {
  white-space: nowrap;
}

#menu > ul > li, #menu li.first, #menu li.last {
  display: block;
  padding: 16px 26px 16px 26px;
  background: none;
  margin: 20px 0 0 -2px;
  width: auto;
  height: auto;
  border: 2px solid #E2E2E2;
  border-width: 0 2px;
  border-top: 2px solid transparent;
}

#menu h3, #menu li.first h3, #menu li.last h3, #menu li:hover h3 {
  background: none;
  padding: 0;
  color: var(--tpp-secondary-process-black, #1a1a1a);
  text-decoration: none;
  cursor: default;
}

#menu h3.single-line, #menu li:hover h3.single-line {
  padding: .6em 0 0;
}

#menu li.last {
  border-right: 2px solid transparent;
}

#menu li.last ul {
  right: -2px;
}

#menu li.first, #menu li.last {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#menu li.first {
  border-left: 2px solid transparent;
}

#menu > ul > li:hover {
  background: #fff;
  border-top: 2px solid #E2E2E2;
}

#menu > ul > li.first:hover {
  border-left: 2px solid #E2E2E2;
}

#menu > ul > li.last:hover {
  border-right: 2px solid #E2E2E2;
}

/* Menu improvement */
#menu > ul > li:hover {
  border: 0 !important;
  background: transparent;
	cursor: pointer;
}
#menu ul ul, #menu .navContent li:hover .navContent {
	/*border: 2px solid  #98D7FF;*/
	border: 2px solid var(--tpp-secondary-mid-gray, #98D7FF);
}
#menu ul ul:before {
  content: " ";
  position: absolute;
  left: 25px;
  top: -20px;
  border: 10px solid transparent;
  /*border-bottom: 10px solid #98D7FF;*/
	border-bottom: 10px solid var(--tpp-secondary-mid-gray, #98D7FF);
}
#menu .navContent .navContent:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 19px;
  border: 7px solid rgba(0, 0, 0, 0);
  /*border-left: 6px solid #98D7FF;*/
	border-left: 6px solid var(--tpp-secondary-mid-gray, #98D7FF);
}
#menu li {
  border: 0 !important;
  padding-bottom: 10px;
}
#menu a:link, #menu a:visited {
  margin: 0;
}
#menu li.last ul {
  left: -2px;
  right: auto;
}

/* IE overrides */
.ie input.domain-id, .ie #select-all, .ie #createNewAccount, .ie #searchExistingAccount, .ie #tos input {
	border-width:0;
	background:none;
}
.ie7 #service-alerts {
	position:static;
}
.ie7 .vps-plan {
	margin-right:20px;
}

/* IE6 No More */
.ie6nomore {
	border:1px solid #F7941D;
	background:#FEEFDA;
	clear:both;
	height:75px;
	position:relative;
}
.ie6nomore .close {
	position:absolute;
	right:5px;
	top:5px;
}
.ie6nomore .inner {
	width:800px;
	margin:0 auto;
	overflow:hidden;
	color:#000;
}
.ie6nomore img {
	padding-right:30px;
	float:left;
}
.ie6nomore h3 {
	font-size:14px;
	font-weight:700;
	margin:12px 0 4px;
}
.ie6nomore p {
	font-size:12px;
	line-height:15px;
}
.ie6text {
	width:350px;
	float:left;
	padding-right:30px;
}
#customerSearch div label {
	float:left;
}
#package-management-container input {
  width: auto;
}
#package-management-container .selection-options {
  width: 300px;
}
#package-management-container .comparison-container {
  width: 660px;
}
#package-management-container .group-control label {
  float: none;
  font-weight: bold;
  font-size: 14px;
}
#package-management-container #comparison-table-control {
  float: right; 
  text-decoration: none; 
  text-shadow: none; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  font-size: 15px; 
  padding: 8px 14px; 
  margin: 0 13px 0 0;
  position: relative;
  top: 0; 
  left: 0;
}
#package-management-container .selection-group > div > div, #package-management-container .selection-group > div > input, #package-management-container .selection-group > div > select {
  float: right;
  margin-right: 20px
}
#package-management-container #package-form > div > label + input {
  margin-left: 63px;
}
div#emailVariables {
  text-align: left;
  border: 2px solid #E2E2E2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}
div#emailVariables label {
  width: 100%;
  display: none;
}
div#emailVariables input {
  padding: 0;
  width: 100%;
  border: 0;
  margin: 0;
}
div#emailVariables p {
  margin: 0 0 2px;
}
div#emailVariables form {
  margin: 0;
}
div#emailVariables form h4 {
	margin-top: 0;
}
iframe {
	border:0;
	margin-top:20px;
	overflow:hidden;
}
.deprecated {
  padding: 10px;
  text-align: left;
}
#menu .navContent .navContent {
  right: 125px;
  left: auto;
	top: -20px
}

/* Support Tab */

table{
  max-width:100%;
  background-color:transparent;
  border-collapse:collapse;
  border-spacing:0;
}
.table{
  width:100%;
  margin-bottom:20px;
}
.table th,.table td{
  padding:8px;
  line-height:20px;
  text-align:left;
  vertical-align:top;
  border-top:1px solid #dddddd;
}
.table th{
  font-weight:bold;
}
.table thead th{
  vertical-align:bottom;
}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{
  border-top:0;
}
.table tbody+tbody{
  border-top:2px solid #dddddd;
}
.table .table{
  background-color:#ffffff;
}
.pagination ul{
  display:inline-block;
  *display:inline;
  *zoom:1;
  margin-left:0;
  margin-bottom:0;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul>li{
  display:inline;
}
.pagination ul>li>a,.pagination ul>li>span{
  float:left;
  padding:4px 12px;
  line-height:20px;
  text-decoration:none;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-left-width:0;
}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{
  background-color:#f5f5f5;
}
.pagination ul>.active>a,.pagination ul>.active>span{
  color:#999999;
  cursor:default;
}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{
  color:#999999;
  background-color:transparent;
  cursor:default;
}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{
  border-left-width:1px;
  -webkit-border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
  border-top-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-bottomleft:4px;
  border-bottom-left-radius:4px;
}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  border-top-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -moz-border-radius-bottomright:4px;
  border-bottom-right-radius:4px;
}
.pull-right{
  float:right;
}
.loading {
  background: url(/newinterface/images/loading.gif) 50% 40% no-repeat;
  min-height: 80px;
}
#support .content {
	width: 700px;
	overflow: hidden;
}
#support .sidebar {
	padding: 20px;
}
#support .sidebar li {
	margin-bottom: 4px;
}
#support .search-form input[type=text] {
	width: 550px;
	padding: 8px 12px;
}
#support-tickets, #service-alerts {
	clear: both;
	width: 100%;
}
#support #search-support, #support #service-alerts-container {
  background: #F2F2F2;
}
#support #search-support h2, #support #service-alerts-container h2, #support #support-tickets h2 {
  font-weight: 500; font-size: 20px; line-height: 1.4em; margin: 0 0 10px;
}
#support #service-alerts > h2 {
  display: none;
}
#support #support-tickets {
  padding-top: 20px;
}
.correspondence fieldset {
  padding: 30px;
  background: #F3F3F3;
  border: 0;
}
.correspondence input {
  margin: 4px 0 10px 0;
}
.correspondence textarea {
  margin: 4px 0 10px 0;
  border-color: #ccc;
  width: 890px;
  height: 100px;
}
.correspondence label {
  display: block;
}
.correspondence .item {
  margin-bottom: 10px;
}
.correspondence .item-top {
  font-weight: 600;
  background: #efefef;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.correspondence .item-top p {
  margin: 0;
}
.correspondence .attachment {
  background: #efefef url(/newinterface/images/icon-attach.png) 100% 20px no-repeat;
}
.correspondence pre {
  background: #f8f8f8;
  padding: 20px;
  overflow: hidden;
  margin: 0;
  white-space: pre-line;
}
.correspondence .closed .item-top {
  border: 0;
}
.correspondence .closed:last-of-type {
  margin-bottom: 10px;
}
.correspondence .dl-attach {
  background: #1FA2E9 url(/newinterface/images/icon-attach-blue.png) 12px 10px no-repeat;
  padding: 10px 14px 10px 42px;
  margin: 10px 0 0 10px;
  float: right;
  color: #fff;
}
#content .correspondence .dl-attach a {
  color: #fff;
  text-decoration: underline;
}
.file-attachments {
  list-style: disc;
  margin-left: 30px;
}
.new-ticket .contact-box {
  width: 505px;
  padding: 30px;
  background: #F3F3F3;
  overflow: hidden;
}
.new-ticket label {
	width: 200px;
	line-height: 27px;
	font-weight: 600;
	float: left;
	clear: left;
	margin: 0 0 6px;
}
.new-ticket input[type=text], .new-ticket textarea, .new-ticket select {
	float: l;
	border: 1px solid #ddd;
	padding: 6px 10px;
	width: 280px;
	margin: 0 0 6px;
}
.new-ticket select {
	width: 302px;
}
#current-contact-form {
  width: 430px;
}
.manage-logins label {
	width: 200px;
	float: left;
	clear: left;
}
#existing-logins label {
  width: auto;
  line-height: 30px;
  padding-right: 12px;
}
#existing-logins label + div {
  float: left;
  width: 370px;
}
div.passwordStrength {
	width: 110px;
}
#cancel-service-form td {
  vertical-align: top;
  padding: 10px;
}
#cancel-service-form td:first-child {
  line-height: 30px;
  font-weight: bold;
  width: 200px;
}
#cancel-service-form select {
  margin: 0;
}
#cancel-service-form p {
  line-height: 1.4em;
}
#cancel-service-form textarea {
	width: 100%;
	height: 100px;
}
.reason-sub-list {
	background: #FFF;
	padding: 10px;
	margin: 10px 0;
}
.reason-sub-list label {
	display: block;
	margin-bottom: 5px;
}
.delete-logo {
	position: absolute;
	left: 20px;
	margin-top: 22px;
}
.legend {
	margin: -20px 30px 10px 0;
}

/* New Dashboard */
form .arrow, input.arrow, input.arrow:hover {
  border: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  height: 56px;
  width: 56px;
  background: #98D7FF url(/resources/images/arrow-go-blue.png) 50% 50% no-repeat;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  cursor: pointer;
  vertical-align: middle;
}
#content .db-content a {
  text-decoration: none;
}
#content .db-content a:hover {
  text-decoration: underline;
}
.db-left {
  width: 610px;
  float: left;
  display: inline;
  margin-right: 10px;
}
.db-left h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4em;
  margin: 0 0 10px;
	font-family: 'Gantari', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.db-right {
  width: 340px;
  float: left;
  display: inline;
}
.db-manage-domains {
  background-color: var(--tpp-secondary-blue-gray, #658599); /** Now using TPP secondary dark gray */
	/*background: #658599;*/
  padding: 40px 30px;
}
.db-manage-domains h1 {
  color: var(--tpp-secondary-white, #FFF);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#content .db-manage-domains > a {
  color: var(--tpp-secondary-white, #FFF);
  float: right;
  font-size: 18px;
  background: url(/resources/images/arrow-go.png) 100% 50% no-repeat;
  padding-right: 32px;
  line-height: 44px;
	font-family: 'Gantari', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#home-domain-search {
  float: none;
  width: 484px;
  margin: 0;
  background: #fff;
  padding: 5px;
  position: relative;
}
#home-domain-search form {
  margin: 0;
}
#home-domain-search input, #home-domain-search select {
  border: 0;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  line-height: 20px;
}    
#home-domain-search select {
  font-size: 17px;
  border: 0;
  padding: 8px 44px 8px 14px;
  height: 38px;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #A3B6C2 url(/resources/images/dropdown.png) 100% 50% no-repeat;
  cursor: pointer;
}
#home-domain-search input[type=text] {
  float: none;
  width: 310px;
}
.arrow-list li {
  background: url(/resources/images/bullet-arrow.png) 0 50% no-repeat;
  padding-left: 13px;
  margin-left: 12px;
}
#content .arrow-list a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  color: #1A1A1A;
}
.db-manage-domains .arrow-list ul {
  width: 50%;
  float: left;
  display: inline;
  margin: 30px 0 0;
}
.db-manage-domains .arrow-list li {
  background: url(/resources/images/bullet-arrow-blue.png) 0 50% no-repeat;
}
#content .db-manage-domains .arrow-list a {
  color: #b2e2ff;
}
#home-domain-search .arrow {
  position: absolute;
  right: -65px;
  top: -4px;
}
#support-section {
  background: #f2f2f2;
  padding: 10px;
  margin-top: 10px;
}
#search-support, #status-report-container, #service-alerts-container {
  background: #FFF;
  overflow: hidden;
  padding: 30px 20px;
  margin-top: 10px;
}
.support-top {
  padding: 20px 20px 0;
}
#content .support-top a {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 30px;
}
.support-top ul {
  float: right;
  margin: 8px 0 0;
}
.support-top li {
  float: left;
  padding-left: 10px;
  margin-left: 12px;
  border-left: 1px solid #ccc;
	font-family: 'Gantari', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.support-top li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
#search-support input[type=text] {
  font-size: 16px;
  padding: 14px 16px;
  border: 1px solid #E8E8E8;
  background: #FCFCFC;
  margin: 0 6px 0 0;
  vertical-align: middle;
  width: 450px;
}
#status-report-container h2 {
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
#content #status-report-container > a, #content #service-alerts-container > a {
  float: right;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 22px;
}
#status-report-container h2, #service-alerts-container h2 {
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.status-container {
  width: 400px;
  float: left;
  display: inline;
  font-size: 15px;
  line-height: 23px;
}
.status-container p {
  margin: 0;
  font-size: 18px;
}
.status-legend {
  float: right;
  margin: 10px 0;
}
.status-legend p {
  clear: both;
  margin: 0 0 4px;
}
.green, .orange, .red {
  float: left;
  width: 12px;
  height: 12px;
  margin: 6px 7px 0 12px;
  background: #CCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.status-legend span {
  width: 9px;
  height: 9px;
  margin: 3px 7px 0 0;
}
.green {
  background: #6AB22D;
}
.orange {
  background: #FF8A1B;
}
.red {
  background: #C5181F;
}
.infotips {
  height: 19px;
  width: 19px;
  background: url(images/tooltip.png) 0 0 no-repeat;
  display: inline-block;
  margin: 3px 0 -3px 12px;
}
#content #service-alerts-container li {
  padding-left: 22px;
  margin-left: 12px;
  position: relative;
}
#content #service-alerts-container li:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 12px solid #CC2229;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  margin: 6px;
  left: -6px;
}
#content #service-alerts-container li a {
  color: #CC2229;
  font-size: 18px;
  line-height: 1.4em;
}
.db-right h2, #support .sidebar h2 {
  font-size: 25px;
  line-height: 28px;
  color: #FFF;
  padding-bottom: 10px;
  border-bottom: 8px solid #535353;
  margin: 0;
}
#content .db-right a, #support .sidebar a {
  color: #fff;
}
.db-right > div {
  width: 300px !important;
}
.db-right > div, #support .sidebar {
  background: #404040;
  overflow: hidden;
  padding: 30px 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
}
#quick-links li, #reports li {
  list-style: none;
  margin: 0 0 5px;
  font-size: 15px;
}
#quick-links p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
#quick-links span {
  color: #999;
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}
.finances {
  border-bottom: 8px solid #535353;
  padding: 20px 0;
}
.finances .pull-right {
  float: right;
  color: #b2e2ff;
  white-space: nowrap;
  width: auto !important;
}
#content .finances .pull-right a {
  color: #b2e2ff;
}
.finances p + span {
  margin-top: 10px;
}

/* New account page */
#manage-account form {
  overflow: hidden;
}
#manage-account label {
  width: 200px;
  float: left;
  clear: left;
  margin-bottom: 6px;
}
#manage-account input[type=text], #manage-account input[type=password], #manage-account select {
  float: left;
  margin: 0;
  padding: 6px 10px;
  width: 320px;
  border: 1px solid #CCC;
}
#manage-account select {
  width: 342px;
}
#manage-account .passwordStrength {
  padding-bottom: 6px;
}
#manage-account-container {
  margin-top: -20px;
}
.manage-logins #search-results {
  margin: 20px -20px -20px;
  width: 583px;
}
#content #existing-logins {
  overflow: visible;
  padding: 30px;
  border: 3px solid #F3F3F3;
}
#existing-logins .passwordStrength, #existing-logins div.percentBackground {
  width: 70px;
}
#existing-logins input[type=submit] {
  float: right;
}
#existing-logins input[type="password"] {
  width: 150px;
}
#existing-logins input[type="password"], #existing-logins .passwordStrength {
  float: left;
  clear: none;
}
.new-login {
  position: relative;
}
.new-login .cancel {
  text-indent: -99999px;
  height: 14px;
  position: absolute;
  width: 14px;
  background: url(/resources/reseller/css/smoothness/images/ui-icons_888888_256x240.png) -96px -128px no-repeat;
  right: 30px;
  top: 30px;
}
.notification-settings > p {
  float: left;
  width: 200px;
  margin: 0 20px 20px 0;
}
.notification-settings .toggle {
  float: left;
}
.notification-settings h3 {
  clear: both;
}
.notification-settings h2:nth-of-type(2) {
  margin: 20px 0;
}
.notification-settings > a {
  display: block;
  margin-top: 20px;
}
#updateMessages {
  overflow: hidden;
}
#updateMessages p {
  font-size: 12px;
  margin: 0;
}
#update-swirly.loading {
  float: right;
  height: 55px;
  width: 55px;
  background: url(/newinterface/images/loading-dark.gif) 0 0 no-repeat;
  position: absolute;
  right: 62px;
  margin-top: 12px;
}
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-color: #E6DB55;
  background: #FFFBCC;
}
#updateMessages .error {
  border: 1px solid #DF8F8F;
  background: #FFD7D7;
  color: #363636;
  padding: 0.5em;
  margin-bottom: 1em;
  margin-left: 0;
}

/* Tooltips */
button.help {
  background: #2E83B8;
  color: #fff;
  border: 0;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 400;
}
#reseller-notifications button.help {
  position: absolute;
  height: 16px;
  width: 16px;
  margin-top: 2px;
  font-size: 11px;
}
#message {
  border-color: #2E83B8;
  opacity: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.2em;
}
#content > .warning-box:first-child {
  display:none;
}
.footer-legal {
  height: 60px;
}
.footer-legal ul {
  padding: 20px 0 0;
  margin: 0;
}
.footer-legal li {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}
.footer-legal a {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 16px;
}
.footer-legal p {
  color: #b3b3b3;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  float: right;
}
.landrush {
  position: absolute;
  top: 260px;
  color: #000;
  left: 20px;
  font-size: 13px;
  padding: 4px 8px;
  background: #fff696;
  font-weight: 600;
  z-index: 9;
}
.landrush:hover {
  color: #000;
  text-decoration: none;
}
.rmessage {
  background: #fff696;
  border: 1px solid #e6db55;
  padding: 10px;
  position: absolute;
  top: 260px;
  color: #000;
  left: 20px;
  font-size: 13px;
  line-height: 19px;
  z-index: 9;
  font-weight: 600;
}
.rmessage:hover {
  color: #000;
}
/*
#reseller-container #content {
  padding-top: 90px !important;
}
*/
.first-login {
  width: 600px;
}
.first-login label {
  padding-right: 20px;
}
.first-login input[type="checkbox"] {
  margin: 0 20px 0 0;
}
.first-login input[type="password"] {
  padding: 6px;
  width: 300px;
}
.first-login table {
  margin: 30px 0;
}

@-moz-document url-prefix() {
  select {
    background-image: none !important;
    padding-right: 8px !important;
  }
}

#searchResult span#availability {
  float: none;
}

#search-domains .search-item-group {
  padding: 0;
  box-sizing: border-box;
}

.search-item-group textarea {
  box-sizing: border-box;
}

#status-report-container, #service-alerts-container {
  display: none;
}
/**/

input.smlText.externalAccountId.ui-widget-content.ui-corner-all {
  width: 45px !important;
 }


.tpp-header-wrapper {
	color: var(--tpp-secondary-white);
}
.header-dark-blue {
	background: var(--tpp-primary-dark-blue);
}

.header-bright-blue {
	background: var(--tpp-primary-bright-blue);
}
.header-secondary-lime {
	background: var(--tpp-secondary-lime);
}
.header-secondary-emerald {
	background: var(--tpp-secondary-emerald);
}
.header-secondary-aqua {
	background: var(--tpp-secondary-aqua);
}
.header-secondary-blue-gray {
	background: var(--tpp-secondary-blue-gray);
}
.header-secondary-aqua-dark {
	background: var(--tpp-secondary-aqua);
	color: var(--tpp-secondary-process-black);
}
.header-secondary-lime-dark {
	background: var(--tpp-secondary-lime);
	color: var(--tpp-secondary-process-black);
}

.header-secondary-lime-dark .tpp-header-image, .header-secondary-aqua-dark .tpp-header-image {
	filter: invert(0.8);
}





.tpp-header {
	margin: 0 auto;
	max-width: 62.5625rem;
}
.announcement {
	padding: 1rem 2rem;
	font-size: 1rem;
	line-height: 1.2rem;
}
.tpp-header-message {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	font-family: 'Gantari','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:center;
	font-size: 1rem;
}
.tpp-header-message div {
	align-self: center;
	margin: 0.25rem;
	cursor: default;
}
#tpp-header-read-more-button {
	cursor: pointer;
	font-family: 'Gantari','Helvetica Neue', Helvetica, Arial, sans-serif;
	min-width: 9rem;
	padding: 0.625rem 1.125rem;
	border-radius: 0.5rem;
	border: 1px solid var(--tpp-secondary-light-gray, #F9F5FF);
	background: var(--tpp-secondary-light-gray, #F9F5FF);
	font-size: 0.9rem;
	line-height: 1em;
	margin-right: 1rem;
}
.tpp-header-image {max-height: 3rem; min-width: 7.5rem;}
.tpp-header-message-primary {font-weight: bold; font-weight: 600;}
.tpp-header-message-aside {font-weight: 200;}
a.header-link {text-decoration: none;color: var(--tpp-secondary-lime, #A7E163);border-bottom: 2px solid var(--tpp-secondary-lime-darker);padding-bottom: 2px;transition: color 0.5s ease-in-out, border-bottom-color 0.5s ease-in-out;}
a.header-link:hover {text-decoration: none;color: var(--tpp-secondary-lime, #A7E163);border-bottom: 2px solid var(--tpp-secondary-white);padding-bottom: 2px;color: white;}
a.header-link:active {text-decoration: none;color: var(--tpp-secondary-lime, #A7E163);border-bottom: 2px solid var(--tpp-secondary-lime-lighter); padding-bottom: 2px;}

/* Hide announcement by default via announcement-wrapper display: none  */
#announcement-wrapper {display: none;  background-color: var(--tpp-secondary-light-gray); font-family: 'Gantari','Helvetica Neue', Helvetica, Arial, sans-serif;}
.announcement, .announcement ul li { font-family: 'Gantari','Helvetica Neue', Helvetica, Arial, sans-serif;}
.announcement ul, .announcement ul li { font-size: unset;}

/* Status Alert Boxes */
.landing-dashboard {
	display: flex;
	margin-bottom: 0.625rem;
}

.statusbox {
	flex: 1;

	align-items: center;
	justify-content: center;

	/*min-height: 5rem;*/
	font-size: 1rem;
	text-align: center;
	font-family: 'Gantari', 'Helvetica Neue', Helvetica, Arial, sans-serif;

	border: 1px solid #ddd;
	border-radius: 1px;

	padding: 1.2rem 0.5rem;
	line-height: 1.15rem;
	letter-spacing: 0.4px;
}
.statusbox + .statusbox {
	margin-left: 2%;
}
.statusbox a {
	text-decoration: none;
}
.statusbox a:hover {
	text-decoration: underline;
}
.statusbox a span {
	font-weight: bold;
	display: block;
	font-size: 1.625rem;
	text-decoration: none!important;
	margin-bottom: 0.5rem;
}
.statusbox a:hover span {
	font-weight: bolder;
}
.status-expired-domains, .status-expired-domains a {
	color: var(--tpp-red-unofficial, #842029)!important;
	background-color: var(--tpp-pink-unofficial, #f8d7da);
	border-color:  color-mix(in srgb,var(--tpp-red-unofficial),#fff 60%); /*#f5c2c7;*/
}
.status-expiring-products, .status-expiring-products a {
	color:  var(--tpp-secondary-process-black, #000) !important; /* #664d03!important; */
	background-color: var(--tpp-secondary-light-gray, #DDE5ED); /* #fff3cd; */
	border-color: var(--tpp-secondary-mid-gray, #BFCED6);
}
.status-renewal-domains, .status-renewal-domains a {
	color:  var(--tpp-secondary-process-black, #000) !important; /* #055160!important; */
	background-color: var(--tpp-secondary-aqua, #88DBDF); /* #cff4fc; */
	/*background-color: #cff4fc;*/
	border-color: var(--tpp-secondary-aqua-darker);
	/*border-color: #b6effb;*/
}
.status-total-domains, .status-total-domains a {
	color: #005500!important; /* var(--tpp-secondary-process-black, #000) !important;*/ /* #0f5132!important; */
	background-color: var(--tpp-secondary-lime, #A7E163); /* #d1e7dd; */
	border-color: var(--tpp-secondary-lime-darker);
}

.comPromoMessage {
	margin-top: 1.25rem !impoRtANT;
	padding: 0rem 0.5rem;
	background-color: var(--tpp-secondary-white, #FFF);
	border: 1px solid var(--tpp-secondary-lime-darker);
	color:  var(--tpp-secondary-process-black, #000) !important;
	font-weight: 400;
	width: 98%;
	font-size: 0.9rem!important;
}
.comPromoMessage h3 {
	font-size: 1.25rem;
	margin-top: 1rem;
	margin-bottom: 0.75rem;
	font-weight: 600;
	color: var(--tpp-primary-dark-blue, #003865);
	display: block;
	float: none!important;
}
.comPromoMessage div {
	margin-bottom: 0.5rem;
	line-height: 1.4;
	display: block;
}
.comPromoMessage strong {
	font-weight: 600;
}
.comPromoMessage .promo-highlight {
	background-color: var(--tpp-secondary-lime-lighter, #D3F0A9);
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	float: none!important;
}
.comPromoMessage .promo-details {
	font-size: 0.9rem;
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--tpp-secondary-light-gray, #DDE5ED);
	color: var(--tpp-secondary-blue-gray, #7094AA);
}
.promoTermsAndConditionsDetails {
	margin: 1.25rem 0.5rem !impoRtANT;
	padding: 1rem 0.5rem;
	color: var(--tpp-secondary-process-black, #000) !important;
	background-color: var(--tpp-secondary-light-gray, #DDE5ED);
	border: 1px solid var(--tpp-secondary-light-gray-darker);
	font-weight: 400;
}

.background-secondary-lime {
	background-color: var(--tpp-secondary-lime, #A7E163);
}
.text-secondary-lime {
	 color: var(--tpp-secondary-lime, #A7E163);
 }
.tpp-header-read-more-button-secondary-lime {
	background-color: var(--tpp-secondary-lime, #A7E163) !important;
	border-color: var(--tpp-secondary-lime-darker, #7FAD4B) !important;
}
.tpp-header-message-large {
	font-size: 1.75rem;
}
#promoTldPrice p {
	margin-top: 1rem;
}