@charset "utf-8";
/* --------------------------------------------------
 * 共通
-------------------------------------------------- */
/*
* {
 border: 1px solid red;
 box-sizing: border-box;
}
*/
html {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Meiryo UI", "メイリオ", "Arial";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px;
  margin: 0px;
  color: #555555;
}
.foms-icon {
  width: auto;
  height: 20px;
}
.foms-icon-sm {
  width: auto;
  height: 25px;
}
.foms-icon-md {
  width: auto;
  height: 30px;
}
.foms-icon-lg {
  width: auto;
  height: 36px;
}
.foms-container {
  margin-left: 50px;
  min-width: 950px;
  min-height: 586px;
}
.foms-container .foms-main {
  min-height: 506px;
  padding: 8px;
}
.foms-container .foms-footer {
  position: relative;
  bottom: 0px;
  height: 38px;
  padding-left: 20px;
  background-color: #eeeeee;
  color: #222222;
  font-size: 12px;
}
.foms-container .foms-footer > :not(.foms-datetimepicker) {
  vertical-align: middle;
  line-height: 38px;
}
.foms-btn-submit {
  width: 134px;
  height: 30px;
  font-weight: bold;
  color: white;
  border-style: none;
  background-color: #1973aa;
  cursor: pointer;
}
.foms-btn-submit:hover {
  background-color: #1f4c87;
}
.foms-btn-dl-csv-with-header, .foms-btn-dl-csv-no-header {
  width: 146px;
}
.foms-btn-cancel {
  width: 134px;
  height: 30px;
  font-weight: bold;
  color: white;
  border-style: none;
  background-color: #555555;
}
.foms-infomation-area {
  padding: 4px;
  margin: 0px 0px 4px 0px;
  color: green;
  border: 2px solid green;
  background-color: #DFFFDF;
  font-size: 14px;
}
.foms-infomation-area p {
  padding: 2px;
  margin: 0px;
}
.foms-search-condition {
  box-sizing: border-box;
  padding: 0px 8px;
  border: 2px solid #a5d4e6;
}
.foms-search-condition .foms-search-condition-line > :not(.foms-datetimepicker) {
  vertical-align: middle;
  line-height: 57px;
}
.foms-action-group {
  box-sizing: border-box;
  padding: 0px 8px;
  border: none;
  background-color: #a5d4e6;
  text-align: right;
  height: 57px;
}
.foms-action-group > :not(.foms-datetimepicker) {
  vertical-align: middle;
  line-height: 57px;
}
.foms-action-group .foms-action-btn-group {
  padding: 0px;
  margin: 0px;
}
.foms-form .foms-inline-form-group {
  display: inline-block;
  padding-right: 20px;
}
.foms-form .foms-select {
  font-family: inherit;
  position: relative;
  top: -2px;
}
.foms-form .foms-select {
  padding-right: 25px;
  width: 282px;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #1973aa;
  background: #eee;
  background: url('/lvs/resources/images/common/pulldown_non-c2f92bf9608a7aca4e39f82ffd33910f.png') right 50% no-repeat, #ebf0f4;
  background-size: 25px, 100%;
}
.foms-form .foms-select:active {
  background: url('/lvs/resources/images/common/pulldown_active-81f8840077a7de6d3964b7a7ab4b2601.png') right 50% no-repeat, #ebf0f4;
}
.foms-form .foms-select::-ms-expand {
  display: none;
}

