/* containerPublic.css */
 
html {
  	margin: 0px;
  	border: 0px;
  	padding: 0px;
	background: #fff;
	color: #000;
	font-size: 100%;
}
 
body {
	width: 100% ;
	height: 100% ;
  	margin: 0px;
  	border: 0px;
  	padding: 0px;
  	background-color: #fff;
	font: 16px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
	line-height:1.0em; 
}
 
img {
	border: 0px ;	
}
 
h1 {
	font-size:200%;
}
h2 {
	font-size:175%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:125%;
}
h5 {
	font-size:100%;
}
 
a {
	margin-left: 10px ;
	margin-right: 10px ;
}
 
input[type=text]{
	/*margin-top: 5px;*/
	-moz-box-shadow: inset 1px 1px 3px 0px #cccccc;
	-webkit-box-shadow: inset 1px 1px 3px 0px #cccccc;
	box-shadow: inset 1px 1px 3px 0px #cccccc;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 30px;
	text-align: left;
}
 
.bold {
	font-weight: bold;	
}
 
.fltlft {
	float: left ;
}
 
.fltrght {
	float: right ;
}
 
.divcntr {
	margin: 0 auto ;	
}
.clr {
	clear: both ;	
}	
 
.lft {
	text-align: left ;
}
.cntr {
	text-align: center ;
}
.rght {
	text-align: right ;
}
 
.wdth80 {
	width: 80% ;
	margin: 3px ;
}
.wdth60 {
	width: 60% ;
	margin: 3px ;
}
.wdth50 {
	width: 50% ;
	margin: 3px ;
}
.wdth40 {
	width: 40% ;
	margin: 3px ;
}
.wdth35 {
	width: 35% ;
	margin: 3px ;
}
 
.mrgn-center {
	margin: 0 auto ;	
}	
.mrgn-top3pct {
	margin-top: 3% ;
}
.mrgnlft5 {
	margin-left: 5% ;
}
 
.show {
	visibility: visible;
}
.hide {
	visibility: hidden ;
}
.displayNone {
	display: none;	
}
.displayBlock {
	display: block ;	
}
.displayInline {
	display: inline ;	
}	
 
.white {
	color: #fff ;
}	
.gdyrBlue {	
	color: #0523b9;
	/* Pantone 280   RGB: 5 35 185*/
}
.gdyrYellow {	
   	color: #ffdd00;
    /* Pantone 109*/
}
 
#container {
	background-color: #fff ;
}
#COWDcontainer {
	background-color: #012e7b;
}
#footer_black {
	background-color: #000 ;
}
 
#cntrdbox {
	width: 70% ;
	margin: 0 auto ;
	border: 10px solid #17202a  !important; 
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	padding: 20px;
	background-color: #fff;
	color: #000;
	/*text-align:center;*/
}
#cntrdbox.wdth60 {
	width: 60% ;
}
#cntrdbox.mrgn-top3pct {
	margin-top: 3% ;
}
 
#pwUsername {
	width: 15em ;
	margin-left: 1em ;
}
 
#logon_bkg_fill {
	height: 100% ;
	min-height: 200em ;
	margin: 0px;
  	border: 0px;
  	padding: 0px;
	background-image:url('/thq/logon_bkg_fill.jpg');
	background-repeat:repeat-x;
}	
#logon_content_fill {
	height: 100% ;
	min-height: 200em ;
  	padding: 10em;
	background-image:url('/thq/logon_content_fill.jpg');
	background-repeat:repeat-x;
	color: #fff ;
}
/* ===== Agent Response Message ONLY ===== */

body.agentResponseMessage {
  background-color: #1b1f5c;
}

body.agentResponseMessage .login_content {
  min-height: 100vh;
  padding-top: 80px;
  background-color: transparent;
}

