body {
  /*padding-top: 50px;*/
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Noto+Sans+JP", Meiryo, sans-serif;
}

body.pdfprint {
  font-family: "Noto+Sans+JP";
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  min-height: 680px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /* max-width: 280px; */
}

/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #b94a48;
}

.validation-summary-valid {
  display: none;
}

/* (c) font */
.copyright {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

/* Seko Board */
.hBack {
  margin-top: 2rem;
}

.kanriBack {
  margin-top: 2rem;
}

.top-row {
  background: #000000;
  margin-top: 1rem;
}
.top-row h3 {
  margin-left: 1rem;
  background: white;
  padding-left: 1rem;
}

.top-row-2 {
  background: #8c8c8c;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.top-row-2 h4 {
  margin-left: 1rem;
  background: white;
  padding-left: 1rem;
}

.seko-date {
  padding-top: 20px;
}
.seko-date hr {
  border-top: 1px solid #666666;
  margin-top: 8px;
}

.title-row {
  background: #000000;
  margin-top: 4rem;
}
.title-row h3 {
  margin-left: 1rem;
  background: white;
  padding-left: 1rem;
}

#today-str {
  color: #ffdbdb;
  font-size: 25px;
}

.link-box {
  min-height: 400px;
}

.seko-container {
  min-height: 200px;
}

.seko {
  background-color: #ff99cc;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  display: none;
}
.seko hr {
  border-top: 1px solid #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tsuya {
  background-color: #87cefa;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  display: none;
}
.tsuya hr {
  border-top: 1px solid #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hoyo {
  background-color: #ffcc99;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  display: none;
}
.hoyo hr {
  border-top: 1px solid #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mitei {
  background-color: #cccccc;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  display: none;
}
.mitei hr {
  border-top: 1px solid #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-seko {
  color: #fff;
  background-color: #ff3399;
  border-color: #ff0099;
}

.btn-seko:hover,
.btn-seko:focus,
.btn-seko:active,
.btn-seko.active,
.open .dropdown-toggle.btn-seko {
  color: #fff;
  background-color: #cc3366;
  border-color: #cc0066;
}

.btn-seko:active,
.btn-seko.active,
.open .dropdown-toggle.btn-seko {
  background-image: none;
}

.btn-seko.disabled,
.btn-seko[disabled],
fieldset[disabled] .btn-seko,
.btn-seko.disabled:hover,
.btn-seko[disabled]:hover,
fieldset[disabled] .btn-seko:hover,
.btn-seko.disabled:focus,
.btn-seko[disabled]:focus,
fieldset[disabled] .btn-seko:focus,
.btn-seko.disabled:active,
.btn-seko[disabled]:active,
fieldset[disabled] .btn-seko:active,
.btn-seko.disabled.active,
.btn-seko[disabled].active,
fieldset[disabled] .btn-seko.active {
  background-color: #ff3399;
  border-color: #ff0099;
}

