#tkl-main,
#tkl-secondary {
  float: left;
  background: #fff;
  height: auto;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-shadow: 1px 1px 2px #bbb;
}
#tkl-secondary {
  width: 93%;
  border-radius: 0 0 5px 5px;
}
#tkl-main i {
  font-size: 2.5em;
}
#tkl-secondary i {
  font-size: 2.4em;
}
#tkl-main .tkl-items {
  float: none;
}
#tkl-main .tkl-items li {
  margin-bottom: 0;
}
#tkl-secondary .tkl-listing li {
  margin-bottom: 0;
  padding: 8px 0;
}
#tkl-secondary .tkl-listing h5 {
  font-size: 1.1em;
}
#tkl-secondary .tkl-listing p {
  margin: 0;
}
.input-append.date.datepicker {
  float: right;
  margin: -48px -10px 0 0;
}
.input-append.date.datepicker input {
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: .01em;
}
.input-append.date.datepicker button {
  background: transparent;
  color: #2467b3;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}
.datepicker-dropdown {
  left: 1150px !important;
}
.datepicker-dropdown:before {
  left: 88px !important;
}
.datepicker-dropdown:after {
  left: 89px !important;
}
#pagination {
  width: 91% !important;
  margin-right: 0;
  border-color: #ccc;
}
#sidebar-pagination {
  width: 98% !important;
  height: 25px;
  margin: 22px 0 0 0;
  font-size: 1em;
  border-color: #ccc;
}
#sidebar-pagination.sidebar-box {
  min-height: 0;
  margin-bottom: 0;
}
.modal {
  z-index: 10000;
}