﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



@keyframes spinner-line-fade-more {
  0%, 100% { opacity: 0; /* minimum opacity */ }
  1% { opacity: 1; }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% { opacity: 0.25; /* minimum opacity */ }
  40% { opacity: 1; }
}

@keyframes spinner-line-fade-default {
  0%, 100% { opacity: 0.22; /* minimum opacity */ }
  1% { opacity: 1; }
}


.stepGridHeader{background-color:#004A28 !important; color:white; min-height:25px; }
.stepGridHeader2{background-color:rgb(199,225,143); color:black; min-height:25px; }