
/* Scrollbar STYLE */
.brand-sc-inf::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 4px;
}

.brand-sc-inf::-webkit-scrollbar {
  height: 6px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

.brand-sc-inf::-webkit-scrollbar-thumb {
  background-color: #3f51b5;
  border-radius: 4px;
}


.click-image {
   cursor: pointer; 
}
.consult-thanks-div{
	width:220px;
	float:left;
}
.all_single_follow{
	margin-left:auto;
	margin-right:auto;
	width:280px;
}
.login-label{
	float:right;
	font-weight: 400;
	cursor: pointer;
}

.login-btn{
	font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #d9534f;
    color: rgba(255, 255, 255, 0.87);
    outline: 0;
    outline-offset: 0;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-touch-action: manipulation;
    -khtml-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    margin: 0;
    text-decoration: none;
    box-shadow: none;
    padding: 0 30px;
    border: none;
    border-radius: 0 !important;
    position: relative;
    line-height: 40px;
}
.m-width100{
	max-width:100%;
}
#page-zone{
	font-size:12px;
}
.fs-15{
	font-size:15px !important;
}
.lh-20 {
    line-height: 20px !important;
}
.mr-10{
    margin-right: 10px;	
}
.mt-5{
	margin-top: 5px;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.img-fit-cover{
	object-fit: cover;
    width: 100%;

}
.icon-item-title {
    float: none;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 900;
    margin-left: auto;
    margin-top: 0;
    clear: none;
    color: black;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-right: auto;
    margin-bottom: 0;
    vertical-align: middle;
}
.img-fit-contain{
	object-fit: contain;
    width: 100%;

}
.text-over-hidden{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.text-table-hidden-8{
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.notice-text-over-hidden{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.doctor-inf-zone{
	min-height:400px
}
.summernote-list{
	max-width:260px
}
.protect-open{
	display:none;
}
.single_fs_news_img{
	max-height:73px;
}
.login-checkbox{
	position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    z-index: 1;
}
/**search-bar**/
.search-textinput {
    float: none;
    height: 35px;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid rgb(228, 228, 228);
    line-height: 18px;
    color: rgb(186, 186, 186);
    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 {
  position: relative;
  width: 100%;   
  top:0px;
  display: none;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fdfdfd;
  border-radius: 5px;
}

.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);
}
/**search-bar**/

.new-tag{
	font-size: 86%;
	display: inline-block;
	margin:2px 2px 2px 2px;
}
.new-tag-remove{
	margin-left: 5px;
}
.right-bottom-parent-div{
	position: relative;
    width: 100px;
    height: 265px;
    right: 0;
    bottom: 0;
    float: right;
}
.right-bottom-div{
	position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 100px;
}
.note-editor-adjust{
	margin:0 auto;
	max-width:700px;
	min-width:700px;
}

.input-group-adjust{
	width: 100%;
	margin:0;
}
.datetimepicker{
	min-width: 125px;
    font-size: 10px;
}
.protect{
	display:none;
}

.sort-icon_desc:after {
	cursor: pointer;
	content: "\e156";
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
    position: relative;
	float: right;
}
.sort-icon_asc:after {
	cursor: pointer;
	content: "\e155";
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
    position: relative;
	float: right;
}
.homeImgPreview{
	max-width:100%;
}
.red_med_span_ad{
    background: #d9534f;
    width: 100px;
}

.stickyfill-zone{
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
}