@charset "utf-8";

/* ----------------------------------------------------------------------
	PC style setting
---------------------------------------------------------------------- */
:root {
  --topnav-width: 180px;
  --topnav-logo-height: 70px;
  --topnav-collapse-width: 56px;
  --bg01: #fffdf2;
  --bg02: #fff6f2;
  --bg03: #f7fff2;
  --color-main: #358cac;
  --color-border: #73c4e6;
  --color-accent: #ff9966;
}



#wrapper {
  padding: 0px;
  margin: 0 auto;

}


#wrapper.login {
  margin: 0px auto 40px;
  width: initial;
  max-width: 500px;
}

.login {

  margin: auto;

  width: 40%;

  margin-top: 100px;
}

.login #mainarea {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #wrapper-login {
    float: left;
    width: 100%;
    /* padding: 20px; */
    margin: 0 auto;
  }

  .login {
    margin: auto;
    width: 100%;
    margin-top: 100px;
  }
}

#wrapper.print {
  margin: 0px auto 40px;
  width: initial;
  max-width: 650px;
}

aside {
  clear: both;
  float: left;
}

aside#sub {
  float: left;
  width: 100%;
}

aside.sub-timecard {


  clear: left;
  /*
	position:absolute;
	*/
  top: 400px;
}

.grid aside#sub {
  padding: unset;
}

.gridWrapper#sub {
  display: inline-flex;
  min-width: 270px;
}

@media screen and (max-width: 769.98px) {
  .gridWrapper#sub {
    width: 49%;
  }
}

@media screen and (max-width: 599px) {
  .gridWrapper#sub {
    width: 100%;
  }
}

section#main {
  width: 75%;
  float: right;
  padding: 0px;
  margin-top: 0px;
  background: #fafafa;
}

section#main-top {
  float: right;
  padding: 10px;
  margin-top: 10px;
  background: #fafafa;
}

section#main #left {
  float: left;
  padding: 0px;
}

section#main #right {
  float: right;
  padding: 0px;
}

#main h3.heading {
  display: flex;
}

.login #header {
  padding: 0px 1%;
  width: 98%;
  position: relative;
}

.login #mainarea {
  padding-bottom: 20px;
  flex-direction: column;
}

.gantt {
  clear: both;
}

#h-icon {
  height: 45px;
}

#h-icon img {
  display: inline;
  margin: 0 5px;
  height: 100%;
  border-radius: 7px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.4);
}

#dialogViewDiv h3 {
  min-width: 400px;
}

.change-d {
  position: absolute;
  top: 5px;
  left: 170px;
}

.change-d button {
  float: left;
  margin-right: 5px;
}

/* saveコメント */
.save-message,
.delete-message {
  color: red;
  padding: 5px;
}

.save-message-top {
  /* float: right; */
  color: red;
  margin: 5px;
  padding: 0 3px;
  background: white;
}

label[for="ActionUser"] {
  font-size: 18px;
  color: violet;
  padding: 5px 5px 5px 10px;
}

#ActionUser {
  font-size: 18px;
  padding: 2px 10px;
  margin: 5px;
}

.submit {
  display: inline-block;
  margin-right: 15px;
}

/* ----------------------------------------------------------------------
テーブル
---------------------------------------------------------------------- */
.grid table {
  padding: 0px;
}

table.table,
.detailView table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px auto;

}

table.table th,
table.table td,
.detailView table td {
  vertical-align: top;
  padding: 5px;
  border: 1px solid var(--color-border);
}

table.table tr:first-child th,
table.table tr:first-child td {
  border-top: var(--color-border) 1px solid;
}

.detailView table tr:first-child th,
.detailView table tr:first-child td {
  border-top: var(--color-border) 1px solid;
}

table.table-paginate {
  margin: 0px auto;
  margin-top: -10px;

}

table.table-paginate tr:first-child th,
table.table-paginate tr:first-child td {
  border-top: inherit;
}

table.table th,
table.table th a,
.detailView table th,
.detailView table th a {
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background: var(--color-main);
}

.detailView table th a {
  font-weight: normal;
  text-decoration: underline;
}

