body{
	margin: 0px;
   	font-family: Helvetica, Arial, "微軟正黑體", sans-serif;
}

.input-date{
	width: 140px;
}

.app-sidebar{
	z-index: 10;
	width:210px;
	height: 100%;
	position: fixed;
	top:0px;
	background-color: #607bb3;
	box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.07);
}

.app-sidebar ul{
	list-style-type: none;
	-webkit-padding-start: 0px;
}

.app-sidebar .sidebar-footer{
	position: absolute;
	bottom: 0px;
}

.sidebar-footer .menu{
	text-align: center;
    	width: 210px;
}

.app-sidebar .sidebar-nav{
	text-align: center;
}

.app-sidebar .sidebar-header{
	background-color: #FFF;
    	text-align: center;
	padding: 35px 0;
    	font-size: 15px;
}

.app-sidebar .sidebar-brand{
	background-color: #607bb3;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 20px;
}

.app-sidebar a{
	color: #FFF;
}

.app-container {
	margin-top: 40px;
	margin-left: 210px;
	width: calc(100% - 210px);
}

.app-container .navbar{
	width: 100%;
	position: fixed;
	top:0px;
	background-color: #607bb3;
	text-align: center;
    	box-shadow: 3px 3px 3px rgba(20%,20%,40%,0.07);
    z-index: 8;
}

.app-container .navbar-title{
	font-size: 19px;
    	color: #fffbc2;
    	text-align: left;
    	padding: 15px 0 15px 5%;
    	border-width: 0 0 6px 0;
    	border-color: #fff;
    	border-style: solid;
}

.app-container .card{
	padding: 50px 10px 0 10px;
}

.app-container .card-header{
    	padding: 10px 20px;
	background-color: rgba(152, 171, 212, 0.91);
    	border-radius: 5px;
    	color: #ffffff;
    	font-size: 18px;
    	letter-spacing: 2px;
    	box-shadow: 4px -4px 7px rgba(20%,20%,40%,0.07);
}

.app-container .card-body{
    	padding: 10px 20px;
	background-color: rgba(152, 171, 212, 0.91);
    	border-radius: 5px;
   	box-shadow: 1px 2px 3px 3px rgba(20%,20%,40%,0.07);
    	margin-top: 2px;
}

.card-body .table{
    	margin: 20px;
	background-color: #FFF;
    	width: calc(100% - 40px);
	border-radius: 10px;
	overflow-x: auto;
}

.card-body .table thead{
	display: table-header-group;
    	vertical-align: middle;
    	border-color: inherit;
    	font-weight: bold;
    	line-height: 60px;
    	font-size: 16px;
    	color: #516ba2;
    	border-bottom: 3px solid #a1b2d7;
	letter-spacing: 1px;
}

.card-body .table thead th{
	min-width: 50px;
}

.card-body .table tbody{
	display: table-header-group;
    	border-color: inherit;
    	line-height: 50px;
    	font-size: 15px;
    	color: #607bb3;
    	letter-spacing: 1px;
}

.card-body .table tbody tr{
    	border-bottom: 1px solid #a1b2d7;
}

.card-body .table tbody td{
    	text-align: center;
    	white-space: nowrap;
}

.app-container .card-data{
	background-color: #fff;
    	padding: 10px;
    	margin: 2px;
    	border-radius: 10px;
}

.app-container a:hover{
	text-decoration:none;
}

.app-container .card-data .title{
	color: #8191b3;
	font-size: 16px;
}

.app-container .card-data .value{
    	color: #516ba2;
}

.app-container .card-data .value span{
    	font-size: 48px;
}


.app-container .queryBar{
	padding: 45px 10px 0 25px;
}

.app-container .queryBar span{
	color: #516ba2;
}

.app-container .login_div{
	padding: 45px 10px 0 25px;
}

.app-container .login_div p{
	font-size: 16px;
    	color: #516ba2;
}

.app-container .login_div input{
	border-radius: 6px;
    	padding: 10px 15px;
    	font-size: 14px;
    	border: 1px solid rgba(96, 123, 179, 0.38);
    	color: #516ba2;
    	letter-spacing: 1px;
}

.app-container .login_div button{
	background-color: #607bb3;
    	border: 1px solid #607bb3;
    	color: #FFF;
    	border-radius: 6px;
    	padding: 10px 20px;
    	font-size: 15px;
    	letter-spacing: 2px;
    	box-shadow: 0 2px 3px rgba(9, 80, 119, 0.3);
}

