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

body a{
	text-decoration: none;
}

body a:hover{
	text-decoration: none;
}

body a:focus{
	text-decoration: none;
	outline: none;
}

.modal{
  overflow: auto !important;
}

#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;
}

.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;
}

tr.selected{
	background-color: #e5e4e4 !important;
}

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

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

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

.modal-header .close{
	margin-top: 2px !important;
}

.modal-content{
	float: left;
	width: 100%;
}

.estornado{
	position: absolute;
	top: 10%;
	font-size: 60px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: red;
	opacity: 0.7;
	z-index: 99;
}

.text_red{
	color: red;
}

.tr_red{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: red;
	text-align: center;
	left: calc(50% - 85px);
	z-index: 0;
	opacity: 0.2;
	letter-spacing: 5px;
	top: calc(50% - 14px);
}

.text_green{
	color: green;
}

.tr_green{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: green;
	text-align: center;
	left: calc(50% - 85px);
	z-index: 0;
	opacity: 0.2;
	letter-spacing: 5px;
	top: calc(50% - 14px);
}

.text_blue{
	color: blue;
}

.tr_blue{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: blue;
	text-align: center;
	left: calc(50% - 85px);
	z-index: 0;
	opacity: 0.4;
	letter-spacing: 5px;
	top: calc(50% - 14px);
}

.no-padding{
	padding:0px;
}

.max-width{
	width:100%;
	margin:0px auto;
	max-width:1366px;
}

.form-horizontal .form-group{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

input{
	outline: none;
}

.dropdown-menu li a{
	padding-left: 20px !important;
}

.dt-buttons{
	padding-bottom: 15px;
}

.width_modal_z1{
	width: 900px;
	top: 50px;
}

.badge_danger{
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #d9534f;
	border-radius: 10px;
}

.badge_success{
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #5cb85c;
	border-radius: 10px;
}

.badge_primary{
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #337ab7;
	border-radius: 10px;
}
/*Fim de Geral*/

/*Cabecalho*/
.topo_logotipo{
	border-right:1px solid #dedede;
	height: 71px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: content-box;
	padding: 5px;
}

.topo_tools{
	height:71px;
}

.topo_tools a{
	margin-top:27px;
	font-size:16px;
	margin-right:20px;
	color: #0c2d6b;
}

.topo_tools a i{
	font-size: 20px;
}

#user-options{
	position:absolute;
	top:72px;
	right:0px;
	min-height:200px;
	max-width:300px;
	padding:15px;
	background-color:#f5f4f4;
	display:none;
}

#user-options a{
	font-size:15px;
	margin:0px;
	text-align:left;
	width:100%;
	float:left;
	padding:5px;
}

#user-options .user_foto{
	margin:0px auto;
	width:70px;
	height:70px;
	border-radius:100%;
	background-color:#F90;
}

#user-options .user_nome{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#user-options .user_email{
	float:left;
	width:100%;
	text-align:center;
	color:#999;
}

#user-options .user_usuario{
	float:left;
	width:100%;
	text-align:center;
	color:#777;
}

#user-options .divider{
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
	height:1px;
	background-color:#e5e4e4;
}
/*Fim de Cabecalho*/

/*Menu Vertical*/
.menu_vertical{
	position:absolute;
	top:0px;
	left: 0px;
	width:150px;
	padding-top:30px;
    overflow: auto;
    height: 100vh;
	background-color: #444;
}

.menu_vertical a{
	float:left;
	width:100%;
	padding:5px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-align: center;
	margin-bottom: 20px;
}

.menu_vertical a i{
	font-size: 20px;
	margin-bottom: 5px;
}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.menu_v{
    float: left;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: #ffffff;
    padding: 5px;
}

.menu_v_children{
    float: left;
    width: 100%;
    display: none;
}

.menu_v_children a{
    padding-left: 25px;
}
/*Fim de Menu Vertical*/

/*Home*/
.main{
	padding-left: 170px;
	padding-top: 72px;
}

.box-atalho{
	display: table;
	height: 120px;
	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;
	opacity: 0.95;
}

.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{
    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*/
#form_add_item input[type=text]{
	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 #bbbbbb; /* Add a grey border */
  	margin-bottom: 12px; /* Add some space below the input */
	background-size:20px;
}

#form_add_item input:focus{
	border-color:#2e6da4 !important;
}

#form_add_venda input[type=text]{
	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;
}

#form_add_venda input:focus{
	border-color:#2e6da4 !important;
}

.flexdatalist-results{
	top: 58px !important;
}

.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:#2e6da4 !important;
}

#modal_formas_pgto .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;
}

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

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

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

#modal_formas_pgto .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: 1199px){
	#dialog_notafiscal{
		width: 950px !important;
	}
	
	.width_modal_z1{
		width: 700px;
		top: 50px;
	}
	
	.modal-lg{
		width: 950px !important;
	}
}

@media(max-width: 991px){	
	.main{
		padding-left: 15px;
	}
	
	.box-atalho{
		padding: 10px;
		font-size: 13px;
	}
	
	.bt_menu_mobile{
		font-size: 26px;
		margin-top: 18px;
		float: left;
		margin-left: 15px;
	}
	
	.box_menu_mobile{
		position: absolute;
		left: -100vw;
		width: 100vw;
		background-color: transparent;
		height: 100vh;
		transition: 1s;
		line-height: 20px;
	}
	
	.menu_mobile_limit{
		float: left;
		height: 100vh;
		opacity: 0.95;
		background-color: #444;
	}
	
	.open_menu{
		left: 0px !important;
		transition: .5s;
	}
	
	.menu_vertical{
		width: 176px !important;
	}
	
	.topo_tools a i{
		font-size: 25px !important;
	}
	
	.btn-fixed{
		position: fixed;
		z-index: 99;
		bottom: 65px;
		right: 10px;
	}
	
	.modal-lg{
		width: 600px !important;
	}
	
	#modal_despesa_cadastrar{
		width: 650px !important;
	}
	
	#modal_despesa_editar{
		width: 650px !important;
	}
	
	#modal_parcelas_dialog{
		width: 650px !important;
	}
	
	#dialog_notafiscal{
		width: 650px !important;
	}
	
	.tools{
		width: 100% !important;
	}
	
	.width_modal_z1{
		width: 550px;
		top: 50px;
	}
}

@media(max-width: 767px){
	.box-atalho{
		padding: 5px;
		margin-bottom: 5px;
	}
	
	.modal-lg{
		width: auto !important;
	}
	
	#modal_despesa_cadastrar{
		width: auto !important;
	}
	
	#modal_despesa_editar{
		width: auto !important;
	}
	
	#modal_parcelas_dialog{
		width: auto !important;
	}
	
	#dialog_notafiscal{
		width: auto !important;
	}
	
	.estornado{
		font-size: 44px !important;
	}
	
	.width_modal_z1{
		width: auto !important;
		top: 50px;
	}
}
/*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*/

/*Notas de Entrada*/
.estoqueOK{
	color: green;
}
/*Fim de notas de entrada*/

/*Nota Fiscal Avulsa*/
#form_add_destinatario input[type=text]{
	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;
}

#form_add_destinatario input:focus{
	border-color:#2e6da4 !important;
}
/*Fim de Nota Fiscal Avulsa*/