.search-content .card {
  border: 1px solid #d9b0aa;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.5rem rgba(211, 180, 178, 0.5);

}

.search-content>.container>.row.content {
  height: 100%;
  overflow: hidden;
}

.search-content .col {
  padding-right: 0;
}

.search-content .col:first-child {
  padding-left: 0;
}


.nav-content,
.details-content {
  height: 100%;
}

.nav-content {
  flex-grow: 0 !important;
}

.details-content .card {
  padding: 0;
  height: 100%;
  /* overflow: hidden; */

}

.nav-content .card {
  padding: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.search-content .card-body {
  height: calc(100% - 6rem);
  overflow: hidden;
}

.nav-content .card-header {
  padding: 0;
  border-radius: 0 !important;
  border-width: 1px;
  background-color: rgb(160, 20, 36);
}

.nav-content .card-header h4 {
  color: white;
  margin-bottom: 0;
  text-align: center;
  line-height: 2;
  font-size: 1.25rem;
  font-weight: 300;
}

.nav-content .card-body {
  padding: 0 0 2rem;
  background-color: rgb(248, 248, 246);
  height: 100%;
  overflow-y: auto;
}

.nav-content .card-body .list-group {
  /*min-width: 16rem;*/
  max-width: calc(17rem - 2px);
}

.nav-content .card-body .list-group-item {
  outline: none;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a01423;
  background-color: rgb(248, 248, 246);
}

.nav-content .card-body .list-group-item:first-child {
  border-radius: 0;
}

.search-item-list {
  height: calc(100% - 3rem);
  overflow-y: auto;
}

.search-list-li {
  border: none;
  border-bottom: 1px dashed #ccc;
}

/*.search-item-list li {*/
/*  border: none;*/
/*  border-bottom: 1px dashed #ccc;*/
/*}*/

.search-item-list li:last-child {
  border-bottom: none;
}

.search-item-list li .title,
.search-item-list li .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-item-list li .desc a.nav-link {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}

.search-item-list li .desc a.nav-link img {
  margin-right: 2px;
}

.search-item-list li .title span {
  font-size: 1rem;
  color: #333;
}
.search-item-list li .title .exportIndex{
  display: flex;flex-direction: column;height: 100%;
  margin-top: 2px;
  margin-right: 16px;
}

.search-item-list li .title h5,
.search-item-list li .desc p {
  margin: 0;
}

.search-item-list li .title h5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;
  font-size: 1.2rem;
  font-weight: normal;
  width: 37em;
  overflow: hidden;

}
.search-item-list li .title .desc a span{
  color: #a01423!important;
  cursor: pointer;
}
.search-item-list li .desc p {
  color: #666;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-item-list li .desc a {
  color: #a01423!important;
  cursor: pointer;
}

.search-item-list li .desc a:hover {
  text-decoration: underline;
}

.search-item-list li .desc svg {
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
}

