.x-seperator span:last-child {
	display: none;
}

.x-accessInfoEdit .ui-inputfield{
	width: 200px;
}

.x-accessLabelCol{
	width: 80px;
	text-align: right;
}

.x-accessLabelCol label{
	margin-bottom: 0px !important;
}

.x-accessRadioTable {
	width: 100%;
}

.x-accessRadioTable tbody tr td {
	text-align: center;
}

.x-accessRadioTable.ui-selectoneradio label {
	margin: 4px 0px 0px 2px !important;
}

.x-accessTabView{
	margin: 10px;	
}

.x-accessTabView.ui-tabs-top .ui-tabs-nav {
	background-color: #fff;
}

.x-accessTable.ui-panelgrid .ui-panelgrid-cell {
	padding: 16px;
}

.x-accessType{
	display: inline-block;
	margin-right: 30px;
	text-align: center;
	line-height:250%;
}

.x-accessType:last-child{
	margin-right: 0px;
}

.x-accessType.x-selectedAccess:before{
	content:'';
	height: 16px;
	width: 16px;
	background-image: url("/leshan/faces/javax.faces.resource/images/check-blue.svg?ln=primefaces-modena");
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
}

.x-cardContent {
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 5px;
	min-height: 47px !important;
}

.x-favoriteProviderList tbody tr {
	border-bottom: 1px solid #efefef !important;
}

.x-headerLeft .x-avatar {
	height: 60px;
	width: 60px;
	margin: 0px;
}

.x-detailCardLabel {
	margin-right: 30px;
	font-family: Microsoft Yahei;
}

.x-disabledTag {
	border: 1px solid #ccc !important;
}

.x-disabledTag .ui-widget-content {
	color: #ccc;
}

.x-disabledTag .ui-state-disabled.x-addProblem {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/cross-gray.svg?ln=primefaces-modena");
}

.x-editBtn {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/edit-pen.svg?ln=primefaces-modena");
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px !important;
	margin-left: 3px;
	vertical-align: middle;
}

.x-editBtn:hover {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/edit-pen-blue.svg?ln=primefaces-modena");
	background-color: #FFFFFF;
}

.x-existedBtn, x-existedBtn.ui-state-focus {
	color: #006DC6;
	border: 1px solid #006DC6;
	background-color: #fff !important;
	font-weight: 600;
	margin: 5px 8px !important;
	border-radius: 5px !important;
}

.x-existedBtn .ui-button-text {
	padding: 8px 10px 8px 28px !important;
}

.x-existedBtn .ui-button-icon-left {
	left: 0px !important;
}

.x-existedBtn .ui-icon {
	width: 16px;
	height: 16px;
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.x-existedBtn .ui-icon.ui-icon-check {
	background-image:
			url("/leshan/faces/javax.faces.resource/images/ui-icon-check.png?ln=primefaces-modena");
}

.x-existedBtn .ui-icon.ui-icon-remove {
	background-image:
			url("/leshan/faces/javax.faces.resource/images/delete-red.svg?ln=primefaces-modena");
}

.x-existedBtn.ui-state-active {
	background-color: #fff;
	color: #546E7A;
	border: 1px solid #546E7A;
	font-weight: 400;
}

.x-expertise {
	background: white;
	border: 1px solid #3CB8ED;
	display: inline-block;
	margin: 5px;
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 5px;
}

.x-expertiseColumn td {
	vertical-align: top;
}

.x-expertiseColumn td:first-child {
	width: 40%;
}

.x-expertiseColumn td:nth-child(2) {
	border-left: 1px solid #ddd !important;
}

.x-expertiseColumn td:nth-child(3) {
	width: 55%;
}

.x-expertiseLine {
	width: 1px;
	height: 80%;
	background-color: #ddd;
	position: absolute;
	right: 0px;
	top: 10%;
	"
}

.x-expertiseTag {
	margin: 5px 5px 5px 0px;
	min-width: 100px;
	border-radius: 5px;
	border: 1px solid #0091ea;
}

.x-expertiseTip {
	border: 1px solid #ffffff;
	display: inline-block;
	margin: 5px;
	padding: 3px 5px;
	font-size: 12px;
}

.x-explandPanel {
	height: auto !important;
	position: absolute;
	z-index: 10001;
	border: 1px solid #ccc !important;
	padding: 12px;
	background: #fff;
	box-shadow: 0 0 30px 0 #ccc;
}

.x-expertisePanel a, .x-overlayExplandLink a {
	color: #0091ea;
	border-radius: 2px;
	margin-left: 6px;
	border: 1px solid #0091ea;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 5px;
	cursor: pointer;
}

.x-expertisePanel a:hover, .x-overlayExplandLink a:hover {
	background: #0091ea;
	color: #fff;
}

.x-imageOverLay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
}

