table.hasStickyHeaders th,
.containsStickyHeaders th {
  background-color: #cdcdcd;
}
.tablesorter-headerAsc,
.tablesorter-headerDesc {
  background-color: #d9edf7 !important;
}
label.error {
  color: red;
}
.help-inline {
  color: red;
}
.modal-body {
  overflow-y: visible;
}
.line-seperator {
  border-bottom: 1px solid #eeeeee;
}
table.new-loan {
  background-color: #f5f5f5;
}
table.new-loan tr {
  border-bottom: solid 1px;
  margin-bottom: 2px;
}
table.new-loan td {
  width: 300px;
}
.datepicker.dropdown-menu {
  z-index: 2000;
}
.modal .combobox-container .typeahead {
  z-index: 9000;
}
.container {
  /*width : 100% !important;*/
  max-width: 1200px;
}
/* Code for sticky footer at the bottom */
/*
html, body
{
    height : 100%;
}

.container
{
    min-height : 100%;
    height     : auto !important;
    margin     : 0 auto -151px; */
/* the bottom margin is the negative value of the footer's height */
/*

}

footer, .push
{
    height : 100px; */
/* '.push' must be the same height as 'footer' */
/*

}
*/
/* END Code for sticky footer at the bottom */
label.required:after {
  content: " *";
  color: red;
}
.repayment-star {
  font: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
}
.loans .badge {
  margin-left: 4px;
}
.users .badge {
  margin-left: 4px;
}
.agents .badge {
  margin-left: 4px;
}
/* Spinner */
.spinner {
  margin: 5px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* END - Spinner */
#modalContent {
  z-index: 1001;
  display: block;
  position: fixed;
}
#modalContent .hidden_error,
#modalContent .hidden_error * {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  background-color: rgba(217, 83, 79, 0.27);
}
#modalContent .ajax-loader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
#modalContent form.confirmation .deleteClient {
  margin-bottom: 10px;
  cursor: pointer;
}
#modalContent form.confirmation .deleteClient label {
  display: inline-block;
  cursor: inherit;
  color: #333333;
  font-weight: 400;
}
#modalContent form.confirmation .form-actions #edit-submit,
#modalContent form.confirmation .form-actions #edit-cancel {
  width: 40%;
}
#modalContent form #loginform .forgot_pass {
  margin-bottom: 50px;
}
#modalContent form #loginform .links span a {
  display: inline-block;
}
/*# sourceMappingURL=main.css.map */