@charset "UTF-8";
/* overrride
******************************************************/
.v-application p {
  margin-bottom: 10px;
  font-size: .875rem;
}

.v-application.theme--light,
.theme--light.v-btn,
.theme--light.v-sheet {
  color: #333333;
}

.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-wrap {
  word-break: break-all;
}

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

.row {
  margin: -6px;
}

.row .col,
.row [class*="col-"] {
  padding: 6px;
}

.row .col > .v-btn,
.row [class*="col-"] > .v-btn {
  width: 100%;
}

.row .col > .v-btn.no_stretch,
.row [class*="col-"] > .v-btn.no_stretch {
  width: auto;
}

.row .col > .btn_group,
.row [class*="col-"] > .btn_group {
  width: 100%;
}

.row .col > .btn_group .v-btn,
.row [class*="col-"] > .btn_group .v-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row .col > .btn_group .v-btn.no_stretch,
.row [class*="col-"] > .btn_group .v-btn.no_stretch {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.theme--light.v-input--is-disabled,
.theme--light.v-input--is-disabled input,
.theme--light.v-input--is-disabled textarea {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  pointer-events: none;
}

.v-color-picker__edit {
  margin-top: 0;
}

.v-color-picker__preview + .v-color-picker__edit {
  margin-top: 8px;
}

.v-color-picker__controls {
  padding: 8px;
}

.v-color-picker__swatches > div {
  padding: 6px 0;
}

.v-color-picker__swatch {
  margin: 0 3px 12px;
}

.v-color-picker__color {
  position: relative;
  height: 30px;
  max-height: unset;
  width: 30px;
  margin: 3px 0px;
}

.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: inherit;
}

.theme--light.v-list-item--active:before,
.theme--light.v-list-item--active:hover:before,
.theme--light.v-list-item:focus:before {
  opacity: .2;
}

.v-input--selection-controls {
  margin-top: 0px;
  padding-top: 0px;
}

.v-chip {
  line-height: normal;
}

.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn {
  border-color: #90A4AE !important;
}

.v-btn-toggle {
  border-radius: 5px;
}

.v-breadcrumbs li:nth-child(2n) {
  padding: 0 3px;
}

/* 開発テスト用
******************************************************/
pre {
  background: #333;
  color: #fff;
  font-size: 10px;
  padding: 0;
  overflow: auto;
  font-family: meiryo;
  max-height: 100%;
}

pre.code {
  padding: 6px;
  margin: 10px;
  font-size: 12px;
  background-color: #2e2e2e;
  color: #f2ff29;
}

pre.data_disp {
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 100000;
  height: 5vh;
  height: 50vh;
  max-width: 200px;
}

pre.data_disp:hover {
  height: 100%;
  opacity: 1;
}

/* html
******************************************************/
html, body {
  font-family: "メイリオ", "游ゴシック Medium", sans-serif;
  font-size: 16px;
}

*, *:before, *:after {
  font-family: "メイリオ", "游ゴシック Medium", sans-serif;
  text-transform: none;
}

html, body, a, p {
  color: #333333;
}

img {
  vertical-align: middle;
}

/* 共通パーツ
******************************************************/
[v-cloak] {
  visibility: hidden;
}

/* ローディング */
#loading {
  z-index: 10000 !important;
}

.pen {
  pointer-events: none;
}

/* 省略テキスト＆プレビュー */
.text-truncate {
  max-width: 200px;
}

