body {
  background-color: #eee;
  padding-top: 56px;
}

a {
  color: #005500;
}
a:hover {
  color: #217821;
}

.nav-pills .nav-link.active {
  background-color: #005500;
}

.dropdown-item:active {
  background-color: #005500;
}

.page-link {
  color: #005500;
}
.page-link:hover {
  color: #217821;
}

.jumbotron {
  background-color: #ccc;
}
.jumbotron.alert {
  /* background-color: #A94442; */
  /* background-color: #EBCCD1; */
  /* background-color: #F2DEDE; */
  /* background-color: #DF6D69; */
  background-color: #df9895;
}

.main-box {
  background-color: #ccc;
  border-radius: 10px;
  padding: 20px;
}

.sub-box {
  background-color: #aaa;
  border-radius: 5px;
  padding: 10px;
  height: 175px;
  margin-bottom: 30px;
}

.aliz-logo {
  margin: 0 auto;
}

#aliz-top-navbar {
  background-color: #217821 !important;
}

.navbar-default {
  z-index: 1020;
}

.aliz-sidebar {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #ccc;
  border-radius: 5px;
  /* Nav: second level (shown on .active) */
}
.aliz-sidebar.affix {
  position: static;
}
.aliz-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
.aliz-sidebar .nav > li > a:hover, .aliz-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.aliz-sidebar .nav > .active > a,
.aliz-sidebar .nav > .active:hover > a,
.aliz-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #5cb85c;
  background-color: transparent;
  border-right: 1px solid #5cb85c;
  text-shadow: 0 1px 0 #47a447;
}
.aliz-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.aliz-sidebar .nav > .active .nav {
  display: block;
}
.aliz-sidebar .nav .nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

