@charset "UTF-8";
/*====================================

----------------------------------
  color
----------------------------------

  Main : #000
  red : #F65952
  blue: #0066CC



----------------------------------
  font
----------------------------------

  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;

----------------------------------
  structure
----------------------------------

  reset
  common
  header
  footer
  01.login


----------------------------------
  change Log
----------------------------------

  -20190101 Fixed header problem

====================================*/
/*===============================

  Reset CSS（HTML5 Doctor Reset CSS）

================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-print-color-adjust:exact;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* added to reset css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*===============================

  common

================================*/
html, body {
  background: #fff;
  color: #000;
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 1.09034vw;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (min-width: 1284px) {
  html, body {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  html, body {
    font-size: 10px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.table {
  color: #000;
}

img {
  border: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  color: #0066CC;
}

a:hover {
  opacity: 0.7;
}

label {
  font-weight: 500;
}

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1284px;
}

.container h1 {
  margin: 1.3rem 0 1.3rem;
  padding: 0 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 900;
  border-left: 0.35rem solid #333333;
}

@media (min-width: 1284px) {
  .container {
    width: 1284px;
  }
}

/* モーダルウィンドウを開いたときに背景を止める（javascriptでクラス付与） */
.scroll-prevent {
  position: fixed;
  /*動き固定*/
  z-index: -1;
  /*奥行きを管理*/
  /*下2つで背景を元のサイズのまま表示*/
  width: 100%;
  height: 100%;
}

body {
  padding-top: 11.86604vw;
  margin-top: 2.5rem;
}

@media (min-width: 1284px) {
  body {
    padding-top: 124.36px;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 70px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  /*
    ハンバーガーメニュー
  ================================*/
  /*チェックボックス等は非表示に*/
}

#header .logo-wrap {
  display: none;
}

@media (max-width: 767.98px) {
  #header .logo-wrap {
    display: block;
    position: relative;
  }
  #header .logo-wrap .logo {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .logo-wrap .logo img {
    width: 150px;
  }
}

#header #nav-drawer {
  border-top: 0.28571rem solid #333333;
}

@media (max-width: 767.98px) {
  #header #nav-drawer {
    margin-bottom: 1rem;
    border-top: 0;
  }
}

#header .nav-unshown {
  display: none;
}

#header #nav-open {
  display: none;
}

@media (max-width: 767.98px) {
  #header #nav-open {
    display: block;
  }
}

@media (max-width: 767.98px) {
  #header {
    /*アイコンのスペース*/
    /*ハンバーガーアイコンをCSSだけで表現*/
    /*閉じる用の薄黒カバー*/
    /*中身*/
    /*チェックが入ったら閉じるボタンを表示*/
    /*チェックが入ったらもろもろ表示*/
  }
  #header #nav-drawer {
    display: block;
    position: relative;
    margin-left: auto;
    text-align: center;
    width: 70px;
    line-height: 70px;
  }
  #header #nav-open {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  #header #nav-open span,
  #header #nav-open span:before,
  #header #nav-open span:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #0066CC;
    display: inline-block;
    content: '';
    cursor: pointer;
  }
  #header #nav-open span {
    top: 47%;
  }
  #header #nav-open span:before {
    bottom: 10px;
    transform: translateX(-50%);
  }
  #header #nav-open span:after {
    top: 10px;
    transform: translateX(-50%);
  }
  #header #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 70px;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100vh;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  #header #nav-content {
    font-size: 14px;
    overflow: auto;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 9999;
    /*最前面に*/
    width: 100%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 70%;
    /*最大幅（調整してください）*/
    height: 100vh;
    overflow-y: auto;
    /* 中身がデバイスの長さより長いときにスクロール（height:100%とセット） */
    padding-bottom: 100px;
    background: #fff;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    /*右に隠しておく*/
  }
  #header #nav-input:checked ~ #nav-open span {
    background: rgba(51, 51, 51, 0);
  }
  #header #nav-input:checked ~ #nav-open span::before,
  #header #nav-input:checked ~ #nav-open span::after {
    content: "";
    display: block;
    height: 100%;
    left: 46%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #header #nav-input:checked ~ #nav-open span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header #nav-input:checked ~ #nav-open span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #header #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（左へスライド）*/
  }
}

#header .header-info {
  max-width: 100%;
  width: 1284px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1285px) {
  #header .header-info {
    width: 1284px;
    padding: 1rem 0;
  }
}

@media (max-width: 767.98px) {
  #header .header-info .logo {
    display: none;
  }
}

#header .header-info .logo img {
  width: 12.46106vw;
  max-width: 160px;
}

@media (max-width: 767.98px) {
  #header .header-info .logo img {
    width: 150px;
  }
}

#header .header-info .link {
  display: flex;
  color: #000;
}

#header .header-info .link > div + div {
  margin-left: 1rem;
}

@media (max-width: 767.98px) {
  #header .header-info .link {
    display: block;
    width: 100%;
    line-height: initial;
    text-align: left;
    }
  #header .header-info .link > div + div {
    margin-left: 0;
  }
  #header .header-info .link div {
    padding: 0.5rem 1.5rem;
  }
  #header .header-info .link a {
    display: block;
    padding: 0.5rem 1.5rem;
    border: 1px solid #CCCCCC;
  }
}

#header .menu-wrap {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

#header .menu {
  max-width: 100%;
  width: 1284px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  max-width: 1284px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: relative;
}

@media (min-width: 1285px) {
  #header .menu {
    width: 1284px;
    padding: 0.5rem 0;
  }
}

#header .menu > li {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#header .menu > li:hover {
  background: rgba(0, 0, 0, 0.03);
  -webkit-transition: all .5s;
  transition: all .5s;
}

#header .menu > li > a {
  border-left: 1px solid #CCCCCC;
  width: 100%;
  color: #000;
}