.x-imageOverLay:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.x-imageOverLay .x-fileEdit {
	vertical-align: middle;
}

.x-imageOverLay .x-fileEdit input{
	height: 100%;
}

.x-infoDialog .ui-outputlabel {
	display: inline-block;
	min-width: 40px;
	text-align: right;
}

.x-providerServiceDesc li {
	display: list-item !important;
	text-align: -webkit-match-parent !important;
	list-style: inherit;
}

.x-loadingProvider {
	background: #fff;
	opacity: 1 !important;
	box-shadow: 0px 0px 10px #fff;
}

.x-loadingProvider+.ui-blockui-content {
	box-shadow: none !important;
	top: 70px !important;
}

.x-loginTips .ui-panel-content {
	text-align: center;
	margin: 0 auto;
}

.x-memberName {
	height: 19px;
	margin: 0px 5px;
	vertical-align: middle;
}

.x-margin-top {
	margin-top: 6px;
}

.x-panel  .ui-fileupload-buttonbar {
	padding: 0px
}

.x-panel-title {
	color: #546e7a;
	font-size: 16px !important;
	font-weight: 600 !important;
}

.x-providerCard {
	width: 220px;
}

.x-providerCard, .x-providerCard .ui-panel-content {
	padding: 0px !important;
}

.x-providerCard:hover, .x-teamCard:hover {
	box-shadow: 2px 2px 1px #eaeaea;
	border-color: #ccc;
}

.x-providerCardButton {
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 16px !important;
	/*color: #FF9900 !important;*/
	line-height: 25px;
	font-size: 12px;
	padding-right: 0px !important;
}

.x-providerCardButton.x-icon-careteam {
	background-position: 55px 10px;
}

.x-providerCardButtonGroup, .x-providerCardButtonGroup .ui-panel-content
	{
	width: 100%;
	padding: 0px !important;
	background-color: #f7f9fa;
}

.x-providerCardExpertise {
	padding: 0px 8px 8px 8px !important;
	-webkit-line-clamp: 2 !important;
	height: 38px;
	line-height: 180%;
}

.x-providerCardLink {
	margin-bottom: 30px;
}

.x-providerCardName {
	margin: 0px auto;
}

.x-providerCardName td {
	padding: 0px !important;
}

.x-providerCardName tr {
	max-width: 198px !important;
	overflow: hidden;
	display: block;
}

.x-providerCardRating .ui-panelgrid-cell {
	padding: 0px !important;
}

.x-providerDetail {
	border: 1px solid #F2F2F2;
}

.x-providerDetailCard {
	border: 1px solid #ebebeb;
}

.x-providerDetailCard .x-color-grey {
	margin-right: 5px;
}

.x-providerDetailCard .x-favoriteBtn {
	vertical-align: top;
	margin-top: 4px;
}

.x-providerDetailCardRating {
	margin-right: 10px;
}

.x-providerDetailCardRating div.ui-rating-star {
	cursor: pointer !important;
}

.x-providerDetailCardRatingLabel {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}

table.x-providerDetailCard{
	margin-top:-1px;
}

.x-providerFilter{
	
}

.x-providerFilter .ui-panel{
	border-width: 1px 0px 1px 0px;
	border-style: dashed;
	position: relative;
	margin-bottom: -1px;
}

.x-providerFilter .ui-commandlink{
	margin: 6px 0px 6px 14px;
    padding: 0px 6px;
    line-height: 24px;
}

.x-providerFilter .ui-outputlabel{
	min-width: 84px;
	text-align: right;
}

.x-providerGrid{
	margin-bottom: -30px;
}

.x-providerGridCtrl {
	background-color: #f8f8f8;
	margin: 24px 0px;
}

