/*-------------------------------------------------
LOGIN
-------------------------------------------------*/

.username__login{
	padding: 0;
	align-items: unset;
}
.username__login__label,
.login__password__label{
	font-size: 18rem;
	font-weight: 400;
	color: #6666;
	padding: 0 0 0 0.3rem;
	display: flex;
	
}

.faux-button{
	text-decoration: none;
	margin: 1.5rem 0;
	color: #3A6CEA;
	/* display: flex; */
	/* width: 2rem; */
}
.login__forgotPassword__label{
	margin: 20px 0;
	color: #98989E;
	/* font-family: Inter; */
	/* font-size: 18px; */
}

.faux-button:visited{
	color: #3A6CEA;
}
.login__password__input,
.login__username__input{
	border: #D8D8D8 1px solid;
	border-radius: 10px;
	outline: none;
	height: 29px;
	width: 100%;
}
#com-hostway-plugins-commons-login {
	max-width: 30vw;
	/* background:#06c url(/static/com/hostway/plugins/commons/images/login-bg-hostway.gif) repeat-x bottom; */
	background: transparent;
	/* border:2px solid #ccc; */
	min-width:25vw;
	margin:0 auto;
	text-align:center;}
#com-hostway-plugins-commons-login fieldset {background-color:transparent;border-top:0px;}
#com-hostway-plugins-commons-login table.form {margin:0;padding:0;}
#com-hostway-plugins-commons-login table.form td.fixedwidth {width: 14em;}
#com-hostway-plugins-commons-login label {
	color:black;
	padding-left:0;padding-right:0;vertical-align: top;font-size:1.2em;margin:1rem 0 .25rem 0;
	}
#com-hostway-plugins-commons-login label.required {
 	color:black;
	background: url(/static/com/hostway/plugins/commons/images/icon-formfield-required.gif) top left no-repeat;border-width:0px;vertical-align:top;
	}
#com-hostway-plugins-commons-login label.error {
	color: black;
	font-weight: bold;background: url(/static/com/hostway/plugins/commons/images/icon-formfield-error.gif) top left no-repeat;border-width:0px;vertical-align:top;list-style-position: inside;
	}

#com-hostway-plugins-commons-login label.error-nonrequired {
 	color: black;
	font-weight: normal;vertical-align:top;list-style-position: inside;}

#com-hostway-plugins-commons-login td.fixedwidth {width: 13em;list-style-position: inside;margin:0;padding:0;}

#com-hostway-plugins-commons-login td {
	font-weight:normal;
	background-color: transparent;
	text-align: left;
	color: #252525;
	vertical-align:top;
	font-size:.9em;
	border:0;
	width:auto;
	padding: .2em .2em .3em .2em;
	margin:0;
	}

/* #login-content {text-align: center;

	display: flex;
	
} */


/* .login-content__holder__main{ */
	/* margin-left: 25%; */
/* } */

/* WEBSITE INDEX PAGE */
/*#com-hostway-plugins-website-landing-createandenhance-list H2  */
 #com-hostway-plugins-website-landing-filemgmt-list H2, #com-hostway-plugins-website-landing-addedfxn-list H2 {float:left;clear:both;}

/* HOMEPAGE- (code compliments of Glish) */
#dashboard-content {
	background-color:#fff;
	border:0;
	border-bottom:1px solid #7fb2e5;
	padding: 2px 0 0 0;
	margin:0;
	width: 742px;
	min-height:708px;
	height:auto;
	}


/* for Internet Explorer */
	/*\*/
* html #dashboard-content {
	height: 650px;
	}
	/**/

#homepage-bodycopy {
	margin:0 0 0 288px;
	padding:0 12px 0 0;

	width: 454px; /* IE5.x/win sees this.. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 442px; /* ..but not this "standards" width value.. */
	}

html>body #homepage-bodycopy {
  width: 442px; /* ..or this reinforcement of the standards width. */
  }

