/*========= 工程詳細內容頁面  =========*/
body {
    font-family: "Microsoft JhengHei";
    background: #fff;
	overflow-x: hidden;
	font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}
a:focus {
    border: 5px dashed #ff4f41!important;

}
button:focus {
    border: 5px dashed #ff4f41!important;
}
input:focus, select:focus {
    border: 5px dashed #ff4f41!important;
}
div:focus {
    border: 5px dashed #ff4f41!important;
}
li a:focus{
	border: 5px dashed #ff4f41!important;
}

/* 查詢條件 麵包屑 */

.breadcrumb {
    margin-bottom: 0px;
    text-indent: 0px;
    letter-spacing: 0px;
    padding: 0;
    padding-left: 30px;
    color: #69605a;
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 20px 0 0 0;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 1em;
    color: #cecbca;
}

.breadcrumb > li > a {
    display: inline-block;
    font-size: 1em;
    color: #957f35;
}

.breadcrumb > li > a:hover {
    color: #7c6523;
}

.breadcrumb > li.active > a,
.breadcrumb > li.active > a:hover,
.breadcrumb > li.active > a:focus {
    color: #7c6523;
}

.breadcrumb > span {
    font-size: 1em;
    margin-right: 10px;
}

.breadcrumb > li + li:before {
    padding: 0px 5px;
    color: #7c6523;
    content: "\00bb";
}


/* titlebar */

.titlebar {
    border-top: 1px solid #927d36;
    padding-left: 20px;
}

.titlebar h2 {
    color: #231815;
    font-size: 1.2em;
    margin-top: 10px;
}

.titlebar h3 {
    color: #231815;
    font-size: 1.2em;
    margin-top: 10px;
}

.titlebar strong {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}


/*照片*/

.conc-pic {
    width: 800px;
    margin: 60px auto;
}

.conc-pic-cont {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px -3px black;
    width: 620px;
    height: 465px;
    padding-top: 4px;
    padding-left: 4px;
    float: left;
}

.conc-pic-lst {
    margin-left: 635px;
    margin-top: 0;
    width: 200px;
    padding: 0;
}

.conc-pic-lst li {
    width: 111px;
    height: 111px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px -3px black;
    padding-top: 3px;
    padding-left: 3px;
    margin-top: 7px;
    list-style: none;
}

.conc-pic-lst li:first-child {
    margin-top: 0px;
}


/*基本資料*/

.basic_info {
   /* margin: 0 70px 0 50px;*/
}

.basic_info p {
    font-size: 1.2em;
    padding: 0 40px 0 30px;
}

.info_titlebar {
    margin: 0 30px 0 20px;
    background: url(../images/info_h3_icon.png) repeat-x left center;
    line-height: 50px;
}
@media (max-width: 1024px) {
	.basic_info {margin-bottom: 120px;}
}

/*info_h3*/

.info_h3 {
    color: #2ca89c;
    font-size: 1.5em;
    background: #f6f7f7;
    width: 180px;
    margin-top: 60px;
    /*text-indent: 40px;*/
}

.attchment_h3 {
    color: #2ca89c;
    font-size: 1.5em;
    background: #f6f7f7;
    width: 140px;
    margin-top: 60px;
    /*text-indent: 40px;*/
}

.lake_h3 {
    background: #63bea3;
    font-size: 1.2em;
    color: #FFF;
    line-height: 36px;
    text-indent: 15px;
    width: 335px;
    margin-bottom: 20px;
    margin-top: 45px;
}

.purple_h3 {
    background: #5c5da7;
    font-size: 1.2em;
    color: #FFF;
    line-height: 36px;
    text-indent: 15px;
    width: 335px;
    margin-bottom: 20px;
    margin-top: 45px;
}

/*dl {
    margin-left: 20px;
}

dt {
    background: #58a;
    background: linear-gradient(-45deg, transparent 10px, #52c0e2 0);
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    text-indent: 15px;
    font-size: 18px;
    margin-bottom: 15px;
}*/

.basic_info ol {
    padding-left: 20px;
}

.basic_info dd li,
.basic_info ol li {
    list-style-type: decimal;
    margin-left: 20px;
    font-size: 1.1em;
    line-height: 40px;
    margin-right: 20px;
}

