/* :target {
    padding-top: 95px;
} */
nav.navbar.bootsnav li.dropdown ul.dropdown-menu i.fa-solid,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu i.fa-brands {
	margin-right: 10px;
}
.text-pink{
	color: #f3a9c3;
}
.doctor-side-article-media-left{
    width: 100%;
    display: inline-block;
    padding: 0;
}
.doctor-side-article-media-left img{
    width: 100%;
    object-fit:cover;
}
.doctor-edit-picture-zone{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: 45%;
}

.edit-picture-div{
	position:relative;
	cursor: pointer;
	width:100%;
	height:100%;
}
.edit-picture-btn{
	position:relative;
	cursor: pointer;
}
.edit-picture-div-img{
    width: 100% !important;
    height: 100% !important;
    border: unset !important;
}

.edit-picture-div input,.edit-picture-btn input{
	width:100%;
	height:100%;
	position: absolute;
	z-index: 2; 
	top: 0;
	left: 0;
	opacity: 0;
	background-color: transparent;
	color: transparent;
	cursor: pointer;
	font-size:0;
}
.inline-edit-btn {
	margin:0 8px 0 0;
}
.inline-text{
	margin-bottom:0;
	display:inline-block;
}
.remark-text{
	margin-left : 5px;
	color : #bf2561;
    font-size : 14px;
}
.blog .attr-nav > ul > li > a{
	padding : 0 8px !important;
	margin : 0 !important;
}
.blog .attr-nav > ul > li > a.call-btn{
	border:unset !important;
}
.clearfix{
	clear : both;
}
.careteam-item-block{
	padding :0 15px 0 0 !important;
}
.careteam-item-block-img{
	padding: 0 !important;
}
.careteam-item-block-inf{
	vertical-align:middle;
}

