.breadcrumb ul li {
	color: #264653;
}

h1, h2, h3 {
	color: #101828;
}

html,
body {
    background: #ffffff;
}

.td_label {
	color: #101828;
}

.td_content {
	color: #667085;
}

.profile {
	color: #667085;
}

input[readonly] {
	background-color: lightgray !important;
}

.record div.blue-icon:hover {
	background:#004AAD;
}

div.status_pill:hover div.blue-icon {
	background:#004AAD;
}

.record div.blue-icon.new::after {
	top: -55%;
	left: 0.5px;
}

#btn_close {
	background: #004AAD;
	border: 0px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	width: 150px;
}

input[type="radio"]:checked {
	background-color: #004AAD;
	accent-color: #004AAD;
}

.new-source-port {
	margin-right: 5px;
}

.profile-input {
	width: 300px !important;
	height: 36px;
	padding: 10px;
}

#profile_parent {
	text-align:center;
	padding:0 24px;
	font-size:14px;
	line-height:18px;
	width:100%;
	max-width:500px;
}

#success-box-left {
	display: inline-block;
}

#success-box-right {
	display: none;
}

@media only screen and (max-width: 600px) {
	.help-box {
		width: 95%;
	}

	.new-source-port {
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.profile-input {
		width: 200px !important;
		height: 36px;
		padding: 10px;
	}

	#profile_parent {
		padding: 0px;
	}

	.lake-logo {
		padding: 50px 0px 20px;
	}

	.body #middle_col { left: -24px; top: 24px }

	#success-box-left {
		display: none;
	}

	#success-box-right {
		display: inline-block;
	}
}

#button-text > div > label { min-width:65px; }
@media only screen and (max-width: 430px) {
    #button-text > div { text-align:center; }
}
