@charset "UTF-8";

/*基本設定*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --font-family-sans-serif: 'メイリオ', 'Meiryo', sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
    font-size: 16px;
}

body {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    background-color: #f8fafc;
}

input[type="radio"] {
    cursor: pointer;
}
input[type="checkbox"] {
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.exec_btn {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.disableBtn {
    cursor :default;
    opacity: 0.35 !important;
}

.btn_mini {
    margin: auto;
}

.card-body_list {
    padding: 0.5rem;
    padding-bottom: 0.25rem;
}


.card-body {
    padding: 0.5rem;
    padding-bottom: 3rem;
}
.card-body_item_reg0 {
    padding: 0.5rem;
    padding-bottom: 0.5rem;
}

.bg-userhead {
    background-color: #7D828A !important;
}

.bg-userhead a {
    color: #FFF !important;
}

.bg-userhead .dropdown-menu a {
    color: #000 !important;
}

.test_state_title
{
    position: absolute;
    left: 5px;
    font-weight: bold;
    font-size: 1.15em;
    color: yellow;
    opacity: 0.75;
    top: 12px;
}

.side-top {
    background-color: #EEEEEE;
    font-size: 16px;
    font-weight: bold;
    padding: 0.5em;
    border-bottom: solid 3px rgb(77, 24, 24);
}

.font-s93 {
    font-size: 0.93rem;
}
.font-s9 {
    font-size: 0.9rem;
}
.font-s8 {
    font-size: 0.8rem;
}
.font-s7 {
    font-size: 0.7rem;
}
.font-s6 {
    font-size: 0.6rem;
}
.font-s5 {
    font-size: 0.5rem;
}
.font-s4 {
    font-size: 0.4rem;
}
.font-s3 {
    font-size: 0.3rem;
}

.row {
    margin-right: 0;
    margin-left: 0;
}


/* SELECT */

.select {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select_label {
    background-color: #fff;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/* ページ見出し */

.card-header {
    font-size: 1.2rem;
}


/*ユーザーログイン画面Topic*/

.topic dl {
    border-bottom: 1px solid #ccc;
}

.topic dt {
    padding-bottom: 5px;
}

@media screen and (max-width: 992px) {
    .topic dt small {
        display: block;
    }
}


/*確認画面　TBL*/

.item-table th {
    /*border: 1px solid #000 !important;*/
    background-color: rgba(0, 0, 0, 0.075);
    width: 15%;
}

.item-table td {
    /*border: 1px solid #000;*/
}


/*概算見積表*/

.price_tbl {
    border: 1px solid #000;
}

.price_tbl td {
    border: 1px solid #999;
}

.price_tbl th {
    background-color: rgba(0, 0, 0, 0.075);
    border: 1px solid #999 !important;
    color: #444444;
    font-weight: bold;
    height: 40px;
    letter-spacing: -1px;
    padding: 0px 3px 0px 5px;
    text-align: center;
    vertical-align: middle;
}

\ .price_tbl {
    border: 1px solid #000;
}

.price_tbl td {
    border-bottom: 2px dashed #dee2e6;
}

.price_tbl-yohaku td {
    border: 1px solid #999 !important;
}


/*ユーザー情報変更画面*/

.user-edit-pass {
    text-align: center;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
}


/*案件新規登録*/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link.active {
    background-color: #e2e2e2;
    border-bottom: #e2e2e2;
    font-weight: bold;
}

.tab-pane.active .tab-pane-header {
    padding: 0.5em;
    background-color: #e2e2e2;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    margin-bottom: 1rem;
}

.tab-pane:first-child .tab-pane-header {
    border-top-left-radius: 0;
}

.service_menu_img {
    position: relative;
}
.service_menu_img:hover img{
    opacity: 0.8;
    transition-duration: 0.3s;
}

.img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    cursor: pointer;
}

.img-overlay input {
    vertical-align: middle;
}
.img-overlay label {
    font-size: 75%;
    font-weight: bold;
}
.sample_pers {
    padding-top: 0.3rem;
}
.menu_head {
    color: #FFF;
    background-color: #52596D;
}


/*案件一覧画面*/
.w_tanto_sel {/* >を表示*/
    margin-bottom: 2px;
}

.edit_img {
    height: 25px;
}

/*管理画面Topic*/
table.topic-table {
    table-layout: fixed;
}

.topic-table th,
.topic-table td {
    vertical-align: middle;
}


/*管理画面HOLIDAY*/

.holiday-table th,
.holiday-table td {
    vertical-align: middle;
}

@media (max-width: 992px) {
    .btn {
        font-size: 0.7rem;
    }
    .font-s7 {
        font-size: 0.5rem;
    }
}

#dragDropArea {
    background-color: #f4f4f4;
    margin: 10px;
    padding: 10px;
    border: #ddd dashed 5px;
    min-height: 200px;
    text-align: center;
}

