body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-image: url('../images/logo_transparente.png');
    background-position: center;
    background-repeat: no-repeat;
}

main {
	flex: 1 0 auto;
}

.nav-wrapper > ul > li > a {
	color: #1b5e20 !important;
}

.nav-wrapper > ul > li > a:hover, .nav-wrapper > ul > li.active > a {
	color: #FFF !important;
	background-color: rgba(5, 84, 46) !important;
}

footer {
	background-color: rgba(5, 84, 46) !important;
}

.brand-logo {
	color: rgba(5, 84, 46) !important;;
}

.loader {
    position: fixed;
    margin: auto;
    top: 50vh;
    bottom: 50vh;
    left: 0;
    right: 0;
}

.materialert{
    position: relative;
    min-width: 150px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.materialert .material-icons{
    margin-right: 10px;
}

.materialert .close-alert{
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    filter: alpha(opacity=40);
    margin-bottom: -5px;
    position: absolute;
    top: 16px;
    right: 5px;
}

.materialert.info{
    background-color: #039be5;
    color: #fff;
}

.materialert.success{
    background-color: #43a047;
    color: #fff;
}

.materialert.error{
    background-color: #c62828;
    color: #fff;
}

.materialert.danger{
    background-color: #c62828;
    color: #fff;
}

.materialert.warning{
    background-color: #fbc02d;
    color: #fff;
}

@media(max-width: 767px){
    .brand-logo {
        font-size: 0.8em !important;
    }
}

.hidden{
    display: none;
}

.print {
    height:100% !important;
    width:290px !important;
}

.print h5 {
    font-size: 0.5em;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.w-auto {
	width: auto !important;
}

.w-100 {
	width: 100% !important;
}

select {
	min-height: 1cm;
	min-width: 3cm;
}

#btn-adicionar-item-venda-fixed {
	position: fixed;
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 80px;
	right: 10px;
	background-color: #2bbbad;;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	padding: 8px;
}
#btn-adicionar-item-venda-fixed:hover {
	transform: scale(1.2);
	cursor: pointer;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.mb-5 {
    margin-bottom: 5em !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mt-5 {
    margin-top: 5em !important;
}

select[readonly] {
	pointer-events: none;
	touch-action: none;
}

.text-muted {
	color: #777;
}

.text-nowrap {
    white-space: nowrap;
}

.bg-white {
    background-color: rgba(255, 255, 255, .7) !important;
}

.modal-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
}

.text-bold {
    font-weight: bold;
}