.result-content .result-count {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.result-content {
  height: 100%;
}

.result-count-wrapper,
.result-count {
  display: flex;
}

/* .result-count {
  width: 100%;
  justify-content: space-between;
} */

.result-count .col:first-child {
  min-width: 16rem;
  max-width: calc(17rem - 2px);
}

.result-count .col:last-child {
  margin-left: 15px;
}

.result-count ul.list-inline {
  margin-bottom: 0;
}

.result-count p {
  margin-bottom: 0;
  color: #64190f;
}

.result-content .card {
  height: 100%;
  background-color: #f8f8f6;
}

.result-content .card * {
  /*background-color: inherit;*/
}

.page-content .page-item.disabled .page-link {
  background-color: inherit;
  color: rgba(160, 20, 35, 0.2);
  border-color: rgba(160, 20, 35, 0.2);
}

.result-content .card-body {
  border-radius: 0.75rem;
}

.search-factor {
  border: 1px solid #d9b0aa;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.5rem rgba(211, 180, 178, 0.5);
  padding: 2rem;
  margin-top: 1rem;
  background-color: #f8f8f6;
}

.search-factor .form-control {
  height: 2.25rem;
  border-radius: 1.5rem !important;
  line-height: 2.25rem;
  padding-left: 1.5rem;
  border: solid 1px #e0c1c1;
}
.form-control2 {
  height: 2.25rem;
  border-radius: 1.5rem !important;
  line-height: 2.25rem;
  padding-left: 1.5rem;
  border: solid 1px #e0c1c1;
  box-shadow: 0 0 0.5rem rgba(211, 180, 178, 0.5)
}

.search-factor .form-control:focus {
  border-color: #cbacaa;
  box-shadow: 0 0 0.2rem rgba(211, 180, 178, 0.25);
}

.search-factor>.col:first-child {
  flex: 1;
}

.search-factor>.col:last-child {
  flex-grow: unset;
  min-width: 16rem;
  align-self: flex-end;
}

.btn.search-btn {
  background-color: #726459;
  color: white;
  border-radius: 2rem;
  min-width: 8rem;
}

.btn.search-btn:hover {
  color: white;
  background-color: rgba(160, 20, 35, 0.8);
}

.btn.search-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 20, 35, 0.25);
}

.btn.adv-search-btn {
  color: #a01423;
}

.btn.adv-search-btn:hover {
  color: #a01423;
}

.btn.adv-search-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 20, 35, 0.25);
}

#navContent li.list-group-item {
  padding-left: 0;
  padding-right: 0;
}

#navContent .collapse button.list-group-item,
#navContent .collapsing button.list-group-item {
  font-size: 1rem;
  color: #333;
  text-align: left;

}

#navContent .collapse button.list-group-item.active {
  color: rgb(197, 113, 121);
  background-color: rgb(243, 231, 226);
}

#navContent .collapse button.list-group-item:hover {
  opacity: 0.9;
}

#navContent button.list-group-item svg {
  margin-left: 10rem;
}

/* .none-block {
  min-width: 16rem;
  max-width: calc(17rem - 2px);
} */

span.badge {
  font-size: 1rem;
  font-weight: normal;
  margin: 2px;
}

.badge-item {
  display: flex;
  align-items: center;
}

.badge-item i {
  font-style: normal;
}

.badge-item button {
  color: white;
  opacity: 1;
  outline: none;
  text-shadow: none;
  font-weight: normal;
  margin-bottom: 5px;
}

.search-tag-content {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.contentDetail{
  margin-top: 10px;
}
.contentDetail li{
  margin-left:2px;
  /*border-bottom: 1px dashed #ccc;*/
  display: flex;
  flex-direction: row;

}
.contentDetail li a{
  color: #a01423;
  font-size: 1rem;
}
.contentDetail li p{
  color: #333;
  font-size: 1rem;
}
.clusterBox ul{
  width:93%;
  border: 1px solid #d9b0aa;
  border-radius: 0.75rem;
  margin: 10px
}
.clusterBox ul li {
  border-bottom:1px solid #d9b0aa;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left:-40px;
  padding-right: 10px;
  padding-left: 10px;
  height: 40px;
}
.clusterBox ul li:last-child
{
  border-bottom:none;
}

.dummyStatus{
  display: none;
  width:140px;
  height:120px;
  position: absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  text-align: center;
}
.dummyStatus img{
  width:140px;
  height:90px;
}
.titleFooter{
  /*margin-left: 40px;*/
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .titleFooter img{
   margin-top: 5px;
} */
.titleFooter span{
  color: #9c9da1;
  font-size: 1rem;
}
.titleFooter > span {
  display: flex;
  align-items: center;
}
.titleFooter > span img {
  filter: grayscale(1);
}
.list-group-item{
  padding-left: 0;
}
.list-inline-item{
  margin-right: 1.2rem!important;
}


::-webkit-scrollbar {
  width: 5px;
  height: 10px;

}
::-webkit-scrollbar-track-piece {
  background-color: #cdd6dc;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #a01423;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #a01423;
  border-radius: 6px;
}
