body {
  background-color: #f8f9fa; }

a {
  color: #147587; }
  a:hover {
    color: #D7B57D; }

#mainNav {
  margin-bottom: 45px;
  background: white !important; }

footer {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 45px; }

#page-header {
  margin-bottom: 20px; }
  #page-header .breadcrumb {
    color: gray;
    font-size: 13px;
    padding: 0;
    float: left;
    background: none; }
  #page-header .title small {
    color: gray;
    font-size: 60%; }

.status-counters .counter {
  font-size: 1.3em;
  padding-top: 7px; }

.small-box {
  border-radius: 5px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .small-box > .inner {
    padding: 10px; }
  .small-box h3 {
    color: white;
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0; }
  .small-box p {
    color: white;
    font-size: 15px; }
  .small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: auto;
    left: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15); }

.box {
  font-size: 14px;
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow-x: hidden; }
  .box.box-solid {
    border-top: 0; }
  .box .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative; }
    .box .box-header.with-border {
      border-bottom: 1px solid #f4f4f4; }
    .box .box-header .box-title {
      display: inline-block;
      font-size: 18px;
      margin: 0;
      line-height: 1; }
  .box .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 15px; }
  .box.box-primary {
    border-top-color: #3c8dbc; }

.dataTables_filter {
  float: left;
  text-align: left; }
  .dataTables_filter input {
    margin-right: 5px;
    margin-left: 0px !important; }

.invoice .page-header {
  margin-bottom: 15px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee; }
.invoice .invoice-table {
  margin-top: 15px;
  margin-bottom: 15px; }

.checkbox-inline input[type="checkbox"] {
  margin-left: 5px; }

.input-group .form-control {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }
.input-group .input-group-append, .input-group .input-group-text {
  color: gray;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-right: 0;
  background: transparent; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

/*# sourceMappingURL=management.css.map */
