/* ************* */
.clickable{
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}
.card{
	margin-bottom: 10px;
}
.card-body{
	padding: 10px 15px 10px 15px;	
	
}

.card-header {
    background: #003c5c;
    color: #fff
}

/* ************* */
.AR {
	text-align: right;
}

.margin-bottom{
	position: relative;
	padding-bottom: 1.5em;
}

/********************************** */
#total{
	text-align: center;
}

HTML {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
A:link {
	color: #000000;
	text-decoration: none;
}
SPAN.gov {
	font-family: Arial, Helvetica, sans-serif;
	color: #97928d;
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	top: 12px;
	right: 20px;
	position: absolute;
}
SPAN.gov A:link {
	text-decoration: none;
	color: #97928d;
	font-style: normal;
}
IMG {
	border: 0 none transparent;
	text-decoration: none;
}
A IMG {
	border: 0 none transparent;
	text-decoration: none;
}
A:link IMG {
	border: 0 none transparent;
	text-decoration: none;
}


/*h1{
	/*font-size: 1.5em; 
	display: inline;
	color: #FFFFFF;
	top: 26px;
	left: 350px;
	position: absolute;
}



/* Custom, iPhone Retina 
@media only screen and (min-width : 320px) {
h1 {
    font-size: 0.9em;
	color: #003c5c;
  }

}

/* Extra Small Devices, Phones 
@media only screen and (min-width : 600px) {
h1 {
    font-size: 1.25em;
	color: #003c5c;
  }

}

/* Small Devices, Tablets
@media only screen and (min-width : 700px) {
	h1 {
		font-size: 1.5em;
		color: #FFFFFF;
		display: inline;
		color: #FFFFFF;
		top: 26px;
		left: 350px;
		position: absolute;
	}
  
	#masthead {
		background: url(https://cscwebext.hfs.illinois.gov/CscWebEx/images/cs_headerbg2010.png) repeat-x ;
	}
}
*/
/* Medium Devices, Desktops 
@media only screen and (min-width : 992px) {
h1 {
    font-size: 1.5em;
  }

}
*/
/* Large Devices, Wide Screens
@media only screen and (min-width : 1200px) {
h1 {
    font-size: 1.5em;
  }

}
 */
 




 .btn-default{
	background-color: white;
	color: black;
	border-radius: 10em;
	font-size: 17px;
	font-weight: 600;
	padding: 0.2em 1.5em;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border: 1px solid black;
	box-shadow: 0 0 0 0 black;
  
 }
 .btn-default:hover {
	box-shadow: -2px -2px 5px #7e7d7d, 2px 2px 5px #7e7d7d, inset 2px 2px 5px #7e7d7d,
	  inset -2px -2px 5px #7e7d7d;
	color: #333;
	transition: 500ms;
  }
  
  
  
  /* Style the previous button */
.ui-datepicker-prev {
 
    color: white; /* White text */
    border-radius: 5px; /* Rounded corners */
    padding: 5px 10px;
	margin-top: 2px;
    border: none;
	text-decoration: none;
}

/* Style the next button */
.ui-datepicker-next {
   
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
	margin-top: 2px;
    border: none;
	text-decoration: none;
}

/* Style the hover effect */
.ui-datepicker-prev:hover, 
.ui-datepicker-next:hover {
    background-color: gainsboro; /* Darker blue on hover */
    cursor: pointer;
}

/* Ensure jQuery UI default prev/next icons are displayed */
.ui-datepicker-prev::before {
    content: '\25C0'; /* Left-pointing arrow */
    font-size: 16px;
	margin-bottom: 5px;
    
}

.ui-datepicker-next::before {
    content: '\25B6'; /* Right-pointing arrow */
    font-size: 16px;
    margin-left: 5px;
}
.ui-datepicker .ui-datepicker-prev{

	padding: 2px 2px 0px 7px;
}
.ui-datepicker .ui-datepicker-next{

	padding: 2px 7px 0px 5px;
}