.x-providerPaginator {
	text-align: right;
}

.x-providerPhotoPanel {
	position: relative;
	display: inline-block;
	margin: 0px 40px;
}

.x-providerPhotoPanel .x-avatar {
	margin: 10px !important;
}

.x-providerPhotoPanel:hover .x-imageOverLay {
	display: block;
}

.x-providerRating {
	vertical-align: middle;
	border: none;
}

.x-providerRating .ui-commandlink {
	display: none;
}

.x-providerRating .ui-rating {
	display: inline-block;
}

.x-providerRating .ui-rating .ui-rating-star a {
	width: 14px !important;
	height: 14px !important;
}

.x-providerRatingCount {
	vertical-align: text-bottom;
}

.x-providerServiceCard {
	border: 1px solid #ebebeb;
}

.x-providerServiceCard>.ui-outputpanel {
	padding: 0px !important;
}

.x-providerServiceCardBtn {
	border: 1px solid #FFF;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	padding: 0px !important;
}

.x-providerServiceCardCommand {
	padding: 20px 0px;
}

.x-providerServiceCardComment {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	min-width: 200px;
	border: 1px solid #F2F2F2;
	padding: 5px 10px;
}

.x-providerServiceCardImage {
	width: 60px;
	height: 60px;
	margin: 10px;
}

.x-providerServiceCardItem .ui-panelgrid .ui-panelgrid-cell {
	padding: 4px !important;
}

.x-providerServiceCardItem:hover{
	background-color: rgba(242, 242, 242, 0.6);
}

.x-providerServiceCardItem:hover .ui-panelgrid{
	background-color: transparent;
}

.x-providerServiceCardItem:hover .x-providerServiceIcon{
	background-color: #0091ea;
}

.x-questionItem tbody tr td {
	padding: 4px 0px !important;
}

.x-audioService{
	background-image: url("/leshan/faces/javax.faces.resource/XNewIcon/audio.png?ln=XImage");
}

.x-videoService{
	background-image: url("/leshan/faces/javax.faces.resource/XNewIcon/video.png?ln=XImage");
}

.x-narrativeService{
	background-image: url("/leshan/faces/javax.faces.resource/XNewIcon/narrative.png?ln=XImage");
}

.x-providerServiceCardItem:hover .x-audioService{
	background-image: url("/leshan/faces/javax.faces.resource/XNewIcon/audio-white.png?ln=XImage");
}

.x-providerServiceCardItem:hover .x-videoService{
	background-image: url("/leshan/faces/javax.faces.resource/XNewIcon/video-white.png?ln=XImage");
}

.x-providerServiceCardItem:hover .x-narrativeService{
	background-image: url("/leshan/faces/javax.faces.resource/XNewIcon/narrative-white.png?ln=XImage");
}

.x-providerServiceCardPrice {
	font-weight: 400;
	font-size: 26px;
	color: #FF6600;
}

.x-providerServiceCardTitle {
	font-weight: 400;
	font-size: 20px;
	color: #333;
}

.x-providerServiceIcon {
	border: 1px solid rgba(0, 145, 234, 0.6);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
}

.x-providerSorter .ui-commandlink {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 4px 14px;
	line-height: 34px;
	margin-right: -1px;
	color: #546e7a !important;
	outline: none;
}

.x-providerSorter .ui-commandlink:hover {
	border: 1px solid #0091ea;
	color: #0091ea !important;
	position: relative;
}

.x-providerSorter .ui-commandlink.x-active {
	border: 1px solid #0091ea;
	background: #0091ea;
	color: #fff !important;
	position: relative;
}

.x-providerSorter.x-canBeAscend .ui-commandlink{
	background-image: url("/leshan/faces/javax.faces.resource/images/sort.svg?ln=modena-layout");
	background-position: right;
	background-size: 22px;
	background-repeat: no-repeat;
	padding-right: 22px;
}

.x-providerSorter.x-canBeAscend .ui-commandlink.x-active{
	background-image: url("/leshan/faces/javax.faces.resource/images/sort-active.svg?ln=modena-layout");
}

.x-providerSorter.x-canBeAscend .ui-commandlink.x-active.x-ascending{
	background-image: url("/leshan/faces/javax.faces.resource/images/sort-active-ascend.svg?ln=modena-layout");
}

