/*
Theme Name: Payroll
Author: can
Description: payroll edit
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: payroll
*/

/*===============================================
 common 共通
===============================================*/
input[type=checkbox] {
	width: 1.7rem;
	height: 1.7rem;
}
input[type=text] {
	width: 4.6rem;
	border: none;
	font-size: 1.8rem;
}
.navbar-top-links li {
  vertical-align: middle;
  margin-right: 15px;
}
li.onlySave {
	margin-top: 4px;
}
dl {
	margin: 0;
}
.exportButton {
	position: relative;
	top: -3px;
}
.buttonSave {
	margin: 2rem 0 4rem 0;
	font-size: 2rem;
}
/*===============================================
 navbar
===============================================*/
.navbar-top-links {
  margin-top: 8px;
}
dl.acountView dt {
	display: inline-block;
	padding: 0.3rem 1rem;
}
dl.acountView dd {
	display: inline-block;
	padding: 0.3rem 1rem;
	font-size: 2rem;
}

/*===============================================
 timeTable タイムテーブル
===============================================*/
.weekFirst {
	background-color: #d9534f;
	color: #fff;
	font-weight: 700;
}
.weekSecond {
	background-color: #337ab7;
	color: #fff;
	font-weight: 700;
}
.weekThird {
	background-color: #5cb85c;
	color: #fff;
	font-weight: 700;
}
.weekForth {
	background-color: #b77cda;
	color: #fff;
	font-weight: 700;
}
.weekFifth {
	background-color: #f0ad4e;
	color: #fff;
	font-weight: 700;
}
.huge {
	font-size: 1.8rem;
}
.small {
	font-size: 1.2rem;
}
.weekNumber {
	font-size: 1.7rem;
	font-weight: 900;
	color: #fff;
	margin: 0;
}
.panel-purple {
  border-color: #b77cda;
}
.panel-purple > .panel-heading {
  border-color: #b77cda;
  color: #fff;
  background-color: #b77cda;
}
.sumTxt {
	font-weight: 800;
	font-size: 2rem;
	text-align: center;
}
input[type=text].sumTxt {
	width: 8rem;
	/*font-size: 2rem;*/
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}

/*===============================================
 index インデックス
===============================================*/

/*===============================================
 overTimeReport 時間外勤務届
===============================================*/
input[type=text].inputMemo {
	width: 12rem;
}

/*===============================================
 acount アカウント
===============================================*/
button#saveSubmit {
	font-size: 3rem;
}

table.account th {
	width: 20rem;
}
table.account td input {
	width: 25rem;
	border: 1px solid #000;
	padding: 5px;
}
table.account td select {
	width: 25rem;
	border: 1px solid #000;
	padding: 5px;
}
table.statement tbody tr th {
	width: 19rem;
}
table.statement tbody td {
	width: 20rem;
}
table.statement tbody td input {
	width: 25rem;
	border: 1px solid #000;
}
table.statement tbody td select {
	width: 25rem;
	border: 1px solid #000;
	padding: 5px;
}

table.simulator tbody tr th {
	white-space: nowrap
}
table.simulator tbody td {
	text-align: center;
}
table.simulator tbody td input {
	width: 10rem;
	border: 1px solid #000;
	margin: 0 auto;
}
table.simulator tbody td select {
	width: 8rem;
	border: 1px solid #000;
	padding: 5px;
}
tr.netPayment {
	font-size: 1.5rem;
}
tr.netPayment td {
	font-size: 2rem;
	font-weight: 800;
}
li.selectWhen select {
	font-size: 2.5rem;
}
p.notice {
	color: red;
}
nav span.companyNameA {
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
}
nav span.companyNameB {
	font-size: 1.3rem;
	font-weight: 600;
	color: #fff;
}
nav span.userNameA {
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
}
nav span.userNameB {
	font-size: 1.3rem;
	font-weight: 600;
	color: #fff;
}
@media screen and (min-width: 992px) {
	.w-lg-50 {
		width: 50%;
	}
}
.bg-red {
	background-color: #d9534f;
}
.bg-blue {
	background-color: #337ab7;
}
.bg-green {
	background-color: #5cb85c;
}
.bg-purple {
	background-color: #b77cda;
}
.bg-yellow {
	background-color: #f0ad4e;
}
#over_timeTable td {
	padding: 0;
}
.processingCheck label {
	font-size: 1rem;
}
.processingCheck input[type=checkbox] {
	width: 1rem;
	height: 1rem;	
}

/*===============================================
 timescan タイムカードスキャン
===============================================*/
body {
  /*position:relative;*/
}
.modal {
  position:absolute;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
}
.overLay {
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,1);
  width:100%;
  height:100vh;
  z-index:10;
}
.modal .inner {
  position:absolute;
  z-index:11;
  top:90%;
  left:50%;
  transform:translate(-50%,-90%);
	font-size: 2rem;
	color: #fff;
	text-align: center;
}
@keyframes modal{
  0% {top:-100%}
  100% {top:50%}
}
@keyframes modalClose {
  0% {top:50%}
  100% {top:100%}
}
.stampBtn button {
	width: 100%;
	height: 9rem;
	font-size: 3rem;
}
.wating input {
	height: 4rem;
	font-size: 2rem;
	text-align: center;
}