#homepage-dashboard-components {
	/*position:absolute;
	top:100px;
	margin:0 auto;
	padding:0 0 0 2px;
	width: 270px;*/
	position:absolute;
	top:103px;
	margin:0 auto;
	padding:0 0 0 2px;
	}

/* DASHBOARD MESSAGES */
.dashboard-message {
	text-align: left;
	border: 1px solid #ccc;
	font-size: 11px;
	margin: .2em 0 1.5em 0;
	padding: 5px 0 5px 55px;

	/*width: 475px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:382px;*/
	}


html>body .dashboard-message {
/*  width:382px;*/
  }

/* DASHBOARD BOXES */
.box-dashboard {
  border: 0px;
  border-bottom: 2px solid #d7d7d7;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  width: 270px;
  background: #efefef;
  font-size: .9em;
  clear: both;
  }

.box-dashboard-content {
 	margin: 5px ;
	padding:0 ;
 	}

.box-dashboard p {
 	margin: 0 0 0 6px;
	padding:6px 0 0 0;
 	}

.box-dashboard A:link, .box-dashboard A, .box-dashboard A:visited, .box-dashboard A:hover, .box-dashboard A:active{
	text-decoration: underline;
	background:transparent;
 	margin: 0 0 0 6px;
	padding:6px 0 0 0;
	}

.box-dashboard A:link, .box-dashboard A {Color: #3A6CEA;}
.box-dashboard A:visited {COLOR: purple;}
.box-dashboard A:hover  {COLOR: #ff9900;}
.box-dashboard A:active {Color: #0066cc;}


.box-dashboard table {
	background-color: transparent;
	padding: .2em 0 .3em .4em;
	margin:0;
	width:100%;
 	}

.box-dashboard th {
	text-align: left;
	color: #666;
	vertical-align:top;
	font-size:.9em;
	border:0;
	border-bottom: 1px  solid #ccc;
	margin:0 0 0 6px;
	padding:3px 0 3px 5px;
	margin: 0 0 0 8px;
	}

.box-dashboard td {
	/*font-weight:normal;
	background-color: #e7e7e7;
	text-align: left;
	color: #252525;
	vertical-align:top;
	font-size:.9em;
	border:0;
	border-right: 1px solid #fff;
	border-bottom: 1px  solid #fff;
	width:auto;
	padding: .2em .2em .3em .2em;
	margin:0;
	width:auto;*/
	margin: 0 0 0 8px;
	padding:3px 0 0 4px;
 	}

.box-dashboard td.label {font-size: .9em;font-weight:bold;}
.box-dashboard td.value {font-size: .9em;font-weight:normal;}
.preferences {font-size: .7em;padding: 0;margin: 0;display: none;}
.box-dashboard H2,
.box-account-summary H2 {
	font-size: 1.2em;
	font-weight:normal;
	margin: 0 0 4px 0;
	padding: 4px;
    width:auto;
    color:#fff;
    background:#999;
    }

.box-dashboard H3  {
    FONT-SIZE: 1em;
    margin:0;
    padding: 4px 4px 4px 6px;
    width:auto;
    color:#252525;
    }

.box-dashboard form {
	margin: 0 0 0 6px;
	padding:0 0 0 0;
 	}

.box-dashboard UL {
	 font-size:.9em;
	 PADDING:5px;
	 MARGIN: 0 0 0 1px;
	 list-style-image: url(/static/com/hostway/plugins/commons/images/image-alert-arrow-red.gif);
	 }

.box-dashboard LI {
	 PADDING:0;
	 MARGIN: -2px;
	 }

/* when changing around the dashboard components, be sure to alter the float and clear properties as well, if needed*/
#com-hostway-plugins-commons-home-alerts,
#com-hostway-plugins-dnr-dashboard-domainreport {
	float: left;
	clear: left;
	}
#com-hostway-plugins-website-dashboard-usagedetails,
#com-hostway-plugins-commons-dashboard-accountsummary {
	clear: both;
}

#content #com-hostway-plugins-commons-home-news, #content #com-hostway-plugins-commons-home-productspotlight {
	float: right;
	clear: right;
	}

