﻿@charset "UTF-8";

:root {
  --common-font-size: font-size:clamp(0.8rem, 1.2vw ,1rem);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}

html, body {
  max-width: 100%;
/*  overflow-x: hidden;*/
  font-size: 14px;
}
li{
  list-style:none;
}
a:hover{
  opacity:0.8;
}

.list table th{
  font-size:12px;
  white-space:nowrap;
}
.list table td,
.list table td *{
  font-size:14px;
  white-space:nowrap;
}
.list table tr:nth-child(odd) td{
   background: #ebf5ff !important;
}
.list table.stripes tr:nth-child(odd) td{
  background: #fff !important;
}

* {
  box-sizing: border-box;
  font-weight: normal;
}

body {
  overflow-x: visible;
  background: #eee;
  min-width: 1280px;
}
body.page-template-chat-page {
  overflow-y: hidden;
  max-height: 100vh;
}

header {
  display: block;
}

div {
  display: block;
}
div.clickable {
  cursor: pointer;
}
div.clickable.availBtn:hover {
  opacity: 0.8;
}

a {
  text-decoration: none;
  font-size:1rem;
}
a.underline {
  text-decoration: underline;
}
.hd_logo{
  display:inline-block;
  margin-right: auto;
}

button:hover {
  opacity: 0.7;
}

p.clickable:hover {
  text-decoration: underline;
  cursor: pointer;
}

label.tag_list:hover {
  cursor: pointer;
  opacity: 0.7;
}

img.clickable:hover, .hovereding {
  opacity: 0.5;
  cursor: pointer;
}

span.radio:hover {
  opacity: 0.7;
  cursor: pointer;
}

input.no_display {
  display: none;
}

.txt_right{text-align: right !important;}
.txt_left{text-align: left !important;}

.note{
  color:#dc3545;
  font-size:80%;
}

.header__logo--fit {
  width: 205px;
  margin: 11px 25px;
}

.header__search__btn {
  height: 2rem;
  width: 50px;
  background-image: url(/images/SearchIcon.svg?9536e53d192dab6e7e0139c8f3bb9165);
  background-size: 40%;
  background-position: center;
}

.header__user-status--white {
  color: white;
  font-size: 0.95rem;
  white-space: nowrap;
}
.header__user-status--white.dropbtn {
  margin-left: 10px;
}
.header__user-status--img {
  width:34px;
  height:34px;
  border-radius:100%;
  margin-right:10px;
  object-fit: cover;
}

.content__top__bar h5 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.container-fluid-blue {
  background-color: #1b4f98;
  padding: 0.5rem !important;
}

.img-container__img {
  height: 42px;
  cursor: pointer;
}

.h-100__custom {
  height: 100vh;
}

.divider-vertical {
  height: 25px;
  width: 1px;
  background-color: #FFF;
}

.body--center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}

.body__content--center {
  text-align: center;
  width: 100%;
}

.form--space-around {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 22rem;
}

.content--space {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lb-sm {
  font-size: 12px;
}

.link-forget {
  text-decoration: none;
  color: #29abe2;
  white-space: nowrap;
}

.box-noti {
  position: relative;
  margin-right: 28px;
}

.box-number-noti {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  transform: translate(0, 30%);
}

.number-noti {
  line-height: 20px;
  font-size: 9px;
  padding-bottom: 2px;
  padding-left: 1px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  min-width: 1280px;
}

header div.header--fixed {
  background-color: #1b4f98;
  align-items: center;
  /* height: 58px; */
}

header #global_menu {
  background: #f2f2f2;
}
header #global_menu ul.no_wrap {
  white-space: nowrap;
}
header #global_menu ul.no_wrap ul.wrap {
  white-space: initial;
}

.d-flex-custom {
  display: flex;
}
@media screen and (max-width: 1425px) {
  .d-flex-custom {
    flex-flow: wrap;
    justify-content: center;
  }
  .d-flex-custom button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1545px) {
  .body-wrapper.construction-site .filter__wrapper .row--flx .coln--2 input {
    min-width: 10rem;
  }
}
@media screen and (min-width: 1545px) {
  .body-wrapper.construction-site .filter__wrapper .row--flx .coln--2 input {
    min-width: 20rem;
  }
}

header #global_menu li {
    display: inline-block;
    width: 53px;
    height: 53px;
    /* border-radius: 8px; */
    /* padding: 5px; */
    background-size: auto 82%;
    background-repeat: no-repeat;
    background-position: center 8px;
    text-align: center;
    position: relative;
    margin: 10px;
    font-size: 12px;
    /* background-color: #e2e2e2;*/
}

header #global_menu li a {
  height: 100%;
  display: block;
  color: #333;
}

header #global_menu li span {
  display: block;
  width: 60px;
  position: absolute;
  text-align: center;
  bottom: 0;
}

header #global_menu li:hover, header #global_menu li.current {
  /* background-color: #005099; */
  cursor: pointer;
}
.mg-top-0 {
  margin-top: 0px !important;
}

.btn-search-gray {
  background-color: transparent;
  border: 0px;
  margin: -4px;
}

