/* Minification failed. Returning unminified contents.
(29,39): run-time error CSS1030: Expected identifier, found '>'
(29,70): run-time error CSS1031: Expected selector, found ')'
(29,70): run-time error CSS1025: Expected comma or open brace, found ')'
(34,39): run-time error CSS1030: Expected identifier, found '>'
(34,70): run-time error CSS1031: Expected selector, found ')'
(34,70): run-time error CSS1025: Expected comma or open brace, found ')'
(46,76): run-time error CSS1030: Expected identifier, found '>'
(46,94): run-time error CSS1031: Expected selector, found ')'
(46,94): run-time error CSS1025: Expected comma or open brace, found ')'
(58,8): run-time error CSS1030: Expected identifier, found '>'
(58,30): run-time error CSS1031: Expected selector, found ')'
(58,30): run-time error CSS1025: Expected comma or open brace, found ')'
(63,8): run-time error CSS1030: Expected identifier, found '>'
(63,32): run-time error CSS1031: Expected selector, found ')'
(63,32): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	vertical-align: baseline;
	position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


table.table-condensed tbody tr td a[data-action="togglePicker"] {
	display: flex;
	justify-content: center;
	background-color: #005587;
	height: 100%;
	align-content: center;
	flex-wrap: wrap;
}



table.table-condensed tbody tr td:has(> a[data-action="togglePicker"]) {
	padding: 0px !important;
	height: 52px;
}

table.table-condensed tbody tr td:has(> a[data-action="togglePicker"]):hover {
	cursor:pointer;
}

div.bootstrap-datetimepicker-widget ul.list-unstyled{
	margin-bottom:0px;
}

li.picker-switch.accordion-toggle table.table-condensed {
	margin-bottom: 0px !important;
}

div.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom:has(> ul.list-unstyled){
	padding:0px;
}

.table-condensed a[data-action="togglePicker"] .fa.fa-clock {
	color: #FFF;
}

.table-condensed a[data-action="togglePicker"] .fa.fa-calendar {
	color: #FFF;
}

td:has(> span.timepicker-hour){
	display:flex;
	justify-content:center;
}

td:has(> span.timepicker-minute) {
	display: flex;
	justify-content: center;
}


body {
	line-height: 1;
	font-family: 'Noto Sans',sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
	outline: hidden !important;
	outline: none !important;
}

a:focus {
	box-shadow: none !important;
	outline: 0 !important;
}

* {
	box-shadow: none !important;
	outline: 0 !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div label {
	position: relative;
	display: inline-block;
	padding-top: 6px;
	width: 100%;
}

	div label > input, div label > textarea {
		box-sizing: border-box;
		margin: 0;
		padding: .5rem 0;
		background-color: transparent;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		transition: border .2s,box-shadow .2s;
	}

		div label > input + span, div label > textarea + span {
			position: absolute;
			top: -.5rem;
			left: -1rem;
			display: flex;
			width: 100%;
			max-height: 100%;
			font-size: 75%;
			line-height: 15px;
			cursor: text;
			transition: color .2s,font-size .2s,line-height .2s;
			opacity: .5;
		}

			div label > input + span::before, div label > input + span::after, div label > textarea + span::before, div label > textarea + span::after {
				content: "";
				display: block;
				box-sizing: border-box;
				margin-top: 6px;
				min-width: 10px;
				height: 8px;
				pointer-events: none;
				transition: border-color .2s,box-shadow .2s;
			}

			div label > input + span::before, div label > textarea + span::before {
				margin-right: 4px;
			}

			div label > input + span::after, div label > textarea + span::after {
				flex-grow: 1;
				margin-left: 4px;
			}

button:after, input[type="button"]:after {
	visibility: hidden;
}

button:focus:after, input[type="button"]:focus:after {
	visibility: visible;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button  {
	-webkit-appearance: none;
	margin: 0;
}

.btn-group-sm > .btn, .btn-sm {
	font-size: .825rem !important;
}

select {
	border: none;
	border-bottom: 1px solid #005587;
	box-sizing: border-box;
	margin: 0;
	padding: .5rem 0;
	height: 44px;
	width: 100%;
}

	select:focus {
		border-color: #089ed9;
	}

header h1 {
	left: .7rem;
	background-image: url(../img/logo.png);
	font-size: 4rem;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
	background-position: center;
}

figure {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	right: .5rem;
	top: .5rem;
	align-items: center;
}

figcaption {
	margin-left: 1.2rem;
	display: flex;
}

	figcaption dl {
		flex-direction: column;
		margin-right: .8rem;
	}

header figcaption dt {
	font-size: 1.2rem;
	font-weight: bold;
}

div section {
	flex-direction: row;
}

article {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

thead {
	background: #005587;
	color: #089ed9;
}

td, th {
	padding: .5rem .65rem;
	margin: 1px;
	font-size: .9rem;
}

tr:nth-child(odd) td {
	background: #fff;
}

tr:nth-child(even) td {
	background: #f1f1f1;
}

#tabs article div input {
	width: 70%;
	margin: 0;
	border: 1px solid #089ed9;
	border-radius: 3px;
	padding: 0 .5rem;
}

	#tabs article div input[type="button"] {
		max-width: 240px;
		border: 1px solid #089ed9;
		border-radius: 0 3px 3px 0;
		left: -.5rem;
	}

.dxdvFlowItem_DevEx section p, td div section p {
	font-size: .8rem !important;
	text-transform: lowercase;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dxdvFlowItem_DevEx section label {
	font-size: .8rem !important;
	font-weight: bold;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #005587;
}

input {
	border: none;
	border-bottom: 1px solid #005587;
	position: relative;
	margin-right: .5rem;
}

	input:focus, textarea:focus, select:focus {
		outline: none;
	}

	button, input[type="button"], input[type="submit"], .dxdvPagerShowMoreItemsContainer_DevEx a {
		padding: .4rem 2rem;
		background: #089ed9;
		border: none;
		font-size: 1.1rem;
		color: #fff !important;
	}

		button:hover, input[type="button"]:hover, .dxdvPagerShowMoreItemsContainer_DevEx a:hover {
			background: #005587;
		}

		button:after, input[type="button"]:after, .dxdvPagerShowMoreItemsContainer_DevEx a:after {
			content: '';
			display: block;
			position: absolute;
			top: -50%;
			left: 0;
			width: 100%;
			height: 200%;
			background: #089ed9;
			border-radius: 100%;
			opacity: 0;
			overflow: hidden;
		}

	input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

body > .modal-backdrop {
	background-color: #fff;
	opacity: .8 !important;
}

.modal-loader .modal-content {
	background-color: transparent !important;
	border: 0 !important;
	position: relative;
	text-align: center;
	top: 30vh;
}

.img-loader {
	display: block;
	width: 40px;
	left: 43%;
	right: 50%;
	position: absolute;
	top: 40px;
}

.loader {
	margin: 15px auto 35px auto;
	z-index: 9999;
	display: block;
	width: 80px;
	height: 80px;
	border: 10px solid #089ed9;
	border-radius: 50%;
	border-top-color: #3b82bf;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.btn-primary {
	color: #fff !important;
	background-color: #089ed9 !important;
	border-color: #089ed9 !important;
}

.btn-success {
	color: #fff !important;
	background-color: #28a745 !important;
	border-color: #28a745 !important;
}

.btn-outline-primary {
	color: #089ed9 !important;
	border-color: #089ed9 !important;
}

	.btn-outline-primary:hover {
		color: #fff !important;
		background: #089ed9 !important;
		text-decoration: none !important;
	}

.text-primary {
	color: #fff !important;
}

i.icon-pdv:before {
	content: " ";
	width: 22px;
	height: auto;
	display: inline-block;
	color: transparent;
}

i.pdv-seta-direita:before {
	-webkit-mask: url("../img/icon-seta-direita.svg") no-repeat 50% 50%;
	mask: url("../img/icon-seta-direita.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
}

i.pdv-mais:before {
	-webkit-mask: url("../img/icon-mais.svg") no-repeat 50% 50%;
	-webkit-mask-size: 28px 28px;
	mask: url("../img/icon-mais.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
	font-size: 8px;
}

i.pdv-busca:before {
	-webkit-mask: url("../img/icon-busca.svg") no-repeat 50% 50%;
	mask: url("../img/icon-busca.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
}

i.pdv-editar:before {
	-webkit-mask: url("../img/icon-editar.svg") no-repeat 50% 50%;
	mask: url("../img/icon-editar.svg") no-repeat 50% 50%;
	background-color: #6c757d;
	fill: currentColor;
}

i.pdv-excluir:before {
	-webkit-mask: url("../img/icon-excluir.svg") no-repeat 50% 50%;
	mask: url("../img/icon-excluir.svg") no-repeat 50% 50%;
	background-color: #6c757d;
	fill: currentColor;
}

i.pdv-menu-responsivo:before {
	-webkit-mask: url("../img/menu-responsivo.svg") no-repeat 50% 50%;
	mask: url("../img/menu-responsivo.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
	cursor: pointer;
}

i.pdv-menu-logout:before {
	-webkit-mask: url("../img/logout.svg") no-repeat 50% 50%;
	mask: url("../img/logout.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
	cursor: pointer;
}

i.pdv-carrinho-compras {
	-webkit-mask: url("../img/carrinho-compras.svg") no-repeat 50% 50%;
	mask: url("../img/carrinho-compras.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
}

i.pdv-manutencao:before {
	-webkit-mask: url("../img/carrinho-compras.svg") no-repeat 50% 50%;
	mask: url("../img/carrinho-compras.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
}

i.pdv-manutencao-bandeiras:before {
	-webkit-mask: url("../img/icon-manutencao-bandeiras.svg") no-repeat 50% 50%;
	mask: url("../img/icon-manutencao-bandeiras.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
}

i.pdv-manutencao-setores:before {
	-webkit-mask: url("../img/icon-manutencao-setores.svg") no-repeat 50% 50%;
	mask: url("../img/icon-manutencao-setores.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
}

i.pdv-manutencao-usuario:before {
	-webkit-mask: url("../img/icon-manutencao-usuario.svg") no-repeat 50% 50%;
	mask: url("../img/icon-manutencao-setores-usuario.svg") no-repeat 50% 50%;
	background-color: #fff;
	fill: currentColor;
}

i.pdv-home:before {
	-webkit-mask: url("../img/home.svg") no-repeat 50% 50%;
	mask: url("../img/home.svg") no-repeat 50% 50%;
}

i.pdv-condicao-comercial:before {
	-webkit-mask: url("../img/partner.svg") no-repeat 50% 50%;
	mask: url("../img/partner.svg") no-repeat 50% 50%;
}

i.pdv-politica-comercial:before {
	-webkit-mask: url("../img/politic.svg") no-repeat 50% 50%;
	mask: url("../img/politic.svg") no-repeat 50% 50%;
}

i.pdv-novo-pedido:before {
	-webkit-mask: url("../img/pedido.svg") no-repeat 50% 50%;
	mask: url("../img/pedido.svg") no-repeat 50% 50%;
}

i.pdv-acompanhar-pedido:before {
	-webkit-mask: url("../img/acompanhar-pedido.svg") no-repeat 50% 50%;
	mask: url("../img/acompanhar-pedido.svg") no-repeat 50% 50%;
}

i.pdv-apresentacao:before {
	-webkit-mask: url("../img/icon-apresentacao.svg") no-repeat 50% 50%;
	mask: url("../img/icon-apresentacao.svg") no-repeat 50% 50%;
}

i.pdv-clientes:before {
	-webkit-mask: url("../img/icon-clientes.svg") no-repeat 50% 50%;
	mask: url("../img/icon-clientes.svg") no-repeat 50% 50%;
}

i.pdv-info:before {
	-webkit-mask: url("../img/icon-info.svg") no-repeat 50% 50%;
	mask: url("../img/icon-info.svg") no-repeat 50% 50%;
	background-color: #005587;
	fill: currentColor;
}

#nav-tabContent #nav-clientes .container > .row {
	padding-left: 5px;
	padding-right: 5px;
}

.card-condicoes {
	cursor: pointer;
	text-align: center;
	padding-right: 5px !important;
	padding-left: 5px !important;
}

	.card-condicoes .card .nome-condicao {
		font-size: 14px;
		text-transform: capitalize;
		font-weight: bold;
		color: #6c757d;
		height: 40px;
		overflow: hidden;
	}

#divCondicoes .card-width-response .card {
	height: 210px;
}

.card-width-response {
	text-align: center;
	padding-right: 5px !important;
	padding-left: 5px !important;
}

	.card-width-response .body-text {
		height: 160px;
		overflow: hidden;
	}

		.card-width-response .body-text .nome-fantasia {
			font-size: .875rem;
		}

		.card-width-response .body-text .numero-cnpj {
			font-size: .625rem;
			margin-bottom: .5rem !important;
		}

		.card-width-response .body-text .nome-racao-social {
			font-size: .5rem;
		}

.card-acompanhar-pedido {
	padding: 0 !important;
}

@media(max-width:767px) {
	.card-acompanhar-pedido {
		margin-bottom: 30px !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

.card-acompanhar-pedido .row ul {
	margin-bottom: 0;
}

	.card-acompanhar-pedido .row ul li {
		font-size: .875rem;
		display: inline-grid;
		margin-right: 20px;
		margin-bottom: 0;
		color: #033c5d;
		font-weight: bold;
	}

		.card-acompanhar-pedido .row ul li span {
			color: #fff;
			font-weight: bold;
		}

.card-acompanhar-pedido .card .bg-info {
	background: #089ed9 !important;
}

.card-acompanhar-pedido .card div .descricao-detalhe-pedido {
	text-align: right;
	padding-top: 8px;
}

@media(max-width:767px) {
	.card-acompanhar-pedido .card div .descricao-detalhe-pedido {
		text-align: left;
	}
}

.card-produto {
	padding: 0 !important;
}

@media(max-width:767px) {
	.card-produto {
		margin-bottom: 30px !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

.card-produto .card .bg-info {
	background: #089ed9 !important;
}

.card-produto .card div .titulo-produto {
	font-size: .875rem;
	font-weight: bold;
	color: #94aec4;
}

.card-produto .card div .descricao-card-produto {
	font-size: .875rem;
}

@media(max-width:767px) {
	.card-produto .card div .descricao-card-produto {
		margin-bottom: 15px;
	}
}

.card-produto .card div .descricao-detalhe-pedido {
	text-align: right;
}

@media(max-width:767px) {
	.card-produto .card div .descricao-detalhe-pedido {
		text-align: left;
	}
}

.card-produto .card div .controle-card-produto {
	height: 40px;
}

	.card-produto .card div .controle-card-produto .input-group-prepend .btn {
		border-radius: 0;
	}

.card-produto .card div .ProdutoDesconto {
	font-size: .75rem;
}

@media(max-width:991px) {
	.card-produto .card div .ProdutoDesconto {
		font-size: .625rem;
	}
}

.card-produto .card div .ProdutoDesconto div .Desconto div > img {
	top: -3px;
	left: 5px;
}

.card-produto .card div .descricao-produto {
	margin-top: 0;
}

@media(max-width:767px) {
	.card-produto .card div .descricao-produto {
		margin-top: 20px;
	}
}

.card-produto .card div .descricao-produto .valor-porcentagem {
	font-size: 1rem;
	font-weight: bold;
	color: #94aec4;
	display: block;
	width: 100%;
	text-decoration: line-through;
}

.card-produto .card div .descricao-produto .valor-total-calculado {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: -12px;
	color: #089ed9;
}

.card-produto .card div .descricao-produto .valor-total {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: -12px;
	color: #3b82bf;
}

.card-produto .card div .descricao-produto .valor-desconto {
	font-size: 1rem;
	font-weight: bold;
	color: #94aec4;
	display: block;
	width: 100%;
}

.card-distribuidor .card-body .nome-fantasia {
	height: 60px;
	overflow: hidden;
	font-size: .750rem;
}

.card-distribuidor .card-body .numero-cnpj {
	height: 35px;
	overflow: hidden;
	font-size: .75rem;
}

.card-distribuidor .card-body .nome-racao-social {
	height: 22px;
	overflow: hidden;
	font-size: .875rem;
}

.card-distribuidor .card-body .ordem > span {
	position: absolute;
	top: -270px;
	left: -25px;
	height: 55px;
	padding-top: 15px;
	padding-right: 15px;
	width: 45px;
	background: url(../img/seta-numero.svg);
	background-repeat: no-repeat;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
}

@media(max-width:767px) {
	.card-distribuidor .card-body .ordem > span {
		top: -186px;
	}
}

@media(max-width:767px) {
	.card-home {
		margin-bottom: 60px;
	}
}

.card-home .img-descrption {
	height: 70px;
}

.card-home .card-home-descricao {
	margin-bottom: 20px;
	min-height: 160px;
}

	.card-home .card-home-descricao h5 {
		color: #005587;
	}

	.card-home .card-home-descricao p {
		color: #6c757d;
	}

.header-div {
	z-index: 9999;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 79px;
}

@media(max-width:991px) {
	.header-div {
		min-height: 53px;
	}
}

.header-div .menu {
	background: transparent;
}

	.header-div .menu .menu-carrinho {
		cursor: pointer;
		padding: 5px !important;
		border: 2px solid #fff;
		border-radius: 6px;
	}

	.header-div .menu .menu-offcanvas {
		cursor: pointer;
	}

		.header-div .menu .menu-offcanvas i {
			padding: 5px;
			border: 2px solid #fff;
			border-radius: 6px;
		}

	.header-div .menu a {
		padding-top: 0 !important;
	}

		.header-div .menu a .badge {
			position: absolute;
			z-index: 5;
			left: 17px;
			top: -7px;
		}

		.header-div .menu a img {
			width: auto;
			padding-top: 13px;
		}

@media(max-width:991px) {
	.header-div .menu a img {
		width: 111px;
		padding-top: 0;
	}
}

.header-div .menu .navbar-brand {
	margin-right: 0 !important;
}

.header-div .menu .navbar-collapse {
	margin-top: 0;
}

@media(max-width:767px) {
	.header-div .menu .navbar-collapse {
		margin-top: 30px;
	}
}

.header-div .menu .show {
	min-height: 160px;
}

.header-div .menu .container-login {
	padding-top: .8rem;
}

@media(max-width:991px) {
	.header-div .menu .container-login {
		padding-top: 0;
	}
}

@media(max-width:767px) {
	.header-div .menu .container-login .input-group {
		width: 100%;
		margin-bottom: 20px;
	}
}

.header-div .menu .container-login .input-group input.input-login-email {
	background: transparent;
	border-color: #fff;
	color: #fff;
	width: 200px;
}

@media(max-width:767px) {
	.header-div .menu .container-login .input-group input.input-login-email {
		width: auto;
	}
}

.header-div .menu .container-login .input-group input.input-login-email::placeholder {
	color: #fff;
}

.header-div .menu .container-login .input-group input.input-login-senha {
	background: transparent;
	border-color: #fff;
	color: #fff;
	width: 120px;
}

	.header-div .menu .container-login .input-group input.input-login-senha::placeholder {
		color: #fff;
	}

.header-div .menu .container-login .input-group .input-group-prepend .input-group-text {
	border-color: #fff !important;
	background: transparent !important;
}

.header-div .menu .container-login .input-group .login-links {
	font-size: .75rem;
}

.header-div #menu_usuario {
	background: #a7dfff;
	padding: 0;
}

.header-div #menu_resumo {
	background: #fff;
	color: #000;
	padding: 10px;
}

.header-div .avatar-cliente {
	width: 230px;
	display: block;
	font-size: 10px;
}

@media(max-width:991px) {
	.header-div .avatar-cliente {
		width: 100%;
		padding: 10px;
		margin: auto;
		float: none !important;
		background: #3b82bf;
	}
}

.header-div .avatar-cliente .container-imagem-avatar {
	height: 60px;
	width: 60px;
	float: right;
	background-image: url(../img/Karl-Urban-Billy-Butcher.jpg);
	background-size: cover;
	border: solid 3px #fff;
	margin-left: 15px;
}

@media(max-width:991px) {
	.header-div .avatar-cliente .container-imagem-avatar {
		float: right;
		margin-left: 15px;
	}
}

.header-div .avatar-cliente .descricao-avatar {
	text-align: right;
}

.header-div .avatar-cliente .nome-representante {
	font-size: 14px;
	font-weight: bold;
}

.header-div .avatar-cliente .descricao-representante {
	font-size: 12px;
	font-style: normal;
}

	.header-div .avatar-cliente .descricao-representante img {
		vertical-align: middle;
		width: 20px;
	}

.header-div .avatar-cliente .tempo-acesso-representante {
	font-style: normal;
}

.header-div .menu-responsivo {
	margin: auto;
	color: #000;
	height: 100%;
}

@media(max-width:991px) {
	.header-div .menu-responsivo .resumoProduto {
		text-align: left;
		width: 70%;
		margin: auto;
	}
}

.header-div .menu-responsivo ul li {
	text-align: right;
	padding: 10px;
	margin-bottom: 2px;
	width: 100%;
	padding: 15px;
}

@media(max-width:991px) {
	.header-div .menu-responsivo ul li {
		text-align: right;
	}
}

.header-div .menu-responsivo ul li i {
	content: " ";
	display: block;
	float: right;
	margin-top: -8px;
}

	.header-div .menu-responsivo ul li i:before {
		content: " ";
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		background-color: #3b82bf;
		fill: currentColor;
		cursor: pointer;
	}

.header-div .menu-responsivo ul li a {
	font-size: 1rem;
}

@media(max-width:991px) {
	.header-div .menu-responsivo ul li h6 {
		text-align: center;
	}
}

@media(max-width:991px) {
	.header-div .menu-centered {
		text-align: center;
	}
}

.header-div .menu-centered a img {
	padding-top: 13px;
	width: auto;
}

@media(max-width:991px) {
	.header-div .menu-centered a img {
		width: 111px;
		margin: auto;
		padding-top: 0;
	}
}

.header-div .menu-centered .navbar .navbar-toggler {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
}

	.header-div .menu-centered .navbar .navbar-toggler .badge {
		position: absolute;
		z-index: 5;
		left: 50px;
		float: right;
		top: 19px;
		font-size: .8rem;
	}

.header-div .menu-centered .navbar-collapse {
	margin-top: 10px;
}

.div-header {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	height: 100%;
}

.div-header-img {
	height: 100%;
	position: absolute;
	padding: 15px;
	padding-left: 0;
}

@media(max-width:991px) {
	.div-header-img {
		padding: 10px;
		padding-left: 0;
	}
}

.div-header-img img {
	height: 100%;
}

.div-header-login {
	margin-top: 11px;
	text-align: right;
}

@media(max-width:767px) {
	.div-header-menu-p {
		background-color: #3b82bf;
		padding-top: 10px !important;
		margin-top: 15px !important;
		border-radius: 7px;
	}
}

.logo-header {
	max-height: 79px;
	width: auto;
}

@media(max-width:991px) {
	.logo-header {
		max-height: 53px;
		max-width: 180px;
	}
}

.div-header-sessao {
	display: block;
}

@media(max-width:770px) {
	.div-header-sessao {
		display: none;
	}
}

aside.aside-direito {
	position: fixed;
	top: 79px;
	overflow: hidden;
	height: 93.5vh;
	z-index: 999;
	right: 0;
	width: 270px;
}

@media(max-width:991px) {
	aside.aside-direito {
		top: 53px;
	}
}

aside.aside-direito nav {
	background: #c6eaff;
	height: 100%;
}

	aside.aside-direito nav label {
		display: block;
	}

aside.aside-direito input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

	aside.aside-direito input[type=checkbox]:checked ~ nav {
		right: 0;
	}

aside.aside-direito div a {
	width: 100%;
	display: inline-block;
	color: #3b82bf;
	font-size: 1rem;
}

	aside.aside-direito div a div.container-links {
		background: #a7dfff;
		margin-bottom: 1px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: -4px;
	}

		aside.aside-direito div a div.container-links:hover {
			background: #089ed9;
			cursor: pointer;
			color: #fff;
			text-decoration: none !important;
		}

		aside.aside-direito div a div.container-links span.texto-menu {
			padding-left: 14px;
			padding-top: 6px;
			display: block;
			width: 79%;
			float: left;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		aside.aside-direito div a div.container-links .container-icons {
			width: 52px;
			height: 40px;
			float: left;
			padding-left: 6px;
			background-color: #a7dfff;
		}

			aside.aside-direito div a div.container-links .container-icons i {
				line-height: 40px;
				display: inline;
			}

				aside.aside-direito div a div.container-links .container-icons i:before {
					content: " ";
					display: block;
					float: left;
					width: 40px;
					height: 40px;
					background-color: #3b82bf;
					fill: currentColor;
					cursor: pointer;
				}

				aside.aside-direito div a div.container-links .container-icons i#home:before {
					-webkit-mask: url("../img/home.svg") no-repeat 50% 50%;
					mask: url("../img/home.svg") no-repeat 50% 50%;
				}

				aside.aside-direito div a div.container-links .container-icons i#condicao-comercial:before {
					-webkit-mask: url("../img/partner.svg") no-repeat 50% 50%;
					mask: url("../img/partner.svg") no-repeat 50% 50%;
				}

				aside.aside-direito div a div.container-links .container-icons i#cadastro:before {
					background: url("../img/icon-cadastro.png") no-repeat center;
				}

				aside.aside-direito div a div.container-links .container-icons i#configuracoes:before {
					background: url("../img/icon-config.png") no-repeat center;
				}

				aside.aside-direito div a div.container-links .container-icons i#tabela-prec:before {
					background: url("../img/icon-tabela-preco.png") no-repeat center;
				}

				aside.aside-direito div a div.container-links .container-icons i#politica-com:before {
					-webkit-mask: url("../img/politic.svg") no-repeat 50% 50%;
					mask: url("../img/politic.svg") no-repeat 50% 50%;
				}

				aside.aside-direito div a div.container-links .container-icons i#pedido:before {
					-webkit-mask: url("../img/pedido.svg") no-repeat 50% 50%;
					mask: url("../img/pedido.svg") no-repeat 50% 50%;
				}

				aside.aside-direito div a div.container-links .container-icons i#relatorio:before {
					-webkit-mask: url("../img/acompanhar-pedido.svg") no-repeat 50% 50%;
					mask: url("../img/acompanhar-pedido.svg") no-repeat 50% 50%;
				}

				aside.aside-direito div a div.container-links .container-icons i#integracao:before {
					background: url("../img/icon-integracao.png") no-repeat center;
				}

	aside.aside-direito div a:hover {
		text-decoration: none !important;
		color: #fff;
	}

aside.aside-esquerdo {
	position: fixed;
	top: 79px;
	overflow: hidden;
	height: 93.5vh;
	z-index: 999;
	padding-left: 10px;
	background: #f1f1f1;
	width: auto;
}

@media(max-width:320px) {
	aside.aside-esquerdo {
		width: 100%;
	}
}

@media(max-width:767px) {
	aside.aside-esquerdo {
		width: 320px;
	}
}

@media(max-width:991px) {
	aside.aside-esquerdo {
		top: 57px;
	}
}

aside.aside-esquerdo nav {
	background: #f1f1f1;
	height: 100%;
	width: 320px;
}

	aside.aside-esquerdo nav label {
		display: block;
	}

	aside.aside-esquerdo nav .menu_pedido_lateral {
		width: 60px;
	}

	aside.aside-esquerdo nav .resumo_pedido_lateral {
		background: #6c757d;
	}

	aside.aside-esquerdo nav .resumoProduto {
		margin-right: 0;
	}

		aside.aside-esquerdo nav .resumoProduto li p {
			font-weight: bold;
			font-size: .875rem;
		}

	aside.aside-esquerdo nav .grupo-botoes-pedido {
		margin-right: 50px;
	}

aside.aside-esquerdo input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

	aside.aside-esquerdo input[type=checkbox]:checked ~ nav {
		right: 0;
	}

aside.aside-esquerdo ul li {
	margin-bottom: 1px;
	padding: 0 1.2rem;
}

	aside.aside-esquerdo ul li a {
		width: 73%;
		display: inline-block;
		color: #089ed9;
		font-size: 1rem;
	}

	aside.aside-esquerdo ul li .badge {
		float: right;
		position: absolute;
		right: 10px;
		top: -7px;
		z-index: 5;
	}

	aside.aside-esquerdo ul li #carrinho-compras {
		display: inline;
		float: right;
		width: 30px;
	}

.input-group .form-control {
	height: auto !important;
}

.input-group ul.typeahead {
	width: 100% !important;
}

	.input-group ul.typeahead li > a:hover {
		background: #94aec4 !important;
		color: #fff;
	}

.stepper-container {
	width: 100%;
	margin: 40px auto 0;
	height: auto;
}

@media(max-width:767px) {
	.stepper-container {
		margin: 50px auto 0;
		height: 40px;
	}
}

.stepper-container ul li {
	margin: auto;
	width: 17%;
	height: 130px;
}

	.stepper-container ul li #nav-distribuidores-tab::before, .stepper-container ul li #nav-produtos-tab::before, .stepper-container ul li #nav-condicoes-tab::before, .stepper-container ul li #nav-clientes-tab::before {
		content: '';
		position: absolute;
		background: #28a745;
		display: block;
		width: 100%;
		height: 5px;
		top: 16px;
		left: 59%;
	}

	.stepper-container ul li a .after-div {
		content: '';
		position: absolute;
		background: #f1f1f1;
		display: block;
		width: 100%;
		height: 5px;
		top: 16px;
		left: 59%;
	}

	.stepper-container ul li a html[xmlns*=""]:root.after-div {
		top: 30px;
	}

	.stepper-container ul li a::after {
		content: '';
		position: absolute;
		background: #f1f1f1;
		display: block;
		width: 100%;
		height: 5px;
		top: 16px;
		left: 59%;
	}

	.stepper-container ul li a label {
		color: #6c757d;
	}

@media(max-width:767px) {
	.stepper-container ul li a label {
		font-size: .625rem !important;
	}
}

.stepper-container ul li a:hover {
	text-decoration: none;
}

.stepper-container ul li a#nav-resumo-tab::after {
	content: none;
}

.stepper-container ul li .circulo-numero {
	z-index: 1;
	background: #fff;
	padding: 5px;
	margin: auto;
	width: 35px;
	height: 35px;
	display: block;
	font-weight: bold;
	text-align: center;
	color: #089ed9;
}

.stepper-container ul li label {
	text-align: center;
}

@media(max-width:767px) {
	.stepper-container ul li label {
		visibility: hidden;
	}
}

.stepper-container ul li a.active .circulo-numero {
	border-color: #28a745 !important;
	background: #28a745;
	color: #fff;
	text-decoration: none;
}

.stepper-container ul li a.active::after {
	background: #28a745;
}

.stepper-container ul li a.completed .circulo-numero {
	border-color: #28a745 !important;
	background: #28a745;
	color: #fff;
}

.stepper-container ul li a.completed::after {
	background: #28a745;
}

.stepper-container ul li .nav-link {
	float: left;
}

.form-filtro-pedidos .row div input.form-control {
	margin-bottom: 10px !important;
}

@media(max-width:767px) {
	.form-filtro-pedidos .row div input.form-control {
		margin-bottom: 10px !important;
	}
}

.resumoProduto div .total-itens {
	font-size: 12px;
	font-weight: bold;
}

.rodape-home {
	padding-bottom: 1rem;
	background-color: #f4f4f4;
}

.rodape-home-img {
	margin-top: -50px;
	padding-bottom: 30px;
}

@media(max-width:767px) {
	.rodape-home-img {
		margin-top: -130px;
	}
}

@media(max-width:320px) {
	.rodape-home-img {
		margin-top: -88px;
	}
}

.rodape-home-lista ul li {
	font-size: .813rem;
	font-weight: 600;
	margin-top: 20px;
}

	.rodape-home-lista ul li a {
		color: #6c757d;
	}

		.rodape-home-lista ul li a:hover {
			text-decoration: none;
			color: #3b82bf;
		}

.rodape-home .descricao-rodape {
	font-size: .875rem;
	text-align: right;
}

@media(max-width:767px) {
	.rodape-home .descricao-rodape {
		text-align: center;
	}
}

.tabela-overflow-responsiva {
	width: auto;
}

@media(max-width:1199px) {
	.tabela-overflow-responsiva {
		display: block;
		overflow-x: scroll !important;
	}
}

@media(max-width:768px) {
	.tabela-overflow-responsiva {
		display: block;
		overflow-x: scroll !important;
	}
}

@media(max-width:414px) {
	.tabela-overflow-responsiva {
		display: block;
		overflow-x: scroll !important;
		width: 400px !important;
	}
}

@media(max-width:320px) {
	.tabela-overflow-responsiva {
		display: block;
		overflow-x: scroll !important;
		width: 285px !important;
	}
}

table {
	width: 100%;
	border-collapse: collapse !important;
	overflow: hidden !important;
	margin-bottom: 1rem !important;
}

th, td {
	padding: 15px !important;
	background-color: rgba(255,255,255,.2) !important;
	color: #6c757d !important;
}

th {
	text-align: left !important;
	border-bottom: 0 !important;
}

thead th {
	background-color: #005587 !important;
	color: #fff !important;
	font-weight: normal !important;
}

tbody tr, tbody tr:nth-of-type(odd), tbody tr:nth-child(even) td {
	background: transparent !important;
	vertical-align: middle !important;
}

	tbody tr:hover, tbody tr:nth-of-type(odd):hover, tbody tr:nth-child(even) td:hover {
		background-color: #e8f3ff !important;
	}

	tbody tr, tbody tr:nth-of-type(even), tbody tr:nth-child(odd) td {
		background: transparent !important;
		vertical-align: middle !important;
	}

		tbody tr:hover, tbody tr:nth-of-type(even):hover, tbody tr:nth-child(odd) td:hover {
			background-color: #e8f3ff !important;
		}

tbody td {
	position: relative !important;
}

	tbody td:hover {
		background-color: #e8f3ff !important;
	}

		tbody td:hover:before {
			content: "";
			position: absolute !important;
			left: 0 !important;
			right: 0 !important;
			top: -9999px !important;
			bottom: -9999px !important;
			background-color: #e8f3ff !important;
			z-index: -1 !important;
		}

.dataTables_wrapper .dataTables_info {
	padding-top: 10px !important;
	padding-left: 20px !important;
	font-size: .875rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border: 0 !important;
	background-color: transparent !important;
	background: transparent !important;
	padding: 0 !important;
	margin-left: 0 !important;
}

.dataTables_wrapper ul.pagination {
	float: right !important;
	display: flex;
	padding-right: 12px;
	list-style: none;
}

.dual-list-padrao {
	font-size: .75rem;
}

	.dual-list-padrao .dual-list {
		font-size: .75rem;
	}

	.dual-list-padrao div ul.list-group {
		height: 300px;
		overflow-y: scroll;
	}

		.dual-list-padrao div ul.list-group li span {
			display: block;
		}

.carousel {
	margin-top: 15px;
}

	.carousel .carousel-indicators li {
		background-color: #033c5d !important;
	}

.multiselect-container {
	width: 100%;
	padding: 0 !important;
	margin-top: 5px !important;
	max-height: 200px !important;
	overflow: auto !important;
}

	.multiselect-container li {
		padding: 5px !important;
		text-transform: uppercase;
		font-size: .875rem;
	}

	.multiselect-container .multiselect-item {
		display: flex;
	}

		.multiselect-container .multiselect-item div .fa-search {
			padding: 10px;
			color: #089ed9;
		}

		.multiselect-container .multiselect-item div .multiselect-search {
			margin-right: 8px;
			border-radius: .25rem;
		}

@media(max-width:767px) {
	body {
		padding: 0;
	}
}

body main {
	padding: 63px 0;
}

@media(max-width:991px) {
	body main {
		padding: 38px 0;
	}
}

body main .container-busca {
	padding-left: 25px;
	padding-right: 25px;
}

.sessao-home-card {
	background: #fff;
	margin: 2rem 0;
}

#div-controles-login .input-sh-email {
	opacity: 0 !important;
	position: absolute !important;
	top: 0 !important;
	left: -9999px !important;
	height: 0 !important;
	width: 0 !important;
	z-index: -1 !important;
}

