body{
  padding: 15px;
}
.btn-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.fa.btn-sm,
a.btn-sm {
  font-size: .875rem;
  line-height: 1.5em;
}

.pagination {
  border-radius: 0;
}

.form-control+.textbox {
  display: block;
  width: 100% !important;
}

.textbox {
  height: calc(1.5em + 0.5rem + 2px);
  font-size: .875rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.cell-hover-content {
  cursor: pointer;
}

.cell-dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}

.cell-hover-content:hover .cell-dropdown-menu {
  display: block;

}
form {
  font-size: 14px;
}
form .text-muted{
  font-size: 14px;
  font-weight: 500;
}

.detail-content{
  width: 100%;
  padding: 10px 10px 20px;
  background-color: #f9f9f9;
  box-shadow: inset 0 0 1px 0px #dcdcdc;
}
.datagrid-row-expand{
  background: url(../img/plus.png) ;
  background-size: 100%;
}
.datagrid-row-collapse{
  background: url(../img/minus.png) ;
  background-size: 100%;
}
.detail-table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
.detail-table td{
  padding: 6px 5px;
}
.detail-label{
  display: inline-block;
  vertical-align: top;
  width: 7em;
  text-align: right;
  color: #000;
}
.detail-label::after{
  content: "：";
}
.detail-value{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 7em);
  word-break: break-all;
  color: #666;
}
.guide-wrapper{
  font-size: 14px;
  margin-bottom: 15px;
}
.guide-content{
  display: none;
  padding-top: 10px;
}