﻿:root {
	--construction: linear-gradient(to top,#fce82b 0,#ffff5d 100%);/*施作中*/
	--knockOff: linear-gradient(to top,#84fc2b 0,#d4ff7b 100%);/*已收工-綠*/
	--approved: linear-gradient(to top,#00b4ff 0,#32e6ff 100%);/*己核准*/
}

.divInfo {
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    position: absolute;
    visibility: hidden;
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.35);
    text-align: Left;
    background-color: #ffffff;
    vertical-align: middle;
    line-height: 30px;
/*    height:80%!important;*/
    height:calc(100% - 20%)!important;
	z-index:10;	
	display:block;
}

#divInfo .card-header {
    padding: 5px;
    display: d-flex;
    color: #fff;
    text-align: left;
    cursor: move;
}

#divInfoTitle b {
    color: #fff;
    float: left;
}

#divInfo img, #divInfoTitle {
    display: inline-block;
}

#divInfo img {
    float: right;
}

#divInfo iframe {
    margin-top: 2px;
    height: inherit;
}

#divInfo .card {
    height: 100%;
}
/* ========================= 表格內設定 ===================== */
.table-pubH thead tr {
	background: rgba(51,51,51,0.75);
}
.table-pubV th {
	background: rgba(51,51,51,0.75);
}
.table-pubV td .form-controlA {
	width:auto;
}

.thC th {
	text-align:center;
	font-weight:900;
}
.thR th {
	text-align:right;
	font-weight:900;
}
.table-even tr:nth-child(even) {
	background-color: #e8ecef;
}
.pagination a {
	color:#333;
}
.pagination a:hover {
	color:#888;
}
.table-pubV td, .table-pubV th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6!important;
}
/* ========================= 本日施工案件顏色設定 ===================== */
.Today-caseList {
	margin:0.5rem 0;
	padding:0.5rem 1rem;
	display:block;
    border-radius: 5px;
}
.Today-caseList ul li {
	border-top-style: solid;
	border-top-color: #ffffff;
	display: flex;
	border-top-width: 1px;
}
.Today-caseList ul li:first-child {
	border-top-width: 0px;
}
.Today-caseList ul li b {
	min-width:90px;
	font-weight:900;
}
.Today-caseList a {
	color: black;
	text-decoration: none;
}
.Today-caseList a:hover {
	color: #333333;
}
.bg-construction {/*施作中*/
	background-image:var( --construction );
}
.bg-knockOff {/*已收工*/
	background-image:var( --knockOff );
}
.bg-approved {/*己核准*/
	background-image:var( --approved );
}