.x-panel .x-avatar {
	margin: 40px 60px;
	width: 85px;
	height: 85px;
	border-radius: 75px;
}

.x-panel .x-removeBtn, .x-removeBtn.x-problem {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/delete-red.svg?ln=primefaces-modena");
	width: 15px;
	height: 20px;
	background-size: 15px;
	background-repeat: no-repeat;
	margin-left: 3px;
	position: inherit;
	float: right;
	background-position: center;
}

.x-addProblem {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/cross-blue.svg?ln=primefaces-modena");
	width: 15px;
	height: 20px;
	background-size: 15px;
	background-repeat: no-repeat;
	margin-left: 3px;
	position: inherit;
	float: right;
	background-position: center;
}

.x-panel .x-removeBtn:hover {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/delete-blue.svg?ln=primefaces-modena");
	background-color: #FFFFFF;
}

.x-panel .x-removeBtn.ui-state-focus {
	color: #0091ea;
	background-color: #fff;
}

.x-panel .x-addBtn {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/cross-blue.svg?ln=primefaces-modena");
	width: 100px !important;
	height: 36px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
	width: 18px;
	border-radius: 5px !important;
	border: 1px dashed #0091ea;
}

.x-removeBtn .ui-button-text {
	padding: 0px !important;
}

tr.x-rowUnsave .x-colRadio {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/right_top.svg?ln=primefaces-modena");
	background-position: top right;
	background-size: 10px;
	background-repeat: no-repeat;
}

.x-panel .x-addBtn:hover {
	background-image:
		url("/leshan/faces/javax.faces.resource/images/cross-white.svg?ln=primefaces-modena");
}

.x-panel label {
	font-size: 14px;
}

.x-panel .x-sectionFooter {
	border: none;
	text-align: left;
	padding: 20px 0px !important;
}

.x-panel .x-contact-label {
	min-width: 80px;
}

.x-selected {
	background: #0091ea;
	color: white !important;
	display: inline-block;
	line-height: 32px;
}

.x-selectOrg {
	width: 200px;
	margin: 40px auto;
}

.x-selectOrgPanel {
	text-align: center;
}

.x-selectPanel {
	background-color: #f8f8f8;
}

.x-selectPanel .ui-panelgrid-cell{
	padding: 12px 10px !important; 
}

.x-selectPanel .ui-commandlink {
	margin: 6px 0px;
    padding: 0px 6px;
    line-height: 24px;
}

.x-servieCardTip ul {
	margin-top: 10px;
}

.x-servieCardTip ul li {
	line-height: 175%;
	font-size: 12px;
}

.x-teamCard {
	display: inline-block;
	width: 372px;
	margin-bottom: 30px;
}

.x-teamCard .x-teamCardPanel {
	height: 230px;
}

.x-teamCardGrid {
	margin-top: 24px;
	margin-bottom: -30px;
}

.x-teamCardHeader {
	width: 361px !important;
	margin: 12px 0px;
}

.x-teamCounter {
	color: #0091ea;
	background-color: rgba(0,145,234,0.3);
	padding: 3px 4px;
	font-size: 12px;
	border-radius: 4px;
}

.x-panel .x-sectionFooter .x-contact-label {
	min-width: 90px;
}

@media screen and (min-width: 40.063em) {
	.x-infoDialog {
		width: 517px;
	}
	.x-providerGrid {
		
	}
}

@media screen and (min-width: 64.063em) {
	.x-infoDialog {
		width: 754px;
	}
}

@media screen and (min-width: 768px) {
	.x-providerCardLink {
		margin-right: 42px;
	}
	.x-providerGrid {
		margin-right: -42px;
	}
	.x-teamCard {
		margin-right: 6px;
	}
	.x-teamCardGrid {
		margin-right: -6px;
	}
}

@media screen and (min-width: 992px) {
	.x-providerCardLink {
		margin-right: 27px;
	}
	.x-providerGrid {
		margin-right: -26px;
	}
	.x-teamCard {
		margin-right: 225px;
	}
	.x-teamCardGrid {
		margin-right: -225px;
	}
}

