body {
	letter-spacing: 0;
}

.btn-primary,
.btn-secondary {
	border-radius: 4px;
}

.container {
	max-width: 1158px !important;
}

footer .container-fluid {
	max-width: 1158px !important;
}

.header-holder {
	padding: 8px 0 !important;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 8px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767.98px) {
	.header-holder {
		padding: 10px 0;
		justify-content: center;
	}
}

.merck-logo {
	width: 127px;
}

.merck-logo img {
	display: block;
	width: 100% !important;
	height: auto;
}

.merck-logo2 {
	margin: 0 0 0 65px;
}

.merck-logo2::after {
	top: 0;
	height: 20px;
}

.logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767.98px) {
	.logo-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.merck-logo {
		width: 100% !important;
	}
}

.logo-holder .slogan {
	margin: 0 0 0 23px;
	color: #A4A4A4;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 0 22px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
}

.logo-holder .slogan a {
	color: #A4A4A4;
}

.logo-holder .slogan a em {
	color: #00857C;
}

.logo-holder .slogan a:hover {
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.logo-holder .slogan {
		display: none;
	}
}

.logo-holder .slogan:before {
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 4px;
	content: "";
	background: #00857C;
	width: 2px;
}

.logo-holder .slogan em {
	font-style: normal;
	color: #00857C;
}

.header-holder .menu-opener {
	width: 19px;
	height: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	background: none;
	position: absolute;
	right: 0;
	top: 12px;
	z-index: 20;
	display: block;
}

.header-holder .menu-opener:hover {
	text-decoration: none;
}

@media (max-width: 999.99px) {
	.header-holder .menu-opener {
		top: 8px;
	}
}

@media (max-width: 767.98px) {
	.header-holder .menu-opener {
		top: 18px;
		right: auto;
		left: 5px;
	}
}

.cert-links br {
	display: none;
}

.menu-active .menu-opener {
	border-top: 0;
}

.menu-opener span {
	display: block;
}

.header-holder .menu-opener span:before {
	width: 19px;
	height: 3px;
	background: #333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
}

.menu-active .menu-opener span:before {
	opacity: 0;
	visibility: hidden;
}

.menu-opener:after,
.menu-opener:before {
	width: 19px;
	height: 3px;
	background: #333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
}

.menu-active .menu-opener:after,
.menu-active .menu-opener:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-opener:before {
	top: 19px;
}

.menu-active .menu-opener:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 13px;
}

/** @define nav-drop **/
.header-holder .nav-drop {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	top: 100%;
	right: -32px;
	overflow: hidden;
	padding: 0;
	max-height: 0;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(85, 85, 85, 0.15);
	box-shadow: 0px 2px 4px 0px rgba(85, 85, 85, 0.15);
}

@media (max-width: 1240px) {
	.header-holder .nav-drop {
		right: 0;
	}
}

@media (max-width: 767.98px) {
	.header-holder .nav-drop {
		right: auto;
		left: -15px;
	}
}

.menu-active .header-holder .nav-drop {
	max-height: 4000px;
}

/** @define nav-area **/
.header-holder .nav-area {
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.menu-active .header-holder .nav-area {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/** @define menu **/
.header-holder .menu {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	padding: 0;
	width: 316px;
	border-radius: 2px;
	background: #fff;
	letter-spacing: 0;
	padding: 27px 13px 8px 17px !important;
}

@media (max-width: 1199.98px) {
	.header-holder .menu {
		font-size: 12px;
		line-height: 20px;
	}
}

.header-holder .menu>li {
	position: relative;
	margin: 0 0 23px;
}

@media (max-width: 767.98px) {
	.menu>li.dropdown>a:after {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		content: "";
		border-style: solid;
		margin-left: 8px;
		margin-bottom: 3px;
		border-width: 7px 6.5px 0 6.5px;
		border-color: #fff transparent transparent transparent;
	}
}

@media (min-width: 992px) {
	.menu>li:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
}

.menu>li>a {
	display: block;
	position: relative;
	color: #00958f;
}

.menu>li>a:hover {
	color: #00857c;
	text-decoration: none;
}

.menu>li>a:active {
	color: #000;
}

.menu .has-children {
	position: relative;
}

.menu .has-children a {
	position: relative;
}

.menu .has-children:after {
	display: none;
}

.menu .has-children>a:after {
	position: absolute;
	right: 11px;
	top: 5px;
	content: "";
	border-style: solid;
	margin-left: 8px;
	margin-bottom: 3px;
	border-width: 6px 5.5px 0 5.5px;
	border-color: #000 transparent transparent transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: rotate(0);
	background: none !important;
}

.menu .has-children.active>a:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.menu .has-children:hover a,
.menu .has-children.current-menu-ancestor a {
	color: #00857c;
}


.menu .current-menu-item a,
.menu .has-children.current-menu-ancestor .current-menu-item a {
	color: #000 !important;
}


.menu .has-children ul {
	margin: 27px -17px;
	background: #F4F4F4;
	position: static;
	display: block;
	padding: 6px 17px;
	list-style: none;
	display: none;
	font-weight: 400;
	font-size: 16px;
}

.menu .has-children ul li {
	line-height: 40px;
}

.menu .has-children ul li a {
	font-size: 16px;
	color: #333 !important;
	font-weight: normal;
}

.menu .has-children ul li a:hover {
	color: #37424a !important;
}

footer {
	margin-top: 0;
	padding: 23px 0 20px;
	font-size: 11px;
	line-height: 14px;
	color: #243444;
}

footer .cert-links {
	margin-bottom: 0;
}

footer .privacy-links {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
}

footer .privacy-links a {
	color: #00857C;
	display: inline-block;
	padding: 0 3px;
	text-decoration: none;
}

footer .privacy-links a:hover {
	color: #005C56;
}

@media (max-width: 767.98px) {
	footer .privacy-links a {
		padding: 0 4px;
	}

	.wrapper {
		min-height: inherit;
	}
}

footer .privacy-links {
	margin-left: -6px;
}

footer .privacy-links a:hover {
	color: #243444;
}

footer .footer-cpy {
	font-size: 11px;
	line-height: 24px;
	color: #243444;
	margin: 0;
}

.main-section .heading-area h1 {
	font-weight: 400;
}

.main-section .heading-area {
	padding-top: 44px;
	padding-bottom: 37px;
}

.location-bg-area p {
	margin: 0 0 41px;
}

.main-section.style01 .heading-area h1 {
	padding: 0 0 19px;
}

.dashboard-hero h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.dashboard-hero h1 span {
	font-weight: 400;
}

.intro-block {
	max-width: 318px;
	margin: 0 0 44px;
}

@media (max-width: 1700px) {
	.intro-block {
		margin: 0;
	}
}

@media (max-width: 991.98px) {
	.intro-block {
		max-width: 100%;
		margin-bottom: 0;
	}
}

.intro-block .box {
	background: #fff;
	text-align: center;
	padding: 23px 48px 149px;
	position: relative;
	margin: 0 0 20px;
	color: #555;
	font-size: 14px;
	line-height: 22px;
}

@media (max-width: 1500px) {
	.intro-block .box {
		padding: 28px 30px 149px;
	}
}

@media (max-width: 1350px) {
	.intro-block .box {
		padding: 28px 20px 149px;
	}
}

@media (max-width: 1199.98px) {
	.intro-block .box {
		margin: 0 0 10px;
		padding: 20px 20px 149px;
		line-height: 20px;
	}
}

@media (max-width: 991.98px) {
	.intro-block .box {
		line-height: 28px;
	}
}

.intro-block .title {
	display: block;
	margin: 0 0 6px;
	text-transform: uppercase;
	color: #00857C;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
}

.intro-block .subtitle {
	display: block;
	color: #555;
	font-size: 14px;
	line-height: 17px;
}

.intro-block p {
	margin: 0 0 37px;
}

@media (max-width: 1199.98px) {
	.intro-block p {
		margin: 0 0 10px;
	}
}

@media (max-width: 767.98px) {
	.intro-block p {
		margin: 0 0 20px;
	}

	.intro-block {
		margin-bottom: 0;
	}
}

.intro-block h1 {
	color: #00857C;
	text-transform: uppercase;
	margin: 0 0 24px;
	line-height: 43px;
	font-size: 40px;
	letter-spacing: 1px;
}

@media (max-width: 400px) {
	.intro-block h1 {
		margin: 0 20px 20px !important;
	}
}

.intro-block h1 em {
	display: inline-block;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	margin: -2px 0 0 3px;
	vertical-align: top;
}

@media (max-width: 1350px) {
	.intro-block h1 {
		margin: 0;
	}
}

@media (max-width: 1199px) {
	.intro-block h1 {
		font-size: 30px;
		line-height: 34px;
	}

	.intro-block h1 em {
		font-size: 20px;
		margin-top: -5px;
	}
}

@media (max-width: 767.98px) {
	.intro-block h1 {
		margin: 0 0 10px;
	}
}

.intro-block .btn-primary {
	width: 88px;
	height: 48px;
	line-height: 28px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.intro-block .btn-secondary {
	width: 130px;
	height: 48px;
	line-height: 28px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	background: #fff !important;
	color: #00857C;
	text-transform: uppercase;
}

.intro-block .btn-secondary:hover {
	background: none;
	border-color: #fff;
	color: #fff;
}

.intro-block .text-area {
	font-size: 10px;
	line-height: 17px;
	text-align: center;
	color: #555;
}

@media (max-width: 992px) {
	.intro-block .text-area {
		margin-bottom: 25px;
	}
}

.intro-block .text-area p {
	margin: 0;
}

.create-account {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00857C;
	padding: 20px 15px 28px;
	text-align: center;
}

.create-account .heading {
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #fff;
	font-size: 15px;
}

.sso-header h2 {
	font-size: 32px;
	line-height: 35px;
	text-align: center;
	color: #A4A4A4;
	margin: 0 0 22px;
}

.sso-header h1 {
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	color: #333;
	display: block;
	margin: 0 !important;
}

.sso-header h2 span {
	color: #00857C;
}

.sso-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 35px;
}

.sso-breadcrumb .text {
	font-weight: 400;
}

.sso-breadcrumb .circle {
	display: block;
	margin: 0 auto 9px;
	width: 20px;
	height: 20px;
	position: relative;
}

.sso-breadcrumb .circle:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	border: 2px solid #a4a4a4;
	border-radius: 100%;
	background: #f9f5f2;
	z-index: 1;
}

.sso-breadcrumb .circle:before {
	position: absolute;
	right: 100%;
	content: "";
	background: #a4a4a4;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	width: 134px;
}

.sso-breadcrumb .sso-breadcrumb-item {
	width: 25%;
	flex: inherit;
	margin: 0;
}

.sso-breadcrumb .sso-breadcrumb-item:after {
	display: none;
}

.sso-breadcrumb li:first-child .circle:before {
	display: none;
}

.sso-breadcrumb li.active .circle:after,
.sso-breadcrumb li.complete .circle:after {
	background: #fff;
	border-width: 4px;
	border-color: #00857c;
}

.sso-breadcrumb li.active .circle:before,
.sso-breadcrumb li.complete .circle:before {
	background: #00857c;
}

.mrk-sso .sso-wrapper--narrow,
.mrk-sso .capture-ui-content.sso-wrapper--narrow {
	max-width: 600px;
}

.mrk-sso .sso-wrapper,
.mrk-sso .capture-ui-content.sso-wrapper {
	width: 100%;
}

.mrk-sso input[type="text"],
.mrk-sso input[type="date"],
.mrk-sso input[type="datetime"],
.mrk-sso input[type="datetime-local"],
.mrk-sso input[type="email"],
.mrk-sso input[type="month"],
.mrk-sso input[type="number"],
.mrk-sso input[type="password"],
.mrk-sso input[type="search"],
.mrk-sso input[type="tel"],
.mrk-sso input[type="time"],
.mrk-sso input[type="url"],
.mrk-sso input[type="week"] {
	box-shadow: none;
	border-color: #000;
	font-size: 14px;
}

.mrk-sso .sso-footer {
	padding: 0 65px 50px;
	font-size: 16px;
	line-height: 20px;
}

.mrk-sso .sso-footer strong {
	font-weight: 400;
}

.mrk-sso .sso-btn {
	font-size: 14px;
	font-weight: 700;
}

.mrk-sso .sso-btn:hover {
	/*
	background: #005C56;
	*/
	box-shadow: none;
}

.mrk-sso .sso-btn--secondary:hover {
	background: #00857C;
	color: #fff;
}

.mrk-sso .sso-card-footer p {
	font-size: 18px;
	line-height: 20px;
	color: #555;
	font-weight: 700;
	margin-bottom: 21px;
}

.mrk-sso .sso-forgot-password-group .sso-forgot-password {
	color: #00857C;
	font-size: 16px;
	line-height: 20px;
}

.mrk-sso .sso-checkbox--styled label {
	outline: none;
}

.mrk-sso input[type="checkbox"]:focus {
	outline: none;
}

.tabs-area {
	padding-top: 20px;
}

.tabs-area .tabs {
	font-size: 16px;
	line-height: 20px;
	display: block;
	width: 990px;
}

.tabs-area .tabs a {
	height: 40px;
	padding: 10px 25px !important;
	background: #00857C !important;
}

.tabs-area .tabs a:hover,
.tabs-area .tabs a:focus,
.tabs-area .tabs .preset.active a {
	background: #005C56 !important;
}

.manage-slide {
	width: 182px !important;
}

.tabs-area .tabs a img {
	display: inline-block;
	margin-right: 6px;
}

.tabs-area .tabs a .task-count {
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: #fff;
	color: #DB281A;
	font-weight: 600;
	display: inline-block;
	border-radius: 100%;
}

.dashboard-hero .user-notification p {
	margin: 0;
	padding: 21px 30px 21px 55px;
	background: #f4f4f4;
	margin: 16px -10px -12px;
}

.user-notification .close-alert {
	background: #00857c;
	color: #fff;
	padding: 0 17px;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	display: inline-block;
	border-radius: 4px;
}

.user-notification .close-alert:hover {
	background: #00635f;
	text-decoration: none;
}

.tasks {
	background: none;
	border: 2px solid #eee;
}

.task_counter {
	font-size: 16px;
	line-height: 20px;
}

.task_counter a {
	margin: 0 30px 6px;
}

.task_counter a:hover {
	text-decoration: none;
}

.dashboard_bottom {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}

.dashboard_bottom .bottom_links:hover {
	border-color: #00857C;
	background: #00857C;
}

.dashboard_bottom .enroll_into {
	width: 213px;
}

.dashboard-tasks {
	margin-bottom: 21px;
}

.dashboard-tasks .tasks_wrap:nth-child(2) .tasks {
	padding-right: 15px;
}

.user-notification {
	color: #DB281A;
	border-color: #DB281A;
	padding: 14px 10px 12px 14px;
	font-size: 20px;
	font-weight: 600;
}

.user-notification i {
	font-size: 18px;
	margin: 0;
}

.dashboard-hero p {
	font-size: 14px;
	margin-right: -15px;
	letter-spacing: -0.1px;
}

.locations_info {
	width: 134px;
}

.dashboard-hero {
	padding: 13px 24px 23px;
}

.tasks_wrap h2 {
	letter-spacing: 0;
	font-weight: 600;
}

.user-info {
	position: static;
	padding-right: 39px;
	font-weight: 600;
}

.user-info a {
	margin-right: 3px;
	color: #333;
}

.home-ico {
	padding-right: 16px;
	margin-right: 14px;
	border-color: #333;
	border-width: 2px;
}

.user-info a:hover {
	text-decoration: none;
	color: #00857c;
}

.slick-arrow {
	position: absolute;
	left: -20px;
	top: 0;
	padding: 0;
	background: url(../images/bg-slick.png) no-repeat;
	width: 36px;
	height: 39px;
	border: 0;
	outline: none;
	color: #00857C;
	z-index: 9;
}

.home-ico a:before,
.home-ico a:hover:before {
	color: #333 !important;
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
	background: linear-gradient(271deg, #FFF 0%, #00857C 100%);
}

.slick-arrow.slick-disabled {
	opacity: 0;
}

@media (max-width: 1279.99px) {
	.container {
		padding: 0 15px !important;
	}

	.container-fluid {
		padding: 0 33px;
	}

	.tabs-area .tabs li:first-child a {
		font-size: 0;
	}

	#dashboard-tab1 {
		font-size: 0;
	}

	.tabs-area .tabs a {
		padding: 10px 14px !important;
	}

	.dashboard_bottom {
		padding-bottom: 10px;
	}

	.dashboard-tasks {
		display: block;
	}

	.tasks_wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.locations_info {
		width: 100%;
		justify-content: flex-start;
		padding: 15px 0 25px;
	}

	.locations_info span {
		display: inline-block;
		width: auto;
		margin: 0;
		font-weight: 400;
		margin-right: 12px;
		line-height: 44px;
	}

	.locations_info br {
		display: none;
	}

	.dashboard_bottom .enroll_into,
	.manage_corrospondance {
		width: 48%;
		margin-bottom: 25px;
		justify-content: flex-start;
		padding: 17px 30px;
	}

	.corrospondance-ico {
		display: flex;
		text-align: left;
		align-items: center;
	}

	.enroll_into span {
		text-align: left;
	}

	.dashboard_bottom .enroll_into,
	.manage_corrospondance {
		width: 48%;
	}

	.bottom_links em {
		margin: 0 30px 0 0;
	}

	.dashboard_bottom a p {
		margin: 0;
	}

	.manage_corrospondance span {
		margin-top: 0;
	}

	.task_counter {
		display: flex;
		align-items: center;
		width: 35%;
	}

	.task_counter:nth-child(2) {
		width: 30%;
	}

	.task_counter:nth-child(3) {
		width: 29%;
	}

	.task_counter a {
		margin: 0 25px 0 0;
		width: 60px;
		height: 60px;
		font-size: 40px;
		line-height: 60px;
	}

	.tasks {
		justify-content: flex-start;
		padding: 35px 30px 33px;
	}

	.tasks_wrap {
		text-align: left;
	}

	.tasks_wrap:nth-child(2) h2 {
		left: 0;
	}

	/* .tabs-area .tabs .dash {
		width: 66px !important;
	} */
}

@media (max-width: 839.99px) {
	.tabs-area .tabs .dash a {
		font-size: 0;
	}

	.container {
		padding: 0 16px;
	}

	.tabs-area .tabs {
		width: 100% !important;
	}

	.slick-arrow {
		left: -16px;
	}

	.slick-arrow.slick-next {
		right: -16px;
		left: auto;
	}

	.manage-slide {
		width: auto !important;
	}

	.task_counter {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.task_counter a {
		font-size: 34px;
	}

	.locations_info {
		margin: 0;
	}

	.container-fluid {
		padding: 0 16px;
	}

	#dashboard {
		padding-bottom: 10px;
	}

	footer .privacy-links a {
		font-size: 13px;
	}

	.tasks {
		padding: 30px 15px 10px;
	}

	.task_counter a {
		margin-right: 12px;
	}
}

@media (max-width: 767.99px) {
	.user-info {
		display: none;
	}

	.tasks {
		display: block;
		padding: 30px 15px 0;
	}

	.dashboard_bottom {
		display: block;
	}

	.dashboard_bottom .enroll_into,
	.manage_corrospondance {
		width: 100%;
	}
}

@media (max-width: 539.99px) {
	.user-notification span {
		float: right;
	}

	.manage_corrospondance {
		margin-bottom: 5px;
	}

	.dashboard-hero .user-notification p {
		margin: 16px -10px -12px;
	}

	.slick-arrow {
		top: 4px;
	}

	.dashboard_bottom .enroll_into,
	.manage_corrospondance {
		width: 100%;
	}

	.tasks {
		display: block;
		padding: 20px 15px 0;
	}

}

.fa-user-alt:before {
	content: "\f406";
}
.fa-envelope-open-text:before {
	content: "\f658";
  }
.my-profile-link {
	display: none;
}

@media (max-width: 767.99px) {
	.my-profile-link {
		display: block;
		position: absolute;
		right: 5px;
		top: 18px;
		font-size: 24px;
		line-height: 1;
		font-weight: 400;
		color: #333;
	}

	.my-profile-link:hover {
		color: #00958f;
	}

	footer .footer-cpy {
		line-height: 18px;
		padding-top: 6px;
	}
}

.location-bg-area:before {
	display: none;
}

.location-bg-area {
	background: none;
}

.main-section .heading-area .text-wrap .btn {
	width: 128px;
	border-radius: 4px;
	background: #00857C;
}

.main-section .heading-area .text-wrap .btn:hover {
	background: #005C56
}

.location-bg-area {
	font-size: 14px;
	line-height: 18px;
	color: #757575;
}

.field-options li {
	width: 21%;
}

.field-options li:last-child {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: flex-end; */
	padding-top: 10px;
}

.field-options .btn-primary {
	width: 78px;
	border-radius: 4px;
	background: #00857C;
}

.btn-primary:hover {
	background: #005C56;
}
.EditShippingDetailedList .field-options label { 	
    color: #00958f;
    font-size: 12px;
}
#editBillingAddress .field-options label { 	
    color: #00958f;
    font-size: 12px;
}
#editBillingAddress .denotes-text {	
    color: #00958f;
    font-size: 12px;
}
.EditShippingDetailedList ::placeholder {
	color: #00958f;
  }
