﻿body{
	overflow-x: hidden;
}
.announ{
	background-color:#2979c1;
	width: 10%;
	border-radius: 10px 10px 0px 0px;
	color: white;
	padding:10px 5px;
	margin: 10px 10px 0px 10px;
	text-align: center;
}
.announ_content{
	background-color:#d8f2ff;
	margin: 0px 10px;
	padding: 15px;
}
.dotline_padding{
	padding: 0px 10px;
}
.dotline{
	border: 1px #7ecef4 dashed;
	background-color:#d8f2ff;
}
.content_title {
    　border-left: 7px solid #2979c1;
	  padding: 8px;
	  color: #fff;
	  font-weight: bold;
	  background-color: #2979c1;
	  margin:0px 10px 0px 15px; 
}
.title_btn{
	float:right;
	margin-right: 5px;
}
.title_b
{
	padding: 10px;
	border-left: 5px solid #fff;
}
.title_margin{
	margin-left: 13px;
}
.content_inside{
	margin-left : 50px; /* 20px; 健康存褶、公告事項 說明內縮 */
	margin-right : 50px; /* 20px; 健康存摺、公告事項 說明內縮 */
	margin-top : 20px; /* 20px; 健康存摺、公告事項 說明上方間距 */
	margin-bottom : 20px; /* 20px; 健康存摺、公告事項 說明下方間距 */
	line-height: 1.5em;
}
.content_inside ol{
	/*margin-left : 1em;  *//* 公告事項 下層內縮  */
	/* text-indent : -1em ;  *//* 公告事項 下層首行凸排 */
}
.content_inside ol a{
	text-indent : 0em ;  /* 公告事項 超連結不凸排 */
}

.btn_inside{
    margin: 30px 0px 10px 0px;
	float: right;
}
.clear{
	clear: both;
}
.margin_20{
	margin: 20px;
}
.margin_10{
	margin: 8px 13px; /* 8, 13 */
}
.login_margin{
	margin: 10px 0px;
}
.login_date{
	background-color: #eee; /* #b5e7ff;*/
	padding: 15px;
	text-align: center;
}
.login_right{
	float:right;
    padding: 2px;/*10*/
}
.login_left{
	float:left;
    padding: 5px 0px;/*7*/
}
.note{
	background-color: #eee;
	font-weight: bold;
	color: #555;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}
.note_link{
	background-color: #eee;
	font-weight: bold;
	color: #555;
	margin: 0 auto;
	padding: 0px; /* 15 */
	text-align: center;
}
.note_link a:link{
	color: #2979c1;
	text-decoration: underline;
	line-height: 1.5em; /* add */
}
.note_link a:hover{
	color:#004986;
	text-decoration: underline;
}
.note_link a:visited{
	color:#2979c1;
	text-decoration: underline;
}
.more_link{
	border-radius: 3px;
	background-color: #7ecef4;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
li,ol{
	line-height: 1.7em!important; 
	/* margin-left: 13px;  加此行"."會內縮對齊(目前已無此類內容)，造成左邊功能區也內縮 */
}
.druggist_title{
	float:right;
	margin-top: -50px;
	margin-right: 10px;
}
.panel-title{
	font-size: 20px!important; /* 18 */
	/* font-weight: bold;   */
        padding-left: 1em; /* 0px 專區主文內縮 */
	line-height: 1.5em;
}
.panel-body{
	margin-left : 2em; /* 專區詳細資料 全部內縮 */
	line-height: 1.5em;
}
.panel-body h3{
	margin-left : 6em; /* step 內縮 */
	text-indent : -6em ;  /* step 首行凸排 */
}
.panel-body ol{
	margin-left : 7em; /* step 下層內縮  */
	text-indent : -0.8em ;  /* step 下層首行凸排 */
}
.file_link{
	color:#333;
	text-decoration: underline;
}
.file_link a:link{
	color: #333;
	text-decoration: underline;
}
.file_link a:link{
	color: orangered;
	text-decoration: underline;
}
.btn_right{
	float:right;
	margin-right: 13px;
}
.title_bold{
	font-weight: bold;
	margin-left : -1.2em; 
}
.btn_margin{
	margin: 16px 0px 16px 0px;/* 0, 0, 10, 0 */
}
.btn_id{
	margin-left: 37px;
}
/* btn-info */
.btn-info {
	font-weight: bold!important;
    border-color: #2979c1!important;
}
.btn-info:hover{
	border-color: #2979c1!important;
	background-color: azure!important;
	color: #2979c1!important;
}
/* people-box */
.people-box table .one-row-new td {
    border-bottom: solid 1px #b3b3b3;
	border-top: solid 1px #b3b3b3; 
}
/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 0px;/* 10*/
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  margin-bottom: 0;
  border-bottom: 4px solid transparent;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #b3d465;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #22ac38;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;/*15*/
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
	/*Mobile*/
	.content_inside {
		margin-left: 20px; 
		margin-right: 20px;
		margin-top: 20px; 
		margin-bottom: 20px; 
		line-height: 2em !important;
	}
	.panel-title {
		font-size: 16px !important; 
		padding-left: 1em; 
		line-height: 1.5em;
	}
}