/* Version 1.0.0 */
/**************************************** 
GEOinfo Map
****************************************/
#mapid {
	height: 280px;
	width: calc(100% + 10px);
    border: 1px #DFDFDF solid;
    border-radius: 7px;
    margin-left: -5px;
  }
#provider_mapid{
	min-height: 300px;
    min-width:400px;
    max-width: 100%;
	height: 300px;
	width:100%;
}

div[id^="map-"] {
    border: 1px solid #DFDFDF;
}

.district_tab::-webkit-scrollbar , .sub_district::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}
 
.district_tab::-webkit-scrollbar , .sub_district::-webkit-scrollbar-track {
	background:#FFF;
	
}
 
.district_tab::-webkit-scrollbar , .sub_district::-webkit-scrollbar-thumb {
  background-color: #7A97B7 !important;
  border-radius: 40px;
  border:2px solid white;
}

div::-webkit-scrollbar-thumb {
	background-color: #7A97B7;
	margin:2px;
}

section.adv_search div.wget_hcp_search .search-adv {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

section.adv_search div.wget_hcp_search .search-adv:last-of-type {
    border: 0;
}

section.adv_search div.wget_hcp_search .search-adv .row {
    margin-left: -15px;
    margin-right: -15px;
}

section.adv_search div.wget_hcp_search .search-adv .search_box {
    /* align-items: baseline; */
    align-items: anchor-center;
}

section.adv_search div.wget_hcp_search .search-adv .search_box .spacer {
    border-bottom: 1px solid #CCC;
}

div.wget_hcp_search button#hcp_search_reset:after {
    background: none;
    width: 0;
    height: 0;
    margin: 0;
}

section.adv_search .hcp_starting {
    height: 3rem;
}

.err_msg {
    display: none;
    color: #E00000;
}

