/*
 * Base structure
 *//* Move down content because we have a fixed navbar that is 50px tall */body {
  padding-top: 50px;
}
/*
 * Global add-ons
 */.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */.navbar-fixed-top {
  border: 0;
}
/*
 * Sidebar
 *//* Hide for mobile, show later */.sidebar {
  display: none;
}
.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
}
/* Sidebar navigation */.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
/*
 * Main content
 */.main {
  padding: 20px;
}
.main {
  padding-right: 40px;
  padding-left: 40px;
}
.main .page-header {
  margin-top: 0;
}
/*
 * Placeholder dashboard ideas
 */.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
#chart1 {
  width: 100%;
  height: 300px;
}
.dl-horizontal.w5em dt {
  width: 60px;
}
.dl-horizontal.w5em dd {
  margin-left: 70px;
}
.talkMini {
  border: 1px solid #a0a0a0;
  padding: 10px;
  border-radius: 15px;
  height: 400px;
  overflow-y: scroll;
}
.talkMini .talkHeader {
  background-color: #f0f0f0;
  margin: -10px -15px 15px -15px;
  padding: 10px;
}
.talkMini li {
  list-style: none;
  padding: 3px 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  min-height: 1.5em;
}
.talkMini .you {
  text-align: left;
  background-color: #d2ffa8;
  margin-left: 50px;
  margin-right: 20px;
  position: relative;
}
.talkMini .you:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: -30px;
  padding-left: 15px;
  color: #abed65;
}
.talkMini .you.clerk:after {
  content : "\e008";
  position: absolute;
  right: 10px;
  top: 5px;
}
.talkMini .you.customer:after {
  content : "\e177";
  position: absolute;
  right: 10px;
  top: 5px;
}
.talkMini .me {
  text-align: left;
  background-color: #e9e9e9;
  margin-right: 50px;
  margin-left: 20px;
  position: relative;
}
.talkMini .me:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: -30px;
  padding-right: 15px;
  color: #9d9d9d;
}
.talkMini .me.clerk:before {
  content : "\e008";
}
.talkMini .me.customer:before {
  content : "\e177";
}
.form-control.datepicker {
  width: 10em;
  display: inline-block;
}
.copies {
  position: absolute;
  bottom: 20px;
}
.nav-sidebar li.sub {
  list-style-type: square;
}
.nav-sidebar li.sub a {
  padding: 4px 20px 4px 25px !important;
}
.nav-sidebar li.sub a:before {
  content: '・ ';
}
.low-sub {
  margin: 10px 10px;
  width: calc(100% - 20px);
}
.regulation h2 {
  font-size: 16pt;
}
.regulation h3 {
  font-size: 14pt;
}
.sortable th:hover {
  background-color: #eee;
}
.sortable th:hover:after {
  content: "\e150";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  color: #9d9d9d;
  margin-right: -50px;
}
.sortable th:after {
  content: "\e150";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  color: #ccc;
  margin-right: -50px;
}
.sort-down:after {
  content : "\e253";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  color: #9d9d9d;
}
.sort-down.sortable th:hover:after {
  content : "\e252";
  margin-right: -150px;
}
.sort-up:after {
  content : "\e252";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  color: #9d9d9d;
  margin-right: -50px;
}
.sortable th.sort-up:hover:after {
  content : "\e252";
}
.sortable th.sort-down:hover:after {
  content : "\e253";
}
pre.simple {
  display: block;
  padding: 10px 5px;
  margin: 0;
  font-size: 13px;
  line-height: 1.42857;
  color: black;
  word-break: break-all;
  word-wrap: break-word;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.regulation {
  max-width: 820px;
  padding-left: 40px;
}
.regulation ul {
  padding-left: 0;
}
.regulation ul li {
  list-style: none;
}
.regulation h2 {
  margin-left: -20px;
}
.regulation .text-prev {
  margin-left: -20px;
}
.regulation ol {
  padding-left: 24px;
}
.regulation li {
  margin-bottom: 3px;
  margin-top: 3px;
}
.regulation ol li ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin-left: -5px;
}
.regulation ol li ol li:before {
  content: "（" counters(item, "-") "）";
  counter-increment: item;
  margin-right: 0.5em;
}
.regulation ol li ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.div-pre {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.7em;
  padding: 5px;
  word-wrap: break-word;
}
a.order_btn {
  color: #ccc;
  font-size: 0.6em;
}
a.order_btn:hover {
  color: #999;
}
a.order_btn.sort-active {
  color: #337ab7;
}
