.quote-vehicle-main {
	color: #272f3a;
	font-family: Montserrat,sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	line-height: normal;
}

.quote-vehicle-sub {
	color: #97a2b2;
	font-family: Muli,sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	line-height: normal;
}

.vehicle-details .p-col-12 {
	padding: 0.3rem;
}

body .action_btn {
	background-color: #d41400!important;
	color: #fff;
}

body .action_btn_green {
	background-color: #94ba0f!important;
	color: #fff;
}

body .ui-button {
	width: auto!important;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
	border: none;
	height: auto;
	border-radius: 25px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: -.11px;
	line-height: normal;
	text-align: center;
	cursor: pointer;
}

body .ui-button.ui-button-text-icon-right {
	padding-right: 2.5em;

}

body .ui-widget:disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
	cursor: auto !important;
}

xbody .ui-button .ui-button-text {
	line-height: 1.25em;
}


body .button-not-my-car {
    width: auto;
    height: 3rem;
    background-color: #fff!important;
    color: #272f3a!important;
}

body .button-not-my-car:hover {
	background-color: #becd7a !important;
}

td.truncate {
	max-width:150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vehicle-details .p-col-12 {
   padding: 0.3rem;
}

.vehicle-details .green-panel {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
	background: #94ba0f;
	border-radius: 4px 4px 0 0;
	width: 100%;
	margin: 0.3rem;
	padding-bottom: 0;
}

.vehicle-details .white-header {
	font-size: 4rem;
}

input[readonly] {
	cursor: not-allowed;
}

.ui-select {
	width: 100%;
    background: #fff;
    padding: 2px;
    font-size: 1em;
    height: 3em;
    border: 1px solid rgb(227, 228, 231);
    margin-top: -8px;
}

.ui-dialog-mask {
	display: none;
}