﻿/* Blazor error message & loading*/
.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

	.blazor-error-boundary::after {
		content: "An error has occurred."
	}

.loading-progress {
	position: relative;
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 20vh auto 1rem auto;
}

	.loading-progress circle {
		fill: none;
		stroke: #e0e0e0;
		stroke-width: 0.6rem;
		transform-origin: 50% 50%;
		transform: rotate(-90deg);
	}

		.loading-progress circle:last-child {
			stroke: #1b6ec2;
			stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
			transition: stroke-dasharray 0.05s ease-in-out;
		}

.loading-progress-text {
	position: absolute;
	text-align: center;
	font-weight: bold;
	inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

	.loading-progress-text:after {
		content: var(--blazor-load-percentage-text, "Loading");
	}

/* Base CSS */
a {
	color: #005760;
}

	a:hover {
		color: #da1f12;
	}

.btn {
	margin-bottom: 2px;
	/*	min-height: 45px;
	min-width: 45px;*/
}

a.btn.btn-md.btn-teal-dark {
	margin: 10px;
}

main {
	min-height: 1200px;
}

footer {
	background-color: #eee;
	padding: 20px;
	text-align: center;
}

.subtitle {
	color: #555555 !important;
}

h2.subpage-title {
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 0;
	color: #005760;
	margin-left: -15px;
}

.k-input {
	height: 40px;
	/*	min-height: 45px;
	min-width: 45px;*/
}

.k-input-inner {
	height: 100% !important;
	/*	min-height: 45px;
	min-width: 45px;*/
}

	.k-input-inner::placeholder {
		color: #555555 !important;
	}

.k-input-suffix-horizontal > button {
	height: 100%;
}

.k-grid-header {
	display: none !important;
}

.k-grid {
	border: none
}


.k-toolbar.k-input, .k-toolbar.k-picker {
	width: 20em !important;
}

.k-pager {
	/*	min-height: 45px;*/
	height: 40px;
}

.k-loader-segment {
	color: #da1f12;
}

.k-list-item.k-selected, .k-list-item.k-focus, .k-selected.k-list-optionlabel {
	color: #fff;
	background-color: #444444;
}

	.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
		color: #fff;
		background-color: #005760;
	}
.k-toolbar .k-input, .k-toolbar .k-picker {
	width: 20em;
}

.refine-area {
	margin-bottom: 10px;
}

.uk-offcanvas-bar .refine-results h3#title {
	padding: 10px;
	text-align: center;
	color: #005760;
	border-bottom: 3px solid #005760;
}

.uk-offcanvas-bar svg {
	color: #da1f12;
}

.uk-offcanvas-bar {
	background: #FFFFFF;
	bottom: initial;
}

	.uk-offcanvas-bar h4 {
		font-size: 1.25rem;
	}

		.uk-offcanvas-bar h4.card-title {
			border-top: 1px solid #457a82;
			margin-top: 10px;
			padding: 10px;
		}


	.uk-offcanvas-bar input[type=text] {
		color: #222 !important;
	}

.accepting-new {
	padding: 10px;
	background: rgba(255,255,255,0.8);
	width: 100%;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	text-align: center;
}

	.accepting-new .mt-sm label {
		color: #005760 !important;
		font-size: 1.1rem !important;
		line-height: 1.5rem;
		font-weight: 200;
		display: inline;
	}

	.accepting-new h4, .accepting-new hr {
		display: none;
	}

.uk-offcanvas-bar .accepting-new .mt-sm input[type=checkbox] {
	border: 1px solid #005760 !important;
}

.uk-offcanvas-bar .mt-sm input[type=checkbox] {
	border: 1px solid #fff;
}

.k-checkbox-wrap {
	flex: none;
	display: inline;
}

.mt-sm label {
	color: #fff;
	font-size: .9rem !important;
}

.mt-sm {
	display: inline-block;
	padding-right: 8px;
}

div#refine {
	background: #005760;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,.4);
}

@media only screen and (max-width: 639px) {
	.uk-offcanvas-bar {
		bottom: 0 !important;
	}
}