table.table img,
.detailView table img {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.detailView table th {
  padding: 5px 3px;
}

span.thlink {
  color: #000;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  border: #000 2px solid;
  padding: 2px 10px 2px 10px;

}

span.thlink:hover {
  background: #ccc;
}

table.sns {
  border-collapse: collapse;
  width: 100%;
  margin: 10px auto;
  background: #fff;
}

table.sns td {
  padding: 5px;
  border: none;
  vertical-align: top;
}

table.sns td.sns-image {
  width: 55px;
}

table.sns td.sns-act {
  width: 120px;
}


table.sns textarea {
  width: 350px;
  height: 50px;
}

.detailView table.sns textarea {
  width: 80%;
}

table.sns td.comment-send {
  width: 150px;
}

p.sns-line {
  width: 400px;
  margin-left: 50px;
  height: 5px;
  border-top: 5px solid #DDD;
}


table.todo-list {
  border-collapse: collapse;
  width: 100%;
}


td.todo-list-td1 {
  width: 5%;
}

td.todo-list-td2 {
  width: 15%;
}

td.todo-list-td3 {
  width: 15%;
}

td.todo-list-td4 {
  width: 6%;
}

td.todo-list-td5 {
  width: 18%;
}

td.todo-list-td6 {
  width: 6%;
}

td.todo-list-td7 {
  width: 10%;
}

td.todo-list-td7 {
  width: 10%;
}

td.todo-list-td8 {
  width: 14%;
}

td.todo-list-close {
  color: #008000;
}

td.todo-list-cancel {
  color: #C0C0C0;
}


table.project-list {
  border-collapse: collapse;
  width: 100%;
}


td.project-list-td1 {
  width: 30%;
}

td.project-list-td2 {
  width: 15%;
}

td.project-list-td3 {
  width: 10%;
}

td.project-list-td4 {
  width: 10%;
}

td.project-list-td5 {
  width: 10%;
}

td.project-list-td6 {
  width: 25%;
}

table.project-hist-list {
  border-collapse: collapse;
  width: 100%;
}


td.project-hist-list-td1 {
  width: 30%;
}

td.project-hist-list-td2 {
  width: 15%;
}

td.project-hist-list-td3 {
  width: 15%;
}

td.project-hist-list-td4 {
  width: 15%;
}

td.project-hist-list-td5 {
  width: 25%;
}


table.report-list {
  border-collapse: collapse;
  width: 100%;
}


td.report-list-td1 {
  width: 12%;
}

td.report-list-td2 {
  width: 15%;
}

td.report-list-td3 {
  width: 15%;
}

td.report-list-td4 {
  width: 8%;
}

td.report-list-td5 {
  width: 20%;
}

td.report-list-td6 {
  width: 30%;
}


table.customer-list {
  border-collapse: collapse;
  width: 100%;
  display: inline-block;
}


td.customer-list-td1 {
  width: 30%;
}

td.customer-list-td2 {
  width: 20%;
}

td.customer-list-td3 {
  width: 15%;
}

td.customer-list-td4 {
  width: 15%;
}

td.customer-list-td4 #move {
  color: #36FD03;
}

table.timecardAll-list {
  border-collapse: collapse;
  width: 100%;
}

td.timecardAll-list-td1 {
  width: 20%;
}

td.timecardAll-list-td2 {
  width: 10%;
}

td.timecardAll-list-td3 {
  width: 10%;
}

td.timecardAll-list-td4 {
  width: 10%;
}

td.timecardAll-list-td5 {
  width: 10%;
}

td.timecardAll-list-td6 {
  width: 12%;
}

td.timecardAll-list-td7 {
  width: 12%;
}

td.timecardAll-list-td7 {
  width: 13%;
}

td.timecardAll-list-td8 {
  width: 13%;
}

/* 検索テーブル */
.table-search th,
.table-search td {
  display: inline-table;
  padding-right: 10px;
}

.table-search th {
  width: 70px;
}

.table-search td {
  width: 160px;
}

table.table-search select {
  margin-right: 20px;
  width: 160px;
}

table.table-search input {
  margin-right: 20px;
  width: 156px;
}

table.table-search input[type="submit"] {
  width: unset;
}


/* 検索テーブル2 */
#searchCustomerForm2 .table-search th {
  width: 100px;
}

#searchCustomerForm2 .table-search td {
  width: unset;
}

.borderTopGray {
  border-top: 5px solid #DDD;
}

.button-delete {
  color: #000;
  padding: 1px 5px;
  border: 1px solid #AAA;
  margin-right: 10px;
}

.button:hover {
  color: red;
  background: #cacaca;
}

.button-cancel {
  color: #000;
  padding: 1px 5px;
  border: 1px solid #AAA;
  margin-right: 10px;
}

.dialogTop img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#mainarea .grid {
  @media screen and (max-width: 768px) {
    margin-bottom: 26px;
  }
}

#mainarea {
  .aside-top {
    width: 25%;

    @media screen and (max-width: 768px) {
      width: 100%;
    }

    .grid {
      width: 100%;
    }
  }

  .grid1 {
    width: 25%;

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }

  .grid2 {
    width: 50%;

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }

  .grid3 {
    width: 75%;

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }

  .grid4 {
    width: 100%;

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }
}

#mainarea .grid-menu {
  width: 100%;
}

#dialogViewDiv .table {
  margin-top: 0px;
  padding-top: 0px;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer {
  clear: both;

  padding-top: 10px;
}

#footer .copyright {
  font-size: 11px;
}


#widget-top-add {
  /* float: left; */
  display: table;
  top: 10%;
  left: 30px;
  width: 100%;
  height: 25px;
  margin-top: 20px;
  padding-top: 5px;
  background: #cacaca;
  text-align: center;

}



#widget-top-add a {
  color: red;
}

#widget-top-del {
  float: right;
  top: 10%;
  right: 3px;
  width: 70px;
  text-align: right;
}

#widget-top-del a {
  color: red;
  margin-left: 5px;
  float: right;
  display: inline;
}

.widget-edit-setting {
  display: none;
}


/* ----------------------------------------------------------------------
 グローバルナビ
---------------------------------------------------------------------- */
#globalnavi {
  margin-left: auto;
  position: relative;
}