#com-hostway-plugins-commons-homepage-prodlist-landing {
	width: 412px;
	}

DL.dashboard-service-menu {
	margin:0;
	margin-left: 1.3em;
	padding:0;
	clear:both;
	}

/* this controls the spacing above both manager servies and quuck acess tools */
.dashboard-plan-box{
	padding: 10px 0 15px 0;
	margin:0;
	}

/* this controls the look of the word manage services */
DL.dashboard-service-menu DT {
	margin-left:.5em;
	color: #666;
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size:1.05em;
	}

.dashboard-service-menu__container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* this controls the icons under manage services */
.dashboard-service-menu__container .dashboard-service-item {
	margin: 0;
	padding: 10px;
	color: #333;
	background-image: none;
	min-height: 5px;
	width: 80px;
	list-style-type: none;
	word-break: keep-all;
}

.dashboard-plan-box H2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #4973b3;
	padding: 0 0 0 3px;
	margin: 0;
	background: transparent url(/static/com/hostway/plugins/commons/images/background-h2-line-dkgray.gif) left bottom repeat-x;
	background-color:#eee;
	}

.dashboard-planname {
	font-size: .7em;
	color: gray;
	text-transform: uppercase;
	font-weight: normal;
	}

#login.login__h1{
		margin: .5rem 0 1.5em 0;
		color: black;
		font-size: xx-large;
		text-align: center;
	}
.login__list{
		list-style-type: none;
	}

.login__list{
		list-style-type: none;
	}
/*-------------------------------------------------
 END LOGIN
-------------------------------------------------*/


/*-------------------------------------------------
 MY ACCOUNT
-------------------------------------------------*/
#com-hostway-plugins-commons-myaccount-personalcontactinfo {
	padding-right: 1em;
	margin-bottom: 1.4em;
	}

#com-hostway-plugins-commons-myaccount-personalcontactinfo,
#com-hostway-plugins-commons-myaccount-billingcontactinfo,
#com-hostway-plugins-commons-myaccount-authinfo,
.box-info {
	float: left;
    width: 23em;
	margin-bottom: 1.4em;
	}

#com-hostway-plugins-commons-myaccount-linkset {
	clear: both;
	}

#com-hostway-plugins-commons-myaccount-ordersbillinglinkblock,
#com-hostway-plugins-commons-myaccount-settingslinkblock {
	padding-right: 1em;
	}

#com-hostway-plugins-commons-myaccount-ordersbillinglinkblock,
#com-hostway-plugins-commons-myaccount-settingslinkblock,
#com-hostway-plugins-commons-myaccount-manageuserslinkblock {
	float: left;
	width: 15em;
	margin-bottom: 1.4em;
	}

#com-hostway-plugins-commons-billinginfo-billingsummary {
	float: left;
	padding-right: 1em;
	width: 19em;
	margin-bottom: 1.4em;
	}

#com-hostway-plugins-commons-billinginfo-paymentinfosummary {
	float: left;
	width: 27em;
	margin-bottom: 1.4em;
	}

#com-hostway-plugins-commons-myaccount-mainlinks{ margin-top: 1.4em; }
#com-hostway-plugins-commons-orderstatus-ordersummary { clear: both; }




/* PAYMENT INFO */
#com-hostway-plugins-commons-editpaymentoptionssubmenu ul {
	margin: 0;
	padding: 1em 1em 0;
	list-style: none;
	}


/* PAYMENT OPTIONS */

#section1 > #com-hostway-plugins-commons-editpaymentoptionssubmenu { }
#section1 > #com-hostway-plugins-commons-editpaymentoptionssubmenu ul {
	margin: 0 0 0 0;
	padding: 0 0 2em 0;
	list-style: none;
   }