@media only screen and (min-width: 640px) {
	.uk-offcanvas-bar {
		bottom: initial !important;
	}
}

@media screen and (max-width: 959px) and (min-width: 640px) {
	#appBody .all-results {
		margin-left: 270px !important;
		padding: 20px 30px;
	}

	div#offcanvas-reveal {
		display: block;
		left: 350px;
	}

	.refine-offcanvas .uk-offcanvas .uk-offcanvas-bar {
		width: 290px !important;
		top: 170px !important;
		overflow-y: visible !important;
		margin-top: 80px;
		border: 1px solid #c4e1de;
	}

	.refine-offcanvas .uk-offcanvas {
		position: absolute !important;
		z-index: 2 !important;
	}
}
/*uk-offcanvas screen 2 */
@media screen and (max-width: 1199px) and (min-width: 960px) {
	#appBody .all-results {
		margin-left: 270px !important;
		padding: 20px 30px;
	}

	div#offcanvas-reveal {
		display: block;
		left: 350px;
	}

	.uk-offcanvas-bar {
		padding: 30px 30px !important;
	}

	.refine-offcanvas .uk-offcanvas .uk-offcanvas-bar {
		width: 270px !important;
		top: 200px !important;
		overflow-y: visible !important;
		margin-top: 80px;
		border: 1px solid #c4e1de;
	}

	.refine-offcanvas .uk-offcanvas {
		position: absolute !important;
		z-index: 2 !important;
	}
}
/*uk-offcanvas screen 3 */
@media screen and (max-width: 1599px) and (min-width: 1200px) {
	#appBody .all-results {
		margin-left: 300px !important;
		margin-right: 10px;
		padding: 20px 30px;
	}

	div#offcanvas-reveal {
		display: block;
		left: 350px;
	}

	.uk-offcanvas-bar {
		padding: 10px 30px 30px 30px !important;
	}

	.refine-offcanvas .uk-offcanvas .uk-offcanvas-bar {
		top: 170px !important;
		width: 300px !important;
		overflow-y: visible !important;
		margin-top: 80px;
		border: 1px solid #c4e1de;
	}

	.refine-offcanvas .uk-offcanvas {
		position: absolute !important;
		z-index: 2 !important;
	}
}
/*uk-offcanvas screen 4 */
@media (min-width: 1600px) {
	#appBody .all-results {
		margin-left: 500px !important;
		margin-right: 150px;
		padding: 20px 30px;
	}

	div#offcanvas-reveal {
		display: block;
		left: 500px;
	}

	.uk-offcanvas-bar {
		padding: 10px 30px 30px 30px !important;
	}

	.refine-offcanvas .uk-offcanvas .uk-offcanvas-bar {
		top: 170px !important;
		overflow-y: visible !important;
		margin-top: 80px;
		border: 1px solid #c4e1de;
	}

	.refine-offcanvas .uk-offcanvas {
		position: absolute !important;
		z-index: 2 !important;
	}

	.mt-sm {
		display: inline;
		padding-right: 8px;
	}
}

/* Pagination */

.k-pager {
	font-size: .8rem !important;
	background-color: #fff;
}

.k-pager-sm {
	padding-block: 3.5px;
}

.k-button-flat-primary {
	color: #222;
}

/*results - people cards*/

.all-people-cards {
	padding: 20px 0;
}

.individual-cards {
	padding-bottom: 20px;
}


/* TABS */
.k-tabstrip {
	font-family: 'Roboto', sans-serif !important;
}

.k-link a {
	text-decoration: none !important;
	font-size: .85rem;
	color: #222 !important;
}

	.k-link a:hover {
		border-bottom: none;
	}

.k-tabstrip-items-wrapper .k-item:hover {
	border-color: #ccc;
	color: inherit;
	background-color: #eee;
	border-left: 2px solid #da1f12;
	border-radius: 0;
	margin-right: 2px;
}

.k-tabstrip-items-wrapper .k-item:focus {
	box-shadow: none;
}

.k-tabstrip-items-wrapper .k-item:focus {
	border: 1px dashed #444 !important;
	outline: 1px solid #444 !important;
}