/* メニューウインドウ共通スタイル */
#globalnavi .menuM {
  z-index: 101;
  display: none;
  position: absolute;
  right: 20px;
  top: 60px;
  margin: 0;
  padding: 0;
  width: 200px;
  border: 1px solid #ccc;

  &>ul {
    &>li {
      &>a {
        background: #f9f9f9;
        font-size: 12.6px;
        letter-spacing: .02em;
        color: #333;
        font-weight: 500;
        font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        transition: background-color .1s;
        padding-left: 24px;

        @media (any-hover: hover) {
          &:hover {
            background-color: color-mix(in srgb, #F9F9F9 80%, black);
          }
        }
      }

      .support-wrapper {
        display: flex;
        align-items: center;
        padding: 0;

        li {
          width: calc(100% / 3);

          a {
            padding: 16px;
          }

          img {
            width: 100%;
          }
        }
      }
    }
  }
}


/* メニューの背景全面クローズボタン */
#globalnavi #menu-bg {
  z-index: -1;
  /* .menu の下へ */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  /* レイヤーテスト用 */
  /*
//	background: rgba(200, 0, 0, 0.6);
//	z-index		
*/
}


/* ----------------------------------------------------------------------
 スマホ用ヘッダーicon関連の設定
---------------------------------------------------------------------- */
/* icon */
#my-btn {
  float: right;
  display: inline;
  padding: 0;
  margin: 0px 8px 3px 0;
  height: 35px;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 2px 10px 15px -2px rgba(0, 0, 0, 0.8);
}

#my-btn img {
  border-radius: 7px;
  height: inherit;
}

#my-menu ul {
  padding-block: 12px;
  background: #F7F7F7;

  .border-bottom {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}


#my-menu li a {
  display: block;
  padding: 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  /* text-indent: 20px; */
}

#my-menu li a:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B2FFFFFF, EndColorStr=#B2FFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#B2FFFFFF,EndColorStr=#B2FFFFFF)";
}

#my-menu li a:hover:not(:target) {
  filter: none;
  -ms-filter: none;
}

#my-menu li a:active {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#80000000, EndColorStr=#80000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000)";
}

.check-top-calendar {
  width: 100%;
  font-size: 18px;
  margin: 0 0 5px 0;
  /* border-top: 1px solid #ccc; */
  padding: 4px;
  background-color: #FFF;
}


.sns-image img {
  width: 30px;
  height: 30px;
  margin: 0;

  border-radius: 50%;
}

/* ----------------------------------------------------------------------
 レスポンシブ
---------------------------------------------------------------------- */

/* PC用 */
@media only screen and (max-width:940px) {

  aside {
    width: 100%;
  }

  aside.sub-timecard {
    clear: left;
    width: 100%;
  }

  section#main,
  section#main-top {
    width: 100%;
    padding: unset;
  }

  section#main #left {
    width: 100%;
    padding: unset;
  }

  section#main #right {
    width: 100%;
    padding: unset;
  }

  .table-search {
    width: 560px;
  }

  #searchCustomerForm2 .table-search {
    width: 400px;
  }

  aside .table select {
    width: 100%;
  }

  aside .table textarea,
  aside .table input {
    width: 100%;
  }

  aside .table input[type=radio],
  aside .table input[type=checkbox] {
    width: auto;
  }

}


@media only screen and (min-width:940px) {

  #wrapper {
    width: 100%;
  }

  aside {
    width: 24%;
  }

  aside.sub-timecard {
    width: 24%;
  }

  section#main #left {
    width: 49%;
  }

  section#main #right {
    width: 49%;
  }

  .table-search {
    width: 560px;
  }

  #searchCustomerForm2 .table-search {
    width: 400px;
  }

  aside .table select {
    width: 100%;
  }

  aside .table textarea,
  aside .table input {
    width: 100%;
  }

  aside .table input[type=radio],
  aside .table input[type=checkbox] {
    width: auto;
  }
}


/* PC用 */
@media only screen and (min-width:1220px) {

  aside {
    width: 24%;
  }

  aside.sub-timecard {
    width: 24%;
  }

  section#main #left {
    width: 49%;

  }

  section#main #right {
    width: 49%;
  }

  .table-search {
    width: 100%;
  }

  #searchCustomerForm2 .table-search {
    width: 100%;
  }

  aside .table input[type=radio],
  aside .table input[type=checkbox] {
    width: auto;
  }
}


/* PC用 */
@media only screen and (min-width:1500px) {

  #wrapper {
    width: 100%;
  }

  aside {
    max-width: 300px;
    width: 24%;
  }

  aside.sub-timecard {
    width: 24%;
  }

  section#main,
  section#main-top {
    width: calc(100% - 320px);
  }

  section#main #left {
    width: 49%;

  }

  section#main #right {
    width: 49%;
  }

  aside .table input[type=radio],
  aside .table input[type=checkbox] {
    width: auto;
  }
}

/* PC用 */
@media only screen and (min-width:1860px) {

  aside {
    width: 24%;
  }

  aside.sub-timecard {
    width: 24%;
  }

  section#main #left {
    width: 49%;

  }

  section#main #right {
    width: 49%;
  }

  aside .table input[type=radio],
  aside .table input[type=checkbox] {
    width: auto;
  }
}


