@charset "UTF-8";
/**
* AdminLteの設定を上書き
*/
/* body */
body {
  font-size: 14px; }

/* ナビゲーションバー */
.navbar {
  padding: 8px 0; }

.main-header .nav-link {
  height: auto; }

.navbar-expand .navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0; }

/* サイドバー */
.main-sidebar {
  width: 150px; }
  .main-sidebar::before {
    width: 150px; }

.layout-navbar-fixed .main-sidebar .brand-link {
  height: auto;
  width: 150px; }
  .layout-navbar-fixed .main-sidebar .brand-link::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; }

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #dcdcdc; }
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: #c0c0c0; }
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #a9a9a9; }

/* サイドバー: CTIお知らせ*/
.sidebar-mini .cti-info .card-header h3 {
  font-size: 1.0rem; }
.sidebar-mini .cti-info .card-body {
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.03); }
  .sidebar-mini .cti-info .card-body ul {
    list-style: none; }
    .sidebar-mini .cti-info .card-body ul li {
      padding: 10px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
      .sidebar-mini .cti-info .card-body ul li:last-of-type {
        border-bottom-width: 0; }
  .sidebar-mini .cti-info .card-body .cti-info-title {
    font-size: 0.9rem; }
    .sidebar-mini .cti-info .card-body .cti-info-title .text-muted {
      font-size: 0.75rem; }
  .sidebar-mini .cti-info .card-body .cti-info-user {
    display: flow-root; }
    .sidebar-mini .cti-info .card-body .cti-info-user a:hover {
      text-decoration: underline; }
    .sidebar-mini .cti-info .card-body .cti-info-user .user-name a {
      color: #007bff; }
    .sidebar-mini .cti-info .card-body .cti-info-user .staff-name a {
      color: #dc143c; }

/* メインコンテンツ */
.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: 2.3rem; }

/* メインコンテンツ.ページヘッダー*/
.content-header {
  margin-bottom: 1rem;
  padding: .25rem 1rem .25rem;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff; }
  .content-header h1 {
    font-size: 1.15rem; }

/* カード */
.card-body .card-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.card-footer {
  background-color: transparent; }

.card-table-list .card-header {
  border-bottom: none; }
.card-table-list .card-body {
  padding-top: 0; }
.card-table-list .pagination {
  margin: 0; }

.card-medium {
  max-width: 700px; }

.card-large {
  max-width: 1100px; }

.card-over-large {
  max-width: 1300px; }

/* box */
.box-header {
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .box-header .box-title {
    display: inline-block;
    font-size: 1.25rem;
    margin: 0;
    line-height: 1; }
    .box-header .box-title .badge {
      font-size: 0.7rem;
      vertical-align: text-top;
      margin-top: 4px; }
  .box-header.with-border {
    border-bottom: 1px solid #f4f4f4; }

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px; }

/* テーブル */
.table th,
.table.table-head-fixed thead tr:nth-child(1) th {
  background: #f5f5f5; }
.table th,
.table td,
.table.table-head-fixed thead tr:nth-child(1) th,
.table.table-head-fixed thead tr:nth-child(1) td {
  padding: 0.5rem; }

table.form-table {
  table-layout: fixed; }
  table.form-table th {
    width: 130px; }
  table.form-table .btn {
    margin-left: 3px; }

/* form-control */
.form-control,
.input-group-append {
  height: 27px; }

/* label */
label.input-required {
  color: #fff;
  margin: 0;
  background-color: #ee8593;
  padding: 2px 5px;
  font-size: 0.8em;
  border-radius: 5px;
  float: right; }

/* site-icon */
.site-icon {
  padding: 1px 4px;
  margin-right: 5px;
  font-weight: bold; }
  .site-icon.site-y {
    background: orange;
    color: white; }
  .site-icon.site-rei {
    background: #6f42c1;
    color: white; }
  .site-icon.site-l {
    background: #e786ff;
    color: white; }
  .site-icon.site-t {
    background: #4e0929;
    color: white; }
  .site-icon.site-azu {
    background: white;
    color: black;
    border: 1px solid grey;
    padding: 0px 3px; }
  .site-icon.site-koge {
    background: grey;
    color: white; }
  .site-icon.site-lasa {
    background: white;
    color: #6f42c1;
    border: 1px solid #6f42c1;
    padding: 0px 3px; }
  .site-icon.site-toga {
    background: #a24402;
    color: white; }
  .site-icon.site-well {
    background: #913080;
    color: white; }
  .site-icon.site-hana {
    background: #a7a70f;
    color: white; }
  .site-icon.site-tina {
    background: black;
    color: white; }
  .site-icon.site-roku {
    background: white;
    color: #00a76e;
    border: 1px solid #00a76e;
    padding: 0px 3px; }
  .site-icon.site-f {
    background: #ff1ec4;
    color: white; }
  .site-icon.site-a {
    background: #ff6347;
    color: white; }
  .site-icon.site-c {
    background: white;
    color: #ff1ec4;
    border: 1px solid #ff1ec4;
    padding: 0px 3px; }
  .site-icon.site-miare {
    background: #00B5BD;
    color: white; }

/* user-rank */
.user-rank-diamond {
  border: 1px solid grey;
  background: #99DdFF;
  color: black;
  padding: 1px 3.5px;
  margin-right: 5px; }

.user-rank-platinum {
  border: 1px solid grey;
  background: #F0F8FF;
  color: black;
  padding: 1px 3.5px;
  margin-right: 5px; }

.user-rank-gold {
  border: 1px solid grey;
  background: #E5C100;
  color: black;
  padding: 1px 3.5px;
  margin-right: 5px; }

.user-rank-silver {
  border: 1px solid grey;
  background: #C0C0C0;
  color: black;
  padding: 1px 3.5px;
  margin-right: 5px; }

@media (min-width: 768px) {
  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 150px; } }
/**
* 新規で共通部分のCSSを書く場合は以下に
* （別ファイルに分けたいです…）
*/
/*sortIcon*/
.sorting,
.sorting_asc,
.sorting_desc {
  position: relative; }

/*ノーマル時*/
.sorting::before,
.sorting_desc::before,
.sorting_asc::before {
  position: absolute;
  right: 0.9rem;
  bottom: .3rem;
  display: block;
  margin-left: 10px;
  content: "\2191";
  font-size: 1.2rem;
  opacity: .3; }

.sorting::after,
.sorting_desc::after,
.sorting_asc::after {
  position: absolute;
  right: 0.4rem;
  bottom: .3rem;
  display: block;
  margin-left: 10px;
  content: "\2193";
  font-size: 1.2rem;
  opacity: .3; }

/*ここまでノーマル時*/
/*昇順の時*/
.sorting_asc::before {
  position: absolute;
  right: 0.9rem;
  bottom: .3rem;
  display: block;
  margin-left: 10px;
  content: "\2191";
  font-size: 1.2rem;
  opacity: 1; }

/*降順の時*/
.sorting_desc::after {
  position: absolute;
  right: 0.4rem;
  bottom: .3rem;
  display: block;
  margin-left: 10px;
  content: "\2193";
  font-size: 1.2rem;
  opacity: 1; }

/*エラー*/
.error-message {
  padding: 3px 6px;
  background: #fde0e8;
  color: #e44370;
  margin-top: 5px;
  border-radius: 5px; }

/*詳細検索内　カレンダー*/
.form-details .bootstrap-datetimepicker-widget {
  height: 335px; }

/*# sourceMappingURL=common.css.map */