#section1 > #com-hostway-plugins-commons-editpaymentoptionssubmenu li {
	float: left;
	background: url(/static/com/hostway/plugins/commons/images/left.gif) no-repeat left top;
	}

#section1 > #com-hostway-plugins-commons-editpaymentoptionssubmenu a {
	float:left;
	display:block;
	background:url(/static/com/hostway/plugins/commons/images/right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#ccc;
	}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#section1 > #com-hostway-plugins-commons-editpaymentoptionssubmenu a {float:none;}
/* End IE5-Mac hack */

#section1 > #com-hostway-plugins-commons-editpaymentoptionssubmenu a:hover {
	color:#333;
	text-decoration: underline;
	}

#section1 > #com-hostway-plugins-commons-editpaymentoptionssubmenu li.current {background-image:url(/static/com/hostway/plugins/commons/images/left_on.gif);}

#section1 > #com-hostway-plugins-commons-editpaymentoptionssubmenu a.currentglo {
	background-image:url(/static/com/hostway/plugins/commons/images/right_on.gif);
	color:#333;
	padding-bottom:5px;
	}

#section2 > #com-hostway-plugins-commons-billinginfo-paymentmethod-listcreditcards {float: left;}
/*-------------------------------------------------
 END MY ACCOUNT
-------------------------------------------------*/


/*-------------------------------------------------
DNR
-------------------------------------------------*/
#com-hostway-plugins-dnr-details-domaindestination,
#com-hostway-plugins-dnr-nameservers-viewnameservers,
#com-hostway-plugins-dnr-lockstatus-domainlockstatus {
	width: 21em;
	padding-right: 1em;
	margin-bottom: 1.4em;
	}

#com-hostway-plugins-dnr-contactinfo-regContactSummary {
	width: 23em;
	border: 1px solid gray;
	padding: 1em;
	margin-bottom: 1.6em;
	background-color: #F4F4F4;
	}

#content > #com-hostway-plugins-dnr-nameservers-create {
	width: 17em;
	border: 1px solid gray;
	padding: 1em;
	margin-bottom: 1.4em;
	}

#content > #com-hostway-plugins-dnr-nameservers-create H2 {
	margin-top: 0;
	}

#content > #com-hostway-plugins-dnr-nameservers-edit {
	width: 29em;
	padding-right: 1em;
	margin-bottom: 1.4em;
	}

#content > #com-hostway-plugins-dnr-contactregistrarnotice,
#content > #com-hostway-plugins-dnr-havingproblems {
	clear: both;
	}

ul.marginless {
	margin: 0;
	padding: 0;
	}

li.marginless {	margin: 0 0 0 1em;}

li.suggested-domain {list-style: none;}

ul.suggested-domain {
	margin: 0;
	padding: 0;
	}

h3.form {margin: 0 0 .2em 0;}
/*-------------------------------------------------
END DNR
-------------------------------------------------*/

/*-------------------------------------------------
EMAIL
-------------------------------------------------*/

.bw-list {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	min-width:170px;
	}

select.bw {
	width:95%;
	margin-bottom:.5em;
	}

label.bw {
	margin:0;
	padding:0;
	width:.8em;
	}

.blacklist-top H3, .whitelist-top H3 {
	font-size: 1.1em;
	padding-left: 28px;
	padding-bottom:.5em;
	height: 28px;
	margin: 0 2em 0px;
	background-repeat: no-repeat;
	background-position: top left;
	}

.blacklist-top H3 {background-image: url(/static/com/hostway/plugins/cleanmailplus/images/icon-blacklist.gif)}
.whitelist-top H3 {background-image: url(/static/com/hostway/plugins/cleanmailplus/images/icon-whitelist.gif);}



.blacklist-top h4 {
	font-size: .9em;
	padding:0;
	margin:0;
	}