.k-tabstrip-items-wrapper .k-active:hover {
	border-color: #da1f12 !important;
}

.k-tabstrip-content a, .education h5 {
	color: #005760;
}

/* Icon MOBILE vertical tab utmb-profile-tabs*/
@media screen and (max-width: 959px) {
	.utmb-profile-tabs a.prov-tab span.prov-tab-title, .utmb-profile-tabs a.loc-tab span.loc-tab-title, .utmb-profile-tabs a.bio-tab span.bio-tab-title, .utmb-profile-tabs a.edu-tab span.edu-tab-title, .utmb-profile-tabs a.scheduling-tab span.scheduling-tab-title, .utmb-profile-tabs a.rating-tab span.rating-tab-title {
		visibility: hidden;
		display: none;
	}

	.k-tabstrip-items-wrapper.k-vstack {
		top: 0px !important;
	}

	.k-link a {
		font-size: 1.2rem;
	}

	.k-tabstrip-items .k-link {
		padding: 5px;
	}

	.k-tabstrip-content.k-active, .k-tabstrip > .k-content.k-active {
		border: none;
		border-top: 1px solid #ddd;
		border-radius: 0;
		padding: 10px 0 !important;
	}

	.k-tabstrip-items-wrapper.k-vstack {
		top: -35px;
	}

	.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
		background: #da1f12;
		border-bottom: 2px solid #005760 !important;
		border-radius: 0;
		margin-right: 2px;
	}

	.k-tabstrip-items .k-active span.k-link a {
		color: #fff !important;
	}

	.k-tabstrip-items-wrapper .k-item:hover {
		border-left: 1px solid #ccc;
		border-bottom: 2px solid #da1f12;
	}
}

/* Icon TABLET vertical tab utmb-profile-tabs*/
@media screen and (max-width: 1199px) and (min-width: 960px) {
	.utmb-profile-tabs a.prov-tab span.prov-tab-title, .utmb-profile-tabs a.loc-tab span.loc-tab-title, .utmb-profile-tabs a.bio-tab span.bio-tab-title, .utmb-profile-tabs a.edu-tab span.edu-tab-title, .utmb-profile-tabs a.scheduling-tab span.scheduling-tab-title, .utmb-profile-tabs a.rating-tab span.rating-tab-title {
		visibility: hidden;
		display: none;
	}

	.k-tabstrip-items-wrapper.k-vstack {
		top: 0px !important;
	}

	.k-link a {
		font-size: 1.2rem;
	}

	.k-tabstrip-items .k-link {
		padding: 5px;
	}

	.k-tabstrip-content.k-active, .k-tabstrip > .k-content.k-active {
		border: none;
		border-top: 1px solid #ddd;
		border-radius: 0;
		margin: 0 20px !important;
		padding: 10px 0 !important;
	}

	.k-tabstrip-items-wrapper.k-vstack {
		top: -35px;
	}

	.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
		background: #da1f12;
		border-left: 2px solid #005760 !important;
		border-radius: 0;
		margin-right: 2px;
	}

	.k-tabstrip-items .k-active span.k-link a {
		color: #fff !important;
	}
}

/* Icon DESKTOP vertical tab style*/
@media (min-width: 1200px) {
	span.provider-icon, span.locations-icon, span.bio-icon, span.education-icon, span.ratings-icon, span.scheduling-icon {
		display: none;
	}

	.k-tabstrip-content.k-active, .k-tabstrip > .k-content.k-active {
		border: none;
		border-top: 1px solid #ddd;
		border-radius: 0;
		margin: 0 20px !important;
		padding: 10px 0 !important;
	}

	.k-tabstrip-items-wrapper.k-vstack {
		top: -35px;
	}

	.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
		background: #da1f12;
		border-left: 2px solid #005760 !important;
		border-radius: 0;
		margin-right: 2px;
	}

	.k-tabstrip-items .k-active span.k-link a {
		color: #fff !important;
	}

	.k-tabstrip-items .k-link {
		padding: 5px 10px;
	}
}


/* Tab Content */

/*people details*/
h4.name {
	color: #005760;
	font-weight: 500;
	font-size: 1.25rem;
}