#dragDropArea p {
    color: #999;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.2em;
}

#dragDropArea .note  {
    font-weight: normal;
    font-size: 0.75rem;
}

#dragDropArea .drag-drop-buttons {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.0em;
}

.drag-drop-buttons input {
    margin: auto;
}

.cale_blc {
    display: flex;
}

p.cale_blc {
    margin-bottom: 0px;
}

.cale_blc img {
    width: auto;
    height: 30px;
    margin-left: 7px;
    /* margin-top: 4px; */
    /* vertical-align: bottom; */
}

/*管理画面NOHINDATA*/
.nohindata-table {
    table-layout: fixed;
}

.n_list_user {
    height: 80vh;
    overflow: scroll;
}

/* 注記 */
.text-note {
    font-size: 0.8rem;
    color: #dc3545 !important;
    margin-bottom: 0px;
    display: block;
}
.text-memo {
    font-size: 0.7rem;
    color: #dc3545 !important;
}

/* ツールチップ */
/* START data-tooltip STYLES */
[data-tooltip] {
    position: relative; /* opinion 1 */
  }

  /* Applies to all data-tooltips */
  [data-tooltip]::before,
  [data-tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 2;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [data-tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  [data-tooltip]::after {
    content: attr(data-tooltip); /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: left;

    /*
      Let the content set the size of the data-tooltips
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }

  /* Make the data-tooltips respond to hover */
  [data-tooltip]:hover::before,
  [data-tooltip]:hover::after {
    display: block;
  }

  /* don't show empty data-tooltips */
  [data-tooltip='']::before,
  [data-tooltip='']::after {
    display: none !important;
  }

  /* FLOW: UP */
  [data-tooltip]:not([flow])::before,
  [data-tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
  }
  [data-tooltip]:not([flow])::after,
  [data-tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
  }
  [data-tooltip]:not([flow])::before,
  [data-tooltip]:not([flow])::after,
  [data-tooltip][flow^="up"]::before,
  [data-tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
  }

  /* FLOW: DOWN */
  [data-tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
  }
  [data-tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
  }
  [data-tooltip][flow^="down"]::before,
  [data-tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
  }

  /* FLOW: LEFT */
  [data-tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
  }
  [data-tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
  }

  /* FLOW: RIGHT */
  [data-tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
  }
  [data-tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
  }

  /* KEYFRAMES */
  @keyframes data-tooltips-vert {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }

  @keyframes data-tooltips-horz {
    to {
      opacity: .9;
      transform: translate(0, -50%);
    }
  }

  /* FX All The Things */
  [data-tooltip]:not([flow]):hover::before,
  [data-tooltip]:not([flow]):hover::after,
  [data-tooltip][flow^="up"]:hover::before,
  [data-tooltip][flow^="up"]:hover::after,
  [data-tooltip][flow^="down"]:hover::before,
  [data-tooltip][flow^="down"]:hover::after {
    animation: data-tooltips-vert 300ms ease-out forwards;
  }

  [data-tooltip][flow^="left"]:hover::before,
  [data-tooltip][flow^="left"]:hover::after,
  [data-tooltip][flow^="right"]:hover::before,
  [data-tooltip][flow^="right"]:hover::after {
    animation: data-tooltips-horz 300ms ease-out forwards;
  }
/* ツールチップ */

.list-scrollable {
    max-height: 70px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* ポインタ */
.cursor_pointer{
    cursor: pointer;
}

.text_color_Indigo
{
    color: #2c4c64;
}

.invalid-feedback-msg
{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/*placeholderを薄く*/
.form-control::placeholder{
    color:#ccc;
}
#messageErrorAlert
{
    z-index:10000;
}

.non-approval-color
{
    background-color: #999;
}