.edit-shipto-note {	
    font-size: 12px;
	margin-bottom: 3rem;
}
.field-options label {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
	min-height: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.field-options .text-field {
	border: 1px solid #000;
}

.field-options .text {
	left: -47px;
	top: 46px;
	font-size: 11px;
}

.field-options .text-field {
	height: 40px;
	border-radius: 4px;
	padding: 5px 10px;
}

@media (max-width: 1199.99px) {
	.field-options li {
		width: 22%;
	}

	.field-options .text {
		left: -36px;
	}
}

@media (max-width: 991.99px) {
	.field-options li {
		width: 100%;
		margin-bottom: 20px;
	}

	.field-options .text-field {
		width: 100%;
	}

	.field-options li:last-child {
		padding-top: 0;
	}

	.field-options .text {
		position: static;
	}

	.main-section.style01 .location-bg-area {
		padding: 0;
	}

	.main-section.style01 .heading-area .text-wrap br {
		display: none;
	}

	.field-options label {
		min-height: inherit;
	}
}

.manageloc-top .row .col-lg-8 {
	text-align: right;
}

.manageloc-top .green-btn {
	border-radius: 4px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	height: 30px;
	text-transform: capitalize;
}

.manageloc-top .green-btn:hover,
.manageloc-top .green-btn:focus {
	background: #005C56;
}

.fa-plus-circle:before {
	content: "\f055";
}

.manageloc-top .up-info {
	font-size: 14px;
	line-height: 18px;
	color: #757575;
	padding: 12px 0 20px;
	margin-bottom: 26px;
	border-bottom: 2px solid #80c2be;
}

.manageloc-top h3 {
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0;
}

.manageLoc-fields .form-field label ~ a {
	margin-left: 7px;
}

.bootstrap-select .btn-default {
	letter-spacing: 0.4px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	margin-top: -4px;
}

.form-field label {
	font-weight: 400 !important;
}

.manageLoc-fields .bootstrap-select {
	width: 100% !important;
}

.manageLoc-fields .bootstrap-select .btn-default {
	border-color: #333 !important;
	height: 40px;
	border-radius: 4px;
}

.form-control {
	height: 40px;
	border-radius: 4px !important;
	border-color: #333 !important;
}

#perm-acc-name.form-control {
	height: 35px;
	border-radius: 0px !important;
}
.form-field .bootstrap-select .glyphicon-chevron-down {
	background: none;
}

.form-field .bootstrap-select .glyphicon-chevron-down:before {
	display: none;
}

.glyphicon-chevron-down:before {
    content: "\e114";
	color: #00857c;
}

.form-field .bootstrap-select .glyphicon-chevron-down:after {
	position: absolute;
	right: 5px;
	top: 0px;
	border-color: #333 transparent transparent transparent;
	content: "\e114";
	color: #00857c;
}

.manageLoc-fields .form-field .bootstrap-select .glyphicon-chevron-down:after {
	position: absolute;
	right: 14px;
	top: 16px;
	content: '';
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #333 transparent transparent transparent;
}

.row.manageLoc-fields {
	margin: 0 -10px;
}

.row.manageLoc-fields .col-lg-6 {
	padding: 0 15px;
}

#manageloc-viewinfo .btn-wrapper {
	text-align: right;
	padding-bottom: 80px;
}

#manageloc-viewinfo .btn-wrapper .green-btn {
	height: 38px;
	border-radius: 4px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-left: 16px;
}

#manageloc-viewinfo .btn-wrapper .green-btn:hover,
#manageloc-viewinfo .btn-wrapper .green-btn:focus {
	background: #005C56;
}

#manageloc-viewinfo .btn-wrapper button:disabled:not(.mat-focus-indicator),
#manageloc-viewinfo .btn-wrapper button[disabled]:not(.mat-focus-indicator) {
	background: #a4a4a4;
	opacity: 1;
}

#gpo-perm-table tbody tr{
	border-bottom:1px solid #333 ;
}
#gpo-perm-table thead tr{
	border-bottom:1px solid #00958f ;
}
#gpo-perm-table tbody td{
	text-align: center;
}
#gpo-perm-table thead th{
	text-align: center;
}
.manageloc-top {
	padding-top: 30px;
}

.manageLoc-fields .errorMsg.invalidField.deaError {
	font-size: 0;
	left: auto !important;
	top: 0 !important;
	margin: 0;
	right: 0 !important;

}

.manageLoc-fields .form-field {
	position: relative;
}