.provider-details h5 {
	margin: 15px 0;
}

.provider-details h5, h5.loc-name a, .education h5 {
	font-size: 1rem !important;
}

/* Locations */
h5.loc-name {
	margin-bottom: 1px;
}

.loc-card.uk-grid {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	margin-top: 10px !important;
}

.loc-map {
	margin-top: 20px;
}

ul.loc-list {
	list-style: none;
	line-height: 1.6;
}

	ul.loc-list li.loc-fax:before {
		display: inline-block;
		margin: 0 10px 0 -20px;
		font-family: "FontAwesome";
		content: "\f1ac";
		color: #888
	}

	ul.loc-list li.loc-phone:before {
		display: inline-block;
		margin: 0 10px 0 -26px;
		font-family: "FontAwesome";
		content: "\f2a0";
		color: #888
	}

	ul.loc-list li.loc-hours:before {
		display: inline-block;
		margin: 0 10px 0 -20px;
		font-family: "FontAwesome";
		content: "\f017";
		color: #888
	}

	ul.loc-list li.loc-addy:before {
		display: inline-block;
		margin: 0 10px 0 -24px;
		font-family: "FontAwesome";
		content: "\f3c5";
		color: #888;
		font-style: normal !important
	}

	ul.loc-list li.loc-web:before {
		display: inline-block;
		margin: 0 10px 0 -20px;
		font-family: "FontAwesome";
		content: "\e60e";
		color: #888;
	}

	ul.loc-list li.loc-addy,
	ul.loc-list li.loc-hours,
	ul.loc-list li.loc-phone,
	ul.loc-list li.loc-fax,
	ul.loc-list li.loc-web {
		font-size: 0.9rem;
		color: #555555;
	}


/*education/bio details*/
.education h5 {
	margin: 2px 0;
}

.education p {
	margin: 2px 10px;
	font-size: 0.9rem;
	color: #444;
}

.locations p, .bio p, .ratings-comments p, .scheduling p {
	font-size: 0.9rem;
	color: #444;
}

.uk-modal-header h2 {
	font-size: 1.5rem !important;
}

.uk-modal p, .uk-modal ol, .uk-modal ul {
	font-size: .9rem;
	color: #222222;
}

.uk-modal-body h3 {
	font-size: 1.2rem !important;
	color: #444444 !important;
}

.uk-modal h3 {
	font-size: 1.2rem !important;
}

​​
img {
	max-width: 100%;
}

.utmb-profile {
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	background-color: #ffffff;
	padding: 20px;
}

.utmb-profile-portrait {
	float: left;
	width: 120px;
	border: 1px solid #eee;
}

.utmb-profile-credentials {
	margin-left: 120px;
	padding: 0 0 0 20px;
}


/* small only */
@media only screen and (max-width: 959px) {
	.utmb-profile-tabs {
		clear: left;
		padding-top: 5px;
	}
}

/* medium up */
@media only screen and (min-width: 960px) {
	.utmb-profile-portrait {
		width: 150px;
	}

	.utmb-profile-credentials {
		margin-left: 150px;
	}
}

/* Open Scheduling */
#openSchedulingFrame {
	width: 100% !important;
	height: 625px !important;
}

@media only screen and (max-width: 747px) {
	​​ #openSchedulingFrame {
		height: 1000px !important;
	}

	#scheduleContainer {
		margin: 0 -12px !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1900px) {
	div #scheduleContainer {
		margin-left: -180px;
		margin-right: -233px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	div#scheduleContainer {
		margin-left: -180px;
		margin-right: -125px;
	}
}

@media only screen and (max-width: 959px) {
	div#scheduleContainer {
		margin-left: -40px;
		margin-right: -40px;
	}
}

.morecontent {
	display: none;
}

.text-center h5 {
	color: #4e7c8c;
	font-size: .9rem;
}

.text-center {
	padding-bottom: 30px;
}

.statement-text .statement-box {
	margin: 0 0 0 17px;
	padding: 5px 0 1px 15px;
	background-color: #eee;
}

.statement.statement-text:before {
	content: "\f064";
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	padding: 1px 0;
	margin: 0 3px;
	color: #4e7c8c;
	font-size: 1.36rem;
}