@media screen and (max-width: 900px) {
  table.table_v2 {
    border: 0;
  }

  table.table_v2 th {
    display: none;
  }

  table.table_v2 tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    position: relative;
  }

  table.table_v2 td {

    display: block;
    text-align: left;
    margin-left: 14em;

  }

  table.table_v2 td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 16px;

  }

  table.table_v2 td:last-child {
    border-bottom: 0;
  }
}

.link-index-button a::before {
  content: "» ";

}

table#topCustomerReportTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerReportTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerReportTable th {
  color: #FFF;
}

table#topCustomerReportTable th,
table#topCustomerReportTable th a {
  background-color: #5F5F5F;
}

table#topCustomerReportTable td,
table#topCustomerReportTable th {
  border: 1px solid #5F5F5F;


}

table#topCustomerReportWorkTable th,
table#topCustomerReportWorkTable th a {
  background-color: #5F5F5F;
}

table#topCustomerReportWorkTable th {
  color: #FFF;
}

table#topCustomerReportWorkTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerReportWorkTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerReportWorkTable td,
table#topCustomerReportWorkTable th {
  border: 1px solid #5F5F5F;


}

table#topOpportunityReportTable th,
table#topOpportunityrReportTable th a {
  background-color: #5F5F5F;
}

table#topOpportunityReportTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topOpportunityReportTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topOpportunityReportTable td,
table#topOpportunityReportTable th {
  border: 1px solid #5F5F5F;


}

table#topCustomerReportTable th,
table#topCustomerReportTable th a {
  background-color: #5F5F5F;
}

table#topCustomerReportTable th {
  color: #FFF;
}

table#topCustomerReportTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerReportTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerReportTable td,
table#topCustomerReportTable th {
  border: 1px solid #5F5F5F;
}

table#topCustomerReportTable th,
table#topCustomerReportTable th a {
  background-color: #5F5F5F;
}

table#topCustomerReportTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerReportTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerReportTable td,
table#topCustomerReportTable th {
  border: 1px solid #5F5F5F;
}

table#topCustomerScheduleTable th,
table#topCustomerScheduleTable th a {
  background-color: rgb(50, 171, 89);
}

table#topCustomerScheduleTable th {
  color: #FFF;
}

table#topCustomerScheduleTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerScheduleTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerScheduleTable td,
table#topCustomerScheduleTable th {
  border: 1px solid rgb(50, 171, 89);
}

table#topCustomerScheduleTable th,
table#topCustomerScheduleTable th a {
  background-color: rgb(50, 171, 89);
}

table#topCustomerScheduleTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerScheduleTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerScheduleTable td,
table#topCustomerScheduleTable th {
  border: 1px solid rgb(50, 171, 89);


}

table#topCustomerScheduleTable th,
table#topCustomerScheduleTable th a {
  background-color: rgb(50, 171, 89);
}

table#topCustomerScheduleTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerScheduleTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerScheduleTable td,
table#topCustomerScheduleTable th {
  border: 1px solid rgb(50, 171, 89);


}

table#topCustomerTodoTable th,
table#topCustomerTodoTable th a {
  background-color: rgb(229, 126, 56);
}

table#topCustomerTodoTable th {
  color: #FFF;
}

table#topCustomerTodoTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerTodoTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerTodoTable td,
table#topCustomerTodoTable th {
  border: 1px solid rgb(229, 126, 56);
}

table#topCustomerTodoTable th,
table#topCustomerTodoTable th a {
  background-color: rgb(229, 126, 56);
}

table#topCustomerTodoTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerTodoTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerTodoTable td,
table#topCustomerTodoTable th {
  border: 1px solid rgb(229, 126, 56);
}

table#topCustomerTodoTable th,
table#topCustomerTodoTable th a {
  background-color: rgb(229, 126, 56);
}

table#topCustomerTodoTable th a {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #A9A9A9;
}

table#topCustomerTodoTable th a:hover {
  box-shadow: 1px 2px 2px -1px rgba(192, 192, 192, 0.8);
  background: #898989;
}

table#topCustomerTodoTable td,
table#topCustomerTodoTable th {
  border: 1px solid rgb(229, 126, 56);
}

.i-con-chat-link,
.i-con-fileupload-link {
  display: none;
  margin: 10px;
}


.i-con-eval {

  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 50%;
  height: 24px;
  padding: 2px;

  z-index: 999;
  background-color: trasparent;
}

.i-con-eval a {
  color: #000;
  font-weight: bold;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  padding: 3px 5px;
  border: 1px solid #CCC;
  background-color: #FEFEFE;
}

.i-con-eval p {
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  float: left;
}

.i-con-eval p span {
  cursor: pointer;
}


.timecard-index {
  /*
	float:right;

	margin-top:-200px;
*/


}

table.table-calendar th {
  color: #000;
  background-color: #EFEFEF;
  border: 1px solid #EEEEEE;

}

table.table-calendar td {
  color: #000;
  background-color: #FFF;
  border: 1px solid #EEEEEE;

}

