﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-primary:disabled {
    color: #212529;
    background-color: white;
    border-color: #7E868D;
    
}

.btn-danger:disabled {
    color: #212529;
    background-color: white;
    border-color: #7E868D;
}

.btn-warning:disabled {
    color: #212529;
    background-color: white;
    border-color: #7E868D;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-light .navbar-nav .nav-link {
    color: #9D9D9D;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: white
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
}

body {
    font-family: "メイリオ", meiryo, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Custom styles
-------------------------------------------------- */
.input-xs {
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.form-title {
    padding-top: 8px;
}

.form-title-s {
    padding-top: 4px;
    font-size: 16px;
}

.form-title-m {
    padding-top: 4px;
    font-size: 20px;
}

.form-title-xs {
    padding-top: 4px;
}

/* DateTimePicker styles
-------------------------------------------------- */
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}
