body {
	margin: 0px;
	padding: 0px;
}
.pac-container{
	z-index: 1250 !important;
}
#ov-map{
	width:100%;
	min-height:350px;
}
.modal-backdrop {
	background-color: #fff;
}
#ov-loading {
	display: none;
	background-color: rgba(250, 250, 250, 0.5);
	bottom: 0px;
	left: 0px;
	padding-top: 250px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	z-index: 5000;
}
#ov-progress {
	display: none;
	background-color: rgba(250, 250, 250, 0.5);
	bottom: 0px;
	left: 0px;
	padding: 350px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	z-index: 5000;
}
#ov-desktop {
	padding: 0px;
}
.card{
	width:100%;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #ccc;
}
.card-block{
	padding: 5px;
}
.card-title{
	font-size: 1.2em;
	font-weight: bold;
}
.card-subtitle{
	font-style: italic;
	font-size: 0.8em;
}
.card-footer{
	padding: 5px;
	text-align:right;
	background: #eee;
	border-top: 1px solid #ccc;
	border-radius: 0px 0px 10px 10px;
}