.email-confirm-card {
  background-color: #f2f2f2;
  border-radius: 14px;
  padding: 30px 40px;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.email-confirm-card h3 {
  color: #1b2b6b;
  font-size: 22px;
  margin-bottom: 15px;
}

.email-confirm-card p {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

/* =========================================================
   Tire-HQ Response Message background + card
   SAFE Domino override
   ========================================================= */

/* Blue background for response page */
.login_content {
  background-color: #1b1f5c; /* Tire-HQ navy */
  min-height: 100vh;
  padding-top: 80px;
}

/* Ensure page edges are also blue */
html, body {
  background-color: #1b1f5c;
}

/* Email confirmation card */
.email-confirm-card {
  background-color: #f2f2f2;
  border-radius: 14px;
  padding: 30px 40px;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

/* Card title */
.email-confirm-card h3 {
  color: #1b2b6b;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Card text */
.email-confirm-card p {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
/* ===============================
   Email confirmation card – FINAL
   =============================== */

.email-confirm-card {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 40px 48px;
  max-width: 680px;      
  margin: 0 auto;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.email-confirm-card h3 {
  color: #1b2b6b;
  font-size: 26px;    
  font-weight: 700;
  margin-bottom: 18px;
}

.email-confirm-card p {
  color: #2b2b2b;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;      
  max-width: 560px;      
  margin: 0 auto;
}

.email-confirm-card p b {
  color: #1b2b6b;
  font-weight: 700;
}


.login_content {
  background-color: #1b1f5c;
  min-height: 100vh;
  display: flex;              
  flex-direction: column;
  align-items: center;          
  justify-content: center;  
  padding-top: 40px;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  background-color: #1b1f5c;
}

.response-logo {
  margin-bottom: 40px;
}

.response-logo img {
  max-width: 240px;
  height: auto;
}

.email-confirm-card {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 40px 48px;
  max-width: 680px;
  width: 100%;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.email-confirm-card h3 {
  color: #1b2b6b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
}

.email-confirm-card p {
  color: #2b2b2b;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  max-width: 560px;
  margin: 0 auto;
}

.email-confirm-card p b {
  color: #1b2b6b;
  font-weight: 700;
}
/* ===============================
   Fix logo positioning & visibility
   =============================== */

/* Ensure logo is visible */
.login_logo {
  display: block !important;
  opacity: 1 !important;
}

/* Center logo above card */
.login_content > a {
  margin-bottom: 40px;
  text-align: center;
}

/* Logo sizing */
.login_logo {
  max-width: 240px;
  height: auto;
}

/* Hide emergency alert spacing if empty */
.emergencyalert:empty {
  display: none;
}


.login_logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 240px;
  height: auto;
  margin: 0 auto 40px auto; 
}

.login_content > a {
  display: block !important;
  text-align: center;
}

.login_content {
  background-color: #1b1f5c;
  min-height: 100vh;
  padding-top: 70px;
  box-sizing: border-box;
}

.message0 {
  display: flex;
  justify-content: center;   
  margin-top: 40px;
}

.email-confirm-card {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 40px 48px;
  width: 100%;
  max-width: 680px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.email-confirm-card h3 {
  color: #1b2b6b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
}


.email-confirm-card p {
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1.55;
  max-width: 560px;
  margin: 0 auto;
}


.email-confirm-card b {
  color: #1b2b6b;
}
img.login_logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
}
/* =====================================================
   Center logo + confirmation card together (FINAL FIX)
   ===================================================== */


.login_content {
  background-color: #1b1f5c;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;    
  justify-content: center; 

  padding-top: 0;
  box-sizing: border-box;
}

.login_content {
  background-color: #1b1f5c;
  min-height: 100vh;
  box-sizing: border-box;

  display: block;
  padding-top: 80px; 
}

.login_content > a {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.login_logo {
  display: inline-block !important;
  float: none !important;
  position: static !important;

  max-width: 260px;
  height: auto;
}

.message0 {
  display: flex;
  justify-content: center;
}

.email-confirm-card {
  background-color: #f4f4f1;
  border-radius: 18px;

  max-width: 680px;
  width: 100%;

  padding: 40px 48px;
  text-align: left;  

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.email-confirm-card h3 {
  color: #1b2b6b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.email-confirm-card p {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.email-confirm-card b {
  color: #1b2b6b;
}

.login_content a {
  float: none !important;
  position: static !important;
  margin: 0 auto 40px auto;
  text-align: center;
  display: block;
}


.login_logo {
  float: none !important;
  display: block !important;
  margin: 0 auto;
  max-width: 260px;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
}


.message0 {
  width: 100%;
  display: flex;
  justify-content: center;
}


.email-confirm-card {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 40px 48px;
  max-width: 680px;
  width: 100%;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.email-confirm-card {
  background-color: #f4f5f0;
  border-radius: 18px;

  width: 560px;
  max-width: 90%;

  margin: 0 auto;
  box-sizing: border-box;
}

.email-confirm-inner {
  padding: 32px 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.email-confirm-title {
  font-size: 26px;
  font-weight: 700;
  color: #1b2b6b;
  margin-bottom: 14px;
}

.email-confirm-body {
  font-size: 15.5px;
   color: #2f2f2f;
   text-align: left;          /* ✅ fixes awkward centering */
  max-width: 750px;          /* keeps line length readable */
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.email-confirm-user {
  font-weight: 700;
  color: #1b2b6b;
}

/* =========================================
   CENTER white confirmation box perfectly
   ========================================= */

.email-confirm-card {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.message0 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block; 
}


.email-confirm-title {
  font-weight: 700;       
}

.email-confirm-body {
  color: #1b2b6b;       
}


.login_content > a {
  position: relative;
  left: calc(50% - 280px); 
}

.login_logo {
  margin: 30;
}

.email-confirm-action {
  margin-top: 28px;
}

.email-confirm-button {
  display: inline-block;
  background-color: #0f2f7a; 
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.email-confirm-button:hover {
  background-color: #0b255f;
}

/* Remove ONLY the stray bottom-left link, keep the blue button */
a[href*="tire-hq.com"]:not(.email-confirm-button) {
  display: none !important;
}
/* Email confirmation card */
.message0 {
  background: #f4f4ef;
  border-radius: 16px;
  padding: 32px 40px;
  max-width: 520px;
  margin: 40px auto;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

/* Heading */
.message0 h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #1c2b6c;
}

/* Body text */
.message0 {
  color: #1c2b6c;
  font-size: 14px;
  line-height: 1.6;
}

/* ==================================
   THQ – Reduce confirmation card HEIGHT
   ================================== */

.message0 {
  padding-top: 24px;      /* was larger */
  padding-bottom: 24px;   /* was larger */
}

.email-confirm-action {
  margin-top: 16px;
}

.message0 {
  min-height: auto;
  height: auto;
}
/* =========================================
   THQ – Reduce confirmation card HEIGHT
   ========================================= */

/* Outer card */
.email-confirm-card {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Inner content wrapper */
.email-confirm-inner {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Reduce spacing between text and button */
.email-confirm-action {
  margin-top: 16px !important;
}

/* Ensure no forced height */
.email-confirm-card,
.email-confirm-inner {
  min-height: auto !important;
  height: auto !important;
}	
/* Align confirmation title to start (left) */
.email-confirm-title {
  text-align: left !important;
}
/* ==================================
   THQ – Increase confirmation card width
   ================================== */

/* Outer white card */
.email-confirm-card {
  max-width: 9000px !important;   /* increase width */
  width: 100%;
}

/* Inner wrapper safety */
.email-confirm-inner {
  max-width: 7000px !important;
}
.login_content a[href="/"] {
  display: none !important;
}
/* Fallback: hide any tiny footer-style link */
.login_content a {
  font-size: inherit;
}

/* Hide only the small left-aligned purple link */
.login_content a:not(.email-confirm-button):not(.mt-cta-button) {
  display: none !important;
}



.message0 a {
  display: none !important;
}

/* Step 2: re‑enable ONLY the real action buttons */
.message0 a.email-confirm-button,
.message0 a.mt-cta-button {
  display: inline-block !important;
}