#header .menu > li:last-child > a {
  border-right: 1px solid #CCCCCC;
  color: #000;
}

#header .menu > li a {
  display: block;
  line-height: initial;
  text-decoration: none;
  color: #000;
}

#header .menu > li a:hover {
  color: #0066CC;
}

#header ul.menu__second-level {
  text-align: left;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#header ul.menu__second-level li {
  line-height: initial;
  padding: 0.25rem 0.75rem;
  position: relative;
}

#header ul.menu__second-level li:hover {
  background: rgba(0, 0, 0, 0.03);
}

#header li.menu__multi:hover ul.menu__second-level {
  top: 35px;
  visibility: visible;
  opacity: 1;
}

#header ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#header ul.menu__third-level li {
  padding: 0.25rem 0.75rem;
  position: relative;
}

#header ul.menu__third-level li:hover {
  background: rgba(0, 0, 0, 0.03);
}

#header li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
  visibility: visible;
  opacity: 1;
}

#header .init-bottom::after,
#header .init-left::before,
#header .init-right::after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
}

#header .init-bottom::after {
  content: '\f078';
}

#header .init-left::before {
  content: '\f0da';
}

#header .init-right::after {
  content: '\f0da';
}

#header .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

@media (max-width: 767.98px) {
  #header .menu-wrap {
    border-top: 0;
    box-shadow: none;
  }
  #header .menu {
    flex-direction: column;
    height: auto;
  }
  #header .menu > li {
    display: block;
  }
  #header .menu > li > a {
    border-left: 0;
    padding: 0.5rem 1.5rem;
    text-align: left;
    color: #000;
  }
  #header .menu > li:last-child a {
    border-right: none;
    color: #000;
  }
  #header ul.menu__second-level {
    width: 100%;
    position: static;
    padding: 0;
    padding-left: 1rem;
    box-shadow: none;
    height: 0;
    -webkit-transition: none;
    transition: none;
  }
  #header ul.menu__second-level li {
    padding: 0;
  }
  #header ul.menu__second-level a {
    padding: 0.25rem 0.75rem;
    color: #000;
  }
  #header li.menu__multi:hover ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
  }
  #header li.menu__multi ul.menu__second-level.open {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  #header ul.menu__third-level {
    width: 100%;
    position: static;
    padding: 0;
    padding-left: 1rem;
    box-shadow: none;
    height: 0;
    -webkit-transition: none;
    transition: none;
  }
  #header ul.menu__third-level li {
    padding: 0;
  }
  #header ul.menu__third-level a {
    padding: 0.25rem 0.75rem;
    color: #000;
  }
  #header li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
  }
  #header li.menu__multi ul.menu__second-level li ul.menu__third-level.open {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

#footer .copy {
  color: #888;
  text-align: center;
  padding: 2rem 0;
}

@media (max-width: 767.98px) {
  #cnt .table-wrap {
    overflow-x: scroll;
  }
  #cnt .table {
    table-layout: auto;
  }
  #cnt .table td {
    white-space: nowrap;
  }
}

.accordion .accordion-item {
  border: 1px solid #CCCCCC !important;
  border-radius: 0.5rem !important;
  margin-top: 1rem;
}

.accordion .accordion-item > .card-header {
  background-color: #333333;
  margin: -1px;
  padding: 0;
  border: 1px solid #CCCCCC;

  position: relative;
}

.accordion .accordion-item > .card-header.header-dark {
  background-color: #888888;
}

.accordion .accordion-item > .card-header.header-dark .btn-link {
  color: #fff;
}

.accordion .accordion-item > .card-header.header-dark .icon-edit {
  color: #fff;
}

.accordion .accordion-item > .card-header .btn-link {
  color: #FFFFFF;
  font-weight: 500;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-size: 1.24611vw;
}

