
/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans);

*, html, body {
	overscroll-behavior-y: contain;
}

* {margin: 0; padding: 0;}

html, body {min-height: 100%;}

/* body {
	text-align: center;
	padding-top: 100px;
	background: #689976;
	background: linear-gradient(#689976, #ACDACC);
	font-family: 'Merriweather Sans', arial, verdana;
} */

.bread-crumbs{	
	text-align: center;
	font-family: 'Merriweather Sans', arial, verdana;
}
.f-space-between{
	justify-content: space-between;
}

#automobile .input-group>.input-group-prepend>.input-group-text{
	width: 96px;
	font-weight: bold;
}

#driver-data .input-group>.input-group-prepend>.input-group-text{
	width: 110px;
	font-weight: bold;
}

#driver-data-2 .input-group>.input-group-prepend>.input-group-text{
	width: 152px;
	font-weight: bold;
}

.card>.card-body>h5{
	text-transform: uppercase;
	text-align: center;
}

/* .card{
	min-height: 500px;
} */

.btn-block+.btn-block{
	margin-top: 0 !important;
}

.mdl-textfield__label:after{
	bottom: 12px !important;
}

.w-100{
	width: 100%;
}

body{
	line-height: 1.5 !important;
}

.select-label{
	margin-bottom: 5px;
	font-size: 10pt;
	margin-left: 11px;
}

.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}