 .hyperlink-underline {
      cursor: pointer;
    }

    .alert {
      padding: 5px;
      margin-bottom: 5px;
      border: 1px solid transparent;
      border-radius: 4px;
    }

    .alert h4 {
      margin-top: 0;
      color: inherit;
    }

    .alert .alert-link {
      font-weight: bold;
    }

    .alert > p,
    .alert > ul {
      margin-bottom: 0;
    }

    .alert > p + p {
      margin-top: 3px;
    }

    .alert-dismissable,
    .alert-dismissible {
      padding-right: 35px;
    }

    .alert-dismissable .close,
    .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit;
    }

    .alert-success {
      background-color: #dff0d8;
      border-color: #d6e9c6;
      color: #3c763d;
    }

    .alert-success hr {
      border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
      color: #2b542c;
    }

    .alert-info {
      background-color: #d9edf7;
      border-color: #bce8f1;
      color: #31708f;
    }

    .alert-info hr {
      border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
      color: #245269;
    }

    .alert-warning {
      background-color: #fcf8e3;
      border-color: #faebcc;
      color: #8a6d3b;
    }

    .alert-warning hr {
      border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
      color: #66512c;
    }

    .alert-danger {
      background-color: #f2dede;
      border-color: #ebccd1;
      color: #a94442;
    }

    .alert-danger hr {
      border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
      color: #843534;
    }

 .redActionButton {
  display: inline-block;
  box-sizing: border-box;
  float: none;
  z-index: auto;
  width: auto;
  height: 22px;
  line-height: 15px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  opacity: 1;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 0px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 26px;
  padding-right: 10px;
  text-align: left;
  overflow: visible;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-decoration: none;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;

  background: url("/static/images/common/arrow.png") no-repeat left center, linear-gradient(180deg, #8B0000 0.98%, #8B0000 34.51%, #8B0000 52.08%, #8b0000 65.94%, #8B0000 77.86%, #8B0000 88.54%, #8B0000 98.19%, #8B0000 100%);
  box-shadow: 1.75px 1.8px 1.28px rgba(35, 31, 32, 0.45);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1.75, OffY=1.8, Color='#231F20') progid:DXImageTransform.Microsoft.gradient(startColorstr='#8DC63F',endColorstr='#395E14' , GradientType=0);
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }