body {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
form h3,
.view h3 {
  margin: 30px 0 10px;
  padding: 10px 10px;
  background: #eee;
  text-transform: uppercase;
  font-size: 18px;
}
body > .wrap > .container {
  padding: 80px 15px 20px;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li button {
  color: #eeeeee;
  font-size: 1.1em;
  text-transform: capitalize;
}
.navbar-nav.nav li > form > button.logout {
  padding: 12px 15px;
}
.form-control {
  padding: 0px 5px 0px 5px;
}

a.navbar-brand > img {
  margin-top: 10px;
}

.navbar-collapse.in {
  overflow-y: visible;
}

@media (min-width: 1600px) {
  .container {
    width: 1580px;
  }
  a.navbar-brand > img {
    max-width: 220px;
  }
  .navbar-nav {
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 13px;
    margin-left: 60px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 100%;
  }
  a.navbar-brand > img {
    max-width: 220px;
  }
  .navbar-nav {
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 13px;
    margin-left: 60px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 100%;
  }
  a.navbar-brand > img {
    max-width: 180px;
  }
  .navbar-nav {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
  a.navbar-brand > img {
    max-width: 150px;
  }
  .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
  a.navbar-brand > img {
    max-width: 150px;
  }
  .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
  a.navbar-brand > img {
    max-width: 150px;
  }
  .navbar-nav > li > a {
    padding: 5px 10px;
  }
  .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  a.navbar-brand > img {
    max-width: 200px;
  }
  .navbar-nav > li > a {
    padding: 5px 10px;
  }
}

@media (max-width: 300px) {
  a.navbar-brand > img {
    max-width: 100px;
  }
  .navbar-nav > li > a {
    padding: 5px 10px;
  }
}

@media (min-width: 768px) {
  .collapse.navbar-collapse {
    width: calc(100% - 180px);
    float: right;
  }

  .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .container > .navbar-header {
    height: 85px;
  }
  .navbar-nav {
    padding-top: 0;
    background: #222222;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.form-control {
  height: 28px;
}
.form-group {
  margin-bottom: 0;
}
.form-group > label {
  width: 140px;
  display: block;
  float: left;
  margin-left: 5px;
  padding: 5px;
}
.form-group > input,
.form-group > select,
.form-group > textarea.form-control,
.form-group .twitter-typeahead,
.form-group .content {
  display: block;
  width: calc(100% - 150px);
}
.form-group > input + .help-block {
  padding-left: 145px;
}
.input-group > input {
  text-align: right;
}
td > .form-group > input,
td > .form-group > select,
td > .form-group > textarea.form-control {
  width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0px;
}
table.detail-view tbody tr th {
  width: 200px !important;
}
table.table-scrollable {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
table.table-scrollable th {
  min-width: 100px;
}
table.container-items-processing,
table.container-items-inout,
table.container-items-storage,
table.container-items-other {
  background: #ccccff;
  border: 1px solid #999;
}
table.container-items-processing td,
table.container-items-inout td,
table.container-items-storage td,
table.container-items-other td {
  background: #eeeeff;
}
.board-title {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.board-title span {
  border: 1px solid #999;
  padding: 10px;
}

.modal-body h1 {
  display: none;
}
.action-title {
  text-transform: uppercase;
  padding-right: 180px;
  font-size: 24px;
}
.action-button-group {
  text-align: right;
}
.form-inline .form-group.action-button-group {
  display: block;
}
.view table thead tr th:first-child {
  width: 40px;
}
.view table thead tr th:last-child {
  width: 70px;
}
.btn {
  text-transform: uppercase;
}
/* Button Customization Begin */
.btn-info {
  background-color: #333333;
  border-color: #333333;
}
.btn-info:hover {
  background-color: #111111;
  border-color: #111111;
}
.btn-warning {
  background-color: #f3f300;
  border-color: #bbbbbb;
  color: #3333aa;
}
.btn-warning:hover {
  background-color: #e3e300;
  border-color: #bbbbbb;
  color: #0000aa;
}
/* Button Customization End */

/* Search Header Begin */
.search h3 {
  background-color: #ffcc66;
  color: #776655;
  padding-left: 20px;
  margin-bottom: 0;
}
.search h3:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  margin-right: 10px;
}
.search form > div {
  padding: 20px 10px 10px;
  background: #eee;
  border-bottom: 1px solid #999;
}
.search .row-3-height {
  min-height: 150px;
}
.search .row-4-height {
  min-height: 200px;
}
.search .row-5-height {
  min-height: 250px;
}
.no-bottom {
  margin-bottom: 0;
}
.grid-view table.table tr td:first-child {
  width: 30px;
}
.grid-view table.table tr td:last-child {
  width: 60px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.pounds:after {
  content: "lbs";
}
.jumbotron {
  padding-bottom: 50px;
}
.jumbotron .description {
  margin-top: 20px;
  padding: 10px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  text-align: left;
}
.jumbotron .button-menu .description ul {
  list-style-type: circle;
  margin-left: 10px;
}
.jumbotron .button-menu .description li {
  list-style: circle;
  font-size: 14px;
  display: list-item;
  line-height: 1.2em;
}
.jumbotron .btn {
  margin-bottom: 20px;
}
.button-menu ul {
  padding-left: 10px;
  text-align: left;
}
.button-menu li {
  list-style-type: none;
  display: block;
  margin-left: 0;
  margin-bottom: 5px;
  line-height: 1.8em;
  font-size: 16px;
}
.button-menu.legend li {
  margin-bottom: 0px;
}
.button-menu ul li span {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  vertical-align: sub;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #333;
}
.button-menu ul li span.working {
  background-color: red;
}
.button-menu ul li span.testing {
  background-color: yellow;
}
.button-menu ul li span.done {
  background-color: #00bb00;
}
.legend {
  padding: 10px;
  margin-bottom: 20px;
  background: #dddddd;
}
.legend ul {
  text-align: left;
}
.legend li {
  font-size: 16px;
}
@media (max-width: 720px) {
  .container .jumbotron {
    padding: 0px 0px 20px 0px;
  }
  .jumbotron h1 {
    font-size: 20px;
  }
  .jumbotron .lead {
    font-size: 12px;
  }
  .main-menu .col-xs-4,
  .button-menu .col-xs-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .legend {
    display: none;
  }
  .button-menu a.btn {
    padding: 10px 0;
    font-size: 16px;
  }
  .button-menu ul {
    list-style: none;
    padding-left: 0;
  }
  .button-menu li {
    text-align: center;
    margin-bottom: 5px;
  }
  .button-menu li a {
    color: #eeeeee;
    font-size: 14px;
  }
  .button-menu li a:hover {
    cursor: pointer;
  }
  .button-menu ul li span {
    display: none;
  }
  .button-menu ul li a {
    display: block;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #999;
  }
  .button-menu ul li span.working + a {
    background: red;
  }
  .button-menu ul li span.testing + a {
    background: yellow;
    color: #333;
  }
  .button-menu ul li span.done + a {
    background: #00bb00;
  }
}

div.scrollable {
  border: 1px solid #ddd;
  max-height: 500px;
  overflow: scroll;
}
div.scrollable table thead td,
div.scrollable table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-align: center;
  vertical-align: top;
  background: #43a6df;
  color: #eeeeee;
  border: 1px solid #ffffff;
}
div.scrollable table tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  text-align: center;
  vertical-align: top;
  background: #ccccff;
  border: 1px solid #ffffff;
}
div.scrollable table tbody td {
  vertical-align: middle;
}
div.scrollable table tfoot th.right,
div.scrollable table tfoot td.right {
  text-align: right;
}
div.scrollable table thead th a {
  color: #ffffff;
}
div.scrollable,
div.scrollable table {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Tooltip container */
.tool-tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tool-tip .tool-tip-text {
  visibility: hidden;
  background-color: black;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  padding: 5px 10px;
  margin-top: -10px;
  margin-left: -10px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.tool-tip:hover .tool-tip-text {
  visibility: visible;
}

#mention-dropdown {
  position: absolute;
  display: none;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.mention-item {
  padding: 5px;
  cursor: pointer;
}

.mention-item:hover {
  background: #f0f0f0;
}

.mention-selected {
  color: gray; /* 선택된 mention 이름의 색상을 회색으로 변경 */
}

.mention-item.selected {
  background-color: #e0e0e0;
}
.comment-updated {
  color: #006400;
}

.tox-promotion {
  display: none;
}
.tox-statusbar__branding {
  display: none;
}

/* Custom Button Styles */
.btn-black-border {
  border: 1px solid black; /* 검정 테두리 */
  color: black; /* 검정 글씨 */
  background-color: white; /* 흰 배경 */
  padding: 5px 10px; /* 여백 */
  border-radius: 3px; /* 부드러운 테두리 */
  text-transform: none; /* 대소문자 변환 없음 */
}

/* Hover 효과 */
.btn-black-border:hover {
  background-color: #f9f9f9; /* 연한 회색 배경 */
  color: black; /* 글씨 색 유지 */
}
/* Search Header End */
