@import url("estilo-modal.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
body{
	font-family: 'Roboto', sans-serif;
	font-size:1rem;
	background:#F8F8F8;
}

*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:0;
	margin:0;
}
a{text-decoration:none}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
}

p{line-height:1.2em; letter-spacing:0; font-size: .9em}

/*scroollbar*/
::-webkit-scrollbar { width: 7px;height:6px;}
::-webkit-scrollbar-thumb {background: #0568b9}
::-webkit-scrollbar-track {background: #0568b91f;}

/*Base Login - Inicial*/

.base-login{
	width: 100%;
	float:left;
	/*background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);*/
	/*background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);*/
	background-image: url(../img/img-login.jpg);
	background-size: cover;
	padding:1rem;
}	
	
.base-login h2{
	color:#447991;
	text-align:center
	}
.base-login label{
	display:block;
	padding-bottom:3px;
	padding-top:1rem;
	color:#9a9a9a;
	}
.base-login input[type=text],
.base-login input[type=password]{
	border: solid 1px #dedede;
    color: #8e8e8e;
    background: #f3f4f5;
	}
.base-login input::-webkit-input-placeholder{
    color: #8e8e8e;
	}

	.mostraCampo.base-login{
		position: absolute;
		top: 0;
		margin-top: 0;
		margin-left: 0;
		bottom: 0;
		left:15px;
		right:15px;
		display:none
	}
	.mostraCampo.base-login small{
		display:block;
		text-align:center;
		color:#839096;
		margin-bottom:30px;
	}
	.mostraCampo.base-login .fechar.senha{
		position: absolute;
		right:10px;
		top:10px;		
	}
	.mostraCampo.base-login .fechar.senha:hover{
		color:red;		
	}
	
/*rodape*/

.base-rodape{
	width:91%;
	background: #0568b9;
	background: -webkit-linear-gradient(left,#213f82, #0568b9);
	background: -o-linear-gradient(left,#213f82, #0568b9);
	background: linear-gradient(to right, #213f82, #0568b9);
	text-align: center;
	font-size:.85em;
	margin: auto;
}

.base-rodape .copyright {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  font-size: 15px;
}

.base-rodape .versao a{
	color: #000;
	font-weight: 600;
}	

.base-rodape .copyright img{
	width: 30px;
	float: center;
}	

/*Status*/

.status_fnc{
    display: block;
    color: #100f0f;
	cursor: none;
	font-size: .8rem;
    padding: 0.3rem 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
}

/**/

.dobravel {
    background-color: #0a4ec9;
    color: white;
	font-weight: bold;
    padding: 10px 8px 10px 14px;
    width: 70%;
    border: none;
    text-align: left; 
    outline: none;
    font-size: 17px;
	text-transform: none;
}

.active, .dobravel:hover {
    background-color: #055af5;
}

.dobravel:after {
    content: '';
	font-family: FontAwesome;
    font-size: 19px;
    color: white;
    float: right;
    margin-left: 5px;

}

.conttent {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.tree { margin: 1em; }

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  }

.tree ul li { padding: 1em 0 0 1em; }

.tree > li:last-child { padding-bottom: 0; }

.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #2414ff; }

label.tree_label:before {
  background: #1cc945;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: '–'; }

.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777; /*cor da linha*/
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777; /*cor da linha*/
  border-left: 1px solid #777; /*cor da curva da linha**/
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}

li {
  list-style-type: none;
}

/**/


@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
.accordion dl,
.accordion-list {
border:1px solid #fff;
}

.accordion dd,
.accordion__panel {
   background-color:#eee;
   font-size:1em;
   line-height:1.5em; 
}
.accordion p {
  padding:1em 2em 1em 2em;
}

.accordion {
    position:relative;
    background-color:#eee;
}
.container {
  max-width:960px;
  margin:0 auto;
  padding:2em 0 2em 0;
}
.accordionTitle,
.accordion__Heading {
	background-color:#0568b9; 
    text-align:center;
    font-weight:700; 
    padding:1em;
    display:block;
    text-decoration:none;
	color:#fff;
    transition:background-color 0.5s ease-in-out;
	border-bottom:1px solid #6587e7bd; 
}	
.accordionTitle:before, .accordion__Heading:before {
   content: "+";
   font-size:1.5em;
   line-height:0.5em;
   float:left; 
   transition: transform 0.3s ease-in-out;
  }
  
.accordionTitle:hover, .accordion__Heading:hover {
    background-color:#0f85e5;
  }

.accordionTitleActive, 
.accordionTitle.is-expanded {
   background-color:#0568b9;
}
 .accordionTitleActive:before, 
.accordionTitle.is-expanded:before {
     
      transform:rotate(-225deg);
    }

.accordionItem {
    height:auto;
    overflow:hidden; 
    //SHAME: magic number to allow the accordion to animate
    
    max-height:50em;
    transition:max-height 1s;   
 
    
    @media screen and (min-width:48em) {
         max-height:15em;
        transition:max-height 0.5s
        
    }
    
   
}
 
.accordionItem.is-collapsed {
    max-height:0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}

   
#divBusca{
  background-color:#00000000;
  border:solid 1px;
  border-radius:15px;
  width:300px;
}

#txtBusca{
  float:left;
  background-color:transparent;
  padding-left:5px;
  font-style:italic;
  font-size:18px;
  border:none;
  height:32px;
  width:260px;
}

/*top*/

.top{
	position: fixed;
    width: 40px;
    height: 40px;
    bottom: 5px;
    right: 10px;
    background-color: #25a6d3;
    color: #FFF;
    border-radius: 61px;
    text-align: center;
    font-size: 23px;
	padding-top: 6px;
    box-shadow: 3px 1px 2px #888;
    z-index: 1000;	
}
.top:hover {transform: translateY(-6px);  }

.dash {
    top: 5px;	
}

.dash:hover {transform: translateY(6px);  }

/*whatsapp*/
.whats{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

/*img pedido de venda*/

.foto-pedido{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

/*img para Natalia*/
.foto{
	overflow:hidden;
	height:140px;
	width:210px;
	margin:0 auto
}

/*caixa-login*/
.caixa-login {
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px 8px 20px;
    position: relative;
    box-shadow: 1px 1px 3em 4px #181818d4;
}

.caixa-login h1{
	color: #100f0f;
    font-size: 1.2rem;
    font-weight: 400;
	padding-top:2rem
}
.caixa-login a.senha{
	color:#5d3273
}
.caixa-login .label{
	display:block;
	padding-top:.2rem;
	padding-bottom:.4rem;
	color:#0568b9;
}
.caixa-login .esquecisenha{
	position:absolute;
	left:0;
	right:0;
	bottom:auto;
	top:27px;
	padding: 46px 24px;
	background: #2d6ca3;	
	border-radius:5px;
	display:none
}
.caixa-login .esquecisenha .senha{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer
}
.caixa-login .esquecisenha h1,
.caixa-login .esquecisenha .label
{
	color:#333;
	
}
.caixa-login .esquecisenha h1
{
	font-size: 1.5rem;
	text-transform:uppercase;
	font-weight:600
	
}

.topo {
    padding: 0;
    box-shadow: 0 0 5px 0 #00000040;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
	background:#FFF!important;
	z-index: 2;
}
.topo .logo{
	width: 210px;
    background: #FFF;
    color: #FF4B42;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin-left: 4.4rem;
    padding-right: 0;
}
.topo .logo img{width:90%}



/*
.menu-topo{
	display:block;
}*/

.menu-topo li{
	display:inline-block;
	color: rgba(0,0,0,.5);
	padding: .3rem .8rem;
}
.menu-topo li>a{
	color: rgba(0,0,0,.5);
}
.img-user{
	width:28px;
	height:28px;
	border-radius:50px;
	margin-right:5px;
	overflow:hidden;
	display:inline-block;
	position: relative;
	top: 6px;	
}

.base-topo{
	width:100%;
	height: 67px;
	float:left;
	padding:33px;
	position:relative;
	cursor: pointer;
}

.base-topo .menu-topo{
	float:right;    
	margin-top:-29px;

}

.base-topo .menu-topo li{
	display:inline-block;
	color: rgba(0 0 0 / 75%);
	position:relative;
}
.base-topo .menu-topo li a{
	text-decoration:none;
}

.base-topo .menu-topo li .msg{
    padding: 1px 5px;
    background: #D90000;
    color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -7px;
    font-size: .8em;
}


.base-topo .menu-topo li .aviso{
    padding: 1px 5px;
    background: #0244fd;
    color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: .8em;
}

.base-topo .menu-topo .sub ul{
	position: absolute;
    left: -123px;
    top: 18px;
    width: 280px;
    border: solid 1px #DDD;
    background:#0568b9;
    z-index: 1;
	display:none;
	
}
.base-topo .menu-topo .sub ul li{
	display:block;
	border-bottom:dashed 1px #FFF;
	margin-left:0;	
}
.base-topo .menu-topo .sub ul li:last-child{
	border-bottom:0;
}
.base-topo .menu-topo .sub ul li a{
	display:block;
	color: #ffffffc7;
	padding:12px;
}
.base-topo .menu-topo .sub ul li:hover{
	background:#035191;
}

.base-topo .menu-topo .sub ul li span{
	display:block;
	padding:10px;
	color:#FFF;
}
.base-topo .menu-topo .sub ul li .btn{
	display: table;
    padding: 7px 20px;
    margin: 5px auto;
    background: #f9c11e;
    font-size: .85em;
}
.base-topo .menu-topo .sub:hover ul{
	display: block;
}
.base-topo .menu-topo .sub.notif ul{
	background:#FFF;
	left: unset;
    right: -20px;
}
.base-topo .menu-topo .sub.user ul{
	width:200px;
	background:#FFF;
	left: unset;
    right: -20px;
}
.base-topo .menu-topo .sub.user ul li b{
	display:block;
	padding:10px;
	padding-bottom:0;
}
.base-topo .menu-topo .sub.user ul li a{
	padding:10px 10px;
	color:#3FB7FF;
}
.base-topo .menu-topo .sub.user ul li:hover{
	background:none;
}
.base-topo .menu-topo .sub.notif ul li{
	border-bottom-color:#ccc;
}
.base-topo .menu-topo .sub.notif ul li:hover{
	background:#ddd;
}
.base-topo .menu-topo .sub.notif ul li a{
	color:#444;
	font-size:.85em;
}
.base-topo .menu-topo .sub.notif ul li strong{
	font-size:1.3em;
}
.base-topo .menu-topo .sub.notif ul li small{
	text-transform:initial;
	display:block;
	padding-top:5px;
}

.base-topo .menu-topo .ico{
	width:20px;
	height:30px;
	display:inline-block;
	margin-right:5px;
}

.base-topo .menu-topo .ico.user{
	border-radius:50%;
	width:30px;
	background:url(../img/foto01.png) no-repeat;
	background-size:100%;
}
.base-topo .menu-topo .mensagem{	
	display:inline-block;
	top: 0;
	position: relative;
	background:url(../img/ico-msg.png) no-repeat;
	margin-right:10px;
	width: 24px;
    height: 24px;
	background-size:100%
}

.base-topo .menu-grade{
	width:24px;
	height:24px;
	display:none;
	content:url(../img/grade-linha.png);
}

.conteudo{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 25px;
}


.img-home{
	width:30px;
	height:30px;
	margin-left:8px;
	position: relative;
	top: 6px;	
}

/**/
.icones {
	text-align:center;
}
.icones a{
	padding: .4rem 1rem!important;
	position:relative;
}
.icones a span{
	position: absolute;
    right: 60px;
    top: 35px;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0;
    border-radius: 50px;
    color: #ffffff;
    background:#0568b9;
    width: 23px;
	border:solid 1px #0568b9
}
.icones li:hover{
	background: #ddd6;
    box-shadow: 5px 0px 1px 0 inset #0568b9;	
	transition:all .3s linear
	}
.icones li a:hover span{color:#0568b9;text-shadow: 0 0 2px #000;background:#fff;border:solid 1px #0568b9}
.icones li{
	display:block;
	margin-bottom:.6rem;
	transition:all .3s linear
}

.icones i{
	width: 50px;
    height: 50px;
    background: #fff;
    border: solid 1px #0568b9;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    font-size: 1.3rem;
    display: block;
    margin: 0 auto;
    padding: .9rem .8rem;
    margin-bottom: .3rem;
    transition: all .3s linear;
    color: #0568b9;
}
.icones li:hover i{
	background:#0568b9;
	color:#fff;
	border-color:#000;
	transition:all .3s linear
}
.icones i.ativo{
	background:#0568b9;
	color:#fff;
	border-color:#0568b9;
	width: 40px;
    height: 40px;
    font-size: 1.2rem;
    padding: .6rem;
}

.card-body ul li {
	list-style: none;
}

/*toggle checkbox */

div.toogle-checkbox,div.toogle-checkbox:before{-webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s}

div.toogle-checkbox label{position:relative;display:inline-block;width:32px;height:20px}

div.toogle-checkbox{display:inline-block;width:105px}
div.toogle-checkbox input{display:none}
div.toogle-checkbox span{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#969696;border-radius:34px}
div.toogle-checkbox span:before{position:absolute;content:"";height:16px;width:16px;left:5%;top:10%;background-color:#fff;border-radius:50%}
div.toogle-checkbox input:checked+span{background-color:#377da6}
div.toogle-checkbox input:disabled+span{background-color:#ccc}
div.toogle-checkbox input:focus+span{box-shadow:0 0 1px #b1c979}
div.toogle-checkbox input:checked+span:before{-webkit-transform:translateX(77%);-ms-transform:translateX(77%);transform:translateX(77%)}
div.toogle-checkbox input:checked+span:after{content:"Ativado"; color:#377da6;}
div.toogle-checkbox input+span:after{content:"Desativado"}
div.toogle-checkbox span:after{font-size:9pt;display:inline-block;top:5px;position:absolute;padding-left:40px;color:#999}

.central{
	max-width: 89%!important;
    ms-flex: 0 0 89%!important;
    flex: 0 0 95%!important;
	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;
	padding:0;
	overflow:hidden;
	min-height: calc(100vh - 126px);
	margin:0 auto;
	margin-top: 40px!important;
	
}

footer{
	width: calc(100% - 251px);
	position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 56px;
    background-color: rgb(233, 236, 239);
    line-height: 55px;
}

/*checked*/
.check{
	position:relative;
}
.check label{
	display: inline-block;
    width: 17px;
    height: 17px;
	box-shadow: 0 0 0 2px #a255d2; 
    left: 0;
    top: 0;
    border-radius: 3px;
	cursor:pointer;
	background: #ddd;
	text-align: center;
    vertical-align: middle;
}
.check input[type=checkbox]{
	display:none
}

.check input[type=checkbox]:checked + label:before
{
		content:url(../img/mark.png);
		position: relative;
		top: 0px;
		left:auto;

}

.check.alt label{
    float:left;
}

.itens-check label{color:#fff;border-radius:3px;background:#0554967a;cursor:pointer}
.itens-check label:hover{background:#0568b9b3;}
.itens-check input[type=checkbox]{display:none}
.itens-check input:checked ~ label{background:#0568b9}
.itens-check input:checked ~ label:hover{background:#2075ba }

.bloco-itens-check{
	margin: 4px;
}

/*number*/

.bg-blocos{
	padding: 0.9rem 1rem 0.9rem 2rem;
	}

.bg-users {
    background: #00adff!important;
	background: -webkit-linear-gradient(right,#213f82, #00adff)!important;
	background: -o-linear-gradient(right,#213f82, #00adff)!important;
	background: linear-gradient(to left, #213f82, #00adff)!important;
}

.bg-notas {
    background:#ff963b!important;	
	background: -webkit-linear-gradient(right,#b35402, #ff963b)!important;
	background: -o-linear-gradient(right,#b35402, #ff963b)!important;
	background: linear-gradient(to left, #b35402, #ff963b)!important;
}

.bg-finreceber {
	background: #0bc745!important;
	background: -webkit-linear-gradient(right,#047a28, #0bc745)!important;
	background: -o-linear-gradient(right,#047a28, #0bc745)!important;
	background: linear-gradient(to left, #047a28, #0bc745)!important;
}

.bg-finpagar{
	background: #7541f3!important;
	background: -webkit-linear-gradient(right,#2a0c72, #7541f3)!important;
	background: -o-linear-gradient(right,#2a0c72, #7541f3)!important;
	background: linear-gradient(to left, #2a0c72, #7541f3)!important;
}

/**/

.bloco-icon{
	padding-right: 4rem;
	padding-left: 4rem;
	margin: auto;
}

/**/

/* checkbox */
.container_box {
  display: block;
  padding-left: 35px;
  margin-top:20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark_box {
    position: absolute;
	border-radius: 4px;
    left: 23px;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.container_box:hover input ~ .checkmark_box {
  background-color: #ccc;
}

.container_box input:checked ~ .checkmark_box {
  background-color: #0568b9;
}

.checkmark_box:after {
  content: "";
  position: absolute;
  display: none;
}

.container_box input:checked ~ .checkmark_box:after {
  display: block;
}

.container_box .checkmark_box:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*checkmark vertical - radio*/

.container_v {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_v  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

.container_v:hover input ~ .checkmark {
  background-color: #ccc;
}

.container_v input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_v input:checked ~ .checkmark:after {
  display: block;
}

.container_v .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

/*checkmark horizontal*/

.container_h {
  display: inline;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_h  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

.container_h:hover input ~ .checkmark {
  background-color: #ccc;
}

.container_h input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_h input:checked ~ .checkmark:after {
  display: block;
}

.container_h .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

/*fim do checkmark radio*/

/*checkmark check*/

.container_chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark_chk {
  position: absolute;
  top: -4px;
  left: 12px;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

.container_chk:hover input ~ .checkmark_chk {
  background-color: #ccc;
}

.container_chk input:checked ~ .checkmark_chk {
  background-color: #2196F3;
}

.checkmark_chk:after {
  content: "";
  position: absolute;
  display: none;
}

.container_chk input:checked ~ .checkmark_chk:after {
  display: block;
}

.container_chk .checkmark_chk:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Fim do check*/

.caixa{
	width:100%;
	position:relative;
	background:#fff;
	border-radius:5px;
	margin-bottom:10px;
	margin-top: 1rem;
	border: solid 1px #c5ccc9;
}
.caixa .caixa-titulo{
	text-align:left;
	text-transform:uppercase;
	color:#fff;
    border-bottom: solid 1px #002040;
    padding: 20px;
    margin-bottom: 0;
    background: #253a6f;
    border-radius: 5px 5px 0 0;
}
.caixa .caixa-rodape{	
	border-top: solid 1px #c5ccc9;
    padding: 20px;
    background: #759f8d2e;
    border-radius: 0 0 5px 5px;
}

.cupom {
    padding: 0.8rem;
    font-family: 'Cutive', serif;
    font-family: 'Share Tech Mono', monospace;
}

.window .caixa{
	background:#fff;
}

.window.pdv {
    width: 570px!important;
    padding: 1rem!important;
    position: fixed!important;
    padding: 1rem 1rem!important;
}
/*
@media (min-width: 1280px){
.conteudo-fluido {
    width: 1250px;
}*/


}
.mobmenu{
	display: block;
    font-size: 1.3rem;
    color: #ffffff;
    left: 20px;
    margin-top: 8px;
    position: absolute;
    width: 35px;
    height: 35px;
    background:#0568b9;
    border-radius: 50px;
    padding: .3rem .5rem;
}


.template2 .mobmenu.alt{
	display:block;
}
.template2 .menu-lateral{
	display:none
}

.rolagem-tabela{
	height:300px;
	overflow-y:auto
}
.rolagem-tabela2{
	height:250px;
	overflow-y:auto
}
.rolagem-tabela3{
	height:500px;
	overflow-y:auto
}

.rolagem-290{
	height:290px;
	overflow-y:scroll
}
.rolagem-116{
	height: 116px;
    overflow-y: auto;
}

/*listaProdutos*/
.listaProdutos{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaProdutos a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: .8em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a;
    text-decoration: none;
}
.listaProdutos a:hover{
    background:#eee;
}

/*listaNcm*/
.listaNcm{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaNcm a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: .8em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a;
    text-decoration: none;
}
.listaNcm a:hover{
    background:#eee;
}

/**/

/*listaAnp*/
.listaAnp{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaAnp a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: .8em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a;
    text-decoration: none;
}
.listaAnp a:hover{
    background:#eee;
}

/**/

/*listaMarca*/
.listaMarca{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaMarca a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: .8em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a;
    text-decoration: none;
}
.listaMarca a:hover{
    background:#eee;
}

/**/

/*listaModelo*/
.listaModelo{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaModelo a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: .8em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a;
    text-decoration: none;
}
.listaModelo a:hover{
    background:#eee;
}

/**/

/*listaGrupo*/
.listaGrupo{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaGrupo a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: .8em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a;
    text-decoration: none;
}
.listaGrupo a:hover{
    background:#eee;
}

/**/

/*listaTamanhoo*/
.listaTamanho{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaTamanho a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: .8em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a;
    text-decoration: none;
}
.listaTamanho a:hover{
    background:#eee;
}

/**/

/*listaCor*/
.listaCor{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaCor a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: .8em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a;
    text-decoration: none;
}
.listaCor a:hover{
    background:#eee;
}

/*fundo cinza*/

.inhibited-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/**/

.compra_ativo .table-bordered th {
    background: #777bb3;	
}
.status-date{
	color:#585858;
}
.compra_ativo .status-date .datas{
	display: inline-block;
    border-right: solid 1px #777bb3;
    padding: 0 7px;
	    color: #777bb3;
}
.status-date .datas{
	display: inline-block;
    border-right: solid 1px #ccc;
    padding: 0 7px;
}
.compra_ativo .bg-title3 {
    background: #ffffff!important;
}

.compra_ativo .table-bordered .btn.btn-verde{
	border: solid 1px #21dc85!important;
    background: #60e2a6!important;
	cursor:pointer!important;
}


.compra_ativo .aprovar .bg-title3,
.compra_ativo .aprovar .bg-title
{
	color: #5b60a0!important;
    border-bottom: solid 1px #7864a0!important;
}
.compra_ativo .aprovar .bg-title3 .btn{
	border: solid 1px #21dc85!important;
    background: #60e2a6!important;
    color: #100f0f!important;
	cursor: pointer!important;
}

.table-bordered.alt .btn.btn-verde{
	font-size: .8rem;
    padding: .3rem .8rem;
	background:#ccc;
	border-color: #bababa;
    color: #5e5e5e;
	cursor: no-drop;
}

.aprovar .bg-title3,
.aprovar .bg-title
{
	color:#949494!important;
	border-bottom:0!important;
}
.aprovar .bg-title3 .btn{
	background:#ccc;
	border-color: #bababa;
    color: #5e5e5e;
	cursor: no-drop;
}

.mostraFiltro{display:none;}

.mostraFiltro1{display:none}

.mostraFiltro2{display:none}

.mostraFiltro3{display:none}

.mostraFiltro4{display:none}

.mostraFiltromenu{
	display:none;
	cursor:pointer;
	margin: 0; padding: 0px;
	text-align: left;
	list-style-type: none;
	}

.campo-upload{
	position:relative;
	text-align:center;
}

.campo-upload input[type=file]{
	display:none
}
.campo-upload span{
	position: absolute;
    bottom: 100px;
    left: 50%;
    background: #0568b9;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
	margin-left: -50px;
	transition:opacity .3s;
	opacity:0;
	visibility:hidden;
	cursor:pointer
}
.campo-upload label:hover span{
	transition:opacity .5s;
	opacity:1;
	visibility:visible;
}
.tabela-responsiva{
	border: solid 1px #d2d2dc;
	border-radius: 5px;
    padding-bottom: 0!important;
	margin-bottom:1rem!important;
    overflow-x: auto;
    overflow-y: visible;
    position: relative;
    z-index: 0;
	}

	
.tabela-responsiva thead th,
.tabela-responsiva tbody td{
	font-size:.8rem;
	padding:.6rem .9rem;
}

.tabela-responsiva thead th{background:#3883af;}
.tabela-responsiva tbody tr{background:#fff;}
.tabela-responsiva tbody td{border-bottom: solid 1px #d2d2dc;}
.tabela-responsiva tbody tr:nth-of-type(2n+0){background:#efeff2;}

.tabela-responsiva.zebrado tr{background:#fff;}
.tabela-responsiva.zebrado tr:nth-of-type(2n+0){background:#f5f5f5;}
.tabela-responsiva.tb-g td{font-size:1rem;padding:1rem}

.tabela-scroll {
  scroll-behavior: smooth;
}

/*tooltip Box*/
.con-tooltip {
  position: relative;
  display: inline-block;  
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/*tooltip */
.tool-tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  
  width: 260px;
  padding: 5px 20px;

  background: #0568b9;
  color: #fff;
  
  position: absolute;
  top:-140%;
  left: -25%;
  

  border-radius: 9px;
  font-size: 12px;

  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}


/* tooltip  after
.tool-tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #0568b9 transparent transparent transparent;

  position: absolute;
  left: 40%;

}*/

.con-tooltip:hover .tool-tooltip{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite  alternate;

}
@keyframes odsoky {
  0%{
    transform: translateY(6px); 
  }

  100%{
    transform: translateY(1px); 
  }

}