li.gmenu_ico_01 {
    background-image: url(/images/menu_icon/ico_001.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_01:hover {
    background-image: url(/images/menu_icon/ico_001_on.svg?3a79ef5759ac849ab8ce5bc0d3446a6d);
}
li.gmenu_ico_01.current {
    background-image: url(/images/menu_icon/ico_001_on.svg?3a79ef5759ac849ab8ce5bc0d3446a6d);
}
li.gmenu_ico_01.current:hover {
    background-image: url(/images/menu_icon/ico_001_on.svg?3a79ef5759ac849ab8ce5bc0d3446a6d);
}
li.gmenu_ico_02 {
    background-image: url(/images/menu_icon/ico_002.svg?b6de4109ed81f03a833c97cce0da3b44);
}
li.gmenu_ico_02:hover {
    background-image: url(/images/menu_icon/ico_002_on.svg?75921838b8611a2e7da9fe24b0851394);
}
li.gmenu_ico_02.current {
    background-image: url(/images/menu_icon/ico_002_on.svg?75921838b8611a2e7da9fe24b0851394);
}
li.gmenu_ico_02.current:hover {
    background-image: url(/images/menu_icon/ico_002_on.svg?75921838b8611a2e7da9fe24b0851394);
}
li.gmenu_ico_03 {
    background-image: url(/images/menu_icon/ico_003.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_03:hover {
    background-image: url(/images/menu_icon/ico_003_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_03.current {
    background-image: url(/images/menu_icon/ico_003_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_03.current:hover {
    background-image: url(/images/menu_icon/ico_003_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_04 {
    background-image: url(/images/menu_icon/ico_004.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_04:hover {
    background-image: url(/images/menu_icon/ico_004_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_04.current {
    background-image: url(/images/menu_icon/ico_004_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_04.current:hover {
    background-image: url(/images/menu_icon/ico_004_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_05 {
    background-image: url(/images/menu_icon/ico_005.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_05:hover {
    background-image: url(/images/menu_icon/ico_005_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_05.current {
    background-image: url(/images/menu_icon/ico_005_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_05.current:hover {
    background-image: url(/images/menu_icon/ico_005_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_06 {
    background-image: url(/images/menu_icon/ico_006.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_06:hover {
    background-image: url(/images/menu_icon/ico_006_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_06.current {
    background-image: url(/images/menu_icon/ico_006_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_06.current:hover {
    background-image: url(/images/menu_icon/ico_006_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_07 {
    background-image: url(/images/menu_icon/ico_007.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_07:hover {
    background-image: url(/images/menu_icon/ico_007_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_07.current {
    background-image: url(/images/menu_icon/ico_007_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_07.current:hover {
    background-image: url(/images/menu_icon/ico_007_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_08 {
    background-image: url(/images/menu_icon/ico_008.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_08:hover {
    background-image: url(/images/menu_icon/ico_008_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_08.current {
    background-image: url(/images/menu_icon/ico_008_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_08.current:hover {
    background-image: url(/images/menu_icon/ico_008_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_09 {
    background-image: url(/images/menu_icon/ico_009.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_09:hover {
    background-image: url(/images/menu_icon/ico_009_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_09.current {
    background-image: url(/images/menu_icon/ico_009_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_09.current:hover {
    background-image: url(/images/menu_icon/ico_009_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_10 {
    background-image: url(/images/menu_icon/ico_010.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_10:hover {
    background-image: url(/images/menu_icon/ico_010_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_10.current {
    background-image: url(/images/menu_icon/ico_010_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_10.current:hover {
    background-image: url(/images/menu_icon/ico_010_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_11 {
    background-image: url(/images/menu_icon/ico_011.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_11:hover {
    background-image: url(/images/menu_icon/ico_011_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_11.current {
    background-image: url(/images/menu_icon/ico_011_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_11.current:hover {
    background-image: url(/images/menu_icon/ico_011_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_12 {
    background-image: url(/images/menu_icon/ico_012.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_12:hover {
    background-image: url(/images/menu_icon/ico_012_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_12.current {
    background-image: url(/images/menu_icon/ico_012_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_12.current:hover {
    background-image: url(/images/menu_icon/ico_012_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_13 {
    background-image: url(/images/menu_icon/ico_013.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_13:hover {
    background-image: url(/images/menu_icon/ico_013_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_13.current {
    background-image: url(/images/menu_icon/ico_013_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_13.current:hover {
    background-image: url(/images/menu_icon/ico_013_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_14 {
    background-image: url(/images/menu_icon/ico_014.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_14:hover {
    background-image: url(/images/menu_icon/ico_014_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_14.current {
    background-image: url(/images/menu_icon/ico_014_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_14.current:hover {
    background-image: url(/images/menu_icon/ico_014_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_15 {
    background-image: url(/images/menu_icon/ico_015.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_15:hover {
    background-image: url(/images/menu_icon/ico_015_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_15.current {
    background-image: url(/images/menu_icon/ico_015_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_15.current:hover {
    background-image: url(/images/menu_icon/ico_015_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_16 {
    background-image: url(/images/menu_icon/ico_016.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_16:hover {
    background-image: url(/images/menu_icon/ico_016_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_16.current {
    background-image: url(/images/menu_icon/ico_016_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_16.current:hover {
    background-image: url(/images/menu_icon/ico_016_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_17 {
    background-image: url(/images/menu_icon/ico_017.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_17:hover {
    background-image: url(/images/menu_icon/ico_017_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_17.current {
    background-image: url(/images/menu_icon/ico_017_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_17.current:hover {
    background-image: url(/images/menu_icon/ico_017_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_18 {
    background-image: url(/images/menu_icon/ico_018_disable.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_18:hover {
    background-image: url(/images/menu_icon/ico_018_disable.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_18.current {
    background-image: url(/images/menu_icon/ico_018_disable.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_18.current:hover {
    background-image: url(/images/menu_icon/ico_018_disable.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_19 {
    background-image: url(/images/menu_icon/ico_019.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_19:hover {
    background-image: url(/images/menu_icon/ico_019_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_19.current {
    background-image: url(/images/menu_icon/ico_019_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_19.current:hover {
    background-image: url(/images/menu_icon/ico_019_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_20 {
    background-image: url(/images/menu_icon/ico_020_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_20:hover {
    background-image: url(/images/menu_icon/ico_020.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_20.current {
    background-image: url(/images/menu_icon/ico_020.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_20.current:hover {
    background-image: url(/images/menu_icon/ico_020.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_21 {
  background-image: url(/images/menu_icon/ico_021.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_21:hover {
  background-image: url(/images/menu_icon/ico_021_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_21.current {
  background-image: url(/images/menu_icon/ico_021_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_21.current:hover {
  background-image: url(/images/menu_icon/ico_021_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_operation {
    /* background-image: url(/images/menu_icon/ico_007.svg?9fa1a1f404725d5d1bed6f9781b25637); */
  background-image: url(/images/menu_icon/operation_off.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_operation:hover {
  background-image: url(/images/menu_icon/operation_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_operation.current {
  background-image: url(/images/menu_icon/operation_on.svg?9fa1a1f404725d5d1bed6f9781b25637);
}


#global_menu li:hover ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
#global_menu li > ul {
  display: none;
}
#global_menu li > ul li {
  width: 100%;
  margin: 0;
  border-radius: 0px;
  border-bottom: 2px solid #CFCFCF;
  padding: 5px 10px;
}
#global_menu li > ul li:nth-child(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#global_menu li > ul li:nth-child(3) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#global_menu li > ul li:hover a {
  color: #fff;
}
#global_menu li > ul li a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #000 !important;
}

#global_menu a > li {
  display: inline-block;
  width: 53px;
  height: 50px;
  border-radius: 8px;
  padding: 5px;
  background-size: auto 76%;
  background-repeat: no-repeat;
  background-position: center 10px;
  text-align: center;
  position: relative;
  margin: 10px;
  font-size: 12px;
  background-color: #e2e2e2;
}

.search-box {
  display: flex;
  background-color: #FFF;
  border-radius: 5px;
  align-items: center;
}
.search-box__left {
  width: 120px;
  display: flex;
  justify-content: flex-end;
  padding-right: 4px;
}
.search-box__left span {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1px 10px;
  font-size: 12px;
  color: #797979;
}
.search-box__right {
  display: flex;
  width: calc(100% - 120px);
}
.search-box__right input {
  border: 0px;
  box-shadow: none;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  width: 100%;
  -webkit-box-shadow: none;
}
.search-box__right input::-moz-placeholder {
  font-size: 12px;
}
.search-box__right input::placeholder {
  font-size: 12px;
}
.search-box__right .input-group-append {
  margin-right: -1px;
}
.search-box__right .input-group-append button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

#global_menu li a {
  height: 100%;
  display: block;
  color: #333;
}

#global_menu li span {
  display: block;
  width: 60px;
  position: absolute;
  text-align: center;
  bottom: 0;
}

#global_menu li:hover,
#global_menu li.current {
  /* background-color: #005099; */
  cursor: pointer;
}

section {
  padding-top: 55px;
  min-width: 1280px;
}

#top_bar_title {
  background: #343a40;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

#top_bar_title h2 {
  display: block;
  font-size: 18px;
  display: inline-block;
}

#top_bar_title .top-page-title {
  color: #0047aa;
  font-weight: 400;
  line-height: 36px;
  border-bottom: 1px solid #0047aa;
  margin-bottom: -1px;
  padding-bottom: 12px;
  padding-right: 20px;
  font-size: 16px;
}

.dashboard__wrap {
  height: 80vh;
  padding-top: 100px;
}

.dashboard__wrap__inner {
  width: 94%;
  margin: 0 auto;
}

.dashboard__wrap__inner__col__left,
.dashboard__wrap__inner__col__right {
  display: inline-block;
  vertical-align: top;
}

.dashboard__wrap__inner__col__left {
  width: 66%;
  overflow: hidden;
  margin-right: 3%;
}

#slider .carousel-inner .carousel-item {
  height: 36rem;
}

#slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dashboard__wrap__inner__col__left .slide {
  padding: 5px;
}

.dashboard__thumbnail--h100 {
  width: 100%;
  height: 100%;
  max-height: 11rem;
}

.dashboard__wrap__inner__col__right {
  width: 30%;
}

.dashboard_wrap_inner_col_right h2 {
  background: #343a40;
  color: #fff;
  font-size: 18px;
  padding: 1rem;
  margin-top: 5px;
  margin-bottom: 1rem;
  width: 113.5%;
}

.dashboard_wrap_inner_col_left .slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 465px;
}

.dashboard_wrap_inner_col_left .slider {
  padding: 5px;
}

.store_list {
  max-height: auto;
  margin-top: -10;
}

.section__right__welcome h2 {
  background: #343a40;
  color: #fff;
  font-size: 18px;
  padding: 1rem;
  margin-top: 5px;
  margin-bottom: 1rem;
  width: 113.5%;
}

.section__right__vid iframe {
  width: 100%;
  height: 280px;
  margin-bottom: 1rem;
}

.section__right__wrap-text p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.section__right__wrap-text img {
  float: right;
  width: 40%;
  height: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
}

input.form-control {
  margin-bottom: 1rem;
}

img.page__content__logo {
  height: 8em;
}

.form-check{
  float: right;
  margin-right: -8px;
}
div.form-check button.btn {
  white-space: nowrap;
  font-size: 1.2rem;
}

.header--fixed img.img-container__img--full-height {
  height: 2.5em;
}

input.form-control {
  margin-bottom: unset;
  font-size: 100%;
}
.form-control[readonly]:not(.form-control[disabled]){
  background:#fff;
}

div.div--grey-background {
  background-color: #eeeeee;
  color: #888888;
}

.avatar--color-cyan {
  background-color: #00cccb !important;
}

.avatar--color-red {
  background-color: #c32f34 !important;
}

.avatar--color-blue {
  background-color: #1b4f98 !important;
}

.avatar--color-orange {
  background-color: #f99600 !important;
}

.avatar--color-grey {
  background-color: #999999 !important;
}

.box--bg-grey {
  background-color: #999999;
  border: 1px solid #999999;
}

.bg-gray-12 {
  background-color: #f8f8f8 !important;
}

.menu__top__bar {
  background-color: #e0e0e0;
  color: #fff;
  margin-top: 50px;
}

.menu__top__bar .menu__wrapper {
  padding:10px 0;
}

.menu__top__bar .menu-item-link {
  margin-right: 20px;
}

#content__top__bar__feature.menu__top__bar .menu-item-link .menu-item-link__img {
  width: 8vh;
  max-width:72px;
  min-width:48px;
  height: auto;
  border-radius: 3px;
  transition: .3s;
}

#content__top__bar__feature.small.menu__top__bar .menu-item-link .menu-item-link__img {
  width: 4vh;
}

.content__top__bar__wrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 55px;
}

.content__top__bar__placeholder {
  display: inline-block;
  height: 176px;
}

.content__top__bar {
  background-color: #343a40;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.content__top__bar .row{
}
.content__top__bar .input-group input {
  padding-top: 0;
  padding-bottom: 0;
}
.content__top__bar .input-group input::-moz-placeholder {
  color: #cccccc;
  font-size: 0.7rem;
}
.content__top__bar .input-group input::placeholder {
  color: #cccccc;
  font-size: 0.7rem;
}
.content__top__bar .bar__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content__top__bar .bar__list .hover--dim:hover {
  opacity: 0.7;
}
.content__top__bar .bar__list .hover--dim:hover a, .content__top__bar .bar__list .hover--dim:hover a:hover {
  color: inherit;
}
.content__top__bar .bar__list__item.border-left {
  border-left: 1px solid #555c60;
}
.content__top__bar .bar__list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  border-left: 1px solid #555c60;
  height: 50px;
  justify-content: center;
  min-width: 60px;
  color: #FFF;
}
.content__top__bar .bar__list__item span {
  font-size: 0.6rem;
  margin-top: 3px;
}
.content__top__bar .bar__list__item__box {
  width: 75px;
  height: 47px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.content__top__bar .bar__list__item__box--off, .content__top__bar .bar__list__item__box--on {
  font-size: 0.6rem;
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  line-height: 1rem;
}
.content__top__bar .bar__list__item__box--off {
  background-color: #D53430;
}
.content__top__bar .bar__list__item__box--on {
  background-color: #5168CB;
}
.content__top__bar .bar__list__item__box--status {
  background-color: #FFF;
  color: #888888;
  width: 94%;
  height: 27px;
  margin: auto;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content__top__bar .bar__list:last-child {
  border-right: 1px solid #555c60;
}

.mail-btn img {
  width: 35px;
}

#input-file-product,
#input-file {
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

.white-space-nowrap {
  white-space: nowrap;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.width-120 {
  width: 120px;
}

.custom-dropdown button {
  border-color: #d4d4d4;
  width: 150px;
}
.custom-dropdown button:hover, .custom-dropdown button:focus {
  color: #FFF;
}
.custom-dropdown button:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 23px;
  background: #ced4da;
}
.custom-dropdown button:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 8px;
  top: 50%;
}

div.calendar {
  position: relative;
  max-width: 280px;
}
div.calendar #calendar {
  width: 235px;
  padding: 10px;
}
div.calendar .circle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
}
div.calendar .circle.right {
  right: 16px;
}
div.calendar .rope {
  height: 110px;
  width: 10px;
  background-color: #2e6a2e;
  position: absolute;
  border-radius: 0 0 7px 7px;
  top: -80px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}
div.calendar .rope.left {
  left: 21px;
}
div.calendar .rope.right {
  right: 21px;
}
div.calendar .currentDateDisplay {
  height: 130px;
  width: 100%;
  color: #b12c2c;
  font-weight: 600;
}
div.calendar .currentDateDisplay > p {
  font-size: 2rem;
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.4);
}
div.calendar .ui-datepicker {
  display: inline-block;
  margin: auto;
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #999999;
}
div.calendar .ui-datepicker .ui-datepicker-title {
  color: #333333;
  text-align: left;
  margin: 0px;
  padding-left: 10px;
}
div.calendar .ui-datepicker .ui-datepicker-calendar {
  margin: auto;
  width: 100%;
  padding: 1rem;
}
div.calendar .ui-datepicker .ui-datepicker-calendar tr th {
  text-align: center;
}
div.calendar .ui-datepicker .ui-datepicker-calendar a {
  text-decoration: none;
  color: #000;
  padding: 0px;
  background: transparent;
  border: 0px;
  text-align: center;
}
div.calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  text-align: center;
}
div.calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  color: #4c246e;
  background-color: #e4f2ff;
}
div.calendar .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  color: #4c246e;
}
div.calendar .ui-datepicker .ui-datepicker-header {
  color: #4c246e;
  font-size: 1.3rem;
  background-color: transparent;
  border: transparent;
}
div.calendar .ui-datepicker .ui-datepicker-prev {
  float: left;
  line-height: 2.5rem;
  display: none;
}
div.calendar .ui-datepicker .ui-datepicker-next {
  float: right;
  line-height: 2.5rem;
  display: none;
}
div.calendar .ui-datepicker .ui-datepicker-year,
div.calendar .ui-datepicker .ui-datepicker-month {
  line-height: 2.5rem;
}
div.calendar .ui-datepicker .ui-datepicker-month {
  margin-right: 1rem;
}
div.calendar .ui-datepicker td {
  font-family: "Droid Sans", sans-serif;
  text-align: center;
}
div.calendar .ui-datepicker thead tr th {
  opacity: 0.5;
  padding: 0em 0.3em;
}
div.calendar .ui-datepicker thead tr th:nth-child(1) {
  color: #d9534f;
}
div.calendar .ui-datepicker thead tr th:last-child {
  color: #4874bc;
}
div.calendar .ui-datepicker tbody tr td:nth-child(1) a {
  color: #d9534f;
}
div.calendar .ui-datepicker tbody tr td:last-child a {
  color: #4874bc;
}
.ui-datepicker {
  z-index: 100 !important;
}

.w-150px {
  width: 150px;
}

.w-700px {
  width: 700px;
}

.width-250 {
  width: 250px;
}

.mg-right-5 {
  margin-right: 5px;
}

.btn-status {
  padding: 5px;
  margin: 1px;
  min-width: 4rem;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  border: none;
  background: none;
}
.btn-status--warring {
  background-color: #F99600;
}
.btn-status--success {
  background-color: #49AC51;
}
.btn-status--primary {
  background-color: #058BF7;
}
.btn-status--success3 {
  background-color: #74C686;
}
.btn-status--success4 {
  background-color: #98CB00;
}
.btn-status--primary2 {
  background-color: #58AAFF;
}
.btn-status--primary3 {
  background-color: #467CF2;
}
.btn-status--primary4 {
  background-color: #0082FF;
}
.btn-status--purple1 {
  background-color: #952bf7;
}
.btn-status--purple2 {
  background-color: #5168CB;
}
.btn-status--border0 {
  border-radius: 0px;
}
.btn-status--error {
  background-color: #D53430;
}
.btn-status--error2 {
  background-color: #D9534F;
}
.btn-status--shadow {
  border: 2px solid #1268A6;
  background: linear-gradient(180deg, rgb(0, 153, 255) 0%, rgb(20, 107, 170) 100%);
}
.btn-status--grey8 {
  background-color: #898989;
}
.btn-img{
  margin: 1px;
  color: #FFF;
  border: none;
  background:none;
}
.btn-img img{
  width:120px;
}
.btn{
  white-space:nowrap;
  text-align: center;
  font-size: 1rem;
}
#sign-space .btn{
  font-size:16px;
}

.btn-tag {
  padding: 5px;
  border-radius: 3px;
  color: #005099;
  text-align: center;
  border: 2px solid #005099;
  background-color: #FFF;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.btn-tag--small, .btn-tag--long, .btn-tag--high, .btn-tag--manage {
  position: relative;
}
.btn-tag--small::after, .btn-tag--long::after, .btn-tag--high::after, .btn-tag--manage::after, .btn-tag--small_extra {
  position: absolute;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  bottom: 0 !important;
  right: 0 !important;
  transform: translate(50%, 5px);
  background-color: #FFF;
  font-size: 0.7rem;
}
.btn-tag--small::after {
  content: "職";
  border: 2px solid #45d035;
}
.btn-tag--long::after {
  content: "若";
  border: 2px solid #ff6900;
}
.btn-tag--high::after {
  content: "高";
  border: 2px solid #952bf7;
}
.btn-tag--manage::after {
  content: "管";
  border: 2px solid #333;
}
.btn-tag--small_extra {
  font-size: 0.8rem;
  top: -22px !important;
  right: -5px !important;
  border: 2px solid #45d035;
}
#ginosya_list .addable-contents li span.btn-tag--small_extra {
  background: #fff;
  padding: 0;
  padding-left: 5px;
  padding-top: 2px;
}
.arrangement__table .genba .ginosya_name span.btn-tag--small_extra {
  color: #005099;
  padding: 3px;
  background: #fff;
}
.arrangement__table .genba .total_cell {
  width: 80px;
}
.arrangement__table .genba .welfare_total_cell {
  width: 80px;
}

.btn-switch-request {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 152px;
  border: 2px solid #5168CB;
  border-radius: 2px;
}
.btn-switch-request > div {
  width: 50%;
  text-align: center;
}
.btn-switch-request div:nth-child(1) {
  color: #FFF;
  background-color: #5168CB;
  padding: 5px;
}
.btn-switch-request div:nth-child(2) {
  color: #FFF;
  background-color: #FFF;
  padding: 5px;
}
.btn-switch-request--active div:nth-child(1) {
  color: #FFF;
  background-color: #FFF;
}
.btn-switch-request--active div:nth-child(2) {
  color: #FFF;
  background-color: #5168CB;
}

.ele--pointer {
  cursor: pointer;
}

.top-55 {
  top: 55%;
}

.start-60 {
  left: 60%;
}

button.header__group_btn:focus {
  outline: 0;
  box-shadow: none;
}

body.overlay:after {
  background-color: rgba(0, 0, 0, 0.4117647059);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}
body.overlay .lds-ellipsis {
  display: inline-block;
  position: relative;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
body.overlay .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #4874BC;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
body.overlay .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
body.overlay .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
body.overlay .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
body.overlay .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.form-search__workschedule input, .form-search__workschedule button {
  padding: 3px 10px;
}
.form-search__workschedule button {
  border: 0px;
  padding: 4px 8px;
}

.messenger {
  display: grid;
}

div.body-wrapper {
  margin: 0 auto;
  margin-top: 25px;
}
div.body-wrapper .chat-wrapper {
  padding: 1px 0px;
  margin-top: 70px;
}
div.body-wrapper #files-detail::-webkit-scrollbar {
  width: 5px;
}
div.body-wrapper #files-detail::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}
div.body-wrapper #files-detail::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #919191;
}
div.body-wrapper .chat-screen {
  padding: 0 2em;
  background-color: #F7F7F7;
}
div.body-wrapper .chat-screen .col--no_py {
  padding-left: unset;
  padding-right: unset;
  border-left: 1px solid #dee2e6;
}
div.body-wrapper .chat-screen .wrapper__mess {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.body-wrapper .chat-screen #files-detail {
  overflow-y: scroll;
  height: calc(100vh - 300px);
}
div.body-wrapper .chat-screen #files-detail::-webkit-scrollbar {
  width: 2px;
}
div.body-wrapper .chat-screen #files-detail::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}
div.body-wrapper .chat-screen #files-detail::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #919191;
}
div.body-wrapper .chat-screen ul.users,
div.body-wrapper .chat-screen ul.files {
  list-style-type: none;
  max-height: calc(100vh - 250px);
  overflow: auto;
}
div.body-wrapper .chat-screen ul.users::-webkit-scrollbar,
div.body-wrapper .chat-screen ul.files::-webkit-scrollbar {
  width: 5px;
}
div.body-wrapper .chat-screen ul.users::-webkit-scrollbar-track,
div.body-wrapper .chat-screen ul.files::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}
div.body-wrapper .chat-screen ul.users::-webkit-scrollbar-thumb,
div.body-wrapper .chat-screen ul.files::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #919191;
}
div.body-wrapper .chat-screen ul.users li,
div.body-wrapper .chat-screen ul.files li {
  cursor: pointer;
}
div.body-wrapper .chat-screen ul.users li:first-child .item,
div.body-wrapper .chat-screen ul.files li:first-child .item {
  border-top: 0px;
}
div.body-wrapper .chat-screen ul.users li div.user__action,
div.body-wrapper .chat-screen ul.files li div.user__action {
  margin-left: unset;
  margin-right: unset;
  height: 50px;
}
div.body-wrapper .chat-screen ul.users li div.user__action div.div--center,
div.body-wrapper .chat-screen ul.files li div.user__action div.div--center {
  display: flex;
  align-items: center;
  padding: unset;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.user__action__text--big-bold,
div.body-wrapper .chat-screen ul.files li div.user__action p.user__action__text--big-bold {
  font-weight: 900;
  font-size: 18;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.user__action__text--big-bold.user_action--padding-left,
div.body-wrapper .chat-screen ul.files li div.user__action p.user__action__text--big-bold.user_action--padding-left {
  color: #000;
  font-size: 120%;
}
div.body-wrapper .chat-screen ul.users li div.user__action div.user__action__add,
div.body-wrapper .chat-screen ul.files li div.user__action div.user__action__add {
  border-right: 2px solid #EEEEEE;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.user_action--padding-left,
div.body-wrapper .chat-screen ul.files li div.user__action p.user_action--padding-left {
  padding-left: 1em;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.user_action--padding-left img,
div.body-wrapper .chat-screen ul.files li div.user__action p.user_action--padding-left img {
  width: 30px;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.add_btn,
div.body-wrapper .chat-screen ul.files li div.user__action p.add_btn {
  padding-top: unset;
  display: flex;
  align-items: center;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.add_btn img,
div.body-wrapper .chat-screen ul.files li div.user__action p.add_btn img {
  height: 80%;
  padding-right: unset;
}
div.body-wrapper .chat-screen ul.users li img,
div.body-wrapper .chat-screen ul.files li img {
  max-width: 100%;
}
div.body-wrapper .chat-screen ul.users li .item,
div.body-wrapper .chat-screen ul.files li .item {
  border: 1px solid #ccc;
  padding: 0.5rem 1.5rem;
  position: relative;
}
div.body-wrapper .chat-screen ul.users li .item .time,
div.body-wrapper .chat-screen ul.files li .item .time {
  text-align: right;
  height: 1rem;
  position: absolute;
  right: 15px;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper,
div.body-wrapper .chat-screen ul.files li .item .inner__wrapper {
  height: 3.5rem;
  align-items: center;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper > img,
div.body-wrapper .chat-screen ul.files li .item .inner__wrapper > img {
  margin: 0.5rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper > div,
div.body-wrapper .chat-screen ul.files li .item .inner__wrapper > div {
  margin: 0.5rem;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper > div img,
div.body-wrapper .chat-screen ul.files li .item .inner__wrapper > div img {
  height: 1.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper .inner__right > p,
div.body-wrapper .chat-screen ul.files li .item .inner__wrapper .inner__right > p {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper .inner__right div p,
div.body-wrapper .chat-screen ul.files li .item .inner__wrapper .inner__right div p {
  font-size: 70%;
}
div.body-wrapper .chat-screen ul.users li.search-user,
div.body-wrapper .chat-screen ul.files li.search-user {
  background-color: #EEEEEE;
  height: 59px;
  padding: 7px 15px 3px;
}
div.body-wrapper .chat-screen ul.users li.search-user div.search-input,
div.body-wrapper .chat-screen ul.files li.search-user div.search-input {
  padding: 7px;
}
div.body-wrapper .chat-screen ul.users li.search-user span.input-group__button--custom,
div.body-wrapper .chat-screen ul.files li.search-user span.input-group__button--custom {
  background-color: #fff;
  border-right: 0px;
  padding: 0.375rem 0.4rem 0.375rem 1.4rem;
}
div.body-wrapper .chat-screen ul.users li.search-user input.input--custom,
div.body-wrapper .chat-screen ul.files li.search-user input.input--custom {
  border-left: 0px;
}
div.body-wrapper .chat-screen ul.users .box__chat,
div.body-wrapper .chat-screen ul.files .box__chat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 20px;
  position: relative;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__left,
div.body-wrapper .chat-screen ul.files .box__chat .box__left {
  position: relative;
  margin-right: 5px;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__left .box__left_avatar,
div.body-wrapper .chat-screen ul.files .box__chat .box__left .box__left_avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #EAEAEA;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__left .box__left_avatar img,
div.body-wrapper .chat-screen ul.files .box__chat .box__left .box__left_avatar img {
  max-width: 50%;
  max-height: 50%;
  margin-right: 2px;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__left .box__left_noti,
div.body-wrapper .chat-screen ul.files .box__chat .box__left .box__left_noti {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #F0142F;
  right: 0;
  top: -5px;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__right,
div.body-wrapper .chat-screen ul.files .box__chat .box__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__right .box__right__name,
div.body-wrapper .chat-screen ul.files .box__chat .box__right .box__right__name {
  font-size: 1rem;
  font-weight: 600;
  color: #3B4048;
  text-align: left;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__right .box__right__mess,
div.body-wrapper .chat-screen ul.files .box__chat .box__right .box__right__mess {
  font-size: 0.8rem;
  color: #888888;
  text-align: left;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__date,
div.body-wrapper .chat-screen ul.files .box__chat .box__date {
  position: absolute;
  color: #888888;
  top: 10px;
  right: 20px;
  font-weight: 500;
}
div.body-wrapper .chat-screen ul.users .box__chat--border,
div.body-wrapper .chat-screen ul.files .box__chat--border {
  border: 2px solid #F4F2F0;
}
div.body-wrapper .chat-screen .mess__header {
  display: flex;
  height: 59px;
  justify-content: space-between;
  border-bottom: 2px solid #EEEEEE;
  padding: 1.5rem 1rem 1rem;
}
div.body-wrapper .chat-screen .mess__header .mess__users,
div.body-wrapper .chat-screen .mess__header .mess__option {
  display: flex;
  align-items: center;
}
div.body-wrapper .chat-screen .mess__header .mess__users .btn__more,
div.body-wrapper .chat-screen .mess__header .mess__option .btn__more {
  cursor: pointer;
}
div.body-wrapper .chat-screen .mess__header .mess__users .mess__users__left_avatar,
div.body-wrapper .chat-screen .mess__header .mess__option .mess__users__left_avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #EAEAEA;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
div.body-wrapper .chat-screen .mess__header .mess__users .mess__users__left_avatar img,
div.body-wrapper .chat-screen .mess__header .mess__option .mess__users__left_avatar img {
  max-width: 50%;
  max-height: 50%;
  margin-right: 2px;
}
div.body-wrapper .chat-screen .mess__content {
  overflow-y: auto;
  height: 90%;
  overflow-x: hidden;
  max-height: calc(100vh - 405px);
}
div.body-wrapper .chat-screen .mess__content::-webkit-scrollbar {
  width: 5px;
}
div.body-wrapper .chat-screen .mess__content::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}
div.body-wrapper .chat-screen .mess__content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #919191;
}
div.body-wrapper .chat-screen .mess__input {
  background-color: #EEEEEE;
  height: 255px;
  padding: 7px 17px 17px;
}
div.body-wrapper .chat-screen .mess__input textarea {
  height: 6rem;
  width: 100%;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 2px 0;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__insert {
  display: flex;
  width: 80px;
  justify-content: space-between;
  align-items: center;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__insert img {
  height: 24px;
  cursor: pointer;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__insert .inputfile {
  /* visibility: hidden etc. wont work */
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__send #btn_send {
  background-color: #035aa6;
  border: 0px;
  padding: 0.5rem 1rem;
  color: #FFF;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__send #btn_send:hover {
  opacity: 0.5;
}
div.body-wrapper .chat-screen .box__mess {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 20px;
  position: relative;
}
div.body-wrapper .chat-screen .box__mess .box__mess__left {
  position: relative;
  margin-right: 5px;
}
div.body-wrapper .chat-screen .box__mess .box__mess__left .box__mess__left_avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #EAEAEA;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
div.body-wrapper .chat-screen .box__mess .box__mess__left .box__mess__left_avatar img {
  max-width: 50%;
  max-height: 50%;
  margin-right: 2px;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 500px;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right .box__mess__right__name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #3B4048;
  text-align: left;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right .box__mess__right__text {
  font-size: 0.8rem;
  color: #252525;
  font-weight: 600;
  text-align: left;
  background-color: #EEEEEE;
  padding: 10px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right .box__mess__right__text::before {
  content: url(/images/ChatBoxArrow.svg?f2a5fa9f9c86d92921d5b4a321f0b11f);
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translate(-10px, 0px);
}
div.body-wrapper .chat-screen .box__mess .box__mess__right__time {
  color: #888888;
  height: 100%;
  align-self: flex-end;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right__time p {
  font-weight: 500;
  font-size: 0.8rem;
  padding-left: 10px;
}
div.body-wrapper .chat-screen .box__mess.go {
  justify-content: flex-end;
}
div.body-wrapper .chat-screen .box__mess.go .box__mess__right__text {
  background-color: #DAEDFD;
}
div.body-wrapper .chat-screen .box__mess.go .box__mess__right__text::before {
  content: url(/images/ChatBoxArrowGo.svg?293ac18610a108241b644699e93a4af1);
  color: #DAEDFD;
  left: unset;
  right: 0;
  transform: translate(70%, 0px);
}
div.body-wrapper .chat-screen .box__mess.go .box__mess__right__time p {
  padding-left: unset;
  padding-right: 10px;
  text-align: right;
}
div.body-wrapper .chat-screen .adver-wrapper {
  background-color: #F7F7F7;
}
div.body-wrapper .chat-screen .adver-wrapper div.ad__img__bg {
  background-color: #fff;
  border-radius: 25px;
  height: 80%;
}
div.body-wrapper .chat-screen .adver-wrapper .top-ad {
  height: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
div.body-wrapper .file__wrapper button.nav-link {
  color: #000;
  font-size: 1rem;
  padding: 24px 30px 8px !important;
}
div.body-wrapper .file__wrapper button.nav-link.active {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid #4874bc;
}
div.body-wrapper .file__wrapper .tabs {
  border: 2px solid #EEEEEE;
}
div.body-wrapper .file__wrapper .tabs > div {
  width: 30%;
  height: 3.5rem;
  text-align: center;
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
  font-size: 400;
}
div.body-wrapper .file__wrapper .tabs > div.selected {
  border-bottom: 0.4rem solid #4874BC;
}
div.body-wrapper .file__wrapper .list.hidden {
  visibility: hidden;
}
div.body-wrapper #btn_send {
  background-color: red;
  border: 0px;
  padding: 0.5rem 1rem;
  color: #FFF;
}

input[name="total-unseen[]"] {
  display: hidden;
}

#box-total-unread-message {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  display: none;
  font-size: 10px !important;
  right: -5px;
  top: 5px;
}
#box-total-unread-message #total-unread-message {
  line-height: 20px;
  font-size: 9px;
  padding-bottom: 2px;
  padding-left: 1px;
  color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.listOfContacts .messenger-list-item .chat-group-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
}
.listOfContacts .messenger-list-item .created-message {
  min-height: 22px;
}
.listOfContacts .messenger-list-item .created-message span {
  color: #cacaca;
  font-weight: 400;
  font-size: 13px;
  float: right;
  display: block;
}
.listOfContacts .avatar p {
  margin-top: 13px;
  color: #fff;
}

.header-update-group {
  background-color: #1B4F98;
  height: 50px;
}
.header-update-group .close {
  color: #fff;
  padding: 13px;
}
.header-update-group .close span {
  font-size: 24px;
}
.header-update-group .close span:focus {
  color: #fff !important;
}
.header-update-group .close span:hover {
  color: #fff !important;
}
.header-update-group .close:hover {
  color: #fff !important;
}

.header-share-member {
  background-color: #1B4F98;
  height: 50px;
}
.header-share-member .close {
  color: #fff;
  padding: 13px;
}
.header-share-member .close span {
  font-size: 24px;
}
.header-share-member .close span:focus {
  color: #fff !important;
}
.header-share-member .close span:hover {
  color: #fff !important;
}
.header-share-member .close:hover {
  color: #fff !important;
}

.modal-body--share-member .search-list-share {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 180px;
}
.modal-body--share-member .search-list-share .name-member {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 265px;
  overflow: hidden;
  margin-right: 10px;
}
.modal-body--share-member .btn-cancel-share-message {
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  color: #646262;
  overflow: unset !important;
  height: unset !important;
  position: unset !important;
  min-width: 95px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 2px;
}
.modal-body--share-member .btn-submit-share-message {
  border: 1px solid #1B4F98;
  background-color: #1B4F98;
  color: #FFF;
  overflow: unset !important;
  height: unset !important;
  position: unset !important;
  min-width: 95px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 2px;
}
.modal-body--share-member .search-list-share::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-body--share-member .search-list-share::-webkit-scrollbar-thumb,
.modal-body--share-member .app-scroll-thin::-webkit-scrollbar-thumb {
  background: #d8dce0;
}

div[data-name=share-member] .app-show-modal {
  animation: unset;
}

.messenger-listView-tabs a:focus {
  color: #fff !important;
}
.messenger-listView-tabs .clickable-w {
  display: none;
}
.messenger-listView-tabs .clickable {
  margin-bottom: 2px;
}
.messenger-listView-tabs .active-tab .clickable {
  margin-bottom: 2px;
  display: none;
}
.messenger-listView-tabs .active-tab .clickable-w {
  display: inline;
  margin-bottom: 2px;
}

.share-member-tabs {
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  background-color: transparent;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.06);
}
.share-member-tabs a {
  font-weight: 600;
  width: 50%;
  background: red;
  /* padding: 5px; */
  display: inline-block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: transparent;
  transition: background 0.3s;
  color: #606679 !important;
}
.share-member-tabs a.active-tab {
  background: #1b4f98 !important;
  color: #fff !important;
}
.share-member-tabs a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
  color: #606679 !important;
}
.share-member-tabs a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
  color: #fff;
}
.share-member-tabs a:focus {
  color: #fff !important;
}
.share-member-tabs .clickable-w {
  display: none;
}
.share-member-tabs .clickable {
  margin-bottom: 2px;
}
.share-member-tabs .active-tab .clickable {
  margin-bottom: 2px;
  display: none;
}
.share-member-tabs .active-tab .clickable-w {
  display: inline;
  margin-bottom: 2px;
}

.user-name-detail {
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  max-width: 420px;
}

.header-add-member {
  background-color: #1B4F98;
  height: 50px;
}
.header-add-member .close {
  color: #fff;
  padding: 13px;
}
.header-add-member .close span {
  font-size: 24px;
}
.header-add-member .close span:focus {
  color: #fff !important;
}
.header-add-member .close span:hover {
  color: #fff !important;
}
.header-add-member .close:hover {
  color: #fff !important;
}

.header-detai-user {
  background-color: #1B4F98;
  height: 50px;
}
.header-detai-user .close {
  color: #fff;
  padding: 13px;
}
.header-detai-user .close span {
  font-size: 24px;
}
.header-detai-user .close span:focus {
  color: #fff !important;
}
.header-detai-user .close span:hover {
  color: #fff !important;
}
.header-detai-user .close:hover {
  color: #fff !important;
}

.header-leave-user {
  background-color: #FFF;
  height: 50px;
}
.header-leave-user .close {
  color: black;
  padding: 13px;
}
.header-leave-user #cancel-leave-user span {
  font-size: 22px !important;
}

.header-remove-user {
  background-color: #FFF;
  height: 50px;
}
.header-remove-user .close {
  color: black;
  padding: 13px;
}
.header-remove-user #cancel-remove-user span {
  font-size: 22px !important;
}

.confirm-leave-user .app-modal-card {
  background: #FFF !important;
  box-shadow: unset;
  border-radius: unset;
  animation: unset;
}
.confirm-leave-user .app-modal-card .btn-leave-user {
  width: 100px;
  background: #1B4F98;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  margin-right: 30px;
}
.confirm-leave-user .app-modal-card .cancel {
  width: 100px;
  background: #C0C0C0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}

.confirm-remove-message .app-modal-card {
  background: #FFF !important;
  box-shadow: unset;
  border-radius: unset;
  animation: unset;
}
.confirm-remove-message .app-modal-card .btn-remove-message {
  width: 100px;
  background: #1B4F98;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  margin-right: 30px;
}
.confirm-remove-message .app-modal-card .cancel {
  width: 100px;
  background: #C0C0C0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}

.header-remove-message {
  background-color: #FFF;
  height: 50px;
}
.header-remove-message .close {
  color: black;
  padding: 13px;
}
.header-remove-message #cancel-remove-message span {
  font-size: 22px !important;
}

.room-chat-wrapper:hover {
  background-color: #f7f7f7 !important;
}

.room-chat-wrapper:focus {
  background-color: #f7f7f7 !important;
}

.confirm-remove-user .app-modal-card {
  background: #FFF !important;
  box-shadow: unset;
  border-radius: unset;
  animation: unset;
}
.confirm-remove-user .app-modal-card .btn-remove-user {
  width: 100px;
  background: #1B4F98;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  margin-right: 30px;
}
.confirm-remove-user .app-modal-card .cancel {
  width: 100px;
  background: #C0C0C0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}

.header-remove-user {
  background-color: #FFF;
  height: 50px;
}
.header-remove-user .close {
  color: black;
  padding: 13px;
}
.header-remove-user #cancel-remove-user span {
  font-size: 22px !important;
}

#avatar-detail-member {
  margin-right: 5px;
}
#avatar-detail-member p {
  margin: auto;
  color: #fff;
  font-weight: 600;
}

.confirm-remove-user .app-modal-card {
  background: #FFF !important;
  box-shadow: unset;
  border-radius: unset;
  animation: unset;
}
.confirm-remove-user .app-modal-card .btn-remove-user {
  width: 100px;
  background: #1B4F98;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  margin-right: 30px;
}
.confirm-remove-user .app-modal-card .cancel {
  width: 100px;
  background: #C0C0C0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}

.modal-body--update-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-body--update-group .btn-primary.edit-group {
  background-color: #004A8C;
  border-radius: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
}
.modal-body--update-group .delete-member-in-group {
  display: inline-block;
  margin-top: 10px;
}
.modal-body--update-group #leave-room {
  color: red;
}
.modal-body--update-group #leave-room img {
  margin-right: 10px;
}
.modal-body--update-group #list-member {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 230px;
}
.modal-body--update-group #list-member .name-member {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 265px;
  overflow: hidden;
  margin-right: 10px;
}
.modal-body--update-group #list-member::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-body--update-group #list-member::-webkit-scrollbar-thumb,
.modal-body--update-group .app-scroll-thin::-webkit-scrollbar-thumb {
  background: #d8dce0;
}
.modal-body--update-group #chat-group-name {
  display: inline-block;
  margin: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
}
.modal-body--update-group .change-name-group {
  margin: 0px 10px;
  width: calc(100% - 20px);
  border-right: none;
  border-top: none;
  border-left: none;
  padding: 8px 10px;
  outline: none;
  margin-right: 0px !important;
  background: #E8E5E5;
}
.modal-body--update-group .app-modal-footer {
  text-align: center;
}
.modal-body--update-group .app-modal-footer .edit-group {
  width: 200px;
}
.modal-body--update-group .hidden {
  display: none;
}
.modal-body--update-group .add-member-text a {
  color: #6C757D;
}
.modal-body--update-group .icon-edit {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
}
.modal-body--update-group .user-name .icon-user-name {
  width: 18px;
  height: 18px;
}
.modal-body--update-group .input-group-text {
  height: 32px;
  background: #E8E5E5;
}
.modal-body--update-group .delete-member-in-group {
  min-height: 30px;
}
.modal-body--update-group .delete-member-in-group .icon-del {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  display: none;
}
.modal-body--update-group .delete-member-in-group .icon-del:hover {
  cursor: pointer;
}
.modal-body--update-group .delete-member-in-group p {
  margin-top: 5px;
}
.modal-body--update-group .display-icon-delete:hover .icon-del {
  display: block;
}
.modal-body--add-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-body--add-member .btn-primary.search-member {
  background-color: #004A8C;
  border-radius: 0;
  width: 180px;
  text-align: center;
  color: #FFF;
}
.modal-body--add-member input::-moz-placeholder {
  font-weight: 500;
  opacity: 1;
}
.modal-body--add-member input::placeholder {
  font-weight: 500;
  opacity: 1;
}
.modal-body--add-member input:-ms-input-placeholder {
  font-weight: 500;
}
.modal-body--add-member input::-ms-input-placeholder {
  font-weight: 500;
}
.modal-body--add-member #search-list-member {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 180px;
}
.modal-body--add-member #search-list-member .name-member {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 265px;
  overflow: hidden;
  margin-right: 10px;
}
.modal-body--add-member .list-username {
  display: grid;
  grid-gap: 16px;
  padding: 16px;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(50px, 1fr);
  overflow-x: auto;
  max-width: 400px;
}
.modal-body--add-member .list-username .item {
  text-align: center;
}
.modal-body--add-member .list-username .item p {
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.modal-body--add-member .list-username .item.hidden {
  display: none;
}
.modal-body--add-member .list-username::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-body--add-member .list-username::-webkit-scrollbar-thumb,
.modal-body--add-member .app-scroll-thin::-webkit-scrollbar-thumb {
  background: #d8dce0;
}
.modal-body--add-member #search-list-member::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-body--add-member #search-list-member::-webkit-scrollbar-thumb,
.modal-body--add-member .app-scroll-thin::-webkit-scrollbar-thumb {
  background: #d8dce0;
}
.modal-body--add-member .app-modal-footer {
  margin: auto;
}
.modal-body--add-member .add-member-text a {
  color: #6C757D;
}
.modal-body--add-member .user-name .icon-user-name {
  width: 18px;
  height: 18px;
}
.modal-body--add-member .row {
  min-height: 30px;
  margin-bottom: 10px;
}
.modal-body--add-member .row .icon-del {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  display: none;
}
.modal-body--add-member .row .icon-del:hover {
  cursor: pointer;
}
.modal-body--add-member .row p {
  margin-top: 5px;
}
.modal-body--add-member .row:hover .icon-del {
  display: block;
}
.modal-body--detai-user .app-modal-footer {
  margin: auto;
  text-align: center;
}
.modal-body--detai-user .btn-primary {
  background-color: #004A8C;
  border-radius: 0;
  width: 180px;
  text-align: center;
  color: #FFF;
}

#file-container .container-img-upload {
  max-height: 50px !important;
}
#file-container .container-img-upload img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#file-container .container-img-upload .icon-del-image {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
#file-container .container-file-no-img .icon-del-image {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.container-message .icon-action {
  width: 20px;
  height: 20px;
  display: none;
}
.container-message .icon-action:hover {
  cursor: pointer;
}
.container-message.show {
  display: flex;
}
.container-message .checkbox-member {
  display: none;
}

.share-message-md {
  display: none !important;
}
.share-message-md.d-block {
  display: none !important;
}

.btn-share-message {
  border: 1px solid #1B4F98;
  background-color: #1B4F98;
  color: #FFF;
  overflow: unset !important;
  height: unset !important;
  position: unset !important;
  min-width: 95px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 2px;
  display: none;
}
.btn-share-message-sm {
  min-width: unset;
  margin-right: unset !important;
  width: 49%;
}

.btn-share-message-cancel {
  display: none;
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  color: #646262;
  overflow: unset !important;
  height: unset !important;
  position: unset !important;
  min-width: 95px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 2px;
}
.btn-share-message-cancel-sm {
  min-width: unset;
  margin-right: unset !important;
  width: 49%;
}

.message-item .checkbox-member {
  display: none;
}
.message-item .dropdown-item {
  line-height: 22px;
  font-size: 14px;
  color: #606679;
}
.message-item .dropdown-item .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.container-message:hover .icon-action {
  display: block;
}

.message-item .avatar p {
  margin-top: 13px;
  color: #fff;
}
.message-item .container-img-upload {
  border: none;
  width: 150px !important;
  max-height: 150px !important;
}
.message-item .container-img-upload img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tab-content .files .name-file {
  margin-top: 10px;
  text-align: left;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content .files .row.time {
  text-align: right;
  height: 1rem;
  position: unset !important;
  margin: auto;
  display: block;
  color: #cacaca;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
}
.tab-content .files li .item .container-img-upload {
  width: 100%;
  border: none;
  float: right;
}
.tab-content .files li .item .container-img-upload img {
  width: 150px !important;
  max-height: 150px !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.tab-content .files li .item .inner__wrappe {
  width: 100% !important;
}
.tab-content .files .inner__wrapper {
  width: 100% !important;
}
.tab-content .files .inner__wrapper img {
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

div.add_option {
  display: flex;
  align-items: center;
}

div[data-name=member] .app-show-modal {
  animation: unset;
}

div[data-name=detai-user] .app-show-modal {
  animation: unset;
}

div[data-name=confirm-leave-user] .app-show-modal {
  animation: unset;
}

div[data-name=confirm-remove-user] .app-show-modal {
  animation: unset;
}

div[data-name=update-group] .app-show-modal {
  animation: unset;
}

.arrangement__table .table__header__bg--blue {
  background-color: #4874BC;
  color: #FFF;
}
.arrangement__table .table__header__bg--blue2 {
  background-color: #1B4F98;
  color: #FFF;
}
.arrangement__table .table__header__bg--grey7 {
  background-color: #4C4C4C;
  color: #FFF;
  white-space: nowrap;
}
.arrangement__table .table__header__bg--white {
  background-color: #FFF;
  color: #E2E2E2;
  border-bottom-color: 1px solid #E2E2E2;
}
.arrangement__table .table__column__bg--blue {
  background-color: #4874BC !important;
  color: #FFF;
}
.arrangement__table .table__column__bg--blue2 {
  background-color: #1B4F98 !important;
  color: #FFF;
  white-space: nowrap;
}
.arrangement__table .table__column__bg--none {
  border: none;
}
.arrangement__table .table__column__bg--blue5 {
  background-color: #001F67 !important;
  color: #FFF;
}
.arrangement__table.tbl-arrangement-custom thead th:nth-child(1) span:after {
  display: none;
}
.arrangement__table.tbl-arrangement-custom thead th span {
  position: relative;
  cursor: pointer;
}
.arrangement__table.tbl-arrangement-custom thead th span:after {
  content: "";
  position: absolute;
  right: -29px;
  width: 0;
  height: 0;
  top: 5px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.arrangement__table.tbl-arrangement-custom thead th span:before {
  content: "";
  position: absolute;
  right: -33px;
  top: -3px;
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.arrangement__table .genba .ginosya_name,
.arrangement__table .genba .vehicle_name,
.arrangement__table .genba .remain-hint{
  border: 2px solid #005099;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 5px;
  color: #005099;
  position: relative;
  height: 40px !important;
  background-color: #FFF;
  cursor: pointer;
  text-align: center;
}
.arrangement__table .genba .ginosya_name span,
.arrangement__table .genba .vehicle_name span,
.arrangement__table .genba .remain-hint span{
  padding: 4px;
  margin-right: 5px;
  color: #005099;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 30px;
}

.arrangement__table .genba .vehicle_name span {
  line-height: 16px;
}

.arrangement__table .genba .no-droppable {
  opacity: 0.6;
  background: #ccc;
  cursor: default !important;
}
.arrangement__table .genba .no-droppable span {
  cursor: default !important;
}
.arrangement__table .genba .ginosya_name span:after,
.arrangement__table .genba .vehicle_name span:after {
  border-radius: 100%;
  padding: 2px;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
  text-align: center;
  background: #fff;
  bottom: -3px;
  right: -10px;
}
.arrangement__table .genba .ginosya_name span.leader:after {
  content: "長";
  border: 2px solid #ff6900;
}
.arrangement__table .genba .ginosya_name span.junior:after {
  content: "小";
  border: 2px solid #45d035;
}
.arrangement__table .genba .ginosya_name span.senior:after {
  content: "高";
  border: 2px solid #952bf7;
}
.arrangement__table table {
  border-collapse: collapse;
  border-color: #E2E2E2;
}
.arrangement__table table.table-fixed {
  table-layout: fixed;
}
.arrangement__table table th, .arrangement__table table td {
  border: 1px solid #8E8E8E;
  vertical-align: middle;
  min-width: 1rem;
  /* font-size: 1rem; */
  background: #fff;
}
.arrangement__table table th{
  font-size:12px;
  white-space:nowrap;
}
.arrangement__table table th.last_day, .arrangement__table table td.last_day {
  background-color: #e4f2ff;
}
.arrangement__table table th.last_row, .arrangement__table table td.last_row {
  background-color: #fff5e4;
  height: 3rem;
}
.arrangement__table table th:first-child {
  border-bottom-color: 1px solid #E2E2E2;
}
.arrangement__table table th.table--disabled--column {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.arrangement__table table th.table--disabled--column, .arrangement__table table td.table--disabled--column {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #CFCFCF, transparent calc(50% + 1px));
}
.arrangement__table table.table--bg--white td {
  background-color: #FFF;
}
.arrangement__table table.table--bg--white td.select {
  padding: 0;
}
.arrangement__table table.table--bg--white td select {
  width: 100%;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
}
.arrangement__table table.table--bg--row-grey .span_1 {
  width: 1.5rem;
}
.arrangement__table table.table--bg--row-grey .span_2 {
  width: 2rem;
}
.arrangement__table table.table--bg--row-grey .span_3 {
  width: 6rem;
}
.arrangement__table table.table--bg--row-grey .span_4 {
  width: 9rem;
}
.arrangement__table table.table--bg--row-grey .span_7 {
  width: 20rem;
}
.arrangement__table table.table--bg--row-grey tr:nth-child(even) td {
  background-color: #ebf5ff;
}
.arrangement__table table .custom-dropdown button:hover, .arrangement__table table .custom-dropdown button:focus {
  color: #000;
}
.arrangement__table td.sat {
  color: blue;
}
.arrangement__table td.sun,td.holi {
  color: red;
}
.arrangement__table .table--w250 {
  width: 250px;
}
.arrangement__table .table--border--radius {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}

.work-schedule .ginosya__list {
  background-color: #ffffffcf;
  position: fixed;
  width: 288px;
  margin-top: -24px;
  z-index: 100;
}
.drive-schedule .ginosya__list {
  background-color: #ffffffcf;
  position: fixed;
  z-index: 100;
  margin-top: 36px;
  width: 23%;
}
#filter_com{
    width: 104px;
    margin-right: 0.5rem;
}
#filter_name{
    width: 124px;
}
.ginosya__list .input-w80 {
  width: 80%;
}
.ginosya__list__tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.modal-custom .modal-content {
  border-radius: 0;
}
.modal-custom .modal-dialog {
  position: fixed;
  margin: auto;
  right: 10px;
  bottom: 10px;
  width: 400px;
  border-radius: 0;
}

.modal-custom .modal-dialog.tehai_order{
  right:120px;
}
.modal-custom .modal-dialog.tehai_order .modal-scroll{
  min-height: 10vh;
}
.modal-content-scroll {
    max-height: 290px;
    overflow-y: auto;
}

#report_confirm_modal .modal-content{
  width:1180px !important;
}

.modal-body--edit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-body--edit .form-control-input--money {
  border-radius: 0;
}
.modal-body--edit .form-control-input--money--blue {
  background-color: #004A8C !important;
  color: #FFF;
}
.modal-body--edit .btn-primary-edit {
  background-color: #004A8C;
  border-radius: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
}

.addable-contents {
  list-style: none;
  -ms-overflow-style: none;
}
.addable-contents::-webkit-scrollbar{
  display: none;
}
.addable-contents li {
  margin: 3px 0;
  width: 100%;
  padding: 3px;
  display: flex;
}
.addable-contents li .company {
  border: 2px solid #005099;
  border-radius: 3px;
  display: inline-block;
  width: 100px;
  text-align: left;
}
.addable-contents li .ginosya_name,
.addable-contents li .vehicle_name {
  border: 2px solid #005099;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  width: 124px;
}
.addable-contents li span {
  padding: 6px;
  margin-right: 5px;
  color: #005099;
  background: #fff;
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
}
.addable-contents li span span {
    background: transparent;
}

.addable-contents li span:after {
  border-radius: 100%;
  padding: 2px;
  position: absolute;
  width: 26px;
  height: 26px;
  font-size: 0.7rem;
  text-align: center;
  background: #fff;
  bottom: -3px;
  right: -10px;
}
.addable-contents li span.leader:after {
  content: "長";
  border: 2px solid #ff6900;
}
.addable-contents li span.junior:after {
  content: "小";
  border: 2px solid #45d035;
}
.addable-contents li span.senior:after {
  content: "高";
  border: 2px solid #952bf7;
}

#ginosya_list li.moved span {
  background: #999;
}
.addable-contents li.moved span span {
    background: transparent !important;
}

.content__top__bar.ledger_sale1 {
  z-index: 20;
}

.ledger {
  background-color: #F7F7F7;
  overflow-x: auto;
  margin-top: -35px;
}
.ledger.ma-top-6 {
  margin-top: 3.6rem;
}
.ledger .nav-tabs--custom {
  flex-wrap: nowrap;
}
.ledger .nav-tabs--custom .nav-item {
  margin-left: -20px;
}
.ledger .nav-tabs--custom .nav-item:nth-child(1) {
  margin-left: 0px;
}
.ledger .nav-tabs--custom .nav-item.beforeActive a {
  padding-left: 0px;
}
.ledger .nav-tabs--custom .nav-item:nth-child(1) {
  z-index: 9;
}
.ledger .nav-tabs--custom .nav-item:nth-child(1).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(2) {
  z-index: 8;
}
.ledger .nav-tabs--custom .nav-item:nth-child(2).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(3) {
  z-index: 7;
}
.ledger .nav-tabs--custom .nav-item:nth-child(3).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(4) {
  z-index: 6;
}
.ledger .nav-tabs--custom .nav-item:nth-child(4).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(5) {
  z-index: 5;
}
.ledger .nav-tabs--custom .nav-item:nth-child(5).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(6) {
  z-index: 4;
}
.ledger .nav-tabs--custom .nav-item:nth-child(6).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(7) {
  z-index: 3;
}
.ledger .nav-tabs--custom .nav-item:nth-child(7).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(8) {
  z-index: 2;
}
.ledger .nav-tabs--custom .nav-item:nth-child(8).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(9) {
  z-index: 1;
}
.ledger .nav-tabs--custom .nav-item:nth-child(9).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(10) {
  z-index: 0;
}
.ledger .nav-tabs--custom .nav-item:nth-child(10).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-link {
  color: #333333;
  background: linear-gradient(90deg, rgb(207, 207, 207) 0%, rgb(238, 238, 238) 100%);
  border-top-right-radius: 1.5rem;
  width: 190px;
  text-align: center;
  padding-left: 20px;
  transition: none;
}
.ledger .nav-tabs--custom .nav-link.active {
  color: #1B4F98;
  background: #FFF;
  border-left: 10px solid #1B4F98;
  padding-left: 0px;
}
.ledger .nav-tabs--custom .nav-link:hover {
  background: #FFF;
}
.ledger .nav-tabs--custom--body {
  background-color: #FFF;
  display: none;
}
.ledger .nav-tabs--custom--body.active {
  display: flex;
}

.list--color {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1rem;
  background-color: #FFF;
}
.list--color .list--color {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.list--color .list--color--1 {
  background-color: #F7AC3B;
}
.list--color .list--color--2 {
  background-color: #4CD3A7;
}
.list--color .list--color--3 {
  background-color: #4EA0DD;
}
.list--color div {
  display: flex;
  justify-content: start;
  align-items: center;
}

.box--search--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
}
.box--search--top--item {
  display: flex;
  justify-content: start;
  align-items: center;
}
.box--search--top--item--text {
  font-size: 0.8rem;
}
.box--search--top--item:nth-child(1) input {
  width: 80px;
}
.box--search--top--item:nth-child(2) input {
  width: 40px;
}
.box--search--top .btn--search--top {
  background-color: #4874BC;
  text-align: center;
  border: none;
  color: #FFF;
  height: 40px;
}

.box--tab--header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box--tab--header div:nth-child(1) {
  border-left: 1rem solid #4874BC;
  padding-left: 1rem;
  margin-right: 4rem;
}
.box--tab--body {
  border: 1px solid #CFCFCF;
}

.w-350px {
  width: 350px;
}

.body-wrapper.parent-company-page {
  padding: 2rem;
}
.body-wrapper.parent-company-page table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.parent-company-page table th, .body-wrapper.parent-company-page table td {
  border: 1px solid #707070;
  padding: 0.4rem;
  background: #fff;
}
.body-wrapper.parent-company-page table tr:nth-child(odd) {
  background-color: #E2E2E2;
}
.body-wrapper.parent-company-page table th {
  background-color: #1B4F98;
  color: #fff;
  text-align: center;
}
.body-wrapper.parent-company-page table td:nth-child(even), .body-wrapper.parent-company-page table td:last-child {
  color: #0071BC;
}
.body-wrapper.parent-company-page table a {
  color: #0071BC;
}

.body-wrapper.add-parent-company {
  padding: 1rem 2rem;
}
.body-wrapper.add-parent-company .common_form ul h4 {
  color: #000;
  font-size: 0.9rem;
  font-weight: 900;
}
.body-wrapper.add-parent-company .common_form ul .li--err {
  color: #dc3545;
  margin-top: -1rem;
}
.body-wrapper.add-parent-company .common_form ul li, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li {
  display: flex;
  flex-flow: wrap;
  width: 80%;
  margin: 1rem;
  align-items: center;
}
.body-wrapper.add-parent-company .common_form ul li label, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li label {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}
.body-wrapper.add-parent-company .common_form ul li input[type=text], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input[type=text] {
  display: flex;
  width: 100%;
  border: 1px solid #888;
  padding: 0.3rem;
}
.body-wrapper.add-parent-company .common_form ul li input[type=month], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input[type=month] {
  min-height: 35.59px;
}
.body-wrapper.add-parent-company .common_form ul li input.half, .body-wrapper.add-parent-company .common_form ul li input select, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.half, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input select {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
}
.body-wrapper.add-parent-company .common_form ul li input[disabled], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input[disabled] {
  background-color: #f0f0f0;
}
.body-wrapper.add-parent-company .common_form ul li select, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li select {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
  font-size: 120%;
  padding: 0.3rem;
  font-weight: 500;
}
.body-wrapper.add-parent-company .common_form ul li button.add_input, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li button.add_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ed1d23;
  color: #fff;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-parent-company .common_form ul li button.add_input:hover, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li button.add_input:hover {
  filter: brightness(110%);
}
.body-wrapper.add-parent-company .common_form ul li .radio_list, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list {
  display: flex;
  width: 250px;
  justify-content: flex-start;
  padding-left: 10px;
}
.body-wrapper.add-parent-company .common_form ul li .radio_list label, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label {
  width: auto;
  cursor: pointer;
}
.body-wrapper.add-parent-company .common_form ul li .radio_list label:hover, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label:hover {
  filter: brightness(110%);
}
.body-wrapper.add-parent-company .common_form ul li .radio_list input[type=radio], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-parent-company .common_form ul li .radio_list input[type=radio] + span, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] + span {
  padding: 0.3rem 1rem;
  background: #ccc;
  color: #fff;
  font-size: 120%;
  margin-right: 1px;
}
.body-wrapper.add-parent-company .common_form ul li .radio_list input[type=radio]:checked + span, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio]:checked + span {
  background: #1b5099;
}
.body-wrapper.add-parent-company .common_form ul li .label_toggle_flag, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .label_toggle_flag {
  width: 100px;
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag[type=checkbox], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag[type=checkbox] {
  display: none;
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag:checked + .toggle:after, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:after {
  left: 29px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5019607843);
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag:checked + .toggle:before, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:before {
  background: #35c759;
}
.body-wrapper.add-parent-company .common_form ul li .toggle, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .toggle {
  position: relative;
  width: 62px;
  height: 36px;
  margin: 0px 10px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag + .toggle:before, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  transition: 0.2s ease-out;
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag + .toggle:after, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.1s ease-out;
}
.body-wrapper.add-parent-company .common_form ul li#check_list, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li#check_list {
  width: 100%;
}
.body-wrapper.add-parent-company .common_form ul li#check_list input#check_list, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li#check_list input#check_list {
  width: 80%;
}
.body-wrapper.add-parent-company .common_form ul li .check_list, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.body-wrapper.add-parent-company .common_form ul li .check_list label, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list label {
  width: auto;
}
.body-wrapper.add-parent-company .common_form ul li .check_list input[type=checkbox], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-parent-company .common_form ul li .check_list input[type=checkbox] + span, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] + span {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin: 0.2rem;
}
.body-wrapper.add-parent-company .common_form ul li .check_list input[type=checkbox]:checked + span, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox]:checked + span {
  background: #1b5099;
  color: #fff;
}

.body-wrapper.cooperate-company {
  padding: 2rem;
}
.body-wrapper.cooperate-company table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.cooperate-company table th, .body-wrapper.cooperate-company table td {
  border: 1px solid #707070;
  padding: 0.4rem;
}
.body-wrapper.cooperate-company table tr:nth-child(even) {
  background-color: #fff;
}
.body-wrapper.cooperate-company table tr:nth-child(odd) {
  background-color: #ebf5ff;
}
.body-wrapper.cooperate-company table th {
  background-color: #1B4F98;
  color: #fff;
  text-align: center;
}
.body-wrapper.cooperate-company table td:nth-child(even), .body-wrapper.cooperate-company table td:last-child {
  color: #0071BC;
}
.body-wrapper.cooperate-company table tr.type_1{
  background:#fff4d3;
}

.body-wrapper.add-cooperate-company {
  padding: 1rem 2rem;
}
.body-wrapper.add-cooperate-company .common_form ul h4 {
  color: #000;
  font-size: 0.9rem;
  font-weight: 900;
}
.body-wrapper.add-cooperate-company .common_form ul li, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li {
  display: flex;
  flex-flow: wrap;
  width: 80%;
  margin: 1rem;
}
.body-wrapper.add-cooperate-company .common_form ul li label, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li label {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}
.body-wrapper.add-cooperate-company .common_form ul li input[type=text], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input[type=text] {
  display: flex;
  width: 100%;
  border: 1px solid #888;
  padding: 0.3rem;
}
.body-wrapper.add-cooperate-company .common_form ul li input[type=month], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input[type=month] {
  min-height: 35.59px;
}
.body-wrapper.add-cooperate-company .common_form ul li input.half, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.half {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
}
.body-wrapper.add-cooperate-company .common_form ul li select, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li select {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
  font-size: 120%;
  padding: 0.3rem;
  font-weight: 500;
}
.body-wrapper.add-cooperate-company .common_form ul li button.add_input, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li button.add_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ed1d23;
  color: #fff;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-cooperate-company .common_form ul li button.add_input:hover, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li button.add_input:hover {
  filter: brightness(110%);
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list {
  display: flex;
  width: 250px;
  justify-content: flex-start;
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list label, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label {
  width: auto;
  cursor: pointer;
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list label:hover, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label:hover {
  filter: brightness(110%);
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list input[type=radio], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list input[type=radio] + span, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] + span {
  padding: 0.3rem 1rem;
  background: #ccc;
  color: #fff;
  font-size: 120%;
  margin-right: 1px;
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list input[type=radio]:checked + span, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio]:checked + span {
  background: #1b5099;
}
.body-wrapper.add-cooperate-company .common_form ul li .label_toggle_flag, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .label_toggle_flag {
  width: 100px;
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag[type=checkbox], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag[type=checkbox] {
  display: none;
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag:checked + .toggle:after, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:after {
  left: 29px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5019607843);
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag:checked + .toggle:before, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:before {
  background: #35c759;
}
.body-wrapper.add-cooperate-company .common_form ul li .toggle, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .toggle {
  position: relative;
  width: 62px;
  height: 36px;
  margin: 0px 10px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag + .toggle:before, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  transition: 0.2s ease-out;
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag + .toggle:after, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.1s ease-out;
}
.body-wrapper.add-cooperate-company .common_form ul li#check_list, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li#check_list {
  width: 100%;
}
.body-wrapper.add-cooperate-company .common_form ul li#check_list input#check_list, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li#check_list input#check_list {
  width: 80%;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list label, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list label {
  width: auto;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list input[type=checkbox], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list input[type=checkbox] + span, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] + span {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin: 0.2rem;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list input[type=checkbox]:checked + span, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox]:checked + span {
  background: #1b5099;
  color: #fff;
}

.body-wrapper.construction-site {
  /* padding: 2rem; */
}
.body-wrapper.construction-site .filter__wrapper {
  border: 2px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.construction-site .filter__wrapper .row--flx {
  display: flex;
}
.body-wrapper.construction-site .filter__wrapper .row--flx.top {
  border-bottom: 2px solid #E2E2E2;
  /* display: grid; */
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  background: #fff;
}
.body-wrapper.construction-site .filter__wrapper .row--flx.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.body-wrapper.construction-site .filter__wrapper .row--flx > div {
  display: flex;
}
.body-wrapper.construction-site .filter__wrapper .row--flx label {
  background-color: #1B4F98;
  height: 100%;
  min-width: 6rem;
  color: #FFF;
  text-align: center;
  padding: 0.4rem;
}
.body-wrapper.construction-site .filter__wrapper .row--flx input {
  margin: 0.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.construction-site .filter__wrapper .row--flx .coln--1 input {
  min-width: 10rem;
}
.body-wrapper.construction-site .filter__wrapper .row--flx .coln--1 select {
  min-width: 10rem;
  width: 100%;
  margin: 0.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.construction-site .filter__wrapper .row--flx .coln--2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
.body-wrapper.construction-site .filter__wrapper .row--flx .coln--2 input {
  width: 100%;
}
.body-wrapper.construction-site .btn_pair button {
  border: unset;
  border-radius: 5px;
  min-width: 7rem;
  min-height: 2rem;
  color: #FFF;
  font-size: 95%;
}
.body-wrapper.construction-site .btn_pair button.search {
  background-color: #0885db;
}
.body-wrapper.construction-site .btn_pair button.reset {
  background-color: #001F67;
}
.body-wrapper.construction-site .list .btn_group {
  margin: 1rem 0 0.5rem 0;
}
.body-wrapper.construction-site .list .btn_group button {
  border-radius: 5px;
  padding: 0.4rem;
}
.body-wrapper.construction-site .list .btn_group .filled {
  border: 1px solid #058BF7;
  background-color: #058BF7;
  color: #FFF;
}
.body-wrapper.construction-site .list .btn_group .alt {
  border: 1px solid #058BF7;
  color: #058BF7;
  background-color: #FFF;
}
.list table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
  font-size:clamp(0.8rem, 1.2vw ,1rem);
}
.body-wrapper.construction-site .list table th, .body-wrapper.construction-site .list table td {
  border: 1px solid #E2E2E2;
  padding: 0.4rem;
  vertical-align: middle;
  background: #fff;
  white-space: nowrap;
}

.body-wrapper .list table td .ui_icons{
    display: flex;
    justify-content: flex-start;
    column-gap: 1rem;
    align-items: center;
    margin-right: 14px;
}

.body-wrapper .list table td .ui_icons img{
  min-height:20px;
}
.body-wrapper .list table td .ui_icons a img{
  margin:0 10px;
}
.body-wrapper.construction-site .list table td input[type=checkbox] {
  width: 17px;
  height: 17px;
}
.body-wrapper.construction-site .list table th {
  background-color: #4C4C4C;
  color: #FFF;
  text-align: center;
  font-weight: 200;
}
.body-wrapper.construction-site .list table td:first-child, .body-wrapper.construction-site .list table td:last-child, .body-wrapper.construction-site .list table td:nth-child(3), .body-wrapper.construction-site .list table td:nth-child(5), .body-wrapper.construction-site .list table td:nth-child(6), .body-wrapper.construction-site .list table td:nth-child(n+8) {
  text-align: center;
}
.body-wrapper.construction-site .list table td.btn_group {
  text-align: center;
  max-width: 5rem;
}
.body-wrapper.construction-site .list table td.btn_group button {
  background-color: #2D96DA;
  border: 0px;
  color: #FFF;
  padding: 2px 10px;
  margin-right: 1rem;
}
.body-wrapper.construction-site .list table td.btn_group button:hover {
  filter: brightness(110%);
}

.construction-order {
  /* background-color: #F7F7F7; */
  overflow-x: auto;
}
.construction-order.ma-top-6 {
  margin-top: 3.6rem;
}
.construction-order .nav-tabs--custom {
  flex-wrap: nowrap;
}
.construction-order .nav-tabs--custom .nav-item {
  margin-left: -20px;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(1) {
  margin-left: 0px;
}
.construction-order .nav-tabs--custom .nav-item.beforeActive a {
  padding-left: 0px;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(1) {
  z-index: 9;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(1).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(2) {
  z-index: 8;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(2).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(3) {
  z-index: 7;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(3).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(4) {
  z-index: 6;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(4).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(5) {
  z-index: 5;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(5).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(6) {
  z-index: 4;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(6).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(7) {
  z-index: 3;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(7).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(8) {
  z-index: 2;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(8).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(9) {
  z-index: 1;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(9).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(10) {
  z-index: 0;
}
.construction-order .nav-tabs--custom .nav-item:nth-child(10).active {
  z-index: 15;
}
.construction-order .nav-tabs--custom .nav-link {
  color: #333333;
  background: linear-gradient(90deg, rgb(207, 207, 207) 0%, rgb(238, 238, 238) 100%);
  border-top-right-radius: 1.5rem;
  width: 190px;
  text-align: center;
  padding-left: 20px;
  transition: none;
}
.construction-order .nav-tabs--custom .nav-link.active {
  color: #1B4F98;
  background: #FFF;
  border-left: 10px solid #1B4F98;
  padding-left: 0px;
}
.construction-order .nav-tabs--custom .nav-link:hover {
  background: #FFF;
}
.construction-order .nav-tabs--custom--body {
  background-color: #FFF;
  display: none;
}
.construction-order .nav-tabs--custom--body.active {
  display: flex;
}
.construction-order .arrangement__table .title {
  width: calc(100% - 15px);
  display: inline-block;
}
.construction-order .arrangement__table table td {
  border: 1px solid #CFCFCF;
}
.construction-order .arrangement__table table th {
  border: 1px solid #CFCFCF;
}
.construction-order .btn-switch-request {
  border: 1px solid rgba(85, 17, 102, 0.5333333333);
}
.arrangement__table a {
    /* font-size: 1rem !important; */
}

.container-table {
  background-color: #EEEEEE;
  overflow-x: auto;
  color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.container-table .construction-table {
  background-color: #EEEEEE;
  float: right;
  margin-right: 10px;
}
.container-table .construction-table table {
  width: 800px;
}
.container-table .construction-table table td {
  border: 1px solid #CFCFCF;
}
.container-table .construction-table table th {
  border: 1px solid #CFCFCF;
}

.list--color {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1rem;
  background-color: #FFF;
}
.list--color .list--color {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.list--color .list--color--1 {
  background-color: #F7AC3B;
}
.list--color .list--color--2 {
  background-color: #4CD3A7;
}
.list--color .list--color--3 {
  background-color: #4EA0DD;
}
.list--color div {
  display: flex;
  justify-content: start;
  align-items: center;
}

.box--search--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
  width: 400px;
}
.box--search--top--item {
  display: flex;
  justify-content: start;
  align-items: center;
}
.box--search--top--item--text {
  font-size: 0.8rem;
}
.box--search--top--item:nth-child(1) input {
  width: 80px;
}
.box--search--top--item:nth-child(2) input {
  width: 40px;
}
.box--search--top .btn--search--top {
  background-color: #4874BC;
  text-align: center;
  border: none;
  color: #FFF;
  height: 40px;
  width: 60px;
}

.box--tab--header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box--tab--header div:nth-child(1) {
  border-left: 1rem solid #4874BC;
  padding-left: 1rem;
  margin-right: 4rem;
}
.box--tab--body {
  border: 1px solid #CFCFCF;
}

.w-278px {
  width: 278px;
}

.body-wrapper.add-construction-site {
  padding: 1rem 2rem;
  width: 100%;
}
.body-wrapper.add-construction-site .common_form ul h4 {
  color: #000;
  font-size: 0.9rem;
  font-weight: 900;
  padding-top: 1rem;
}
.body-wrapper.add-construction-site .common_form ul h4:first-child {
  padding-top: unset;
}
.body-wrapper.add-construction-site .common_form ul .li--err {
  color: #dc3545;
  margin-top: -1rem;
}
.body-wrapper.add-construction-site .common_form ul li, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 80%;
  margin: 1rem;
}
.body-wrapper.add-construction-site .common_form ul li label, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li label {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}
.body-wrapper.add-construction-site .common_form ul li input[type=text], .body-wrapper.add-construction-site .common_form ul li input[type=tel], .body-wrapper.add-construction-site .common_form ul li input[type=number], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input[type=text], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input[type=tel], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input[type=number] {
  display: flex;
  width: 100%;
  border: 1px solid #888;
  padding: 0.3rem;
}
.body-wrapper.add-construction-site .common_form ul li input[type=month], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input[type=month] {
  min-height: 35.59px;
}
.body-wrapper.add-construction-site .common_form ul li input.half, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.half {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
}
.body-wrapper.add-construction-site .common_form ul li input.half.fw--nm, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.half.fw--nm {
  font-weight: unset;
}
.body-wrapper.add-construction-site .common_form ul li.floor, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li.floor {
  align-items: center;
  font-size: 90%;
}
.body-wrapper.add-construction-site .common_form ul li.floor .fw--bold, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li.floor .fw--bold {
  font-weight: 600;
}
.body-wrapper.add-construction-site .common_form ul li select, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li select {
  display: inline-block;
  width: 35%;
  margin: 0 1rem;
  font-size: 120%;
  padding: 0.3rem;
  font-weight: 500;
}
.body-wrapper.add-construction-site .common_form ul li select.left, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li select.left {
  margin-left: 0;
}
.body-wrapper.add-construction-site .common_form ul li button.add_input, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li button.add_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ed1d23;
  color: #fff;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-construction-site .common_form ul li button.add_input:hover, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li button.add_input:hover {
  filter: brightness(110%);
}
.body-wrapper.add-construction-site .common_form ul li .radio_list, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list {
  display: flex;
  width: 250px;
  justify-content: flex-start;
}
.body-wrapper.add-construction-site .common_form ul li .radio_list label, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label {
  width: auto;
  cursor: pointer;
}
.body-wrapper.add-construction-site .common_form ul li .radio_list label:hover, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label:hover {
  filter: brightness(110%);
}
.body-wrapper.add-construction-site .common_form ul li .radio_list input[type=radio], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-construction-site .common_form ul li .radio_list input[type=radio] + span, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] + span {
  padding: 0.3rem 1rem;
  background: #ccc;
  color: #fff;
  font-size: 120%;
  margin-right: 1px;
}
.body-wrapper.add-construction-site .common_form ul li .radio_list input[type=radio]:checked + span, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio]:checked + span {
  background: #1b5099;
}
.body-wrapper.add-construction-site .common_form ul li .label_toggle_flag, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .label_toggle_flag {
  width: 100px;
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag[type=checkbox], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag[type=checkbox] {
  display: none;
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag:checked + .toggle:after, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:after {
  left: 29px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5019607843);
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag:checked + .toggle:before, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:before {
  background: #35c759;
}
.body-wrapper.add-construction-site .common_form ul li .toggle, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .toggle {
  position: relative;
  width: 62px;
  height: 36px;
  margin: 0px 10px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag + .toggle:before, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  transition: 0.2s ease-out;
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag + .toggle:after, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.1s ease-out;
}
.body-wrapper.add-construction-site .common_form ul li#check_list, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li#check_list {
  width: 100%;
}
.body-wrapper.add-construction-site .common_form ul li#check_list input#check_list, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li#check_list input#check_list {
  width: 80%;
}
.body-wrapper.add-construction-site .common_form ul li .check_list, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.body-wrapper.add-construction-site .common_form ul li .check_list label, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list label {
  width: auto;
}
.body-wrapper.add-construction-site .common_form ul li .check_list input[type=checkbox], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-construction-site .common_form ul li .check_list input[type=checkbox] + span, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] + span {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin: 0.2rem;
}
.body-wrapper.add-construction-site .common_form ul li .check_list input[type=checkbox]:checked + span, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox]:checked + span {
  background: #1b5099;
  color: #fff;
}
.add-construction-site label.on,
.btn-check:checked+.btn-outline-secondary{
  color:#fff !important;
  background: #0d6efd !important;
  border: none;
}
.add-construction-site label.off,
.btn-check+.btn-outline-secondary{
  background: #e2e2e2 !important;
  border: none;
}
.add-construction-site label.off,
.btn-check+.btn-outline-secondary{
  background: #e2e2e2 !important;
  border: none;
}

.body-wrapper.employee {
  padding: 2rem;
}
.body-wrapper.employee table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.employee table th, .body-wrapper.employee table td {
  border: 1px solid #707070;
  padding: 0.4rem;
}
.body-wrapper.employee table th {
  background-color: #1B4F98;
  color: #FFF;
  text-align: center;
}
.body-wrapper.employee table tr:nth-child(even) {
  background-color:#fff;
}
.body-wrapper.employee table tr:nth-child(odd) {
  background-color: #ebf5ff;
}
.body-wrapper.employee table td:nth-child(4) {
  color: #0071BC;
}
.body-wrapper.employee table td:last-child {
  letter-spacing: 3px;
}
.body-wrapper.employee table td.btn_group {
  text-align: center;
  max-width: 5rem;
}
.body-wrapper.employee table td.btn_group button {
  background-color: #2D96DA;
  border: 0px;
  color: #FFF;
  padding: 2px 10px;
  margin-right: 1rem;
}
.body-wrapper.employee table td.btn_group button:hover {
  filter: brightness(110%);
}

.box--performance {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #FFF;
  background-color: #52B0D1;
  padding: 0.5rem 1.5rem;
  text-align: center;
  width: 130px;
  height: 60px;
  border-radius: 5px;
}
.box--performance a {
  white-space: nowrap;
}

.w-850px {
  max-width: 850px;
}

.w-200 {
  width: 200px;
}

td.border-left--none {
  border-left-color: transparent !important;
}

td.border-right--none {
  border-right-color: transparent !important;
}

tr#minute_total td, tr#month_total td {
  background-color: #FFF;
}

.daily-report-table table tr:nth-last-child(2) td, .daily-report-table table tr:last-child td {
  font-size: 1rem;
}

.daily-report-table table tr:nth-last-child(2) td:nth-child(4), .daily-report-table table tr:last-child td:nth-child(4) {
  border-left: 0px;
}
.body-wrapper {
  width: 94%;
  position: relative;
}
.body-wrapper.add-employee {
  padding: 1rem 2rem;
}
.body-wrapper.add-employee .common_form ul h4 {
  color: #000;
  font-size: 0.9rem;
  font-weight: 900;
  padding-top: 1rem;
}
.body-wrapper.add-employee .common_form ul h4:first-child {
  padding-top: unset;
}
.body-wrapper.add-employee .common_form ul .li--err {
  color: #dc3545;
  margin-top: -1rem;
}
.body-wrapper.add-employee .common_form ul li, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 80%;
  margin: 1rem;
}
.body-wrapper.add-employee .common_form ul li textarea, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li textarea {
  font-size: 120%;
  padding: 0.3rem;
  display: block;
  width: 100%;
}
.body-wrapper.add-employee .common_form ul li label, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li label {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}
.body-wrapper.add-employee .common_form ul li label.switch, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li label.switch {
  width: -moz-min-content;
  width: min-content;
}
.body-wrapper.add-employee .common_form ul li input[type=text], .body-wrapper.add-employee .common_form ul li input[type=tel], .body-wrapper.add-employee .common_form ul li input[type=mail], .body-wrapper.add-employee .common_form ul li input[type=password], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=text], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=tel], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=mail], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=password] {
  display: flex;
  width: 100%;
  border: 1px solid #888;
  padding: 0.3rem;
}
.body-wrapper.add-employee .common_form ul li input[type=month], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=month] {
  min-height: 35.59px;
}
.body-wrapper.add-employee .common_form ul li input.half, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.half {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
}
.body-wrapper.add-employee .common_form ul li input.half.fw--nm, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.half.fw--nm {
  font-weight: unset;
}
.body-wrapper.add-employee .common_form ul li.floor, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li.floor {
  align-items: center;
  font-size: 90%;
}
.body-wrapper.add-employee .common_form ul li.floor .fw--bold, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li.floor .fw--bold {
  font-weight: 600;
}
.body-wrapper.add-employee .common_form ul li select, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li select {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
  font-size: 120%;
  padding: 0.3rem;
  font-weight: 500;
}
.body-wrapper.add-employee .common_form ul li button.add_input, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li button.add_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ed1d23;
  color: #FFF;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-employee .common_form ul li button.add_input:hover, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li button.add_input:hover {
  filter: brightness(110%);
}
.body-wrapper.add-employee .common_form ul li .radio_list, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list {
  display: flex;
  width: 250px;
  justify-content: flex-start;
  padding-left: 0.5rem;
}
.body-wrapper.add-employee .common_form ul li .radio_list label, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label {
  width: auto;
  cursor: pointer;
}
.body-wrapper.add-employee .common_form ul li .radio_list label:hover, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label:hover {
  filter: brightness(110%);
}
.body-wrapper.add-employee input{
  text-align:left;
}

.radio_list + .radio_list {
  margin-top:1.5rem;
}
.body-wrapper .common_form .radio_list input[type=radio],
.body-wrapper .common_form .toggle_item.kenpo_add_comment li .radio_list input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox_list {
  margin-left: 1.4rem;
}
.body-wrapper .common_form .checkbox_list input[type=checkbox] {
  display: none;
}
.body-wrapper .common_form .radio_list input[type=radio] + span,
.body-wrapper .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] + span,
.body-wrapper .common_form .checkbox_list input[type=checkbox] + span {
  padding: 0.5rem 1.2rem;
  background: #ddd;
  color: #FFF;
  margin-right: 2px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 110%;
  border-radius: 6px;
}
.body-wrapper .common_form .checkbox_list input[type=checkbox] + span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  line-height: 18px;
}
.body-wrapper .common_form .radio_list input[type=radio]:checked + span, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio]:checked + span,
.body-wrapper .common_form .checkbox_list input[type=checkbox]:checked + span {
  background: #1b5099;
}
.body-wrapper .common_form ul li .label_toggle_flag, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .label_toggle_flag {
  width: 100px;
}
.body-wrapper .common_form input.toggle_flag[type=checkbox], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag[type=checkbox] {
  display: none;
}
.body-wrapper .common_form input.toggle_flag:checked + .toggle:after, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:after {
  left: 29px;
  box-shadow: 0 9px 28px -6px #000;
}
.body-wrapper .common_form input.toggle_flag:checked + .toggle:before, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:before {
  background: #35c759;
}
.body-wrapper .common_form .toggle,
.body-wrapper .common_form span.toggle_item.kenpo_add_comment li .toggle {
  position: relative;
  width: 62px;
  height: 36px;
  margin: 0px 10px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.body-wrapper .common_form input.toggle_flag + .toggle:before,
.body-wrapper .common_form span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  transition: 0.2s ease-out;
}
.body-wrapper .common_form input.toggle_flag + .toggle:after,
.body-wrapper .common_form span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0 9px 28px -6px #000;
  transition: 0.1s ease-out;
}
.body-wrapper .common_form ul li#check_list, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li#check_list {
  width: 100%;
}
.body-wrapper .common_form ul li#check_list input#check_list, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li#check_list input#check_list {
  width: 80%;
}
.body-wrapper.add-employee .common_form ul li .check_list, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.body-wrapper.add-employee .common_form ul li .check_list label, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list label {
  width: auto;
}
.body-wrapper.add-employee .common_form ul li .check_list input[type=checkbox], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-employee .common_form ul li .check_list input[type=checkbox] + span, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] + span {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin: 0.2rem;
}
.body-wrapper.add-employee .common_form ul li .check_list input[type=checkbox]:checked + span, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox]:checked + span {
  background: #1b5099;
  color: #FFF;
}

.add-employee label.on,
.btn-check:checked+.btn-outline-secondary{
  color:#fff !important;
  background: #0d6efd !important;
  border: none;
}
.add-employee label.off,
.btn-check+.btn-outline-secondary{
  background: #e2e2e2 !important;
  border: none;
}
.add-employee label.off,
.btn-check+.btn-outline-secondary{
  background: #e2e2e2 !important;
  border: none;
}

.body-wrapper.quotation {
  /* padding: 2rem; */
}
.body-wrapper.quotation .filter__wrapper {
  border: 2px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.quotation .filter__wrapper .row--flx {
  display: flex;
}
.body-wrapper.quotation .filter__wrapper .row--flx.top {
  border-bottom: 2px solid #E2E2E2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.body-wrapper.quotation .filter__wrapper .row--flx.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.body-wrapper.quotation .filter__wrapper .row--flx > div {
  display: flex;
  align-items: center;
}
.body-wrapper.quotation .filter__wrapper .row--flx label {
  background-color: #1B4F98;
  height: 100%;
  min-width: 6rem;
  color: #FFF;
  text-align: center;
  padding: 0.4rem 0px;
}
.body-wrapper.quotation .filter__wrapper .row--flx input {
  margin: 0.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.quotation .filter__wrapper .row--flx .coln--1 input {
  min-width: 10rem;
}
.body-wrapper.quotation .filter__wrapper .row--flx .coln--1 select {
  min-width: 10rem;
  width: 100%;
  margin: 0.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.quotation .filter__wrapper .row--flx .coln--2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
.body-wrapper.quotation .filter__wrapper .row--flx .coln--2 input {
  min-width: 20rem;
  width: 100%;
}
.body-wrapper.quotation .btn_pair button {
  border: unset;
  border-radius: 5px;
  min-width: 6rem;
  min-height: 2rem;
  color: #FFF;
  font-size: 95%;
}
.body-wrapper.quotation .btn_pair button.search {
  background-color: #0885db;
}
.body-wrapper.quotation .btn_pair button.reset {
  background-color: #001F67;
}
.body-wrapper.quotation .list .btn_group {
  margin: 1rem 0 0.5rem 0;
}
.body-wrapper.quotation .list .btn_group button {
  border-radius: 5px;
  padding: 0.4rem;
}
.body-wrapper.quotation .list .btn_group .filled {
  border: 1px solid #058BF7;
  background-color: #058BF7;
  color: #FFF;
}
.body-wrapper.quotation .list .btn_group .alt {
  border: 1px solid #058BF7;
  color: #058BF7;
  background-color: #FFF;
}
.body-wrapper.quotation .list table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.quotation .list table th, .body-wrapper.quotation .list table td {
  border: 1px solid #E2E2E2;
  padding: 0.4rem;
  background: #fff;
}
.body-wrapper.quotation .list table th {
  background-color: #4C4C4C;
  color: #FFF;
  text-align: center;
  font-weight: 200;
}
.body-wrapper.quotation .list table td:first-child, .body-wrapper.quotation .list table td:last-child, .body-wrapper.quotation .list table td:nth-child(3), .body-wrapper.quotation .list table td:nth-child(5), .body-wrapper.quotation .list table td:nth-child(6), .body-wrapper.quotation .list table td:nth-child(n+8) {
  /* text-align: center; */
}
.body-wrapper.quotation .list table td:nth-child(1) input[type=checkbox] {
  width: 17px;
  height: 17px;
}
.body-wrapper.quotation .list table td.btn_group {
  text-align: center;
  max-width: 5rem;
}
.body-wrapper.quotation .list table td.btn_group button {
  background-color: #2D96DA;
  border: 0px;
  color: #FFF;
  padding: 2px 10px;
  margin-right: 1rem;
}
.body-wrapper.quotation .list table td.btn_group button:hover {
  filter: brightness(110%);
}
.h__required:after{
    content: '*';
    color: red;
}

.body-wrapper.quotation.received{
    margin-top: 6rem;
}

.form-label .required:after {
  content: "必須";
  color: #fff;
  background: #dc3545;
  padding: 0.2rem 0.5rem;
  font-size: 80%;
  white-space: nowrap;
  position: absolute;
  right: 0;
}
.h__tbl_scroll_x{
    display: block;
    overflow-x: scroll;
}
.md_btn_close{
    border: none;
}
.h__btn_group{
    display: flex;
    column-gap: 10px;
    height: 33.5px;
}
.h__btn_reset{
    background-color: #001F67;
    color: white;
}
.h__btn_search{
    background-color: #0885db;
    color: white;
    border: unset;
    padding: 3px;
    text-align: center !important;
}
.add_bt{
    background-color: #0885db;
    color: white;
    border: unset;
    padding: 3px;
    text-align: center !important;
}
.delete_bt{
    background-color: #dc3545;
    color: white;
    border: unset;
    padding: 3px;
    text-align: center !important;
}

.work-schedule:not(.drive-schedule) .tehai_table{
  margin-left: 308px;
}
.work-schedule:not(.drive-schedule)__title{
    white-space: nowrap;
}
.work-schedule:not(.drive-schedule) table{
  width:100%;
}
.work-schedule:not(.drive-schedule) table th{
  white-space: nowrap !important;
}
.work-schedule:not(.drive-schedule) table td{
  white-space: normal !important;
  font-size: 80%;
  text-align:left;
}
.work-schedule:not(.drive-schedule) table td span{
  font-size: 100%;
  white-space:normal;
}
.work-schedule:not(.drive-schedule) table td a{
  font-size: 100%;
  white-space: normal;
}
.work-schedule:not(.drive-schedule) table .genba_col{
  min-width: 120px;
}
.work-schedule:not(.drive-schedule) table .syokucho_col{
  min-width: 150px;
}
.work-schedule:not(.drive-schedule) table .ginosya_col{
  min-width: 418px;
}

footer{
    position: fixed;
    background:url(../img/footer_gra.svg);
    background-size: cover;
    width: 100%;
    min-height: 46px;
    bottom: 0;
    z-index:9999;
    display: none;
}
footer img.logo{
    width: 160px;
    margin-top: 2px;
    margin-right: 20px;
    position:absolute;
  right:0;
  bottom:10px;
}
footer #howto{
  display:inline-block;
  padding:0.5rem;
  border:1px solid #fff;
  background:#dc3545;
}
footer #howto:hover{
  cursor:pointer;
  opacity: 0.8;
}
footer .howto{
  margin: 10px 30px;
  color: #fff;
}
footer .howto ul{
    display: none;
}
footer .howto li{
  list-style:none;
  margin:1rem;
}

#filter_worksite,
#filter_wage_ledger{
  display:flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 60%;
  margin-bottom: 20px;
  align-items: center;
  padding-left: 14px;
}
#filter_worksite{
  width: 100%;
}
#filter_worksite .form-control,
#filter_wage_ledger .form-control{
  display:inline-block;
  white-space: nowrap;
  width: 13vw;
  min-width: 120px;
  margin-right: 20px;
}
#filter_worksite .search_label{
  width: 120px;
}
#filter_worksite .daterangePicker{
  width: 10vw;
  min-width: 200px;
  margin-right: 20px;
}
#filter_worksite > *,
#filter_wage_ledger > * {
  margin-bottom: 10px;
}
#filter_wage_ledger .filter-label {
  background-color: #1B4F98;
  height: 100%;
  min-width: 6rem;
  color: #FFF;
  text-align: center;
  padding: .5rem 0;
  margin-right: 10px;
}
#filter_wage_ledger .export-btn {
  background-color: #0885db;
  border-radius: 5px;
  min-width: 6rem;
  min-height: 2rem;
  color: #fff;
  border: none;
}
#filter_wage_ledger .disabled {
  pointer-events: none;
  opacity: .5;
}
.edit-icons img{
  min-height: 20px;
}
.list_gmo_ico{
  height:30px;
}

.payroll_management{
  text-align:center;
  position: relative;
  min-width: 1280px;
  margin-top: 0 !important;
}
.payroll_management li{
  list-style:none;
}
.payroll_management .action-panel {
  position: relative;
  width: 95.3%;
  margin-left: 20px;
}
.payroll_management .action-panel > * {
  float: right;
}
.payroll_management #excelExport{
  border:1px solid #000;
  padding:10px;
  z-index:9999;
  background:#fff;
  color: #000;
}
.payroll_management #send_payslip{
  border:1px solid #000;
  padding:10px;
  z-index:9999;
  background:#fff;
  margin-left: 5px;
  margin-right: 5px;
}
.payroll_management #select_month{
  border:1px solid #000;
  padding:10px;
  z-index:9999;
  background:#fff;
}
.payroll_management #excelExport:hover{
  background:#fff107;
  cursor:pointer;
}
.payroll_management #send_payslip:hover{
  background:#fff107;
  cursor:pointer;
}

.payroll_management .left_content,
.payroll_management .right_content{
  display: inline-block;
  text-align:left;
  vertical-align: top;
}
.payroll_management .left_content{
  width: 40%;
}
.payroll_management .right_content{
  width: 59%;
}
#employee_info{
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  margin-top: 4px;
}
.payroll_management .block{
  position:relative;
}
.employee_list{
  width:40%;
}
.payroll_management .block_title{
 background:#1B4F98;
 color:#fff;
 width: 36px;
 writing-mode: vertical-rl;
 display: grid;
 position: absolute;
 height: 100%;
 align-items: center;
 justify-content: center;
}
.payroll_management .list,
.employee_settings{
  position:relative;
  display:grid;
  margin-left: 40px;
  padding: 15px;
  border: 1px solid #ccc;
  align-items: center;
  background: #fff;
}
.payroll_management .employee_list:after{
  content:"??";
  position:absolute;
  font-size:1.2rem;
  top:45%;
  right: -5.7vw;
  color:#dc3545;
}
.payroll_management .list{
  width:100%;
}
.employee_settings{
  width:40%;
}
.employee_settings img{
  position:absolute;
  bottom:10px;
  right:10px;
}
.payroll_management .list li{
  padding:5px;
  margin:2px 0;
}
.payroll_management .list input[type="radio"]{
  display:none;
}
.payroll_management .list .selected {
  background:#F99600;
  color:#fff;
}
.payroll_management .achievement{
  margin-left: 36px;
  padding: 15px;
  margin-bottom: 10px;
}
#salary_data{
  display: flex;
  vertical-align: top;
  position: relative;
}
#salary_data .col-left,
#salary_data .col-right{
  width: 49%;
}
#salary_data .col-left{
  margin-right:10px;
}
.payroll_management .achievement th{
  background:#1b4f98;
  color:#fff;
  width: 300px;
  border: 1px solid #fff;
}
.payroll_management .achievement tr:first-child th{
  border-top: none;
}
.payroll_management .achievement tr:last-child th{
  border-bottom:none;
}
.payroll_management .achievement th,
.payroll_management .achievement td{
  padding:5px;
  border: 1px solid #ccc;
}
.payroll_management .achievement th {
  width: 120px;
}
.payroll_management .achievement th input[type="text"] {
  width: 110px;
}
.payroll_management .achievement td {
  width: 180px;
  background: #fff;
  padding-right: 1rem;
}
.payroll_management .achievement td.number {
  text-align:right;
}
.payroll_management .achievement td input[type="text"] {
  /* border:none; */
  text-align:right;
  width: 100px;
}
.payroll_management .achievement .add_item{
  text-align:center;
}

.remarks{
  width: 95.4%;
  height:160px;
  margin-left: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.aggregation_period {
  margin-left: 20px;
  margin-top: 84px;
}
.preview_payslip{
  width: 95.3%;
  min-width: 846px;
  border: 1px solid #ccc;
  margin-left: 20px;
  /* margin-top: 84px; */
  padding: 20px;
  background: #fff;
  font-size: 12px;
}
.bar__list img{
  /* max-width: 30px; */
  max-height: 28px;
}

#payslip h2{
  text-align:center;
}
#payslip .basic_info_left{
  float:left;
}
#payslip .basic_info_right{
  float:right;
}
#payslip .detail_info{
  clear:both;
  position: relative;
  margin-bottom:2mm;
}
#payslip .detail_info .title{
 background:#aaa;
 color:#fff;
 width: 36px;
 writing-mode: vertical-rl;
 display: grid;
 position: absolute;
 height: 100%;
 align-items: center;
 justify-content: center;
}
#payslip .detail_info .title + table{
  margin-left:36px;
}
#payslip .detail_info th,
#payslip .detail_info td{
  border:1px solid #666;
  height:41px;
  width: 96px;
  padding:5px;
  min-width: 96px;
  max-width: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#payslip .detail_info th{
  background:#eee;
  text-align: center;
}
#payslip .detail_info td{
  text-align:right;
}
.btn_group_wrap{
    display: flex;
}
.btn_group_wrap *{
    white-space: nowrap;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #325A8C;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #ccc;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  width: 240px;
  /* flex: 1; */
  font-size: 1.2rem;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  display: none;
  width: 100%;
}
.tab-switch:checked+.tab-label {
  background: #1b4f98;
  position: relative;
}
.tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #325a8c;
    border-width: 14px;
    margin-left: -14px;
}
.tab-switch:checked+.tab-label+.tab-content {
  margin-top: 1rem;
  height: auto;
  display: block;
}
.tab-switch {
  display: none;
}
.tab-content tbody{
  display: inline-table;
  width:100%;
  max-width: 100%;
}
.tab-content .input_class{
  background: #1b4f98;
  color: #fff;
  padding: 1rem;
  border-top: solid 3rem #eee;
}
.tab-content .input_class.nomargin{
  border-top: none;
}


.tab-content th,
.tab-content td{
  padding:1rem;
  border:1px solid #ddd;
  box-sizing: border-box;
}

.tab-content th{
  background: #f8f9fa;
  white-space: nowrap;
  padding-right: 2rem;
  box-sizing: border-box;
  width: 380px;
}
.tab-content td{
    width: calc(100% - 380px);
    background: #fff;
}
.tab-content th.item_title{
  background:initial;
  border:none;
  font-size: 1.6rem;
}
.tab-content input:not([type="button"]),
.tab-content select,
.tab-content textarea,
.tab-content .field-container {
  width:100%;
  border:1px solid #ccc;
  border-radius:5px;
  font-size:1.2rem;
  margin:0.5rem auto;
  padding:0.5rem;
}
.tab-content .auto-input-number-overlap {
  font-size: 1.2rem;
}
.tab-content .field-container {
  border: none;
  padding: 0.5rem 0;
}
.tab-content .select2-container .select2-selection--single{
  height: 3rem;
}
.tab-content .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 3rem;
  font-size: 1.2rem;
}
.tab-content .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 0.8rem;
  right: 10px;
}
.tab-content th{
  font-size: 1.2rem;
}
.tab-content th *{
  margin:0;
  width: 100%;
  position: relative;
  font-size: 1.2rem;
  display: block;
}
.tab-content td .form-label{
  display:block;
  margin:0;
  margin-top: 1rem;
}
.tab-content .w40{
  width: 40% !important;
}
.tab-content .w30{
  width: 30% !important;
}
.tab-content .w10{
  width: 10% !important;
}
.tab-content .button,
.add_input{
  height:40px;
  margin:0 10px;
  border:1px solid #ccc;
  border-radius:5px;
  padding:0 20px;
}
.tab-content .radio_list label{
  margin:0 10px;
}
.tab-content .radio_list label span{
  font-size:1.2rem;
}
.tab-content input[type="radio"]{
  display:inline-block;
  width: auto;
  margin-right:5px;
}
.tab-content th div.print{
  position: absolute;
  top: 105px;
  left: 200px;
  width: 280px;
}
.tab-content th .btn-print{
  width: 280px;
}

#work-site-report .employee label.on,
.btn-check:checked+.btn-outline-secondary{
  color:#fff !important;
  background: #0d6efd !important;
  border: none;
}
#work-site-report .employee label.off,
.btn-check+.btn-outline-secondary{
  background: #e2e2e2 !important;
  border: none;
}
.d-inline-block{
  margin:5px;
}
.navbar{
    display: none;
}
#appVue{
  /* padding-bottom: 100px; */
}
.ui_text_bt{
  background:#1b4f98;
  color:#fff;
  white-space:nowrap;
}
.ui_text_bt.delate{
  background:#ae303c;
  margin-left:2rem;
}
.ui_text_bt:hover{
  opacity:0.7;
  color:#fff;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.3;
    background: #6c757d;
}
.control_ul{
  display:flex;
  width: 100%;
  margin:0 auto;
  align-items: center;
  font-size:0.8rem;
  flex-direction: row;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.content__top__bar + .control_ul{
  margin-top: 50px;
  margin-bottom: -50px;
}
.control_ul img{
  max-height: 42px;
}
.control_ul a{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  min-width: 50px;
  color: #666;
  font-size: 1rem !important;
  border: 1px solid #6c757d;
  height: 44px;
  background: #fff;
}
.control_ul input{
 padding:0;
 height: 44px;
 font-size: 1rem;
 width: 140px;
 text-align: center;
}
.control_ul input+button{
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#4874bc;
    color:#fff;
    height: 44px;
    vertical-align: top;
    margin-left: -6px;
}
.control_ul a:hover {
  background:#ffc107;
}
.control_ul .bar__list__item{
  margin: 10px;
}
.arrangement__table {
  position:relative;
  z-index: 0;
}
.arrangement__table .add_site{
    background:#4874bc;
    color:#fff;
    position:absolute;
    right: 2px;
    padding:0.5rem 1rem;
}

.construction-order .w-full {
        width: 100%;
    }
    .construction-order .w-c-50 {
        width: calc(50% - 10px);
    }
    .construction-order .block {
        display: block;
    }
    .construction-order .flex {
        display: flex;
    }
    .construction-order .items-center {
        align-items: center;
    }
    .construction-order .content-end {
        justify-content: flex-end;
    }
    .construction-order .text-center {
        text-align: center;
    }
    .construction-order .text-left {
        text-align: left !important;
    }
    .construction-order .border-grey {
        border: 1px solid #CFCFCF;
    }
    .construction-order .default-button {
        border: none;
        outline: none;
        font-size: 1rem;
        padding: 0 10px;
        min-width: 68px;
        height: 40px;
        border-radius: 3px;
        color: #fff;
        display: 'inline-flex';
        align-items: 'center';
        justify-content: 'center';
    }
    .construction-order .arrangement__table a {
        color: #348BE6;
        /* font-size: 12px; */
    }
    .construction-order .search-table input {
        border-radius: 3px;
        height: 40px;
    }
    .construction-order .search-table tr td {
        padding: 3.5px 4.5px;
    }
    .construction-order .mb-0 {
        margin-bottom: 0 !important;
    }
    .construction-order .select-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }
    .construction-order .btn_pagination {
        display: inline-block;
        margin-bottom: 0.5rem;
        width: 70px;
    }

#constorg_input_rows .mb-2{
  padding-left:0 !important;
}
#constorg_input_rows .col-4 button{
    margin-top: 2%;
    height: 44px;
}

/* 暫定処置 */
.content__top__bar .bar__list__item{
}
.orderView .v,
.p,
.view .invoice{
  background:#fff;
}
.view .invoice,
.view .invoice + *{
  margin:0 auto;
}

#nav-tabContent.tab-content{
  display:block;
}


/*sp layout*/
@media screen and (max-width: 767px) {
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 14px;
  touch-action: manipulation;
}
  body,section {
    min-width:initial;
  }

  input{
    font-size:16px !important;
  }
  #notification .content__top__bar{
    display:none;
  }
  .spnone{
    display: none !important;
  }

  .construction-site table{
    table-layout: fixed;
  }
.body-wrapper.construction-site{
    width: 100vw;
    padding: 10px;
    margin-top: -16vh;
}
.body-wrapper.construction-site .list table th, .body-wrapper.construction-site .list table td,
.list table td, .list table td *{
    white-space: initial;
}
.content__top__bar__wrapper{
  display:none;
}
#work-site-report{
  display: flex;
  flex-wrap: wrap;
}
.work-site-report-confirm .title{
  width: 100% !important;
  padding: 1rem !important;
  margin: 0 !important;
  margin-bottom: 1rem !important;
  min-height: initial !important;
  order: -1;
  font-size: 4.6vw !important;
  height:auto !important;
}
.work-site-report-confirm .info-table{
  table-layout: fixed;
  position:relative;
  float: initial !important;
  width: 100% !important;
}
.work-site-report-confirm .info-table tr:has(.signature){
  display: block;
  margin-top: -1px;
  margin-left: -1px;
  width:100%;
  position:relative;
}
.work-site-report-confirm .info-table th{
  width: calc(2vw + 24px) !important;
  padding: 8px !important;
}
.work-site-report-confirm .info-table tr:has(.signature) th{
  display: grid;
  height: 13vh;
  margin-top: 5px;
  align-items: center;
  justify-content: center;
}
.work-site-report-confirm .info-table tr:has(.signature) th+th{
  display:none;
}
.work-site-report-confirm .info-table tr:has(.signature) td{
  position:absolute;
  top:0;
  left: 8.2vw;
  width: 81.8vw;
  height: 13vh;
  border: none;
  background: #fff;
  border: 1px solid #000;
}
.work-site-report-confirm .signature{
  font-size: 5.4vw !important;
  font-family: serif;
  margin-top: 2.6vh !important;
}
.work-site-report-confirm .info-table tr:has(.signature) +tr td{
  position:absolute;
  margin-top: -5.6vh;
  left: 8vw;
  width: 72vw;
  text-align: center;
  border: none;
  background: none;
}
.work-site-report-confirm .scroll_table{
  overflow: scroll;
  width: 94.3vw !important;
  padding-right: 10vw;
  position: relative;
}
.work-site-report-confirm .scroll_table.slide{
  padding-bottom:10px;
}
.work-site-report-confirm .scroll_table.slide:after{
  content:"右にスライド ＞＞＞";
  background:#dc3545;
  color:#fff;
  padding: 1px 10px;
  position:absolute;
  bottom: 10px;
  opacity: 0.8;
  border-radius: 20px;
}

.work-site-report-confirm .detail-table td, .work-site-report-confirm .detail-table th{
  white-space:nowrap;
}
.dx_link_banner img{
  display: none;
}
.content__top__bar .bar__list{
  position:absolute;
  top:0;
  right:0;
}

}

.list_gmo_ico{
  height:30px;
}
.list_gmo_down_ico{
  padding-top: 5px;
}

.select2-container{
  min-width: 40%;
  z-index: 98;
}

.notification h3{
  font-size:120%;
  margin:1rem 0;
}
.notification td:last-child{
  width:10vw;
}

.statistic-wrapper .search-detail-toggle {
  cursor: pointer;
}

.statistic-wrapper .search-subject {
  width: 120px;
}

.statistic-wrapper .search-content {
  width: 200px;
}

.statistic-wrapper .tag-block {
  margin: 0;
  display: inline-block;
}
.body-wrapper.statistic-wrapper{
  margin-top: 85px;
}

#statistic td{
  font-size:11px;
  white-space:nowrap;
  text-align: right;
}
#statistic td.white-space-normal{
  white-space: normal;
}
#statistic td:last-child{
  /* text-align:center; */
}
#statistic #statistic-table td{
  text-align: revert;
}
#statistic #statistic-table td input,
#statistic #statistic-table td span{
  text-align:right;
  display: block;
  width: 100%;
}

#statistic td.cell-confirmed,
#statistic td.cell-none-welfare {
  background-color: #aaa;
}
#statistic td .worksite_name {
  font-size:11px;
}
#statistic .site-list td{
  text-align:left;
}

.modal-dialog.docs_sent{
  max-width: inherit;
  width: 600px;
  top:10%;
  display: block;
  margin:0 auto;
  position: relative;
}

#dashboard {
  position: relative;
  padding: 0 calc(1rem + var(--bs-gutter-x,.75rem));
}
.dashboard_menu_wrap{
  width: calc(100% - 350px);
}
.dashboard_menu_wrap .tab-label{
  width:156px;
  height:53px;
}
.dashboard_menu_wrap .tab-wrap:after{
  display:none;
}
.dashboard_menu_wrap .tab-label.tab01{
    background-image: url(/images/menu_icon/tab01_off.svg);
}
.dashboard_menu_wrap .tab-label.tab02{
    background-image: url(/images/menu_icon/tab02_off.svg);
}
.dashboard_menu_wrap .tab-label.tab03{
    background-image: url(/images/menu_icon/tab03_off.svg);
}
.dashboard_menu_wrap .tab-label.tab04{
    background-image: url(/images/menu_icon/tab04_off.svg);
}
.dashboard_menu_wrap .tab-label.tab05{
    background-image: url(/images/menu_icon/tab05_off.svg);
}
.dashboard_menu_wrap .tab-label.tab06{
  background-color: #989898;
  border-color: #989898;
  width: 75%;font-size: 15px;
  text-align: left;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 900;
}

.tab-switch:checked+.tab-label.tab01{
    background-image: url(/images/menu_icon/tab01_on.svg);
}
.tab-switch:checked+.tab-label.tab02{
    background-image: url(/images/menu_icon/tab02_on.svg);
}
.tab-switch:checked+.tab-label.tab03{
    background-image: url(/images/menu_icon/tab03_on.svg);
}
.tab-switch:checked+.tab-label.tab04{
    background-image: url(/images/menu_icon/tab04_on.svg);
}
.tab-switch:checked+.tab-label.tab05{
    background-image: url(/images/menu_icon/tab05_on.svg);
}
.dashboard_menu_wrap .tab-label{
  font-size:0;
  background-color:#fff;
}
.dashboard_menu_wrap .tab-switch:checked+.tab-label+.tab-content{
  background:#fff;
  margin-top: 0;
  border: solid 3px;
  margin-top: -3px;
  z-index: 2;
}
.dashboard_menu_wrap .tab-switch:checked+.tab-label:after{
  display: none;
}
.dashboard_menu_wrap .tab-content ul{
  display:flex;
  flex-wrap: wrap;
}
.dashboard_menu_wrap .tab-content li{
  list-style:none;
  width:25%;
  height: 208px;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #eee;
}
.dashboard_menu_wrap .tab-content li span{
  display:block;
  margin-top:10px;
}
.dashboard_menu_wrap .tab-content li img{
  width:108px;
  height:auto;
}
.dashboard_menu_wrap .tab-switch:checked+.tab-label.tab01+.tab-content{
  border-color: #0093da;
}
.dashboard_menu_wrap .tab-switch:checked+.tab-label.tab02+.tab-content{
  border-color:#54a94b;
}
.dashboard_menu_wrap .tab-switch:checked+.tab-label.tab03+.tab-content{
  border-color:#dc7d29;
}
.dashboard_menu_wrap .tab-switch:checked+.tab-label.tab04+.tab-content{
  border-color:#1f47ab;
}
.dashboard_menu_wrap .tab-switch:checked+.tab-label.tab05+.tab-content{
  border-color:#be273d;
}
.dashboard_menu_wrap .tab-switch:checked+.tab-label.tab06+.tab-content{
  border-color:#989898;
}



.dashboard_right_contents{
  width: 320px;
  position: absolute;
  right: 10px;
  top: 0;
}
.dashboard_right_contents #schedule-calendar{
  width:100%;
}
.dashboard_right_contents #schedule-calendar img{
  width:100%;
}
.dashboard_right_contents #infomation{
  margin-top:20px;
}
.dashboard_right_contents #infomation h3{
  background:#343a40;
  color:#fff;
  font-size:1.2rem;
  padding:0.5rem;
}
.dashboard_right_contents #infomation li{
  border:solid 1px #6c757d;
  background:#fff;
  padding:0.5rem;
}
.dashboard_right_contents #infomation li span{
  display:block;
  color:#666;
}
.dashboard_right_contents #infomation li a{
  color:#000;
}


.status{
  font-size: 200%;
  text-align:center;
  margin:1rem;
  color:#dc3545;
}

.operations .control_ul{
  flex-wrap: wrap;
}
.operations .control_ul input{
  width: 90%;
  border: 1px solid #000;
  border-radius: 0;
}
.operations .control_ul input+button{
  width: 90px;
  margin-left: 0;
}
.operations .ginosya_name.tehai{
  background:#64f269;
}
.operations .ginosya_name.in{
  background:#ffed81;
}
.operations .ginosya_name.out{
  background:#ffc8c8;
}
.operations .ginosya_name.unscheduled{
  background:#ffed81;
}
.operations .status_info{
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.operations .status_info li:before{
  content:"";
  display:inline-block;
  width:16px;
  height:16px;
  border: 2px solid #005099;
  border-radius: 3px;
  vertical-align: sub;
  margin-right: 3px;
}
.operations .status_info .in:before{
  background: #ffed82;
}
.operations .status_info .tehai:before{
  background:#64f269;
}

.content__top__bar__wrapper #export_csv{
  border: 1px solid #000;
  padding: 6px 18px;
  width: auto;
  margin: 6px 0px;
  z-index: 9999;
  background: #fff;
  color: #000;
  float: right;
}

.content__top__bar__wrapper #export_csv:hover{
  background:#fff107;
  cursor:pointer;
}

.statistic-piecework-wrapper .search-subject {
  width: 120px;
}

.statistic-piecework-wrapper .search-content {
  width: 200px;
}

.statistic-piecework-table td {
  height: 40px;
  line-height: 1;
}

.statistic-piecework-table tr.header {
  height: 60px;
}
.statistic-piecework-table td.number {
  text-align: right !important;
}

.statistic-piecework-table .subject-header {
  height: 280px;
}
.a_button{
  padding: 3px 12px;
}
.noActive td{
    color: #9b9b9b;
    background-color: #f1f1f1!important;
}
.select2-selection__clear{
    margin-right: 10px;
}
.nw{white-space:nowrap;}
.auto_round_down{
    border: 1px solid #999;
}
/*
label {
    margin-left: 3em;
}
*/
.my-file-input {
    margin: 0;
  display: inline-block;
  padding: 7px;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  background-color: #55f;
  color: white;
  box-shadow: #888 2px 2px 1px;
  cursor: pointer;
}
.my-file-input:hover {
  background-color: #88f;
}
.my-file-input:hover {
  background-color: #88f;
}
.my-file-input:active {
  box-shadow: #888 1px 1px 1px;
  position: relative;
  top: 1px; left: 1px;
}
.my-file-input input {
  display: none;
}
.tax_exempt_td{
    text-align: center;
}
.tax_exempt_td label{
    padding: 4px 16px;
    margin: 0;
}
.tax_exempt_th{
    padding: 0px 4px;
}
.opa03{background-color: #66c5707a!important;}

.col{
    z-index: 1;
}
.me-5{
    margin-bottom: 0.5rem;
}

.freeInput{
    color: #212194;
    font-size: 12px;
    padding-top: 0!important;
    padding-left: 6px!important;
}
.noBorder td{
    background: white!important;
}
.addFree td{
    background: #d2d6f5!important;
}
.addFree{
    display: none;
}
.addNotFree #item_detail_id,
.addFree #item_detail_id{
    width: 130px!important;
}
.w100tr .select2-container{
    width: 100%!important;
}

.nw{white-space: nowrap}
.addFree .select2{
    width: 50px!important;
}
.addNotFree .unit{
    /*width: 50px!important;*/
}
.unit-select{
    padding: 2px 2px 3px 2px;
    text-align: center;
    font-size: 14px;
    width: 50px!important;
}
.addNotFree td,
.addFree td{
    height: 36px!important;
}
.addFree .free-name{
    padding: 6px 2px;
}
.addFree .unit-select{
    width: 100%!important;
}

.confirm-mark-read-all-message .app-modal-card {
  background: #FFF !important;
  box-shadow: unset;
  border-radius: unset;
  animation: unset;
  position: relative;
}
.confirm-mark-read-all-message .app-modal-card .btn-mark-read-all-message {
  width: 100px;
  background: #1B4F98;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  margin-right: 30px;
  position: relative;
}
.confirm-mark-read-all-message .app-modal-card .cancel {
  width: 100px;
  background: #C0C0C0;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}
.header-mark-read-all-message {
  background-color: #FFF;
  height: 50px;
}
.header-mark-read-all-message .close {
  color: black;
  padding: 13px;
}
.header-mark-read-all-message #cancel-mark-read-all-message span {
  font-size: 22px !important;
}
.confirm-mark-read-all-message .button-loading-mark-read-all .button__text {
  visibility: hidden;
  opacity: 0;
}
.confirm-mark-read-all-message .button-loading-mark-read-all::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-mark-read-all-loading-spinner 1s ease infinite;
}
.confirm-mark-read-all-message .app-modal-card {
  padding: 0px 40px 40px 40px;
}
@keyframes button-mark-read-all-loading-spinner {
  from {
      transform: rotate(0turn);
  }

  to {
      transform: rotate(1turn);
  }
}

.modal-dialog-tag-edit .tag-list {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.body-wrapper.add-construction-site-group .common_form div.pagination-container li{
  display: inline-block;
  padding: 0;
  margin: 20px 0 0;
  width: auto;
}
.container-worksite table#table-worksite {
  background: white;
}
.container-worksite table#table-worksite tr th{
  padding: 15px 10px;
  background: #4C4C4C;
}

.container-worksite table#table-worksite tr td{
  padding: 15px 10px;
}
.container-worksite .container-worksite {
  background-color: #eee;
}
.container-worksite table th , .container-worksite table td{
  text-align: center;
}

.container-worksite table tr:nth-child(even){
  background-color: #e4e3e3
}

.container-worksite th {
  background: #333;
  color: #fff;
}
.container-worksite .num_rows {
  width: 20%;
  float:left;
}
.container-worksite .tb_search{
  width: 20%;
  float:right;
}
.container-worksite .table-worksite {
  width: 100%;
}
.tab-content.work-site-group {
  display:block;
}

.block-construction .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.5rem;
    background: #fff;
    margin-left: 0px;
}
.block-construction .avatar img,
.model-table img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 100%;
}
/*******************作業日報_SP_日報入力のモデル**********************/
.modal-002__wrap input {
    display: none;
}

.modal-002__open-label,
.modal-002__close-label {
    cursor: pointer;
}

.modal-002__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
    background-color: #136bfd;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}

.modal-002__open-label:hover {
    background-color: #fff;
    color: #136bfd;
    outline: 1px solid #136bfd;
}

.modal-002 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-002__open-input:checked + label + input + .modal-002 {
    display: block;
    animation: modal-002-animation .6s;
}

.modal-002__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-002__close-label {
    background-color: #fff;
    color: #B6B6B6;
    border: 2px solid #B6B6B6;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.3;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.5em;
}

.modal-002__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-002__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-002-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-002__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-002__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-002__content-wrap {
        width: 90vw;
    }

    .modal-002__content {
        padding: 33px 10px 35px;
        max-width: 100%;
    }
}
.model-table input{
    display: block;
}
.table>:not(:last-child)>:last-child>*{
    text-align: center;
}
.model-table .form-control{
    padding: 0.175rem 0.25rem;
    text-align: center;
}
.model-table .form-control{
        float: left;
        max-width: 100px;
}
.model-table span{
    vertical-align: sub;
    font-size: 12px;
    margin-left: 2px;
}
.model-table td{
    vertical-align: middle;
}
.model-button{
    background: #316CF4;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.add-button input{
    display: block;
}
.add-button .btn-outline-secondary{
    background:#6D747C;
    border-color:#B5B7BC;
    color:white;
    padding: 10px 20px;
}
.data-button{
    background: #DC3545;
    color: white;
    padding: 12px 0px;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    max-width: 200px;
    margin-bottom:1em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
}
.model-table2 input{
    display:block;
    float:left;
}
.model-table2 .form-select{
    float:left;
    margin-right:3px;
    padding: 0.275rem 2.25rem 0.375rem 0.75rem;
}
.model-table2 span{
    vertical-align: -webkit-baseline-middle;
    font-size:14px;
}
.model-table2>:not(:last-child)>:last-child>*{
    text-align: left;
}
.model-table2{
    background: #E0E2E5;
    margin-left: -20px;
    margin-bottom:-26px;
    width: calc(100% + 40px);
    border-top:1px solid #B5B7BC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.model-table2 .input-group-text{
    background: none;
    border: none;
}
.model-table2 .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    border-radius: 0.25rem!important;
    border-color: #B5B7BC;
}
.model-table2 .people{
    padding-left:30px;
}
.model-table2 .table2-padding{
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right:0px;
    font-size:14px;
}
.model-table2 .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left:-9px;
    padding-right:3px;
}
.model-table2 >:not(caption)>*>*{
    padding: 0.5rem 0.5rem 0rem 0rem;
}
@media only screen and (max-width: 520px) {
    .model-table .form-control{
        max-width: 35px;
        float: left;
    }
}

.modal-edit-employee th {
}

.modal-edit-employee td {
  white-space: nowrap;
  padding: 8px;
}


.work-site-report-confirm .title {
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 30px 18px;
  line-height: 100%;
  font-size: 1.7rem;
  box-sizing: border-box;
  width: 30%;
  text-align: center;
  margin-top: 0;
  margin-right: 20px;
  background: #fff;
  margin-bottom: 20px;
  min-height: 204px;
  display: grid;
  align-items: center;
}

.work-site-report-confirm .info-table {
  width: 63%;
  float: right;
}

.work-site-report-confirm .info-table th {
  background: #ccc;
  color: #333;
  border: 1px solid #000;
  width: 200px;
  padding: 8px 20px;
}

.work-site-report-confirm .info-table td {
  font-weight: normal;
  background: #fff;
  border: 1px solid #000;
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
}

.work-site-report-confirm .info-table tr th:nth-child(2) {
  padding: 3px 20px;
}

.work-site-report-confirm .signature {
  border-radius: 6px;
  text-align: center;
  font-size: 28px;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1rem;
}

.work-site-report-confirm .summary-table,
.work-site-report-confirm .sub-summary-table {
  page-break-inside: avoid;
  margin-top: 5px;
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 1.2rem;
}

.work-site-report-confirm .summary-table th {
  background: #6d6c67;
  border: 1px solid #000;
  color: #fff;
  padding: 8px 18px;
  text-align: center;
}

.work-site-report-confirm .summary-table td {
  text-align: center;
  border: 1px solid #000;
  padding: 8px 18px;
  background: #fff;
  font-size: 1.5rem;
  vertical-align: unset;
  position:relative;
}
.work-site-report-confirm .summary-table td>div {
  position: absolute;
  right:10px;
  bottom:0px;
  font-size: 1.2rem;
}

.work-site-report-confirm .sub-summary-table td,
.work-site-report-confirm .sub-summary-table th {
  text-align: center;
  border: 1px solid #000;
  padding: 8px 18px;
  background: #fff;
}

.work-site-report-confirm .sub-summary-table th {
  background: #ccc;
  color: #333;
}

.work-site-report-confirm .sub-summary-table .total {
  background: #6d6c67;
  color: #fff;
}

.work-site-report-confirm .sub-summary-table tr:last-child {
  background: #6d6c67;
  color: #fff;
}

.work-site-report-confirm .detail-table {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #000;
  border-collapse: collapse;
}

.work-site-report-confirm .detail-table td,
.work-site-report-confirm .detail-table th {
  word-break: break-word;
  border: 1px solid #000;
  padding: 2px 5px;
}

.work-site-report-confirm .detail-table th {
  background: #ccc;
  color: #333;
}

.work-site-report-confirm .detail-table td {
  background: #fff;
  min-width: 88px;
}

.work-site-report-confirm .detail-table tr:nth-child(3n+2) td:nth-child(4) div {
  margin-top: 20px;
}

.work-site-report-confirm .detail-table tr:nth-child(3n+2) {
  page-break-after: avoid;
}

.work-site-report-confirm .detail-table div {
  font-size: 0.8rem;
}
.report .d-flex{
  flex-wrap:wrap;
}
#work-site-report .confirm_mark{
  display:flex;
  align-items: center;
  justify-content: center;
}
#work-site-report .confirm_mark img{
  height: 50px;
  width: auto;
}

.flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.flex-row input {
  width: 50px !important;
}

#salary_data .edited-label {
    margin: 0;
    width: 100%;
    color: #aaa;
    font-size: 80%;
}

.dx_link_banner img{
  position:absolute;
  width:240px;
  object-fit:contain;
  right:0px;
  top:-20px;
}
.dx_link_banner img:hover{
  opacity:0.8;
}

.require{
  color:red;
  font-size: 80%;
}

.organization_chart_table {
}

.organization_chart_table td {
  padding: 0;
  font-size: 12px;
  border: none;
}

.organization_chart_table td.layout {
  padding: 0.5rem;
  vertical-align: top;
}

.organization_chart_table .item td {
  padding: 0.5rem;
  border: solid 1px #8E8E8E;
}

.organization_chart_table .item td.subject {
  width: 160px;
}

.organization_chart_table .item td.content {
  width: 300px;
}

.organization_chart_table .item td input {
  margin: 0;
  padding: 4px;
  font-size: 13px;
}

.organization_chart_table .item td select {
  font-size: 13px;
}

.organization_chart_table .item td .input-date {
  width: 120px;
}

.organization_chart_table .border-bottom {
  border-bottom: solid 1px #8E8E8E;
}

.organization_chart_table .border-none {
  border: 0 !important;
}

.organization_chart_table .border-top-none {
  border-top: 0 !important;
}

.organization_chart_table .border-right-none {
  border-right: 0 !important;
}

.organization_chart_table .border-bottom-none {
  border-bottom: 0 !important;
}

.organization_chart_table .border-left-none {
  border-left: 0 !important;
}

.organization_chart_table .detail-item-wrapper {
  padding: 0 !important;
  border: 0 !important;
}

.organization_chart_table tr {
  height: 40px;
}

/* 安全書類タブスタイル */
.document-table {
    width: 100%;

    th {
        background: #1b4f98;
        color:White;
        text-align: center;
        border: 1px solid #1b4f98;
        padding: 6px;
    }
    td {
        padding: 6px;
    }

    .column {
        max-width: 60px;
    }
    .icon {
        display: flex;
        justify-content: center;
        
        img {
            height: 24px;
            cursor: pointer;
        }

        .link {
            color: #0000ff;
            text-decoration:underline;
            cursor: pointer;
        }
    }
}

#statistic-table .form-control{
  padding:0;
  border:none;
  margin: 0;
  text-align: center;
  float: right;
}
#statistic-table .cell-price {
  min-width: 50px !important;
}
#statistic-table .cell-gray {
  background-color: #eee;
}
#statistic-table .auto-input-number-container .form-control {
  float: none;
}
#statistic-table .auto-input-number-container .auto-input-number-overlap {
  padding-right: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance:textfield;
}
input[type=number]{
    text-align: right;
}
.attendAchievement_container{
    margin-top: -40px !important;
}
.attendAchievement_container td a{
  display:block;
  text-align: left;
}

#movie_bt{
  width: 64px;
  height: 64px;
  position:fixed;
  bottom: 72px;
  right: 20px;
  z-index: 9999;
}

#statistic #statistic-table{
}
#statistic #statistic-table td{
  text-align: center;
  width: 20px;
}
#statistic #statistic-table .border-top{
  border-top: 2px solid #000 !important;
}
#statistic #statistic-table .border-bottom{
  border-bottom: 2px solid #000 !important;
}
#statistic #statistic-table td.subject-header{
  text-align:left;
  padding:3rem;
}

#statistic #statistic-table td.genba{
  white-space:wrap;
  min-width:5rem;
  text-align:left;
}
#statistic-table .min .form-control,
#statistic #statistic-table td.min input{
  width: 32px;
  min-width:initial;
  float: right;
}
#statistic #statistic-table td.large{
  min-width: 86px;
}

.construction-order-detail .wrap-tabs span{
  white-space:nowrap;
}

.totop_bt{
    background: #dc3545;
    margin-bottom: 3rem;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 0.5rem 1rem;
    float: right;
}
.totop_bt:hover{
    cursor: pointer;
    opacity: 0.8;
}

.monthly-closing-wrapper .search-subject {
  width: 80px;
}

.monthly-closing-wrapper .search-content {
  width: 200px;
}

.monthly-closing-list-wrapper .collapse-cell {
  text-align: center;
}

.monthly-closing-list table th{
  font-size:12px;
  white-space:nowrap;
}

.monthly-closing-list table td,
.monthly-closing-list table td *{
  font-size:14px;
  white-space:nowrap;
}

.monthly-closing-list table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}

.monthly-closing-list table th, .monthly-closing-list table td {
  border: 1px solid #E2E2E2;
  padding: 0.4rem;
  background: #fff;
}

.monthly-closing-list table th {
  background-color: #4C4C4C;
  color: #FFF;
  text-align: center;
  font-weight: 200;
}

.monthly-closing-list-wrapper .btn-join-invoice {
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0;
}

.monthly-closing-list-wrapper .parent-company-cell {
  width: 240px;
  padding: 0.2rem 0.4rem;
}

.monthly-closing-list-wrapper .daily-report-summary-cell {
  width: 120px;
  text-align: center;
}

.monthly-closing-list-wrapper .split-cell {
  width: 60px;
}

.monthly-closing-list-wrapper .statistic-cell {
  width: 120px;
  text-align: center;
}

.monthly-closing-list-wrapper .statistic-piecework-cell {
  width: 120px;
  text-align: center;
}

.monthly-closing-list-wrapper .invoice-cell {
  width: 120px;
  text-align: center;
}

.monthly-closing-list-wrapper .not-aggregate {
  background-color: #ff9595;
  color: #fff;
}

.monthly-closing-list-wrapper .inprogress {
  background-color: #ffffa5;
}

.monthly-closing-list-wrapper .disabled-text {
  color: #eee;
}
.monthly-closing-list table td.period{
  position:relative;
  padding-left: 94px;
}
.monthly-closing-list table td.period span{
  position: absolute;
  top:0;
  left:0;
  color: #fff;
  background: #0885db;
  height:100%;
  padding:0 1rem;
  margin:0;
  display:flex;
  align-items: center;
}

.monthly-closing-list-wrapper .monthly-closing-worksite-table-wrapper {
  padding: 0;
  border-left: 0 !important;
}

.monthly-closing-list-wrapper .parent-company-cell {
  border-right: 0 !important;
}

.monthly-closing-list-wrapper .monthly-closing-worksite-table td {
  border-top: 0 !important;
  border-right: 0 !important;
}

.monthly-closing-list-wrapper .collapse-cell {
  border-bottom: 0 !important;
}


#statistic .arrangement__table.sticky{
  position:sticky;
  left:0;
  border-right: 1px solid #000;
  z-index: 10;
}

#liff_menu{
  display: none;
}

@media screen and (max-width: 767px) {
  .control_ul{
    display:block;
  }
  .control_ul div{
    display:none;
  }
  .control_ul div:first-of-type{
    display:block;
  }
  .control_ul input{
    width:70vw;
  }
#filter_worksite{
  display:block;
  width: 94%;
  margin-bottom: 70px;
  position: relative;
  top: -52px;
  right: -18px;
}
#filter_worksite .form-control{
  width:100%;
}
.work-schedule:not(.drive-schedule) .arrangement__table .table{
  max-height: initial !important;
}
  .ginosya__list{
    left:0;
  }
.addable-contents li .company {
  width: 40%;
}
.addable-contents li .ginosya_name,
.addable-contents li .vehicle_name {
  width: 50%;
}
.work-schedule:not(.drive-schedule) .tehai_table{
  margin-left:0;
}
.work-schedule:not(.drive-schedule) table .genba_col{
 min-width: 80px;
}
.work-schedule:not(.drive-schedule) table .ginosya_col{
  min-width:150px;
}

.body-wrapper.add-construction-site,
.body-wrapper.add-parent-company,
.body-wrapper.parent-company-page{
  width:100%;
  padding:5px;
  margin-top: 30px;
}
.body-wrapper.parent-company-page{
  margin-top:-16vh;
}
.tab-label{
  width:30%;
}
.tab-content th,
.tab-content td{
  display:block;
  width:100%;
}
.tab-content .radio_list label{
  width:27%;
}
.body-wrapper .common_form .radio_list input[type=radio] + span{
  margin-bottom: 5px;
  width:100%;
  display: inline-block;
  text-align:center;
}
#liff_menu {
  display: block;
  position:fixed;
  width:100%;
  bottom:10px;
}
#liff_menu ul{
  bottom: 90px;
  left:0;
  display:flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#liff_menu li{
  font-size:22px;
  color: #fff;
}
#liff_menu a{
  text-align:center;
  width:30%;
  padding: 10px 0;
  border-radius: 5px;
}
#liff_menu a.schedule{
  background:#F79700;
}
#liff_menu a.report{
  background:#E37200;
}
#liff_menu a.simple-invoice{
  background:#4AB941;
}
.orderView{
  overflow:auto;
}
.c-quotation__totalCost > h2 span{
  font-size:inherit;
}
.my-company h2{
  font-size:2rem;
}
/*.row>*{
  width:auto;
}*/

}

.clause_default{
    float: right;
    border: 1px solid #555;
    padding: 4px 8px;
}

.hints{
  width: 100%;
  margin:0 auto;
  margin-bottom: 2rem;
  text-align: center;
  background: #fff;
}
.hints img{
  max-height:12vh;
  width: 100%;
  object-fit: contain;
}

/* カレンダーアイコンを非表示にする */
.daterangePicker::-webkit-calendar-picker-indicator {
    display: none;
}

.attendAchievement_container .mess{
    font-size: 1.1em;
    margin-bottom: 8px;
}
.attendAchievement_container .mess:first-child{
    margin-top: 33px;
}
.attendAchievement_container .dateInput{
    display: inline-block;
    max-width: 47%;
    padding: 8px;
    font-size: 1.2em;
}
.attendAchievement_container .text-black{
    color: #111;
}
.attendAchievement_container .employee__table {
    max-height: 70vh;
    overflow: scroll !important;
}
.attendAchievement_container .fr{
    float: right;
}
.attendAchievement_container .nameFilter{
    margin: 10px 0;
    font-size: 1.2em;
}

/*見積もり*/
.c-quotation__mainContent .genba input[type="radio"] {
    width: 20px!important;
}
.c-quotation__mainContent .genba label{
    margin: 5px 20px 5px 0 ;
}
.c-quotation__mainContent .genba .site_new_input{
    padding:4px;
}
.c-quotation__mainContent .genba .site_exist_input,
.c-quotation__mainContent .genba .site_new_input{
    height: 23px;
}
.c-quotation__mainContent .site_new_input{
    display: none;
}
.c-quotation__mainContent .genba{
    height: 70px;
}
.c-quotation__mainContent .genba2{
    height: 34px;
}
/*帳票のinput*/
.border_disign select,
.border_disign textarea,
.border_disign input
{
    border: 1px solid #aaa;
    border-radius: 2px;
    padding:2px;
}
.input_disign input:not(.daterangePicker),
.input_disign textarea:not(.daterangePicker)
{
    width: 100%!important;
}
.border_disign input[name=welfare_cost],
.border_disign input[name=round_down]{
    margin-right: -3px;
}

.simple-statistic-wrapper {
  text-align: center;
}

.simple-statistic-wrapper .subject {
  text-align: center;
  font-size: 1.6rem;
}

.simple-statistic-table th,
.simple-statistic-table td {
  border: 1px solid #E2E2E2;
  padding: 0.4rem;
  vertical-align: middle;
  background: #fff;
  white-space: nowrap;
}

.simple-statistic-table th {
  background-color: #4C4C4C;
  color: #FFF;
  text-align: center;
  font-weight: 200;
}

.simple-statistic-table .cell-checkbox {
  text-align: center;
}

.simple-statistic-input-wrapper {
  display: table;
  margin: 0 auto;
}

.simple-statistic-input-wrapper span {
  font-size: 1.2rem;
  text-align: center;
}

.simple-statistic-triangle-wrapper {
  display: grid;
  place-items: center;
}

.simple-statistic-triangle-wrapper .triangle {
  background: #dc143c;
  height: calc(40px / 2);
  width: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.simple-statistic-wrapper .btn-create {
  width: 60%;
}

.own-employee:hover{
  background:#ffc107;
}

input.auto-input-number,
input.auto-input-number-vue {
  text-align: right !important;
}

.auto-input-number-container {
    position: relative;
}

.auto-input-number,
.auto-input-number-vue {
    position: relative;
}
.auto-input-number-vue {
    width: 100% !important;
}

.auto-input-number:not(:focus),
.auto-input-number-vue:not(:focus) {
    z-index: 1;
    color: transparent;
}
.auto-input-number:focus,
.auto-input-number-vue:focus {
    z-index: 3;
    color: #555;
}

.auto-input-number-overlap {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    background: transparent;
    padding-right: 0.375rem;
    transform: translate(0, -50%);
    pointer-events: none;
    z-index: 2;
    border: none !important;
}


/*出面表のテーブルカラム固定*/
.sticky_h {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  z-index: 2;
}
.sticky_h:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #333;
  z-index: -1;
}
.sticky_v {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  background: #fff;
  z-index: 3;
}
.sticky_v:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #8e8e8e;
  z-index: -1;
}
.sticky_both {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  z-index: 4;
}
.sticky_both:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #8e8e8e;
  border-right: 1px solid #333;
  z-index: -1;
}

.table-responsive.statistic {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 60vh;
}

.consultant-current-company {
  padding: 10px 80px 10px 30px;
  width: auto;
  font-size: 18px;
  color: #2B4E93;
  cursor: pointer;
  background-color: #FFFFD0;
  height: auto;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 1;
}
.consultant-current-company::after {
  content: '';
  position: absolute;
  right: 10px;
  display: inline-block;
  border: solid 10px transparent;
  top: 10px;
  border-top: 15px solid #1B4F98;
  top: calc(50% - 7.5px);
  border-top: 15px solid #1B4F98;
}

#statistic-table .both2{left: 70px;}
#statistic-table .both3{left:107px;}
#statistic-table .both4{left:199px;}
#statistic-table .v2{top: 32px;}
#statistic-table .h2{left: 70px;}
#statistic-table .h3{left:107px;}
#statistic-table .h4{left:199px;}
.active-sort {
  color: white !important;
  cursor: pointer;
}
.un-active-sort {
  cursor: pointer;
  color: #a0a0a0;
}
.ml-10 {
  margin-left: 10px;
}
.analysis-wrapper {
  margin-top: -35px !important;
}
.analysis-wrapper .total-content {
  background-color: #fff;
  width: 100%;
}

.analysis-wrapper .total-content-left {
  margin-right: 40px;
}

.analysis-wrapper .total-content-center {
  margin-right: 40px;
}

.analysis-wrapper .title {
  font-size: 1.2rem;
}

.analysis-wrapper .total-content-text-box {
  text-align: right;
}

.analysis-wrapper .total-content-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.analysis-wrapper .circle1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #199245;
  margin-bottom: -2px;
  margin-right: 5px;
}

.analysis-wrapper .circle2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #326FFE;
  margin-bottom: -2px;
  margin-right: 5px;
}

.analysis-wrapper .circle3 {
  display: inline-block;
  width: 16;
  height: 16;
  border-radius: 50%;
  background: #D02B28;
  margin-bottom: -2px;
  margin-right: 5px;
}

.analysis-table th {
    vertical-align: middle;
}
.analysis-table th.group-1 {
    background-color: #64696F !important;
}
.analysis-table th.group-2 {
    background-color: #326FFE !important;
}
.analysis-table th.group-3 {
    background-color: #D02B28 !important;
}
.analysis-table th.group-4 {
    background-color: #199245 !important;
}

.analysis-table td.period-month {
    text-align: center;;
}
.analysis-table td.number {
    text-align: right;
}
.analysis-wrapper .type_select .search-content {
  width: 120px;
  margin-top: -7px;
}
.analysis-wrapper .check button{
  font-size: 1.2rem;
  margin-left: 10px;
  width: 150px;
  vertical-align: bottom;
  border-radius: 6px;
}
.analysis-wrapper .check{
  margin-bottom:1rem;
}
.analysis-wrapper .list.monthly-closing-list-wrapper{
  overflow:auto;
  height:calc(98vh - 490px);
}
.analysis-wrapper .list.monthly-closing-list-wrapper .sticky_1{
    position: sticky;
    top: 0;
}
.analysis-wrapper .list.monthly-closing-list-wrapper .sticky_2{
    position: sticky;
    top: 31px;
}
.sticky_1 th:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: calc(100% + 1px);
    border: 1px solid #fff;
}
.sticky_2 th:before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: calc(100% + 1px);
    border: 1px solid #fff;
}

.report_ui_button{
  display:flex;
  align-items: center;
  justify-content: flex-start !important;
  position: relative;
  min-height: 60px;
}
.report_ui_button button{
  width: 15%;
}
.report_ui_button button img{
  width:100%;
}
.report_ui_button .btn-back{
  width: 100px;
  height: 60px;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  bottom: 15px;
}

@media only screen and (max-width: 520px) {
  .report_ui_button button{
    width: 25%;
    height:100px;
    padding:0;
  }
  .report_ui_button .btn-back{
    width: 18%;
    height: 40px;
  }
}

.add-parent-company .text-bold {
  font-weight: bold;
}

.add-parent-company .welfare_expense .radio_list label {
  margin: 0;
}

.add-construction-site .text-bold {
  font-weight: bold;
}

.add-construction-site .welfare_expense .radio_list label {
  margin: 0;
}

/* 新出来高 */
/* テーブル全体の基本設定 */
.arrangement__table .statistic-piecework-table.piecework-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
  background-color: #fff;
}

/* 全てのセルの共通設定 */
.arrangement__table .statistic-piecework-table.piecework-detail-table td {
  border: 1px solid #000;
  padding: 4px;
  height: 24px;
  line-height: 1.2;
  vertical-align: middle;
}

/* タイトルセル（"25' 3月出来高明細書兼請求内訳書"の部分） */
.arrangement__table .statistic-piecework-table.piecework-detail-table .title-cell {
  text-align: center;
  font-size: 16px;
  padding: 8px;
  font-weight: normal;
}

/* ヘッダーセル（列見出し部分） */
.arrangement__table .statistic-piecework-table.piecework-detail-table .header-cell {
  text-align: center;
  padding: 6px 4px;
  font-weight: normal;
  white-space: nowrap;
}

/* セクションヘッダー（[PC工事]などの部分） */
.arrangement__table .statistic-piecework-table.piecework-detail-table .section-header {
  text-align: left;
  padding: 6px 10px;
  font-weight: bold;
}

/* 数値セル */
.arrangement__table .statistic-piecework-table.piecework-detail-table .number {
  text-align: right;
  padding: 4px 8px;
  white-space: nowrap;
}

/* 左寄せテキストセル */
.arrangement__table .statistic-piecework-table.piecework-detail-table .text-left {
  text-align: left;
  padding: 4px 10px;
}

/* 右寄せテキストセル */
.arrangement__table .statistic-piecework-table.piecework-detail-table .text-right {
  text-align: right;
  padding: 4px 8px;
}

/* 工事名と業者名の部分 */
.arrangement__table .d-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.arrangement__table .d-flex > div:last-child {
  text-align: right;
}

/* 単位セル */
.arrangement__table .statistic-piecework-table.piecework-detail-table .unit-cell {
  text-align: center;
  padding: 4px;
  white-space: nowrap;
}

/* 数量セル */
.arrangement__table .statistic-piecework-table.piecework-detail-table .quantity-cell {
  text-align: right;
  padding: 4px 8px;
  white-space: nowrap;
}

/* 備考セル */
.arrangement__table .statistic-piecework-table.piecework-detail-table .remarks-cell {
  text-align: left;
  padding: 4px 8px;
}

/* テーブルヘッダーの複数行対応 */
.arrangement__table .statistic-piecework-table.piecework-detail-table th {
  border: 1px solid #000;
  padding: 4px;
  font-weight: normal;
  vertical-align: middle;
}

/* 金額列の設定 */
.arrangement__table .statistic-piecework-table.piecework-detail-table .amount-cell {
  text-align: right;
  padding: 4px 8px;
  white-space: nowrap;
}

/* 合計行の設定 */
.arrangement__table .statistic-piecework-table.piecework-detail-table .total-row td {
  font-weight: normal;
  background-color: #fff;
}

/* No.表示部分 */
.arrangement__table .statistic-piecework-table.piecework-detail-table .no-cell {
  text-align: right;
  padding: 4px 8px;
  white-space: nowrap;
}

/* 注文番号部分 */
.arrangement__table .statistic-piecework-table.piecework-detail-table .order-number {
  border: 1px solid #000;
  padding: 4px 8px;
  margin-left: auto;
  width: 150px;
  text-align: center;
}

/* テーブル上部の情報エリア */
.arrangement__table .table-header-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
}

/* 工事名・業者名のスタイル */
.arrangement__table .project-info {
  text-align: left;
  margin-bottom: 5px;
}

/* 作業所・責任者欄 */
.arrangement__table .supervisor-info {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}

/* 印鑑欄用のスタイル */
.arrangement__table .stamp-area {
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  margin-left: 10px;
}

.sp-document-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  position: relative;
  padding: 40px 0 0px; /* 上に余白を確保 */
}

.sp-header-left {
  flex: 1;
  padding-left: 20px;
}

.sp-header-row {
  margin-bottom: 4px;
  white-space: nowrap;
  font-weight: bold;
}

.sp-header-center {
  text-align: center;
  position: absolute;
  top:60px;
  left: 420px;
  transform: none;
}

.sp-header-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  z-index: 10; 
  text-align: center;
  letter-spacing: 0.1em; /* 文字間を広げる */
}

.sp-header-subtitle {
  font-size: 14px;
  font-weight: bold;
}

.sp-header-right {
  position: relative; /* 内部で絶対配置するために relative に */
  max-height: 80px; /* 高さ制限 */
}

.sp-header-table {
  position: relative;
  right: 300px; /* テーブルだけ左に */
  border-collapse: collapse;
  font-size: 12px;
}

.sp-cell-tall {
  height: 50px; /* 2行分に見せたい高さ（調整可） */
}

.sp-cell-short {
  height: 25px !important;
  padding: 0 !important;
  line-height: 1 !important; 
}

.sp-wide-cell {
  width: 140px;
}

.sp-header-table th,
.sp-header-table td {
  border: 1px solid #000;
  min-width: 80px;
  text-align: center;
}

.sp-header-no {
  position: relative;
  top: 20px;
  right: 40px;
  font-size: 12px;
}

.sp-underhang-underline {
  position: relative;
  display: inline-block;
}

.sp-underhang-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 400px;
  background-color: #000;
}