@media screen and (min-width: 1200px) {
	.x-providerCardLink {
		margin-right: 15px;
	}
	.x-providerGrid {
		margin-right: -15px;
	}
	.x-teamCard {
		margin-right: 27px;
	}
	.x-teamCardGrid {
		margin-right: -27px;
	}
}

@media screen and (min-width: 1900px) {
	.x-providerCardLink {
		margin-right: 54px;
	}
	.x-providerGrid {
		margin-right: -56px;
	}
	.x-teamCard {
		margin-right: 37px;
	}
	.x-teamCardGrid {
		margin-right: -36px;
	}
}

#providerLicenseDialog .x-dialog-btn, #providerContactDialog .x-dialog-btn,
	#providerIntroductionDialog .x-dialog-btn, #providerExpertiseDialog .x-dialog-btn,
	#providerAddExpertiseDialog .x-dialog-btn {
	margin: 10px 0 0 30 px;
}

.x-providerMessage-container .ui-datatable table {
	border-collapse: collapse;
	width: 100%;
	table-layout: auto;
}

.x-overSeaProvider .x-avatar{
	margin: 32px 0px;
}

.x-overSeaProvider .x-providerCardExpertise{
	margin: 12px 0px 10px 0px; 
}

.x-overSeaProvider .x-ellipsis-singleLine{
	margin: 12px auto;
}

.x-paginatorBtn {
	padding: 3px;
	outline: none !important;
	border: 2px solid #0091EA;
	width: 30px;
	display: inline-block;
	text-align: center;
}

.x-paginatorBtn.x-nextPage {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left-width: 1px;
}

.x-paginatorBtn.x-prevPage {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-right-width: 1px;
}

.x-detailCardImgCol {
	vertical-align: top;
}

.x-detailCardInfoCol {
	width: 100%;
}

.x-detailCardInfoCol .ui-outputpanel {
	margin: 5px 0px;
}

.x-detailAvatar {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin: 15px 40px;
	object-fit: cover;
    object-position: top;
}

.x-detailComment {
	line-height: 100%;
}

.x-expandPanel {
	min-height: 48px;
}

.x-licensePanel .ui-message{
	border: none;
	margin: 0px;
	padding: 0px !important;
	background-color: transparent !important;
}

.x-licensePanel .ui-message-error-detail{
	margin: 0px;
}

.x-licensePanel .ui-message-error-detail{
	font-size: 12px;
}

.x-licensePanel .ui-message-error-icon {
	height: 18px;
	width: 18px;
}

.x-message-schedule .ui-messages-error {
	border: none;
	padding: 0px !important;
	margin: 0px !important;
}

.x-message-schedule .ui-messages-error-summary {
	font-size: 14px;
}

.x-message-schedule .ui-messages-error-summary {
	margin-left: 17px !important;
}

.x-message-schedule .ui-messages-error-icon {
	display: none;
}

.x-message-schedule.ui-messages ul {
	margin: 0px !important;
}

.x-noMarginTop{
	margin-top: 0px !important;
}

.x-noImageConfirmDialog .ui-dialog-content .ui-icon{
	display:none;
}

.x-selectedBtn, .x-selectedBtn.ui-state-focus {
	background-color: #fff;
	color: #546E7A;
	border: 1px solid #546E7A;
	margin: 5px 8px !important;
	border-radius: 5px !important;
}

.x-selectedBtn .ui-button-text {
	padding: 8px 10px 8px !important;
}

.x-selectedBtn.ui-state-hover, .x-selectedBtn.ui-state-active {
	color: #006DC6;
	border: 1px solid #006DC6;
	background-color: #fff;
	font-weight: 600;
}

.x-selectedFilter{
	border: 1px solid #e0e0e0;
	margin: 0px 2px;
	padding: 2px 4px;
	cursor: pointer;
	color: #546e7a !important;
}

.x-selectedFilter:hover{
	border-color: #0091ea;
}