@media (min-width: 1284px) {
  .accordion .accordion-item > .card-header .btn-link {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .accordion .accordion-item > .card-header .btn-link {
    font-size: 10px;
  }
}

.accordion .accordion-item > .card-header .btn-link:hover, .accordion .accordion-item > .card-header .btn-link:focus {
  text-decoration: none;
}

.accordion .accordion-item > div > .card-body {
  padding-bottom: 3rem;
}

.icon-edit {
  font-size: 20px;
  font-size: 1.55763vw;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.icon-edit:hover {
  color: #ff6666;
}

@media (min-width: 1284px) {
  .icon-edit {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .icon-edit {
    font-size: 10px;
  }
}

.icon-head::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  width: 1rem;
  height: 1rem;
  font-weight: 900;
  margin-right: 0.25rem;
}

.icon-head.open::before {
  content: '\f13a';

}

.icon-head.bd-line {
  border-bottom: 1px solid #333333;
}

.bd-line-new {
  border-bottom: 1px solid #333333;
}

@media (max-width: 575.98px) {
  .row-2col > div:first-child {
    padding-right: 0.5rem;
  }
  .row-2col > div:nth-child(2) {
    padding-left: 0.5rem;
  }
}

.info-item {
  display: flex;
  align-items: center;
  box-shadow: 0.15rem 0.15rem #CCCCCC;
  margin: 0.5rem 0;
  padding: 0.25rem 0.75rem;
  background: linear-gradient(to right, #F0F0F0, #F0F0F0 7rem, #FFFFFF 7rem, #FFFFFF);
}

.info-item h3 {
  width: 6.5rem;
  flex: none;
}

.info-item.remarks {
  align-items: flex-start;
}

.info-item.remarks p {
  min-height: 3rem;
}

.card-table {
  margin-top: 1rem;
  border-color: #CCCCCC;
  border-radius: 0.35714rem;
}

.card-table .card-header {
  padding: .375rem .75rem;
  border-color: #CCCCCC;
  background-color: #888888;
  color: #FFFFFF;
}

.table {
  table-layout: fixed;
  box-shadow: 0.15rem 0.15rem #CCCCCC;
}

.table th, .table td {
  padding: .375rem .2rem;
  white-space: normal;
  overflow-x: hidden;
  vertical-align: middle !important;
}

.table th + th, .table th + td, .table td + th, .table td + td {
  border-left: 1px solid #FFFFFF;
}

.table thead {
  text-align: center;
}

.table thead th {
  font-weight: 500;
  background-color: #F0F0F0;
  border-bottom: 2px solid #888888;
}

.table thead th:first-child {
  width: 2.5rem;
}

.table tbody th {
  font-weight: 400;
  text-align: center;
  height: 3.75rem;
}

.dataTables_wrapper .dataTables_filter{
  float: right!important;
  padding: 0rem 0rem 1rem 0rem;
  justify-content:center;
}
.dataTables_wrapper .dataTables_filter input {

  border-color: #CCCCCC;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  margin: 0rem 0rem 0rem 0.5rem;
  padding: 0.4rem 1rem;

  color: #000;
  border-radius: 4px;

}
.btn-action {
  background-color: #0066CC;
  color: #fff;
  font-weight: 500;
  border-radius: 0.35714rem;
}

.btn-action:hover {
  color: #FFFFFF;
  opacity: 0.7;
}



@media (max-width: 575.98px) {
  .btn-action {
    width: 5.71429rem;
  }
}


.btn-action.btn-action--dark {
  background-color: #333366;
}

.btn-action.btn-action--light {
  background-color: #ff3333;
}

.btn-action.btn-action--blue {
  background-color: #fff;
  color: #0066CC;
  border: 1px solid #0066CC;
  height: 3rem;
  line-height: 2rem;
}

.btn-action.btn-action--blue.active {
  background-color: #0066CC;
  color: #fff;
  height: 3rem;
  line-height: 2rem;
}

.btn-action.btn--short {
  background-color: #333333;
  width: 5.71429rem;
  font-size: 0.4rem;
  height: 1.8rem;
  line-height: 0.8rem;
}

.btn-action + .btn-action {
  margin-left: 0.5rem;
}

.custom-select {
  padding: .375rem 3.75rem .375rem .75rem;
  width: auto;
}

.display-no {
  font-weight: 500;
  display:inline-flex;
}

.badge {
  color: #fff;
  background-color: #F65952;
  font-weight: normal;
  padding: .5em 0.75em;
}

form .form-control {
  color: #000;
  border-color: #CCCCCC;
  padding: 0 .75rem;
}

form .calendar {
  position: relative;
  z-index: 100;
}

form .calendar::after {
  font-family: "Font Awesome 5 Free";
  content: '\f133';
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.57143rem;
  height: 100%;
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
  border-top-right-radius: 0.35714rem;
  border-bottom-right-radius: 0.35714rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

form .form-check-input {
  margin-top: 0;
  margin-left: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  form .form-check-input {
    transform: translateY(-50%) scale(0.7);
  }
}

form .form-check-inline .form-check-input {
  transform: unset;
}

form .form-check2-input {
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 0.5rem;
  top: 0%;
  left: 0;

}

#login #window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

#login #window .window-wrap {
  border: 1px solid #888888;
  border-radius: 1rem;
  padding: 2rem 5rem;
}

@media (max-width: 575.98px) {
  #login #window .window-wrap {
    padding: 1rem 2rem;
  }
}

#login #window .window-wrap .logo {
  text-align: center;
}

#login #window .window-wrap .logo img {
  width: 15.57632vw;
  max-width: 200px;
}

@media (max-width: 575.98px) {
  #login #window .window-wrap .logo img {
    width: 150px;
  }
}

#login #window .window-wrap .form-group {
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  #login #window .window-wrap .form-group {
    margin-bottom: 1rem;
  }
}

#login #window .window-wrap .btn-link {
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
  #login #window .window-wrap .btn-link {
    margin-top: 2rem;
  }
}

#login #window .window-wrap .btn-link button {
  background-color: #0066CC;
  width: 15.57632vw;
  max-width: 200px;
  color: #fff;
}

@media (max-width: 575.98px) {
  #login #window .window-wrap .btn-link button {
    width: 100px;
  }
}

#login #window .window-wrap .note {
  text-align: center;
}

#login #window .window-wrap .note a {
  color: #0066CC;
}

#login #footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

#manage .nav-border {
  border-bottom: 1px solid #888888;
}

#manage .nav {
  max-width: 1284px;
  margin: 0 auto;
}

@media (max-width: 1284px) {
  #manage .nav {
    padding: 0 15px;
  }
}

#manage .nav-tabs {
  border-bottom: 0;
}

#manage .nav-tabs .nav-link {
  padding: 1rem 1.5rem;
  color: #000;
  border: 1px solid #CCCCCC;
  border-bottom: 1px solid #888888;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  background-color: #F0F0F0;
}

#manage .nav-tabs .nav-link.active {
  font-weight: 500;
  border: 1px solid #888888;
  position: relative;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  background-color: #FFFFFF;
}

#manage .nav-tabs .nav-link.active::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#manage .tab-content .card-table .card-header {
  position: relative;
}

#manage .tab-content #cnt1 .list-group .list-group-item {
  border: 0;
  border-bottom: 1px solid #888888;
  border-radius: 0;
  padding: 0.25rem 0.75rem;
  display:inline-flex;
}

#manage .tab-content #cnt1 .list-group .list-group-item + .list-group-item {
  margin-left: 1.5rem;

}

#manage .tab-content #cnt1 .basic .right .image {
  position: relative;
  margin-top: 0.5rem;
  height: 15vw;
  max-height: 189px;
  border: 1px solid #CCCCCC;
}