table.table-calendar tr:nth-child(even) {
  background-color: #FFF;
}

.table-striped-add-custom {
  position: fixed;
  bottom: 15px;
  right: 90px;
  width: 54px;
  height: 44px;
  padding: 0px;
  cursor: pointer;
  z-index: 999;
}

#h-icon {
  height: 42px;
  display: flex;

  &>a {
    position: relative;
    height: 42px;

    .alert-num {
      padding: 0;
      position: absolute;
      top: -7px;
      right: -7px;
      background: #d34d3b;
      color: #fff;
      border-radius: 50%;
      padding-inline: 6px;
      height: 17px;
      max-width: 15px;
      display: none;
      align-items: center;
      justify-content: center;
      font-weight: bold;

      &.is-show {
        display: block flex;
      }
    }
  }
}

img.widgetAvatar {
  width: 30px;
  height: 30px;
  margin: 0;

  border-radius: 50%;

}

.right-bill-reminder {

  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  height: 100%;
  background-color: #FDFDFD;
  color: #000;
  padding: 10px;
  border: 3px solid #CCC;
  z-index: 99999;
  padding-top: 50px;

}

.close-bill-reminder {

  position: absolute;
  top: 5px;
  right: 35px;
  font-size: 20px;
  cursor: pointer;
  color: #000;

}

.right-bill-reminder .head-side {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  background-color: #DDD;
  text-align: left;
  color: #000;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: bold;
  width: 99%;
}

.i-con-bill-reminder-link {

  position: fixed;
  bottom: 15px;
  right: 30px;
  width: 44px;
  height: 44px;
  padding: 0px;
  cursor: pointer;
  z-index: 999;

}

.i-con-bill-reminder-link img {
  width: 100%;
}

#col-right-side {
  height: 80%;
  padding: 20px 20px 80px 15px;
  overflow-y: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-col-right-side {
  position: fixed;
  bottom: 0;
  right: 3px;

  background-color: #DDD;
  height: 35px;
  width: 400px;
}

.col-right-side-style {
  background-color: #f1f9fc;
  border: 2px solid #CCC;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
}

.col-right-side-style-footer {
  margin-top: 10px;
  border-top: 1px solid #CCC;
  width: 100%;
  padding: 10px 0px 1px 0px;
  min-height: 40px;

}

.col-right-side-style-footer-link {
  float: right;

}

.system-info-header {
  position: absolute;
  top: -5px;
  left: 40%;

  z-index: 10;
  min-height: 22px;
  width: 20%;
  color: darkblack;
  font-weight: 800;
  font-size: 15px;
  background-color: yellow;
  padding: 1px;

}

.takeshot {

  position: fixed;
  top: 6px;
  left: 4px;
  background-image: url("../img/printsrc.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  z-index: 2000;
  cursor: pointer;

}

.supportIcon {

  position: fixed;
  bottom: 12px;
  left: 7px;
  width: 35px;
  height: 35px;
  z-index: 2000;


}

.supportMenu {

  position: fixed;
  bottom: 1px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 1900;
  border-top: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  background-color: #f1f9fc;
  border-top-right-radius: 100%;
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.supportMenu a.support-support {

  position: absolute;
  top: 10px;
  left: 20px;
}

.supportMenu a.support-manual,
.supportMenu a.support-bell {

  position: absolute;
  top: 45px;
  left: 67px;
}

.supportMenu a.support-qa {

  position: absolute;
  top: 100px;
  left: 100px;
}



.supportIcon img,
.supportMenu img {
  width: 35px;
  height: 35px;

}

#stepmenuwesettinghelp .websetting-edit-button,
#stepmenuwesettinghelp .submit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;


}

#stepmenuwesettinghelp .websetting-edit-button button,
#stepmenuwesettinghelp .submit input {
  padding: 4px 8px;
  min-width: 70px;
  font-size: 13px;
  font-weight: 800;


  color: #FFF;
  border: 1px solid #FFCCBC;
  border-radius: 3px;
  box-shadow: 2px 5px 3px -2px rgba(192, 192, 192, 0.8);
  background: #ff9966;

}

#stepmenuwesettinghelp .websetting-edit-button button:hover,
#stepmenuwesettinghelp .submit input:hover {
  color: #FFF;
  background: #FFCCBC;
}

.stepsettingview {
  width: auto;
  min-width: 50px;
  padding-bottom: 50px;
  margin: 0;
  float: left;
  margin-left: 320px;
  margin-right: 150px;
  margin-top: 30px;

}

.stepsettingview table {
  min-width: 50px;
}

.stepmenuwesetting {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 20%;
  margin-top: 30px;
}

.stepmenuwesetting ul {
  display: block;

}

.stepmenuwesetting ul li {
  float: left;
  width: 250px;
  border: 1px solid var(--color-main);
  background-color: #DFDFDF;
  margin: 0;
  padding: 7px 15px;
  text-align: left;
  font-size: 14px;
  color: #333;


}

.stepmenuwesetting ul li ul.submenusetting {
  display: block;
}

.stepmenuwesetting ul li ul.submenusetting li {
  text-align: center;
  float: left;
  width: 230px;
  border: 1px solid var(--color-main);
  margin: 1%;
  background-color: #FFF;
  padding: 2px 10px;
  font-size: 11px
}

