﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@charset "utf-8";
body {
    font-size: 16px;
	padding-bottom:0 !important;
}
a {
    transition: all 0.5s;
}
a:hover{
	color:#0082ff;
}
.d-none {
    display: none;
}
.d-block{
	display:block;
}
ol, ul {
    padding-left:0;
}
.red_word{
	color:#e70000;
}
/*備註文字*/
.txt_word{
	color: #000;
    font-size: 15px;
    line-height: 24px;
}
.point_box{
	position:relative;
	display:block;
	padding:30px 7px 10px;
	border-top:1px solid #ccc;
}
.note_box02{
	display:block;
	position:relative;
}
.note_title{
	font-weight:bold;
	font-size:20px;
	line-height:30px;
	border-bottom:1px solid #5b9a38;
	margin-bottom:7px;
	padding-left:7px;
	padding-bottom:7px;
	color:#5b9a38;
	display:block;
}
.note_list ul,
.note_list02 ul{
	padding-left:20px;
}
.note_list ul li{
	line-height:30px;
	font-size:15px;
}
.note_list02 ul li{
	list-style-type:decimal;
	font-size:15px;
	line-height:24px;
	list-style-position:outside;
}
/********************* banner *********************/
.banner{
	position:relative;
	margin-top: 90px;
}

/********************* Header *********************/
.header {
}
.header .navbar {
/*	position: relative;
	z-index: 999;
	border-radius: 0;
	margin-bottom: 0;*/
	left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    margin: 0 auto;
    background: #fff; 
    border-radius: 0px;
    z-index: 999;
    position: fixed;
    transition: all 0.5s;
}
.is_scroll .header .navbar {
    background-color: rgba(255, 255, 255, 0.9);
}
.navbar .navbar-brand{
    background-image:url("../images/all/logo.svg");
    text-indent:-99999px;
	display: table;
	float: none;	
    width: 210px;
    height: 70px;	
}
.header .navbar .navbar-brand:hover {
	opacity: 0.7;
}
.navbar-header {
    float: none;
}
.header .navbar .navbar-nav{
	position:relative;
	padding-top:45px;
}
.header .navbar .navbar-nav li.nav-item a {
	color: #000;
	background-color: inherit;
	transition: 0.3s all ease;
	font-size: 16px;
	padding: 0 10px;
}
.header .navbar-nav .nav-item:hover>.nav-link,
.header .navbar .navbar-nav li.nav-item a.nav-link:hover {
	color: #15932f;
	background: none;
}

.header .navbar .navbar-nav li + li a:before {
    content: "|";
    color: #bbb;
	left: -8px;
    position: relative;
	font-weight:100;
}

.header .navbar .navbar-nav li a .txt-en {
	margin-left: 5px;
	color: #ccc;
	font-weight: normal;
	float: right;
}

.header .navbar .navbar-nav li a:focus {
	background-color: transparent;
}
.header .nav_btn_group {
    position: absolute;
    right: 15px;
    top: 13px;
}
.header .nav_btn_group ul li{
	list-style:none;
	display:inline-block;
	font-size:14px;
	padding-left:3px;
}
.header .nav_btn_group ul li a.group_link01{
	background-color:#15932f;
	padding:5px 8px;
	color:#fff;
	border-radius:10px;
}
.header .nav_btn_group ul li a.group_link02{
	background-color:#4599c1;
	padding:5px 8px;
	color:#fff;
	border-radius:10px;
}


/*floating*/
.wid-float-section{
	display:none;
}


/*footer*/
.footer .footer_content{
	background:none;
	padding:0;
}
.footer_bg{
	position:relative;
	display:block;
	padding:15px 0;
	text-align:center;
	background:#347abd;
}
.footer_bg .siteinfo ul{
	margin-bottom:0;
}
.footer_bg .siteinfo ul li{
	display:inline-block;
	margin-right:15px;
	color:#fff;
	font-size:16px;
	font-weight:300;
}
.footer_bg .siteinfo ul li a{
	color:#fff;
	text-decoration: underline;
}
.footer .copyright{
	display:block;
	text-align:center;
	font-size:15px;
	color:#b8b8b8;
	font-weight:300;
	padding:10px 0;
}