@media (max-width: 767.98px) {
  #manage .tab-content #cnt1 .basic .right .image {
    height: 24vw;
  }
}

#manage .tab-content #cnt1 .basic .right .image .card-header {
  padding: .375rem .75rem;
  background-color: #888888;
  color: #FFFFFF;  
}

#manage .tab-content #cnt1 .basic .right .image .card-header .icon-edit {
  transform: initial;
  top: 0;
  left: initial;
  height: auto;
  padding: 0;
  font-weight: 400;
  background-color: initial;
  border: 0;
  border-radius: 0;
}

#manage .tab-content #cnt1 .basic .right .image .card-header .icon-edit::after {
  display: none;
}

#manage .tab-content #cnt1 .basic .right .image .card-body {
  overflow-y: scroll;
}

#manage .tab-content #cnt1 .middle .table thead th:nth-of-type(2) {
  width: 5rem;
}

#manage .tab-content #cnt1 .pension .table thead th:first-of-type {
  width: initial;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap {
  margin-top: 3rem;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card {
  border-color: #CCCCCC;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card + .card {
  margin-top: 2rem;
  position: relative;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card + .card::before {
  content: "";
  display: inline-block;
  background-image: url("../images/triangle-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.16822vw;
  min-width: 1rem;
  height: 1.01558vw;
  min-height: 1rem;
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header {
  display: flex;
  background-color: #F0F0F0;
  padding: 0;
  border: 1px solid #CCCCCC;
  margin: -1px;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-body {
  padding-bottom: 3rem;
  border-top: none;
  border: 1px solid #888888;
  background-color: #fffFFF;
  margin: -1px;
  box-shadow: 0.15rem 0.15rem  #888888;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header > p {
  padding: .375rem .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header .no {
  width: 2.5rem;
  flex: none;
  border-radius: 20px;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header .condition {
  background-color: #F0F0F0;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: .375rem 1.25rem;
  width: 7rem;
  flex: none;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header .name {
  width: 8rem;
  margin-left: auto;
  border-left: 1px solid #CCCCCC;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header-active {
  display: flex;
  background-color: #FFFFFF;
  padding: 0;
  margin: -1px;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  box-shadow: 0.15rem 0.15rem #888888;
  font-weight: 700;
  color: #ff3333;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header-active > p {
  padding: .375rem .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header-active .no {
  width: 2.5rem;
  flex: none;
  color: #FFFFFF;
  background-color: #ff3333;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header-active .condition {
  background-color: #F0F0F0;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  padding: .375rem 1.25rem;
  width: 7rem;
  flex: none;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card .card-header-active .name {
  width: 8rem;
  margin-left: auto;
  border-left: 1px solid #888888;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card form .form-control {
  border-radius: 0.35714rem;
  border-color: #ccc;
}

#manage .tab-content #cnt1 .todo-flow .process-wrap .card form .calendar::after {
  margin-right: 15px;
}

#manage .tab-content #cnt1 .todo-history .table thead th:nth-of-type(2) {
  width: 18rem;
}

@media (max-width: 575.98px) {
  #manage .tab-content #cnt1 .todo-history .table thead th:nth-of-type(2) {
    width: 10rem;
  }
}

#list .card {
  border: 0 ;
}

#new .card {
  border: 0 ;
}

#search .card {
  border: 0 ;
}

#search .result .btn-action {
  width: auto;
}

#todolist-search1 .result .btn-action {
  width: auto;
}

#todolist-search2 .result .btn-action {
  width: auto;
}

#todolist2 .consult .btn-action {
  width: auto;
}

#applicant .result .btn-action {
  width: auto;
}

#client .result .btn-action {
  width: auto;
}

#client-edit .staff .btn-action {
  width: auto;
}

#invoice-search .result .btn-action {
  width: auto;
}

#invoice-search-bill .result .btn-action {
  width: auto;
}

#invoice-search-estimate .result .btn-action {
  width: auto;
}

#contact .card {
  border: 0 ;
}

#flow-new .card {
  border: 0 ;
}

#task-new .card {
  border: 0 ;
}

#todolist .card {
  border: 0 ;
}

#flow .card {
  border: 0 ;
}

#todolist-search1 .card {
  border: 0 ;
}

#todolist-search2 .card {
  border: 0 ;
}

#todolist-search3 .card {
  border: 0 ;
}

#todolist2 .card {
  border: 0 ;
}

#applicant .card {
  border: 0 ;
}

#client .card {
  border: 0 ;
}

#client-new .card {
  border: 0 ;
}

#recode .card {
  border: 0 ;
}

#invoice .card {
  border: 0 ;
}

#invoice-search .card {
  border: 0 ;
}

#invoice-search-bill .card {
  border: 0 ;
}

#invoice-search-estimate .card {
  border: 0 ;
}

#invoice-item-search .card {
  border: 0 ;
}

#recode .result .table thead th:nth-child(2) {
  width: 8rem;
}

#recode .result .table thead th:nth-child(3) {
  width: 10rem;
}

#recode .result .table thead th:nth-child(4) {
  width: 10rem;
}

#recode .result .table thead th:nth-child(5) {
  width: 7rem;
}

#recode .result .table thead th:nth-child(6) {
  width: 7rem;
}

#recode .result .table thead th:nth-child(7) {
  width: 12rem;
}

#list .task .table thead th:nth-child(2) {
  width: 7rem;
}

#list .task .table thead th:nth-child(3) {
  width: 10rem;
}

#list .task .table thead th:nth-child(4) {
  width: 16rem;
}

#list .task .table thead th:nth-child(6) {
  width: 10rem;
}

#list .task .table thead th:nth-child(7) {
  width: 7rem;
}

