body {
    font-family: "Microsoft JhengHei";
    background: #f6f7f7;
	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;
}
.goCenter {
    position: relative;
    top: 0em;
    left: 50px;
    color: #333;
    z-index: 9999;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 0 10px;
    opacity: 0;
    transition: .5s;
}

.goCenter:focus, .goCenter:hover {
    opacity: 1;
    top: 0;
}

/*====回首頁按鈕====*/

.btn-home {
    padding: 0px 0px;
    height: 36px;
    width: 36px;
    font-size: 0.9em;
    border-radius: 50%;
    text-align: center;
    background: #69605a;
    border: 1px solid #FFF;
    text-indent: 2px;
    margin-top: 0px;
    color: #FFF;
}

.btn-home:hover,
.btn-home:focus,
.btn-home.focus {
    color: #69605a;
    background: #FFF;
}

.btn-home:hover,
.btn-home.active {
    color: #69605a;
    background: #FFF;
}


/*====== 搜尋版本1 ======*/

.query_bar {
    background: #FFF;
    /*padding-top: 5px;*/
    margin: 0 auto;
    width: 100%;
    padding-bottom: 25px;
    min-height: 90px;
    padding-top: 25px
}

.awd_deadline {
    width: 390px;
    margin: 0 20px;
    /*margin-left: 20px;*/
    vertical-align: middle;
}

.apply {
    /*margin-left: 440px;*/
    /*height: 40px;*/
    line-height: 40px;
    font-size:  1em;
    margin-left: 20px;
}

.query_bar .alert {
    /*margin-top: 5px;*/
    font-size:  1em;
    padding: 8px;
    margin-bottom: 5px
}

.alert-danger {
    color: #c80325;
    background-color: #fddddd;
    border-color: #ebccd1;
}