.manageLoc-fields .errorMsg.invalidField:before {
	position: absolute;
	right: 22px;
	top: -29px;
	content: '\f06a';
	color: #dc281a;
	font-size: 18px;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
}

.form-control.errorfield,
.manageLoc-fields .form-control.errorfield {
	border-color: #dc281a !important;
}

.form-control:focus {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
}

.form-control:active {
	border-color: #00857c !important;
}


@media (max-width: 991.99px) {
	.manageloc-top .row .col-lg-8 {
		text-align: left;
		padding-top: 15px;
	}

	.tab-content {
		padding: 0;
	}

	#manageloc-viewinfo .btn-wrapper {
		text-align: left;
		display: flex;
	}

	#manageloc-viewinfo .btn-wrapper .green-btn {
		margin: 0 5px 0 0;
	}

	.manageloc-top {
		padding-top: 30px;
	}

	.manageloc-top .green-btn {
		margin: 0 7px 12px 0;
	}

	#manageloc-viewinfo .btn-wrapper {
		padding-bottom: 40px;
	}
}

.manageloc-add .manageloc-top .row {
	padding-bottom: 26px;

}

.manageloc-add .manageloc-top .up-info {
	border-top: 2px solid #80c2be;
	border-bottom: 0;
	padding-bottom: 0;
}

.manageloc-add .manageloc-top .up-info strong {
	display: block;
	margin-bottom: 5px;
}

.manageloc-add .gray-bar {
	padding: 0;
	margin: 0 0 22px;
	background: none;
}

.manageloc-add .graybar-info {
	font-style: normal;
	font-size: 14px;
	color: #333;
}

.manageloc-add .graybar-info a {
	font-weight: 600;
}

.manageloc-add .graybar-info a:hover {
	color: #005C56;
}

.manageloc-add .addloc-outer {
	text-align: right;
}

.manageloc-add .gray-bar .green-btn {
	border-radius: 4px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: 700;
	height: 30px;
	background: none;
	text-transform: capitalize;
	border: 1px solid #00857c;
	color: #00857c;
}

.manageloc-add .gray-bar .green-btn:hover,
.manageloc-add .gray-bar .green-btn:focus {
	background: #00857c;
	color: #fff;
}

.row.pagination_top {
	display: none;
}

.table-wrap {
	border: 0 !important;
}

#editcontloc-table thead tr th ,#loctable thead tr th {
	border: 0 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	font-weight: 600 !important;
	background: #00857c !important;
	color: #fff !important;
	border-left: 2px solid #fff !important;
	padding: 7px 18px !important;
	min-width: 20rem;
}

#editcontloc-table thead tr th:nth-child(5) .sortcol,#loctable thead tr th:nth-child(5) .sortcol {
	width: 186px;
}

#editcontloc-table thead th .sortcol, #loctable thead th .sortcol {
	padding: 2px !important;
	width: max-content !important;
	display: block;
}

#editcontloc-table td, #loctable td {
	border: 0 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	padding: 10px 20px !important;
	color: #333 !important;
	border-left: 2px solid #E4E4E4 !important;
	border-bottom: 2px solid #E4E4E4 !important;
}

#editcontloc-table td:last-child, #loctable td:last-child {
	border-right: 2px solid #E4E4E4 !important;
}

#editcontloc-table td a.fact-name, #loctable td a.fact-name {
	/*
	white-space: nowrap;
	*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 180px;
	text-transform: capitalize;
}

#editcontloc-table td a.fact-name:hover, #loctable td a.fact-name:hover {
	text-decoration: none;
	color: #333;
}

/*
#loctable .sortcol br {
	display: none;
}
*/

#editcontloc-table tbody tr:nth-child(even) td, #loctable tbody tr:nth-child(even) td {
	background: #f4f4f4 !important;
}

.table-wrap {
	padding: 0 !important;
	max-height: inherit !important;
}

.location-section .heading-area {
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #80c3bc;
	margin-bottom: 36px;
}

.patient-detail-section {
	background: none;
	border: 1px solid #e4e4e4;
	padding: 30px 25px 26px;
}

.patient-detail-section:before {
	display: none;
}

.patient-detail .detail-list li .name {
	width: 100%;
	display: block;
	letter-spacing: -0.5px;
	margin: 0 0 4px;
}

.patient-detail .detail-list li {
	display: block;
}

.update-btn,
.unlike-btn {
	border-radius: 4px;
}

.update-btn:hover,
.update-btn:focus {
	background: #005C56;
}

.BackHide .btn__back, .table-wraper .btn__back {
	border-radius: 4px;
}

.btn__back:before {
	content: '\f177';
	left: 16px;
}

.section-table .table-head .table-col {
	background: #00857c;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	padding: 8px 16px;
	border: 0;
	border-left: 2px solid #80c2be;
}

.table-wraper .update-btn {
	min-width: 109px;
}

.progressbar {
	box-sizing: border-box;
	counter-reset: step;
	display: flex;
	padding: 0;
}

.progressbar li:after {
	background: #757575;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: -1;
}

.progressbar li.step-completed:after {
	background: #00857C;
}

.progressbar li:before {
	background: #fff;
	border: 2px solid #757575;
	border-radius: 50%;
	color: #fff;
	content: counter(step);
	counter-increment: step;
	display: block;
	font-weight: 700;
	height: 40px;
	line-height: 38px;
	margin: 0 auto 10px;
	text-align: center;
	width: 40px;
	background: #757575;
}

.progressbar li.stepper-circle:before {
	background-clip: content-box;
	border: 2px solid #00857C;
	box-shadow: inset 0 0 0 9px #fff;
	box-sizing: initial;
	cursor: progress;
	padding: 9px;
	position: relative;
	top: -10px;
	background: #00857C content-box;
	color: #fff;
}

.progressbar li.step-completed:before {
	background: #00857C;
	border-color: #00857C;
}

.progressbar li {
	float: left;
	list-style: none;
	position: relative;
	text-align: center;
	width: 13.5%;
}

.progressbar li:first-child {
	width: 9% !important;
}

.progressbar li {
	height: 2.2em;
	margin-bottom: 2.2em;
}

.progressbar li:first-child {
	padding-right: calc(6.75% + 20px);
}

.stepper li.bullet:not(.step-completed) {
	cursor: not-allowed;
}

.progressbar li:last-child {
	padding-left: calc(6.75% - 20px);
	width: 8%;
}

.dpa_head {
	padding: 43px 0 16px;
}

.dpa_head h1 {
	margin: 0 0 35px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #00857C;
}

.progress-display-bar {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0;
	margin-bottom: -6px;
}

.progress-display-bar b {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
}

.progress-display-bar small {
	color: #757575;
	font-size: 14px;
	line-height: 18px;
}

.dpa_text-alert {
	font-size: 16px;
	line-height: 24px;
	color: #555;
	display: block;
	margin-bottom: 23px;
}

.dpa-star {
	color: #DB281A;
	font-size: 15px;
	line-height: 18px;
	top: 1px;
}

.dpa_field-title {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	display: block;
	margin-bottom: 8px;
	max-width: 510px;
}

.dpa_field {
	margin: 0 0 24px;
}

.dpa_field .radio-list {
	display: flex;
}

.dpa_field .radio-list .radio-wrap .radio-text .icon {
	width: 16px;
	height: 16px;
	line-height: 1;
	border-color: #d7d7d7;
}

.radio-list .radio-wrap input[type="radio"]:checked+.radio-text .icon {
	border-color: #00857c;
}

.dpa_field .radio-list .radio-wrap .radio-text {
	padding: 0 26px;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	cursor: pointer;
}

.radio-list .radio-wrap .radio-text .icon:before {
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #00857C;
}

.dpa_boxes-holder .text-green {
	color: #00857C;
	min-width: 100px;
	text-align: right;
}

.dpa_boxes-holder .title a {
	font-weight: 700;
	color: #333;
}

.dpa_boxes-holder .title a:hover {
	text-decoration: underline;
}

.dpa_boxes-holder .title {
	font-weight: 400;
}

.dpa_btn-wrap {
	margin-bottom: 90px;
	display: flex;
	flex-wrap: wrap;
}

.dpa_btn-wrap .btn-secondary {
	border-color: #00857c;
	color: #00857c;
	width: 99px;
	margin-right: 10px;
	font-size: 14px;
}

.dpa_btn-wrap .btn-secondary:hover {
	background: #00857c;
	color: #fff;
	text-decoration: none;
}

.dpa_btn-wrap .btn-secondary .fa-long-arrow-left {
	display: inline-block;
	margin-right: 7px;
}

.far.fa-long-arrow-left:after {
	content: "\f177";
}

.dpa_btn-wrap .btn-primary {
	width: 136px;
}

.dpa_fields-row {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;
	margin-bottom: 24px;
}

.dpa_box .section-table .table-row:nth-child(even) .table-col {
	background: #f4f4f4;
}

.dpa_box .section-table .table-row .table-col {
	min-height: 36px;
}

.dpa_fields-row .dpa_field {
	margin: 0;
	display: flex;
	align-items: center;

}

.dpa_fields-row .dpa_field .dpa_field-title {
	margin: 0 75px 0 0;
	max-width: inherit;
}

@media (max-width: 767.99px) {
	.dpa_head h1 {
		margin: 0 0 18px;
		font-size: 24px;
		line-height: 28px;
	}

	.progressbar li {
		margin-bottom: 0;
	}

	.progressbar li:before {
		font-size: 10px;
		line-height: 18px !important;
	}

	.progressbar li.stepper-circle:before {
		line-height: 22px !important;
	}

	.dpa_fields-row .dpa_field .dpa_field-title {
		margin: 0 0 15px;
	}

	.dpa_fields-row .dpa_field {
		display: block;
	}

	.dpa_btn-wrap .btn-secondary {
		margin-right: 6px;
	}

	.dpa_btn-wrap {
		margin-bottom: 30px;
	}
}

@media (max-width: 492.99px) {
	.dpa_btn-wrap .btn-primary {
		margin-top: 10px;
	}
}

.fa-edit:before {
	content: "\f044";
}

.dpa_section-action-text {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	display: block;
	margin: 0 0 30px;
}

.dpa_box {
	border: 1px solid #e4e4e4;
}

.dpa_boxes-holder {
	margin: 0 -12px 24px;
}

.dpa_boxes-holder .col-lg-6 {
	padding: 0 12px;
}

.dpa_box-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 20px;
	justify-content: space-between;
}

.dpa_box-head h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

.dpa_box-head h2 span {
	font-size: 14px;
	line-height: 16px;
	color: #757575;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	font-weight: 400;
	text-transform: none;
	margin-left: 1px;
}

.dpa_box-head .dpa_edit-link {
	color: #00857C;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
}

.dpa_box-head .dpa_edit-link i {
	font-weight: 400;
	display: inline-block;
	margin-right: 4px;
}

.dpa_box-head .dpa_edit-link:hover {
	text-decoration: none;
	color: #005C56;
}

.dpa_box-holder {
	padding: 22px 24px 10px;
}

.dpa_box-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
}

.dpa_box-row .dpa_link {
	margin-left: 25px;
}

.dpa_box-row .dpa_link:hover {
	text-decoration: none;
}

.mrk-sso .sso-footer p {
	font-size: 16px;
	line-height: 24px;
}

.mrk-sso .sso-footer br {
	display: none;
}

.mrk-sso .sso-card--raised {
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
}
/*
.mrk-sso .sso-breadcrumb-item.complete {
	background-image: none !important;
}
*/
.locations_info span,
.locations_info {
	font-weight: 400;
}

.green-btn {
	border-radius: 4px;
	font-weight: 700;
	padding-left: 16px;
	padding-right: 16px;
	background: #00857C;
}

.green-btn:hover,
.green-btn:focus {
	background: #005C56;
}