#list .task .table thead th:nth-child(8) {
  width: 7rem;
}

#list .task .table thead th:nth-child(9) {
  width: 5rem;
}

#list .deadline .apply .table thead th:nth-child(2) {
  width: 7rem;
}

#list .deadline .apply .table thead th:nth-child(3) {
  width: 7rem;
}

#list .deadline .apply .table thead th:nth-child(4) {
  width: 4rem;
}

#list .deadline .apply .table thead th:nth-child(5) {
  width: 14rem;
}

#list .deadline .apply .table thead th:nth-child(7) {
  width: 10rem;
}

#list .deadline .apply .table thead th:nth-child(8) {
  width: 7rem;
}

#list .deadline .middle .table thead th:nth-child(2) {
  width: 7rem;
}

#list .deadline .middle .table thead th:nth-child(3) {
  width: 7rem;
}

#list .deadline .middle .table thead th:nth-child(4) {
  width: 4rem;
}

#list .deadline .middle .table thead th:nth-child(5) {
  width: 12rem;
}

#list .deadline .middle .table thead th:nth-child(6) {
  width: 11rem;
}


#list .deadline .middle .table thead th:nth-child(8) {
  width: 7rem;
}

#list .deadline .middle .table thead th:nth-child(9) {
  width: 8rem;
}

#list .deadline .middle .table thead th:nth-child(10) {
  width: 7rem;
}

#list .deadline .register .table thead th:nth-child(2) {
  width: 7rem;
}

#list .deadline .register .table thead th:nth-child(3) {
  width: 7rem;
}

#list .deadline .register .table thead th:nth-child(4) {
  width: 4rem;
}

#list .deadline .register .table thead th:nth-child(5) {
  width: 12rem;
}

#list .deadline .register .table thead th:nth-child(6) {
  width: 11rem;
}

#list .deadline .register .table thead th:nth-child(7) {
  width: 22rem;
}

#list .deadline .register .table thead th:nth-child(8) {
  width: 7rem;
}

#list .deadline .register .table thead th:nth-child(10) {
  width: 7rem;
}

#search .zipper .form-group {
  margin-bottom: 1.5rem;
}

#search .zipper select.form-control {
  padding: 0 .75rem;
  border: 1px solid #ccc;
}

#search .result .table tbody td a {
  width: 6rem;
  color: #0066CC;
}

#search .result .table thead th:nth-child(2) {
  width: 6rem;
}

#search .result .table thead th:nth-child(3) {
  width: 4rem;
}

#search .result .table thead th:nth-child(4) {
  width: 4rem;
}

#search .result .table thead th:nth-child(5) {
  width: 7rem;
}

#search .result .table thead th:nth-child(6) {
  width: 12rem;
}

#search .result .table thead th:nth-child(7) {
  width: 24rem;
}

#search .result .table thead th:nth-child(10) {
  width: 6rem;
}

#search .result .table thead th:nth-child(11) {
  width: 3rem;
  background-color: #f0e68c;
}

#search .result .table tbody td:nth-child(11)  {
  text-align: center;
}

#contact .consult .table thead th:nth-child(3) {
  width: 7rem;
}

#contact .consult .table thead th:nth-child(4) {
  width: 7rem;
}

#contact .consult .table thead th:nth-child(5) {
  width: 4rem;
}


#contact .consult .form-group {
  margin-bottom: 1.5rem;
}

#contact .consult .btn-action {
  width: auto;
}

#contact .file .custom-file-label {
  border: 1px solid #CCCCCC;
  border-top-left-radius: 0.35714rem;
  border-top-right-radius: 0.35714rem;
  font-weight: 500;
}

#contact .file .custom-file-label::after {
  display: none;
}

#contact .file .custom-file-label span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #888888;
  border-left: inherit;
  border-radius: 0 0.35714rem 0.35714rem 0;
}

#contact .file .custom-file-label span .fa-folder-open {
  color: #fff;
  margin-right: 0.25rem;
}

#contact .file .no-active {
  display: none;
}

#contact .file .drop-zone {
  position: relative;
  height: 21.02804vw;
  max-height: 5rem;
  margin: 0 auto;
  background-color: #F0F0F0;
  font-size: 20px;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #CCCCCC;
  border-bottom-left-radius: 0.35714rem;
  border-bottom-right-radius: 0.35714rem;
  text-align: center;
}

@media (min-width: 1284px) {
  #contact .file .drop-zone {
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {
  #contact .file .drop-zone {
    font-size: 10px;
  }
}

#contact .file .drop-zone-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contact .file .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.8;
  z-index: 100;
}

#contact .file .overlay-text {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F7F7F7;
}

#contact .file .file-ttl {
  font-weight: 500;
}

#contact .file .file-display {
  padding: .375rem .75rem;
  border: 1px solid #ccc;
  border-radius: 0.35714rem;
  height: 5rem;
}

@media (max-width: 575.98px) {
  #contact .file .file-display {
    height: 21.02804vw;
  }
}

#flow .template .btn-action {
  width: 21.42857rem;
  padding: .75rem;
  height: 5rem;
  line-height: 2.8rem;
}

@media (max-width: 767.98px) {
  #flow .template .btn-action {
    display: block;
    width: 100%;
  }
}

#flow .template .btn-action + .btn-action {
  margin-left: 1.5rem;
}

@media (max-width: 767.98px) {
  #flow .template .btn-action + .btn-action {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  #flow .genre .btn-action {
    width: auto !important;
  }
}

#invoice .btn-trash {
  width: auto;
  padding: .25rem .25rem;
}

#invoice .input--gray {
  background-color: #F0F0F0;
}

#invoice .new .btn-wrap {
  position: relative;
}

#invoice .new .btn-wrap .btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 15px;
}