.summary-box {
  padding: 10px;
  position: relative;
}
.summary-box .summary-box-background {
  position: absolute;
  background: no-repeat center;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.main-summary-badge {
  /* margin-top: 15px; */
  margin-bottom: 10px;
}

.secondary-summary-badge {
  /* margin-top: 40px; */
  margin-bottom: 10px;
}

h1.heading-badge {
  margin-top: 45px;
}

h2.heading-badge {
  margin-top: 15px;
  margin-left: 10px;
}

.camp-summary-box {
  border-radius: 4px;
  background-color: #e7e7e7;
  border: 1px solid #e5e3e9;
  margin-bottom: 15px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.camp-summary-box.closed-event {
  background: #aaaaaa;
}
.camp-summary-box.aliz-winter-event {
  position: relative;
}
.camp-summary-box.aliz-winter-event:before {
  clip: rect(50px, 106px, 177px, 0px);
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #639ef7;
  font-size: 150px;
  top: -50px;
  right: -25px;
  content: "\f2dc";
}
.camp-summary-box.aliz-summer-event {
  position: relative;
}
.camp-summary-box.aliz-summer-event:before {
  clip: rect(50px, 125px, 177px, 0px);
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e0d379;
  font-size: 150px;
  top: -50px;
  right: -25px;
  content: "\f185";
}

.camp-summary-box:hover,
.camp-summary-box:focus {
  background-color: #ccc;
}

a.camp-summary,
a.camp-summary:hover {
  color: inherit;
  text-decoration: none;
}

.gathering-data {
  font-size: 12px;
}
.gathering-data tr {
  line-height: 25px;
}
.gathering-data tr.odd.error {
  background-color: #d97d7b;
}
.gathering-data tr.even.error {
  background-color: #df9895;
}
.gathering-data tr:hover {
  background-color: #ccc !important;
}
.gathering-data tr.affix {
  z-index: 1011;
  top: 40px;
  position: static;
}
.gathering-data th {
  background-color: #eee;
  font-size: 0.9em;
  z-index: 1011;
}
.gathering-data .odd {
  padding-bottom: 30px;
}
.gathering-data .row_number {
  width: 25px;
}
.gathering-data .linked_userprofile, .gathering-data .userprofile .unit {
  width: 150px;
}
.gathering-data .division, .gathering-data .division_name {
  width: 110px;
}
.gathering-data .personnel, .gathering-data .terms_doc, .gathering-data .participant_doc, .gathering-data .care, .gathering-data .has_installments {
  width: 36px;
}
.gathering-data .price, .gathering-data .linked_payed, .gathering-data .payed, .gathering-data .underpayment, .gathering-data .overpayment {
  width: 65px;
}
.gathering-data .short_comments_for_leader, .gathering-data .short_comments {
  width: 125px;
}

.presentation-box {
  font-size: 0.9em;
  margin: 0 auto;
}
.presentation-box .panel p {
  font-size: inherit;
}
.presentation-box .panel h1 {
  font-size: inherit;
}
.presentation-box li.active a,
.presentation-box li.active a:hover,
.presentation-box li.active a:focus {
  background-color: #5cb85c;
}
.presentation-box .panel-heading {
  background-color: #5cb85c;
}
.presentation-box .panel-collapse {
  background-color: #eee;
}
.presentation-box .odd {
  background-color: #ccc;
}
.presentation-box td a {
  color: #333;
  text-decoration: underline;
}
.presentation-box td a:hover {
  color: #111;
  text-decoration: none;
}

.presentation-header {
  height: 175px;
}
.presentation-header h1 {
  margin-top: 50px;
}

.presentation-content {
  /* background-color: #5cb85c; */
  padding: 10px;
}

td.error {
  color: #df9895;
}

td.alert {
  color: #ed9c28;
}

.sign-in {
  max-width: 730px;
}

.plot {
  margin-top: 50px;
}
.plot h2, .plot h3 {
  text-align: center;
}

.modal .typeahead {
  z-index: 1051;
}

.modal .tt-menu {
  z-index: 1052 !important;
}

.modal-header {
  background-color: #217821;
  border-color: #217821;
  color: #fff;
}
.modal-header button {
  color: rgba(255, 255, 255, 0.5);
}
.modal-header button:hover {
  color: rgba(255, 255, 255, 0.75);
}

.modal label {
  font-size: 0.8rem;
  margin-bottom: 2px;
}

.modal#importEntriesModal .modal-dialog {
  min-width: 80%;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
  width: 100%;
}

.tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.aliz-payment-progressbar {
  height: 8px;
}

.aliz-primary {
  color: #1343b1;
}

.aliz-success {
  color: #40a640;
}

.aliz-danger {
  color: #bb2a25;
}

.aliz-warning {
  color: #ed9c28;
}

.aliz-summary-creds {
  text-align: center;
  margin-bottom: 0px;
  display: inline-block;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

#map {
  height: 300px;
  width: 100%;
  margin-bottom: 50px;
}

#aliz-footer {
  background: #aaaaaa;
  color: #010101;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}

#aliz-content {
  padding-top: 25px;
}

#new-gathering {
  text-align: center;
  color: #005500;
  border: 1px solid #005500;
  min-height: 50px;
}
#new-gathering h4 {
  vertical-align: middle;
}

.aliz-finance-table {
  font-size: 14px;
  line-height: 30px;
}
.aliz-finance-table .entry-td {
  min-width: 440px;
}
.aliz-finance-table .value-td {
  min-width: 120px;
}
.aliz-finance-table .manage-td {
  min-width: 80px;
}
.aliz-finance-table input {
  font-size: 14px;
  width: 120px;
}
.aliz-finance-table input.date-input {
  width: 150px;
}
.aliz-finance-table input.input-comments {
  width: 250px;
}
.aliz-finance-table input.typeahead {
  width: 100%;
}
.aliz-finance-table input.value-input {
  width: 70px;
}

#fixed-panel {
  position: fixed;
  top: 75px;
  left: 50px;
  width: 200px;
}
#fixed-panel #fixed-communicates {
  display: none;
}
#fixed-panel #fixed-communicates p {
  margin-bottom: 1px;
}

.nowrap {
  white-space: nowrap;
}

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