/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.modal-open {
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 0 !important;
}

.imgLogo {
	width: 150px;
	height: auto !important;
}


/* Icons Menu */

.navbar-nav i {
	color: #283046 !important;
	font-size: 20px;
	padding: 5px;
	width: 35px;
	height: 35px;
	text-align: center;
}


/* Colors*/

.nav-pills .nav-link.active {
	border-color: #fff;
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #283046 !important;
}

#btnScannerPlate.btn-primary {
	background-color: #26D4E0 !important;
	color: #fff !important;
}


.btn-info, .btn-warning, .btn-primary {
	color: #283046 !important;
	border-color: #fff !important;
	background-color: #fff !important;
}

.btn:hover {
	box-shadow: none !important;
}

.btn-dark {
	border-color: #283046 !important;
	background-color: #283046 !important;
}

.page-item.active .page-link {
	background-color: #283046;
}


.page-item.active {
	background-color: transparent;
}

.dropdown-notification {
	margin: 0 20px !important;
}


.btn-ia-01 {
	background-color: #5D46DE !important;
	color: #fff !important;
	padding: 5px 15px;
	margin-left: 5px;
	width: 60px;
}

	.btn-ia-01 img {
		width: 25px;
	}

.btn-ia-02 {
	background-color: #26D4E0 !important;
	color: #fff !important;
	border: 0px;
	margin-left: 5px;
	width: 60px;
}

.btns button {
	float: left;
	width: 30%;
	margin: 0px !important;
}

#btnNewCar, #btnDetailCars, #btnNewClient, #btnDetailClient, #wucCarsInfo_BtnAsistenteIA {
	padding: 8px;
}

	#btnNewCar i, #btnDetailCars i, #btnNewClient i, #btnDetailClient i, #wucCarsInfo_BtnAsistenteIA i {
		font-size: 20px;
	}

	#wucCarsInfo_BtnAsistenteIA i {
		color: #000;
	}


.mw-60 {
	max-width: 60px;
}

@media only screen and (max-width: 600px) {

	.nav-pills li {
		width: 100%;
	}

	#divBtnSend, #divBtnNewOrder, #btnNewOrder, #divBtnPrint, #btnOrderEnd, #divBtnActions {
		display: none;
	}

	#btnQuoteSave {
		margin-bottom: 20px;
	}

	button, input, select, .selection, .select2-container {
		margin-bottom: 5px !important;
	}

	footer.footer {
		text-align: center;
	}

	.dropdown-notification {
		margin: 0px !important;
	}
}
