html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #f0f0f0; }

a:link {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

a {
  color: #000; }

.ticket:hover {
  background-color: #fbe8ed !important; }

.jumbotron {
  background-color: #0d859b !important;
  min-height: 250px;
  padding-left: 5%;
  color: #fff  !important; }

@media (min-width: 1200px) {
  .jumbotron {
    background-size: 190px;
    background-image: url("/static/logo.png");
    background-repeat: no-repeat;
    background-position: 97% 98%; } }

.card, .list-group-item-secondary {
  background-color: #8ed5e2 !important;
  color: #000 !important; }

.card-header {
  background-color: #0d859b !important;
  color: #fff !important; }

.card-footer h4 {
  text-align: right;
  color: #0d859b !important; }

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success {
  background-color: #bdd2e5 !important; }

.btn-outline-secondary {
  background-color: #8ed5e2 !important;
  border-color: #0d859b;
  color: #0d859b !important; }

.btn-primary, .btn-secondary {
  background-color: #8ed5e2 !important;
  border-color: #0d859b;
  color: #000; }

[data-toggle="collapse"] .fa:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
