.light-blue{
	background: #199adb !important;
	color: #fff;
}
.dark-blue{
	background: #5eb8e4 !important;
	color: #fff;
}
.transparent{
	opacity: 0.8;
}
.clsDatePicker {
    z-index: 100000;
}
.datepicker, .table-condensed {
width: 25em; /*what ever width you want*/
}
.table-condensed {
	text-align: center;
	border-collapse:separate; 
  	border-spacing: 0 1em;
  	padding: 0.5em;
}
.table-condensed th{
	color: #007bff;
}
.table-condensed tr{
	margin-bottom: 3em;
}
.table-condensed td span{
	margin-right: 0.3em;
	color: #007bff;
}
.table-condensed td.day{
	cursor: pointer;
}
.table-condensed td.disabled{
	background-color: #f1f1f1;
	padding: 0.3em;
	cursor: no-drop;
}
#map {
	height: 100%;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
}
.list-group-flush .list-group-item{
	border-bottom: 0;
}
p.small {
  font-size: smaller;
}
.rounded-icon{
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  color: #199adb !important;
}
.header-padding{
  padding-left: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}




