:root{
	--background-color: #EAEBEF;
	--font-color: #002850;
	--button-font-color: #FFFFFF;
	--button-background-color: #002850;
	--button-hover-color: #002850;
	--input-background-color: #FFFFFF;
	--highlight-color: #94d113;
	--highlight-hover-color: #85be31;
	--input-border-color: #dfdfdf;
}

body {
	font-family: "Noto Sans", "Open Sans","Roboto Condensed",arial,helvetica,sans-serif;
}

.dog {
	display: none !important;
}

@media (max-width:500px) {
	.container.HUPStyle{
		margin: 0 15px;
		width: auto !important;
	}
}

.opt-in-container p.form-control-static:empty{
	display: none;
}

form div.opt-in-container {
	margin-bottom: 0 !important;
}

form input[type="submit"][name="save"] {
	margin-top: 20px;
	margin-bottom: 40px;
}

input[type="checkbox"][name^="optIn"]{
	top:10px;
}

.sso-campaign-item > div {
	display: flex;
	align-items: flex-start;
}

.sso-campaign-item input[type="checkbox"] {
	vertical-align: top;
	margin-top: 4px;
	margin-right: 10px;
}

.sso-campaign-description {
	font-size: inherit;
	line-height: 1.2em;
}

.sso-campaign-action-msg {
	margin-bottom: 10px;
}

.ssoFrm label{
	min-width: auto;
}

.loginBox .labelgroup, .registerBox div .labelgroup {
	width: 160px;
}

.req-star-hint{
	font-size: 0.75em;
	padding-top: 10px;
}

#frmRenewPW input[name="password"]+br {
	display: none;
}

.dnt-epaper-auth-infobox{
	padding: 20px;
	background-color: #ecefee;
}
.dnt-epaper-auth-infobox > img {
	width: 80%;
	margin: 0 0 10px 10%;
}

.HUPStyle {
	background-color: var(--background-color);
	color: var(--font-color);
}

.HUPStyle.HUPContent {
	padding-bottom: 30px;
}

.HUPStyle * {
	font-weight: lighter;
}

.HUPStyle strong {
	font-weight: 700;
}

.ma-to-10 {
	margin-top: 10px !important;
}

.ma-to-20 {
	margin-top: 20px !important;
}

.ma-bo-40 {
	margin-bottom: 40px !important;
}

.HUPStyle label, .HUPStyle .form-control + .small {
	font-weight: lighter !important;
}

.HUPStyle .form-control, .HUPStyle .btn {
	border-radius: 20px;
}

.HUPStyle .form-control {
	/*border-radius: 0;*/
	background-color: var(--input-background-color);
	border-color: var(--input-border-color);
	height: auto;
	padding: 8px 12px;
	box-shadow: none;
}

.HUPStyle .form-control:focus {
	border-color: var(--input-border-color);
	box-shadow: none;
}

.HUPStyle h1 {
	font-size: 2em;
	font-weight: bold;
}

.HUPStyle .text-primary {
	color: #016eb4;
}

.HUPStyle a {
	text-decoration: underline;
}

.HUPStyle a.backLinkArrow {
	font-size: 0.9em;
}

.color-green, a.color-green, a.color-green:hover, a.color-green:hover  {
	color: var(--highlight-color);
}

.color-black, a.color-black, a.color-black:hover, a.color-black:hover  {
	color: #444;
}

.HUPStyle .btn-primary {
	background-color: var(--button-background-color);
	border-color: var(--button-background-color);
	color: var(--button-font-color);
	/*font-weight: bold;*/
	text-decoration: none !important;
	background-image: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.HUPStyle .btn-primary:focus, .HUPStyle .btn-primary:hover {
	background-color: var(--button-hover-color);
	border-color: var(--button-hover-color);
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* customized checkboxes */
.HUPStyle input[type="checkbox"] {
	display: none;
}
.HUPStyle input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	line-height: 20px;
	margin: 5px;
}
.HUPStyle input[type="checkbox"] + label:before {
	line-height: 20px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	background-color: transparent;
	border: 2px solid var(--highlight-color);
}
.HUPStyle input[type=checkbox]:checked + label:before {
	content: "\2713";
	color: var(--highlight-color);
	text-align: center;
	line-height: 12px;
	font-weight: bold;
}
/* customized checkboxes end */

@media screen and (max-width: 715px) {
	#idFrmRegister label.mobile-css {
		display: block;
		margin-left: 170px;
	}
}
@media screen and (max-width: 404px) {
	#idFrmRegister label.mobile-css {
		display: block;
		margin-left: 0;
	}
}

.complexityInfo_box:after {
	top: -4px;
}