.stepmenuwesetting ul li ul.submenusetting li a {
  color: #333;
}

.stepmenuwesetting ul li.active {
  background-color: var(--color-main);
  color: #FFF;
}

.stepmenuwesetting ul li ul.submenusetting li.active {
  background-color: #FFD700;
  color: #333;
}

.googlemaplink {
  margin: 0 5px;
  width: 27px;
  height: 27px;

}

p.googlemaplink-background {
  margin: 0 5px 0 10px;
  padding: 0;
  width: 24px;
  height: 20px;
  background: url("../img/map.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}

#topnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 180px;
  height: 100vh;
  background-color: #f2f2f2;
  padding: 0px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  transform: translateX(0);
  transition: transform 0.3s ease;
  z-index: 9999;
  padding: 0px;

  .topnav-logo {
    display: flex;
    align-items: center;
    padding: 10px 0 16px 18px;

    @media screen and (max-width: 768px) {
      width: fit-content;
    }

    .logoimg {
      max-width: 100%;
      width: 130px;
      display: block;
    }

    .logoimg-collapse {
      display: none;
    }
  }
}

#topnav-toggle {
  box-sizing: border-box;
  background-color: #f2f2f2;
  position: absolute;
  width: 100%;
  max-width: var(--topnav-width);
  right: 0;
  bottom: 1px;
  padding: 15px 10px 15px 22px;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 16px;

  .collapse-icon-open {
    display: none;
  }
}

@media (any-hover: hover) {
  #topnav-toggle:hover {
    background-color: color-mix(in srgb, #333 10%, white);
  }
}

#topnav.closed {
  width: var(--topnav-collapse-width);

  .topnav-logo {
    justify-content: flex-end;
    padding-right: 10px;
    padding-left: 14px;

    .logoimg {
      display: none;
    }

    .logoimg-collapse {
      display: block;
    }
  }

  .topnav-link {
    padding-right: 14px;

    .icon {
      background: transparent;
      font-size: 28px !important;
    }
  }

  ul {
    background: var(--color-main);
    height: calc(100vh - 51px - 50px);
  }

  @media (any-hover: hover) {
    ul {
      &:hover {
        &::-webkit-scrollbar {
          width: 6px;
        }
      }
    }
  }

  .nav-link-text {
    display: none;
  }

  #topnav-toggle {
    justify-content: flex-start;
    padding-right: 15px;
    right: 0;

    .collapse-icon {
      display: none;
    }

    .collapse-icon-open {
      display: block;
    }

    &>p {
      display: none;
    }

  }
}

#topnav.closed-header {
  transform: translateX(calc(var(--topnav-collapse-width) - var(--topnav-width)));
}

#topnav ul {
  height: calc(100vh - var(--topnav-logo-height) - 50px);
  overflow-y: auto;
  background-color: var(--color-main);

  &::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
  }

  &::-webkit-scrollbar-track {
    background-color: transparent;
  }


  @media (any-hover: hover) {
    &:hover {
      &::-webkit-scrollbar {
        width: 8px;
      }

      &::-webkit-scrollbar-thumb {
        visibility: visible;
        background-color: #ccc;
        border-radius: 100px;
      }

      &::-webkit-scrollbar-track {
        margin-top: 4px;
        margin-bottom: 4px;
      }
    }
  }

  li {
    list-style: none;
    transition: .2s;
    background-color: var(--color-main);
    border-top: 1px solid color-mix(in srgb, var(--color-main) 85%, white);

    a {
      padding: 12px 14px;
      text-decoration: none;
      color: #FFF;
      display: block;
      font-size: 13px;
      line-height: 1.4;
      letter-spacing: .04em;
    }
  }

  @media (any-hover: hover) {
    li:hover {
      background-color: color-mix(in srgb, var(--color-main) 85%, white);
    }
  }
}

#topnav .topnav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;

  .icon {
    display: grid;
    place-items: center;
    font-size: 22px !important;
    height: 28px;
    overflow: hidden;
    width: 28px;
    flex-shrink: 0;
    background: color-mix(in srgb, var(--color-main) 80%, #eee);
    border-radius: 50%;
  }
}

#topnav ul li a span span {
  font-size: .84em;
}

#mainarea {
  padding-left: 16px;
  padding-right: 16px !important;
  padding-top: 16px;
  display: flex;
  position: relative;

  .wrapper-center {
    flex: 1;
    overflow-x: clip;
  }

  .wrapper-right {
    width: clamp(330px, 25vw, 450px);
    display: none;
    position: relative;

    &.is-show {
      display: block;
      position: relative;
      top: 0;
    }

    @media screen and (max-width: 768px) {
      padding-right: 16px;
    }
  }
}

#mainarea,
#footer {
  transition: margin-left 0.3s ease;
  margin-left: var(--topnav-width);
}

#header {
  transition: margin-left 0.3s ease;
  margin-left: var(--topnav-width);
  /* margin-bottom: 16px; */

  .header-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

#header.closed,
#mainarea.closed,
#footer.closed {
  margin-left: var(--topnav-collapse-width);
}

