.spinner {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #a9a9a9;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

#ui-datepicker-div{
	z-index: 100 !important;
}
.con-links{
	color: navy;
	font-weight: bold;
}
.nav-link, .dd-link{
	color: navy;
}

.card-grid-wrap:hover{
	text-decoration: none;
}

/**/
.alert-section{
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1001;
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 20px;
    border-radius: 0px 0px 6px 6px;
    background-color: #0a265d;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    color: white;
}
.intext{
	color: #0a265d;
    font-weight: 700;
    text-decoration: none;
}
.dash{
	display: inline;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.3;
    font-style: italic;
}
.input.date{
    border: none !important;
    padding-top: 0;
  }
.error-message{
  color: red;
}