/*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;
	padding: 4px !important;
}

.table > thead > tr > th{
    vertical-align: middle !important;
	padding: 4px !important;
}

.table > tfoot > tr > th{
    vertical-align: middle !important;
	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: 1150px !important;
}

/*.modal-md{
    width: 767px !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: 16px;
	font-weight: bold;
	color: red;
	text-align: center;
	right: 40px;
	z-index: 0;
	opacity: 0.2;
	letter-spacing: 5px;
	top: calc(50% - 8px);
}

.text_green{
	color: green;
}

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

.text_blue{
	color: #15398E;
}

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

.tr_yellow{
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
	text-align: center;
	right: 40px;
	z-index: 0;
	opacity: 0.4;
	letter-spacing: 5px;
	top: calc(50% - 8px);
}

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

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

.uppercase{
	text-transform: uppercase;
}

.th180{
	width: 180px;
}

.th210{
	width: 210px;
}

.th270{
	width: 270px;
}

.btn-options-fixed{
	position: fixed;
	z-index: 99;
	bottom: 65px;
	right: 15px;
	display: none;
}

.btn-group a.btn-lg{
	padding: 0px 5px !important;
}

.dataTables_wrapper .dataTables_info{
	white-space: break-spaces !important;
}

.table_btn_group tbody tr{
	position: relative;
}

.btn-group .dropdown-menu li a i{
	width: 30px;
	text-align: center;
}

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

.dropdown-menu .box{
	float: left;
	width: 30px;
	text-align: center;
}

.dropdown-menu{
	padding: 5px !important;
}

.nav-pills .box{
	float: left;
	width: 30px;
	text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*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:25px;
	font-size:16px;
	margin-right:13px;
	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;
	word-break: break-word;
}

.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: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #73879C;
	margin-bottom: 10px;
}

.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: 25px;
    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('/publico/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;
}

.blockView{
	padding: 28px 20px; 
	border-radius: 0px; 
	font-size: 20px;
	border: 0px;
}

#form_add_venda input[type=text]{
	background-image: url('/publico/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('/publico/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;
}

.produto_galeria{
	padding-bottom: 40px;
}

.produto_galeria img{
	max-height: 150px;
	margin: 0px auto;
}

.produto_galeria div{
	margin-bottom: 20px;
}

@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: 999;
		bottom: 65px;
		right: 15px;
	}
	
	.modal-lg{
		width: 650px !important;
	}
	
	/*.modal-md{
		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;
	}
	
	.th180{
		width: auto !important;
	}
	
	.th210{
		width: auto;
	}
	
	.th270{
		width: auto;
	}
	
	.margin-bottom-sm{
		margin-bottom: 20px !important;
	}
}

@media(max-width: 767px){
	.box-atalho{
		padding: 5px;
		margin-bottom: 5px;
	}
	
	.modal-lg{
		width: auto !important;
	}
	
	/*.modal-md{
		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;
	}
	
	.rodape_calc{
		width: 100% !important;
	}
	
	#form_add_item input[type=text]{
		background-position: 10px 16px; /* Position the search icon */
		background-repeat: no-repeat; /* Do not repeat the icon image */
		width: 100%; /* Full-width */
		font-size: 14px; /* Increase font-size */
		padding: 16px 40px 16px 30px; /* Add some padding */
		border: 1px solid #bbbbbb; /* Add a grey border */
		margin-bottom: 12px; /* Add some space below the input */
		background-size:18px;
	}
	
	.blockView{
		padding: 26px 10px;
		border-radius: 0px;
		font-size: 16px;
	}
	
	.padding-xs{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.margin-bottom-xs{
		margin-bottom: 20px !important;
	}
}

#form_var_add_item input[type=text]{
	background-image: url('/publico/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_variacoes_add_item input[type=text]{
	background-image: url('/publico/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_variacoes_add_item input:focus{
	border-color:#2e6da4 !important;
}

#form_kit_add_item input[type=text]{
	background-image: url('/publico/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_kit_add_item input:focus{
	border-color:#2e6da4 !important;
}
/*Fim de Produto*/
/*Cliente*/
.rodape_calc{
	position: fixed;
	width: 380px;
	bottom: 0px;
	right: 0px;
	text-align: center;
	z-index: 3;
	background-color: #f5f4f4;
	padding: 15px 10px;
}

.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('/publico/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*/

@media(min-width: 992px){
	.td2bt{
		width: 160px;
	}
	
	/*Noticias*/
	#modal_subcategoria_cadastrar .modal-md{
		width: 767px !important;
	}
	
	#modal_categoria_cadastrar .modal-md{
		width: 767px !important;
	}
}

.box-title{
	float: left;
	width: 100%;
	color: #000;
	position: relative;
	font-size: 15px;
	letter-spacing: .05em;
	text-align: left;
}

.box-title::before {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #000;
	top: 8px;
	left: 10;
	right: 0;
	width: 100%;
}

.box-title .title {
	padding: 0px 5px;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 5px;
}

/*Color Picker*/
#colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url('/dashboard/vendors/colorpicker/images/select.png');
}

#colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url('/dashboard/vendors/colorpicker/images/select.png') center;
}
/*Fim de Color Picker*/