input.foms-form-control {
  font-family: inherit;
}
.foms-form .foms-input-xxs {
  width: 30px;
}
.foms-form .foms-input-xs {
  width: 100px;
}
.foms-form .foms-input-sm {
  width: 300px;
}
.foms-form .foms-input-md {
  width: 500px;
}
.foms-form .foms-input-lg {
  width: 1000px;
}
.foms-form-section {
  box-sizing: border-box;
  padding: 8px;
  border: 2px solid #a5d4e6;
}
.foms-form-section * {
  color: #555555;
  font-size: 12px;
}
.foms-form-section .foms-form-horizontal .foms-form-group {
  display: block;
  padding: 8px;
}
.foms-form-section .foms-form-horizontal .foms-form-group .foms-control-label {
  display: inline-block;
  width: 120px;
  text-align: right;
}
.foms-form-section .foms-form-horizontal .foms-form-group .foms-form-control {
  display: inline-block;
  margin: 0px 8px;
  box-sizing: border-box;
}
.foms-error {
  color: #d9534f;
}
.foms-search-result {
  box-sizing: border-box;
  padding: 0px 8px 8px 8px;
  margin: 0px;
  min-width: 934px;
  min-height: 376px;
  height: 80vh;
  overflow: auto;
}
.foms-search-result.init-status {
  background-image: url('/lvs/resources/images/common/search-result-13f933c6571d6b3491518b70eb825cbe.jpg');
  background-repeat: no-repeat;
  background-position: 50px 20px;
}
.foms-action-group + .foms-search-result {
  margin-top: 20px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.foms-search-result .foms-table > thead > tr > th {
  background: white;
}
.foms-table {
  color: #555555;
  font-size: 12px;
  width: 100%;
  table-layout: auto;
  overflow: auto;
  margin-bottom: 20px;
  border-bottom: 2px solid #777777;
  border-spacing: 0px;
}
.foms-table > thead > tr > th,
.foms-table > tbody > tr > th,
.foms-table > tfoot > tr > th,
.foms-table > thead > tr > td,
.foms-table > tbody > tr > td,
.foms-table > tfoot > tr > td {
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid white;
  white-space: nowrap;
}
.foms-table > tbody > tr:nth-of-type(even) {
  background-color: #fcfcfc;
}
.foms-table > tbody > tr:nth-of-type(even):hover {
  background-color: #e3e3e3;
}
.foms-table > tbody > tr:nth-of-type(odd) {
  background-color: #eeeeee;
}
.foms-table > tbody > tr:nth-of-type(odd):hover {
  background-color: #d7d7d7;
}
.foms-table > tbody > tr.selected {
  color: #1973aa;
  background-color: #a5d4e6;
}
.foms-table > tbody > tr.selected:hover {
  background-color: #95bfcf;
}
.foms-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #777777;
}
.foms-table > caption + thead > tr:first-child > th,
.foms-table > colgroup + thead > tr:first-child > th,
.foms-table > thead:first-child > tr:first-child > th,
.foms-table > caption + thead > tr:first-child > td,
.foms-table > colgroup + thead > tr:first-child > td,
.foms-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.foms-table > tbody + tbody {
  border-top: 2px solid white;
}
.foms-table .table {
  background-color: #fff;
}
.foms-text-left {
  text-align: left;
}
.foms-text-right {
  text-align: right;
}
.foms-text-center {
  text-align: center;
}
.foms-text-justify {
  text-align: justify;
}
.foms-text-nowrap {
  white-space: nowrap;
}
/* タブ */
.foms-tab {
  margin: 0 auto;
}

/* タブメニュー */
.foms-tab-menu {
  display: flex;
  align-items: flex-end; /* メニューを下揃え&高さを調整 */
  min-height: 50px; /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0;
}

.foms-tab-menu-item {
  list-style: none;
  width: 200px;
  padding: 12px 5px;
  text-align: center;
  margin-right: 6px;
  background-color: #cdcdcd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
}

