@keyframes bouncing-ball
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: translate(0px,140px) rotate(0deg) ; height: 140px;  }
   55% { transform: translate(0px,150px) rotate(0deg) ; height: 120px;  }
   65% { transform: translate(0px,120px) rotate(0deg) ; height: 120px;  }
   95% { transform: translate(0px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes funny-in
{
   0% { transform: rotate(360deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   20% { transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; transform-origin: 0 100%;  }
   40% { transform: rotate(0deg) scale(0.5,0.5) ; transform-origin: 100% 100%;  }
   60% { transform: rotate(0deg) scale(0.5,0.5) ; transform-origin: 100% 0;  }
   80% { transform-origin: 0 0; transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@keyframes shadow-top-bottom
{
   0% { transform: rotateX(0deg) ; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);  }
   100% { transform: translate3d(0px,0px,50px) rotateX(0deg) ; box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, 0.35), 0 12px 20px -12px rgba(0, 0, 0, 0.35);  }
}
@keyframes tin-down-out
{
   0% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
   10% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   20% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   30% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   40% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   50% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
   100% { transform: translate(0px,900%) rotate(0deg) scale(1.0,1.0) ; opacity: 0;  }
}
@keyframes transform-wobble-center
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) skewX(-12deg) ;  }
   30% { transform: rotate(0deg) skewX(10deg) ;  }
   45% { transform: rotate(0deg) skewX(-6deg) ;  }
   60% { transform: rotate(0deg) skewX(4deg) ;  }
   75% { transform: rotate(0deg) skewX(-2deg) ;  }
   100% { transform: rotate(0deg) skewX(0deg) ;  }
}
@keyframes clip-path-spotlight
{
   0% { clip-path: circle(100% at 50% 50%);  }
   25% { clip-path: circle(20% at 50% 50%);  }
   50% { clip-path: circle(20% at 12% 84%);  }
   75% { clip-path: circle(20% at 93% 51%);  }
   100% { clip-path: circle(20% at -30% 20%);  }
}
@keyframes clip-path-chevron-enter
{
   0% { clip-path: polygon(-25% 0%, 0% 50%, -25% 100%, -100% 100%, -75% 50%, -100% 0%);  }
   75% { clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);  }
   100% { clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);  }
}
a.dashboard_links
{
   color: #800000;
   text-decoration: underline;
}
a.dashboard_links:visited
{
   color: #800000;
   text-decoration: underline;
}
a.dashboard_links:active
{
   color: #800000;
   text-decoration: underline;
}
a.dashboard_links:hover
{
   color: #2E8B57;
   text-decoration: underline;
}
a.fooyer
{
   color: #F0E68C;
   text-decoration: underline;
}
a.fooyer:visited
{
   color: #F0E68C;
   text-decoration: underline;
}
a.fooyer:active
{
   color: #F0E68C;
   text-decoration: underline;
}
a.fooyer:hover
{
   color: #F0E68C;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