#header.closed-header {
  margin-left: var(--topnav-collapse-width);
}


#topnav ul li.active {
  background-color: var(--color-border);
}

.menu-button {
  display: none;
}

@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    display: flex;
    flex-direction: column;

  }

  #header .logo {

    flex-wrap: wrap;
    padding-left: 16px;
  }

  #h-icon {
    width: 100%;
  }

  #h-icon img {

    margin: 0 5px;
    border-radius: 0px;
    box-shadow: none;
  }

  #topnav {
    position: static;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    order: -1;
  }

  #topnav ul {
    /* display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 0px;
		height: 100px;
		overflow-y: scroll; */
    height: 0;
    overflow: clip;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition:
      line-height .3s ease-out,
      opacity .1s linear,
      visibility .1s linear,
      height .3s linear;
  }

  #topnav ul li {
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    text-align: center;

    @media screen and (max-width: 768px) {
      width: 25%;
    }
  }

  #topnav .topnav-link {
    width: 75%;
    margin-inline: auto;
  }

  #topnav ul li span.nav-link-icon {
    /* display: none; */
  }

  #topnav ul li span.nav-link-text {
    font-size: 12px;
  }

  #topnav ul li span.nav-link-text span {
    display: none;
  }

  #topnav ul li a {
    display: block;
    color: #FFF;
    font-size: 90%;
    padding: 7px 1px;
  }

  .menu-button {
    position: fixed;
    top: 16px;
    right: 24px;
    display: grid;
    place-items: center;
    place-content: center;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 999;
  }

  .bar,
  .bar::before,
  .bar::after {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #666;
    border-radius: 2px;
    transition: transform 0.3s;
  }

  .bar {
    display: grid;

    &::before,
    &::after {
      content: "";
      grid-area: 1 / 1;
    }

    &::before {
      transform: translateY(-8px);
    }

    &::after {
      transform: translateY(8px);
    }
  }

  /* オープン時のバー */
  .menu-open {
    .bar {
      background-color: transparent;

      &::before {
        transform: rotate(45deg);
      }

      &::after {
        transform: rotate(-45deg);
      }
    }

    #topnav {
      .navbar {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        line-height: 1.5;
        opacity: 1;
        visibility: visible;
        transition:
          line-height .3s ease-out,
          opacity .1s linear,
          visibility .1s linear,
          height .3s linear;
      }
    }

    .p-order__link {
      opacity: 0;
    }
  }

  #header,
  #footer {
    margin-left: 0;
  }

  #mainarea {
    margin-left: 0;
    padding-inline: 16px;
  }


  #topnav-toggle {
    display: none;
  }
}

.sub-project {
  border: 1px solid #ddd;

  .content {
    padding: 0 12px 12px;
    box-sizing: border-box;

    &>.table {
      width: 100%;
      table-layout: fixed;
      padding: 6px;
      margin-top: 0;
      border-collapse: collapse;

      tr,
      td {
        width: 100%;
        text-align: left;
      }

      th {
        display: none;
      }

      tr {


        &:first-child {
          td {
            border-top: none;
          }
        }

        &:not(:last-of-type) {
          td {
            border-bottom: 1px solid #ddd;
          }
        }
      }

      td {
        word-break: break-all;
        box-sizing: border-box;
        border: 0;
        padding-inline: 0;
        padding-block: 12px;

        &[data-label] {
          position: relative;
          gap: 3px;
          text-align: left;

          &::before {
            content: attr(data-label);
            font-size: 14px;
            color: #999;
            pointer-events: none;
            margin-bottom: 6px;
            display: block;
          }
        }
      }

      .button {
        background: #6fb5d3;
        color: #fff;
        border: 1px solid #6fb5d3;
        border-radius: 4px;
        padding: 6px 12px;
        font-size: 14px;
        cursor: pointer;
        width: fit-content;
        transition: background .1s;
        display: inline-block;
        margin-bottom: 10px;

        @media (any-hover: hover) {
          &:hover {
            background-color: color-mix(in srgb, #65adc8 80%, black);
          }
        }
      }

      table {
        a {
          display: inline-block;
        }

        /* th {
					display: initial;
					box-sizing: border-box;
				} */
        tr {
          background: #f6f6f6;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-end;
          vertical-align: middle;
          margin-bottom: 16px;
          position: relative;

          &:nth-of-type(1) {
            border: 0;
            margin: 0;
          }

          td {
            padding: 5px 12px;
            box-sizing: border-box;
            font-size: 13px;
            border-bottom: 0 !important;

            &:nth-of-type(1) {
              width: 100%;
              color: #fff;
              background: #6fb5d3;

              a {
                color: #fff;
                text-decoration: underline;
              }
            }

            &:nth-of-type(2) {
              width: 100%;
              border-bottom: 0;
              margin-top: 4px;

              a {
                display: block;
              }
            }

            &:nth-of-type(3) {
              width: 40px;
              display: flex;
              align-items: center;
              padding: 0;
              padding-bottom: 8px;
            }

            &:nth-of-type(4) {
              width: 32px;
              flex-shrink: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0;
              padding-bottom: 8px;
              margin-right: 6px;
            }

            &:nth-of-type(5) {
              width: 28px;
              flex-shrink: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0;
              padding-bottom: 8px;
              position: absolute;
              top: 4px;
              right: 0;

              a {
                color: #fff;
              }
            }

            p.googlemaplink-background {
              margin: 0;
            }
          }
        }
      }
    }
  }

}

@media screen and (max-width: 768px) {
  .sub-project {

    width: 100%;
  }

}

.location-table {
  tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }

  a {
    display: inline-block;
  }

  tr {
    background: #f6f6f6;
    /* display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		vertical-align: middle; */
    display: grid;
    grid-template-rows: subgrid;
    position: relative;
    grid-row: span 3;
    gap: 0;

    &:nth-of-type(1) {
      border: 0;
      margin: 0;
      display: none;
    }

    td {
      padding: 5px 12px;
      box-sizing: border-box;
      font-size: 13px;
      border-bottom: 0 !important;

      &:nth-of-type(1) {
        width: 100%;
        color: #fff;
        background: #509ab5;

        a {
          color: #fff;
          text-decoration: underline;
        }
      }

      &:nth-of-type(2) {
        width: 100%;
        border-bottom: 0;
        margin-top: 4px;

        a {
          display: block;
        }
      }

      &:nth-of-type(3) {
        width: 40px;
        display: flex;
        align-items: center;
        padding: 0;
        padding-bottom: 8px;
        margin-left: auto;
        margin-right: 2em;
      }

      &:nth-of-type(4) {
        width: 32px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        padding-bottom: 8px;
        margin-right: 6px;
        justify-content: end;
        width: 100%;
      }

      &:nth-of-type(5) {
        width: 28px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        padding-bottom: 8px;
        position: absolute;
        top: 4px;
        right: 0;

        a {
          color: #fff;
        }
      }

      p.googlemaplink-background {
        margin: 0;
      }
    }
  }
}