.x-selectedFilter:after{
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: sub;  
	margin-left: 2px;
	background-image: url("/leshan/faces/javax.faces.resource/images/delete-softblue.svg?ln=modena-layout");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.x-selectedFilter:hover:after{
	background-image: url("/leshan/faces/javax.faces.resource/images/delete-blue.svg?ln=modena-layout");
}

.x-customBtn .ui-icon {
	margin-left: 0px !important;
}

.x-customBtn .ui-button-text {
	margin-left: 20px !important;
}

.x-viewExpertise {
	background: #0091ea11;
	border: 1px solid #0091ea;
	display: inline-block;
	margin: 5px;
	padding: 8px 10px;
	font-size: 12px;
	border-radius: 5px;
}

.x-configuration-pack tbody tr.ui-widget-content {
	vertical-align: top !important;
}

.x-configuration-pack tbody tr.ui-widget-content td.ui-panelgrid-cell {
	padding-top: 0px;
}
.x-font-small{
	font-size: 12px !important;
}

.x-fontColor-gray{
	color: #909090;
}

.x-warp-no{
	white-space: nowrap;
}

.x-textAlignRight {
	line-height: 40px;
	text-align: right;
	width: 80px;
}

.x-paddingLift {
	padding-left: 20px;
}

.x-newEditIcon {
	background-color: white;
	background-image: url("/leshan/faces/javax.faces.resource/images/edit-icon.svg?ln=modena-layout");
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 0 !important;
}

.x-newEditIcon:focus{
	background-color: white;
}

.x-newEditIcon:hover {
	background-color: white !important;
	background-image: url("/leshan/faces/javax.faces.resource/images/edit-icon-hover.svg?ln=modena-layout");
}

.x-patientInfoPanelHeader a {
	margin-bottom: 10px !important;
}

.x-createPatientTable {
	width: 100%;
	margin-top: 30px;
}

.x-createPatientTableCol1 {
	width: 100px;
	text-align: right;
}

.x-createPatientTableCol2 {
	width: 20%;
}

.x-createPatientTableCol2 input {
	width: 100%;
}

.x-createPatientTableCol3 {
	width: auto;
}

.x-registerOnlineBtn.ui-button-text-only .ui-button-text{
	padding: 0px !important;
}

.x-providerFilterBox{
	margin-left: 6px;
}

.x-providerFilterBox .ui-chkbox-label{
	line-height: 32px;
}

.x-providerFilterBox .ui-chkbox-box{
	margin-top: 7px;
	margin-right: 0px;
}

.x-servicePricing dl.ui-datalist-data dt.ui-datalist-item {
	margin-bottom: 10px;
}

.x-patient-gender-select .ui-state-error {
	border: 1px solid #f03369 !important;
}

.x-expirationDate input{
	max-width: 120px !important;
}

.ui-state-enabled {
    color: #FF9900 !important;
}

.ui-members-tip {
    position: absolute;
    padding-top: .5rem;
    font-size: 12px;
    right: -15px;
    width: 30px;
    height: 40px;
    background-color: #F67B20;
    border-radius: 0 0 15px 15px;
    color: #ffffff;
    text-align: center;
    z-index: 999;
}

.top1{
    top: 35px;
}

.top2{
    top: 322px;
}

.x-oversea-orgnization img {
    width: 100% !important;
}

.x-remove-img img {
    display: none !important;
}

.x-immediate-appointment-btn {
    border-radius: .4rem!important;
    font-size: 12px;
    color: white;
    padding: 0 .3rem!important;
    background-color: #3bb8ed!important;
}

.x-max-line3 {
    display: inline-block;
    color: #CDCDCD;
    font-size:12px;
    height: 54px;
    line-height: 1.5;
    margin: 0 auto;
    overflow: hidden;
}

.x-ellipse-span {
    position: absolute;
    display: inline-block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 36px;
}

.custom-info-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 10px;
	height: 10px;
	border: 2px solid #71b4ff;
	border-radius: 50%;
	font-family: Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #71b4ff;
}

.zoom5 {
    width: 33.33%;
}

.zoom6 {
    width: 20%;
}

@media screen and (min-width: 1680px) {
	.ui-width5 {
		width: 20%;
	}
	.ui-width6 {
		width: 16.66%;
	}
	.x-margin-custom {
		margin: 0 4rem 0 2.5rem;
	}
}

@media screen and (max-width: 1680px) {
	.ui-width5 {
		width: 33.33%;
	}
	.ui-width6 {
		width: 20%
	}
	.x-oversear-card {
		width: 33.33% !important;
	}
	.x-provider-card {
		width: 66.66%!important;
	}
	.x-margin-custom {
		margin: 0 0 0 2.5rem;
	}
}
