/*Geral*/
*{
    scrollbar-width: thin;
}

#resultado{
	min-height:30px;
}

.msg_error{
	float:left;
	width:100%;
	padding:5px;
	color:#F30;
}

.msg_success{
	float:left;
	width:100%;
	padding:5px;
	color:#090;
}

ul.bar_tabs{
	background:none;
}

#loadingFull{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#000;
	opacity:0.88;
	z-index:9999;
}

.loadingFull{
	position:absolute;
	top:45%;
	left:50%;
	width:164px;
	height:46px;
	color:#FFF;
	margin-left:-80px;
}

.loading{
	display:none;
}

.btn{
	border-radius:0px;
}

.disabled {
  	pointer-events: none;
  	cursor: default;
  	opacity: 0.6;
}

.table > tbody > tr > td{
    vertical-align: middle !important;
}

.table > tbody > tr > td{
	padding: 4px !important;
}

.table > tbody > tr:hover{
	background-color: #e5e4e4 !important;
}

.btn{
    margin-bottom: 0px !important;
	border-radius: 18px !important;
}

.modal-lg{
    width: 960px !important;
}

.modal-header{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.modal-header .close{
	margin-top: 2px !important;
}
/*Fim de Geral*/

/*Home*/
.box-atalho{
	display:table;
	height:100px;
	margin-bottom:20px;
}

.box-opcao{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
	background-color:darkslategrey;
	border-radius: 10px;
	padding: 3px;
}

.box-opcao:hover{
	text-decoration:none;
	color:#FFF;
	background-color:dimgray;
}

.box-opcao:focusout{
	text-decoration:none;
}

.box-opcao i{
	font-size:26px;
	margin-bottom:8px;
}

.box_stats_count{
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #73879C;
}

.box_stats_count::before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}

.box_stats_count .count_top{
    font-size: 13px;
}

.box_stats_count .count{
    font-size: 40px;
    font-weight: 600;
    line-height: 37px;
}

.box_stats_count .count_bottom{
    font-size: 13px;
}

.box_stats_count .count_bottom .count_green{
    color: #1ABB9C;
}
/*Fim de Home*/

/*PDV*/
#buscar {
	background-image: url('../imagens/site/search-solid.svg'); /* Add a search icon to input */
  	background-position: 10px 16px; /* Position the search icon */
  	background-repeat: no-repeat; /* Do not repeat the icon image */
  	width: 100%; /* Full-width */
  	font-size: 16px; /* Increase font-size */
  	padding: 16px 20px 16px 40px; /* Add some padding */
  	border: 1px solid #ddd; /* Add a grey border */
  	margin-bottom: 12px; /* Add some space below the input */
	background-size:20px;
}

#buscar:focus{
	border-color:#777;
}

.flexdatalist-results .item img{
	height: 77px;
	top: 5px;
	right: 20px;
	position: absolute;
}

.item{
	float:left;
	width:100%;
	padding:5px;
}

.ambiente{
	float:left;
	width:100%;
    padding:5px;
    margin-top: 20px;
}

.ambiente-header{
	float:left;
	width:100%;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #6975BD;
    color: #6975BD;
}

#itens .item div input{
	width:100%;
	text-align:center;
}

#buscar_cliente {
	background-image: url('../imagens/site/search-solid.svg'); /* Add a search icon to input */
  	background-position: 10px 16px; /* Position the search icon */
  	background-repeat: no-repeat; /* Do not repeat the icon image */
  	width: 100%; /* Full-width */
  	font-size: 16px; /* Increase font-size */
  	padding: 16px 20px 16px 40px; /* Add some padding */
  	border: 1px solid #ddd; /* Add a grey border */
  	margin-bottom: 12px; /* Add some space below the input */
	background-size:20px;
}

#buscar_cliente:focus{
	border-color:#777;
}

.box-forma-pgto{
	float:left;
	width:100%;
	height:100px;
	color:#FFF;
	text-align:center;
	font-size:17px;
	border:1px solid transparent;
	margin-bottom:10px;
	border-radius: 18px;
}

.box-forma-pgto i{
	font-size:30px;
	margin-top:15px;
}

.box-forma-pgto span{
	font-size:30px;
	margin-top:12px;
}

.box-forma-pgto:hover{
	text-decoration:none;
	color:#FFF;
	border:1px solid #000;
}

.box-forma-pgto:focus{
	text-decoration:none;
	color:#FFF;
	border:1px solid #000;
}

.item_forma_pgto{
	float:left;
	width:100%;
	padding:10px;
	line-height:40px;
	color:#FFF;
	font-size:22px;
}

#formas_pgto .item_forma_pgto div input{
	width:100%;
	text-align:center;
	color:#000;
}

.bt_desconto{
	cursor:pointer;
}

.bt_desconto input{
	cursor:pointer;
}

.box-opcoes{
	float:left;
	width:100%;
	height:100px;
	color:#FFF;
	text-align:center;
	font-size:17px;
	border:1px solid transparent;
	margin-bottom:10px;
	border-radius: 18px;
}

.box-opcoes i{
	font-size:30px;
	margin-top:18px;
}

.box-opcoes span{
	font-size:30px;
	margin-top:12px;
}

.box-opcoes:hover{
	text-decoration:none;
	color:#FFF;
	border:1px solid #000;
}

.box-opcoes:focus{
	text-decoration:none;
	color:#FFF;
	border:1px solid #000;
}
/*Fim de PDV*/

/*Produto*/
.produto_box_foto{
	float:left;
	position:relative;
	width:240px;
	height:180px;
	border:1px solid #999;
}

.produto_box_foto img{
	float:left;
	width:100%;
	height:100%;
	text-align:center;
}

@media (max-width: 991px) {
	.dataTables_filter{
		float:left;
		width:100%;
	}
}
/*Fim de Produto*/
/*Cliente*/
.rodape_calc{
	position: fixed;
	width: 190px;
	top: calc(100% - 100px);
	left: calc(100% - 180px);
	text-align: left;
	z-index: 3;
}

.rodape_calc i{
	font-size: 50px;
	color: teal;
}
/*Fim de Cliente*/