/*首頁*/
.title_box{
	display:block;
	position:relative;
	background:url("../images/all/icon_title.svg")no-repeat 10px center;
	padding:0 0 15px 65px;
	margin-bottom:20px;
	border-bottom:3px double #ccc;
	line-height:30px;
}
.title_box .title_en{
	display:block;
	padding-top:20px;
	font-size:14px;
	color:#a2a2a2;
	font-family:"Times New Roman";
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.title_box .title_tw{
	display:block;
	color:#000;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.15em;
}
.online_box .editor{
	position:relative;
}
.txt_time{
	display:block;
	font-size:18px;
	color:#6d6d6d;
	line-height:36px;
	padding-bottom:10px;
	font-weight:300;
}
.txt_title{
	font-size:20px;
	color:#333;
	font-weight:bold;
	display:block;
	padding:0 0 8px 10px;
	margin-bottom:12px;
	border-bottom:1px solid #cecece;
}
.txt_title02{
	font-size:18px;
	color:#027f7e;
	font-weight:bold;
	display:flex;
	padding:0 0 0 10px;
	margin-bottom:10px;
	border-bottom:1px solid #027f7e;
	line-height:36px;
}
.txt_list{
	position:relative;
	display:block;
	color:#7d7d7d;
	font-size:16px;
	margin-bottom:12px;
	line-height:30px;
}
.txt_list ul,
.txt_note ul{
	list-style-position:outside;
	margin-bottom:0;
}
.txt_list ul{
	padding-left:30px;
}
.txt_list ul li{
	color:#000;
	font-size:15px;
	line-height:30px;
	font-weight:300;
}
.txt_list.t02 ul li{
	list-style-type:decimal-leading-zero;
}
.style_dot{
	padding:0 2px 0 9px;
}
.style_dot02{
	font-size:21px;
	padding:0 2px 0 5px;
}
.txt_note{
	position:relative;
	display:block;
	padding:10px 15px;
	margin:10px 0;
	border-top:1px dashed #cecece;
	border-bottom:1px dashed #cecece;
	letter-spacing:0.05em;
}
.txt_note ul{
	padding-left:15px;
}
.txt_note ul li{
	list-style-type: '※';
	color:#e70000;
	font-size:16px;
	line-height:30px;
	font-weight:300;
}
.txt_note02{
	position:relative;
	display:block;
	color: #e70000;
    font-size: 16px;
    font-weight: 300;
	text-align:center;
	padding:10px 15px;
	margin:10px 0;
	border-top:1px dashed #cecece;
	border-bottom:1px dashed #cecece;
	letter-spacing:0.05em;	
}
.txt_note03{
	position:relative;
	display:block;
	padding:10px 15px;
	margin:10px 0;
	border-top:1px dashed #cecece;
	border-bottom:1px dashed #cecece;
	letter-spacing:0.05em;
}
.txt_note03 .txt_titile{
	color: #e70000;	
}
.txt_note03 ul{
	list-style:none;
	padding-left:5px;
	margin-top:10px;
	margin-bottom:0;
}
.txt_note03 ul li{
	color:#666;
	font-size:15px;
	line-height:30px;
}

.online_form01{
	display:block;
	position:relative;
	margin:45px 15px 30px;
}
.form_titlebox{
	position:relative;
	display:flex;
	flex-direction: row; 
	justify-content: flex-start; 
    align-items: center;
	letter-spacing:0.07em;
}
.ft01{
	background:#347abd;
	color:#fff;
	font-size:18px;
	text-align:center;
	width:100px;
	padding:20px 15px;
	font-weight:600;	
}
.ft02{
	background:#dbedff;
	color:#347abd;
	font-size:22px;
	padding:17px;
	width:100%;
	font-weight:600;
}
/*步驟一*/
.choose_form{
	display:block;
	position:relative;
	padding:45px 0 0;
}
.choose_list{
	position:relative;
}
.choose_list .choose_btn{
	position:relative;
	font-weight:600;
}
.nav-tabs .nav-link{
	border:2px solid #4599c1;
	color:#4599c1;
	font-size:20px;
	margin:0 10px 0 0;
	padding:10px 40px;
	letter-spacing:0.1em;	
	border-radius:8px;
	height:50px;
	line-height:30px;
}
.choose_list .nav-tabs .nav-item.show .nav-link,
.choose_list .nav-tabs .nav-link.active,
.choose_list .nav-tabs .nav-link.hover{
	background:#4599c1;
	color:#fff;
}
.choose_list .nav-tabs{
	border-bottom:none;
}
.choose_flex{
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	 align-items: center; 
	padding:20px 0;
	flex-wrap : wrap;
}
.choose_box01{
	position:relative;
	margin:0 10px 10px 0;
}
.choose_box01 a{
	border:1px solid #b9b9b9;
	border-left:15px solid #b9b9b9;
	display:block;
	padding:10px 0 10px 10px;
	color:#333;
	font-size:18px;
	text-align:left;
	font-weight:400;
	width:250px;
	height:50px;
	line-height: 30px;
}
.choose_box01 a:hover{
	background:#4599c1;
	color:#fff;
	border-color:#4599c1;
}
.choose_box01.active a{
	background:#4599c1;
	color:#fff;
	border-color:#4599c1;	
}

.choose_box{
	padding:20px 0;	
	position:relative;	
}
.doctor_box{
	display:block;
	position:relative;
}
.choose_title{
	display:block;
	font-size:20px;
	text-align:center;
	padding:0;
	color:#fff;
	font-weight: 600;
    line-height: 36px;
	border-bottom:1px solid #3f699c;
	padding:5px 0;
	margin-bottom:13px;
	background:#3f699c;
}
/*日期表格*/
.date_form{
	position:relative;
	display:block;
	margin:20px auto;
	padding: 30px 5%;
	border: 1px #efefef solid;
    box-shadow: 0px 0px 10px #ddd;
}
.choose_date{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center; 
}
.choose_date .week_no{
	display:block;
	font-size:24px;
	color:#333;
	font-family:'Oswald';
}
.choose_date .prev a,
.choose_date .next a{
	font-size:16px;
	color:#fff;
	border-radius:7px;
	background:#0c5273;
	padding:2px 12px;
	text-align:center;
	display:block;
}
.choose_date .prev a:hover,
.choose_date .next a:hover{
	background:#347abd;	
}
.department_name{
	position:relative;
	display:block;
	text-align:center;
	color:#fff;
	font-size:25px;
	line-height:50px;
	font-weight:500;
	margin:8px 0 0;
	letter-spacing:0.1em;
	height:50px;
	background: url(../images/all/title_bg.jpg)repeat-x center;
}
/*表格-電腦版*/
.table_form,
.home .table_form02{
	display: block;
    position: relative;
    width: 100%;
	border: 1px solid #4599c1;
	border-bottom: none;
}
.home .table_form02{
	display:none;
}
.table_box {
	/*display:block;*/
    text-align: center;
	position:relative;
	width: 100%;
    max-width: 100%;
    /*margin-bottom: 1rem;*/
    background-color: transparent;
}

.table_box td.left_sticky,
.table_box.t_03 td.left_sticky {
	 position:sticky;
	 left:0; /* 首行永遠固定於左 */
	 z-index: 1;
	 text-align:center;
}
.table_box.t_03{
	background-color:#f2fcfe;
}
.table_box.t_03 td{
	/*background-color:#f2fcfe;*/
}
.table_box thead{
	background:#dbedff;	
}
.table_box th{
	width:120px;
	font-family: 'Oswald', 微軟正黑體;
	font-weight:300;
	padding:7px;
	min-width:100px;
}
.table_box th b{
	display:block;
}
.table_box thead tr th:nth-child(6),
.table_box tbody tr td:nth-child(5){
	/*background:#efefef;*/
}

th#ctl00_section_top_holder_calendarTable_ctl30_rowspan01,
.mb_line{
	border-bottom:2px solid #4599c1 !important;
}
.mb_line02{
	border-top:2px solid #4599c1 !important;
}
.table_box td{
	padding:15px 3px;
	border-bottom:1px solid #aaa;
	color:#000;
    height: 50px;
    width: 120px;
	/*background-color:#fff;*/
	word-break: break-all; 
}
.table_box.t_03 td{
	/*border-bottom:1px solid #4599c1;*/
}
.table_box td .on_duty a,
.on_duty a{
    display: inline-block;
	color:#0076BA;
	/*text-decoration: underline;*/
}
.table_box .on_duty span{
	display:block;
	font-size:14px;
}
.table_box td .on_duty a:hover,
.on_duty a:hover{
	text-decoration: none;
}
.table_box .on_duty{
	display:block;
	position:relative;
	font-size:18px;
	color:#aaa;
}
.on_duty img{
	padding-left:5px;
}
.table_box span.on_duty:nth-child(1)::before{
    content: '';
    position: relative;
    background: url(../images/all/icon_point.svg) left center;
    background-size: contain;
    width: 8px;
    height: 8px;
    left: -5px;
    display: inline-block;
    top: -3px;
	/*content:'．';
	position:relative;
	color:#0076BA;
	font-size:50px;
	font-weight:bold;*/		
}
.table_box span.on_duty:nth-child(2)::before{
	content:'';
	position:relative;
	padding-left:7px;
}
.table_box span.on_duty.no:nth-child(1)::before{
    content: '';
    position: relative;
    background: url(../images/all/icon_point02.svg) left center;
    background-size: contain;
    width: 8px;
    height: 8px;
    left: -5px;
    display: inline-block;
    top: -3px;
	/*content:'．';
	position:relative;
	color:#0076BA;
	font-size:50px;
	font-weight:bold;*/		
}
.timebox{
	display:block;
	position:relative;
	font-size:12px;
}
.table_box .d-flex{
	 flex-direction: column;
}
.table_mobile{
	/*display:none;*/
}
.on_duty .on_word{
	color:#333;
}
.off_word{
	color:#aaa;
}


/*表格-RWD 先隱藏不用
table {
    background-color: transparent;
    border-collapse:collapse;
}
    
.dcf-table caption {
	color: var(--caption);
	font-size: 1.13em;
	font-weight: 700;
	padding-bottom: .56rem
}

.dcf-table-striped tbody tr:nth-of-type(2n) {
	background-color: var(--bg-table-stripe)
}

.dcf-wrapper-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-bottom: 1em;
	position: relative;
	right: 50%;
	width: 100vw
}

@media only screen and (max-width:768px) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: grid;
      }
	  .dcf-table-responsive tr th{
		  font-weight:bold;
		  font-size:16px;
		  color:#4599c1;
		  margin-top:15px;
		  width: inherit;
		  background-color:#f6fbfd;
	  }
      .dcf-table-responsive td {
        column-gap: 8vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }

		.timebox{
			display:inline-block;
		}
		.table_box tbody{
			display: grid;
		}
		.table_box td{
			height: auto;
		}
		.table_box .d-flex{
			 flex-direction: row;
		}
		.ft02{
			font-size:18px;
		}
    }
*/





/*步驟三 表格*/
.red_word{
	color:#F00;
}
.blue_word{
	color:##0073e1;
}
.blue_word02{
	font-size:14px;
	color:#fff;
	background:#347abd;
	font-weight:bold;
	border-radius:6px;
	padding:5px;
	display:inline-block;
	width:100%;
}
.onlineform .form_word{
	font-size:15px;
	color:#333;
    width: 85%;
}
.form_word ul{
	list-style-type:decimal-leading-zero;	
	padding-left:30px;
	margin-bottom:0;
}
.form_word ul li{
	line-height:30px;
	list-style-position:outside;
}
.onlineform .form-horizontal > .form-group,
.detail_box .detail_left > .form-group {
	display:flex;
	justify-content: flex-start;
	 align-items: baseline; 
}
.onlineform .form-horizontal .control-label,
.detail_box .detail_left > .control-label {
    padding-top: 0px;
    padding-right: 10px;
	margin-bottom: 0;
	width:15%;
	text-align:right;
	color:#4599c1;
	font-weight:600;
}
.choose_box02 a{
	border:2px solid #b9b9b9;
	display:block;
	padding:10px 0;
	color:#333;
	font-size:15px;
	text-align:center;
	font-weight:400;
	width:200px;
	height:45px;
	margin: 0 5px 0 0;
	border-radius:8px;
}
.choose_box02 a:hover,
.choose_box02.active a{
	background:#4599c1;
	color:#fff !important;
	border-color:#4599c1;
}
.form_note{
	display:block;
	padding-top:.5rem;
	color: #e70000;
}
.date_box{
	font-size:20px;
	display:block;
	line-height:24px;
}
.b_date{
	margin: 0 5px 0 0;	
}
.form-control{
    font-size: 14px !important;
    border-radius: 0 !important;
    border: 1px solid #4599c1;
    line-height: 1.6;		
}
.number_box .form-control{
	width:47%;
}
.form-control.f02{
	width:156px;
	margin-right:5px;
}

.onlineform .form-horizontal > .form-group .b_date > .form-control {
    font-size: 14px !important;
    border-radius: 0 !important;
	display: block;
    width: 100px;
    padding: 6px 5px;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
    border: 1px solid #4599c1;
    appearance: none;
	margin-right:7px;
}
.onlineform .form-horizontal > .form-group .b_date02 > .form-control,
.onlineform .m_search .b_date > .form-control {
    font-size: 14px !important;
    border-radius: 0 !important;
	display: block;
    width: 140px;
    padding: 6px 5px;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
    background-color: #fff;
    border: 1px solid #4599c1;
    appearance: none;
    background-image: url(../images/all/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.35rem center;
    background-size: 16px 12px;
	margin-right:7px;
}
.btn-box {
	display:block;
    margin: 60px 0 20px;
    clear: both;
    border-top: 1px dashed #cecece;
    padding-top: 15px;
	text-align:center;
}
.btn-box .pager li{
	margin: 0 5px;
	display: inline-block;
}
.btn-box .pager li a:hover{
	color:#fff;
	background:#347abd;
    border: 1px solid #347abd;
}
.icon-send{
	display: inline-block;
	font-size:15px;
	padding:7px;
	width:220px;
	color:#fff;
	background:#0c5273;
    border: 1px solid #0c5273;
	border-radius:7px;
}
.icon-back{
	display: inline-block;
	font-size:15px;
	padding:7px;
	width:150px;
	color:#fff;
	background:#999;
    border: 1px solid #999;	
	border-radius:7px;	
}
.blood_type a{
	display: inline-block;
    padding: 3px 7px;
	background:#fff;
	color:#347abd;	
	width:40px;
    border-radius: 4px;
	border:1px solid #347abd;
	font-weight:bold;
	font-size:16px;
	margin-right:6px;
	text-align:center;
}
.blood_type a:hover{
    background: #347abd;
    color: #fff;
}
.blood_type.active a {
	background: #4599c1;
	color: #fff !important;
	border-color: #4599c1;
}

.word_color02 {
	display: inline-block;
	color: #666;
	background:#efefef;
	text-align: center;
	padding: 3px 9px;
	margin-right: 5px;
	font-weight:600;
}
.word_color03 {
	display: block;
	color: #666;
	text-align: left;
	margin-right: 5px;
	font-weight:400;
	font-size:14px;
}

/*掛號完成*/
.form_word02 ul{
	list-style-type:'※';	
    padding-left: 13px;
	margin-bottom:0;
}
.form_word02 ul li{
	line-height:30px;
	list-style-position:outside;
	font-size: 15px;
    color: #333;
}
.form_word02.red ul li{
	color:#F00;
}


/*掛號查詢、取消*/
.word-flex{
	display:flex;
	align-items: center;
}
.mjNum{
	padding: 5px 0;
	font-size: 16px;
	color:#ee316f;
}
.mjNum b{
	font-size: 26px;	
}
.refresh_btn a{
	padding:5px 20px;
	background:#0082ff;
	color:#fff;
	margin-left:10px;
}
.refresh_btn a:hover{
	background:#666;
}
.detail_box{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
    align-items: center;
	border:1px solid #ccc;
	margin-top:15px;
	position:relative;
	padding:10px;
}
.detail_left{
	width:100%;
}
.detail_right{
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.detail_right.del{
    padding: 10px 0;	
    background: #efefef;
}
.detail_right.clear_btn a{
    padding: 10px 0;	
    background: #0c5273;
	font-size: 15px;
    color: #fff;	
    display: block;
}
.detail_right.clear_btn a:hover{
	background: #347abd;
}
.not_start{
	color:#999;
}

/*即時看診查詢*/
.t_date{
	display: block;
    font-size: 20px;
	font-weight:300;
    background: #0073e1;
    color: #fff;
    font-family: 'Oswald';
	padding:7px;
}
.realtime .form-horizontal .rwd-table {
    border-collapse: collapse;
}
.realtime .form-horizontal .rwd-table thead {
    background: #dbedff;
}
.realtime .form-horizontal .rwd-table thead th{
	font-weight:400;
	padding: 7px 3px;
    text-align: center;
}
.realtime .form-horizontal .rwd-table td {
    padding: 7px 3px;
    text-align: center;
	font-weight: 300;
}
.realtime .form-horizontal .rwd-table tr {
	border-bottom: solid 1px #ddd;
}

  
@media screen and (max-width: 480px) {
	.detail_box{
		font-size:14px;
	}
	.mjNum b {
		font-size: 22px;
	}
/*	.realtime .form-horizontal .rwd-table tr {
		border: 1px solid #0073e1;
	}
	  
	.realtime .form-horizontal .rwd-table th {
		display: none;
	}
	  
	.realtime .form-horizontal .rwd-table td {
		border: none;
		border-collapse: separate;
		display: table;
		text-align: left !important;
		width: 100%;
		color: #666;
	}
	  
	.realtime .form-horizontal .rwd-table td:before {
		content: attr(data-th) " ";
        display: table-cell;
        font-weight: 700;
        width: 40%;
		color:#333;
	}*/
}



/*門診時間*/
.choose_form02{
	display: block;
    position: relative;
	padding:0;
}
.download_btn{
	display:block;
	position:relative;
	text-align:right;
	margin:30px 0 0;
}
.download_btn a{
	background:#06F;
	color:#fff;
	font-size:16px;
	padding:8px 30px;
	text-decoration: underline;
}
.download_btn a:hover{
	background:#333;
	text-decoration: none;
}
.bi-download{
	padding-left:7px;
}

/*病床查詢*/
.hospital_level{
	font-size:18px;
	font-weight:bold;
	color:#000;
	display:block;
	position:relative;
}

.bad_quantity{
	display:inline-block;
	margin-right:25px;
}
.blue_word{
	color:#03C;
}
.table_box.t_02{
	border:none;
}
.table_box.t_02 th,
.table_box.t_02 td{
	border:1px solid #ccc;
    width: 130px;
	white-space: nowrap;
}
.table_box.t_02 .total_bg{
	background:#eee !important;
	font-weight:bold !important;
}
.table_box.t_02 .total_bg td{
	color:#000;	
}
.table_box.t_02 tbody tr:nth-child(even),
.medicine_search .form-horizontal .rwd-table tbody:nth-child(even),
.realtime .form-horizontal .rwd-table tbody:nth-child(even) {
  background-color: #f2fcfe;
}
.t_m_bad{
	display: flex;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #efefef;
	align-items: center;
}
.t_m_bad .word_color01{
	width:200px;
}
.t_m_bad.total{
	display: flex;
	margin: 0;
	padding: 0;
	border-bottom: none;
	background:#f4f4f4;
	align-items: center;
	font-weight:bold;
	position:relative;
}
.t_m_bad.total .word_color01{
	color:#000;
}
.bad_list ul{
	margin-bottom:0;
}
.bad_list ul li{
	list-style:none;
	display:block;
	font-size:14px;
	color:#666;
	line-height:24px;
}

/*藥品查詢*/
.m_search{
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
.search_field{
	margin:0 5px 0 0;
}
.btn-search{
	font-size: 15px;
    color: #fff;
    border-radius: 7px;
    background: #0c5273;
    padding: 6px 12px;
    text-align: center;
    display: block;
}
.btn.btn-search:hover{
	color:#fff;
	background: #347abd;
}
.realtime .rwd-table a > .bi-search{
	color:#0082ff;
	font-size: 18px;
}
.rwd-table a {
    color: #347abd;
	font-weight:bold;
}
.rwd-table a:hover {
    color: #0082ff;
    text-decoration: underline;
}

.medicine_search .btn-box02 {
    clear: both;
    padding-top: 20px;
	margin:20px 0;
}

.medicine_search .btn-box02 .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
    float: left;
}
.medicine_search .btn-box02 .pager li {
	margin: 0 5px;
    list-style: none;
    display: inline-block;
}
.medicine_search .btn-box02 .pager li > a {
    background: #0c5273;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 5px 20px;
    transition: 0.3s all ease;
}
.medicine_search .btn-box02 .pager li > a:hover{
	background: #347abd;
	color:#fff;
}
.medicine_search .btn-box02 .page-info {
    float: right;
    margin: 0 5px;
    text-align: center;
    color: #0c5273;
}
.medicine_search .form-horizontal .rwd-table {
    border-collapse: collapse;
}
.medicine_search .form-horizontal .rwd-table thead {
    background: #f6fbfd;
}
.medicine_search .form-horizontal .rwd-table thead th{
	font-weight:400;
	padding: 7px 3px;
    text-align: center;
}
.medicine_search .form-horizontal .rwd-table td {
    padding: 7px 3px;
    text-align: center;
	font-weight: 300;
}
.medicine_search .form-horizontal .rwd-table tr {
	border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 769px) {
	.medicine_search .form-horizontal .rwd-table tr {
		/*border: 1px solid #0073e1;*/
	}
	  
	.medicine_search .form-horizontal .rwd-table th {
		display: none;
	}
	  
	.medicine_search .form-horizontal .rwd-table td {
		border: none;
		border-collapse: separate;
		display: table;
		text-align: left !important;
		width: 100%;
		color: #666;
	}
	  
	.medicine_search .form-horizontal .rwd-table td:before {
		content: attr(data-th) " ";
        display: table-cell;
        font-weight: 700;
        width: 45%;
		color:#333;
	}
}
/*藥品查詢結果表格*/
.medicine_search .table {
    border-top: 1px solid #d2e1e6;
	font-size:15px;
}
.medicine_search .table > tbody > tr > td{
	vertical-align: middle;
}
.medicine_search .table > tbody > tr > td:nth-child(1) {
    width: 20%;
    text-align: right;
    padding-right: 15px;
    border: 1px solid #d2e1e6;
    border-bottom: 1px solid #a6d7ea;
	color:#fff;
	background: url(../images/all/title_bg.jpg) repeat-x center;
	padding:12px;
}
.medicine_search .table > tbody > tr > td:nth-child(2) {
    width: 80%;
    text-align: left;
    padding-left: 15px;
    border: 1px solid #d2e1e6;
}
.medicine_search .table > tbody > tr > td .tn {
	display: none;
}
.medicine_search .medicine-list{
	display:block;
	position:relative;
	line-height:30px;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	padding-bottom:10px;
}
.medicine_search .medicine-pic{
	display:block;
	position:relative;
}
.medicine_search .medicine-pic .pic {
    max-width: 300px;
}
.medicine_search .medicine_title{
	font-size:16px;
	color:#4599c1;
}
.medicine_download{
	font-size:16px;
	color:#666;
	font-weight:400;
	text-decoration: underline;
}
.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}
.department_note{
	display:block;
	padding:15px 0px;
}

