/*@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 60px;
  }
}*/

table thead tr th,
table tbody tr td{
  font-size: 0.9em;
}
/*.fixed .content-wrapper,
.fixed .right-side {
  margin-top: 30px;
}*/
.dropdown-menu>li {
  border-bottom: 1px solid #eee;
}
.dropdown-menu>li>a {
  padding: 8px;
}
.with-border {
  margin-bottom: 7px;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.1-5em {
  font-size: 0.5em;
}
.alert{
  padding: 10px;
}
.my-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.main-footer {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #d2d6de;
  color: #444;
  padding: 15px;
  text-align: center;
}
.input-sm {
  border-radius: 3px;
  font-size: 12px;
  /*height: 20px;*/
  line-height: 1.5;
  padding: 5px 10px;
}
.kpi-detail{
  font-size: 1.1em;
  color: #FFF;
}
.kpi-detail tr {
  border-bottom: 1px solid #FFF;
}
.kpi-detail .sales-name,
.kpi-detail .sales-value {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.sales-name {
  text-align: left;
}
.sales-value {
  text-align: right;
}
.search-table {
  text-align: right;
  margin-bottom: 10px;
}
.search-table input {
  height: 30px;
}
.cus-paging {
  text-align: center;
}
.pagination {
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.pagination li a.active:hover{
    background: #FFF;
}
.m-tb-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.dataTables_paginate {
  margin-top: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  background: transparent;
  border: solid 1px #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a:hover{
  background: transparent;
  border: solid 1px #000;
  color: #000;
}
.month-picker-box .col-lg-4,
.month-picker-box .col-xs-12{
  text-align: right;
}
.add-button .col-lg-12{
  text-align: right;
}