.basic_info dd li:last-child {
    margin-bottom: 40px;
}

.PublicMtgList-wrap{

}

/*附件*/

.attchment_nav {
    width: 1100px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 45px;
}

.attchment_nav li {
    list-style: none;
    width: 110px;
    height: 150px;
    font-size: 0.9em;
    margin-left: 50px;
    display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;

}

.attchment_nav li a {color: #000;}

.attchment_nav li:hover a {}


/*螢幕大於1024px以下適用*/

@media (max-width: 1024px) {
    .attchment_nav {
        width: 900px;
       
    }
    .attchment_nav li {
        margin-left: 40px;
  
    }
}

.ListTable
{
    width: 100%;
    margin: 0 auto;
    border: 3px solid #FFF;
    font-family: Microsoft JhengHei;
}
.ListTable .center{
	text-align:center;
}
.ListTable tbody
{
}
.ListTable th
{
    text-align: center;
    background: #d8cbc3;
    border: 1px solid #FFF;
    color: #000;
    letter-spacing: 1px;
    font-size: 1em;
    padding: 4px 4px 4px 4px;
    line-height: 24px;
    outline: 1px solid #FFFFFF;
}


.ListTable td
{
    border: 2px solid #FFF;
    background: #f7f7f7;
    font-size: 1em;
    padding: 4px 4px 4px 4px;
    color: #4a4a4a;
}
.ListTable tbody tr.even td
{
    background-color: #dcdcdc;
}
.ListTable tbody tr:hover td
{
    background-color: #f2e4dc;
}
.btnColor{
    color: #8e644a;
    background-color: #d8cbc3;
}
.btn_S {
	display: inline-block;
	padding: 6px 12px;
	margin: 1px;
	/*font-size: 0.75rem;*/
	font-weight: 400;
	Text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*margin: 8px 4px;*/
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: "微軟正黑體";
	line-height:normal;
	vertical-align: super;
}
.btn_S:hover, .btn_S:active {
	background-color: #e6e6e6;
	cursor: pointer;
	color: #000;
}
.btn_S:focus, .btn_S.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(131, 131, 131, 0.25);
}
.btn_S.disabled, .btn_S:disabled {
    opacity: 0.65;
}

