* {
	font-size: 13px;
	box-sizing: border-box;
	font-family: Sans-Serif;
}

.fff  { color: #fff !important }
.eee  { color: #eee !important }
.ccc  { color: #ccc !important }
.c999 { color: #999 !important }
.c000 { color: #000 !important }

.tl { text-align: left }
.tc { text-align: center }
.tr { text-align: right }

.hide { display: none }
.number { letter-spacing: 1px  }

.f100 { font-size: 100% }
.f110 { font-size: 110% }
.f120 { font-size: 120% }
.f130 { font-size: 130% }
.f140 { font-size: 140% }
.f150 { font-size: 150% }
.f160 { font-size: 160% }
.f170 { font-size: 170% }
.f180 { font-size: 180% }
.f190 { font-size: 190% }
.f200 { font-size: 200% }

.op10p  { opacity: .1; }
.op20p  { opacity: .2; }
.op30p  { opacity: .3; }
.op40p  { opacity: .4; }
.op50p  { opacity: .5; }
.op60p  { opacity: .6; }
.op70p  { opacity: .7; }
.op80p  { opacity: .8; }
.op90p  { opacity: .9; }
.op100p { opacity:  1; }


.nowrap   { white-space: nowrap }
.overhide { overflow:hidden }
.ellip    { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; max-width: 0; }
.no-ellip { overflow:wrap;   white-space:normal; text-overflow:ellipsis }

body {
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
	background-image: url('../img/bg.png');
}
main {
	margin: 0 0 0 230px;
	padding: 23px 15px 50px 0;
}
aside {
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px;
	width: 200px;
	height: 100vh;
	color: #fff;
	background: #9edecd;
}

h1 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

a { 
	color: #217bc1; 
	font-weight: 700;
	text-decoration: none;
}


table.lst {
	border-collapse: collapse;
	background: #fff;
}
table.lst th,
table.lst td {
	font-weight: 400;
	padding: 3px 5px;
	border: 1px solid #aaa;
	white-space: nowrap;
}	
table.lst th {
	background: rgba(159, 222, 205, 70%);
}
table.lst tr:nth-child(even) td {
	background: rgba(0,0,0, 8%);
	background: rgba(181, 228, 255, 30%);
	background: rgba(255, 215, 109, 20%);
	background: rgba(159, 222, 205, 20%);
}

table.tab {
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
table.tab td {
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #aaa;
}
table.tab td a {
	display: inline-block;
	padding: 10px 10px 7px;
	width: 200px;
	color: #333;
	font-weight: 400;
}
table.tab td.on,
table.tab td.off {
	width: 200px;
}
table.tab td.on {
	border: 1px solid #aaa;
	border-bottom: 0 solid #fff;
}
table.tab td.off {
	color: #555;
	background: #eee;
	border: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
table.tab td.off:nth-last-child(n-1) {
	border-right: 1px solid #ddd !important;
}
table.tab td.off:first-child{
	border-right: 1px solid #aaa !important;
}

.content_w { width: 1100px  }

div.infobox {
	background: #fff;
	line-height: 2.2em;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 0 0 20px 0;
}
div.infobox .box {
	float: left;
	padding: 10px 20px 10px 20px;
	border-right: 1px dashed #aaa;
	margin-right: 15px;
	width: 33.33%;
	height: 180px;;
}
div.box1 {
	width: 33.333%;
	margin-right: 0 !important;
}
div.box2 {
	width: 60% !important;
	border-left: 1px dashed #aaa;
}
div.box3 {
	width: 100% !important;
	height: inherit !important;
}


input[type=text],
input[type=password],
input[type=date],
select {
	height: 36px;
	padding: 7px 10px;
	border: 1px solid #999;
	vertical-align: middle;
}
input[type=password] {
	font-size: 25px;
	letter-spacing: 1px;
}
input[type=submit], button {
	padding: 5px 8px;
	border: 1px solid #999;
	border-radius: 3px;
	min-width: 50px;
}
input.search {
	font-size: 14px;
	letter-spacing: 1px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	padding: 10px;
	background: #e2f7fd;
	background: rgba(255, 215, 109, 15%);
}

span.sep {
	margin: 0 1em;
	color: #aaa;
}

div.date-selector {
	position: relative;
	padding: 10px;
	background: #eee;
}
div.date-selector form {
	margin: 0;
	padding: 0;
}
button.submit, 
div.date-selector .submit {
	height: 35px;
	color: #fff;
	font-weight: 700;
	background: #a9613c;
	background: #05aa91;
	border: 0px solid #ccc;
	padding: 0 15px;
	vertical-align: bottom;
	border-radius: 3px;
}
div.date-selector .submit:disabled {
	color: #aaa;
	background: #ccc;
}
div.yet_download {
	text-align: right;
	padding: 10px 0;
}

h2.done-date {
	font-size: 15px;
	font-weight: 400;
	margin: 25px 0 5px 0;
}
h2.done-date a.excel_download {
	float: right;
	font-size: 13px;
	color: green;
}

pre span.sep {
	margin: 0 1px;
}

.search_email {
	color: green;
	padding: 5px;
	font-weight: 700;
	background: #f9e4d1;
}

.err {
	background: pink;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 17px;
}


.featherlight .featherlight-close-icon {
	background: #ccc !important;
	height: 3em !important;
}

span.dairi_icon {
	display: inline-block;
	font-size: 100%;
	color: #06aa91;
	padding: 2px 4px;
	border-radius: 3px;
	margin-left: 3px;
}
