/*display*/
.d-block{display:block!important}
.d-inline-block{display:inline-block!important}
.d-none{display:none!important}
.d-table{display:table!important}
.d-flex{display:flex!important}

/*float*/
.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}

/*text*/
.text-center{text-align:center!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-justify{text-align:justify!important}
.text-uppercase{text-transform:uppercase!important}
.text-end{justify-content:flex-end!important}

.justify-content-center{justify-content: center!important;}
.justify-content-space-between{justify-content: space-between;}

.center-middle{align-items: center;}

fieldset {
	border: 1px solid #dee2e6;
    padding: 15px 20px 20px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

legend{
	display: block;
    padding: 0 10px;
    font-weight: 500; 
    color: #003366;
    font-size: 1.1em; 
    margin-left: -5px;

}

/*padding*/
.p-5{padding:3rem!important}
.p-4{padding:2rem!important}
.p-3{padding:1rem!important}
.p-2{padding:.9rem!important;}
.p-1{padding:.6rem!important}
.p-0{padding:0!important}

/*padding- y*/
.pt-5,.py-5{padding-top:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}

.pt-4,.py-4{padding-top:2rem!important}
.pb-4,.py-4{padding-bottom:2rem!important}

.pt-3,.py-3{padding-top:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}

.pt-2,.py-2{padding-top:.9rem!important}
.pb-2,.py-2{padding-bottom:.9rem!important}

.pt-1,.py-1{padding-top:.6rem!important}
.pb-1,.py-1{padding-bottom:.6rem!important}

.pt-0,.py-0{padding-top:0!important}
.pb-0,.py-0{padding-bottom:0!important}


/*padding- x*/
.pl-5,.px-5{padding-left:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}

.pl-4,.px-4{padding-left:2rem!important}
.pr-4,.px-4{padding-right:2rem!important}

.pl-3,.px-3{padding-left:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}

.pl-2,.px-2{padding-left:.9rem!important}
.pr-2,.px-2{padding-right:.9rem!important}

.pl-1,.px-1{padding-left:.6rem!important}
.pr-1,.px-1{padding-right:.6rem!important}

.pl-0,.px-0{padding-left:0!important}
.pr-0,.px-0{padding-right:0!important}


/*margin- y*/
.mt-6,.my-6{margin-top:4.9rem!important}
.mb-6,.my-6{margin-bottom:4.9rem!important}

.mt-5,.my-5{margin-top:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}

.mt-4a,.my-4a{margin-top:2.4rem!important}
.mb-4a,.my-4a{margin-bottom:2.4rem!important}

.mt-4,.my-4{margin-top:2rem!important}
.mb-4,.my-4{margin-bottom:2rem!important}

.mt-3a,.my-3a{margin-top:1.5rem!important}
.mb-3a,.my-3a{margin-bottom:1.5rem!important}

.mt-3,.my-3{margin-top:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}

.mt-2,.my-2{margin-top:.9rem!important}
.mb-2,.my-2{margin-bottom:.9rem!important}

.mt-1,.my-1{margin-top:.6rem!important}
.mb-1,.my-1{margin-bottom:.6rem!important}

.mt-0,.my-0{margin-top:0!important}
.mb-0,.my-0{margin-bottom:0!important}


/*margin- x*/
.ml-8,.mx-8{margin-left:49rem!important}
.mr-8,.mx-8{margin-right:49rem!important}

.ml-7,.mx-7{margin-left:43rem!important}
.mr-7,.mx-7{margin-right:43rem!important}

.ml-7a,.mx-7a{margin-left:17rem!important}
.mr-7a,.mx-7a{margin-right:17rem!important}

.ml-6a,.mx-6a{margin-left:41rem!important}
.ml-6b,.mx-6a{margin-left:35rem!important}
.mr-6a,.mx-6a{margin-right:33rem!important}

.ml-6,.mx-6{margin-left:23rem!important}
.mr-6,.mx-6{margin-right:23rem!important}

.ml-5,.mx-5{margin-left:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}

.ml-4,.mx-4{margin-left:2rem!important}
.mr-4,.mx-4{margin-right:2rem!important}

.ml-3,.mx-3{margin-left:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}

.ml-2,.mx-2{margin-left:.9rem!important}
.mr-2,.mx-2{margin-right:.9rem!important}

.ml-1,.mx-1{margin-left:.6rem!important}
.mr-1,.mx-1{margin-right:.6rem!important}

.ml-0,.mx-0{margin-left:0!important}
.mr-0,.mx-0{margin-right:0!important}

.m-auto{margin:0 auto!important}
.ml-hr{margin-left: 12rem!important;}
.mr-menu{margin-right: .2rem!important;}

/*border*/
.border-left{border-left:solid 1px #ddd!important}
.border-right{border-right:solid 1px #ddd!important}
.border-top{border-top:solid 1px #ddd!important}
.border-bottom{border-bottom:solid 1px #ddd!important}
.border{border:solid 1px #ddd!important}
.border-0{border:0!important}

/*fonts h*/
.h1{font-size:3.1rem!important;margin-bottom:20px;display:block;}
.h2{font-size:2.5rem!important;margin-bottom:20px;display:block;}
.h3{font-size:1.8rem!important;margin-bottom:20px;display:block;}
.h4{font-size:1.1rem!important;margin-bottom:20px;display:block;}
.h5{font-size:1.5rem!important;margin-bottom:20px;display:block;}
.h6{font-size:.9rem!important;margin-bottom:20px;display:block;}

.grande-font{font-size:4rem!important}
.medio-font{font-size:3rem!important}
.pequeno-font{font-size:2rem!important}
.minimo-font{font-size:1.2rem!important}
.minimo{font-size:.7rem!important}
.font-small{font-size:1.5rem!important}
.font-icone{font-size:30px!important; margin-top: 15px;}
.font-ico{font-size:20px!important;}

.font-home{
	font-size:2rem!important;
	color: #245eb5;
}
.font-home:hover{
	color: #357fef;
}

.font-logoff{
	font-size:20px!important;
	color: #245eb5;
	border: none;
	border-radius: 15px;
}
.font-logoff:hover{
	color: #357fef;
}

.font-text{
	display: block;
    color: #444;
    padding-bottom: 0.3em;
    margin-top: 0.6rem;
    font-size: .8rem;
}

.negrito{font-weight:600;}

.hr_new {	
  background-image: linear-gradient(to right, transparent, #cbcde0, transparent);  
  border: 0;
  height: 2px;
  margin-top: 8px;
}

.size_pizza{
	width:300px;
	height:235px;
}

/*links*/
.link-azul{color:#3aa6ea!important;text-decoration:none}
.link-azul:hover{color:#57abe0!important;text-decoration:underline}

.link-vermelho{color:#ff7373!important;text-decoration:none}
.link-vermelho:hover{color:#fb9090!important;text-decoration:underline}

.link-verde{color:#4dd898!important;text-decoration:none}
.link-verde:hover{color:#59e4c2!important;text-decoration:underline}

.link-roxo{color:#4968d1!important;text-decoration:none}
.link-roxo:hover{color:#8ba2ef!important;text-decoration:underline}

/*links*/
.text-azul{color:#3aa6ea!important;}
.text-laranja{color:#ED9027!important;}
.text-vermelho{color:#FF0000!important}
.text-verde{color:#2cb783!important;}
.text-roxo{color:#4968d1!important;}
.text-amarelo{color:#FFF000!important;}
.text-branco{color:#fff!important;}
.text-escuro{color:#7c7878!important}
.text-padrao{color: #245eb5!important;}
.text-pink{color: #FF00FF!important;}
.text-icon{color: #315b99!important;}

/*position*/
.position-relative{position:relative!important;}
.position-absolute{position:absolute!important;}
.position-inherit{position:inherit!important;}
.position-normal{position:normal!important;}
.position-fixed{position:fixed!important;}

/*border-radius*/
.radius-circulo{border-radius:50%!important;overflow:hidden!important;}
.radius-4{border-radius:4px!important;}
.radius-50{border-radius:50px!important;}
.radius-radius-ty{border-radius:0 .5rem .5rem 0!important;}
.opaco{
	opacity:.8;
}

/*largura*/
.width-100{width:100%!important}
.width-90{width:90%!important}
.width-80{width:80%!important}
.width-70 {width: 70%!important;}
.width-50{width:50%!important}
.width-30{width:30%!important}
.width-10{width:10%!important}

/* estilo info */

.info {
	color: #0FA5D6; 
	font-size: 14px; 
	cursor: pointer;
	}
/**/

blockquote {
    border-left: solid 1px;
	height: 3rem;
    color: #00506b;
    margin-left: 47px;
}

/*botoes*/
.btn{
	display: inline-flex;
	height: auto;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	gap: 0.3rem;
	padding: 0.5rem 0.8rem;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	transition:all .4s;
	font-weight: 600;
	/*border: solid 1px #41d07b;*/
	border-radius: 3px;
	text-align: center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	/*background: #41d07b;*/
	color: #000;
}

.btn:hover{
	box-shadow:0 0 8px 0 #0000005c;
	transition:all .2s;
	cursor:pointer;
}

.btn-link {
  font-size: .85rem;
  padding: .35rem .8rem;
  color: #5e5e5e;
  border: solid 1px #5e5e5e;
  border-radius: 3px;
  background-color: transparent;
  transition: all .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 1 0 150px;
  justify-content: center;
  text-align: center;
}

.btn-link:hover {
  box-shadow: 0 0 25px 0 #304d5e5c;
  cursor: pointer;
  color: black;
}

.btn.btn-azul{
	border:solid 1px #0c0c0c;
	background:#3aa6ea;	
}

.btn.btn-azulclaro{
	border:solid 1px #0c0c0c;
	background:#1e87dc;
	color:#FFF!important
}
.btn.btn-azulclaro:hover{	
	box-shadow:inset 0 0 7px 0 #fff;
	transition:all .4s;
	cursor:pointer;
    color: white;
}

.btn.btn-amarelo{
	border:solid 1px #0c0c0c;
	background:#FFF000;
	color:#000!important
}
.btn.btn-vermelho{
	border:solid 1px #0c0c0c;
	background:#ff4040;
}
.btn.btn-vinho{
	border:solid 1px #0c0c0c;
	background:#ff8080;
}
.btn.btn-roxo{
	border:solid 1px #0c0c0c;
	background: #8080FF;
}
.btn.btn-verde {
    border: solid 1px #0c0c0c; 
    background: #00e27a;
}

.btn-verdemusgo{
	border:solid 1px #000;
    background: #23a032;
    color: white;
}
.btn-verdemusgo:hover{	
	box-shadow:inset 0 0 7px 0 #fff;
	transition:all .4s;
	cursor:pointer;
    color: white;
}

.btn.btn-laranja{
	border: solid 1px #0c0c0c;
    background: #ff9a02;
}

.btn.btn-f{
	border: solid 1px #0c0c0c;
    background: #c3e3ffd9;
}

/*btn outline*/
.btn-outline-branco{
	border:solid 1px #fff;
	background:none!important;
	color:#fff!important;
}
.btn-outline-azul{
	border:solid 1px #0c8dde;
	background:none!important;
	color:#0c8dde!important;
}
.btn-outline-azul:hover{	
	box-shadow:inset 0 0 7px 0 #0c8dde;
	transition:all .4s;
	cursor:pointer;
}	
.btn-outline-vermelho{

	border:solid 1px #e86868;
	background:none!important;
	color:#e86868!important;
}
.btn-outline-vermelho:hover{	
	box-shadow:inset 0 0 7px 0 #e86868;
	transition:all .4s;
	cursor:pointer;
}
.btn-outline-verde{
	border:solid 1px #4dd898;
	background:none!important;
	color:#4dd898!important;
}
.btn-outline-verde:hover{	
	box-shadow:inset 0 0 7px 0 #4dd898;
	transition:all .4s;
	cursor:pointer;
}
.btn-outline-roxo{
	border:solid 1px #7892ea;
	background:none!important;
	color:#7892ea!important;
}
.btn-outline-roxo:hover{	
	box-shadow:inset 0 0 7px 0 #7892ea;
	transition:all .4s;
	cursor:pointer;
}
.btn-outline-amarelo{
	border:solid 1px #e8f791;
	background:none!important;
	color:#e8f791!important;
}
.btn-outline-laranja{
	border:solid 1px #fb6d09;
	background:none!important;
	color:#fb6d09!important;
}
.btn-outline-laranja:hover{	
	box-shadow:inset 0 0 7px 0 #fb6d09;
	transition:all .4s;
	cursor:pointer;
}
.btn.btn-grande{
	font-size:1.5rem;
	padding:.8rem 1.2rem
}
.btn.btn-pequeno{
	font-size: .8rem;
    padding: .3rem .8rem;
}
.btn.btn-menor{
	font-size: .6rem;
    padding: 5px;
	width:24px;
	height:24px;
}
.btn.btn-neutro{
	font-size: .8rem;
    padding: .3rem .8rem;
	background:#ccc;
	border-color: #bababa;
    color: #5e5e5e;
	cursor: no-drop;
}

/* botão X da modal com timer*/

#myTimer {
     display: none; /* Inicialmente, o botão estará oculto */
}

/*botão editar/copiar do cad de produtos*/

.button {
  background-color: #4CAF50; /* Green */
  border-radius: 8px;
  color: white;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

/*Botão Pesquisar*/

.button_psq {
  border-radius: 4px;
  background-color: #0568b9;
  border: none;
  color: #FFFFFF;
  font-size: 12px;
  padding: 9px;
  width: 90px;
  transition: all 0.5s;
  cursor: pointer;
}

.button_psq:hover {
  background-color: #0568b9c7;
  color: white;
}

/*Botão Estados do NCM*/

.butncm {
  border: 1px solid black;
  background-color: white;
  color: black;
  padding: 10px 10px;
  font-size: 10px;
  cursor: pointer;
}

.butncm1 {
  border-color: #04AA6D;
  color: green;
}

.butncm1:hover {
  background-color: #04AA6D;
  color: white;
}

.box-border{
	box-shadow:0 0 8px 0 #0000005c;
}
/*Botoes do Nota Rapida*/

.nota__rapida {
  display:flex;
  margin: auto;
  text-align: center;
}

.botaont{
	border:solid 1px #000;
    background: #078c61e0;
    color: white;
}

.botaont:hover{	
  background-color: #035c40e0;
  color: white;
}
/*menu 1*/

.btn__notarapida {
	border:solid 1px #000;
    background: #078c61e0;
    color: white;
}

.btn__notarapida:hover {
  background-color: #035c40e0;
  color: white;
}

.dropdown__notarapida {
  display: inline-block;
  position: relative;
}

.dropdown__content_nt {
  display: none;
  position: absolute;
  background-color: #f1f1f1; 
  border:solid 2px #035c40e0; 
  box-shadow: 0px 8px 16px 0px rgba(42,90,122,0.2);  

  min-width: 145px;
  font-size:0.8rem;
  z-index: 1;
}
.dropdown__content_nt a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown__content_nt a:hover {background-color: #035c40e0; color:#FFF}

.dropdown__notarapida:hover .dropdown__content_nt {
  display: block;
}

.dropdown__content_nt.up {
  top: auto;
  bottom: 100%;
  margin-top: 0;
}


/*Tooltip Cabeçalho*/

.tooltip {
  position: relative;
  display: inline-block;
 /* border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 131px;
  background-color: #0568b9;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 11px 11px;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0568b9 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Tooltip Unidade*/

.und-tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.und-tooltip .und-tooltiptext {
  visibility: hidden;
  width: 131px;
  background-color: #05b98f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 9px 9px;
  position: absolute;
  z-index: 1;
  top: 98%;
  left: 44%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.und-tooltip .und-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #05b98f transparent;
}

.und-tooltip:hover .und-tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*Tooltip Tables*/

.table-tooltip{
    position:relative;
}

.table-tooltip:after
{
    background-color: rgb(248 249 160);
    width: 135px;
    color: #000;
    text-transform: none;
    font-weight: 600;
    content: attr(data-tooltip);
    display: none;
    padding: 2px;
    position: absolute;
    right: -52px;
    bottom: -23px;
    z-index: 3;
    box-shadow: 0 0 3px #404404;
    border-radius: 0px 10px 10px 10px;
}

.table-tooltip:hover:after {
    display:block;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
Quando um submenu estiver aberto, ocultaremos todos os irmãos li.
Para isso, damos uma classe ao menu pai chamada "dl-subview".
Também ocultamos o link do submenu.
O submenu aberto obterá a classe "dl-subviewopen".
Tudo isso é feito para qualquer subnível que esteja sendo inserido.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Submenu adicionado dinamicamente fora do contexto do menu */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Aulas de animação para sair e entrar */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/*embed*/

.embed-responsive {
    position: relative;
    height: 0;
    padding-bottom: 56.5%;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background:#000
}

/*img*/
.img-fluido{max-width:100%;}
.img-cxa{max-width:100%;}
.img-year{
	width: 45px;
    margin: .9rem 0 0 1rem; 
}

.form-campo{
	width:100%; 
	max-width:100%; 
	padding:10px; 
	background: #e2e2e261;
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 0 0 3px inset #00000021;
}

input[type=date].form-campo,
select.form-campo
{
	padding:8px 10px; 
}

.form-campo.grande, input[type=date].grande, select.grande {
    padding: .8rem!important;
    font-size: 1rem;
}
.form-campo.neutro, input[type=date].neutro, select.neutro {
    padding: .4rem 0!important;
    font-size: 1.1rem;
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
    color: #333;
}

.pdv-base{
	/*background: radial-gradient(#70b2f5, #174e86) fixed;*/
    /*height: 110vh;*/
    padding-top: 1rem;
}

.pdv-livre{
    background: url(../img/img-caixa-livre.jpg) no-repeat fixed;
    width: 100%;
    background-size: cover;
    padding: 3rem;
}

.pdv{
	width:100%;
	height: auto;
	border-radius:5px;
	margin-bottom:10px;
	border: solid 1px #c5ccc9;
}

.pdv-livre .pdv {
    height: calc(100vh - 100px);
    justify-content: center;
    display: flex;
    align-items: center;
	position:relative;
}

.pdv-livre .pdv .barra{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #05121f4d;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}

.pdv-livre .barra small,
.pdv-livre .barra span
{
	display:block;color:#fffffff2
}

.base-pdv .scroll {
    height: 255px;
    overflow-y: auto;
    border: solid 1px #d3d9de;
    border-radius: 5px 5px 0 0;
}

.base-botoes{
	display:flex;
	margin-top:1rem;
	padding: 0 .8rem;
    justify-content: center;
    width: 100%;
}
.base-botoes .btn{
	display:flex;
	margin:0 3px;
	align-items:center;
	color:#fff!important
}
.base-botoes .btn.btn-amarelo{color:#000!important}
.base-botoes .btn.btn-verde{
	font-size: 1.2rem;
    padding: .5rem 1.5rem;
}

.base-botoes .btn-link{
	margin:.2rem
}


.ui-widget-header {
    border: 1px solid #002040;
    background: #0f2e4c;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #002040;
}
.ui-tabs .ui-tabs-nav li a {
    text-transform: uppercase;
    font-size: .8rem;
}

/*textarea*/
div.editable {
    width: 100%;	
    height: 100px;
    border: 1px solid #ccc;
    padding: 5px;
}
/*
.textarea{
  resize: none;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;  
} */


.bg-title {
    background:#0568b9;
	color: #FFF!important;
    border-bottom: solid 1px #777bb3;
}
.bg-title2 {
    background: #0568b9!important;
}
.bg-title3 {
    background: #d1d1d157!important;
}
/*cor do fundo dos filtros 2 em diante*/
.bg-title4 {
    background: #e8e8e8!important;	
}
/*cor do fundo Caixa Livre */
.bg-title5 {
    background:linear-gradient(181deg, #0568b98a, #042b4ab8)!important;
    background:-moz-linear-gradient(181deg, #0568b98a, #042b4ab8)!important;
    background:-webkit-inear-gradient(181deg, #0568b98a, #042b4ab8)!important;
    background:-o-inear-gradient(181deg, #0568b98a, #042b4ab8)!important;	
}
.bg-padrao {
    background:linear-gradient(181deg, #0568b9, #042b4a)!important;
    background:-moz-linear-gradient(181deg, #0568b9, #042b4a)!important;
    background:-webkit-inear-gradient(181deg, #0568b9, #042b4a)!important;
    background:-o-inear-gradient(181deg, #0568b9, #042b4a)!important;
}

.bg-padrao .btn.btn-roxo {
  /*  border: solid 1px #ca0f72;
    background: #d03568;*/
    color: #fff;
}
.bg-padrao .form-campo {
    background: #f5f4f4;
    border: 0;
    box-shadow: 0 0 5px 0 inset #777bb3;
}

.bg-branco{
	background:#fff!important
}
.bg-cinza{
	background:#f5f4f4!important
}
.bg-ext{
	background:#006cc5!important
}

.bg-verde{
	background:#cbf5ce!important
}

.bg-azul{
	background:#bbe0ff!important
}

.bg-vermelho{
	background:#f78d8d!important
}

.card{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border:1px solid rgb(203, 205, 224);
    border-radius: .25rem;
}

/*poupap*/

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:hover {
  background: #00d9ff;
}

.table-bordered {
	width:100%;
    border: 1px solid #d3d9de;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef;
	padding:.3rem;
	font-size: .9rem;
}
.table-bordered th {
   background:#f2f3f5;
}
.table-bordered tbody td {
	color: #444;
}
.table-bordered thead th {
	color: #000;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
	padding:.3rem
}
.table tbody td {
    border-bottom: 2px solid #e9ecef;
	padding:.5rem;
	color: #444;
    font-size: .9rem;
}

.table{
    width:100%;
}

.table-area {
  position: relative;
  z-index: 0;
  margin-top: 50px;
}

#tab {
	padding:1rem
}

#tab ul>li{
	display: inline-block;
    background: #0568b9;
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    border: solid 1px #0568b9;
    border-bottom: 0;
}
#tab ul>li>a{
	display:block;
	padding:10px 15px;
	color:#fff;
	font-weight:300
}

#tab ul>li>a:focus{
	outline:none
}

#tab ul>li.ui-state-active>a {
    background: #ffffff;
    color: #0568b9;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    font-weight: 400;
    position: relative;
    bottom: -1px;
}
.ui-widget-header {
    border-bottom: 1px solid #0568b9;
    color: rgb(255 255 255 / 0%);
    padding: .3rem .3rem 0;
    border-radius: 2px;
}

.msg{
	display: block;
    background: #de6d6d;
    border-radius: 5px;
    padding: 10px;
    border: solid 1px #d74e4e;
    color: #7f2e2e;
    font-weight: 600;
	margin-bottom:15px;
    white-space: pre-wrap;
	word-wrap: break-word;
	}
	

.msg.sucesso{ 
	background:rgba(0, 128, 0, 0.35);
    border-color: #669866;
    color: #4d754d;
}

.msg.dica{ 
	background:rgba(245, 235, 47, 0.88);
    border-color: #0000;
    color: #000;
}
.msg.sucesso .fa-times{
    color: #4d754d;
}	
.msg.erro{
	background: #e69f9f;
    border-color: #967272;
    color: #9a4848;
}
.msg.erro .fa-times{
    color: #9a4848;
}
.msg.info{
	background: #aed8e6;
    border-color: #5899af;
    color: #5594a9;
}
.msg.info .fa-times{
    color: #5594a9;
}	


.msg ul,
.msg ol
{
	padding-left:1.8rem;
	padding-top:.8rem;
    border-top:solid 1px #68a3ca;
    margin-top: .5rem;
}
.msg ul li,
.msg ol li
{
	line-height:1.8rem;
	font-size:.9rem
}

.msg.msg-verde{
	background: #a2d6ae;
    border-color: #689a74;
    color: #2e634d;
}
.msg.msg-vermelho{
	background: #e28585;
    border-color: #e05c5c;
    color: #942828;
}
.msg.msg-amarelo{
    background: #f5f0aa;
    border-color: #f1cd79;
    color: #c77226;
}
.msg.msg-azul {
    background: #a7d4f1;
    border-color: #5c9ec7;
    color: #206a98;
}

.erro{margin:auto;text-align:center;margin-top:50px;margin-bottom: 50px;}

/*mensagens de status*/
.status{
	position: relative;
    padding: .3rem .8rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.status.status-verde{
	background: #a2d6ae;
    border-color: #689a74;
    color: #2e634d;
}
.status.status-vermelho{
	background: #e28585;
    border-color: #e05c5c;
    color: #942828;
}
.status.status-amarelo{
   background: #fcf489;
    border-color: #cfac5c;
    color: #9f5513;
}
.status.status-azul {
    background: #a7d4f1;
    border-color: #5c9ec7;
    color: #206a98;
}
.status.status-roxo {
    background: #c597dd;
    border-color: #9d66ba;
    color: #5a2f70;
}

.status.EmDigitacao{background: #c597dd; border-color: #9d66ba; color: #5a2f70;}
.status.AguardandoFornecedores{background: #fcc989; border-color: #a75105; color: #983800;}
.status.AguardandoAprovacao{background: #fcf489; border-color: #9f5513; color: #9f5513;}
.status.ProntoCotar{background : #15d6ef; border-color: #0c91ce ; color: #ffffff; }
.status.Cotado{background : #4fc790; border-color: #268589; color: #ffffff;}
.status.AguardandoCotacao{background : #fffabb; border-color: #d4955c; color: #b9763a;}
.status.CotacaoPreco{background : #f5a126; border-color: #ad7848; color: #5f340e;}
.status.OrdemCompra{background : #7b54c0; border-color: #52299c; color: #ffffff;}
.status.EmEstoque{background : #596ac7; border-color: #303d8a; color: #ffffff;}
.status.Aprovado{background : #60e2a6; border-color: #44b380; color: #ffffff;}
.status.EmAberto{background : #607D8B; border-color: #314550; color: #ffffff;}

.status.Cancelado{background: #e46b6b;border-color: #b94646;color: #ffffff;}
.status.Finalizado{background: #4fc790;border-color: #268589;color: #ffffff;}
.status.Autorizado{background: #7864a0;border-color: #645186;color: #ffffff;}

/*Menu DropDown - produtos */

.bttn {
  background-color: #2196F3;
  color: white;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  border: none;
  outline: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
	display: none;
	background-color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 1.2);
	border-radius: 4px;
	padding: 8px 0;
	min-width: 180px;
	border: 1px solid #2196F3;
	border-radius: 2px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	
}
.dropdown-content div {
	padding: 8px 16px;
	cursor: pointer;
}
.dropdown-content div:hover {
	background-color: #f0f0f0;
}

.dropdown-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #2196F3; color:#FFF}

.dropdown:hover .dropdown-content {
  display: block;
}

.bttn:hover, .dropdown:hover .bttn {
  background-color: #0b7dda;
}

/*Menu table */
.dropdown-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.btn-acao {
  background-color: #2196F3;
  color: white;
  font-size: 12px;
  font-weight: 400;
  outline: none;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
}

.menu-acao {
  display: none;
  position: relative;
  top: 2px;
  right: 0;
  background-color: #fff;
  border: 1px solid #2196F3;
  border-radius: 2px;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,1.2);
  z-index: 1000;
}

.menu-acao a {
  display: block;
  padding: 8px 10px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.menu-acao a:hover {
  background-color: #2196F3;
  color: #FFF;
}

/* Responsividade para manter alinhado */
@media (max-width: 600px) {
  .menu-acao {
    right: auto;
    left: 0;
  }
}

/*Menu DropDown - manifestacao, gerenciador nfe*/

.btn__manifestacao {
 border: solid 1px #0c0c0c;
 background: #ff9a02;
}

.dropdown__manifestacao {
  display: inline-block;
}

.dropdown__content {
  display: none;
  position: absolute;
  background-color: #f1f1f1; 
  border:solid 2px #ff9a02; 
  box-shadow: 0px 8px 16px 0px rgba(42,90,122,0.2);  
  width: max-content;
  z-index: 1;
}

.dropdown__content a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown__content a:hover {background-color: #ff9a02; color:#FFF}

.dropdown__manifestacao:hover .dropdown__content {
  display: block;
}

/*Menu DropDown - Gerenciador NFe - OPÇÔES e nota rapida */

.btn_gerenciador {
 border: solid 1px #0c0c0c;
 background: #41e773;
 margin-left: 37px;
}

.dropdown_gerenciador {
  display: inline-block;
}

.dropdown_content {
  display: none;
  position: absolute;
  background-color: #f1f1f1; 
  border:solid 2px #41e773; 
  box-shadow: 0px 8px 16px 0px rgba(42,90,122,0.2);  
  margin-left: -145px;
  width: max-content;
  z-index: 1;
}

.dropdown_content a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown_content a:hover {background-color: #41e773; color:#FFF}

.dropdown_gerenciador:hover .dropdown_content {
  display: block;
}

.dropdown_content_nt.up {
  top: auto;
  bottom: 100%;
  margin-top: 0;
}

/*Menu DropDown - Lista Bancos */

.btn_bancos {
  background-color: #3e8da5;
  color: white;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  border: none;
  outline: none;
}

.dropdown_bancos {  
  position: relative;
}

.dropdown_bancos_content {
  display: none;
  position: absolute;
  background-color: #f1f1f1; 
  border:solid 2px #3e8da5; 
  box-shadow: 0px 8px 16px 0px rgba(42,90,122,0.2);  
  width: max-content;
  z-index: 1;
}

.dropdown_bancos_content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.dropdown_bancos_content a:hover {background-color: #3e8da5; color:#FFF}

.dropdown_bancos:hover .dropdown_bancos_content {
  display: block;
 
}

.btn_bancos:hover, .dropdown_bancos:hover .btn_bancos {
  background-color: #296172;
}

/*Menu DropDown - NOVO BANCOS */

.btn_bancos_novo {
	border: solid 1px #0c0c0c;
	background: #99deff;
}

.dropdown_bancos_novo { 
  display: inline-block;
}

.dropdown_banco_content {
  display: none;
  position: absolute;
  background-color: #f1f1f1; 
  border:solid 2px #99deff; 
  box-shadow: 0px 8px 16px 0px rgba(42,90,122,0.2);  
  margin-left: -60px;
  width: max-content;
  z-index: 1;
}

.dropdown_banco_content a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown_banco_content a:hover {background-color: #7db7d3; color:#FFF}

.dropdown_bancos_novo:hover .dropdown_banco_content {
  display: block;
 
}

.btn_bancos_novo:hover, .dropdown_bancos_novo:hover .btn_bancos_novo {
  background-color: #7db7d3;
}
/*Menu DropDown -TOKEN  */

.btn.btn_token {
	border: solid 1px #0c0c0c;
	background: #99deff;
	margin-left: 37px;
	pointer-events: none;
}

.dropdown_token { 
  display: inline-block;
}

.dropdown_token_content {
  display: none;
  position: absolute;
  background-color: #f1f1f1; 
  border:solid 2px #99deff; 
  box-shadow: 0px 8px 16px 0px rgba(42,90,122,0.2);  
  margin-left: 55px;
  margin-top: 1px;
  width: max-content;
  z-index: 1;
}

.dropdown_token_content a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown_token_content a:hover {background-color: #7db7d3; color:#FFF}

.dropdown_token:hover .dropdown_token_content {
  display: block;
 
}

.btn_token:hover, .dropdown_bancos_token:hover .btn_token {
  background-color: #7db7d3;
}

/*table planos*/

.tick {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    background-color: #e9f6ed;
    border-radius: 50px;
    margin: auto;
}

.tick::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border-color: #019f2e;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.tick.small-x {
    background-color: #ffefef;
}

.tick.small-x::after {
    content: "×";
    transform: none;
    border: 0;
    color: #b21512;
    top: 2px;
    left: 7px;
}

.table-plan {
    border-collapse: collapse;
    width: 100%;
	table-layout:fixed;
}

.table-plan tr:hover {
	background-color: #315b99;
	color: #f8f8f8;
}

.table-plan-hover:hover {
	color: #f8f8f8;
}

.table-plan, .table-plan th, .table-plan td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	
}

.table-plan th, .table-plan td {
    padding: 8px;
    text-align: center;
}

/* banner login */

/* Estilizando o banner fixo */
.banner-fixo {
    position: fixed;
    bottom: 20px; /* Mantém um espaçamento da borda inferior */
    left: 20px; /* Define a posição inicial na esquerda */
    width: 50%;
    max-width: 400px;
    min-width: 300px;
    background-color: #f8f9fa;
    text-align: center;
    padding: 10px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}


.banner-fixo img {
    max-width: 100%;
    height: auto;
}

.fechar-banner {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 14px;
}
.x-banner{
	color: #d50909;
	border: none;
	border-radius: 15px;
}
.x-banner:hover{
	color: #357fef;
}

/* Estilizando a mensagem */
    .mensagem {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #0ea93e;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        opacity: 1;
        transition: opacity 1s ease-out;
		z-index: 2
    }
	.mensagem a {
		color: white;
		text-decoration: none;
	}	
	.mensagem a:hover {
		text-decoration: underline;
	}

.img-responsiva {
	position: fixed;
    bottom: 20px; /* Mantém um espaçamento da borda inferior */
    left: 20px; /* Define a posição inicial na esquerda */
    max-width: 100%;  /* Garante que a imagem não ultrapasse o container */
    height: auto;  /* Mantém a proporção da imagem */
    display: block; /* Remove espaços extras abaixo da imagem */
    margin: 0 auto; /* Centraliza a imagem */
}

/**/