#invoice .status .btn-wrap {
  position: relative;
}

#invoice .office-fee .table thead th:nth-child(3) {
  width: 4.3rem;
}

#invoice .office-fee .table thead th:nth-child(4) {
  width: 4.7rem;
}

#invoice .office-fee .table thead th:nth-child(5) {
  width: 6.5rem;
}

#invoice .office-fee .table thead th:nth-child(6) {
  width: 7.2rem;
}

#invoice .office-fee .table thead th:nth-child(7) {
  width: 2.4rem;
}

@media (max-width: 575.98px) {
  #invoice .advance-fee .table thead th:nth-child(2) {
    width: 18rem;
  }
}

#invoice .advance-fee .table thead th:nth-child(3) {
  width: 9rem;
}

#invoice .advance-fee .table thead th:nth-child(4) {
  width: 2.4rem;
}

#invoice-preview .btn-action {
  width: auto;
}

#invoice-preview .invoice-wrap {
  border: 1px solid #000;
}

#invoice-preview .invoice-wrap .ttl {
  font-size: 28px;
  font-size: 2.18069vw;
  letter-spacing: 1em;
}

@media (min-width: 1284px) {
  #invoice-preview .invoice-wrap .ttl {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  #invoice-preview .invoice-wrap .ttl {
    font-size: 10px;
  }
}

#invoice-preview .invoice-wrap .ttl h3 {
  border-bottom: 1px solid #000;
}

#invoice-preview .invoice-wrap .client {
  font-size: 20px;
  font-size: 1.55763vw;
}

@media (min-width: 1284px) {
  #invoice-preview .invoice-wrap .client {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  #invoice-preview .invoice-wrap .client {
    font-size: 10px;
  }
}

#invoice-preview .invoice-wrap .basic-info {
  font-size: 16px;
  font-size: 1.24611vw;
}

@media (min-width: 1284px) {
  #invoice-preview .invoice-wrap .basic-info {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  #invoice-preview .invoice-wrap .basic-info {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  #invoice-preview .invoice-wrap .address {
    font-size: 0.5rem;
  }
}

#invoice-preview .invoice-wrap .price {
  font-size: 24px;
  font-size: 1.86916vw;
  border-bottom: 1px solid #000;
  margin-left: 15px;
}

@media (min-width: 1284px) {
  #invoice-preview .invoice-wrap .price {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  #invoice-preview .invoice-wrap .price {
    font-size: 10px;
  }
}

#invoice-preview .invoice-wrap .table.table-bordered {
  border: 0;
  box-shadow: none;
}

#invoice-preview .invoice-wrap .table th, #invoice-preview .invoice-wrap .table td {
  height: 3.11526vw;
  border: 1px solid #000;
}

#invoice-preview .invoice-wrap .table thead th:first-child {
  width: auto;
}

#invoice-preview .invoice-wrap .table thead th:nth-child(2) {
  width: 8rem;
}

#invoice-preview .invoice-wrap .table thead th:nth-child(3) {
  width: 8rem;
}

#invoice-preview .invoice-wrap .table thead th:last-child {
  width: 14rem;
}

#invoice-preview .invoice-wrap .table tbody td:nth-child(2), #invoice-preview .invoice-wrap .table tbody td:nth-child(3), #invoice-preview .invoice-wrap .table tbody td:last-child {
  text-align: center;
}

#invoice-preview .invoice-wrap .table tbody .calc td:first-child, #invoice-preview .invoice-wrap .table tbody .calc td:nth-child(2), #invoice-preview .invoice-wrap .table tbody .calc td:nth-child(3) {
  border: 0;
}

#invoice-preview .invoice-wrap .table tbody .calc td:last-child {
  border: 1px solid #000;
}

#invoice-preview .invoice-wrap .remarks {
  border-radius: 0;
  border-color: #000;
}

#invoice-preview .invoice-wrap .remarks .card-header {
  background-color: #fff;
  border-color: #000;
  height: 3.11526vw;
  line-height: 3.11526vw;
  padding: 0;
}

#invoice-preview .invoice-wrap .remarks .card-body p {
  min-height: 4.6729vw;
}

#invoice-preview .invoice-wrap .payee {
  border: 1px solid #000;
  margin-left: 15px;
}

#flow-edit .related-wt .table thead th:nth-child(2) {
  width: 8rem;
}

#flow-edit .related-wt .btn-action {
  width: auto;
}

#todolist .result .table thead th:nth-child(2) {
  width: 6rem;
}

#todolist .result .table thead th:nth-child(4) {
  width: 7rem;
}

#todolist .result .table thead th:nth-child(5) {
  width: 7rem;
}

#flow .genre .table thead th:nth-child(2) {
  width: 7rem;
}

#flow .genre .table thead th:nth-child(4) {
  width: 12rem;
}

#flow .genre .table thead th:nth-child(5) {
  width: 6rem;
}

/*#todolist-search1 .result .table thead th:nth-child(2) {
  width: 6rem;
}

#todolist-search1 .result .table thead th:nth-child(3) {
  width: 8rem;
}*/

#todolist-search1 .result .table thead th:nth-child(1) {
  width: 6rem;
}

#todolist-search1 .result .table thead th:nth-child(6) {
  width: 6rem;
}

#todolist-search1 .result .table thead th:nth-child(7) {
  width: 6rem;
}

#todolist-search1 .result .table thead th:nth-child(8) {
  width: 6rem;
}

#todolist-search1 .result .table thead th:nth-child(9) {
  width: 6rem;
}

#todolist-search1 .result .table thead th:nth-child(10) {
  width: 6rem;
}

#todolist-search1 .result .table thead th:nth-child(11) {
  width: 3rem;
  /*background-color: #f0e68c;*/
}

#todolist-search1 .result .table tbody td:nth-child(11)  {
  text-align: center;
}

#todolist-search2 .result .table thead th:nth-child(1) {
  width: auto;
}

#todolist-search2 .result .table thead th:nth-child(2) {
  width: auto;
}

#todolist-search2 .result .table thead th:nth-child(3) {
  width: auto;
}


#todolist-search2 .result .table thead th:nth-child(7) {
  width: 6rem;
}

#todolist-search2 .result .table thead th:nth-child(8) {
  width: 6rem;
}

#todolist-search2 .result .table thead th:nth-child(9) {
  width: 6rem;
}

#todolist-search2 .result .table thead th:nth-child(10) {
  width: 6rem;
}

#todolist-search2 .result .table thead th:nth-child(11) {
  width: 6rem;
}

#todolist-search3 .result .table thead th:nth-child(1) {
  width: auto;
}

#todolist-search3 .result .table thead th:nth-child(2) {
  width: auto;
}

#todolist-search3 .result .table thead th:nth-child(3) {
  width: auto;
}

#todolist-search3 .result .table thead th:nth-child(4) {
  width: 6rem;
}

#todolist-search3 .result .table thead th:nth-child(7) {
  width: 6rem;
}

#todolist-search3 .result .table thead th:nth-child(8) {
  width: 6rem;
}

#todolist-search3 .result .table thead th:nth-child(9) {
  width: 4rem;
}

#todolist-search3 .result .table thead th:nth-child(10) {
  width: 9rem;
}

#todolist-search3 .result .table thead th:nth-child(11) {
  width: 9rem;
}

#contact .consult .table thead th:nth-child(3) {
  width: 7rem;
}

#todolist2 .consult .table thead th:nth-child(3) {
  width: 8rem;
}

#todolist2 .consult .table thead th:nth-child(4) {
  width: 9rem;
}

#applicant .result .table thead th:nth-child(2) {
  width: 4rem;
}

#applicant .result .table thead th:nth-child(3) {
  width: 14rem;
}

#applicant .result .table thead th:nth-child(5) {
  width: 6rem;
}

#applicant .result .table thead th:nth-child(6) {
  width: 8rem;
}

#client .result .table thead th:nth-child(2) {
  width: 4rem;
}

#client .result .table thead th:nth-child(3) {
  width: 14rem;
}

#client .result .table thead th:nth-child(5) {
  width: 6rem;
}

#client .result .table thead th:nth-child(6) {
  width: 6rem;
}

#client .result .table thead th:nth-child(7) {
  width: 8rem;
}

#client .result .table thead th:nth-child(8) {
  width: 12rem;
}

#client-edit .staff .table thead th:nth-child(2) {
  width: 6rem;
}

#client-edit .staff .table thead th:nth-child(3) {
  width: 4rem;
}

#client-edit .staff .table thead th:nth-child(4) {
  width: 6rem;
}

#client-edit .staff .table thead th:nth-child(5) {
  width: 7rem;
}

#client-edit .staff .table thead th:nth-child(7) {
  width: 2rem;
  background-color: #f0e68c;
}

#client-edit .staff .table thead th:nth-child(8) {
  width: 2rem;
  background-color: #f0e68c;
}

#client-edit .staff .table tbody td:nth-child(7)  {
  text-align: center;
}

#client-edit .staff .table tbody td:nth-child(8)  {
  text-align: center;
}

#invoice-search-bill .result .table thead th:nth-child(1) {
  width: 0.5rem;
}

#invoice-search-bill .result .table thead th:nth-child(2) {
  width: 5rem;
}

#invoice-search-bill .result .table thead th:nth-child(3) {
  width: 3rem;
}

#invoice-search-bill .result .table thead th:nth-child(4) {
  width: 3rem;
}

#invoice-search-bill .result .table thead th:nth-child(5) {
  width: 3rem;
}

#invoice-search-bill .result .table thead th:nth-child(6) {
  width: 9rem;
}

#invoice-search-bill .result .table thead th:nth-child(7) {
  width: 9rem;
}

#invoice-search-bill .result .table thead th:nth-child(8) {
  width: 3rem;
}

#invoice-search-bill .result .table thead th:nth-child(9) {
  width: 3rem;
}

#invoice-search-bill .result .table thead th:nth-child(10) {
  width: 3rem;
}

#invoice-search-bill .result .table thead th:nth-child(11) {
  width: 3rem;
}

#invoice-search-bill .result .table thead th:nth-child(12) {
  width: 3rem;
}

#invoice-search-estimate .result .table thead th:nth-child(1) {
  width: 0.5rem;
}

#invoice-search-estimate .result .table thead th:nth-child(2) {
  width: 5rem;
}

#invoice-search-estimate .result .table thead th:nth-child(3) {
  width: 3rem;
}

#invoice-search-estimate .result .table thead th:nth-child(4) {
  width: 3rem;
}

#invoice-search-estimate .result .table thead th:nth-child(5) {
  width: 3rem;
}

#invoice-search-estimate .result .table thead th:nth-child(6) {
  width: 9rem;
}

#invoice-search-estimate .result .table thead th:nth-child(7) {
  width: 11rem;
}

#invoice-search-estimate .result .table thead th:nth-child(8) {
  width: 4rem;
}

#invoice-search-estimate .result .table thead th:nth-child(9) {
  width: 4rem;
}

#invoice-search-estimate .result .table thead th:nth-child(10) {
  width: 4rem;
}

#invoice-search-estimate .result .table thead th:nth-child(11) {
  width: 3rem;
}


#invoice-search .result .table thead th:nth-child(2) {
  width: 6.5rem;
}

#invoice-search .result .table thead th:nth-child(3) {
  width: 6.5rem;
}

#invoice-search .result .table thead th:nth-child(4) {
  width: 6.5rem;
}

