.navbar-brand .logo {
	max-height: 60px;
	-webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
	filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.ribbon {
      position: absolute;
      top: 15px;
      right: 10px;
      height:  40px;
      line-height: 40px;
      padding: 0px 15px 0px 25px;
      background: #dfdfdf;
      font-weight: bold;
      box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    }
    .ribbon:before, .ribbon:after {
      content: '';
      position: absolute;
      left: -0;
      border-left: 10px solid #fff;
    }
    .ribbon:before {
      top: 0;
      border-top: 20px solid transparent;
    }
    .ribbon:after {
      bottom: 0;
      border-bottom: 20px solid transparent;
    }
    .ribbon.open {
      background: #e91b23;
      color: #fff;
    }
    .ribbon.paid {
      background: #9cd70e;
      color: #fff;
    }
    .ribbon.cancelled {
      background: #131313;
      color: #fff;
    }