.whitelist-top h4 {
	font-size: 1.1em;
	padding-left: 28px;
	padding-bottom:.5em;
	height: 28px;
	margin:  0 2em 0px;
	background-image: url(/static/com/hostway/plugins/cleanmailplus/images/icon-whitelist.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

.blacklist-top, .blacklist-bottom, .whitelist-top, .whitelist-bottom {
	border-top: 1px solid #B9B9B9;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	padding: 10px;
	}




.bwlist-arrows {  }
#com-hostway-plugins-cseeplus-overview-usageinfo {
	margin-top: 1em;
	float:none;
	}


hr { clear: both; }

hr.clear {
	clear: both;
	color: #fff;
	border: 0;
	background-color: #fff;
	margin: 0 0 .4em 0;
	}

/*-------------------------------------------------
END EMAIL
-------------------------------------------------*/

/*-------------------------------------------------
TERMS OF USE
-------------------------------------------------*/
#tou-display ol.with-alpha {
	list-style-type: lower-alpha;
}
#tou-display #tou-content {
	width: 85%; padding: 5px; overflow: scroll; height: 300px;
}
#tou-display #tou-content dt {
	font-weight: 700; font-style: italic; padding: 0; margin: 10px 0 0 0;
}
#tou-display #tou-content dd {
	padding: 0; margin: 0 0 0 15px;
}
#tou-display #tou-content dl dl dt {
	font-style: normal; font-size: .9em; margin: 0;
}
/*-------------------------------------------------
END TERMS OF USE
-------------------------------------------------*/
#login-content__holder{
	/* max-width: 1400px; */
	display: flex;
	justify-content: space-between;  
}

.login-content__ad{
	display: flex;
    justify-content: center;
	padding-top: 35vh;
	
}

.login-content-sitecontrol__ad{
	color:white;
}

#HW-logo{
	min-width: 150px;
	max-width: 200px;
	width: 30vw;
	
}

#ad-slogan{
	all: unset;
	font-size: 40px;
}

.login-content__ad__link{
	margin-top: 30px;
	margin-bottom: 5px;
}
.login-content__ad__link__btn{
	padding: .75rem 1.5em;
	background: none;
	border: solid white 2px;
	border-radius: 0%;
	color: white;
}
.login-content__ad__link__btn:hover{
	background-color: #E56951;
	color: #252525;
	border-color: #E56951;
}
.login-content__ad__link__btn:visited, .login-content__ad__link__btn:active, .login-content__ad__link__btn:link{
	color: white;
	text-decoration: none;
}
.login-content__ad__text{
	font-size: 18px;
}

@media all and (max-width: 999px){


	#ad-slogan{
		font-size: 34px;
	}
	

	#login.login__h1{
		font-size: x-large;
	}

	.login-content__ad{
		padding-top: 40px;
	}

	#login-footer {
		width: 100%;
		right: unset;
		position: relative;
		padding-top: 5rem;
		margin-left: unset;
		font-size: 1em;
	}
	#com-hostway-sitecontrol-logo {
		margin-left: 12px;
	}
	#com-hostway-plugins-commons-login{
		
		max-width: 90vw;
		width: 70%;
	}

	#login-content__holder__main{
		margin-bottom: 2rem;
	}
	#login-content__holder{
		flex-direction: column-reverse;
	}
	#login-hostway-login{
		display: flex;
		margin-top: 4rem;
	}
	.ad #login-img{
		min-height: 30vh;
		max-width: 100vw;
	}

	#com-hostway-sitecontrol-adv{
		min-height: 30vh;
		max-width: 100vw;
	}

	#login__logo{
		height: 80px;
		left: unset;
	
	}
}


/* @media (max-width: 428px){
	#login-hostway-login{

	}
} */

@media (max-width: 428px){

	#ad-slogan{
		font-size: 28px;
	}
	.login-content__ad__text{
		font-size: 16px;
	}
	#login.login__h1{
		font-size: 18px;
	}
	#login-hostway-login{
		margin-top: 2rem;
	}

	#com-hostway-sitecontrol-logo{
		max-width:200px;
	}
	#com-hostway-plugins-commons-login{
		width: 100%;
	}

}