.alert-success {
    font-size: 1em;
    padding: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.query_bar input[type=text],
.query_bar select {
    height: 30px;
    border-radius: 4px;
    /*width: 120px;*/
    margin-left: 5px;
    color: #666d76;
    margin-right: 5px;
}

.query_bar input[type=text] {
    width: 230px;
    border: 1px solid #a9a9a9;
}

.apply select.year {
    width: 100px;
}

.apply select.year_S {
    width: 65px;
}

.apply select.month {
    width: 65px;
}

.apply select.day {
    width: 65px;
}

.w1_line {
    width: 1px;
    height: 30px;
    background: #a0a6ae;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

.query_bar button {
    margin-top: -4px;
}


/*螢幕大於1024px以下適用*/

@media (max-width: 1024px) {
	.query_bar {padding-bottom: 0;}
    .awd_deadline {
        width: 330px;
        margin: 0 15px;
    }
    .apply {
        margin-left: 30px;
    }
    .w1_line {
        margin-left: 10px;
        margin-right: 10px;
    }
}


/*====== 搜尋版本2 ======*/

.query_bar_2 {}

.query_bar_2 .apply {
    width: 100%;
    margin: 0 auto;
	overflow: hidden;
}
.query_bar_2 .apply > strong {
    background-image: url("../images/icon_arr.png");
    background-repeat: no-repeat;
    padding-left: 23px;
}

    .query_bar_2 .apply > label {
        background-image: url("../images/icon_arr.png");
        background-repeat: no-repeat;
        padding-left: 23px;
        display: initial;
    }

.query_bar_2 button {
    margin-left: 10px;
}

.query_bar_2 .w1_line {
    margin-left: 40px;
    margin-right: 40px;
}


/*搜尋版本2 螢幕大於1024px以下適用*/

@media (max-width: 1024px) {
    .awd_deadline {
        width: 330px;
        margin: 0 15px;
    }
    .apply {
        margin-left: 30px;
    }
    .query_bar_2 .w1_line {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.apply > dl{
	width: calc(20% - 10px);
	float: left;
	margin: 0 5px 15px 5px;
	border-left: 2px solid #fbaf36;
}
.apply > dl > dt{
	padding-left: 4px;
	color: #985d00;
}
.apply > dl > dd > input, .apply > dl > dd > select{
	width: 100%;
}
.searchBox{
	padding: 6px;
}
.searchBox h2{
	padding: 6px;
	display: flex;
	background-color: #eee;
	border-radius: 6px;
}
.searchBox h2:hover{cursor: pointer;}

.searchBox h2 > a{
	font-family: "微軟正黑體";
	color: #985d00;
	font-size: 0.9em;
	line-height: 1.5;
	font-weight: 600;
	line-height: 30px;
	background-image: url("../images/icon-arr-D.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 15px auto;
	padding-right: 20px;
	width: 100%;
}
.searchBox h2 > a:link, .searchBox h2 > a:hover, .searchBox h2 > a:focus{text-decoration: none;}
.search_collapse_active{
	background-image: url("../images/icon-arr-T.png")!important;
}
@media(min-width: 768px) and (max-width:1280px) {
	.apply > dl{
		width: calc(33.33% - 10px);
	}
}
@media (max-width: 767px) {
	.apply > dl{
		width: calc(100% - 10px);
	}
}


/*====== main ======*/

.main {
    width: 100%;
    /*height: calc( 100vh - 118px - 120px);*/
    overflow-y: auto;
    margin-bottom: 88px;
	/*overflow: hidden;*/
}
@media (max-width: 1024px) {
	.main {
    	margin-bottom: 10px;
		overflow: hidden;
	}
}

.main h3 {
    background: #f7e8d0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-indent: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size:  1.1em;
}

.main h3 span {
    font-weight: bold;
    color: #000;
}

.main h3 span.qry-year {
    padding-right: 20px;
    color: #666d76;
    margin-top: -5px;
}

.main h3 span.qry-year select {
    height: 30px;
    border-radius: 4px;
    width: 95px;
    margin-left: 5px;
    color: #666d76;
    margin-top: -2px;
}


/*==== 右邊地圖 map-container ====*/

.map-container {
    width: 50%;
    height: calc( 100vh - 290px);
}
@media (max-width: 1024px) {
	.map-container {
		width: 100%;
		height: 300px;
		order: 2;
		/* margin-top: -68px; */
		/* padding-top: 68px; */
	}
}

/*====== 參選點位 ======*/


/*參選*/

.awd_loc_election {
    text-align: center;
    display: inline-block;
}

.awd_loc_election h5 {
    padding: 4px 10px;
    background: rgba(54, 70, 155, 0.85);
    font-size:  0.8em;
    color: #FFF;
    margin-bottom: -20px;
}

.awd_loc_election img {
    width: 20px;
}

.awd_loc_election:hover {
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    /* IE 9 */
    -moz-transform: scale(1.5, 1.5);
    /* Firefox */
    -webkit-transform: scale(1.5, 1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5, 1.5);
    /* Opera */
}


/*保留*/

.awd_loc_reserved {
    text-align: center;
    display: inline-block;
}

.awd_loc_reserved h5 {
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.85);
    font-size:  0.8em;
    color: #FFF;
    margin-bottom: -20px;
}

.awd_loc_reserved img {
    width: 20px;
}

.awd_loc_reserved:hover {
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    /* IE 9 */
    -moz-transform: scale(1.5, 1.5);
    /* Firefox */
    -webkit-transform: scale(1.5, 1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5, 1.5);
    /* Opera */
}


/*歷年獲獎點位*/

.win_loc {
    text-align: center;
    display: inline-block;
}

.win_loc h5 {
    padding: 4px 10px;
    background: rgba(207, 98, 31, 0.85);
    font-size:  0.8em;
    color: #FFF;
    margin-bottom: -20px;
}

.win_loc img {
    width: 20px;
}

.win_loc:hover {
    transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    /* IE 9 */
    -moz-transform: scale(2, 2);
    /* Firefox */
    -webkit-transform: scale(2, 2);
    /* Safari and Chrome */
    -o-transform: scale(2, 2);
    /* Opera */
}


/*==== lable_list ====*/

.lable_list {
    width: 50%;
	float: left;
}

.lable_list.fix {
    width: auto;
}
@media (max-width: 1024px) {
	.lable_list {
    	width: 100%;
		float: left;
		order: 1;
	}
}

/*頁籤*/

.nav-tabs {
    background: #69605a;
    padding-top: 6px;
    padding-left: 60px;
    font-size:  1.2em;
    font-family: Microsoft JhengHei;
    height: 54px;
    font-weight: bold;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #FFF;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    background: #f6f6f6;
    color: #69605a;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #69605a;
    cursor: default;
    background-color: #f6f6f6;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.tab-content > .tab-pane {
    display: none;
    /*border-left: 1px solid #2e6aae;
    border-right: 1px solid #2e6aae;
    border-bottom: 1px solid #2e6aae;*/
    border-radius: 0 0 4px 4px;
    /*min-height: 500px;*/
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    /*  border: 1px solid transparent;*/
}




/*====== list-group ======*/

.list-group {
    height: calc( 100vh - 251px - 80px);
    overflow-y: scroll;
    margin-bottom: 0px;
}

.list-group-item {
    /*position: relative;*/
    border-left: 10px solid #FFF;
}

.list-group-item-heading {
    font-size:  1.2em;
    font-weight: bold;
    text-indent: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #494949;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group .list-group-item_R {
    /*position: absolute;
    top: 35px;
    right: 20px;*/
    width: 30px;
    padding-top: 35px;
}

.list-group .list-group-item_C {
    margin-left: 95px;
    margin-right: 80px;
}

.list-group .list-group-item_L {
    margin-left: 10px;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #69605a;
    text-decoration: none;
    background-color: #f2e4dc;
    border-left: 10px solid #69605a;
}

a.list-group-item:hover .list-group-item-heading,
button.list-group-item:hover .list-group-item-heading,
a.list-group-item:focus .list-group-item-heading,
button.list-group-item:focus .list-group-item-heading,
a.list-group-item:hover .branch,
a.list-group-item:focus .branch {
    color: #69605a;
}

@media (max-width: 1024px) {
	.list-group-item {padding: 0 10px 0 0;}
	.list-group .list-group-item_C {
    	margin: 8px 20px 8px 55px;
	}
	.list-group .list-group-item_R {
    	width: 20px;
	}
	.list-group {margin-bottom: 10px;}
	.list-group-item-heading {
    font-size: 1em;
    font-weight: bold;
    text-indent: 5px;
    margin-bottom: 2px;
    margin-top: 5px;
}
}
@media (max-width: 550px) {
	.list-group .list-group-item_L {
    	margin-left: 0px;
	}
	.list-group-item-heading {
		margin-right: 20px;
	}
}

/*分局*/

.branch {
    border-bottom: 1px solid #b7b7b7;
    font-size: 1em;
    color: #69605a;
    font-weight: bold;
    text-indent: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
@media (max-width: 1024px) {
	.branch {font-size:  1em;}
}

/*工程類別*/

.engr-type {
    font-size: 1em;
    color: #837b77;
    padding-right: 5px;
}


/*施工地點*/

.engr-location {
    font-size: 0.9em;
    color: #837b77;
    text-indent: 5px;
    margin-bottom: 0px;
}


/*契約金額*/

.contract-amt {
    color: #82203a;
    font-size:0.9em;
    font-weight: bold;
    padding-right: 5px;
}


/*==狀態==*/

.status {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size:  1em;
    margin-top: 8px;
}


/*參選*/

.election {
    background: #36469b;
}


/*保留*/

.reserved {
    background: #69605a;
}


/*優選佳作*/

.winning {
    background: #69605a;
}


/*總局遴選 OR 自薦 OR 各類獎項的字*/

.comm-font {
    font-size:  0.9em;
    color: #69605a;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}


/*====== 提報參獎設定頁面 ======*/


/*====== tab2內容 ======*/

.tab_main {
    height: calc( 100vh - 251px - 88px);
    overflow-y: scroll;
}


/*====== 表格 ======*/

.result-table {
    overflow-y: auto;
    height: calc( 100vh - 118px - 161px);
}

table.awdList {
    font-size:  1em;
    text-align: center;
    width: 100%;
}

table.awdList tr {
    /*line-height: 50px;*/
}

table.awdList th {
    background: #424242;
    height: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    border-left: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
}

table.awdList th:first-child {
    border-left: none;
}

table.awdList th.cell-red {
    background: #ff695b;
    border-left: 1px solid #ff695b;
    border-bottom: 1px solid #ff695b;
}

table.awdList td {
    background: #f0edec;
    color: #6b6664;
    font-weight: bold;
    border-left: 1px solid #f2f1f0;
    padding: 10px 10px;
}

table.awdList td:first-child {
    border-left: none;
}

table.awdList td.cell-red {
    background: #f1e0de;
}

table.awdList th.cell-yellow {
    background: #f7a116;
    border-left: 1px solid #f7a116;
    border-bottom: 1px solid #f7a116;
}

table.awdList td:nth-child(1) {
    background: #a7a7a7;
    color: #FFF;
    border-left: none
}

table.awdList tr:nth-child(odd) td:nth-child(1) {
    background: #909295;
}

table.awdList td:nth-child(2),
table.awdList td:nth-child(3) {
    text-align: left;
    /*text-indent: 20px;*/
}

table.awdList td:nth-child(2) {
    background: #6fb138;
    color: #FFF;
}

table.awdList tr:nth-child(odd) td:nth-child(2) {
    background: #569d2b;
}

table.awdList tr:nth-child(odd) td {
    background: #eae7e6;
}

table.awdList tr:nth-child(odd) td.cell-red {
    background: #ecdbd8;
}


/*螢幕小於1024px以下適用*/

@media (max-width: 1024px) {
    table.awdList {
        width: 99%;
        margin: 0 auto;
    }
}


/*====== 提報參獎設定表格 ======*/


/*setting_table*/

.setting_table td {
    line-height: 26px;
    padding: 10px 10px;
}

table.setting_table td:nth-child(2),
table.setting_table td:nth-child(3) {
    background: #6fb138;
    color: #FFF;
    border-left: none
}

table.setting_table td:nth-child(2) {
    text-align: center;
    width: 100px;
}

table.setting_table tr:nth-child(odd) td:nth-child(2),
table.setting_table tr:nth-child(odd) td:nth-child(3) {
    background: #569d2b;
}


/*====== 歷年獲獎頁面 ======*/

.history_list .list-group {
    height: calc( 100vh - 197px - 80px);
}

select.fullname {
    width: 200px;
}


/*====圓形按鈕====*/

.btn-round {
    padding: 0px 0px;
    height: 22px;
    width: 22px;
    font-size: 1rem;
    line-height: 10px;
    border-radius: 50%;
    padding-bottom: 5px;
    text-align: center;
    outline: 0;
}

.btn-round:focus {
    outline: 0;
}

.btn-win {
    padding: 5px 20px;
    font-size: 1em;
    line-height: 16px;
    border-radius: 4px;
    margin-top: -10px;
}


/*========FOOTER============*/

.Footer {
    background: #7e7e83;
    font-size: 0.8em;
    height: 95px;
    position: relative;
    width: 100%;
    margin-top: 2px;
    bottom: 0;
}

.FooterContent {
    margin: 0 auto;
    width: 1000px;
	display: flex;
}

.FooterContent > div {
    padding-top: 16px;
    padding-left: 10px;
	padding-right: 20px;
	white-space:nowrap;
}

.FooterContent p {
    color: #FFF;
    margin: 0;
}
@media (max-width: 1024px) {
	.Footer {
    	position: inherit;
    	bottom: inherit;
		width: 100%;
		display: block;
		float: left;
	}
	.FooterContent {
    	width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.FooterContent > img{padding-left: 10px;}
	.FooterContent > div {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 20px;
		white-space:inherit;
	}

	.footerhide{
		display: none;
	}

}
.CLEAR {
    clear: both;
}

.red {
    color: #ff0000 !important;
}

.font12 {
    font-size: 0.9em;
}

.font18 {
    font-size: 1.1em;
}

.btnLocate {
	background-image: url(../images/location.svg);
	background-repeat: no-repeat;
	padding: 6px 0px 6px 32px;
	border: 1px solid transparent;
    position: absolute;
    left: 525px;
    top: 36px;
    background-color: transparent;
	text-indent: -999px;
}
@media (max-width: 1024px) {
	.btnLocate {right: 20px;left: auto;top:40px;}
}
.float-banner{
	background-color: #0b6dc2;
	border: 2px solid #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 60px;
	width: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index:2;
	box-shadow:0px 0px 9px #325178;
}

.float-banner ul{ display:block; overflow:hidden;padding: 0;}
.float-banner ul li{ display:block;text-align:center; margin:4px;border-bottom: 1px solid #FFF;}
.float-banner ul li:last-child{border-bottom: 0px;}
.float-banner ul li a{ color:#FFF;font-size: 0.9em;}
.float-banner ul li a:hover{ color:#cbe98a;text-decoration: none;}
.float-banner ul li a img{
	display: block;
	margin: 6px auto;
}
.float-banner ul li > a >i{display:block;}
@media (min-width: 1025px) {
	.float-banner{display: none;}
}

/*工程案件查詢結果列表230516*/
.englist_result_list{
	display: flex;
	border-bottom: 1px solid #DDD;
	flex-wrap: nowrap;
	align-items: center;
	padding: 10px;
}
.englist_result_list:hover{
	color: #69605a;
    text-decoration: none;
    background-color: #f2e4dc;
    border-left: 10px solid #69605a;
}
.englist_result_list:hover a{
	text-decoration: none!important;
	cursor: pointer;
}

.englist_result_list > div:first-child{flex-grow: 1;margin-left: 10px;}
.englist_result_list > div:last-child{width: 50px;}
.englist_result_list_cont{
	display: flex;
}
.englist_result_list_cont > div:nth-child(2){
	width: calc(100% - 50px);
    flex-shrink: 0;
}
@media (min-width: 1025px) {
	.englist_result_list_cont > div:nth-child(2){
		width: calc(100% - 90px);
		flex-shrink: 0;
	}
}

.btnLocate_englist_result {
	background-image: url(../images/location.svg);
	background-repeat: no-repeat;
	padding: 6px 0px 6px 32px;
	border: 1px solid transparent;
    background-color: transparent;
	text-indent: -999px;
}
/*工程案件查詢結果列表230516結尾*/