.location-bg-area h2 {
	text-transform: capitalize;
	font-weight: 400;
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.pagination-bottom-mr {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.pagination-bottom-mr li {
	margin-right: 8px;
}

.pagination-bottom-mr li:first-child {
	margin-right: 32px;
}

.pagination-bottom-mr li:last-child {
	margin-right: 0;
	margin-left: 24px;
}

.pagination-bottom-mr li:first-child a i {
	display: inline-block;
	margin-right: 5px;
}

.pagination-bottom-mr li:last-child a i {
	display: inline-block;
	margin-left: 5px;
}

.pagination-bottom-mr li a {
	color: #333;
	display: block;
	padding: 10px 17px;
	border-radius: 4px;
	background: #f4f4f4;
}

.pagination-bottom-mr li.active a,
.pagination-bottom-mr li a:hover {
	background: #00857C;
	color: #fff;
	text-decoration: none;
}

.pagination-bottom-mr-row {
	display: flex;
	justify-content: space-between;
	padding: 17px 0 0;
}

.pagination-bottom-mr-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.pagination-bottom-mr-text {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #333;
	margin-right: 10px;
}

.pagination-bottom-mr-text strong {
	font-weight: 500;
}

.pagination-bottom-mr-row .bootstrap-select .glyphicon-chevron-down {
	background: none;
}

.pagination-bottom-mr-row .bootstrap-select .glyphicon-chevron-down:before {
	display: none;
}

.pagination-bottom-mr-row .bootstrap-select .glyphicon-chevron-down:after {
	position: absolute;
	right: 7px;
	top: 13px;
	content: '';
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #333 transparent transparent transparent;
}

.pagination-bottom-mr-row .bootstrap-select .btn-default {
	border-color: #333 !important;
	border-radius: 4px !important;
	margin: 0 !important;
}

@media (max-width: 767.99px) {
	.manageloc-add .addloc-outer {
		text-align: left;
		padding-top: 10px;
	}

	.manageloc-add .manageloc-top .up-info {
		margin-bottom: 5px;
	}

	.manageloc-add .gray-bar .green-btn {
		margin-left: 0;
	}

	.pagination-bottom-mr li a {
		padding: 5px 10px;
	}

	.pagination-bottom-mr li:first-child {
		margin-right: 5px;
	}

	.pagination-bottom-mr li:last-child {
		margin-left: 0px;
	}

	.pagination-bottom-mr-row {
		display: block;
	}

	.pagination-bottom-mr {
		margin-bottom: 20px;
	}

	.patient-detail-section {
		padding: 30px 0;
	}
}

.location-section .heading-area {
	padding-top: 29px;
}

.section-table .title {
	color: #fff !important;
}

.section-table .table-head .table-col {
	height: auto;
}

#primaryTable .section-table,
#nonprimaryTable .section-table {
	height: auto !important;
}

.section-table .table-col:first-child {
	width: 380px;
}

.section-table .table-body .table-col {
	padding-left: 16px;
}

.section-table .table-body .table-col {
	background: #fff;
	border-left: 2px solid #f1f1f1;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 16px;
	color: #333;
}

.table-section {
	padding-top: 40px;
}

.section-table.table2 .table-row:last-child .table-col {
	padding: 9px 16px;
	font-size: 16px;
	line-height: 25px;
}

.location-section .table-wraper .container {
	padding: 0;
}

.table-wraper .update-btn {
	height: 38px;
	line-height: 24px;
}

.BackHide .btn__back, .table-wraper .btn__back {
	height: 38px !important;
	line-height: 24px;
}

.location-section .table {
	white-space: nowrap;
}

.table3 .table-body {
	padding-top: 0;
}

.section-table.table3 .table-col:nth-child(1) {
	width: 63rem;
	padding-left: 36px !important;
}
.addloca-contracts .section-table.table3 .table-col:nth-child(1) {
	width: 80rem !important;
}
.section-table.table3 .table-col,
.section-table.table3 .table-body .table-col {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 8px;
}

.section-table.table3 .table-body .table-row:first-child .table-col {
	padding: 10px 8px;
	/*padding-left: 36px !important;*/
}

.section-table.table3 .table-body .check-area,
.section-table .check-area,
.section-table.table3 .table-body .table-row:first-child .check-area {
	top: 13px;
	left: 8px;
}
.lcoation-table-area01 .section-table.table3 .table-body .check-area,
.lcoation-table-area01 .section-table .check-area,
.lcoation-table-area01 .section-table.table3 .table-body .table-row:first-child .check-area {
	top: 4px;
	left: 8px;
}
.section-table .table-head .check-area .fake-label {
	border-color: #fff;
}

.manageloc-table .section-table .table-head .check-area .fake-label {
	background: #fff;
	overflow: hidden;
	border: none;
	box-shadow: 0 0 0 1px #000 inset;
}

.manageloc-table .section-table .table-head .check-area .fake-label:before {
	left: 4px;
	top: 4px;
}

.section-table.table3 .table-body .table-row .table-col .text a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	/* width: 290px; */
}

.section-table.table3 .table-body .table-col {
	height: 38px;
	border-bottom: 1px solid #e4e4e4;
}
.addloca-contracts .section-table.table3 .table-body .table-col {
	height: 38px;
	border-bottom: 1px solid #e4e4e4;
}

.section-table .table-body .table-col:nth-child(2n):before {
	background: none;
}

.location-section .section-table {
	border-bottom: 0;
}

.mlocTab.table-wraper .btns-list {
	justify-content: flex-end;
	padding-top: 20px;
}

button:disabled:not(.mat-focus-indicator),
button[disabled]:not(.mat-focus-indicator) {
	background: #a4a4a4 !important;
	border-color: #a4a4a4 !important;
}

@media (max-width: 767.99px) {

	#primaryTable .section-table .table-col,
	.table-col {
		width: 150px !important;
	}

	.section-table .table-head .table-col:first-child,
	.section-table .table-col:first-child,
	#primaryTable .section-table .table-col:first-child {
		width: 350px !important;
	}
}

.contract-section .heading-wrap h1 {
	font-size: 29px;
	line-height: 34px;
	color: #00857C;
	font-weight: 400;
}

.contract-section .table-heading h2 {
	font-size: 24px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
	margin: 0 0 30px;
}

.contract-section .table-heading h2 span {
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #555;
}

.contract-table .table,
.contract-table-area01 .table {
	white-space: inherit !important;
	border-bottom: 0;
}

.fixed-table-container {
	border-radius: 0;
}

#editcont-grid .fixed-table-container {
	border: 0;
}

.contract-section .table-section:before {
	display: none;
}

.contract-table-area01 .title {
	margin: 0;
	padding: 0 !important;
}

#editcont-grid .bootstrap-table .table thead tr th {
	padding: 5px 15px !important;
	border-left: 1px solid #fff !important;
}

.contract-table .check-area {
	padding-left: 0 !important;
}

.contract-table-area01 .table-head {
	height: auto;
}

.contract-table thead {
	border: 0 !important;
}

.bootstrap-table .table.contract-table thead tr th {
	border-bottom: 0 !important;
}

.table.contract-table thead tr th {
	background: #00857c !important;
	color: #fff !important;
	padding: 5px 17px;
	border-left: 1px solid #fff;
}

#editcont-table thead tr th div.select-holder{
	background: #ffffff !important;
	color: #fff !important;
	border-left: 1px solid #fff;
}
#editcont-table thead tr th button.green-btn{
	background: #4fafa9 !important;
}
#editcont-table thead tr th .check-area .fake-label{
	background: #fff !important;
}
.enrollments-table-area .title,
.th-inner {
	color: #fff !important;
}

.enrollments-table-area .title {
	font-size: 16px !important;
	line-height: 25px !important;
	font-weight: 600 !important;
	padding: 0;
}

.contract-table-area01 {
	width: 100%;
}

#editcont-grid .fixed-table-container {
	width: 100%;
}

#editcont-table .ecFacName {
	width: 240px;
	color: #00857C;
}

.table.contract-table thead tr th:nth-child(3) {
	min-width: 138px;
}

.fa-info-circle:before {
	content: "\f05a";
}

.contract-table-area01 .check-wrap-area {
	width: 100%;
	display: flex;
	align-items: center;
}

.contract-table thead .check-wrap-area .check-area {
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
	width: auto;
}

.contract-table thead .check-wrap-area .check-area .fake-label {
	border-color: #333;
	background: #fff;
}

.enrollments-table-area thead .title i {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	margin-bottom: 5px;
}

.contract-table.table td {
	padding: 15px 16px !important;
	border-left: 1px solid #e4e4e4 !important;
	border-bottom: 1px solid #e4e4e4;
	vertical-align: middle !important;
}

.contract-table.table td:last-child {
	border-right: 1px solid #e4e4e4 !important;
}

.contract-table-area01 .check-area .fake-label {
	width: 16px;
	height: 16px;
	border-color: #333;
}

.contract-table-area01 .check-area .fake-label:before {
	border-width: 0 0 2px 2px;
	width: 10px;
	height: 6px;
}

.contract-table .select-holder {
	width: 100% !important;
	border: 1px solid #333 !important;
	border-radius: 4px;
}

#editcont-table .select-holder input[type="text"] {
	height: 40px;
	padding: 10px;
	font-size: 14px;
	color: #757575;
	line-height: 20px;
	border-radius: 4px;
}
#editcont-table .select-holder input[type="text"][disabled] {
	color:black !important;
}

#editcont-table .select-holder:before {
	font-family: none;
	content: '';
	position: absolute;
	right: 14px;
	top: 16px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #333 transparent transparent transparent;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
	font-size: 16px !important;
}

#editcont-grid .fixed-table-container {
	padding-right: 0;
	margin-left: -8px;
}

#editcont-grid .table-section {
	margin: 0;
}

.editcon-btns {
	margin-bottom: 40px;
}

.editcon-btns .btn-primary {
	width: 100px;
	height: 38px;
	line-height: 16px;
	margin: 0 5px 10px !important;
}

.editcon-btns .btn__back {
	width: 100px;
	height: 38px;
	margin: 0 5px 10px !important;
	padding: 9px 5px;
	line-height: 16px;
}

@media (max-width: 1439.99px) {
	#editcont-grid .fixed-table-container {
		margin-left: 0;
	}

	#editcont-grid {
		margin: 0;
	}

	.js-tabs-html.tab-content {
		padding: 0;
	}
}

@media (max-width: 991.99px) {
	#editcont-grid .contract-table-area01 .clearfix {
		margin-left: -6px;
	}

	.editcon-btns,
	.editcont-note {
		text-align: right;
	}
}

#upload-correction-table.table {
	white-space: inherit;
	border-collapse: inherit;
	padding: 0;
}

#connect-enroll-loc-text .text-bold {
	line-height: 24px;
	color: #333;
}

#connect-enroll-loc-text .red-highlight {
	color: #DB281A;
	font-size: 14px;
	line-height: 24px;
}

#connect-enroll-loc-text p {
	margin: 0;
}

#bulkUploadLoc {
	padding: 0 !important;
}

#connect-enroll-loc-text ol {
	padding-left: 13px;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

#connect-enroll-loc-text ol li {
	margin: 0 0 2px;
}

#connect-enroll-loc-text .caution-info-text {
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	display: block;
	margin: 0 0 18px;
}

.location-info-wrapper>div:not(:first-child) .count-label:before {
	display: none;
}

.location-info-wrapper>div:last-child {
	border-color: #db281a;
}

.location-info-wrapper .count-block {
	padding: 0 0 8px;
	border-bottom: 2px solid #00857c;
	margin-left: 30px;
	display: flex;
	align-items: flex-end !important;
	flex-flow: inherit !important;
	justify-content: space-between !important;
	font-size: 14px;
	line-height: 16px;
	width: 88px;
}

#location-info-banner {
	padding: 35px 0;
}

.location-info-wrapper .count-block .count-text {
	font-size: 36px;
	line-height: 40px;
}

.location-info-wrapper>div {
	padding: 0;
}

.location-info-wrapper .location-info-text {
	font-size: 20px;
	line-height: 30px;
	color: #555;
}

#connect-enroll-loc-text ol li {
	font-size: 14px;
}

.cg-button-wrapper button {
	border-radius: 4px !important;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 15px;
	color: #00857C;
	font-weight: 700;
	border: 1px solid #00857C;
	transition: all 0.4s ease;
}

.cg-button-wrapper button:hover,
.cg-button-wrapper button:focus {
	background: #00857C;
	color: #fff;
}

#bulkUploadLoc .tab-content .alert__bar {
	padding-top: 7px;
	padding-bottom: 20px;
}

#bulkUploadLoc .btn-list {
	justify-content: flex-end;
}

#bulkUploadLoc .btn-list li {
	padding: 0;
}

#bulkUploadLoc .btn-list li:first-child {
	display: flex;
}

#bulkUploadLoc .btn-primary {
	margin-left: 16px;
}

#bulkUploadLoc .btn__back {
	border-radius: 4px;
	padding-right: 16px;
	padding-left: 26px;
}

#bulkUploadLoc .btn-primary {
	padding-left: 16px;
	padding-right: 16px;
}
/*
#bulkUploadLoc table th {
	border-left: 2px solid #80c2bd !important; 
}
*/
#bulkUploadLoc table th.InfoTooltip {
	border-left: 0 !important;

}

#bulkUploadLoc table th[data-field="newExistStatus"] {
	min-width: 100px !important;
}

#bulkUploadLoc table td {/* 	border-left: 2px solid #f1f1f1 !important; */vertical-align: middle;}

#bulkUploadLoc table td .upconedit {
	border: 1px solid #000;
	border-radius: 4px;
	height: 40px !important;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
}

#editcont-table td .upconedit {
	border: 1px solid #000;
	border-radius: 4px;
	height: 40px !important;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
}

#bulkUploadLoc table .validationStat {
	font-size: 14px;
}

@media (max-width: 1439.99px) {
	#bulkUploadLoc .btn-list {
		padding-right: 15px;
	}
}

