/*
Theme Name: report
Author: eleo
Author URI: http://eleo.jp/
Description: 作業報告書テンプレート
Version: 1.0
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* common */
body {
	font-family: 'Noto Sans Japanese',"Helvetica Neue",Helvetica,Arial,serif;
	font-weight: 300;
}

a {
	color: #007AFF;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
th {
  font-weight: 400;
}

#common header {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px;
	position: fixed;
	width: 100%;
	z-index: 10000;
}

.global-title {
	padding-top: 3px;
}

.global-title,
.global-title a {
	color: #333333;
	font-size: 1.5em;
}

#menu-toggle {
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 20px;
}

.toggle {
	margin: 5px 5px 0 0;
}

.btn-light {
	border-radius: 0;
	border: 1px solid #007AFF;
	color: #007AFF;
}

#common footer {
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	padding: 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10000;
	width: 100%;
}

#page-top {
	z-index: 1;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

th,
td {
	vertical-align: middle!important;
}


/* index */
#wrapper {
	padding: 100px 0;
}

#wrapper li {
	list-style: none;
}

#single-log_filter label {
	width: 100%;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#single-log_filter input {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-color: #e5e5e5;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	text-align: center;
}

#single-log_filter input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.dataTables_empty {
	text-align: center;
}


/* print-layout */
.print-layout {
	max-width: 172mm;
	min-height: 251mm;
	height: auto;
	counter-increment: print_page_count;
	position: relative;
	padding-bottom: 50px;
}

.print-layout:last-child {
	page-break-after: auto;
}

.print-layout header {
	margin-bottom: 45px;
}

.print-layout header h3 {
	margin-bottom: 45px;
}

.client-name {
	border-bottom: 1px solid grey;
}

.report-date p {
	margin: 15px 0 0;
}

.print-layout table {
	margin-top: 10px;
}

.print-layout footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #ccc;
	padding: 10px;
}

