@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html,
body {
	height: 100%;
}

body {
	padding-top:70px;
}

.redTxt {
  color: #ff3333;
}

/* margin */
.mgl0  { margin-left: 0 !important;}
.mgl10 { margin-left: 10px !important; }
.mgl20 { margin-left: 20px !important; }
.mgl30 { margin-left: 30px !important; }
.mgl40 { margin-left: 40px !important; }
.mgl50 { margin-left: 50px !important; }
.mgl60 { margin-left: 60px !important; }
.mgl100 { margin-left: 100px !important; }

.mgr0  { margin-right: 0 !important;}
.mgr10 { margin-right: 10px !important; }
.mgr20 { margin-right: 20px !important; }
.mgr30 { margin-right: 30px !important; }
.mgr40 { margin-right: 40px !important; }
.mgr50 { margin-right: 50px !important; }
.mgr60 { margin-right: 60px !important; }
.mgr100 { margin-right: 100px !important; }

.mgb0  { margin-bottom: 0 !important;}
.mgb10 { margin-bottom: 10px !important; }
.mgb20 { margin-bottom: 20px !important; }
.mgb30 { margin-bottom: 30px !important; }
.mgb40 { margin-bottom: 40px !important; }
.mgb50 { margin-bottom: 50px !important; }
.mgb60 { margin-bottom: 60px !important; }
.mgb100 { margin-bottom: 100px !important; }

.mgt0  { margin-top: 0 !important;}
.mgt10 { margin-top: 10px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt30 { margin-top: 30px !important; }
.mgt40 { margin-top: 40px !important; }
.mgt50 { margin-top: 50px !important; }
.mgt60 { margin-top: 60px !important; }
.mgt100 { margin-top: 100px !important; }

/* padding */
.pdl0  { padding-left: 0 !important;}
.pdl10 { padding-left: 10px !important; }
.pdl20 { padding-left: 20px !important; }
.pdl30 { padding-left: 30px !important; }
.pdl40 { padding-left: 40px !important; }
.pdl50 { padding-left: 50px !important; }
.pdl60 { padding-left: 60px !important; }
.pdl100 { padding-left: 100px !important; }

.pdr0  { padding-right: 0 !important;}
.pdr10 { padding-right: 10px !important; }
.pdr20 { padding-right: 20px !important; }
.pdr30 { padding-right: 30px !important; }
.pdr40 { padding-right: 40px !important; }
.pdr50 { padding-right: 50px !important; }
.pdr60 { padding-right: 60px !important; }
.pdr100 { padding-right: 100px !important; }

.pdb0  { padding-bottom: 0 !important;}
.pdb10 { padding-bottom: 10px !important; }
.pdb20 { padding-bottom: 20px !important; }
.pdb30 { padding-bottom: 30px !important; }
.pdb40 { padding-bottom: 40px !important; }
.pdb50 { padding-bottom: 50px !important; }
.pdb60 { padding-bottom: 60px !important; }
.pdb100 { padding-bottom: 100px !important; }

.pdt0  { padding-top: 0 !important;}
.pdt10 { padding-top: 10px !important; }
.pdt20 { padding-top: 20px !important; }
.pdt30 { padding-top: 30px !important; }
.pdt40 { padding-top: 40px !important; }
.pdt50 { padding-top: 50px !important; }
.pdt60 { padding-top: 60px !important; }
.pdt100 { padding-top: 100px !important; }

.pd0  { padding: 0 !important;}
.pd10 { padding: 10px !important; }
.pd15 { padding: 15px !important; }
.pd20 { padding: 20px !important; }
.pd30 { padding: 30px !important; }
.pd40 { padding: 40px !important; }
.pd50 { padding: 50px !important; }
.pd60 { padding: 60px !important; }
.pd100 { padding: 100px !important; }


/* text-align, vertical-align */
.align-left   { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right  { text-align: right !important; }
.valign-top    { vertical-align: top !important; }
.valign-middle { vertical-align: middle !important; }
.valign-bottom { vertical-align: bottom !important; }

/* width, height */
.w10 { width: 10px !important; }
.w20 { width: 20px !important; }
.w30 { width: 30px !important; }
.w40 { width: 40px !important; }
.w50 { width: 50px !important; }
.w60 { width: 60px !important; }
.w100 { width: 100px !important; }
.w100 { width: 100px !important; }
.w200 { width: 200px !important; }
.w250 { width: 250px !important; }
.w300 { width: 300px !important; }

.w10per { width: 10% !important; }
.w20per { width: 20% !important; }
.w30per { width: 30% !important; }
.w40per { width: 40% !important; }
.w50per { width: 50% !important; }
.w60per { width: 60% !important; }
.w70per { width: 70% !important; }
.w80per { width: 80% !important; }
.w90per { width: 90% !important; }
.w100per { width: 100% !important; }

.h10 { height: 10px !important; }
.h20 { height: 20px !important; }
.h30 { height: 30px !important; }
.h40 { height: 40px !important; }
.h50 { height: 50px !important; }
.h60 { height: 60px !important; }
.h100 { height: 100px !important; }
.h200 { height: 200px !important; }
.h250 { height: 250px !important; }
.h300 { height: 300px !important; }

.h10per { height: 10% !important; aspect-ratio: 10 / 1; }
.h20per { height: 20% !important; aspect-ratio: 10 / 2; }
.h30per { height: 30% !important; aspect-ratio: 10 / 3; }
.h40per { height: 40% !important; aspect-ratio: 10 / 4; }
.h50per { height: 50% !important; aspect-ratio: 10 / 5; }
.h60per { height: 60% !important; aspect-ratio: 10 / 6; }
.h70per { height: 70% !important; aspect-ratio: 10 / 7; }
.h80per { height: 80% !important; aspect-ratio: 10 / 8; }
.h90per { height: 90% !important; aspect-ratio: 10 / 9; }
.h100per { height: 100% !important; aspect-ratio: 10 / 10; }

/* font-size */
.fs10 { font-size: 10px !important; }
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 20px !important; }
.fs24 { font-size: 24px !important; }
.fs26 { font-size: 26px !important; }
.fs28 { font-size: 28px !important; }
.fs30 { font-size: 30px !important; }
.fs40 { font-size: 40px !important; }

/* font-weight */
.fw-normal { font-weight: normal !important; }
.fw-bold   { font-weight: bold !important; }

/* font-family */
.ff-noto-sans {
	font-family: "Noto Sans JP", sans-serif !important;
}

.container {
  width: 100%;
  max-width: 100%;
}

.delimiter {
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	border-bottom: solid 1px #ccc;
}

#wrap {
	min-height: 100%;
	height: auto;
}