.btn-tsuya {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-tsuya:hover,
.btn-tsuya:focus,
.btn-tsuya:active,
.btn-tsuya.active,
.open .dropdown-toggle.btn-tsuya {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-tsuya:active,
.btn-tsuya.active,
.open .dropdown-toggle.btn-tsuya {
  background-image: none;
}

.btn-tsuya.disabled,
.btn-tsuya[disabled],
fieldset[disabled] .btn-tsuya,
.btn-tsuya.disabled:hover,
.btn-tsuya[disabled]:hover,
fieldset[disabled] .btn-tsuya:hover,
.btn-tsuya.disabled:focus,
.btn-tsuya[disabled]:focus,
fieldset[disabled] .btn-tsuya:focus,
.btn-tsuya.disabled:active,
.btn-tsuya[disabled]:active,
fieldset[disabled] .btn-tsuya:active,
.btn-tsuya.disabled.active,
.btn-tsuya[disabled].active,
fieldset[disabled] .btn-tsuya.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-hoyo {
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9933;
}

.btn-hoyo:hover,
.btn-hoyo:focus,
.btn-hoyo:active,
.btn-hoyo.active,
.open .dropdown-toggle.btn-hoyo {
  color: #fff;
  background-color: #cc9933;
  border-color: #996600;
}

.btn-hoyo:active,
.btn-hoyo.active,
.open .dropdown-toggle.btn-hoyo {
  background-image: none;
}

.btn-hoyo.disabled,
.btn-hoyo[disabled],
fieldset[disabled] .btn-hoyo,
.btn-hoyo.disabled:hover,
.btn-hoyo[disabled]:hover,
fieldset[disabled] .btn-hoyo:hover,
.btn-hoyo.disabled:focus,
.btn-hoyo[disabled]:focus,
fieldset[disabled] .btn-hoyo:focus,
.btn-hoyo.disabled:active,
.btn-hoyo[disabled]:active,
fieldset[disabled] .btn-hoyo:active,
.btn-hoyo.disabled.active,
.btn-hoyo[disabled].active,
fieldset[disabled] .btn-hoyo.active {
  background-color: #ff9900;
  border-color: #ff9933;
}

.btn-mitei {
  color: #fff;
  background-color: #999999;
  border-color: #666666;
}

.btn-mitei:hover,
.btn-mitei:focus,
.btn-mitei:active,
.btn-mitei.active,
.open .dropdown-toggle.btn-mitei {
  color: #fff;
  background-color: #666666;
  border-color: #333333;
}

.btn-mitei:active,
.btn-mitei.active,
.open .dropdown-toggle.btn-mitei {
  background-image: none;
}

.btn-mitei.disabled,
.btn-mitei[disabled],
fieldset[disabled] .btn-mitei,
.btn-mitei.disabled:hover,
.btn-mitei[disabled]:hover,
fieldset[disabled] .btn-mitei:hover,
.btn-mitei.disabled:focus,
.btn-mitei[disabled]:focus,
fieldset[disabled] .btn-mitei:focus,
.btn-mitei.disabled:active,
.btn-mitei[disabled]:active,
fieldset[disabled] .btn-mitei:active,
.btn-mitei.disabled.active,
.btn-mitei[disabled].active,
fieldset[disabled] .btn-mitei.active {
  background-color: #999999;
  border-color: #666666;
}

.support {
  margin-bottom: 2rem;
}
.card-with-padding {
  padding: 1rem;
  margin-bottom: 1rem;
}

.table-centered td {
  text-align: center;
}

.table-centered th {
  text-align: center;
}

.gyomu-thumb {
  margin-right: 1rem !important;
  width: 120px;
  height: 80px;
  object-fit: cover;
}

.sekoboard-news {
  padding-bottom: 1rem;
}

.news-thumb {
  margin-left: 1rem !important;
  width: 112px;
  height: 112px;
}

.calendar-resolution {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.invalid-feedback-yellow {
  color: yellow !important;
}

.is-invalid-yellow {
  border-color: rgb(255, 132, 0) !important;
}

.img-overlay {
  width: 100%;
  padding: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-bluesky {
  background-image: linear-gradient(135deg, #492cddbd 0%, #ad38e2c7 100%);
  height: 100vh;
  position: relative;
}

.mitsumori-easy {
  color: white;
  background-image: linear-gradient(135deg, #492cddbd 0%, #ad38e2c7 100%);
  min-height: 100vh;
}

.mitsumori-easy-table {
  color: white;
  margin-bottom: 50px;
}

.mitsumori-easy-table-outer {
  color: white;
  width: 100vw;
  max-width: 800px;
  padding: 10px;
  margin-top: 20px;
}

fieldset {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 40px;
  background-color: #8a2be245;
}

.mitsumori-easy-form {
  width: 80%;
  max-width: 600px;
  margin-top: 60px;
}

.mitsumori-easy-form textarea {
  font-size: 1rem;
}

.footer-logo {
  width: 100%;
  color: white;
  text-align: center;
  padding: 10px;
}

.bottom-left {
  /*height: 320px;*/
  padding-top: 220px;
  padding-left: 20px;
}

.img-overlay-b {
  padding-top: 40px;
}

.bottom-left-b {
  /*height: 320px;*/
  padding-top: 140px;
  padding-left: 20px;
}

.message-flash {
}

.message-flash-login {
  width: 280px;
  min-height: 80px;
  font-size: 80%;
  font-weight: 400;
}

.account-info {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: oldlace;
}

.account-info-disabled {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #cccccc;
}

.avater-img {
  width: 150px;
  height: 150px;
}

.avater-img-small {
  width: 80px;
  height: 80px;
}

.avater-thumb {
  width: 80px;
  height: 80px;
}

.thumbnail {
  margin: 4px;
}

#accordion {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.roll-radio-inline {
}
.roll-radio-inline input {
  margin-left: 24px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
}

.sekoboard-form {
  margin-bottom: 1rem;
  overflow: hidden;
}
textarea.sekoboard-form {
  min-height: 320px;
}

.sekoboard-form-textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-photo-case {
}
.post-photo {
  max-height: 540px;
  max-width: 100%;
}

.paginate-box {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-elip {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*Open Iconic*/
.icon {
  width: 16px;
  height: 16px;
}
.icon-red {
  color: red;
}
.icon-blue {
  color: blue;
}
.icon-orange {
  color: orangered;
}
.icon-green {
  color: green;
}
.icon-purple {
  color: rebeccapurple;
}

.icon-grey {
  color: grey;
}

.input-block {
  padding: 1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
  max-width: 1200px;
  background: #e4e4e4;
  border-radius: 0.25rem;
}

.hoyo-visible {
  display: none;
}

#btn-edit-seko {
  margin-left: 0 !important;
  margin-top: 1rem;
}

#btn-delete-seko {
  margin-left: 0 !important;
  margin-top: 1rem;
  width: 190px;
  height: 38px;
}

#btn-kakutei {
  margin-top: 1rem;
  margin-right: 1rem;
}

#btn-seikyusho {
  margin-top: 1rem;
  margin-right: 1rem;
}

#btn-edit-hoyo {
  margin-left: 0 !important;
  margin-top: 1rem;
}

#btn-delete-hoyo {
  margin-left: 0 !important;
  margin-top: 1rem;
  width: 190px;
  height: 38px;
}

#btn-video {
  margin-left: 0 !important;
  margin-top: 1rem;
}

