/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.legend .row:nth-of-type(odd) div {
    background-color:lightblue;
}
.legend .row:nth-of-type(even) div {
    background: #FFFFFF;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/runningcorgi.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
#datepicker{width:180px;}
#datepicker > span:hover{cursor: pointer;}