.foms-tab-menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.foms-tab-menu-item.is-active {
  background-color: #777777;
  color: #ffffff;
}
.foms-tooltip-templates {
  display: none;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  background: #333333;
  border: 3px solid #333333;
  border-radius: 6px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
  color: #eeeeee;
  font-size: 14px;
  padding: 8px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content .subject {
  color: white;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content div {
  padding-top: 2px;
  padding-bottom: 2px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #333333;
}
input[type='button'].disabled,
input[type='button'][disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* --------------------------------------------------
 * メニュー
-------------------------------------------------- */
nav.foms-menu {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 100vh;
  background-color: #1973aa;
  float: left;
}
nav.foms-menu > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
nav.foms-menu > ul > li {
  width: 50px;
  height: 50px;
}
nav.foms-menu > ul > li a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
}
nav.foms-menu > ul > li a.active,
nav.foms-menu > ul > li a:hover:not(.active) {
  background-color: #1e4b87;
}
nav.foms-menu > ul > li a img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}
nav.foms-menu > ul > li ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: none;
  position: absolute;
  left: 50px;
}
nav.foms-menu > ul > li ul li a {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
  width: 200px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  text-align: left;
  color: white;
  background-color: #1973aa;
}
nav.foms-menu > ul > li ul li a.active,
nav.foms-menu > ul > li ul li a:hover:not(.active) {
  background-color: #1e4b87;
}
/* --------------------------------------------------
 * ヘッダー
-------------------------------------------------- */
.foms-header {
  background-color: #f7f7f7;
}
.foms-header > :not(.foms-datetimepicker) {
  vertical-align: middle;
  line-height: 42px;
}
.foms-header .foms-left {
  float: left;
  padding-left: 20px;
}
.foms-header .foms-left > :not(.foms-datetimepicker) {
  vertical-align: middle;
  line-height: 42px;
}
.foms-header .foms-left .foms-subtitle {
  padding-left: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #1973aa;
}
.foms-header .foms-right {
  text-align: right;
}
.foms-header .foms-right > :not(.foms-datetimepicker) {
  vertical-align: middle;
  line-height: 42px;
}
.foms-header .foms-right .foms-title {
  padding-right: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
}
.foms-header .foms-right .foms-profile {
  display: inline-block;
  padding-left: 10px;
  padding-right: 55px;
  cursor: pointer;
}
.foms-header .foms-right .foms-profile:hover {
  background-color: #cccccc;
}
.foms-header .foms-right .foms-profile > :not(.foms-datetimepicker) {
  vertical-align: middle;
  line-height: 42px;
}
.foms-header .foms-right .foms-profile .foms-username {
  font-size: 12px;
  color: #555555;
}
.foms-header .foms-right .logout {
  display: inline-block;
}
.foms-header .foms-right .logout .foms-btn-logout {
  width: 42px;
  height: 42px;
  line-height: normal;
  background-color: #1973aa;
  cursor: pointer;
}
.foms-header .foms-right .logout .foms-btn-logout:hover {
  background-color: #1f4c87;
}
/* --------------------------------------------------
 * foms-datetimepicker（カレンダー部品）
-------------------------------------------------- */
.foms-datetimepicker,
.foms-enabled-datetimepicker {
  display: inline-block;
  line-height: normal;
}
.foms-datetimepicker .input-group,
.foms-enabled-datetimepicker .input-group {
  display: inline-table;
}
.foms-datetimepicker .input-group > img,
.foms-enabled-datetimepicker .input-group > img {
  vertical-align: middle;
}
.foms-datetimepicker .foms-datetime-group,
.foms-enabled-datetimepicker .foms-datetime-group {
  display: inline-block;
  padding: 0px 18px;
}
.foms-datetimepicker .foms-datetime-group .foms-target-date-input,
.foms-enabled-datetimepicker .foms-datetime-group .foms-target-date-input {
  width: 140px;
  font-size: 18px;
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  border: none;
}
.foms-datetimepicker .foms-datetime-group .foms-target-date-input:focus,
.foms-enabled-datetimepicker .foms-datetime-group .foms-target-date-input:focus {
  outline: none;
}
.foms-datetimepicker .foms-datetime-group .foms-target-date-input::-ms-clear,
.foms-enabled-datetimepicker .foms-datetime-group .foms-target-date-input::-ms-clear {
  display: none;
}
.foms-datetimepicker .input-group-addon,
.foms-enabled-datetimepicker .input-group-addon {
  margin-left: 18px;
  padding: 0px;
  vertical-align: middle;
  background-color: #1972aa;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 15px;
}
.foms-datetimepicker .input-group-addon:hover,
.foms-enabled-datetimepicker .input-group-addon:hover {
  background-color: #1f4c87;
}
.foms-datetimepicker .foms-prev-btn,
.foms-datetimepicker .foms-next-btn,
.foms-enabled-datetimepicker .foms-prev-btn,
.foms-enabled-datetimepicker .foms-next-btn,
.foms-datetimepicker .foms-prev-month-btn,
.foms-datetimepicker .foms-next-month-btn,
.foms-enabled-datetimepicker .foms-prev-month-btn,
.foms-enabled-datetimepicker .foms-next-month-btn {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 22px;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.foms-datetimepicker .foms-prev-month-btn,
.foms-enabled-datetimepicker .foms-prev-month-btn {
  width: 20px;
  margin-right: 15px;
}
.foms-datetimepicker .foms-next-month-btn,
.foms-enabled-datetimepicker .foms-next-month-btn {
  width: 20px;
  margin-left: 15px;
}
.foms-datetimepicker .foms-prev-btn,
.foms-enabled-datetimepicker .foms-prev-btn {
  background-image: url('/lvs/resources/images/common/arrow_left_non-b4fc6130b701df2e9b869eb60a6836c3.png');
}
.foms-datetimepicker .foms-prev-btn:hover,
.foms-enabled-datetimepicker .foms-prev-btn:hover {
  background-image: url('/lvs/resources/images/common/arrow_left_hover-56b44edbb7e42cf54a513578c315db83.png');
}
.foms-datetimepicker .foms-next-btn,
.foms-enabled-datetimepicker .foms-next-btn {
  background-image: url('/lvs/resources/images/common/arrow_right_non-74c2a08c9f8f36ed6a7b4a9672668ba1.png');
}
.foms-datetimepicker .foms-next-btn:hover,
.foms-enabled-datetimepicker .foms-next-btn:hover {
  background-image: url('/lvs/resources/images/common/arrow_right_hover-fefbafb37eadbe4739ee87752fac4564.png');
}
.foms-datetimepicker .foms-prev-month-btn,
.foms-enabled-datetimepicker .foms-prev-month-btn {
  background-image: url('/lvs/resources/images/common/arrow_left_non_double-eb321429815b71eea3f9347afc954585.png');
}
.foms-datetimepicker .foms-prev-month-btn:hover,
.foms-enabled-datetimepicker .foms-prev-month-btn:hover {
  background-image: url('/lvs/resources/images/common/arrow_left_hover_double-d930ebdda7c8e09a1b62b884035825fc.png');
}
.foms-datetimepicker .foms-next-month-btn,
.foms-enabled-datetimepicker .foms-next-month-btn {
  background-image: url('/lvs/resources/images/common/arrow_right_non_double-2d046820d3e84bc881bd072dee3f32e9.png');
}
.foms-datetimepicker .foms-next-month-btn:hover,
.foms-enabled-datetimepicker .foms-next-month-btn:hover {
  background-image: url('/lvs/resources/images/common/arrow_right_hover_double-058d61c81db27100b38aede8d4abe43d.png');
}
.foms-enabled-datetimepicker .tempus-dominus-widget .day:not(.disabled):not(.active),
.foms-enabled-datetimepicker .tempus-dominus-widget .day:not(.disabled):not(.active):hover{
  background: #ccffff !important;
}
.foms-enabled-datetimepicker .tempus-dominus-widget :is(.day, .month, .year, .decade).disabled,
.foms-enabled-datetimepicker .tempus-dominus-widget :is(.day, .month, .year, .decade).disabled:hover {
  background: #ffffff !important;
}
.foms-enabled-datetimepicker .tempus-dominus-widget :is(.day, .month, .year, .decade).disabled.active,
.foms-enabled-datetimepicker .tempus-dominus-widget :is(.day, .month, .year, .decade).disabled.active:hover {
  background: #337ab7 !important;
  color: #cccccc !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.tempus-dominus-widget :is(.day, .month, .year, .decade).active,
.tempus-dominus-widget :is(.day, .month, .year, .decade).active:hover {
  background: #337ab7 !important;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.tempus-dominus-widget :is(.day, .month, .year, .decade) {
  border-radius: 5px !important;
}
.foms-calendar-btn {
  cursor: pointer;
}
/* 論理削除されたアイテムのスタイル */
.foms-deleted-item {
  color: #999999;
  font-style: italic;
}