@media (max-width: 767px){
	.doctor-edit-picture-zone{
		width: 33%;
		height: 32%;
	}
	.careteam-item-block-img img{
		width:80px;
		height:80px;
	}
	.careteam-item-block-inf{
		width:100%;
	}
}
.new-tag, .doc-tag, .generic-tag {
	font-size: 15px;
	display: inline-block;
	margin: 2px 2px 2px 2px;
}
.title_color-3 {
	color: #A67D32;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
    
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
    
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
	z-index: 1;
}
.enthusiastic-position{
	max-height:45px;
	overflow: hidden;
}
.text-over-hidden{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.text-table-hidden-8 {
	height: auto;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
	
.text-table-hidden-8:after {
	display: none;
}
@supports (-webkit-line-clamp: 8) { 
	.text-table-hidden-8 {
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
	}
}
.media-img{
	width:125px;
	height:70px;
}
/*joke*/
.ab {
    position: absolute;
}

.rel {
    position: relative;
}
.zmin {
    z-index: 1;
}
.block-text {
    background-color: #f2f1ef;
    border-radius: 10px;
    padding: 15px 18px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}
.sprite {
	background-image: url('');
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
	left: 10%;
    bottom: -25%;
}
.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.search-textinput {
	float: none;
	height: 35px;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	display: block;
	width: 100%;
	border: 1px solid rgb(228, 228, 228);
	line-height: 18px;
	color: rgb(119, 119, 119);
	background-attachment: scroll;
	-webkit-background-size: 16px;
	background-size: 16px;
	background-position: 10px 50%;
	background-repeat: no-repeat no-repeat;
}

.search-textinput[type="text"]:focus {
	border-color: #feb0a5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #feb0a5;
	outline: 0 none;
	transition: .25s;
}

.search-textinput[type="text"]:focus+.search-result {
	display: block;
}

.search-result {
	overflow-y: auto;
	max-height: 160px;
	position: absolute;
	width: 100%;
	top: 35px;
	display: none;
	left: 0;
	right: 0;
	z-index: 10;
	background: #fdfdfd;
	border-radius: 5px;
}
.search-result-relative{
	padding:0;
	position:relative !important;
	top:0 !important;
}
.search-result li:first-child {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.search-result li:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.search-result:hover {
	display: block;
}

.search-result.search-result-hide {
	border: 0px solid;
	border-color: rgb(186, 186, 186);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.search-result.search-result-show {
	border: 2px solid;
	border-color: rgb(186, 186, 186);
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.search-result li {
	display: block;
	border: 0.5px;
	border-color: #6c6c6c;
}

.search-result li:first-child {
	margin-top: 1px;
}

.search-result li:first-child:before, .search-result li:first-child:after
	{
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	/* border: 5px outset transparent; */
}

.search-result li:first-child:before {
	border-bottom: 5px solid #fdfdfd;
	top: -11px;
}

.search-result li:first-child:after {
	border-bottom: 5px solid #fdfdfd;
	top: -10px;
}

.search-result li:first-child:hover:before, .search-result li:first-child:hover:after
	{
	display: none;
}

.search-result li:last-child {
	margin-bottom: -1px;
}

.search-result input {
	background: #fdfdfd;
	text-align: left;
	width: 100%;
	display: block;
	position: relative;
	padding: 6px 40px 6px 10px;
	color: #808394;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px white;
	border: 0px solid transparent;
	border-radius: 0px;
}

.search-result input span {
	font-weight: 200;
}

.search-result input:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 100px;
	height: 25px;
}

.search-result input:hover {
	color: black;
	background: rgb(238, 252, 252);
}
/**btn**/
.search-result button {
	background: #fdfdfd;
	text-align: left;
	width: 100%;
	display: block;
	position: relative;
	padding: 6px 40px 6px 10px;
	color: #808394;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px white;
	border: 0px solid transparent;
	border-radius: 0px;
}

.search-result button span {
	font-weight: 200;
}

.search-result button:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 100px;
	height: 25px;
}

.search-result button:hover {
	color: black;
	background: rgb(238, 252, 252);
}

.login-nav{
	width:100% !important;
	padding:0 !important;
}
.login-nav > li{
	margin: 0 5px;
}
.multiselect-search{
	border-right: 2px;
	border-right-color: #dcdff1;
	border-right-style: solid;
	height:42px;
}
.click-image{
	cursor:pointer !important;
}
.m-width100 {
	max-width: 100%;
}
.share_article .boxed_icon.bookmark-o{
	background: #fff;
    border-color: #ff002d;
	color: #ff002d;
}
.doctor-schedule{
	padding:6px 0;
	word-break:break-all;
	position:relative;
	/**border-bottom: 1px solid #e0e0e0;**/
}
.w-80{
    width: 80%;
}
.f-14{
	font-size: 14px;
}
.m-b-20{
	margin-bottom:20px;
}
.m-r-5{
	margin-right:5px;
}
.add-single-schedule-btn{
	padding:5px 0;
	cursor:pointer;
} 
.add-single-schedule-btn i{
	width: 100%;
}
.action-toggle-adjust{
	top:0 !important;
}
.action-toggle-adjust i{
	margin:0 !important;
}
.dropdown-toggle-adjust{
	padding: 3px 6px !important;
}
.border-solid{
	border:2px solid;
}
.album-cover-img{
	object-fit: cover;
	width: 100%;
    height: 170px;
	margin : 0 auto;
}
.album-photo{
	width:100%;
	object-fit:contain;
}
/**multiple**/
.drag-image-zone {
	background-color: #efefef;
	border: 3px dashed #cccccc;
	border-radius: 10px;
	text-align: center;
	padding: 50px;
}
.drag-image-zone.over {
	border-color: #ff0000;
	background-color: #FFE9EA;
}
.drag-image-result-zone {
	margin: 10px 0;
	text-align: center;
}
.drag-image-result-item{
	height:160px;
	margin:15px 0;
}
.drag-image-result-item>img {
	width:100%;
	height:100%;
	object-fit:contain;
	box-shadow: rgba(0, 0, 0, 0.4) 0 2px 5px;
}
.remove-drag-image{
	position:absolute;
	top:0;
	right:12px;
	cursor:pointer;
	z-index:100;
}
.lock-icon{
	position:absolute;
	left:5px;
	top:5px;
	font-size:25px;
	color:#adadad;
	z-index:1000;
}
.dynamic-content-zone{
	min-height:30px;
	word-break: break-all;
}
.dynamic-collapse{
	float:left;
	width:100%;
}
.post-type-dropdown{
	position:absolute;
	display:inline-block;
}
.post-type-dropdown>.dropdown-toggle{
	padding: 0 12px !important;
}
.post-block{
	padding-bottom: 10px;
	word-break:break-all;
}
.stream-item-adjust{
	width: 100%;
	display:inline-block;
}
.stream-item .item-footer{
	border-bottom: 1px solid #eaeaea;
}
.stream-comment-item {
	position:relative;
}
.stream-comment-item small{
	margin-bottom:0 !important;
}
.stream-comment-item .item-footer{
	margin-left:45px;
	border-top-style:none;
	border-bottom-style:none;
}
.stream-comment-item .lv-img-sm{
	width:45px;
	height:45px;
}
.media-center-adjust{
	background-color:#fffacd;
	border: 1px dashed #eaeaea;
    text-align: center;
    padding: 20px 0;
}
.panel-heading-adjust{
	position: absolute;
	width: 100%;
	z-index: 9;
	bottom: 0;
	padding:5px !important;
}
.media-header-adjust{
	min-height:60px;
	margin-bottom:10px;
}
.reply-btn{
	width:100%;
	margin-bottom:30px;
}
.inquiry-font{
	font-size: 15px;
    font-family: "微軟正黑體", PT Sans, Arial, serif;
    font-weight: 400;
    border-radius: 50px;
    background-color: #3f51b5;
    color: #fff;
    padding: 2px 5px;
    font-style: normal;
    margin-right: 5px;
}
.search-doctor-img{
	width:50px !important;
	height:50px !important;
}
.search-doctor-text{
	margin-left:5px;
}
.section-doctor-name{
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.emoji-img-inline{
	max-width:20px;
	max-height:20px;
}
.dr-info-adjust{
	width: 14em;
}
.news-item-preview-adjust{
	width:19em;
}
.mr-10{
	margin-right:10px;
}
.mr-20{
	margin-right:20px;
}
.mr-5{
	margin-right:5px;
}
.mt-5{
	margin-top:5px;
}
.mt-20{
	margin-top:20px;
}
.mb-5{
	margin-bottom:5px;
}
.mb-10{
	margin-bottom:10px;
}
.checkbox-inline label, .radio-inline label{
	cursor:pointer;
}
.accordion-content{
	display:none;
}
.ol-circle{
	list-style-type: circle !important;
}
.rowspan-item{
	vertical-align: middle !important;
}
.header-search-zone-m{
	position: absolute;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
	top:65px;
}
.nav-tabs > li {
	margin-right : 0 !important;
}
@media (max-width: 340px) {
	.attr-nav > ul > li > a {
		padding: 20px 16px 15px 0;
		font-size: 20px;
	}
	.attr-nav > ul > li:last-child > a {
		padding: 20px 8px 15px 0;
	}
}
.slider-new-img{
	min-height:425px;
}
.home-news-slider-img{
	width: 100%;
	height: 400px !important;
}
@media ( max-width : 480px) {
	.slider-new-img{
		min-height:205px;
	}
	.home-news-slider-img{
	    width: 100%;
		height: 160px !important;
	}
}
.t1blist-top-item{
	height:184.5px !important;
	object-fit: cover;
}
.t1blist-bottom-items{
	max-width: 100px !important;
	width:100px !important;
	height:70px !important;
	border-radius: 0 !important;
	object-fit: cover;
}
.stickydetails{
	padding-left : 0 !important;
	/* width : 90% !important; */
}
#header-notification-list{
    width: 300px;
    font-size: 16px;
}
#header-notification-list a{
	line-height: initial;
    text-align: left
}
.img-contain{
	object-fit: contain;
}
.multiselect-clear-filter{
	padding:10px 12px;
}
.dropdown-menu > li > button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
    border: unset;
	background: unset;
}
.masonry-item{
	padding:0 10px;
	margin-bottom:20px;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 0 0 0 2px;
}
.joke-action > ul > li.active {
    background-color: #48B0F7;
}
.joke-action > ul > li.active > a {
    color: white;
}
.multiple-img-item{
	clear: both;
	width: 60%;
	border: 1px solid;
	display: inline-block;
}
.multiple-img-item a{
	margin-bottom:10px;
}
.multiple-img-item i{
	font-size: 20px;
}
.multiple-img-item .fa-times{
	font-size: 23px !important;
}
.multiple-img-item img{
	width:100%;
}
.recipe-contribute-block{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.checkbox-inline label {
	margin-right: 10px;
}
.media-object{
	max-height: 200px;
}