body {
    background-color: #f5f9f8;
    font-family:'微軟正黑體','Arial';
	font-size:17px!important;
}


/*整體容器背景*/
#page-wrapper {
    padding: 0 30px;
	margin: 30px 50px 0px 50px;
}

.modal{
	background-color: rgba(0,0,0,0.50);
}

h5{
	color:rgba(12,95,89,1.00);
	font-size:18px;
	font-weight:900;
}
.form-control input{
	width:100%;
}

.btn-primary{
	background-image: linear-gradient(to bottom, #4a9fe2 0%, #2c6592 100%);
}
/*nav*/
.navbar{
	height:80px;
}

.navbar-default{
	background-color:#3c6e7a;
	border-bottom-width:0px!important;
	border-bottom-style:solid!important;
	border-color:#FFF!important;
	box-shadow:0px 0px 10px 0px #cccccc;
}

.head_logo img{
	max-width: 100%;
	max-height: 60%;
	margin-top: 18px;
	margin-left: 30px;
	float: left
}

.head_headline{
	color: rgba(255,255,255,1.00);
	font-size: 28px;
	font-weight: 500;
	padding-top: 20px;
	margin-left: 30px;
	float: left	
}

.head_logo{
	height:78px;
	width:165px;
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
}

/*區塊*/
.panel{
	box-shadow:0px 0px 9px #CCC;
	border-radius:15px;
	margin: 10px 280px 10px 280px;
}

.panel-heading{
	background-color: #4D7C7C;
	color:#fff!important;
	border-radius:18px;
	margin: 10px;
}

.col-h{
	margin-bottom: 30px;
}

.tips-text{
	background-color:rgba(240,245,214,1.00);
	color: rgba(55,83,0,1.00);
	font-size: 20px;
}

/*首頁流程圖片*/
.col-2_5 {
    flex: 0 0 20%;
    max-width: 20%;
}
.process-img{
	float: left;
}

.process-img h1{
	font-size: 30px;
	color: rgba(244,111,32,1.00);
}

.process-img p{
	padding: 0 10px 0 10px;
}

/*是否選項*/
.Select-btn .btn-primary{
	color: rgba(0,0,0,1.00);
	background: rgba(232,232,232,1.00);
	border: rgba(98,98,98,1.00);
	border-radius:0px;
	margin: 5px;
}

.Select-btn .btn-primary:hover, .Select-btn .btn-primary:focus, .Select-btn .btn-primary.focus, .Select-btn .btn-primary:active, .Select-btn .btn-primary.active, .Select-btn .open>.dropdown-toggle.btn-primary{
	background: rgba(29,167,255,1.00);
	color: rgba(255,255,255,1.00);
}

/*紅色星號*/
.red{
	color: rgba(255,0,4,1.00);
}

/*輸入框*/
.form-horizontal .control-label{
	text-align: left;
	color:rgba(12,95,89,1.00);
}

.control-label{
	text-align: left;
	padding-top: 10px;
}

.form-control{
	width: 60%;
	margin: 5px 0px 5px 0px;
}

.col-text-h{
	margin-top:8px;
}

/*表格內容*/
.table th {
	background-color: #f0eee0!important;
	color:#0d4c1e;
	border-width:1px!important;
	border-style:solid!important;
	border-color:#b9bdb4!important;
}
.table td {
	background-color: #f8f8f8;
	color:#000;
	border-width:1px!important;
	border-style:solid!important;
	border-color:#b9bdb4!important;
}

/*開合按鈕*/
.pull-right{
	margin-top: -20px;
}

/*上下頁按鈕*/
.button-block{
	margin: 20px 0px 20px 0px;
}

@media (max-width:1600px) {
.panel{
	margin: 10px 40px 10px 40px;
}
}

@media (max-width:1400px) {
.panel{
	margin: 10px 10px 10px 10px;
}
}


@media (max-width:1024px) {
.panel{
	margin: 10px 10px 10px 10px;
}
}


@media (max-width:768px) {
/*區塊*/
.panel{
	margin: 10px 5px 10px 5px
}

#page-wrapper {
	margin: 30px 0px 0px 0px;
}

/*輸入框*/
.form-control{
	width: 100%;
}

/*首頁圖檔*/
.col-2_5 {
    flex: 0 0 20%;
    max-width: 100%;
}
}


@media (max-width:480px) {
.head_logo img{
	max-width: 100%;
	max-height: 50%;
	margin-top: 20px;
	margin-left: 5px;
	float: left
}

.head_headline{
	font-size: 18px;
	font-weight: 500;
	padding-top: 30px;
	margin-left: 0px;
	float:unset; 
	word-break:break-all;
}

.head_logo{
	width:150px;
	margin-left:10px;
}

/*輸入框*/
.form-control{
	width: 100%;
}
}






























	