.btn_Blue {
	background-color: #69605a;
	color: #FFF;
	border: 1px solid transparent;
}
.btn_Blue:hover, .btn_Blue:active {
	background-color: #8b6e5a;
	color: #FFF;
}
.btn_Blue:disabled {
    border: 1px solid transparent;
    background-color: #cccccc;
    color: #666666;
}
.btn_Delete {
	background-color: #e76e5a;
	color: #FFF;
	border: 1px solid transparent;
}
.btn_Delete:hover, .btn_Delete:active {
	background-color: #d26553;
	color: #FFF;
}
.file_div{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 6px;
	padding: 4px;
	text-align: left;
	vertical-align: inherit;
}
.btn_delete_circle {
	background-color: transparent;
	background-image: url(images/Btn_cancel_red.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid transparent;
	height: 24px;
	width: 24px;
	margin-left:4px;
	text-indent: -9999px;
}
.btn_delete_circle:hover {
	background-color:#f4cbcb;
	color: #ffffff;
}
.btn_delete_circle:active {
	position:relative;
	top:1px;
}
.btn_Download {
	background-color: #e7c35a;
	color: #FFF;
	border: 1px solid transparent;
	background-image: url("../images/icon_file-download.svg");
	background-size: 10px auto;
	background-position: left 4px center;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.btn_Download:hover, .btn_Download:active {
	background-color: #bc9d43;
	color: #FFF;
}
.btnBox{
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "微軟正黑體";
	font-size: 1em;
	line-height: 30px;
	color: #000;
}

.btn_Download:disabled{
  	border: 1px solid #999999;
  	background-color: #cccccc;
  	color: #666666;
	background-image: url("../images/icon_file-download_gray.svg");
}
@media (max-width: 980px) {
	.table-responsive > .table > tbody > tr > td{
		white-space: normal;
	}
	.ListTable td{
    	border: 0;
	}
	.ListTable .center{
		text-align:left;
	}

	.ListTable th{
    	text-align: left;
	}
	
 	.table-rwd{min-width: 100%;}
  	/*針對tr去做隱藏*/
  	tr.tr-only-hide {display: none !important;}
  	/*讓tr變成區塊主要讓他有個區塊*/
 	 .table-rwd tr{
    	display: block;
    	border: 1px solid #f4f4f4;
   		margin: 5px;
  	}
	.table-rwd tr:first-child{border: 0px;}
  	.table-rwd th{display:none;}
  	.table-rwd td {
    	text-align: left;
    	font-size: 1em;
		line-height:1.3em;
    	overflow: hidden;
    	width: 100%;
    	display: block;
		border-bottom: 1px solid #000;
    	border-top-width: 0;
		}
		.table-rwd td img{ vertical-align:middle;}
		.table-rwd td:before {
		/*最重要的就是這串*/
		content: attr(data-th) "  :";
		/*最重要的就是這串*/
		display: inline-block;
		text-transform: uppercase;
		font-weight: 800;
		/*color: #000;*/
		margin-right: 4px;
  		}
	.table-rwd tr:last-child > td{border-bottom: 0px;}

  	/*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  	.table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
	
	.table-rwd-2{min-width: 100%;}
  	/*針對tr去做隱藏*/
  	tr.tr-only-hide {display: none !important;}
  	/*讓tr變成區塊主要讓他有個區塊*/
 	 .table-rwd-2 tr{
    	display: block;
    	border: 1px solid #f4f4f4;
   		margin: 5px;
  	}
	.table-rwd-2 tr:first-child{border: 0px;}
  	.table-rwd-2 th{display:none;}
  	.table-rwd-2 td {
    	text-align: left;
    	font-size: 1em;
		line-height:1.3em;
    	overflow: hidden;
    	width: 100%;
    	display: block;
		border-bottom: 0;
    	border-top-width: 0;
		}
		.table-rwd-2 td img{ vertical-align:middle;}
		.table-rwd-2 td:before {
		/*最重要的就是這串*/
		content: attr(data-th) "";
		/*最重要的就是這串*/
		display: inline-block;
		text-transform: uppercase;
		font-weight: 800;
		/*color: #000;*/
		margin-right: 4px;
  		}
	.table-rwd-2 tr{background-color: #ece6e2;}
	
	.table-rwd-3{min-width: 100%;}
  	/*針對tr去做隱藏*/
  	tr.tr-only-hide {display: none !important;}
  	/*讓tr變成區塊主要讓他有個區塊*/
 	 .table-rwd-3 tr{
    	display: block;
    	border: 1px solid #f4f4f4;
   		margin: 5px;
  	}
	.table-rwd-3 tr:first-child{border: 0px;}
  	.table-rwd-3 th{display:none;}
  	.table-rwd-3 td {
    	text-align: left;
    	font-size: 1em;
		line-height:1.3em;
    	overflow: hidden;
    	width: 100%;
    	display: block;
		border-bottom: 0;
    	border-top-width: 0;
	}
		.table-rwd-3 td img{ vertical-align:middle;}
		.table-rwd-3 td:before {
		/*最重要的就是這串*/
		content: attr(data-th) "";
		/*最重要的就是這串*/
		display: inline-block;
		text-transform: uppercase;
		font-weight: 800;
		/*color: #000;*/
		margin-right: 4px;
  		}
	.table-rwd-3 td:nth-child(6):before{
		display: none;
	}
	.table-rwd-3 tr{background-color: #ece6e2;}
	
	.ListTable td{background-color: transparent;}


  	/*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  	.table-rwd-2.table-bordered td,.table-rwd-2.table-bordered th,.table-rwd-2.table-bordered{border:0;}
}

.status {
            display: block;
            width: 84px;
            height: 84px;
            border-radius: 50%;
            line-height: 80px;
            text-align: center;
            color: #FFF;
            font-size: 1em;
            margin-top: 0px;
            font-weight: 600;
            margin-right: 5px;
        }

@media (max-width: 1024px) {
	.status {
		width: 50px;
        height: 50px;
		line-height: 1;
		padding-top: 12px;
		margin-top: 4px;
		font-size: 11px;
	}
}
