/* #header {
}
#sub_header {
}
#contents_header {
}
#footer {
} */

/* color */
.color_1 {
  background-color: rgb(77, 77, 142);
}
.color_2 {
  background-color: rgb(76, 134, 200);
}
.color_3 {
  background-color: rgb(216, 225, 238);
}
.color_4 {
  background-color: rgb(255, 255, 255);
}

table.table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: normal;
  cursor: default;
  border-color: lightgray;
}
table.table > * > tr > * {
  border-right-width: 1px;
  border-bottom-width: 1px;
}
table.table > * > tr > *:first-child {
  border-left-width: 1px;
}
table.table > *:first-child > tr:first-child > * {
  border-top-width: 1px;
}
.table-responsive {
}

table.table {
  margin-bottom: 0;
}

.bootstrap-table table > thead > tr > th {
  padding: 1px 1px;
}

table.table > * > tr {
  background-color: #fff;
}
table.table > * > tr > th {
  background-color: snow;
}
table.table .sticky-top {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
table.table .sticky-left {
  box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.1);
}
table.table > * > tr.selected {
  background-color: rgb(207, 226, 255);
  border-color: aliceblue;
}

table.table > thead > tr > th.both::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dc";
  color: gray;
  margin-left: 5px;
}
table.table > thead > tr > th.asc::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0de";
  color: cornflowerblue;
  margin-left: 5px;
}
table.table > thead > tr > th.desc::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  color: cornflowerblue;
  margin-left: 5px;
}

 .sticky-left {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1019;
}


/* modal */
.modal-header {
  background-color: rgb(76, 134, 200);
  color: white;
}
.modal-content {
  border-color: rgb(76, 134, 200);
  border-radius: 11px;
}

/* font-size */
body {
  /* font-size: clamp(90%, 2vmin, 100%); */
}

/* icon */
.text-kage {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.box-kage {
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}
.box-kage-top {
  box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul.notifications_ul {
  padding: 0;
}

ul.notifications_ul>li {
  margin-top: 5px;
  margin-bottom: 5px;
  background: whitesmoke;
  list-style: none;
  border-bottom: 2px solid gainsboro;
  border-left: 10px solid cornflowerblue;
}

ul.notifications_ul>li .notifications_li_header {
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid gainsboro;
}

ul.notifications_ul>li a {
  padding: 10px 10px 10px 10px;
  display: block;
  min-height: 3em;
}

.notifications_card {
  margin: 10px 0 10px 0;
  background: whitesmoke;
  border-radius: 5px;
  box-shadow: 5px 10px 10px rgba(0,0,0,.2);
}

.notifications_card .card-header {
  background-color: cornflowerblue;
  color: white;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.notifications_message {
  white-space: pre-wrap;
  font-size: 1em;
}

.notifications_video {
  width: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

@media (max-width: 767px) {
  .notifications_video {
      width: 100%;
      float: none;
      margin: 0;
  }
}

.new_badge {
  position: absolute !important;
  top: -8px !important;
  left: -5px !important;
}

.footer_btn {
  position: relative;
  width: 7rem;
}