#btn-camera {
  margin-left: 0 !important;
  margin-top: 1rem;
}

.form-hidden {
  display: none !important;
}

.text-visible {
  max-width: 280px;
  margin-bottom: 1rem;
}

.btn-visible {
}

.sekoboard-form-memo {
  height: 200px;
  overflow: auto;
}

.text-updater {
  font-size: 1rem;
}

.seko-photo-case {
  margin-top: 2rem;
}

.delete-photo {
  margin-top: 30px;
}

.edit-btn-case {
  min-height: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.invisible-form {
  display: none;
}

.back-btn-container {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.sekoboard-table {
  width: 100%;
  table-layout: fixed;
}

.mitsumori-table {
  width: 100%;
  table-layout: fixed;
  padding: 4px;
  border-collapse: collapse;
  border: 1px solid rgb(59, 59, 59);
}

.mitsumori-table td {
  padding: 4px;
  border: 1px solid rgb(59, 59, 59);
}

.sekoboard-trancate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sekoboard-wordwrap {
}

.ten {
  width: 10%;
}

.fifteen {
  width: 15%;
}

.twenty {
  width: 20%;
}

.twenty-five {
  width: 25%;
}

.thirty {
  width: 30%;
}

.fourty {
  width: 40%;
}

.fourty-five {
  width: 45%;
}

.fifty {
  width: 50%;
}

.sixty {
  width: 60%;
}

.seventy {
  width: 70%;
}

.calendar-case {
}

.borderless td,
.borderless th {
  border: none;
  padding: 6px;
}

.max-width-650 {
  max-width: 650px;
}

.table-tokei th {
  background-color: #cccccc;
}

.gokei {
  border: 2px solid #333030;
}

.check-inline-fixed {
  width: 150px;
  overflow: hidden;
}

.sekoboard-textarea {
  min-height: 300px;
}

#file-size {
  height: 30px;
}

.text-truncate {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  white-space: nowrap;
}

.title-row-5 {
  background: #00adff;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.title-row-5 h5 {
  margin-left: 1rem;
  background: white;
  padding-left: 1rem;
}

.sekoboard-manual-image {
  max-width: 100%;
}

.manual-menu-bar {
  height: 44px;
  max-width: 200px;
  color: white;
  background-color: black;
  font-size: large;
  padding-top: 8px;
  margin-bottom: 1rem;
}

/* jQuery UI Dialog hide close button */
.no-close .ui-dialog-titlebar-close {
  display: none;
}
/* Add a percentage value for padding-top to maintain the aspect ratio of the container DIV. 
   The following example will create an aspect ratio of 16:9, which is the default aspect ratio of YouTube videos.*/
.live-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  display: none;
  margin-top: 2rem;
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.qr-code {
  display: block;
}

.qr-code-link {
  display: block;
  margin-left: 70px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.calendar-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
}

.responsive-iframe-calendar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.nav-bg-image {
  background-image: url("/static/images/digital_1.jpg") !important;
  min-height: 80px;
  color: white;
}

.footer-digital {
  padding-left: 20px;
  padding-top: 30px;
}

.mxw-800 {
  max-width: 800px;
}

.mitsumori-meisai-dialog {
  min-width: 500px;
}

.btn-restore-kaikan:hover,
.btn-restore-kaikan:focus,
.btn-restore-kaikan:active,
.btn-restore-kaikan.active,
.btn-restore-kaikan {
  color: blue;
}

.btn-purge-kaikan:hover,
.btn-purge-kaikan:focus,
.btn-purge-kaikan:active,
.btn-purge-kaikan.active,
.btn-purge-kaikan {
  color: red;
}

.product-selection-block {
  display: none;
}

.mitsumori-sougoukei {
  padding: 8px;
  text-align: right;
  font-size: large;
}

.height-200 {
  min-height: 200px;
}

.width-200 {
  max-width: 200px;
}
