body {
	font-size:12px;
	background-color: #ffffcc;
	color: #333333;
	line-height:1.3;
}

.att { color:#ff0000; }

#wrapper {
	width:960px;
	margin:0 auto;
	flex: 1;
	min-height: calc(100vh - 60px);
}

#header { padding:20px 0 40px 0; }
#header h1 {
	font-size:18px;
	font-weight:normal;
	text-align:center;
	color:#000000;
	margin-bottom:10px;
}
#header .navi {
	text-align:right;
}
#header .navi a {
	display:inline-block;
	margin-left:20px;
	font-size:12px;
}

#c {
	margin-bottom:40px;
}

#footer {
	width: 960px;
	margin:0 auto;
	border-top:solid 1px #000000;
	padding-top:10px;
}

#footer .copyright {
	text-align:right;
	font-size:10px;
	margin-bottom:20px;
	color:#000000;
}

input.i_text {
	border:solid 1px #aaaaaa;
	padding:3px;
}
input.i_text:focus { background:#ffcccc; }

input.btn {
	display:inline-block;
	color:#ffffff;
	background:#003399;
	padding:5px 15px 5px 15px;
	border:solid 1px #666666;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 70px;
	text-align:center;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
	margin: 0 5px;
}
input.btn:hover {
	background:#336699;
}

.w_50  { width:50px; }
.w_100 { width:100px; }
.w_150 { width:150px; }
.w_190 { width:190px; }
.w_200 { width:200px; }
.w_220 { width:220px; }
.w_300 { width:300px; }
.w_500 { width:500px; }

textarea { height:100px; }

a.btn {
	display:inline-block;
	padding:7px 20px 7px 20px;
	text-align:center;
	background:#669900;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}
a.btn:hover {
	color:#000000;
	background:#00ff00;
}

/* Fix normal button width */
.btn_normal {
	width: 70px !important;
}

.btn_150 {
	width: 150px !important;
}

.btn-pdf, .btn_export_csv {
	margin: 0 10px !important;
	width: 200px !important;
}

.btn_90 {
	width: 90px !important;
}

.mg-5 {
    margin: 5px  5px !important;
}

.lock_global_notification {
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 15px;
    background-color: #f5c4c6;
    border-radius: 5px;
    color: #c12126;
}
.lock_global_notification .noti_item {
    margin-top: 5px;
}
.lock_global_notification .icon_lock {
    width: 30px;
}
.lock_global_notification .notification {
    margin-left: 15px;
}
