/* サイトバーメニューの子アイテムを一段下げる */
.sidebar {
  nav{
    .nav-header{
      background-color: rgba(255, 255, 255, 0.5);
      color: black;
    }
    .has-treeview{
      ul .nav-link{
        padding-left:1.5rem;
      }
    }
  }
}

i{
  margin-right: .5em;
}

.list_control_cell .btn{
  padding: 2px 1rem;
  line-height: 1;
}

/* tableで列幅を最小にするために利用 */
.w_1{
  width: 1%;
  white-space: nowrap;
}

/* datatableのソーティングアイコンと文字被りを防止 */
.table th{
  background-color: #0a0a0a;
  color: white;
}
.table th.sorting,
.table th.sorting_asc,
.table th.sorting_desc{
  padding-right: 1.75em !important;
}
/* datatableの横スクロール */
.dataTables_wrapper > .row:nth-child(2) > div {
  overflow-x: auto;
}

.dropdown-menu{
  min-width: 5em;
}

.main_list_table{
  border-bottom: 1px solid #dee2e6 !important;
}

.sidebar-closed .main-sidebar{
  display: none;
}

.content-header{
  background-color: white;
}
.content-wrapper>.content{
  background-color: white;
  padding: 1rem;
}
.bg_detail_modal_val{
  background-color: #cccccc !important;
}
.select2{
  max-width: 100%;
  min-width: 100%;
}