#footer {
	height: 100px;
	background: #357EBD;
	color: #fff;
	margin: 20px auto -100px; /* フッターの高さ分だけ、ネガティブインデントを指定 */
	padding: 20px 0 100px ; /* フッターの高さ分だけ、パディングを指定 */
}


.page-header h1 {
	font-size: 23px;
	margin: 0;
}

.page-header {
	margin-top: 0;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

/* form */

#projectForm .col-md-6 .well {
	min-height: 500px;
}

#projectForm label {
	font-weight: normal;
}

#projectForm textarea {
	height: 150px !important;
}

#projectForm label .require{
	display: inline;
	font-size: 9px;
	margin-left: 10px;
}

#projectForm label .validError {
	font-size: 9px;
	margin-left: 10px;
}

#projectForm .twitter-typeahead{
	display: block !important;
}

#projectForm .form-group {
	margin-bottom: 5px;
}

#projectForm .info-box {
  padding: 6px 14px;
  margin: 12px 0;
  background-color: #e1d8ff;
}

  #projectForm .info-box p {
    margin: 0;
  }


/* 共通 */
.require {
	color: #a94442;
}

.validError {
	color: #f00;
}

.nav-tabs {
	margin-bottom: 30px;
}

/* @end */

/* TOP */
.graph-info {
  padding: 20px 0;
}

  .graph-info dt {
    color: #2300B8;
  }

  .graph-info dd {
    margin-left: 0;
    margin-bottom: 20px;
  }

    .graph-info dd ul {
      padding-left: 0;
      list-style-type: none;
    }

    .graph-info dd li {
      padding: 2px 0;
    }
/* @end */

/* 一覧 */

table.dataTable {
	font-size: 9px !important;
}

#projectList th {
	padding-top: 0 !important;
}

table.dataTable thead th {
	text-align: center;
	padding: 45px 0 0 0 !important;
	background-image: top right !important;
}

#projectList td {
	padding: 5px 4px !important;
	text-align: right;
	border-right: solid 1px #ececec;
}

#projectList td.red {
	color: #fff;
	background: #b94a48;
}

div.filterBox {
	font-size: 0.8em;
	padding-bottom:20px;
}

div.filterBox p {
	font-weight: bold;
	font-size: 1.1em;
}

div.filterBox small {
	margin-right: 10px;
}

/* @end */


/* client */
#client #regist form{
	margin-bottom: 50px;
}

#tab-pane-clientlist .table {
	margin-top: 30px;
}

#tab-pane-clientlist .table td > div {
	position: relative;
	top: 0;
	left: 0;
}

#tab-pane-clientlist .table td > .edit {
	position: relative;
	z-index: 100;
	display: none;
}

/* @end */


/* mon-hour */
#monhour-form .page-header {
  padding-left: 20px;
}

  #monhour-form .page-header select {
    width: 180px;
  }

#monhour-form td.today .day {
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  background-color: #f32424;
  height: 32px;
  width: 32px;
  border-radius:16px;
  -moz-border-radius:16px;
  -webkit-border-radius: 16px;
}

#addTbl tr.onchange td {
	animation: .8s onchangeTr ease-in-out;
}

#addTbl tr:nth-child(odd).onchange td {
	animation: .8s onchangeTrOdd ease-in-out;
}

@keyframes onchangeTr {
	0% {
		background: #dff0d8;
	}
	40% {
		background: #dff0d8;
	}
	100% {
		background: inherit;
	}
}

/**
 oddの時は#f9f9f9へ色変更
 */
@keyframes onchangeTrOdd {
	0% {
		background: #dff0d8;
	}
	40% {
		background: #dff0d8;
	}
	100% {
		background: #f9f9f9
	}
}

.work-box
{
	margin-right: 20px;
	display: inline-table;
}

#wrap .work-box .input-radio-works
{
	width: 20px !important;
}
/* @end */


#projectList td.newProject {
    background: #e597b2;
}

#projectList td.newProject a {
    color: #FFF;
}


#time input {
	width: 50px !important;
}
#datetime input {
	width: 70px !important;
}

#time .twitter-typeahead,
#datetime .twitter-typeahead {
	display: inline-block !important;
	top: -20px;
}

/* fontawesomeのサイズ調整 */
.btn i.fa-icon-only {
	height: 20px;
	padding-top: 3px;
}

.table-vertical-middle thead > tr > th,
.table-vertical-middle tbody > tr > th,
.table-vertical-middle tfoot > tr > th,
.table-vertical-middle thead > tr > td,
.table-vertical-middle tbody > tr > td,
.table-vertical-middle tfoot > tr > td {
	vertical-align: middle;
}