@media (max-width: 767.99px) {
	#bulk-upload-staging .staging-tab-wrapper {
		flex-wrap: wrap;
	}

	#bulk-upload-staging .staging-tab-wrapper ul {
		order: 2;
	}

	.cg-button-wrapper {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
		text-align: right;
	}

	#bulkUploadLoc .tab-content .alert__bar {
		padding: 0 0 10px;
	}

	#location-info-banner {
		margin-bottom: 20px;
	}

	.location-info-wrapper {
		flex-wrap: wrap;
	}

	.location-info-wrapper .location-info-text {
		width: 100%;
		margin-bottom: 7px;
	}

	.location-info-wrapper .count-block {
		margin: 0 15px 0 0;
		flex-wrap: nowrap !important;
	}

	.main-section .heading-area h1 {
		font-weight: 700;
	}

	.dpa_box-head {
		padding: 15px 10px;
		display: block;
	}

	.dpa_box-head h2 {
		margin-bottom: 8px;
	}

	.dpa_box-holder {
		padding: 15px;
	}

	.dpa_box-row {
		display: block;
	}

	.dpa_box-row .title {
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}

	.dpa_box-row .dpa_link {
		margin: 0;
	}

	.dpa_head_value {
		display: block;
	}
}



#primaryTable .section-table .table-col {
	width: 150px;
}

#primaryTable .section-table .table-col:first-child {
	width: 380px;
}
/*
#primaryTable .section-table {
	width: 1130px !important;
}
*/
#primaryTable .section-table .table-body .table-col {
	min-height: 42px;
	border-bottom: 1px solid #e4e4e4;
}

#primaryNonPrimary .section-table .table-col {
	width: 142px;
}

#primaryNonPrimary .section-table .table-col:first-child {
	width: 41rem;
}

#primaryNonPrimary .section-table .table-col:nth-child(2) {
	width: 145px;
}

#primaryNonPrimary .section-table .table-col:nth-child(3) {
	width: 156px;
}

#primaryNonPrimary .section-table .table-col:nth-child(5) {
	width: 200px;
}


#primaryNonPrimary .section-table .table-body .table-col {
	min-height: 42px;
	border-bottom: 1px solid #e4e4e4;
}
/* 
#primaryNonPrimary .section-table {
	width: 1130px !important;
}
 */
#primaryNonPrimary .section-table .table-col:last-child,
#primaryTable .section-table .table-col:last-child {
	border-right: 1px solid #e4e4e4;
	width: 158px;
}

.patient-detail .detail-list li span {
	min-height: 20px;
	display: block;
}

.table-wraper {
	margin-bottom: 16px;
}

.table-wraper .btns-list {
	margin-top: 16px;
	margin-bottom: 14px;
}


.section-table.partnership-contract-loc .table-col {
	width: 149px !important;
}

.section-table.contract-loc {
	margin-bottom: 0 !important;
}

.section-table.partnership-contract-loc .table-col:first-child {
	width: 57rem !important;
}

.table-wraper.style01 {
	margin-bottom: 30px;
}
/* 
.section-table.partnership-contract-loc {
	width: 1130px !important;
}
 */
.section-table.contract-loc .table-col:nth-child(2),
.section-table.contract-loc .table-col:nth-child(7) {
	width: 350px;
}

.section-table.contract-loc .table-col:nth-child(3),
.section-table.contract-loc .table-col:nth-child(4),
.section-table.contract-loc .table-col:nth-child(5) {
	width: 149px;
}

.unlike-btn .unlike {
	background: url(../images/unlink-ico.svg) no-repeat;
}

.unlike-btn:hover .unlike,
.unlike-btn:focus .unlike {
	background: url(../images/unlink-ico-hover.svg) no-repeat;
}

.unlike-btn:focus {
	background: #005C56;
	color: #fff;
}

.wrapper {
	min-height: inherit;
}

.reg-main {
	min-height: calc(100vh - 136px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #f9f5f2;
}

.reg-main .mrk-sso .sso-wrapper,
.reg-main .mrk-sso .capture-ui-content.sso-wrapper {
	padding-top: 52px;
}

.reg-main .mrk-sso h1 {
	margin-bottom: 6px !important;
}

.reg-main .mrk-sso h2 {
	margin-bottom: 27px !important;
}

.mrk-sso .sso-breadcrumb {
	padding-left: 14px;
}

.mrk-sso .sso-card-body {
	padding: 24px 32px;
}

.mrk-sso label,
.mrk-sso .janrain-capture-ui .capture_form_item>label {
	margin-bottom: 7px;
}

.mrk-sso .sso-btn-group .sso-btn {
	max-width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: #00857C;
}

@media (max-width: 767.99px) {
	.reg-main {
		min-height: inherit;
		display: block;
	}

	.mrk-sso .sso-wrapper--narrow,
	.mrk-sso .capture-ui-content.sso-wrapper--narrow {
		max-width: 100%;
		margin: 0;
		padding: 0 15px;
	}

	.mrk-sso .sso-footer {
		padding: 0 0 30px;
	}

	.mrk-sso .sso-card-body {
		padding: 20px 15px;
	}

	.mrk-sso .sso-breadcrumb {
		padding: 0;
	}

	.mrk-sso .sso-btn-group {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 599.99px) {
	.mrk-sso .sso-breadcrumb {
		width: 320px;
		margin: 0 auto;
	}

	.sso-breadcrumb .circle:before {
		width: 75px;
	}

}


.log-main .sso-header h1 {
	margin: 0 0 7px !important;
}

.log-main .sso-header h2 {
	margin: 0 0 27px;
}

.log-main .sso-wrapper {
	padding-top: 90px;
}

.log-main .mrk-sso .sso-header {
	margin-bottom: 30px;
}

.log-main .mrk-sso .capture_form_item {
	margin: 0 0 26px;
}

.log-main .mrk-sso .capture_form_item {
	margin: 0 0 26px;
}

.log-main .mrk-sso .sso-wrapper,
.mrk-sso .capture-ui-content.sso-wrapper {
	padding-top: 90px;
}

.log-main .mrk-sso .sso-checkbox--styled label {
	font-weight: 600 !important;
	font-size: 14px;
	padding-left: 27px;
}

.log-main .mrk-sso .sso-checkbox--styled label::before {
	width: 16px;
	height: 16px;
}

.log-main .mrk-sso .sso-card-footer {
	padding: 20px 16px 22px;

}

.log-main .sso-footer {
	margin-top: 20px;
}


@media (max-width: 599.99px) {

	.log-main .mrk-sso .sso-wrapper,
	.mrk-sso .capture-ui-content.sso-wrapper {
		padding-top: 40px;
	}

	.mrk-sso .sso-footer p {
		font-size: 14px;
	}
}

.text-verify-e {
	max-width: 240px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding: 0 0 26px;
	margin: 0 auto 23px;
}

.verif-main {
	align-items: flex-start;
}

.text-verify-e p {
	margin: 0;
}

.text-verify-e:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 126px;
	height: 1px;
	background: #333;
	content: '';
	margin-left: -63px;
}

.ss-verify-email {
	padding: 31px 85px 30px;
}

.ss-verify-email .sso-card-body {
	padding: 0;
}

.ss-verify-email .sso-card-body p {
	line-height: 24px;
}

.mrk-sso p {
	margin-bottom: 23px;
}

.ss-verify-email h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #555;
}

.btn-email-holder {
	display: block;
	padding-top: 38px;
	text-align: center;
}

.btn-email-holder a {
	width: 130px;
	height: 50px;
	text-decoration: none;
	background: #00857c;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 0;
}

.verif-main .mrk-sso .sso-wrapper {
	padding-top: 100px;
}

@media (max-width: 599.99px) {
	.ss-verify-email {
		padding: 33px 30px 30px;
	}
}

.location-section .heading-area h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 17px;
}

.patient-detail .detail-col:nth-child(1) {
	width: 37.5%;
}

/*
.patient-detail .btns-list {
	padding: 6px 0 0;
}
*/

.unlike-btn {
	width: 150px;
}

@media (max-width: 767.99px) {
	.patient-detail .detail-row {
		margin: 0;
	}

	.patient-detail .detail-col:nth-child(1) {
		width: 100%;
	}
}

#manageloc-viewinfo .manageloc-top {
	padding-top: 11px;
}

#manageloc-viewinfo .manageloc-top .up-info {
	padding-bottom: 22px;
	margin-bottom: 22px;
}

#manageloc-viewinfo .nxt-btnmargin {
	margin-left: 22px;

}

.manageLoc-fields .form-field {
	margin-bottom: 28px !important;
}

#manageloc-viewinfo .btn-wrapper {
	margin-top: 0 !important;
}

.caret {
	border-top-width: 6px;
}

@media (max-width: 767.99px) {
	#manageloc-viewinfo .nxt-btnmargin {
		margin-left: 0;
	}

	.manageLoc-fields .form-field {
		margin-bottom: 15px !important;
	}

}

a:focus {
	outline-style: inset;
	outline-color: #00857C;
	outline-width: 1px;
}

.btn-primary:focus {
	background: #2f5a56 !important;
}

.intro-block .btn-secondary:focus {
	background: none !important;
	border-color: #fff !important;
	color: #fff !important;
}

#onetrust-pc-btn-handler:focus {
	background: #2f5a56 !important;
}

#onetrust-accept-btn-handler:focus {
	background: #2f5a56 !important;
}

.multiselect-container.dropdown-menu {
	opacity: 0;
	width: 100%;
	padding: 0;
}

.multiselect-container.dropdown-menu>.active>a {
	background: none !important
}

.multiselect-container.dropdown-menu>a:hover {
	background: #007671 !important;
}

.multiselect-container.dropdown-menu>.active>a:hover {
	background: #007671 !important;
	color: #fff !important
}

.multiselect-container.dropdown-menu>.active>a {
	background: #a6d4d1 !important;
	color: #fff !important
}

.multiselect-container.dropdown-menu li,
.multiselect-container.dropdown-menu li label {
	cursor: pointer;
}

.multiselect-container.dropdown-menu li a:hover {
	color: #fff !important;
}

.multiselect-container.dropdown-menu li.active:before {
	position: absolute;
	right: 12px;
	top: 11px;
	content: '\f00c';
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
}

.multiselect-container.dropdown-menu li.active:hover:before {
	color: #fff !important
}

.btn-group.open .multiselect-container.dropdown-menu {
	visibility: visible;
	opacity: 1;
	background: #fff !important
}

.btn-group.bootstrap-select,
.btn-group {
	width: 100%;
	max-width: 100%
}

.multiselect.dropdown-toggle {
	width: 100%;
	text-align: left;
}

.multiselect-container.dropdown-menu li input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
}

.multiselect-container.dropdown-menu {
	overflow: auto;
	max-height: 300px;
}

.btn-group.open .multiselect-container.dropdown-menu a:hover {
	background: #007671;
	cursor: pointer;
}

.select-picker.open .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	padding: 0 !important;
}

.dropdown-menu.open .dropdown-menu li>a {
	background: none !important
}

.dropdown-menu.open .dropdown-menu.inner {
	background: #fff !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
	max-height: 300px;
	overflow: auto
}

.dropdown-menu.open>.active>a:hover,
.dropdown-menu.open>.active>a:focus {
	background: #007671 !important;
}

.dropdown-menu.open li,
.dropdown-menu.open li label {
	cursor: pointer;
}

.dropdown-menu.open li a:hover,
.dropdown-menu.open li a:focus {
	color: #fff !important;
	background: #007671 !important;
}

.bootstrap-select.open .dropdown-menu {
	opacity: 1;
	visibility: visible;
	padding: 0 !important;
}

.bootstrap-select.open .dropdown-menu li a {
	padding: 7px 10px 9px !important;
}

.multiselect.btn {
	border-radius: 4px !important
}

.multiselect .checkbox {
	margin-top: 7px;
}

.pagination-bottom-mr-row .bootstrap-select.open .dropdown-menu {
	opacity: 1;
	visibility: visible;
	overflow: auto;
	min-height: 100px;
	position: absolute !important;
	padding: 0 !important;
	background: #fff !important;
	overflow: auto !important;
	top: 35px !important;
}


.section-table .check-area .fake-label:before {
	left: 1px;
	top: 2px;
	border-width: 0 0 2px 2px;
	width: 7px;
	height: 4px;
}

.section-table .check-area input[type="checkbox"]:checked+.fake-label {
	background: #00857C;
	border-color: #00857C;
}

.section-table .check-area input[type="checkbox"]:checked+.fake-label:before {
	border-color: #fff;
}

.section-table.table3 .table-head .table-col:nth-child(1) .check-area input[type="checkbox"]:checked+.fake-label {
	background: #fff;
	border-color: #fff;
}

.section-table.table3 .table-head .table-col:nth-child(1) .check-area input[type="checkbox"]:checked+.fake-label:before {
	border-color: #00857C;
}

.mrk-sso .sso-checkbox--styled input:checked+label::before {
	background-image: none !important;
	background: #00857C;
	border-color: #00857C;
}

