.card-login {
    padding: 150px 0 0 0;
    width: 350px;
    margin: 0 auto;
}

#tabelaServicos td {
	text-align: left;
	background-color: #EEE9E9;
	text-transform: lowercase;
}

#cotacao, #arquivo {
	background-color: #ffc100;
	margin: 10 auto;
	padding: 5px 15px 15px 15px;
}

a:link {
	text-decoration: none;
}

.bg-fleetcom, .btn-fleetcom {
	background-color: #CCCCCC;
}

.nav-item {
    margin: 0 12px;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Localizar";
}
.modal-lg {
    max-width: 90% !important;
}

.modal-md {
    max-width: 60% !important;
}


.whatsapp-link {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 70px;
	left: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 1px 1px 2px #888;
	z-index: 1000;
}

.fa-whatsapp {
	margin-top: 16px;
}
.my-custom-scrollbar {
	position: relative;
	height: 250px;
	overflow: auto;
}
.table-wrapper-scroll-y {
	display: block;
}
.pecasModal {
	height: 60%;
}
.w-60 {
	width: 60%;
}