table.table_v3 {
  tr {
    display: flex;
    width: 100%;

    &.bg01 {

      th,
      td {
        background: var(--bg01) !important;
      }
    }

    &.bg02 {

      th,
      td {
        background: var(--bg02) !important;
      }
    }

    &.bg03 {

      th,
      td {
        background: var(--bg03) !important;
      }
    }

    th,
    td {
      border: 0;
      border-top: 1px solid #ddd;
      padding: 16px 8px;
      font-size: 14px;
      display: flex;
      flex-direction: column;
      justify-content: center;

      &:first-of-type {
        width: 100px;
      }

      &:nth-of-type(2) {
        flex: 1;
      }

      &:nth-of-type(3) {
        width: 200px;
      }

      &:nth-of-type(4) {
        width: 120px;
      }

      &:nth-of-type(5) {
        width: 105px;
      }

      &:nth-of-type(6) {
        width: 100px;
      }
    }

    &:first-of-type {

      th,
      td {
        background: #fff;
        color: #31374a;
        border-top: 1px solid #ddd;
        padding: 6px 10px;
      }
    }
  }

}

table.table_ver2 {
  width: 100%;
  border-collapse: collapse;

  tr {
    display: flex;
    width: 100%;

    th,
    td {
      flex: 1;
      min-width: 0;
      border: 0;
      border-top: 1px solid #ddd;
      padding: 16px 8px;
      font-size: 14px;
      display: flex;
      flex-direction: column;
      justify-content: center;

      &:first-of-type {
        flex: 0 0 100px;
      }
    }

    &:first-of-type {
      th,
      td {
        background: #fff;
        color: #31374a;
        border-top: 1px solid #ddd;
        padding: 6px 10px;
      }
    }
  }
}

.biz-badge {
  display: inline-block;
  font-size: 13px;
  padding: 3px 4px;
  border-radius: 3px;
  line-height: 1;
  width: fit-content;

  &.badge01 {
    border: 1px solid#cbd0dd;
    background: #eff2f6;
    color: #515a73;
  }

  &.badge02 {
    border: 1px solid#90d67f;
    background: #d9fbd0;
    color: #278211;
  }

  &.badge03 {
    border: 1px solid#60c6ff;
    background: #c7ebff;
    color: #005585;
  }

  &.badge04 {
    border: 1px solid#ffcc85;
    background: #ffefca;
    color: #bc3803;
  }

  &.badge05 {
    border: 1px solid #ff85b1;
    background: #ffe0eb;
    color: #b30045;
  }

  &.badge06 {
    border: 1px solid #a785ff;
    background: #e8e0ff;
    color: #4a0099;
  }

  &.badge07 {
    border: 1px solid #85ffed;
    background: #e0fffa;
    color: #006159;
  }

  &.badge08 {
    border: 1px solid #ff8585;
    background: #ffe0e0;
    color: #990000;
  }
}

.avatar {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%;
}

.timecardWidg {
  .widgAttend {
    display: flex;
    gap: 1rem;
    justify-content: center;

    &>td {
      border-bottom: none;

      img {
        max-height: 80px;
      }

      &:nth-of-type(1) {
        text-align: right;
      }

      &:nth-of-type(2) {
        text-align: left;
      }
    }
  }
}