.log-main .mrk-sso .sso-checkbox--styled label:after {
	left: 3px;
	top: 3px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	width: 10px;
	height: 6px;
	position: absolute;
	content: '';
	transform: rotate(-45deg);
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.mrk-sso .sso-checkbox--styled input:checked+label:after {
	opacity: 1;
	visibility: visible;
}

.eyeBtnCurrentPwd .fa-eye-slash {
	color: #00857C;
}

input:focus {
	box-shadow: 0 0 1px 1px #000 !important
}

.mrk-sso .sso-btn:focus {
	/*
	background: #005C56;
	*/
	box-shadow: none;
}

.mrk-sso .sso-btn--secondary:focus {
	background: #00857C;
	color: #fff;
}


.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.table-col .title {
	letter-spacing: 0;
}

.section-table .table-head .table-col {
	text-align: center;
}

.section-table .table-body .table-col {
	text-align: center;
}

#manageloc-grid .manageloc-top {
	padding-top: 12px;
}

#manageloc-grid .manageloc-top .up-info {
	padding-top: 18px;
	margin-bottom: 15px;
}

#manageloc-grid .gray-bar .green-btn.nxt-btnmargin {
	margin-left: 14px;
}

@media (max-width: 991.99px) {
	.manageloc-add .addloc-outer {
		text-align: left;
		padding-top: 15px;
	}

	#manageloc-grid .gray-bar .green-btn.nxt-btnmargin {
		margin-left: 0;
		margin-right: 8px;
	}
}

@media (max-width: 767.99px) {
	.manageloc-add .manageloc-top .row {
		padding-bottom: 12px;
	}

	.manageloc-add .gray-bar .green-btn {
		margin-bottom: 5px !important;
	}
}

.manageloc-add .manageloc-top .up-info strong {
	color: #333;
	font-weight: 400;
}

.tooltip-inner {
	font-size: 14px !important;
	line-height: 18px !important;
	color: #333 !important;
	background: #fff !important;
	padding: 10px 0 0 !important;
	margin: 0;
	border: 0;
	width: 140px !important;
	top: 10px !important;
	box-shadow: 0px 3px 12px 0px rgba(51, 51, 51, 0.20);
	min-width: 140px !important;
	font-family: Roboto, sans-serif !important;
	max-width: 140px !important;
	border-radius: 4px;

}

.tooltip {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: transparent !important;
	top: 15px;
	z-index: 99;
}

.tooltip.bottom .tooltip-arrow:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 10px;
	z-index: -1;
	border: 7px solid #fff;
	transform-origin: 0 0;
	transform: rotate(228deg);
	box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.15);
}

.sso-btn--toggle-pwd {
	padding-bottom: 3px !important;
}

.tooltip .tooltip-inner {
	padding: 10px !important;
	max-width: 240px !important;
	border-radius: 10px !important;
}

.stepper-controller {
	padding-top: 45px;
	padding-bottom: 40px;
	overflow: hidden;
}

.stepper-controller .btn {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
}

.stepper-controller .btn-outline {
	min-width: 99px;
}

.stepper-controller .btn-outline.btn__back {
	padding-left: 35px;
}

.stepper-controller .btn-bg:hover,
.stepper-controller .btn-bg:focus {
	background: #005C56;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(1) {
	width: 180px !important;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(2) {
	width: 180px !important;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(3) {
	width: 130px !important;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(4) {
	width: 106px !important;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(5) {
	width: 94px !important;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(6) {
	width: 70px !important;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(7) {
	width: 70px !important;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(8) {
	width: 130px !important;
}

.dpa-wrapper .section-table.table2 .table-col:nth-child(9) {
	width: 90px !important;
}

.dpa-wrapper .section-table.table2 .table-col {
	width: 130px !important;
}

.dpa-wrapper .section-table {
	width: 1080px;
}

.stepper h1 {
	font-weight: 400;
	padding: 39px 0 35px;
}

.progressbar {
	margin-right: -15px;
	margin-bottom: -3px;
}

.progress-display-bar p {
	margin: 0;
}

.progress-display-bar b {
	margin-right: 4px;
}

.dpa-application-review-text p {
	margin: 0 0 -4px !important;
}

.dpa_box-head h2 {
	text-transform: uppercase;
	letter-spacing: 0;
}

.dpa_box-wrap.add {
	padding: 0 0 1px;
	margin: 0 0 20px;
	border-bottom: 2px solid #f1f1f1;
}

.dpa_box-row .title {
	font-size: 15px;
	line-height: 22px;
	color: #333;
}

.dpa_box-holder .table-wraper {
	overflow: hidden;
}

.dpa_boxes-holder .col-md-12 {
	padding: 0 12px;
}

.dpa-wrapper .section-table .table-body .table-col:first-child {
	padding-left: 22px;
}

#all-locations-staging .table {
	white-space: inherit;
	border-collapse: inherit;
}

.custom-check-label {
	position: relative;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 3px;
	display: block;
}

.custom-check {
	margin-bottom: 0;
}

.custom-check input[type="checkbox"] {
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

.custom-check-label:before {
	left: 3px;
	top: 3px;
	border: solid #fff;
	transition: all 0.4s ease;
	content: '';
	position: absolute;
	border-width: 0 0 2px 2px;
	width: 7px;
	height: 4px;
	transform: rotate(-45deg);
}

.custom-check input[type="checkbox"]:checked+.custom-check-label {
	border-color: #00857c;
	background: #00857c;
}

#bulkUploadLoc table th .th-inner {
	padding: 14px 10px !important;
	/* border-left: 1px solid #80c2be; */
}

#bulkUploadLoc table th .th-inner {
	font-size: 16px !important;
	line-height: 24px !important;
	text-overflow: inherit !important;
	white-space: inherit !important;
}

#bulkUploadLoc table th:nth-child(4) {
	width: 140px;
}

#bulkUploadLoc table tr td {
	border-color: #ececec;
}

#bulkUploadLoc table tr td.InfoTooltip, #upload-loctable table tr td.InfoTooltip{ 
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	min-height: 80px;
}

#bulkUploadLoc table tr td .validationStat {
	margin-left: 10px;
}

#bulkUploadLoc table th[data-field="selection"] {
	padding-left: 0 !important;
	border-left: 0 !important;
	border-radius: 0;
}

#bulkUploadLoc table th .th-inner {
	min-height: 76px;
}

#bulkUploadLoc table th[data-field="hicHomeInfusion"] {
	min-width: 220px !important;
}

#bulkUploadLoc table tr td:first-child {
	padding-left: 19px !important;
	border-left: 1px solid #e4e4e4 !important;
}

#bulkUploadLoc table tr:nth-child(2n+1) td {
	background: #fff !important;
}

#bulkUploadLoc table tr td {
	background: #f4f4f4 !important;
}

#bulkUploadLoc table td .upconedit {
	min-width: 140px;
	width: 100%;
}

#bulkUploadLoc table tr td .upconedit.buMemid {
	display: block;
	border: 1px solid #000;
	background: #f9f9f9 !important;
    opacity: 0.8 !important;
}

.bu_gponame[disabled] {
	border: 1px solid #000;
    background-color: #a4a4a4 !important;
    opacity: 0.2 !important;
}

#bulkUploadLoc table th:first-child .th-inner {
	border-left: 0;
	border-radius: 0;
}

#bulkUploadLoc table td:first-child .th-inner {
	border-left: 0;
	border-radius: 0;
}

#editcont-table .ecFacName span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 180px;
	text-transform: capitalize;
}

.contract-table-area01 .check-area input[type="checkbox"]:checked+.fake-label {
	background: #00857c;
	border-color: #00857c;
}

.contract-table-area01 .check-area input[type="checkbox"]:checked+.fake-label:before {

	border-color: #fff;
}

.contract-table-area01 thead .check-area input[type="checkbox"]:checked+.fake-label {
	background: #fff;
	border-color: #fff;
}

.contract-table-area01 thead .check-area input[type="checkbox"]:checked+.fake-label:before {

	border-color: #00857c;
}

.contract-table-area01 .contract-table {
	border-collapse: inherit !important;
	padding: 0 !important;
}

.contract-table-area01 .contract-table tr:nth-child(even) td {
	background: #f4f4f4;
}

.editcon-btns .btn__back {
	border-radius: 4px;
	border-color: #00857c;
	color: #00857c;
}

.editcon-btns .btn__back:hover {
	color: #fff;
}

.editcon-btns .btn__back:active,
.editcon-btns .btn__back:focus {
	color: #fff;
}

.staging-tab-wrapper ul li button {
	font-weight: 700;
	font-size: 16px;
}

.staging-tab-wrapper ul li button {
	padding-left: 24px;
	padding-right: 24px;
}


@media (max-width: 767.99px) {
	.progressbar li:first-child {
		padding-right: calc(1% + 20px);
	}

	.progress-display-bar b {
		font-size: 16px;
	}

	.dpa_box-head h2 {
		font-size: 16px;
	}

	.dpa_boxes-holder .col-lg-6 {
		margin-bottom: 24px;
	}

	.stepper-controller {
		padding-top: 0;
	}

	.stepper-controller .btn-outline {
		min-width: 130px;
	}

	.stepper h1 {
		font-size: 25px;
		line-height: 30px;
	}
}

.dpa_fields-holder {
	padding-top: 25px;
}

.dpa_field .radio-wrap {
	margin-right: 11px;
}


@media (max-width: 991.99px) {
	.merck-logo {
		width: 125px !important;
	}

	.header-holder .menu-opener {
		top: 16px;
	}

	.header-holder {
		padding: 8px 0 !important;
	}

	.main-section .heading-area {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	#connect-location-main-title {
		padding-bottom: 1.6rem;
	}

	#connect-enroll-loc-text .red-highlight {
		margin: 0;
	}

	#connect-enroll-loc-text .caution-info-text {
		margin: 0 0 10px;
	}

	.location-info-wrapper {
		padding-right: 58px;
	}

	.location-info-wrapper .location-info-text {
		margin-right: 10px;
	}

	#location-info-banner {
		padding: 27px 0 33px;
		margin-bottom: 21px;
	}

	.cg-button-wrapper {
		margin-top: -7px;
	}
}

#bulkUploadLoc table tr td,
#bulkUploadLoc table th .th-inner {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media (max-width: 767.99px) {
	.location-info-wrapper {
		padding-right: 0;
	}

	#bulk-upload-staging {
		padding-top: 14px;
	}

	.main-section .heading-area h1 .map-marker {
		margin-top: 0;
	}
}

.contract-section .heading-wrap {
	padding: 16px 0 24px;
}

.contract-section .table-heading h2 {
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 14px;
}

.enrollments-table-area thead th .th-inner {
	padding: 0 !important;
}

#editcont-table .ecFacName {
	min-width: 248px;
}

@media (max-width: 991.99px) {
	.tabs-area .tabs a {
		padding: 10px 25px !important;
	}
}

.btn__back:focus,
.btn__back:active {
	background: #005C56 !important;
}

.tooltip-opener {
	background-image: url('../images/info-btn.png');
}

.manageloc-table .section-table .table-row:nth-child(even) .table-col {
	background: #E4E4E4;
}

.manageloc-table .section-table.table3 .table-body .table-row:nth-child(even) .table-col:nth-child(1):before {
	background: #E4E4E4;
}

#editcont-grid .contract-table-area01 .editcont-note {
	font-weight: 600;
	color: #333;
	margin-left: -7px;
}

#editcont-grid .contract-table-area01 .clearfix {
	margin-left: -12px;
}

@media (max-width: 991.99px) {
	#editcont-grid .contract-table-area01 .editcont-note {
		font-weight: 600;
		color: #333;
		margin-left: -1px;
	}

	#editcont-grid .contract-table-area01 .clearfix {
		margin: 0 0 15px;
	}

	#editcont-grid .contract-table-area01 .col-lg-6 {
		padding: 0;
	}

	#editcontract-reload,
	#editcontract-update,
	#editcontract-cancel {
		display: inline-block !important;
	}
}

@media (max-width: 439.99px) {

	.editcon-btns,
	.editcont-note {
		text-align: left;
		margin: 0;
	}
}

.dpa_fields-holder .custom-bt-field,
.dpa_field .custom-bt-field {
	padding-left: 0px;
}

#manageloc-viewinfo .errorMsg {
	top: auto !important;
	font-size: 12px !important;
	line-height: 15px !important;
	color: #DB281A !important;
	padding-top: 6px !important;
	margin: 0 !important;
	width: 100%;
	padding-left: 10px !important;
	left: 0 !important;
}

#upload-loctable .custom-check-label {
	width: 100%;
	height: auto;
	border-radius: 0;
	padding-left: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	cursor: pointer;
	border: 0;
}

#upload-loctable .custom-check-label:after {
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 3px;
}

#upload-loctable .custom-check-label:before {
	top: 6px;
	left: 4px;
	z-index: 1;
}

