﻿
@import url('https://fonts.googleapis.com/css?display=swap&family=Lato:400,400i,700,700i');

:root {
    --primary: #a00050;
	--priRGB: 160,0,80;
    --secondary: #e0e231;
    --link: #a00050;
    --font: #fff;
    --fontfamily: 'Lato', sans-serif;
}

.content-wrapper {
    background-color: transparent !important;
}

.alert-danger, .alert-warning {
	background-color: #fff !important;
	color: #000000 !important;
	border: 1.5px solid #e0e231
}

#divSupplierCustomFieldsContainer .alert-warning {
	background-color: #a00050 !important;
	color: #fff !important;
	border: 1px solid #a00050
}

.btn-default {
	background-color: var(--primary) !important;
	border-color: 1px solid #0068a0;
	color: #fff !important;
}

.btn-secondary {
	background-color: var(--secondary) !important;
	color: #fff !important;
}

.content.container {
 background-color: #fff !important;	
}

/* .btn-default:hover {
	background-color: #52ae32 !important;
	border: 1px solid #52bb32;
} */

body {
	background-color: #f5f0eb;
}

li.active a {
	background-color: #fff !important;
	color: #000 !important;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {
	background-color: #fff !important;
	color: #000 !important;
}