.truncate_multi {
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  word-break: break-all;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.truncate_multi:hover {
  opacity: 0.5;
}

.truncate_multi.groups span + span:before {
  content: " ｜ ";
}

.enrollment {
  font-size: 12px;
}

.enrollment.over {
  color: #f33;
  font-weight: bold;
}

.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-21 {
  font-size: 21px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-23 {
  font-size: 23px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-27 {
  font-size: 27px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-29 {
  font-size: 29px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-31 {
  font-size: 31px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.form_label {
  font-size: 0.745em;
  color: #90A4AE;
  margin: -0.25em 0 -0.75em 10px;
  line-height: 1;
  background-color: #fff;
  padding: 0 4px;
  z-index: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.v-icon.checked_circle {
  color: #64c855;
  padding-bottom: 1px;
}

.divide_item_wrap span + span:before {
  content: " ｜ ";
}

.auth {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff !important;
}

.auth[auth="0"] {
  background-color: #036fb7 !important;
}

.auth[auth="1"] {
  background-color: #13ae68 !important;
}

/* レイアウト
******************************************************/
#header {
  background-color: #264061;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 147, 147, 0.15), 0 5px 5px 0 rgba(0, 147, 147, 0.12), 0 4px 10px 0 rgba(0, 147, 147, 0.1);
  box-shadow: 0 2px 4px -1px rgba(0, 147, 147, 0.15), 0 5px 5px 0 rgba(0, 147, 147, 0.12), 0 4px 10px 0 rgba(0, 147, 147, 0.1);
}

#header .v-toolbar__content {
  padding: 0;
}

#header .user_btn {
  margin-left: 8px;
  margin-right: 12px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#header .user_btn .v-btn__content {
  color: #fff;
}

[is_mobile] #header .user_btn {
  margin-right: 10px;
}

#header .user_btn .v-btn {
  width: 40px;
  border-radius: 0;
}

#header .user_btn .v-btn + .v-btn {
  margin-left: 0;
}

.user_menu {
  max-height: 90vh;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 95vw;
  display: grid;
  grid-template-rows: 1fr auto auto;
}

.user_menu .menu_title {
  padding: 10px;
}

.user_menu .menu_title .name {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.user_menu .menu_title .name .v-icon {
  font-size: 22px;
  color: #333333;
}

.user_menu .v-card__text {
  padding: 0;
  overflow: auto;
}

.user_menu .v-card__text .v-subheader {
  background-color: #eee;
  height: 20px;
  font-size: 11px;
}

.user_menu .v-card__text .v-list {
  padding: 0;
}

.user_menu .v-card__text .v-list a {
  font-size: 12px;
  min-height: 32px;
}

.user_menu .v-card__actions {
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ccc;
}

.user_menu .v-card__actions .v-icon {
  margin-right: 6px;
}

.user_menu .auth_viewer.v-card__actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user_menu .auth_viewer.v-card__actions .v-btn + .v-btn {
  margin-top: 10px;
  margin-left: 0;
}

.v-main {
  background-color: #EBECF0;
  background-image: url(../../images/bg_white_texture.svg);
  background-repeat: repeat;
  background-size: 300px;
}

.v-main#login {
  background-color: #264061;
  background-image: url(../../images/bg_blue_texture.svg);
}

.v-main .v-main__wrap {
  height: 100%;
}

.contents_area {
  height: 100%;
  min-height: 100%;
  padding: 12px;
}

[is_mobile] .contents_area {
  min-height: auto;
}

.contents_area .page_title {
  padding-left: 3px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #264061;
  overflow: hidden;
}

[is_mobile] .contents_area .page_title {
  padding-left: 0;
}

.contents_area .page_title.row {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.contents_area .page_title .title_label {
  font-size: 15px;
  font-weight: bold;
}

.contents_area .card_area {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  border-radius: 5px;
}

.contents_area .card_area.xs {
  max-width: 400px;
}

.contents_area .card_area.sm {
  max-width: 600px;
}

.contents_area .card_area.md {
  max-width: 800px;
}

.contents_area .card_area.lg {
  max-width: 1000px;
}

.contents_area .card_area.xl {
  max-width: 1200px;
}

.result_views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #264061 !important;
  overflow: hidden;
}

.result_views [disabled] .flv-tooltip-icon-container + .result_title {
  border-left-color: inherit;
}

.result_views .v-btn {
  width: auto;
}

.result_views .v-btn.results {
  border-radius: 0 !important;
  border-right: none;
  padding-right: 12px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #264061 !important;
  color: #fff;
}

[is_mobile] .result_views .v-btn.results {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: unset;
  max-width: unset;
}

[is_mobile] .result_views .v-btn.results .v-btn__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

[is_mobile] .result_views .v-btn.results .v-icon {
  margin: 0 !important;
}

[is_mobile] .result_views .v-btn.results .v-icon + span {
  display: none;
}

.result_views .v-btn.results .v-btn__content {
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.result_views .v-btn.reload {
  border-left: 1px solid #264061 !important;
  border-radius: 0;
  margin-left: 0;
  min-width: auto;
}

.result_views .chip_result {
  max-height: 20px;
  padding-left: 1em;
  padding-right: 1em;
  pointer-events: none;
}

.result_views .chip_result span {
  color: #264061 !important;
  font-size: 12px !important;
}

.result_views .chip_result .mulch + .mulch:before {
  content: "/";
  padding: 0 .5em;
}

.result_views .chip_result + .chip_result {
  margin-left: 8px;
}

.result_views .v-item-group {
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
}

[is_mobile] .result_views .v-item-group {
  padding-left: 0px;
  padding-right: 0px;
}

.result_views .v-item-group.v-slide-group--has-affixes {
  grid-template-columns: 30px 1fr 30px;
}

.result_views .v-slide-group__next,
.result_views .v-slide-group__prev {
  min-width: auto;
}

/* コンポーネント
******************************************************/
/* animation
******************************************************/
@-webkit-keyframes blink {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.v-bottom-sheet .preview_text {
  padding: 12px;
  font-size: 14px;
  min-height: 15vh;
  white-space: normal;
  word-break: break-all;
  max-height: 80vh;
  overflow: auto;
}

.v-bottom-sheet .b_pre_title {
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #264061;
}

.v-bottom-sheet .b_pre_title .b_pre_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  color: #fff;
}

.v-bottom-sheet .b_pre_title .b_pre_label::after {
  display: none;
}

/* button
******************************************************/
.v-btn {
  -webkit-transition-property: all;
  transition-property: all;
}

.v-btn.theme--light.v-btn--has-bg {
  background-color: #fff;
}

.v-btn.action:not(.v-btn--outlined) {
  background-color: #09bf49;
  color: #fff;
}

.v-btn.action:not(.v-btn--outlined) .v-icon {
  font-size: 25px;
}

.v-btn.action.v-btn--outlined {
  color: #09bf49;
}

.v-btn.positive:not(.v-btn--outlined) {
  background-color: #29899B;
  color: #fff;
}

.v-btn.positive:not(.v-btn--outlined) .v-icon {
  font-size: 25px;
}

.v-btn.positive.v-btn--outlined {
  color: #29899B;
}

.v-btn.negative:not(.v-btn--outlined) {
  background-color: #556369;
  color: #fff;
}

.v-btn.negative.v-btn--outlined {
  color: #556369;
}

.v-btn.danger:not(.v-btn--outlined) {
  background-color: #FF5252;
  color: #fff;
}

.v-btn.danger.v-btn--outlined {
  color: #FF5252;
}

.theme--light.v-chip:not(.v-chip--active) {
  background: #dce5ed;
}

[is_mobile] .v-dialog:not(.v-dialog--fullscreen) {
  margin: 4px !important;
}

.v-dialog .v-card .v-card__title {
  font-weight: bold;
  color: #fff;
  line-height: normal;
  background-color: #264061;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px !important;
  padding: 12px;
}

.v-dialog .v-card .v-card__title:empty {
  display: none;
}

.v-dialog .v-card .v-card__text {
  padding: 20px 12px;
}

.v-dialog .v-card .v-card__text.pa-0 + .v-card__actions {
  border-top-color: transparent;
}

.v-dialog .v-card .v-card__actions {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #90A4AE;
}

.v-dialog .v-card .v-card__actions .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[is_mobile] .v-dialog .v-card .v-card__actions {
  margin: 0;
  padding: 10px 12px;
}

/* input text
******************************************************/
.v-text-field.freeze {
  -webkit-filter: brightness(0.9) sepia(0.25);
  filter: brightness(0.9) sepia(0.25);
  pointer-events: none !important;
}

.v-text-field.freeze * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.v-text-field.freeze .v-label {
  pointer-events: none !important;
}

.v-text-field.freeze input {
  opacity: 0.5;
}

.v-text-field input[readonly] {
  cursor: pointer;
}

.v-text-field input[type="number"] {
  text-align: right;
}

.v-text-field.input_line_through input {
  text-decoration: line-through;
  color: #ff5252 !important;
}

.v-text-field--outlined > .v-input__control > .v-input__slot {
  background: #ffffff;
}

/* text-field (input) */
.v-input {
  border-radius: 5px;
  font-size: 13px;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense):not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled) > .v-input__control > .v-input__slot:hover fieldset {
  color: #333333;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense).v-input--is-disabled {
  opacity: .4;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) > .v-input__control > .v-input__slot {
  min-height: 30px;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense):not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
  color: #90A4AE;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label {
  font-size: 13px;
  color: #90A4AE;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__slot input,
.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__slot textarea {
  color: #333333;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-input__icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-input__icon .v-icon.v-icon {
  font-size: 18px;
  color: #333333;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix {
  color: #333333;
  font-size: 10px;
}

.v-input.v-text-field--enclosed .v-input__append-inner,
.v-input.v-text-field--enclosed .v-input__append-outer,
.v-input.v-text-field--enclosed .v-input__prepend-inner,
.v-input.v-text-field--enclosed .v-input__prepend-outer,
.v-input.v-text-field--full-width .v-input__append-inner,
.v-input.v-text-field--full-width .v-input__append-outer,
.v-input.v-text-field--full-width .v-input__prepend-inner,
.v-input.v-text-field--full-width .v-input__prepend-outer {
  margin-top: 5px;
}

.v-input .v-text-field__details {
  margin-top: -2px;
  margin-bottom: -5px !important;
  padding-left: .5em !important;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label {
  top: 5px;
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label.v-label--active {
  -webkit-transform: translateY(-12px) scale(0.75);
  transform: translateY(-12px) scale(0.75);
}

.v-input.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__slot input {
  padding: 4px 0;
  max-height: 30px;
}

.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label {
  top: 9px;
}

.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label.v-label--active {
  -webkit-transform: translateY(-18px) scale(0.75);
  transform: translateY(-18px) scale(0.75);
}

.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__slot textarea {
  margin-top: 5px;
  margin-right: 6px;
  margin-bottom: 5px;
  padding-right: 0px;
}

/* ヴァリデーションエラーメッセージがないときに隠すスタイル調整 //////*/
.v-text-field__details {
  min-height: auto;
}

.v-messages {
  min-height: auto;
}

.v-messages__wrapper {
  -webkit-transition: min-height .1s;
  transition: min-height .1s;
  min-height: 0px;
}

.v-messages__wrapper:not(:empty) {
  min-height: 14px;
}

.v-messages__wrapper:empty {
  min-height: 0px;
}

/* input file
******************************************************/
.v-file-input .v-text-field__slot {
  min-height: 30px;
}

.v-file-input .v-file-input__text {
  font-size: 12px;
  line-height: 1em;
}

.linear_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linear_loading_message {
  margin-top: 10px;
  text-align: center;
}

.linear_loading_message::after {
  content: 'Loading...';
  display: inline-block;
  color: #264061;
}

.linear_loading_bar {
  margin: 0 auto;
  width: 70%;
}

/* radio */
.v-input--radio-group .v-radio {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.v-input--radio-group .v-radio .v-icon {
  font-size: 20px;
}

.v-input--radio-group .v-radio .v-input--selection-controls__ripple {
  top: calc(50% - 21px);
  left: -9px;
  width: 28px;
  height: 28px;
}

.v-input--radio-group .v-radio .v-input--selection-controls__input + .v-label {
  font-size: 14px;
}

.v-input--radio-group.v-input--is-label-active .v-radio.v-item--active .v-icon,
.v-input--radio-group.v-input--is-label-active .v-radio.v-item--active .v-input--selection-controls__ripple {
  color: #264061 !important;
  caret-color: #264061 !important;
}

/* select
******************************************************/
.v-select.v-text-field--outlined:not(.v-text-field--single-line):not(.v-input--dense) input,
.v-select.v-text-field--outlined:not(.v-text-field--single-line):not(.v-input--dense) .v-select__selections {
  padding: 0;
}

.v-select .v-select__selection--comma {
  margin: 0;
  color: #333333;
}

.v-select.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-input__append-inner {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.v-select.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-input__icon--append {
  height: 22px;
  width: 22px;
  min-width: 22px;
}

.v-select.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-input__icon--append .v-icon.v-icon {
  font-size: 22px;
}

.v-select.v-text-field--enclosed.v-text-field--outlined:not(.v-text-field--single-line):not(.v-input--dense) .v-select__selections {
  min-height: 30px;
}

.v-select.v-text-field--enclosed.v-text-field--outlined:not(.v-text-field--single-line):not(.v-input--dense) .v-select__selections .v-chip.v-chip--select {
  height: 20px;
  font-size: 11px;
  margin-left: 0;
}

.v-select.v-text-field--enclosed.v-text-field--outlined:not(.v-text-field--single-line):not(.v-input--dense) .v-select__selections .v-chip.v-chip--select .v-chip__content {
  padding: 2px 0;
  line-height: 1;
}

.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input {
  color: #333333;
}

.range_year_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-application .range_year_slider .v-chip {
  background-color: #A1B2BA !important;
  color: #fff !important;
  height: 24px;
}

.v-application .range_year_slider .v-chip .v-chip__content {
  mix-blend-mode: initial;
}

.v-application .range_year_slider .v-slider.v-slider--horizontal {
  min-height: 24px;
}

.v-application .range_year_slider .v-slider .v-slider__track-fill:not(.error),
.v-application .range_year_slider .v-slider .v-slider__thumb:not(.error),
.v-application .range_year_slider .v-slider .v-slider__thumb-label:not(.error) {
  background-color: #264061 !important;
  border-color: #264061 !important;
}

.v-application .range_year_slider .v-slider .v-slider__thumb-container {
  color: #264061 !important;
  caret-color: #264061 !important;
}

.v-application .range_year_slider .v-slider .v-slider__track-background:not(.error) {
  background-color: #BCC8CE !important;
  border-color: #BCC8CE !important;
}

.v-snack__content {
  font-size: .9rem;
  padding: 14px 18px;
}

/* list */
.v-list--dense .v-subheader {
  font-size: 12px;
  height: auto;
  padding: 4px 8px;
  white-space: nowrap;
  background: #264061;
  color: #fff;
}

.link_item {
  padding: 0 12px;
}

.link_item .v-avatar {
  margin: 0 8px 0 0 !important;
  min-width: unset !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.link_item .v-list-item__title {
  font-size: 12px !important;
}

.link_item .v-list-item__subtitle {
  font-size: 10px !important;
}

/* tab */
.v-tabs.theme--light > .v-tabs-bar .v-tab:not(.v-tab--active) {
  color: #333333;
}

.v-tabs.theme--light > .v-tabs-bar .v-tab.v-tab--active {
  color: #264061;
}

.v-tabs.theme--light .v-tabs-slider {
  color: #264061;
}

.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
  margin-right: -1em;
  margin-top: -0.1em;
}

.theme--light.v-data-table .v-data-table-header__sort-badge {
  margin-left: 1.5em;
  background-color: #33b6c3;
  color: #fff;
}

.theme--light.v-data-table {
  color: #333333 !important;
}

.theme--light.v-data-table .v-data-table-header th.sortable.active {
  color: #333333 !important;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  color: #333333 !important;
}

.theme--light.v-data-table .v-data-table-header th.sortable > span {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.theme--light.v-data-table .v-data-table-header th.sortable:hover > span {
  opacity: .6;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.v-data-table {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.v-data-table:not(.v-data-table--mobile) tbody tr:nth-child(2n) td, .v-data-table:not(.v-data-table--mobile) tbody tr:nth-child(2n) th {
  background-color: #f4f6f7;
}

.v-data-table .v-data-table__wrapper {
  min-height: 20px;
  border-top: 1px solid #d8e0e3;
}

.v-data-table .v-data-table__wrapper table {
  border-collapse: separate;
}

.v-data-table .v-data-table__wrapper table thead tr:not(.v-data-table__progress) th,
.v-data-table .v-data-table__wrapper table thead tr:not(.v-data-table__progress) td,
.v-data-table .v-data-table__wrapper table tbody tr:not(.v-data-table__progress) th,
.v-data-table .v-data-table__wrapper table tbody tr:not(.v-data-table__progress) td,
.v-data-table .v-data-table__wrapper table tfoot tr:not(.v-data-table__progress) th,
.v-data-table .v-data-table__wrapper table tfoot tr:not(.v-data-table__progress) td {
  padding: 6px 12px;
}

.v-data-table .v-data-table__wrapper thead.v-data-table-header tr th {
  text-align: center !important;
  white-space: nowrap;
}

[is_mobile] .v-data-table .v-data-table__wrapper thead.v-data-table-header tr th {
  white-space: normal;
  word-break: break-all;
}

.v-data-table .v-data-table__wrapper thead.v-data-table-header tr th:not(:last-child) {
  border-right: thin solid rgba(0, 0, 0, 0.12);
}

[is_mobile] .v-data-table .v-data-table__wrapper thead.v-data-table-header tr th:not(:last-child) {
  border-right: none;
}

.v-data-table .v-data-table__wrapper tbody tr:not(.v-data-table__progress).v-data-table__empty-wrapper td {
  padding: 30px 0;
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

[is_mobile] .v-data-table .v-data-table__wrapper tbody tr:not(.v-data-table__progress).v-data-table__empty-wrapper td {
  padding-top: initial;
  padding-bottom: initial;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.v-data-table .v-data-table__wrapper tbody tr td {
  background-color: #fff;
  white-space: nowrap;
}

.v-data-table .v-data-table__wrapper tbody tr td.wrap_cell {
  white-space: normal;
  word-break: break-all;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_50 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_100 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_150 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_200 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_250 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_300 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_350 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_400 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_450 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 450px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_500 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_550 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 550px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_cell_600 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}

.v-data-table .v-data-table__wrapper tbody tr td.truncate_multi span {
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

[is_mobile] .v-data-table .v-data-table__wrapper tbody tr td {
  white-space: inherit;
  word-break: break-all;
}

[is_mobile] .v-data-table .v-data-table__wrapper tbody tr td:not(:first-child) {
  -webkit-box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.25);
}

.v-data-table .v-data-table__wrapper tbody tr td:not(:last-child) {
  border-right: thin solid rgba(0, 0, 0, 0.12);
}

[is_mobile] .v-data-table .v-data-table__wrapper tbody tr td:not(:last-child) {
  border-right: none;
}

.v-data-table .v-data-table__wrapper tbody tr:nth-child(2n):not(.v-row-group__header) td, .v-data-table .v-data-table__wrapper tbody tr:nth-child(2n):not(.v-row-group__header) th {
  background-color: #f4f6f7;
}

.v-data-table .v-data-table__wrapper tbody tr:last-child:not(.v-data-table__mobile-table-row):last-child td {
  border-bottom: 1px solid #d8e0e3;
}

.v-data-table .hide_cell {
  display: none;
}

.v-data-table tr.v-row-group__header {
  cursor: pointer;
  position: sticky;
  top: 26px;
  z-index: 3;
  background-color: #E3E8EB !important;
}

.v-data-table tr.v-row-group__header td {
  background-color: transparent !important;
}

[is_mobile] .v-data-table tr.v-row-group__header td {
  padding: 5px 10px !important;
  height: 100%;
}

.v-data-table .v-row-group__header td .table_group_header_wrapper,
.v-data-table .v-row-group__summary td .table_group_header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[is_mobile] .v-data-table .v-row-group__header td .table_group_header_wrapper, [is_mobile]
.v-data-table .v-row-group__summary td .table_group_header_wrapper {
  display: block;
}

.v-data-table .v-row-group__header td .table_group_header_wrapper .label_area,
.v-data-table .v-row-group__summary td .table_group_header_wrapper .label_area {
  position: sticky;
  left: 20px;
  white-space: nowrap;
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
}

[is_tablet] .v-data-table .v-row-group__header td .table_group_header_wrapper .label_area, [is_tablet]
.v-data-table .v-row-group__summary td .table_group_header_wrapper .label_area {
  width: 370px;
}

[is_mobile] .v-data-table .v-row-group__header td .table_group_header_wrapper .label_area, [is_mobile]
.v-data-table .v-row-group__summary td .table_group_header_wrapper .label_area {
  left: 10px;
  white-space: normal;
  word-break: break-all;
  overflow: visible;
  text-overflow: initial;
}

.v-data-table .v-row-group__header td .table_group_header_wrapper .label_area .v-icon,
.v-data-table .v-row-group__summary td .table_group_header_wrapper .label_area .v-icon {
  color: #000;
}

.v-data-table .v-row-group__header td .table_group_header_wrapper .label_area .label,
.v-data-table .v-row-group__summary td .table_group_header_wrapper .label_area .label {
  font-size: .75rem;
  color: #000;
}

.v-data-table .v-row-group__header td .table_group_header_wrapper .items_area,
.v-data-table .v-row-group__summary td .table_group_header_wrapper .items_area {
  position: sticky;
  right: 20px;
}

[is_mobile] .v-data-table .v-row-group__header td .table_group_header_wrapper .items_area, [is_mobile]
.v-data-table .v-row-group__summary td .table_group_header_wrapper .items_area {
  right: 10px;
  margin-left: auto;
}

[is_mobile] .v-data-table .v-row-group__header td .table_group_header_wrapper .items_area .v-btn, [is_mobile]
.v-data-table .v-row-group__summary td .table_group_header_wrapper .items_area .v-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.fixed_lead th, .fixed_end th {
  z-index: 3 !important;
}

.fixed_lead td, .fixed_end td {
  z-index: 1 !important;
}

.fixed_lead:not(.v-data-table--mobile) th:first-child {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12), 2px 0 2px 0 rgba(112, 134, 177, 0.3) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12), 2px 0 2px 0 rgba(112, 134, 177, 0.3) !important;
  z-index: 4 !important;
}

.fixed_lead:not(.v-data-table--mobile) td:first-child {
  -webkit-box-shadow: 2px 0 2px 0 rgba(112, 134, 177, 0.3);
  box-shadow: 2px 0 2px 0 rgba(112, 134, 177, 0.3);
  z-index: 2 !important;
}

.fixed_lead:not(.v-data-table--mobile) .v-row-group__header th, .fixed_lead:not(.v-data-table--mobile) .v-row-group__header td {
  z-index: 0 !important;
}

.fixed_lead:not(.v-data-table--mobile) th:first-child, .fixed_lead:not(.v-data-table--mobile) td:first-child {
  position: sticky;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed_lead:not(.v-data-table--mobile).check_table th:first-child, .fixed_lead:not(.v-data-table--mobile).check_table td:first-child {
  z-index: 3 !important;
}

.fixed_lead:not(.v-data-table--mobile).check_table th, .fixed_lead:not(.v-data-table--mobile).check_table td:first-child {
  z-index: 2 !important;
}

.fixed_lead:not(.v-data-table--mobile).check_table th:first-child, .fixed_lead:not(.v-data-table--mobile).check_table td:first-child {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.fixed_lead:not(.v-data-table--mobile).check_table tr:first-child > th:first-child {
  -webkit-box-shadow: -3px 0 3px 0 rgba(112, 134, 177, 0.3) !important;
  box-shadow: -3px 0 3px 0 rgba(112, 134, 177, 0.3) !important;
}

.fixed_lead:not(.v-data-table--mobile).check_table th:nth-child(2) {
  z-index: 2 !important;
}

.fixed_lead:not(.v-data-table--mobile).check_table th, .fixed_lead:not(.v-data-table--mobile).check_table td:nth-child(2) {
  z-index: 1 !important;
}

.fixed_lead:not(.v-data-table--mobile).check_table th:nth-child(2), .fixed_lead:not(.v-data-table--mobile).check_table td:nth-child(2) {
  -webkit-box-shadow: 2px 0 2px 0 rgba(112, 134, 177, 0.3) !important;
  box-shadow: 2px 0 2px 0 rgba(112, 134, 177, 0.3) !important;
  position: sticky;
  left: 49px;
}

[is_mobile] .fixed_lead:not(.v-data-table--mobile).check_table th:nth-child(2), [is_mobile] .fixed_lead:not(.v-data-table--mobile).check_table td:nth-child(2) {
  left: 49px;
}

.fixed_end:not(.v-data-table--mobile) th:last-child {
  z-index: 4 !important;
}

.fixed_end:not(.v-data-table--mobile) td:last-child {
  z-index: 2 !important;
}

.fixed_end:not(.v-data-table--mobile) th:last-child, .fixed_end:not(.v-data-table--mobile) td:last-child {
  -webkit-box-shadow: -2px 0 2px 0 rgba(112, 134, 177, 0.3) !important;
  box-shadow: -2px 0 2px 0 rgba(112, 134, 177, 0.3) !important;
  position: sticky;
  right: 0;
}

.footer_item {
  position: sticky;
  z-index: 3;
  font-weight: bold;
  -webkit-filter: drop-shadow(0px 1px 3.5px rgba(55, 71, 79, 0.3));
  filter: drop-shadow(0px 1px 3.5px rgba(55, 71, 79, 0.3));
}

.footer_item td, .footer_item th {
  background-color: #e0f4dd !important;
}

.footer_item:nth-last-of-type(1) {
  bottom: 0px;
}

.v-data-table--dense .footer_item:nth-last-of-type(1) {
  bottom: 0px;
}

.footer_item:nth-last-of-type(2) {
  bottom: 48px;
}

.v-data-table--dense .footer_item:nth-last-of-type(2) {
  bottom: 32px;
}

.footer_item:nth-last-of-type(3) {
  bottom: 96px;
}

.v-data-table--dense .footer_item:nth-last-of-type(3) {
  bottom: 64px;
}

.footer_item:nth-last-of-type(4) {
  bottom: 144px;
}

.v-data-table--dense .footer_item:nth-last-of-type(4) {
  bottom: 96px;
}

.footer_item:nth-last-of-type(5) {
  bottom: 192px;
}

.v-data-table--dense .footer_item:nth-last-of-type(5) {
  bottom: 128px;
}

.footer_item:nth-last-of-type(6) {
  bottom: 240px;
}

.v-data-table--dense .footer_item:nth-last-of-type(6) {
  bottom: 160px;
}

.footer_item:nth-last-of-type(7) {
  bottom: 288px;
}

.v-data-table--dense .footer_item:nth-last-of-type(7) {
  bottom: 192px;
}

.footer_item:nth-last-of-type(8) {
  bottom: 336px;
}

.v-data-table--dense .footer_item:nth-last-of-type(8) {
  bottom: 224px;
}

.footer_item:nth-last-of-type(9) {
  bottom: 384px;
}

.v-data-table--dense .footer_item:nth-last-of-type(9) {
  bottom: 256px;
}

.footer_item:nth-last-of-type(10) {
  bottom: 432px;
}

.v-data-table--dense .footer_item:nth-last-of-type(10) {
  bottom: 288px;
}

.footer_item + .footer_item {
  -webkit-filter: none;
  filter: none;
}

.table_header_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e7f7f7;
  border-radius: 10px 10px 0 0;
  /* border: thin solid rgb(230 234 240); */
}

.v-dialog .table_header_options {
  border-radius: 0;
}

.v-data-table .v-row-group__header td {
  background-color: #e7ebed;
}

.v-data-table tbody td .table_image_preview {
  cursor: pointer;
}

.v-data-table tbody td .table_image_preview:hover .image_hover, .v-data-table tbody td .table_image_preview:focus .image_hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.v-data-table tbody td .table_image_preview .image_hover {
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.v-data-table tbody td .table_image_preview .image_hover .v-icon {
  height: 100%;
  color: #fff;
}

[is_mobile] .v-data-table tbody td .table_image_preview .image_hover .v-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-data-table.no_border.theme--light > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:last-child,
.v-data-table.no_border.theme--light > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row),
.v-data-table.no_border.theme--light > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:last-child,
.v-data-table.no_border.theme--light > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row),
.v-data-table.no_border.theme--light > .v-data-table__wrapper > table > thead > tr:last-child > th {
  border-bottom: none;
}

.v-data-table.no_border thead.v-data-table-header tr th:not(:last-child) {
  border-right: none;
}

.v-data-table.no_border tbody tr td:not(:last-child) {
  border-right: none;
}

.v-data-table.v-data-table--mobile tbody tr.v-data-table__mobile-table-row:not(:first-child) {
  border-top: 2px solid #d8e0e3;
}

.v-data-table.v-data-table--mobile tbody tr.v-row-group__header {
  position: sticky;
  top: 0px;
  z-index: 2;
}

.v-data-table.v-data-table--mobile tbody tr.v-row-group__header td {
  padding: 5px 10px !important;
  display: block;
  height: 100%;
}

.v-data-table.v-data-table--mobile tbody tr.v-row-group__header td .table_group_header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.v-data-table.v-data-table--mobile tbody tr.v-row-group__header td .table_group_header_wrapper .label_area {
  margin-right: 10px;
  width: auto;
  text-align: justify;
}

.v-data-table.v-data-table--mobile tbody tr.v-row-group__header td .table_group_header_wrapper .items_area {
  width: 100%;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  text-align: right;
}

.v-data-table.v-data-table--mobile tbody tr.v-row-group__header td .table_group_header_wrapper .items_area .v-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.v-data-table.v-data-table--mobile tbody td.v-data-table__mobile-row {
  padding: 5px 8px;
}

.v-data-table.v-data-table--mobile tbody td.v-data-table__mobile-row:first-of-type {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0 2px 2px rgba(51, 51, 51, 0.3);
  box-shadow: 0 2px 2px rgba(51, 51, 51, 0.3);
}

.v-data-table.v-data-table--mobile tbody td.v-data-table__mobile-row:not(:first-child) {
  border-top: 1px dotted #d8e0e3;
}

.v-data-table.v-data-table--mobile tbody td.v-data-table__mobile-row .v-data-table__mobile-row__header {
  font-size: .75rem;
  color: #595959;
}

.v-data-table.v-data-table--mobile tbody td.v-data-table__mobile-row .v-data-table__mobile-row__cell {
  min-width: 50%;
  max-width: 50%;
}

.v-data-table.fixed_end .v-data-table__wrapper thead.v-data-table-header tr th:nth-last-child(2) {
  border-right: 0;
}

.v-data-table.fixed_end .v-data-table__wrapper tbody tr td:nth-last-child(2) {
  border-right: 0;
}

.v-data-table.fixed_end:not(.v-data-table--mobile) thead th:last-child {
  -webkit-box-shadow: -2px 0 2px 0 rgba(112, 134, 177, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: -2px 0 2px 0 rgba(112, 134, 177, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
}

/* treeview
******************************************************/
.treeview_wrap {
  border-radius: 5px;
  border: 1px solid #90A4AE;
  overflow: hidden;
  height: 100%;
}

.treeview_wrap .config_sub_container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.treeview_wrap .tree_filter_input {
  margin: 12px 8px 9px;
}

.treeview_wrap .tree_filter_input + .v-treeview {
  border-top: 1px solid #d8e0e3;
  padding-top: 4px;
}

.v-treeview {
  overflow: auto;
  height: inherit;
  max-height: 100%;
  font-size: 14px;
}

.v-treeview .treeview_error_icon {
  color: #FF5252;
}

.v-treeview .children_length {
  font-size: 12px;
  opacity: 0.8;
}

.v-treeview .v-treeview-node .v-treeview-node__root.v-treeview-node--active .v-treeview-node__label {
  color: #1f344f;
}

.v-treeview .v-treeview-node .v-treeview-node__root.v-treeview-node--active::before, .v-treeview .v-treeview-node .v-treeview-node__root.v-treeview-node--active:hover::before {
  opacity: .08;
}

.v-treeview .v-treeview-node__root {
  min-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.v-treeview .v-treeview-node__prepend {
  margin-right: 2px;
}

.v-treeview .v-treeview-node__prepend .v-icon {
  font-size: 20px;
  cursor: pointer;
}

.v-treeview .v-treeview-node__toggle--open + .v-treeview-node__content > .v-treeview-node__label {
  color: #1f344f;
}

.v-treeview .v-treeview-node__children {
  background-color: #F1F8FC;
}

.v-treeview .v-treeview-node__children .v-treeview-node--leaf:first-child .v-treeview-node__root {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.v-treeview .v-treeview-node__children .v-treeview-node--leaf:last-child .v-treeview-node__root {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.v-treeview.horizontal .v-treeview-node__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.v-treeview .v-treeview-node__level:empty + .v-treeview-node__content {
  margin-left: -8px;
}

.flv-table-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f4f6f7;
  padding-right: 20px;
  border-top: thin solid rgba(0, 0, 0, 0.12);
  border-radius: 0 0 10px 10px;
  height: 48px;
}

[is_mobile] .flv-table-pagination-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  height: auto;
}

.flv-table-pagination-container nav {
  height: 41px;
}

.flv-table-pagination-container nav .v-pagination {
  height: 100%;
}

.flv-table-pagination-container .v-pagination__navigation {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 28px;
  height: 28px;
}

.flv-table-pagination-container .theme--light.v-pagination .v-pagination__navigation {
  background-color: transparent;
}

.flv-table-pagination-container .theme--light.v-pagination .v-pagination__navigation > .v-icon.v-icon {
  font-size: 28px;
}

.flv-table-pagination-container .v-pagination__item {
  min-width: 28px;
  height: 28px;
}

.flv-table-pagination-container .v-pagination__item.v-pagination__item--active {
  background-color: #29899B !important;
}

.flv-table-pagination-container .page_list_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[is_mobile] .flv-table-pagination-container .page_list_contents {
  padding: 8px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95%;
  height: 47px;
  border-top: 1px solid #d8e0e3;
}

.flv-table-pagination-container .per_page_title {
  font-size: 11px;
  line-height: 1.3;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.flv-table-pagination-container .per_page_select {
  padding-top: 0;
  margin: 0 8px;
}

.flv-table-pagination-container .item_len {
  font-size: 0.8em;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.flv-table-pagination-container .theme--light.v-pagination .v-pagination__item {
  color: #737e84;
}

.flv-table-pagination-container .theme--light.v-pagination .v-pagination__item--active {
  color: #fff;
}

/* datepicker */
.flv-date-picker-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: bottom;
  width: 100%;
}

.flv-date-picker-container * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flv-date-picker-container .year_select {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.flv-date-picker-container .year_select .v-select__selection {
  max-width: 100%;
}

.flv-date-picker-container .v-input.v-input--is-disabled .v-text-field__slot {
  pointer-events: none;
}

.flv-date-picker-container .v-text-field.v-text-field--enclosed .v-text-field__details,
.flv-date-picker-container .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot {
  padding: 0 12px;
}

.flv-date-picker-container .slide_btn {
  padding: 0;
  height: 30px;
  width: 30px !important;
  min-width: 30px !important;
  margin-left: 4px !important;
  border-radius: 5px !important;
  border-color: #90A4AE;
}

.flv-date-picker-container .slide_btn.v-btn--disabled {
  opacity: 0.4;
}

.v-dialog .flv-date-picker-container {
  width: 100%;
}

.v-menu__content {
  background-color: #fff;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.v-menu__content .v-btn.accent {
  background-color: #345886 !important;
}

.v-menu__content .h_attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #264061;
  mix-blend-mode: multiply;
  color: #fff;
  font-size: 12px;
  padding: 4px 0;
}

.v-menu__content .h_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #dff7f9;
  color: #6aa3ca;
  font-size: 22px;
  padding: 6px 18px;
}
