.home_navigation {
	display: block;
}

body {
	height: 100%;
	margin: 0px;
/*	background-color: #0050a1 !important;*/
	background: url("../../images/home-page-background-blank.jpg") top center repeat-x;	
}
#content {
	padding-top: 12px;
}

.home_azure_icon {
	margin-left: 0px;
	width: 43%;
	height: 500px;
	background: url("../../images/home-page-logo.png") 100% 100px no-repeat;
}

.home_navigation {
	padding: 10px 10%;
/*	width: 50%;*/
}
.home_greeting {
	font-size: 36px;
	color: #EEE;
	text-align: center;
	margin: 5px 10px 10px 10px;
	text-shadow: 0px 1px 2px #454545;
}

.home_layout_table {
	width: 100%;
}

.account_actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 5px;
		line-height: 1;
	text-align: center;
	margin: 5px 0px;
}

.account_actions a {
		margin: 0;
		padding: 4px 8px;
		line-height: 1.2;
		flex: 0 0 auto;
		white-space: nowrap;
	margin: 5px 10px 10px 10px;
	box-shadow: 0px 1px 2px #454545;
	-moz-box-shadow: 0px 1px 2px #454545;
	-webkit-box-shadow: 0px 1px 2px #454545;	
}

.all_authorized_screens {
	width: 100%;
	margin: 15px auto 0px auto;
	padding-top: 10px;
	border: 1px solid #CEE6FC;
	border-width: 1px 0px 0px 0px;
	overflow: auto;
}

.all_authorized_screens a {
	width: 45%;
	height: 80px;
	float: left;
	display: block;
	text-align: center;
	margin: 10px 5px;
	padding: 1px;
	font-size: 20px;
	border: 2px solid #454545;
	background-image: url("../../images/home-button-glass.png");
	box-shadow: 0px 1px 2px #454545;
	-moz-box-shadow: 0px 1px 2px #454545;
	-webkit-box-shadow: 0px 1px 2px #454545;
/*	line-height: 80px;*/
}

.all_authorized_screens a span {
	display:table-cell;	
	vertical-align: middle;
	height: 72px;
	
	text-align: center;
	/* What a hack.*/
	width: 500px;
}

.all_authorized_screens a:hover {
/*	border-width: 3px;
	padding: 0px;
*/	border-color: #EEE !important;
	background-image: url("../../images/home-button-glass-hover.png");
}

.user_profile .name {
	font-size: 24px;
	color: #222;
	margin: 10px 0px;
}

.user_profile .login_info, .user_profile .misc_options {
	padding-top: 0px;
	padding: 10px;
/*	margin-bottom: 20px;*/
}

.user_profile .line {
	display: block;
	margin: 8px 0px;
}

.user_profile .line label {
	font-weight: bold;
	margin-right: 5px;
}

.user_profile .login_info a {
	font-size: 13px;
	margin-left: 20px;
}

.user_profile .line input, .user_profile .user_tabs input.tab_custom_name {
	font-size: 16px;
	color: #555;
	border: 2px solid #DDD;
	border-radius: 4px;
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.user_profile .user_tabs input.tab_custom_name {
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
}

.user_profile .login_info #new_password {
	padding: 10px;
	border: 1px solid #BBB;
	background-color: #EEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 50%;
	display: none;
}

.user_profile .login_info #new_password .old_error {
	font-size: 14px;
	color: #CE3618;
	display: none;
}
.user_profile .login_info .change_success {
	display: none;
	font-weight: bold;
	margin-top: 20px;
	color: #468A1E;
}

.user_profile .form_actions {
	display: block;
	padding: 20px;
	width: 100%;
	clear: left;
}

.user_profile .form_actions input {
	font-size: 20px;
}

.user_profile .login_info #new_password label {
	padding-top: 6px;
	display: block;
	float: left;
	width: 190px;
}

.user_profile .login_info #new_password .header {
	font-size: 18px;
	font-weight: bold;
}

.user_profile .pstrength-bar {
	margin-top: 5px;
}
.user_profile .pstrength-minchar {
font-size : 10px;
}

.user_profile .user_tabs, .user_profile .tab_set {
/*	padding: 10px;*/
}

.user_profile .user_tabs .header {
	font-size: 20px;
	margin-bottom: 10px;
}


.user_profile .user_tabs .tab_name {
	font-size: 20px;
	padding: 3px 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;	
}

.user_profile .user_tabs .tab {
	display: block;
	width: 32%;
	height: 100px;
	position: relative;
	float: left;
}

.user_profile .user_tabs input.tab_custom_name {
	margin-top: 2px;
	margin-left: 20px;
	width: 80%;
	padding: 3px;
}

.user_profile .user_tabs input.tab_custom_name.tv-active {
	color: #BBB;
}
.user_profile .user_tabs input.tab_custom_name:focus {
	color: #454545	;
}
.user_profile .user_tabs input.tab_custom_name.tv-changed, .user_profile .user_tabs input.tab_custom_name {
	color: #454545;
}

.show_on_top, th.show_on_top {
	text-align: center;
	width: 100px;
}

.success {
	float: right;
	border: 2px solid #5FA439;
	background-color: #BEFA7A;
	color: #2B5312;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 15px 10px;
	margin-bottom: 20px;
	margin-top: 0px;
/*	position: relative;*/
	min-height: 50px;
	font-size: 24px;
	width: 40%;
}

.success .check_icon {
	position: relative;
	left: 0px;
	margin-top: 0px;
	vertical-align: text-middle;
	float: left;
	clear: none;
	margin-right: 10px;
	width: 50px;
}

.success .description {
	display: block;
	position: relative;
	margin-top: 10px;
	text-align: center;
}
.release_notes img {
	vertical-align: text-bottom;
	padding-right: 4px;
}
.tab_table {
	width: 100%;
}
.order input {
	font-size: 18px;
	width: 3em;
	text-align: center;
}


body.password_reset {
  margin: 0;
  padding: 20px;
  color: white !important;
  background: url("../../images/home-page-background-blank.jpg") top center repeat-x;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
}

.password_requirement {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
	font-size: 16px; /* Larger text */
	margin-bottom: 8px;
}
.password_requirement:before {
	content: "○";
	position: absolute;
	left: 0;
	color: #ccc;
	font-size: 18px; /* Larger checkmark */
}
.password_requirement.met:before {
	content: "✓";
	color: rgb(137, 255, 137);
}
.password_feedback {
	margin-top: 5px;
	font-size: 14px;
}
.password_match_success {
	color: rgb(137, 255, 137);
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.password_match_error {
	color: rgb(254, 106, 106);
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
/* Add styling for disabled button */
.hive_btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #cccccc;
	border-color: #aaaaaa;
}
#submit_button {
	margin-top: 20px;
}
/* Password strength meter styling */
.password_suggestion {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px;
	border-left: 4px solid #4682b4;
	font-size: 14px;
}
.password_meter_container {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 280px;
	height: 8px;
	background-color: #f3f3f3;
	border-radius: 4px;
}
.password_meter_bar {
	height: 100%;
	border-radius: 4px;
	width: 0;
	transition: width 0.3s, background-color 0.3s;
}
.password_strength_text {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.strength_weak {
	background-color: #ff4d4d;
	width: 25%;
}
.strength_fair {
	background-color: #ffa64d;
	width: 50%;
}
.strength_good {
	background-color: #ffff4d;
	width: 75%;
}
.strength_strong {
	background-color: #4dff4d;
	width: 100%;
}

.form_errors {
	color: #ff6776;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	border-left: 4px solid #dc3545;
	margin-bottom: 15px;
}