.form-control{
	border-radius: 6px;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid rgba(96, 123, 179, 0.38);
	background-color: transparent;
	width:90%;
	color: #516ba2;
	letter-spacing: 1px;
}

.queryBar .input-date{
	border-radius: 6px;
    	padding: 10px 15px;
    	font-size: 14px;
	border: 1px solid rgba(96, 123, 179, 0.38);
    	background-color: transparent;
    	width: 45%;
    	color: #516ba2;
    	letter-spacing: 1px;
}

.select2{
	border-radius: 6px;
	padding: 0 10px;
	font-size: 15px;
	background-color: rgba(161, 178, 215, 0.14);
	border: 1px solid rgba(96, 123, 179, 0.38);
	width: 90%;
	color: #516ba2;
	letter-spacing: 2px;
	height: 44px;
}

.btn-primary{
    	background-color: #607bb3;
    	border: 1px solid #607bb3;
    	color: #FFF;
	border-radius: 6px;
    	padding: 10px 0;
    	font-size: 15px;
    	width: 70%;
    	letter-spacing: 2px;
    	box-shadow: 0 2px 3px rgba(9, 80, 119, 0.3);
}

.app-container .sign{
	font-size: 18px !important ;
}

.navbar-hambuger{
	position: absolute;
	left: 0px;
}

.navbar-hambuger img{

}

.show-mobile{
	display: none;
}

#mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: rgba(85, 85, 85, 0.57);
	z-index: 9;
}

.tab{
	display: inline-block;
    	border-bottom: 0;
    	cursor: pointer;
    	padding: 5px 10px;
    	border-radius: 5px 5px 0 0;
    	background-color: #7d96cc;
    	font-size: 15px;
    	margin-top: 10px;
    	font-weight: bold;
    	color: #FFF;
}

.focusTab{
	background-color: #FFF;
    	padding: 5px 10px;
    	border-radius: 5px 5px 0 0;
    	color: #516ba2;
    	font-size: 15px;
    	margin-top: 10px;
    	border-width: 0px;
	font-weight: bold;
}

.tabPanelList{
	padding: 15px;
    	background-color: #FFF;
    	border-radius: 0 5px 5px 5px;
	margin-bottom: 10px;
}

.tabPanelList input{
	font-family: inherit;
    	line-height: inherit;
    	border-radius: 6px;
    	padding: 10px 15px;
    	font-size: 14px;
    	border: 1px solid #cbdad8;
    	color: #429688;
    	letter-spacing: 1px;
    	margin: 5px 10px;
}

.tabPanel{
	font-size: 15px;
	color: #516ba2;
}

.tabPanel button{
	background-color: #607bb3;
    	border: 1px solid #607bb3;
    	color: #FFF;
    	border-radius: 6px;
    	padding: 5px 15px;
    	font-size: 15px;
    	letter-spacing: 1px;
    	box-shadow: 0 2px 3px rgba(9, 80, 119, 0.3);
    	margin: 0 10px;
}

.app-container .login_div .error{
	font-size: 14px;
    	color: #ec6e6e;
    	letter-spacing: 1px;
}


@media screen and (max-width: 768px) {
	.app-sidebar{
		left: -210px;
	}

	.app-container {
		margin-left: 0px;
		width: 100%;
	}

	.show-mobile{
		display: block;
	}

	.app-container .navbar-title{
		font-size: 18px;
    		padding: 19px 0 15px 60px;
	}

	.queryBar .input-date{
    		padding: 8px;
    		letter-spacing: 0;
	}

	.btn-primary{
    		padding: 8px 0;
    		width: 25%;
		margin-top: 15px;
	}

	.form-control{
		padding: 8px 5%;
		font-size: 14px;
		width:90%;
	}

	.select2{
		margin-top: 15px;
		height: 43px;
		padding-left: 10px;
	}

	.card-body .table{
    		margin: 5px 10px;
    		width: calc(100% - 10px);
	}

	.card-body .table thead{
    		line-height: 45px;
    		font-size: 14px;
		letter-spacing: 0;
	}

	.card-body .table tbody{
    		line-height: 40px;
    		font-size: 13px;
    		letter-spacing: 0;
	}

	.focusTab{
    		font-size: 14px;
	}

	.tab{
    		font-size: 14px;
		
	}

	.tabPanel{
		font-size: 14px;
    		white-space: nowrap;
	}

	.tabPanelList input{
    		padding: 5px;
    		font-size: 14px;
    	    	width: 80%;
	}

	.tabPanel button{
    		padding: 5px 7px;
    		font-size: 12px;
    		letter-spacing: 1px;
	}
}