p.condensed.covid {
	font-size: .85rem;
}

.decision-tree-area {
	margin-top: 20px;
}

h5.start-questions {
	color: #4e7c8c;
	text-align: center;
}

.waitlist-message {
	color: #da1f12;
	text-align: center;
	margin: 0 auto;
	max-width: 600px;
	font-size: 1rem;
}

.margin-top-5px {
	margin-top: 5px;
}


/* Loader */
.loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.loader {
	left: 50%;
	margin-left: -4em;
	font-size: 10px;
	border: .8em solid rgba(148, 205, 205, 1);
	border-left: .8em solid rgba(78, 124, 140, 1);
	animation: spin 1.1s infinite linear;
}

	.loader, .loader:after {
		border-radius: 50%;
		width: 8em;
		height: 8em;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -4.05em;
	}

@keyframes spin {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


/*Search Bar*/

#SearchBar {
	padding-top: 5px;
	padding-bottom: 10px;
}

.search-bar-wrapper {
	background: rgba(255,255,255,.9);
	padding: 30px;
}

	.search-bar-wrapper h2 {
		color: #da1f12;
		text-align: center;
		font-family: 'Roboto', sans-serif !important;
		font-weight: 100 !important;
		font-size: 2.7rem;
	}

		.search-bar-wrapper h2 span.subtitle {
			color: #222;
			text-align: center;
			font-size: 42%;
			font-family: 'Roboto', sans-serif !important;
			font-weight: 200 !important;
		}

input[type=text] {
	border: none;
	height: 30px;
	padding: 0 5px;
}

#SearchBar.k-svg-icon.k-icon-lg {
	width: 20px;
	height: 20px;
	color: #da1f12;
}

#SearchBar button.telerik-blazor.k-button.k-button-outline.k-button-md.k-button-outline-base {
	padding: 0 10px;
}


.k-list-group-sticky-header {
	background-color: #005760;
	color: #fff;
}

.k-list-group-item {
	background-color: #c4e1de;
}

.results-wrapper span.telerik-blazor.k-combobox {
	width: 65%;
}

.sort-dd {
	background: #eeeeee61;
	padding: 5px 0;
	margin: -5px -5px -5px 5px;
	color: #005760;
}

label.sort-by {
	padding-left: 15px;
}

/* CTAs */
.cta-appointment-options {
	padding: 100px 20px;
}

	.cta-appointment-options.container {
		max-width: 1800px !important;
	}

	.cta-appointment-options h3 {
		text-align: center;
		color: #da1f12;
		font-size: 1.9rem;
	}

.stars .caption {
	cursor: pointer !important;
}

p.clear-filters {
	color: #005760;
	text-align: right;
	margin-top: 5px;
	font-size: 1rem;
	cursor: pointer;
	width: fit-content;
	float: right
}

.statement-box ul {
	font-size: .9rem;
	color: #222222;
}

/*IE11*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.refine-offcanvas .uk-offcanvas .uk-offcanvas-bar {
		top: 310px !important;
	}

	ul.uk-tab-right.uk-tab {
		margin-top: -170px;
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 959px), screen and (-ms-high-contrast: none) and (max-width: 959px) {
	ul.component-tab-right {
		border-top: 1px solid #eee;
		padding-top: 10px;
		margin-top: -30px;
	}
}

@media screen and (-ms-high-contrast: active) and (min-width: 960px), screen and (-ms-high-contrast: none) and (min-width: 960px) {
	ul.component-tab-right {
		border-top: 1px solid #eee;
		padding-top: 10px;
		margin-top: -130px;
	}
}

.k-input-solid:focus,
.k-input-solid:focus-within {
	box-shadow: none;
	/*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);*/
	/* outline: #005760; */
	border-color: rgba(69, 122, 130, 0.4) !important;
}

k-pager:focus,
k-pager:focus-within {
	box-shadow: none;
	/*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);*/
	outline: #005760;
}

.k-input-solid.k-focus {
	border-color: #005760
}

.k-list-lg .k-list-group-sticky-header {
	display: none;
}