.back_to_hcp{
    height:60px;
    background-image: url('../images/back-to-search-bg-banner-desktop.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px #DFDFDF solid;
    display: flex;
}
.back_to_hcp .container{
    padding-left: 30px;
	margin-top: 25px;
}
.back_to_basic {
    margin: 25px 0;
}
.back_to_hcp a:before,
.back_to_basic a:before{
    display: inline-block;
    content: '';
    background-image: url('../images/icons/tri-arrow-left-icon-blue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 10px;
    margin-right: 7px;
}
.hcp_name{
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.hcp_name .provider_name{
    background-color: #2767D4;
    color: #FFF;
    border-radius: 25px;
    display: inline-block;
    padding: 4px 20px;
}

.update_date{
    float: none;
    margin-top: 15px;
}

.details_top .social-share-list{
    margin: 0 !important;
}
.hcp-results .white-box{
    background-color: #FFF;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
    width: 100%;
    margin: 0;
	border-radius: 5px;
}
.hcp-results .white-box.provider_box{
	margin-top: 40px;
	
}
.icon-box {
    font-family: 'NotoSansHK-Medium', 'NotoSansSC-Medium';
    background-position: left top;
    background-size: 22px;
    background-repeat: no-repeat;
    padding-left: 32px;
    margin-top: 20px;
	margin-left: 5px;
}
html:lang(en) .icon-box {
    font-family: 'Muli-Medium';
}
.icon-box > div{
    font-family: 'NotoSansHK-Regular', 'NotoSansSC-Regular';
}

html:lang(en) .icon-box > div{
    font-family: 'Muli-Regular';
}


.icon-box.address_box{
    background-image: url(../images/icons/location-detail-address-icon.png);
}

.icon-box.phone_box{
    background-image: url(../images/icons/location-detail-phone-icon.png);
}

.icon-box.email_box{
    background-image: url(../images/icons/location-detail-email-icon.png);
}

.icon-box.website_box{
    background-image: url(../images/icons/location-detail-website-icon.png);
}

.icon-box.service_id_box{
    background-image: url(../images/icons/location-detail-services-number-icon.png);
}

.icon-box.long_name_box{
    background-image: url(../images/icons/location-detail-name-icon.png);
}

.icon-box.short_name_box{
    background-image: url(../images/icons/location-detail-abbreviation-icon.png);
}

.sharable_data{
    background-color:#F2F6F7;
    padding: 30px 20px 20px 20px;
    margin-top: 30px;
	margin-right: 0px;
}

.sharable_data .title, .opening_hours .title, .ehr_reg_centre .title, .newborn_reg_centre .title, .provider_box .title, .fixed_provider_box .title, .provider_notices{ 
    font-family: 'NotoSansHK-Medium', 'NotoSansSC-Medium';
}

html:lang(en) .sharable_data .title, html:lang(en) .opening_hours .title, html:lang(en) .ehr_reg_centre .title, html:lang(en) .newborn_reg_centre .title , html:lang(en) .provider_box .title, html:lang(en) .fixed_provider_box .title, html:lang(en) .provider_notices{
    font-family: 'Muli-Medium';
}
.provider_box .title{
	white-space: nowrap;	
}
.sharable_data li{
    font-size:15px;
}
html:lang(en) .sharable_data li{
    font-size:14px;
}
.sharable_data .body_three{
    color:#565656;
}
.sharable_data .domain .remark {
    font-size: 15px;
}
html:lang(en) .sharable_data .domain .remark {
    font-size: 14px;
}

.ehr_reg_centre{
    padding-left: 0px;
}
.timetable{
    padding-bottom: 30px;
}
.timetable .title, .timetable .details .t_title, .timetable .details .t_body .t_row, .t_body .t_row{
    border-radius: 25px;
    padding: 7px 17px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.timetable .details{
	font-size: 14px;	
}
html:lang(en) .timetable .details{
	font-size: 13px;	
}
.timetable .details .no_timetable {
    padding: 7px 17px;
}
.details .t_body .t_row, .t_body .t_row{
	text-align:right
}
.t_body .t_row > span{
    float:none;
}
.t_body .t_row .th{
/*    padding-right: 10px;*/
/*    float:left;*/
    text-align: left;
}   
.timetable .details .t_title, .t_body .t_row:nth-child(even){
    background-color: #F2F6F7;

}
.timetable .details .t_body .t_row span.time_slot {
    white-space: nowrap;
}
.tooltip .t_body .t_row{
    width: 100%;
    text-align: right;
    padding: 4px 15px;
}
.provider_box{
    padding: 30px 0 0 0 ;
}
 
.provider_info div{
    word-break: break-word;
}
.provider_info div.provider_email, .provider_info div.provider_website{
	word-break: break-all;
}

.provider_notices{
    background-color: #E1F6FF;
    background-image: url(../images/icons/information-icon-yellow.png);   
    background-position: left 20px center;
    background-size: 29px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 25px;

}

.provider_box .other_services{
    background-color: #2767D4;
    color: #FFF;
    background-image: url(../images/icons/address-small-icon-white.png);   
    background-position: left 20px center;
    background-size: 12px;
    background-repeat: no-repeat;
    padding: 5px 19px 5px 41px;
    border-radius: 25px;
    display:inline-block;
}

.provider_box .other_services a{
    color: #FFF;
}
.provider_info .info.hide{
    display:none;
}
.provider_info .row div{
    margin-bottom: 10px;
}
.provider_box hr{
	margin-top: 20px;
	margin-bottom: 20px;	
}
.provider_box .button{
    text-align: center;
}
.provider_box .button .expend_btn:after{
    content: '';
    width: 30px;
    height: 20px;
    background-image: url(../images/arrow-down-icon-blue.png);
    background-position: center 4px;
    background-size: 20px;
    background-repeat: no-repeat;
    display: inline-block;
}

.provider_box .button .expend_btn.active:after{
    background-image: url(../images/arrow-up-icon-blue.png);
}

.downloads{
    margin: 40px 0px 0 0px;
}
.downloads > div{
    float:left;
    width: 50%;
}
.downloads > div > a{
    display: block;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 120px;
    padding: 20px;
    padding-top: 130px;
    text-align: center;
}
.downloads > div.disable a {
    cursor: default !important;
    color: grey !important;
}
.downloads > div.disable a:hover {
    text-decoration: none !important;
}
.downloads .remark {
    font-size: 80%;
    padding-left: 15px;
}
.downloads .remark:before {
    content: '* ';
    margin-left: -10px;
}

.downloads > div.d_csv > a {
    background-image: url(../images/csv-download-icon.png);
}
.downloads > div.d_json > a {
    background-image: url(../images/json-download-icon.png);
}
.downloads > div.d_pdf > a {
    background-image: url(../images/pdf-download-icon.png);
}
.downloads > div.d_pdf.disable > a {
    background-image: url(../images/pdf-no-download-icon.png);
}
.downloads > div.d_xml > a {
    background-image: url(../images/xml-download-icon.png);
}

.downloads > div.d_csv > a:hover {
    background-image: url(../images/csv-download-icon-hover.png);
}
.downloads > div.d_json > a:hover {
    background-image: url(../images/json-download-icon-hover.png);
}
.downloads > div.d_pdf > a:hover {
    background-image: url(../images/pdf-download-icon-hover.png);
}
.downloads > div.d_pdf.disable > a:hover {
    background-image: url(../images/pdf-no-download-icon.png);
}
.downloads > div.d_xml > a:hover {
    background-image: url(../images/xml-download-icon-hover.png);
}
.downloads > div.msg_process {
    display: table;
    position: relative;
    width: 100%;
    padding: 69px 20px;
}
.downloads > div.msg_process::after {
    content: "";
    background: url('../images/download_loading.gif') no-repeat center center;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
.downloads > div.msg_process > p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
    text-align: center;
}

.dataTable thead, .ui.table:not(.unstackable) thead{
    display:none !important;
}
.list_icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 28px;
    vertical-align: top;
    display: inline-block;
	margin-right: 10px;
}

.list_icon.icon_mobile{
    background-image: url(../images/icons/location-detail-phone-icon.png);
}

.list_icon.icon_address{
    background-image: url(../images/icons/location-detail-address-icon.png);
}
.list_address{
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: top;
}

.hcp_name h1{
	margin-bottom:10px;
}
.fixed_provider_box{
	position:fixed;
	bottom: 0px;
	width: 100%;
    z-index: 1000;
	background-color:#F0FAFF;
	background-image:url(../images/arrow-down-icon-blue.png);
	background-position:bottom 10px left 50%;
	background-repeat:no-repeat;
	background-size: 20px;
	cursor: pointer;
}
.fixed_provider_box .container{
	padding: 15px 20px;
}

#overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #FFF;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    display: none;
}
#overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin:-30px 0 0 -30px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.social-share-list.active .social-share {
    margin-top: 1rem;
}

section.content ul.district_tab > li {
    padding: 0;
}

section.content ul.district_tab > li > a,
section.content ul.district_tab > li:hover > a, 
section.content ul.district_tab > li.active > a {
    display: block;
    padding: 15px 20px 15px 0px;
}

section.content .result_list > ul.sub_district {
    margin: 10px 20px !important;
}

/* Advance search: Sharable data field */
section.adv_search .search-adv .area-1,
section.adv_search .search-adv .area-2 {
    gap: 0 10px;
}
section.adv_search .search-adv .area-3 {
    gap: 10px 0;
}
section.adv_search .search-adv ul.select_box li {
    position: relative;
}
.select_box .select-sd-option {
    background-color: #FFF;
    position: relative;
    padding: 0;
    width: 100%;
}
.select_box .select-sd-option hr {
    margin: 0 15px;
}
.select_box .select-sd-option .option {
    display: block;
    background-image: url('../../main_assets/images/common/unselect-button.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 12px center;
    padding: 8px 15px 8px 42px;
    border-bottom: #EFEFEF 2px solid;
    text-align: left;
    color: #212121;
}
.select_box .select-sd-option .option:last-child {
    border-bottom: 0;
}
.select_box .select-sd-option .option.active {
    background-image: url('../../main_assets/images/common/selected-button.png');
}


section.adv_search .select_box {
    width: 100% !important;
}
section.adv_search .wget_home_hcp.wget_hcp_search.hcp_search .select_box .select-option {
    width: 100% !important;
    z-index: 10;
}
section.adv_search .select_box .select-drs-district-option {
    min-width: 440px;
    z-index: 10;
    left: -2px;
}
@media (max-width: 1139px) {
    section.adv_search .select_box .select-drs-district-option {
        min-width: 380px;
    }
}
@media (max-width: 991px) {
    section.adv_search .select_box .select-drs-district-option {
        width: 100% !important;
    }
}

section.adv_search .search-adv label {
    margin-bottom: 0;
}

/****************************************
DRS Search
****************************************/
section.hcp-results.drs-results .count_results {
	margin: 10px 0;
}
section.hcp-results.drs-results .results-div .result_list {
	margin-top: 20px;
}
section.hcp-results.drs-results table.dataTable tr td {
	padding: 15px;
}
section.hcp-results.drs-results table.dataTable tr td:not(.dt-empty):last-child:after {
    right: 30px;
    margin-top: 0;
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list {
    position: relative;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding-right: 3rem;
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag {
    position: relative;
	display: inline-flex;
    align-items: center;
	padding: 5px 5px 5px 33px;
	background-color: #e2f4f9;
	border-radius: 5px;
	font-size: 1rem;
	color: #212121;
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag:before {
	content: '';
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 5px;
    top: 12%;
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-CDCC_SUSP:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/CDCC_SUSP.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-PDCC_SUSP:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PDCC_SUSP.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-EHRSS:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/EHRSS.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-CDCC:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/CDCC.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-PDCC:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PDCC.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-HCVS:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/HCVS.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-PPP_CSP:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PPP_CSP.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-CRC_CS:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/CRC_CS.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-CRC_PCD:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/CRC_PCD.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-HACOLON:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/HACOLON.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-PPP_GOPC:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PPP_GOPC.png);
}
section.hcp-results.drs-results table.dataTable tbody tr td.prog-list .prog-tag.prog-tag-PPP_GLAU:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PPP_GLAU.png);
}
.badge.family-doctor {
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px;
    border-left: 5px solid #76CAFD;
    background-color: #E2F4F9;
    font-size: smaller;
    font-weight: normal;
    border-radius: 0;
    line-height: normal;
}
section.hcp-results.drs-results table.dataTable .badge.family-doctor {
    font-size: inherit;
}
section.hcp-results.drs-results .results-div .disclaimer-wrapper img {
    width: auto;
    max-width: 120px;
}


/****************************************
DRS Details page
****************************************/
section.hcp-results.drs-details .drs-practice-section-title {
    position: relative;
    margin-bottom: 10px;
    /* cursor: pointer; */
}
/* section.hcp-results.drs-details .drs-practice-section-title:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #004C76;
    border-top: 2px solid #004C76;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}
section.hcp-results.drs-details .drs-practice-section-title.active:after {
	transform: translateY(-75%) translateX(10%) rotate(135deg);
	transition: all 0.3s ease;
} */

section.hcp-results.drs-details .drs-heading-2 {
	color: #004C76;
}
section.hcp-results.drs-details .drs-prog-list {
	margin-top: 10px;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name {
	cursor: pointer;
    background: white;
    border: 1px solid #047ed1;
	border-radius: 24px;
	font-size: 1.2rem;
    font-weight: bold;
    color: #047ed1;
    padding: 12px 40px 12px 60px;
	margin-top: 10px;
	position: relative;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name:after {
	content: '';
	position: absolute;
	right: 25px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2px solid #047ed1;
	border-top: 2px solid #047ed1;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item.active .drs-prog-name {
	background: #4e6a88;
    border-color: #4e6a88;
    color: white;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item.active .drs-prog-name:after {
	content: '';
	position: absolute;
	right: 25px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2px solid white;
	border-top: 2px solid white;
	transform: translateY(-75%) translateX(10%) rotate(135deg);
	transition: all 0.3s ease;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name:before {
    content: '';
    width: 33px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 20px;
    top: 23%;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-CDCC_SUSP:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/CDCC_SUSP.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-PDCC_SUSP:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PDCC_SUSP.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-EHRSS:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/EHRSS.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-CDCC:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/CDCC.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-PDCC:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PDCC.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-HCVS:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/HCVS.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-PPP_CSP:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PPP_CSP.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-CRC_CS:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/CRC_CS.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-CRC_PCD:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/CRC_PCD.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-HACOLON:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/HACOLON.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-PPP_GOPC:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PPP_GOPC.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-name.prog-PPP_GLAU:before {
    background-image: url(https://apprs.uat.ehealth.gov.hk/epp/common/drs/PPP_GLAU.png);
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list {
	display: block;
	padding: 0;
	max-height: 0;
	overflow: hidden;
    visibility: hidden;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item.active .drs-prog-practice-list {
	max-height: 9999px;
	padding: 10px;
	transition: max-height 1s ease-in-out, padding 0.1s ease-in-out;
    visibility: visible;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item.active .drs-prog-practice-list hr {
    margin: 1rem 5px;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .title-box {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .title-box {
        margin-left: 5px;
    }
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .title-box .list-title {
    font-weight: bold;
    color: #004C76;
    font-size: 1.25rem;
    margin-bottom: 5px;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item {
	padding: 10px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item {
        padding: 10px 0;
    }
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .drs-prog-practice-name {
	font-weight: bold;
    margin-left: 5px;
	margin-bottom: 10px;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .flag-wrapper,
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .procedure-perform-wrapper,
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .has-ehrss-reg-wrapper {
    display: grid;
    justify-items: start;
    gap: 10px;
    margin-left: 5px;
	margin-bottom: 10px;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .flag-wrapper .flag-label, 
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .procedure-perform-wrapper .procedure-perform-label,
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .has-ehrss-reg-wrapper .has-ehrss-reg-label {
    display: inline-block;
    background: #2767D4;
    padding: 5px 20px;
    border-radius: 20px;
    color: white;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .flag-wrapper .flag-label, 
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .has-ehrss-reg-wrapper .has-ehrss-reg-label {
    background: #707070;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-practice-item .map-wrapper {
    margin-top: 20px;
    margin-left: 5px;
}
section.hcp-results.drs-details .drs-prog-list .drs-prog-item .drs-prog-practice-list .drs-prog-info {
    padding: 5px 20px;
}
section.hcp-results.drs-details .drs-practice-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 10px;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
    padding: 25px 18px;
    border-radius: 8px;
}
@media (max-width: 767px) {
    section.hcp-results.drs-details .drs-practice-list .drs-practice-item {
        padding: 20px 10px;
    }
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .drs-practice-name {
	font-weight: bold;
    margin-left: 5px;
    margin-bottom: 10px;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .icon-box {
	margin-top: 0;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .map-wrapper {
    margin-left: 5px;
    margin-right: 5px;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .openhr_box,
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .spec_openhr_box,
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box,
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box {
	padding: 15px 25px;
	margin-left: 5px;
	margin-right: 5px;
	background: #F2F6F7;
	border-radius: 8px;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .spec_openhr_box {
    background: #e3f6fd;
}
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box {
    margin-top: 20px;
}
@media (max-width: 767px) {
    section.hcp-results.drs-details .drs-practice-list .drs-practice-item .openhr_box,
    section.hcp-results.drs-details .drs-practice-list .drs-practice-item .spec_openhr_box,
    section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box,
    section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box {
        padding: 15px;
    }
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .openhr_box .openhr_title,
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .spec_openhr_box .openhr_title,
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_title,
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box .co_payment_title {
	font-weight: bold;
	color: #004C76;
    font-size: 1.15rem;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .openhr_box table.openhr_table,
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .spec_openhr_box table.openhr_table,
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box table.co_payment_table {
	margin: 0;
    margin-top: 10px;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .openhr_box table.openhr_table tr:not(:last-child),
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box table.co_payment_table tr:not(:last-child) {
	border-bottom: 1px solid #DEE0E0;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .spec_openhr_box table.openhr_table tr:not(:last-child) {
    border-bottom: 1px solid white;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .openhr_box table.openhr_table th.openhr_day,
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .spec_openhr_box table.openhr_table th.openhr_day,
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box table.co_payment_table th.item_name {
	background: none;
    color: inherit;
    font-weight: normal;
    white-space: nowrap;
	padding-left: 5px;
}
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box table.co_payment_table th.item_name {
    white-space: normal;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .openhr_box table.openhr_table td.openhr_times,
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .spec_openhr_box table.openhr_table td.openhr_times,
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box table.co_payment_table td.item_fee {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	border: none;
}
section.hcp-results.drs-details .drs-prog-practice-list .drs-prog-practice-item .co_payment_box table.co_payment_table td.item_fee {
    font-weight: bold;
}

section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_header .service-toggle-btn {
    color: #2767D4;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 0.9rem;
	margin: 0;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_header .service-toggle-btn:after {
	content: '+';
    margin-left: 5px;
    display: inline-block;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_header .service-toggle-btn[data-action="view-less"]:after {
	content: '-';
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_header .service-toggle-btn:hover {
    color: #0056b3;
    text-decoration: underline;
}

section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 10px;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_list .service_provide_item {
    border-bottom: 1px solid #DEE0E0;
    padding: 10px 15px 10px 5px;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_list .service_provide_item:last-child {
	border-bottom: none;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_list .service_provide_item:not(.no-sub) .service_provide_name {
    position: relative;
    cursor: pointer;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_list .service_provide_item:not(.no-sub) .service_provide_name:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #7e7e7e;
	border-top: 2px solid #7e7e7e;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_list .service_provide_item .service_provide_sub {
    display: block;
	max-height: 0;
	overflow: hidden;
    visibility: hidden;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_list .service_provide_item.active:not(.no-sub) .service_provide_name:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #7e7e7e;
	border-top: 2px solid #7e7e7e;
	transform: translateY(-75%) translateX(10%) rotate(135deg);
	transition: all 0.3s ease;
}
section.hcp-results.drs-details .drs-practice-list .drs-practice-item .service_provide_box .service_provide_list .service_provide_item.active:not(.no-sub) .service_provide_sub {
    max-height: 9999px;
	transition: max-height 1s ease-in-out, padding 0.1s ease-in-out;
    visibility: visible;
}

/**************************************** 
Responsive: Tablet view
****************************************/


@media all and (min-width: 768px) {
    .icon-register_center{
        display: inline-block;
    }
    .provider_box{
        margin-left: 15px;
    }
    .dataTable thead, .ui.table:not(.unstackable) thead{
        display:table-header-group !important;
    }
    .update_date{
        float: right;
    }
    /*.ehr_reg_centre{
        padding-left: 20px;
    }*/

    /*.timetable .title, .timetable .details .t_title, .timetable .details .t_body .t_row, .t_body .t_row{
        width: 90%;
    }*/
    .downloads > div{
        width: 25%;
    }
	.pd-left-10{
		padding-left: 10px;	
	}
	.pd-right-10{
		padding-right: 10px;	
	}
	.provider_notices{  
    	background-position: left 10px center;
	}
	.sharable_data{
		margin-right: -5px;
	}
	.hcp-results .white-box{
    	margin: 0;
	}
	.fixed_provider_box{
		display: none;
	}	
	.hcp-results .white-box.provider_box{
		margin-top: 0px;
		
	}
    section.content ul.district_tab > li {
       padding: 0; 
    }

    section.content ul.district_tab > li > a,
    section.content ul.district_tab > li:hover > a, 
    section.content ul.district_tab > li.active > a {
        display: block;
        padding: 15px 20px;
    }

    section.content .result_list > ul.sub_district {
        margin: 10px 0px !important;
    }

    .wget_home_hcp.wget_hcp_search.hcp_search.adv_search .select_box .select-option {
        width: 100% !important;
    }
}


/**************************************** 
Responsive: Deskktop view
****************************************/


@media all and (min-width: 992px) {
    
    .downloads{
        margin: 40px 50px 0 50px;
    }

	.pd-left-10{
		padding-left: 15px;	
	}
	.pd-right-10{
		padding-right: 15px;	
	}
	
	.provider_notices{  
    	background-position: left 20px center;
	}
	.sharable_data{
		margin-right: 5px;
	}
}

@media all and (max-width: 1199px) {
    .back_to_basic > div {
        padding: 0;
    }

    section.adv_search div.wget_hcp_search .search-adv {
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (min-width: 1249px) {
    .back_to_hcp .container{
        padding-left: 3px;
    }
}


@media all and (max-width: 767px){
    .hidden-mobile {
        display: none !important;
    }
    section.adv_search div.wget_hcp_search .search-adv {
        text-align: left;
    }
    .ui.table:not(.unstackable) colgroup {
        display: none !important;
    }
    .ui.table:not(.unstackable) td:first-child, .ui.table:not(.unstackable) th:first-child {
        font-weight: normal !important;
		padding: 0 20px !important;
    }
    .ui.table:not(.unstackable) tr {
        border-bottom: 1px #C6C6C6 solid  !important;
		padding-top: 15px  !important;
    	padding-bottom: 15px  !important;
    }
    .ui.table:not(.unstackable) tr.group{
        border:none  !important;
    }
	.ui.table:not(.unstackable) tr>td, .ui.table:not(.unstackable) tr>th {
    	padding: 0 20px!important;
	}
	.ui.table hr{
		margin-top: 12px;
		margin-bottom: 0;
	}

    table#data-table tbody tr {
		display: flex !important;
		flex-direction: column;
		gap: 10px;
	}
    table#data-table tbody tr td.item-name {
        font-size: 14pt;
        min-height: 28px;
	}

    .list_address {
        vertical-align: -webkit-baseline-middle;
    }

    .social-share-list.active .social-share {
        margin-top: 0;
    }
}
