html, body{
	height: 100%;
}
:root{/*Added for US6068 -- Start*/
    --geidpbrandcolor: #640ACD;
    --geidpfootercolor: #F2F1F8;
    --geidpbrandcolorold: #005eb8;
    --geidphovercolor: #410588;
	--geidperrormessagecolor: #C90025;

}/*Added for US6068 -- End*/
.headSection{
	background-color: rgb(255,255,255);/*updated for US6068*/
	padding-bottom: 2%;
	/*margin-top: -22px;*/
	/*text-align: center;*/
}
.headSectionold{/*Added for US6068--Start*/
	background-color: rgb(244, 245, 248);
	padding-bottom: 2%;

}/*Added for US6068--End*/
.logo-GE img{
	margin-top: 3%;
}
.bodySection{
	text-align: left;
	padding-top: 8vh;
	/*padding-top: 110px;*/
	/*height: 87.5vh;*/
}
.errorMsg{
	padding-top: 20px;
}
.desc-ask{
	line-height: 4.6rem;
}
.default-footer{
	background-color: rgb(244, 245, 248);
		position: absolute;
		bottom: 0px;
		width: 100%;
}
.default-footerold{/*Added for US6068--Start*/
	background-color: rgb(244, 245, 248);
		position: absolute;
		bottom: 0px;
		width: 100%;
}
.default-footer .bottom-footer {
	padding: 15px 0 15px 0;
	font-size: 0.75rem;
	background-color:var(--geidpfootercolor); /*added for US6068*/
}
.default-footer .bottom-footer .ge-footer__copyright .copy-text span, .default-footer .bottom-footer .social-icons li a{
	color: rgb(47, 49, 51);
	/*text-transform: uppercase; Commented for US6068*/
	/*font-size: 0.75rem;*/
	font-weight: bold;
}
.default-footerold .bottom-footerold {/*added for US6068-- Start*/
	padding: 15px 0 15px 0;
	font-size: 0.75rem;
}
.default-footerold .bottom-footerold .ge-footer__copyright .copy-text span, .default-footerold .bottom-footerold .social-icons li a{
	color: rgb(47, 49, 51);
	text-transform: uppercase;
	/*font-size: 0.75rem;*/
	font-weight: bold;
}
/*added for US6068-- End*/
.img-circle{
	height: 2.5rem;
	width: 2.5rem;
	margin-top: 50px; 
	margin-left: auto;
	margin-bottom: -23px;
	margin-right: 15px;
	/*background-image: url(https://gehealthcare-amer--Community--c.cs1.content.force.com/profilephoto/005/F);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.dropdown {
	position: relative;
	top: -15px;
	max-height: 30px;
	/*right: 0px;
	float: right;*/
}
.dropdown-menu{
	top: 40px;
	margin-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.active{display: block !important;}
.custPopup{
	background-color: white;
	/*border-width: 2px;
	border-style: solid;*/
	border-radius: 0.3rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
	z-index: 9999;
	/*left: 50%;*/
	left: 32vw;
	padding:0px;
	position: absolute;
	width: 500px;
	/*margin-left: -250px;*/
	top: 20%;
	
}
.custPopup .header-form{
	background-color: rgb(244, 245, 248);
    padding: 10px 15px;
	border-radius: 0.3rem 0.3rem 0 0;
}
.custPopup .header-form label{
	    font-size: 1.3rem;
    color: #2f3133  !important;
    font-weight: 400;
}
.custPopup .submit-form{
	padding: 15px 15px 0;
}
.custPopup .separator{
	border-top: 1px solid #d7d8d8;
	 margin-top: 15px !important;
	 padding: 15px 15px 10px 15px;
}
.popupBackground{
	background-color:black;
	opacity: 0.7;
	filter: alpha(opacity = 20);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
}
.button-link{
	border: none !important;
	background: #fff !important;
	/*color: #005eb8 !important;Commented for US6068*/ 
	color: var(--linkcolor) !important;
	padding-left: 20px;
	padding-right: 20px;
}
.button-link:hover{/*Added for US6068--Start*/
	border: none !important;
	background: #fff !important;
	color: var(--hoverColor) !important;/*Added for US6068*/
	text-decoration:underline;
	padding-left: 20px;
	padding-right: 20px;
}/*Added for US6068--End*/
.ge-button {
    padding: 0 !important;
    font-family: "GE Inspira Sans",Arial,Helvetica Neue,Helvetica,sans-serif !important;
    font-size: 0.75rem !important;
    border-radius: 10px !important;
    font-weight: normal !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
    height: 35px;
    line-height: 1.25rem !important;
    margin: .5rem;
    margin-top: 0!important;
    -webkit-appearance: none;
}
/* Color change for US6068 */
.saveBtn, .submit-button {
    border-radius: 0.05rem!important;
    border: .125rem solid  var(--geidpbrandcolor)!important;
    background-color: var(--geidpbrandcolor)!important;
    background: var(--geidpbrandcolor)!important;
    color: white !important;
}

.saveBtn, .submit-buttonold {/*Added for US6068--Start*/
    border-radius: 2.5rem!important;
    border: .125rem solid  var(--geidpbrandcolorold)!important;
    background-color: var(--geidpbrandcolorold)!important;
    background: var(--geidpbrandcolorold)!important;
    color: white !important;
}/*Added for US6068--End*/
/* Color change for US6068 */
.saveBtn:hover, .submit-button:hover{
	 border-color: var(--geidphovercolor) !important;
	 background-color: var(--geidphovercolor)  !important;
	 background: var(--geidphovercolor)!important;
}

.saveBtn:hover, .submit-buttonold:hover{/*Added for US6068--Start*/
	 border-color: #062e54 !important;
	 background-color: #062e54  !important;
	 background: #062e54 !important;
}/*Added for US6068--End*/
.cancelBtn{
	border-radius: 2.5rem!important;
	color: #2f3133!important;
	background: #fff!important;
	border-style: solid;
	border-color: #63666a;
	border-width: .125rem;
}
.cancelBtn:hover{
	background: #ececec !important;
}
.user-info{
	/*text-transform: uppercase;*/
	font-size: 16px;
	/*padding-left: 3rem;Commented for US6068*/
	line-height: 0px;
}
.list{
	list-style:none;
	float: left;
	padding: 0;
	margin: 0px;
	width: 227px;
	/*border: 1px solid #e9eaeb;*/
}
.list-item{
	text-align: left;
	font-size: 0.95rem;
	padding: 10px;
}
.horz-sep{
	border-bottom: 1px solid #e9eaeb;
}
.guest-profile{
	color: #777777;
}
input[type="text"]{
	min-height: 2rem !important;
	font-size: 1rem !important;
	
}
textarea,input[type="text"]{
	width: calc(100% - 0.1rem)!important;
	box-shadow: 
		inset 0 0 8px  rgba(0,0,0,0.1),
		0 0 16px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1); 
	-moz-box-shadow: 
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
}
label{
	margin-bottom:0px !important;
	color: #63666A  !important;
	font-size: 1rem;
}
/* The Close Button (x) */
.close {
	/*position: absolute;
	right: 25px;
	top: 5px;*/
	margin-top:5px;
	float: right;
	color: #ccc;
	font-size: 21px;
	font-weight: bold;
	opacity: 0.8 !important;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}
.required{
	color: red;
}
.form-row{
	margin-top:8px;
}
#sfid-error{
	font-family:"GE Inspira Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 15px  !important;
}
.messageText{
	color: var(--errorMessageColor, #ff0000);/*Color updated for US6068*/
	font-size: 14px;
}
.submit-form{
	/*max-height: 90vh;
    overflow-y: auto;*/
    overflow-x: hidden;
}
.parentDisable{
	background-color:black;
	opacity: 0.70;
	filter: alpha(opacity = 20); 
	display: none;
	/* Dimensions */
	width: 100%;
	height: 100%;
	top:0px; 
	bottom:58px; 
	left: 0;
	z-index: 999;
	position: fixed;    
}
@media (max-width: 320px){
	.custPopup{left: 6vw !important;}
}

@media only screen and (max-width: 767px) and (min-width: 320px) and (orientation: landscape){
	.custPopup{
		width: 275px;
		left: 26vw;
		padding: 2px;
		top: 9%;
		max-height: 300px;
		overflow-y: auto;
	}
	.bodySection{
		text-align: left;
		padding-top: 2vh;
		overflow-y: scroll;
	}
}
@media only screen and (width: 568px) and (orientation: landscape) {
	.bodySection{
		max-height: 162px;
		text-align: left;
		padding-top: 2vh;
		overflow-y: auto;
		}
	.custPopup{
		max-height:250px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 320px) and (orientation: portrait){
	.custPopup{
		width: 275px;
		left: 15vw;
		max-height: 362px;
		overflow-y: auto;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
	.custPopup{
		max-height: 362px;
		overflow-y: auto;
		left: 25vw !important;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
	.custPopup{
		left: 18vw !important;
	}
}
@media only screen and (max-width: 767px) and (min-width: 320px){
	
	input[type="text"] {
		min-height: 1rem !important;
	}
	.form-row{
		margin-top: 0px;
	}
	.img-circle{
		height: 2rem;
		width: 2rem;
		margin-top: 55px;
	}
	.dropdown{
		top: -9px;
	}
	textarea{
		height:3rem;
	}
	.default-footer .bottom-footer{
		padding: 10px 0px;
		font-size: 0.675rem;
	}
	.default-footerold .bottom-footerold {/*Added for US6068--Start*/
    padding: 10px 0px;
    font-size: 0.675rem;
	}/*Added for US6068--End*/
	h3{font-size: 1.5rem;}
	.desc-ask, .help-ask,.button-link{
		font-size: 1rem;
		line-height: 2rem;
	}

@media screen and (max-width: 991px){
	.user-info{
		font-size: 13px;
		padding-left: 2rem;
	}
	.dropdown-section, .list{
		width: 170px;
	}
	.dropdown-menu{
		margin-left: 25px;
		top: 35px;
		min-width: 100px;
		font-size: 12px;
		left: -75px;
		max-width: 140px !important;
	}
}
@media (min-width: 767px)
{
	/*Custom scrollbar*/
	.custPopup::-webkit-scrollbar-track
	{
		border-radius: 5px;
		background-color: #FFFFFF;
	}
	.custPopup::-webkit-scrollbar
	{
		width: 10px;
		background-color: #FFFFFF;
	}
	.custPopup::-webkit-scrollbar-thumb
	{
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #a8a8a8;
	}
}
			