#bulkUploadLoc table tr td:first-child {
	padding-left: 10px !important;
}

#bulkUploadLoc table .validationStat {
	font-size: 16px;
}

#upload-loctable .custom-check input[type="checkbox"]:checked+.custom-check-label {
	background: none;
	border-color: none;
}

#upload-loctable .custom-check input[type="checkbox"]:checked+.custom-check-label:after {
	border-color: #00857c;
	background: #00857c;
}

table tr.highlight_row td {
	background: #CCC !important;
}

#loctable tbody tr.highlight_row td,
#bulkUploadLoc table tr.highlight_row td {
	background: #CCC !important;
}

.table-row.highlight_row,
.table-row.highlight_row .table-col,
.table-row.highlight_row .table-col:before {
	background: #CCC !important;
}

.staging-tab-wrapper ul li button:focus {
	opacity: 0.7
}

.section-table input[disabled], .section-table select[disabled] {
    background: #f9f9f9 !important;
    opacity: 0.8 !important;
}

#upload-loctable tr label:focus {
	box-shadow: 0 0 1px 1px #000 !important
}

#upload {
	overflow: hidden;
}

#manageloc-viewinfo input:focus,
#manageloc-viewinfo select:focus {
	background: #f2f2f2;
}

#manageloc-editinfo input:focus,
#manageloc-viewinfo select:focus {
	background: #f2f2f2;
}

.btn-outline:focus {
	background-color: #04948d;
	color: #fff;
}

.dpa_box-holder .table-wraper .section-table:focus {
	border: 1px solid blue !important;
}

.mrk-sso .sso-checkbox--styled label {
	position: relative;
}

.mrk-sso .sso-checkbox--styled label:after {
	opacity: 1;
	visibility: visible;
}
#delegate-permission-tab .custPermSeh-next, #delegate-permission-tab .custPermSeh-prev {
	border: none;
	background: none;
	outline: none;
	color: #00958f;
	padding: 0px;
	margin: 0px;
}
.mrk-sso .sso-checkbox--styled label:after {
	left: 4px;
	top: 4px;
	border: solid #fff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 0 2px 2px;
	width: 10px;
	height: 6px;
	position: absolute;
	content: '';
	transform: rotate(-45deg);
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.tabs-holder .tabs {
	display: flex;
}

.no-padding,
.customer-account-profile {
	padding: 0px !important;
}

.accprof-field a {
	position: relative;
}

/* .accprof-field a:focus:after {
	content: attr(title);
	position: absolute;
	display: block;
	padding: 8px 10px;
	border: 1px solid #000;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-shadow: none;
	z-index: 99999999;
	right: 0;
	color: #000;
	background: #fff;
	min-width: 400px;
} */

#account-approve-table:focus,
#account-approve-table th:focus,
#manageDelegate-user:focus,
#manageDelegate-user th:focus {
	border: 1px solid blue;
}

#bulkUploadLoc table tr:nth-child(2n+1) td svg {
	margin: 0 auto;
}

.manageLoc-fields .tooltip-inner {
	max-width: auto !important;
	left: auto;
	right: auto;
	top: auto;
	bottom: 5px;
}

.manageLoc-fields .tooltip-arrow {
	border-top-color: white !important;
	z-index: 9;
}

/* Account profile edit screen CSS */
#add-email:focus{
    background: #005C56 !important;
}
.removeAccountEmail:focus {
    outline: 1px solid #333 !important;
}
#editprofile_cancel:focus{
    background: #005C56 !important;
    color: #fff !important;
}
#editprofile_update:focus {
    background: #005C56 !important;
    color: #fff !important;
}
#edit-account-profile .accprof-field .addr-state {
    z-index: 99;
}
#edit-account-profile .accprof-field .addr-state button, #create-account-profile .accprof-field .addr-state button {
    border: none;
    display: block;
    width: 100%;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #00958f;
    height: 27px;
    color: #333;
    background-color: white;
}
.addr-state .dropdown-toggle .glyphicon-chevron-down:before {
    position: absolute;
    right: 6px;
    top: -5px;
    font-family: "Font Awesome 5 Pro";
    content: "\f078" !important;
    color: #00958f;
    font-size: 15px;
    line-height: 0px;
}
.bootstrap-select .glyphicon-chevron-down {
    background-color: transparent !important;
}
/* #ap_primaryGPO a[title]:focus:after{
    content: attr(title);
	position: absolute;
    display: block;
    padding: 8px 10px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-shadow: none;
    z-index: 99999999;
    right: 0;
    color: #000;
    background: #fff;

} */
#ap_primaryGPO .tooltip-inner {
    max-width: 100% !important;
}
.bootstrap-select .dropdown-toggle:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
    outline: none !important
}
/* .custom-bt-check-field:focus-within {
    outline: 2px solid #333 !important;
    height: 12px !important;
    padding-left:12px !important;
    display: inline-block !important;
    margin-bottom: 0px !important;
} */
.btn-cancel:before {
    color: white !important;  
}
.addr-state a:focus:after{
    display: none;
}
.accprof-field .dropdown-menu{
	width: 180px !important;
	position: relative !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}
#edit-account-profile .row.profileInfo {
	overflow: initial;
}
.bootstrap-select .selected {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
    background: #007671 !important;
}
.bootstrap-select .selected .text{
	color: #fff !important;
}
.edit-account-profile .accprof-field .errorMsg.dropdownError {
	top: 51px !important;
	position: absolute !important
}
/* Account profile edit screen CSS ends */

/** bala styles don't delete **/
.create-delegate-user .custom-bt-field .checkmark{
	top: 50%;
	transform: translate(-50%);
}
/* .custom-bt-field input:checked ~ .checkmark {
    box-shadow: 0 0 0 0.25rem rgba(0, 149, 143, .25);
} */
.ot-host-box:focus {
	border: none !important;
}
a:focus, label:focus, button:focus, input:focus, #albulknxt-btn1:focus { 
	box-shadow: 0 0 3px 1px #00958f !important;
}
.button-DPA-transparent:focus{
	background: #00958f !important;
	color: white;
}

.popup-chkbox:focus {
	box-shadow: 0 0 3px 1px #00958f !important;
	outline-offset: 0px !important;
}
.dashboard-tasks .task_counter a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.del-btn-section{
	border: 0;
}
.focus-label.custom-bt-field {
    margin-right: 75%;
    padding-top: 3px;
    padding-bottom: 3px;
}
.focus-label.custom-bt-field .checkmark{
	top: 50%;
	transform: translateY(-50%);
}
.custom-bt-field.focus-label:focus{
	outline: none;
}
#main-add-existing-gpo-delegate .del-filter-right{
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}
.del-right-filter .del-filter-btn:first-of-type{
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.custom-bt-field input:checked:focus ~ .checkmark {
    box-shadow: 0 0 3px 1px #00958f !important;
}
#btn-delegate-add-cancel::before{
	display: none;
}
.del-right-filter.add-del-table-filter{
	margin-bottom: 20px;
}
.dashboard-ic{
	width: 18px;
	height: 9px;
}
/**
/** bala styles ends **/
.gpoContainer .switchClient:focus {
	outline: 1px solid #333 !important;
    box-shadow: 0 0 3px 1px #333 !important;
}
.linkDPAstates ul li {
    width: 100% !important; 
}
.linkDPAstates ul li:last-child{
	display: list-item;
}
.radio-wrap label {
	outline: none !important;
}
.select-box .col-md-2 {
	padding-right:0px !important;
}
.select-box .radio-list .radio-text{
	padding-right: 0px !important;
}
.mat-option.mat-active {
	background: #00857c!important
}
.gethelp-links li a.active{
    background: #005C56;
}
.getHelpnew .help-QA{
    margin: 0;
}
.getHelpnew .help-QA a{
    text-indent: 0;
    position: relative;
    padding-left: 28px;
}
.help-accordion .glyphicon {
    margin-right: 14px;
    width: 14px;
    position: absolute;
    top: 3px;
    left: 0;
}
.getHelpnew .help-gQ{
    padding-left: 28px;
}
.getHelp-content .btn-wrapper{
    margin-left: 0;
}
.mat-select-panel-wrap .mat-option.mat-active {
	background: #00857c!important;
	color: #fff !important
}
.help-topic-links{
    margin: 18px 0 10px 0;
}
.help-topic-links ul{
    list-style: none;
    padding: 0;
    margin: auto -15px;
}
.help-topic-links li {
    padding: 0 0 18px 0;
}
.help-QA .helpAcc-header{
	margin-left: 0;
}
.cdk-overlay-connected-position-bounding-box .mat-select-panel-wrap .mat-option.mat-active {
	background: #00857c!important;
	color: #fff !important
}
.step-completed:focus-visible {
	outline: 2px solid #00958f !important;
    height: 40px;
    padding-right: 25px !important;
    outline-offset: 8px;
}

.step-completed.stepper-circle:focus-visible {
    outline: 2px solid #00958f !important;
    height: 41px;
    padding-right: 17px !important;
    outline-offset: 10px;
}

.yesOwnerPartner {
	padding-right: 10px;
}
.mcPgName .th-inner {
    color: #555 !important;
	overflow: visible !important;
}
.mcPgName .tooltip-inner {
	max-width: auto !important;
	left: auto;
	right: auto;
	top: auto !important;
	bottom: -5px;
}
.mcPgName .tooltip-arrow {
	border-top-color: white !important;
	z-index: 9;
	top:-4px !important;
}
#manageCotrt-viewcotrt .errorMsg {
	top: auto !important;
    font-size: 12px !important;
    line-height: 15px !important;
    color: #DB281A !important;
    padding-top: 6px !important;
    margin: 0 !important;
    width: 100%;
    padding-left: 10px !important;
    left: 0 !important;
}

a.sortcol {
	color: white;
	border: none;
	background-color: transparent;
}

a.sortcol:focus {
	border: 1px solid white;
}

.editcontloc-tblwrapper .table-scroll,.loctable-wrapper .table-scroll {
	    max-height: 600px;
}

.custsearch-fields .select-selected{
	height: 40px;
    border-radius: 4px !important;
    border-color: #333 !important;
    display: flex;
    align-items: center;
    color: #243444;
    font-size: 14px;
    padding-left: 10px;
}
.custsearch-fields .select-selected::after{
	color: #243444;
	right: 10px;
}
.custsearch-fields .select-selected:focus{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
	outline: none;
}
.custsearch-fields .select-selected + .select-items{
	border-top-color: #333;
}
.dpa-application small:focus {
    outline: 2px solid #00958f !important;
}
.customer-tbl-wrapper select {
    width: 100%;
    border: 1px solid #00857C;
    padding: 5px 5px 5px 10px;
    -webkit-appearance: none;
    appearance: none;
	background-color: transparent;
}
.page_navigation_custRep:after,
.pagination-select-holder:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
	color: #00857C;
	z-index: -1;
}
.pagination-select-holder, .page_navigation_custRep, #customertable .sortcol span{
	position: relative;
}
.acc-search-pagination-holder {
    display: flex;
    align-items: center;
    justify-content: end;
}
.acc-search-pagination-holder .pagination-select-holder{
    width: 80px;
}
.acc-search-pagination-holder > *{
	margin-right: 15px;
}
.acc-search-pagination-holder > *:last-child{
	margin-right: 0;
}
#customertable th div:focus,
#customertable th div:active{
	outline: none !important;
}
#customertable th div:focus span,
#customertable th div:active span{
	box-shadow: 0 0 3px 1px #00958f !important;
}
#customertable th div span{
	display: inline-flex;
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
#customertable .sortcol span::after{
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
table#customertable thead th .desc:after{content: '' !important;}
table#customertable thead th .asc:after{content: '' !important;}
#customertable th .desc span:after{content: '\25BC' !important;}
#customertable th .asc span:after{content: '\25b2' !important;}
.customerAccTable thead th div{
	border: none;
}
.customerAccTable thead th {
    padding: 0;
    border-bottom: 1px solid #00877c;
    border-top: 1px solid #00877c;
}

#tab-account-search .table-wrap{
	padding: 0 !important;
}

.text-green:focus {
	outline: 1px solid #00958f !important;
    box-shadow: 0 0 3px 1px #00958f !important;
}

.ManageLocationSearchDPA {
	min-width: 25rem !important;
}

.pg-indexset-loc {
	margin-right: 10px
}

.startDateInfoicon em {
	color: black;
}

.viewLocationUpdateGPOpopup:focus + .jcf-select-viewLocationUpdateGPOpopup {
	 border: 2px solid  rgb(0, 95, 204) !important; 
	border-radius: 5px;
}
.progressbar li:last-child{
    width: 11% !important;
    padding-left: calc(4.75% - 20px) !important;
}

/* DPA web accesibility styles */
.shippingEditandAdd .refrigerationDiv>div:focus-visible {
    outline: 2px solid #00958f!important;
    box-shadow: 0 0 3px 1px #00958f !important;
}
.shippingEditandAdd .fronzenDiv>div:focus-visible {
    outline: 2px solid #00958f!important;
    box-shadow: 0 0 3px 1px #00958f !important;
}
.bootstrap-select .dropdown-content li:focus-visible {
	background: #00958f;
	color: #fff;
	outline: none !important;
}

