.noTopPadding{margin-top: -6px;}

.route-generator-stop > .min > .title > span.red{background: #ff4560;}
.route-generator-stop:hover > .min{cursor: pointer;-webkit-box-shadow: inset 0 0 0 1px #7d97b2, 0 6px 24px 0px rgba(0,0,0,0.05);box-shadow: inset 0 0 0 1px #7d97b2, 0 6px 24px 0px rgba(0,0,0,0.05);}

input.datepicker{
  width:220px
}

/*.pagination > .page-item.green > .page-link{background: #5ea830;color: #FFF;}*/
.pagination > .page-item.noaction > .page-link{ pointer-events: none;}


.info > span{font-size: 24px;font-weight: 300;line-height: 1.2;margin-left: 8px;color: #7d97b2;text-transform: uppercase;}
.info > span.percentage {-webkit-border-radius: 2px;border-radius: 2px;background: #7cc544;color: #FFF;font-size: 14px;font-weight: 600;padding: 4px 8px;}
.info > span.percentage.negative{ background: #ff795d; }

.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 3px;
    border: 4px solid #3796F6;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3796F6 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  