
.webviewer-header {
	height: 80px;
	/* width: 1000px; */
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	/* background-color: #f5f5f5; */
	/* box-shadow: 0px 1.6px 3.6px rgb(0 0 0 / 13%), 0px 0px 2.9px rgb(0 0 0 / 11%); */
}

.webviewer-left-header {
    align-items: center;
    /* padding-left: 2.4rem; */
    height: 100%;
    float: left;
}

#patient-name-label {
	margin-bottom: 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.webviewer-right-header {
    height: 100%;
    position: absolute;
    right: 10px;
    vertical-align: middle;
    top: 28px;
}

#viewer_logo_image {
    /* height: 60px; */
	position: absolute;
    right: 10px;
    top: 20px;
}

/* #viewerTitle {
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	color: #2B2B2B;
} */

#clinic_log_iamge {
	height: 40px;
	position: absolute;
    left: 10px;
    top: 20px;
}


@media screen and (min-device-width: 1080px) {
	div#page-header {
		width: 1000px;
		display: block;
		margin:20px auto;
	}
}