/* #orderingonDpaTabClicked, .merckvaccinesbutton .MVLogoAnchor, .landing-DPA-button .MoLogoAnchor{
	outline-offset: 5px;
	box-shadow: none !important;
} */
#connectMerckAccount input[type="checkbox"]:focus {
	border: 2px solid  rgb(0, 95, 204) !important; 
	border-radius: 5px;
}
#orderingonDpaTabClicked, .merckvaccinesbutton .MVLogoAnchor:focus, .landing-DPA-button .MoLogoAnchor:focus {
	outline:2px solid !important;
	outline-offset: 5px;
	box-shadow: none !important;
}
#add-location-step2 .bootstrap-select, #add-location-step3 .bootstrap-select {
	height: 31px;
}
/* #updated-date-to a[title]:focus:after{
	content: attr(title);
	position: absolute;
	display: block;
	padding: 8px 10px;
	border: 1px solid #000;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-shadow: none;
	z-index: 99999999;
	right: 0;color: #000;
	background: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.updateFacilityInfo[title]:focus:after, #updated-date-from a[title]:focus:after{
		content: attr(title);
		position: absolute;
		display: block;
		padding: 8px 10px;
		border: 1px solid #000;
		font-size: 14px;
		line-height: 16px;
		text-decoration: none;
		text-shadow: none;
		z-index: 99999999;
		right: 0;color: #000;
		background: #fff;
	}
}
@supports(-ms-ime-align:auto){
.updateFacilityInfo[title]:focus:after, #updated-date-from a[title]:focus:after{
	content: attr(title);
	position: absolute;
	display: none;
	padding: 8px 10px;
	border: 1px solid #000;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-shadow: none;
	z-index: 99999999;
	right: 0;color: #000;
	background: #fff;
}
} */
#editcontloc-table tr th:first-child {
	min-width: 10rem !important;
	padding-left: 40px !important;
}
#editcontloc-table thead tr th{
	line-height: inherit !important;
	min-width: auto;
}
#editcontloc-table .manageCtrctNestedTable td {
	border:none !important;
}
#add-location-step2 button, #add-location-step3 button {
	border:none;
}
#addLocation .select-picker.open .dropdown-menu {
	display: block
}

#addLocation .select-picker.open .dropdown-menu li a {
	padding: 0px 10px !important;
}

#addLocation .select-picker.open .dropdown-menu li {
	margin: 0px !important;
	width: 100% !important;
	padding: 0px !important;
	min-height: 35px !important;
}

#addLocation .select-picker.open .dropdown-menu li a:hover span, #addLocation .select-picker.open .dropdown-menu li a:focus span {
	color: white !important;
}

#addLocation .select-picker.open .dropdown-menu li a span {max-width: 500px;}

#addLocation .select-picker.open ul li:after {content: none}

.linkDPA-State .dropdown-content li:focus {
	color: #fff !important;
	background: #007671 !important;
}
#addLocation textarea {
	max-width: 100%;
}

#addLocation .select-picker.alreadyOpen .dropdown-menu {
	display: block
}

#addLocation .select-picker.alreadyOpen .dropdown-menu li a {
	padding: 0px 10px !important;
}

#addLocation .select-picker.alreadyOpen .dropdown-menu li {
	margin: 0px !important;
	width: 100% !important;
	padding: 0px !important;
	min-height: 35px !important;
}

#addLocation .select-picker.alreadyOpen .dropdown-menu li a:hover span, #addLocation .select-picker.alreadyOpen .dropdown-menu li a:focus span {
	color: white !important;
}

#addLocation .select-picker.alreadyOpen .dropdown-menu li a span {max-width: 500px;}

#addLocation .select-picker.alreadyOpen ul li:after {content: none}

.linkDPA-State .dropdown-content li:focus {
	color: #fff !important;
	background: #007671 !important;
}

#dpa-Accounts button, #dpa-status button, #link-unlink-status button{
	background-color: white;
    border: none;
}
/* .enrlclmn a[title]:focus:after{
    content: attr(title);
	position: absolute;
    display: block;
    padding: 8px 10px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-shadow: none;
    z-index: 99999999;
    right: 0;
    color: #000;
    background: #fff;
	top:22px
} */
.accprof-field .tooltip-inner {
	max-width: 100% !important;
}
#editcont-table .th-inner, #locContract-table .th-inner {
	overflow: visible !important
}
#editcont-table .enrlAnchor:focus,#locContract-table .enrlAnchor:focus{
	outline: 2px solid black !important;
	outline-offset: 2px !important;
}

.addLocCountry div {
	pointer-events: none;
    opacity: 0.6;
    border: 1px solid #ccc !important;
    background-color: #ccc !important;
    color: #fff !important;
}

#upload-correction-table td, #upload-loctable td {
	vertical-align: top !important;
}

#addcontract .fake-label {
	height: 1.5rem;
    width: 1.5rem;
}

#addcontract .fake-label:focus {
	border: 3px solid #00958f;
}

.dpa-bu-continue:focus {
	box-shadow:0 0 3px 1px #00958f !important;
}

.InfoTooltip {
	height: 100%;
}

#correctionGuide input:focus, #correctionGuide select:focus {
	box-shadow:0 0 3px 1px #00958f !important;
}

#tasks-container .jcf-select select:focus {
  border: solid 1px #00958f;
  background: #fff;
  border: solid 2px rgba(0, 0, 0, .87)!important;
}
#tasks-container select.v2-search-select select:focus {
  border: solid 2px rgba(0, 0, 0, .87) !important;
}

/*Hide Duplicate dropdowns in Request Tab*/
/* .v2-search-wrapper .jcf-select-text { */
	/* display: none; */
/* } */

.v2-search-wrapper select + .jcf-select-text {
	display: block !important;
}
.request-grid .v2-search-wrapper .jcf-select:focus-visible {
	outline: 1px solid #00958f !important;
	box-shadow: 0 0 3px 1px #00958f !important;
}
.request-grid select {
	color: #00958f !important;
	font-size: 13px;
    font-weight: bold;
	height: 28px;
}
.v2-search-bar .v2-content .v2-search-panel .v2-search-value-select {
  width: 145px;
  margin-left: 10px;
  margin-right: 5px;
}
/*Hide Duplicate dropdowns in Request Tab*/

#my-enrollments-table .tabulator-footer .tabulator-paginator .tabulator-page-size {
	order: 6;
	font-size: 14px;
    height: 35px !important;
	margin: 0 7px 0 10px !important;
}
#my-enrollments-table .tabulator-footer .tabulator-paginator .js-table-page-select {
	font-size: 14px;
    height: 35px !important;
	margin: 0 7px 0 10px !important;
}
/* Hamburger's menu explore merck*/
li.has-children.active ul {
  display: block !important;
}
li.has-children:not(.active) ul {
  display: none !important; 
}

#upload-loctable tr td:nth-child(1){
	z-index: 1;
}
#upload-loctable tr td:nth-child(2){
	z-index: 1;
}
#upload-loctable tr td:nth-child(3){
	z-index: 1;
}
#upload-loctable tr td:nth-child(4){
	z-index: 1;
}

#upload-correction-table tr td:nth-child(1){
	z-index: 1;
}
#upload-correction-table tr td:nth-child(2){
	z-index: 1;
}
#upload-correction-table tr td:nth-child(3){
	z-index: 1;
}
#upload-correction-table tr td:nth-child(4){
	z-index: 1;
}
.tooltip-opener:focus{
	padding: 6px;
	border-radius: 50%;
	border: 2px solid rgb(0, 95, 204) !important;
}
.request-grid .toolbar-btns a:focus{
    box-shadow: 0px 0px 3px 3px #2b2d2d !important;
	opacity: 0.9 !important;
}
select:focus {
	box-shadow: 0 0 3px 1px #00958f !important;
}
#RequestPartnerShip:focus {
	border: 1px solid rgb(0, 95, 204) !important;
}
.modal-body-option-btn:focus{
	box-shadow: 0 0 3px 1px #00958f !important;
}
#dpa-Accounts input:focus, #dpa-Accounts input:checked {
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 3px 1px #00958f !important;
    box-shadow: 0 0 3px 1px #00958f !important;
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(0, 95, 204);
}
.modal-body-option-btn:focus-visible{
	outline:none !important;
	box-shadow: 0 0 3px 1px #00958f !important;
}
#un-enroll-reason:focus{
	box-shadow: 0 0 3px 1px #00958f !important;
}
#editcontloc-table .manageCtrctNestedTable .tooltip .tooltip-inner {
	    max-width: 290px !important;
		top:0px !important;
}
#managecontracts-grid .fixed-table-body {
	overflow: visible;
}

body.loading1 .loadermodal {
    display: block;
}

body.loading2 .loadermodal {
    display: block;
}

.suggestAddress-currentContainer:focus{
	outline:3px solid #000;
}
.suggestAddress-suggestContainer:focus{
	outline:3px solid #000;
}
.InfoTooltip a {
	padding-top: 3rem;
	margin-top: -3rem;
}
.checkmark:focus {
	outline: 2px solid #000  !important;
}
.info-anchor:focus{
box-shadow: none !important;
}
.tabs-area .tabs .dash a{
	/* margin-right: 5px; */
    background-color: #00877c !important;
    color: #fff !important;
    /* text-transform: uppercase; */
    font-weight: bold !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    text-decoration: none !important;
    font-size: 16px !important;
}
.newIcons {
	position: absolute;
    left: 15px;
    border-radius: 3px;
    border: 2px solid #00958f;
    width: 14px;
    height: 14px;
}
.newIcons:focus {
	outline: 2px solid #000 !important
}
#accountProfileCountry  .bootstrap-select {
	height: 31px !important;
	width: 100% !important;
	border-bottom: 1px solid #00958f !important;
	top: -3px;
}
#accountProfileCountry  .bootstrap-select button {
	height: 27px;
	color: #000 !important;
}
.task-inner li textarea:focus {
	border-bottom: 2px solid black !important;
	margin-bottom: 2px !important;
}
#add-location-step2 .task-inner li textarea:focus {
	border-bottom: 2px solid black !important;
	margin-bottom: -2px !important;
}
.EditShippingDetailedList .field-options li:last-child {
	padding-top: 0px !important;
}
#add-location-step1 .field-options li:last-child {
	align-self: flex-end;
    width: auto !important;
}
#add-location-step1 .field-options li {
    width: auto !important;
}
.statusList li {
	padding-bottom: 10px;
	padding-left: 20px;
}
.statusList {
	padding-left: 14px;
    padding-top: 8px;
}
.apAccountEmail {
	max-height: 100px;     
	overflow-y: auto;     
	float: left;
}
.exportHolder {
	float: right;
    position: relative;
}
.fa-minus-circle.deleteDelegatePermission:before {
    content: "\f056";
    color: red !important;
}
.deleteDelegatePermission {
	background-color: white;
    border: none;
}
.gpo-delegate-user-list .custom-bt-check-field .checkmark:after {
	top: -2px;
    left: 1px;
}
.activeInfoIcon {
	width: 16px;
	height: 16px;
}
.selectPermPageCusrBott {
    width: 100% !important;
    border: 1px solid #00857C;
    padding: 5px 5px 5px 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}
.perm-rpg {
    width: 100%;
    border: 1px solid #00857C;
    padding: 5px 5px 5px 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}
.gpo-delegate-user-list {
	margin-bottom: 20px;
	border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
	height: 280px;
}
.delegatePermHead {
	height: 50px;
}
.checkmark.disabled {
	pointer-events:auto;
}
#requestGpoRole {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	pointer-events: auto;
}
.requestGpoBlock {
	margin-right: 3rem;
}
.gpoDlgDisabled {
	text-decoration: underline !important;
	color: #e4e4e4 !important;
	pointer-events:none;
}
#gpo-role-request.disabled {
	pointer-events: none;
	opacity: 0.6;
	border: 1px solid #ccc !important;
	background-color: transparent !important;
	color: #ccc !important;
}
form { position: relative; }
ul.nav.nav-tabs { padding-top: 20px;}
ul.nav.nav-tabs a{ font-size: 16px; }
.nav.nav-tabs:before {
    content:'';
    background: #00958f;
    width: 100%;
    height: 1px;
    position:absolute;
    left: 0;
    top: 62px;
}
@media (max-width: 767px) {
    .nav.nav-tabs:before {
        content:'';
        background: none;
    }
}

.disableTab {
	pointer-events: none;
}
#onetrust-banner-sdk #onetrust-policy-text b.privacy, #onetrust-banner-sdk #onetrust-policy-text b#privacy {
	padding-bottom: 4px;
    font-family: invention bold, sans-serif !important;
	font-size: 17px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	color: #00857C !important;
}
