body {
  padding-bottom: 50px;
}
a {
  color: ForestGreen;
}
a:hover {
  color: ForestGreen;
  text-decoration: none;
}

.tablesorter thead th {
  cursor: hand;
  cursor: pointer;
}

tfoot td {
  font-weight: bold;
}

.btn.pull-right {
  margin-left: 10px;
}

.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}

.alertify {
  top: 200px;
}

.brand a {
  color: ForestGreen;
  font-weight: 200;
  font-style: italic;
  text-decoration: none;
}

.nav .dropdown-toggle .caret {
  border-bottom-color: ForestGreen;
  border-top-color: ForestGreen;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: ForestGreen;
  background-image: none;
}

ul.nav {
  margin-top: 15px;
  margin-bottom: 10px;
}

ul.nav.demo {
  margin-top: 0px;
}

h3 {
  font-weight: 200;
}

/* Special drop-shadow css used on home page carousel */
.drop-shadow {
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before, .drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}
.drop-shadow p {
    font-size:16px;
    font-weight:bold;
}
.lifted {
    -moz-border-radius:4px;
         border-radius:4px;
}
.lifted:before, .lifted:after {
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.2);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}

.nav-tabs {
  font-size: 13px;
}


/* Login forms */
.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin input {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
.form-signin .btn-large { padding: 8px 16px; }


.table tbody tr.error > th {
  background-color: #f2dede;
}

.table tbody tr.success > th {
  background-color: #dff0d8;
}

.alert.alert-block {
  padding-right: 20px;
}

h3.ledger {
  margin-bottom: 0px;
}
h5.muted {
  margin-bottom: 20px;
  margin-top: 0px;
}

.navbar-inner {
  filter: none;
}

.print {
  display: none;
}

@media print {
  @page {
    size: letter portrait;
    margin: 1.2cm;
  }
  .brand, .nav, .navbar, a { display: none; }
  label[type=select] { display: none; }
  .table-bordered { border: 1px solid #333; }
  .table-bordered thead th { border: 0 !important; }
  .table-bordered tfoot th { border-left: 0; }
  .table-bordered tbody th:first-child, .table-bordered tbody td:first-child { border-left: 0; }
  .print { display: block; }
  .btn { display: none; }
  .alert-info { border-color: black; }
}
