a {
  color: #222;
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
.pagination a,
.pagination a:visited,
.pagination a:hover,
.pagination a:active {
  color: #5f9ea0;
}
.pagination button,
.pagination button:visited,
.pagination button:hover,
.pagination button:active {
  color: #5f9ea0;
}
.datepicker{
  z-index: 9999 !important;
  position: absolute;
}
main {
  margin-bottom: 100px;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 10px;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
table {
  font-size: 12px;
}
tr {
  page-break-inside: avoid;
  page-break-after: auto;
}
table .btn {
  margin: 0px;
  padding: 5px;
  font-size: 12px;
}
.table th {
  vertical-align: middle;
}
.table td {
  vertical-align: middle;
  overflow:visible;
  white-space:normal;
  word-wrap: break-word;
}
hr {
  margin-top: 30px;
  margin-bottom:30px;
}
.handsontable th {
  font-size: 13px;
}
.handsontable td {
  padding: 5px 10px 5px 10px;
  font-size: 13px;
}
.handsontable .force-padding {
  padding: 5px 10px 5px 10px !important;
}
.handsontable .fontBlack {
  color: #222;
}
.handsontable .bgWhite {
  background-color: #fff;
}
.handsontable .bgGray {
  background-color: #eee;
}
.fix-head th {
  background-color: #fff;
}
.hidden_box {
    margin: 1.5em 0;
    padding: 0;
}
.hidden_box label {
    padding: 2px 10px 2px 10px;
    border: solid 1px black;
    cursor :pointer;
}
.hidden_box label:hover {
    background: #efefef;
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
}
.menu-item {
  font-size: 18px;
  width: 150px;
  height: 110px;
  text-align: center;
  display: table;
  padding: 0.5em 1.0em;
  margin: 0.5em;
  background: #f4f4f4;
  border-left: solid 6px #5bb7ae;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.menu-item p {
  display: table-cell;
  vertical-align: middle;
}
a:hover > .menu-item {
  color : #ff7043;
  text-decoration:none;
}
.wide-container {
  margin-left: 20px;
  margin-right: 20px;
}
table.dataTable.no-footer {
  border-bottom: solid 1px #d3d3d3 !important;
}
table.dataTable thead th {
  border-bottom: solid 1px #d3d3d3 !important;
}
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loading{
  position: absolute;
  left: 50%;
  top: 30%;
}
.step{
  font-size: 14px;
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #504944;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.step li a{
  color: #fff;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #9bbb30;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #9bbb30;
}
.step-sm{
  list-style-type: none;
  display:table;
  width:100%;
  font-size: 12px;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step-sm li{
  display:table-cell;
  position:relative;
  background: #504944;
  padding: 0.5em 0.0em 0.5em 2.0em;
  color: #fff;
}
.step-sm li a{
  color: #fff;
}
.step-sm li:last-child{
  padding-right: 0.5em;
}
.step-sm li:last-child:before,
.step-sm li:last-child:after{
  display:none;
}
.step-sm li:before,
.step-sm li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step-sm li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step-sm li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step-sm li.is-current{
  background: #9bbb30;
  font-weight: bold;
}
.step-sm li.is-current:after{
  border-color: transparent transparent transparent #9bbb30;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #9bbb30;
}
/* Full calendar */
.fc-today{
  background-color: #fff;
}
.display-table-row {
  display: table-row;
}
.display-none {
  display: none;
}
.w50 {
  width: 50px;
}
.w75 {
  width: 75px;
}
.w100 {
  width: 100px;
}
.w125 {
  width: 125px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.max-width200 {
  max-width: 200px;
}
.max-width190 {
  max-width: 190px;
}
.max-width180 {
  max-width: 180px;
}
.max-width170 {
  max-width: 170px;
}
.max-width160 {
  max-width: 160px;
}
.max-width150 {
  max-width: 150px;
}
.max-width140 {
  max-width: 140px;
}
.max-width130 {
  max-width: 130px;
}
.max-width120 {
  max-width: 120px;
}
.max-width110 {
  max-width: 110px;
}
.max-width100 {
  max-width: 100px;
}
.max-width90 {
  max-width: 90px;
}
.max-width80 {
  max-width: 80px;
}
.max-width70 {
  max-width: 70px;
}
.max-width60 {
  max-width: 60px;
}
.max-width50 {
  max-width: 50px;
}
.padding-20 {
  padding: 20px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-4 {
  padding: 4px !important;
}
.padding-3 {
  padding: 3px !important;
}
.padding-2 {
  padding: 2px !important;
}
/** master.ejs用 [20191101追加 (野田)] ↓↓ **/
/** header **/
.header-title {
    background: #ddd;
}
.navigation-clean-search {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.navigation-clean-search.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navigation-clean-search.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-search.navbar-light .navbar-nav .nav-link:hover {
    color: #ccc !important;
    background-color: transparent;
}
/** button color **/
.btn-detail {
    color: #fff;
    background-color: #999;
    border-color: #999;
}
.btn-detail:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-entered {
    color: #fff;
    background-color: #03a3f5;
    border-color: #03a3f5;
}
.btn-entered:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-noentered {
    color: #fff;
    background-color: #ffac36;
    border-color: #ffac36;
}
.btn-noentered:hover {
    color: #fff;
    background-color: #ef9426;
    border-color: #ef9426;
}
.btn-entered.disabled, .btn-entered:disabled {
    color: #fff;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}
.btn-noentered.disabled, .btn-noentered:disabled {
    color: #fff;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}
.btn-info-total {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info-total:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-submit {
    color: #fff;
    background-color: #999;
    border-color: #999;
}
.btn-submit:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-clear {
    color: #5f9ea0;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.btn-clear:hover {
    color: #5f9ea0;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