#invoice-search .result .table thead th:nth-child(5) {
  width: 6.5rem;
}

#invoice-search .result .table thead th:nth-child(6) {
  width: 12rem;
}

#invoice-search .result .table thead th:nth-child(8) {
  width: 7rem;
}

#invoice-search .result .table thead th:nth-child(9) {
  width: 6rem;
}

#invoice-search .result .table thead th:nth-child(10) {
  width: 7rem;
}

#invoice-search .result .table thead th:nth-child(11) {
  width: 4rem;
}

#invoice-item-search .result .table thead th:nth-child(2) {
  width: 7rem;
}

#invoice-item-search .result .table thead th:nth-child(4) {
  width: 10rem;
}

#invoice-item-search .result .table thead th:nth-child(5) {
  width: 10rem;
}

#invoice-item-search .result .table thead th:nth-child(6) {
  width: 4rem;
}


#manage .xml-result .table thead th:nth-child(2) {
  width: 4rem;
}

#manage .xml-result .table thead th:nth-child(3) {
  width: 4rem;
}

#manage .xml-result .table thead th:nth-child(4) {
  width: 8rem;
}

#manage .xml-result .table thead th:nth-child(5) {
  width: 4rem;
}

#manage .xml-result .table thead th:nth-child(6) {
  width: 32rem;
}

.custom-file-label {
  border: 1px solid #CCCCCC;
  border-top-left-radius: 0.35714rem;
  border-top-right-radius: 0.35714rem;
  font-weight: 500;
}

.custom-file-label::after {
  display: none;
}

.custom-file-label span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #888888;
  border-left: inherit;
  border-radius: 0 0.35714rem 0.35714rem 0;
}

.custom-file-label span .fa-folder-open {
  color: #fff;
  margin-right: 0.25rem;
}

.downImage {
  content: "";
  display: inline-block;
  background-image: url("../images/triangle-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.16822vw;
  min-width: 1rem;
  height: 1.01558vw;
  min-height: 1rem;
  position: relative;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
}

#contact .btn-primary{
  background-color: #777676;
  border-color: #777676;
}

#contact .file-drop-zone-title {
  color: #aaa;
  font-size: 1.3em;
  padding: 100px 10px;
  cursor: default;
}

#manage .btn-action {
  width: auto;
}

#manage .card {
  border: 0 ;
}

.info-list {
  display: flex;
  align-items: center;
  box-shadow: 0rem 0.15rem #CCCCCC;
  margin: 1rem 0;
  padding: 0.25rem 0.75rem;

}

#address .card .card-body {
  border-radius: 0.5rem;
  border: 1px solid #888888;
}

#address .card .card-body .chat-item {
  background-color: #f5f7f9;
}


#address .nav-tabs {
  border-bottom: 0;
}

#address .nav-tabs .nav-link {
  padding: 1rem 1.5rem;
  color: #000;
  border: 1px solid #CCCCCC;
  border-bottom: 1px solid #888888;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  background-color: #F0F0F0;
}

#address .nav-tabs .nav-link.active {
  font-weight: 500;
  border: 1px solid #888888;
  position: relative;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  background-color: #FFFFFF;
}

#address .nav-tabs .nav-link.active::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.chat-box .message-sent {
  width: 62%;
  text-align: right; }
.chat-box .message-sent p {
  background: #3FADE2;
  text-align: left;
  border-radius: 10px 10px 0 10px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300; }
@media only screen and (max-width: 575px) {
  .chat-box .message-sent {
    width: 100%; }
  .chat-box .message-sent p {
    border-radius: 10px 10px 0 10px;
    padding: 5px 8px; } }

.chat-box .message-received {
  width: 62%;
  text-align: left; }
.chat-box .message-received p {
  background: rgba(91, 94, 129, 0.14);
  text-align: left;
  font-size: 14px;
  border-radius: 10px 10px 10px 0;
  padding: 10px 20px;
  color: #000;
  font-weight: 400; }
[data-theme-version="dark"] .chat-box .message-received p {
  color: #fff; }
@media only screen and (max-width: 575px) {
  .chat-box .message-received {
    width: 100%; }
  .chat-box .message-received p {
    font-size: 12px;
    border-radius: 10px 10px 10px 0;
    padding: 5px 8px; } }

.chat-box .type-massage {
  border: 0px;
  border-radius: 0.5rem; }
.chat-box .type-massage textarea {
  border: 0;
  height: 56px;
  resize: none;
  padding: 17px 15px; }
@media only screen and (max-width: 575px) {
  .chat-box .type-massage {
    margin: 1rem;
    padding: 5px; }
  .chat-box .type-massage textarea {
    font-size: 12px;
    padding: 11px 5px;
    height: 40px; } }
[data-theme-version="dark"] .chat-box .type-massage {
  border: 0 !important; }

.chat-box .title-nm {
  font-size: 20px; }
@media only screen and (max-width: 575px) {
  .chat-box .title-nm {
    font-size: 15px; } }

.message-bx .image-bx {
  position: relative;
  display: inline-block; }
.message-bx .image-bx .img-1 {
  width: 58px;
  height: 58px; }
@media only screen and (max-width: 575px) {
  .message-bx .image-bx .img-1 {
    height: 45px;
    width: 45px; } }
.message-bx .image-bx span.active {
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: 24px;
  width: 24px;
  background: #1EBA62;
  border: 4px solid #fff;
  border-radius: 3rem; }
@media only screen and (max-width: 575px) {
  .message-bx .image-bx span.active {
    bottom: 0px;
    right: 0px;
    height: 15px;
    width: 15px;
    border: 3px solid #fff; } }

.message-bx p {
  font-size: 14px; }
@media only screen and (max-width: 575px) {
  .message-bx p {
    font-size: 12px; } }