/* 
*
* @author: SPOT Criações
*
* 1 - Helpers
* 2 - Tela de Login
* 3 - Painel
*/

/*
* =================== 1 Helpers
*/
.no-margin {
	margin: 0 !important;
}

.conteudo {
	padding: 30px;
	background-color: #f1f1f1;
}

.shadow {
	-webkit-box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.75);
}

.no-padding {
	padding: 0 !important;
}

.btn-block {
	width: 100% !important;
}

.modal.bottom-sheet {
	max-height: 70%;
}

.modal {
	max-height: 95%;
	/*bottom: 0 !important;*/
}

.modal.modal-fixed-footer {
	height: 100% !important;
	top: 0 !important;
	bottom: 0 !important;
}

form input, textarea, select {
	z-index: 2 !important;
	position: relative;
}

form label {
	z-index: 149 !important;
}

h2, h4 {
	font-weight: 300;
	font-size: 1.6rem
}

/*
* =================== 2 Tela de Login
*/
body.login {
	background: #f2f2f2 url(../imagens/bg.login.png) repeat center right fixed;
	background-size: cover;
}

body.login .container {
	height: 100vh;
}

body.login .container .row {
	margin: auto !important;
}

body.login .box {
	background-color: #fff;
	padding: 30px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-box-shadow: 6px 2px 29px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 2px 29px -5px rgba(0,0,0,0.75);
	box-shadow: 6px 2px 29px -5px rgba(0,0,0,0.75);
}

/*
* =================== 3 Painel
*/

body.painel {
	background: url(../imagens/bg.painel.png) no-repeat center center fixed;
	background-size: cover;
}

/*body.painel .btn-floating {
	position: fixed;
	right: 3%;
	bottom: 5%;
}*/

.btn-floating.menu-item {
	width: auto !important;
	height: auto !important;
	border-radius: 5px !important;
	padding: 0 10px;
}

body.painel .sidebar {
	position: fixed;
	height: 100%;
	padding: 30px !important;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	overflow-y: scroll;
	padding: 20px 10px 0 10px !important;
}

body.painel .menu li {
	display: block;
	list-style: none;
}

body.painel .menu li a {
	margin-bottom: 10px;
	text-align: left;
	font-size: .8rem;
	padding: 0px 10px;
}

.dropdown-content li>a, .dropdown-content li>span {
	margin-bottom: 0 !important;
	padding: 14px 16px !important;
}

body.painel h4 {
	font-weight: 300;
}

body.painel .notificacoes {
	font-size: 1.5rem;
}

body.painel .notificacoes li {
	line-height: 20px;
	padding: 20px;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-o-transition: all linear .4s;
	transition: all linear .4s;
	margin-bottom: 20px;
}

body.painel .notificacoes li:hover {
	background-color: #eee;
}

body.painel .notificacoes li.unread {
	background-color: #d1c4e9;
}

body.painel .notificacoes li a {
	color: #666;
	display: block;
}

body.painel .notificacoes li span {
	width: 100%;
	font-size: .8rem;
}

body.painel ul.eventos li {
	margin-bottom: 10px;
}

body.painel ul.galeriaEvento {
	text-align: center;
}

body.painel ul.galeriaEvento li {
	display: inline-block;
	width: 24%;
}

body.painel ul.galeriaEvento li img {
	width: 100%;
}

body.painel .atalho-notificacoes h1 {
	font-size: 6rem;
}

body.painel .atalho-notificacoes h5 {
	font-size: 1.4rem;
}

body.painel .box-count {
	background: #f1f1f1;
	padding: 10px;
	border-radius: 5px;
	width: 90%;
	margin: auto;
	-webkit-box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.75);
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-o-transition: all linear .4s;
	transition: all linear .4s;
}

body.painel .box-count:hover {
	background: #ccc;
}

body.painel .meus-dados {
	background-color: #f1f1f1;
	padding: 40px 20px;
}

body.painel table th,
body.painel table td {
	text-align: center;
	font-size: .9rem !important;
}

body.painel .form-busca {
	max-width: 70% !important;
	margin: auto;
	background-color: #f1f1f1;
	padding: 10px 20px 10px 20px;
}

.panel-body .alert.alert-danger {
	display: none;
}

p.help-block {
	background: #E53935;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px !important;
	margin-top: 0 !important;
}

table th {
	text-align: center;
}

table.table-borderless.show tr th {
	text-align: right;
	background-color: #666;
	color: #fff;
	border-radius: 0 !important;
	padding-right: 20px;
}

table.table-borderless.show tr td {
	text-align: left;
	background-color: #ccc;
	padding-left: 20px;
	font-weight: bold;
}

/*body.painel.tabela .sidebar {
	width: 11.5%;
	-webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

body.painel.tabela .col.s12.m9.offset-m3 {
	margin-left: 11.5% !important;
	width: 88.5%
}

body.painel.tabela .sidebar:hover {
	width: 25% !important;
	z-index: 200;
}*/

.card i.left {
	margin: 0;
}

.modal-content p {
	text-align: left;
}

ul.estoque li a {
	font-size: 1.5rem
}

.pagination li.active {
	padding: 5px 10px;
    color: #fff;
}

table .btn {
	padding: 0 4px !important;
}

/**
 * Painel de Vendas PDV
 */
body.painel.vendas .container.box {
	background-color: #fff;
	padding: 30px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: 0px 3px 10px rgba(0,0,0,.5);
	margin: 30px auto;
	width: 1170px
}
/*
body.painel.vendas .valign-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}*/

body.painel.vendas table img {
	margin: auto;
}

body.painel.vendas {
	background: url(../imagens/bg.login.png) no-repeat center center fixed;
	background-size: cover;
	background-color: #ecf0f1;
}

body.painel.vendas .imagem-mercadoria img {
	max-height: 100px;
}

/*body.painel.vendas .container {
	width: 80%;
	background-color: #fff;
	padding: 0 30px 30px 30px;
	box-shadow: 0px 3px 10px rgba(0,0,0,.5);
}

body.painel.vendas .container .row {
	margin-bottom: 0;
}

body.painel.vendas .sidebar {
	background-color: #fff !important;
	background: #fff !important;
}

.modal .modal-content, .modal {
	z-index: 9999 !important;
}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

div.tabela {
	display: table;
	width: 100%;
	    border-collapse: collapse;
    border-spacing: 0;
}

body.painel.vendas .fixed-action-btn.horizontal ul {
	width: 1170px !important;
}

a.estoque-principal {
	font-size: 1.2rem !important;
	margin-left: 30px;
}

@media print
{    
    .hide-print, .hide-print *
    {
        display: none !important;
    }
}

.header-mobile {
	display: none;
}

.mobile {
	display: none;
}

.divider {
	clear: left;
}

/**
 * Media Device
 */ 
@media (max-width: 767px) {

	h4 {
		font-size: 1.5rem;
		text-align: center;
	}

	.header-mobile {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.header-mobile .col {
		float: left !important;
	}
	body.painel .sidebar {
		display: none;
	}

	a.btn.green.darken-4.waves-effect {
		width: 100%;
	}

	ul#slide-out li a {
		text-align: left;
	}

	ul#slide-out li a i {
		margin-right: 10px;
		color: #fff;
	}

	.side-nav li {
		width: 90%
	}

	table th {
		text-align: center !important;
		/*padding: 10px !important;*/
	}

	table td {
		text-align: left !important
	}

	.btn {
		width: auto;
	}

	h2 {
		font-size: 2rem;
	}

	body.painel.vendas .container.box {
		width: 100%;
		margin: 0;
		box-shadow: none;
		border-radius: 0;
	}

	/*table.responsive-table tbody {
		display: inline-table !important;
	}

	table.responsive-table tbody tr {
		display: grid !important
	}*/

	body.login .box {
		border-radius: 0;
		padding: 10px !important;
		width: 100%;
	}

	body.login .box img {
		width: 50%
	}

	body.login .box h4 {
		font-size: 1.5rem;
		text-align: center;
	}

	body.login .container .row {
		margin: 0 !important;
	}

	.card {
		text-align: center;
	}

	.card h4 {
		font-size: 1.6rem;
	}

	.card h1 {
		margin: 0;
	}

	.btn {
		width: 100% !important;
	}

	table .btn {
		width: auto !important;
	}

	.modal {
		width: 93% !important;
		white-space: normal !important;
	}

	.modal p .btn {
		display: block !important;
	}

	.modal-content p {
		white-space: normal !important;
	}

	body.vendas .col.s12.m4.center img {
		max-width: 60%
	}

	body.vendas .col.s12.m8 {
		text-align: center;
	}

	form span {
		text-align: center;
		width: 100%;
		float: left;
	}

	.fixed-action-btn.horizontal ul li {
		display: block;
		margin: 10px 0px 0 0
	}

	.fixed-action-btn.horizontal ul {
		top: -460% !important;
		right: 0 !important;
		width: 100% !important;
	}

	table .btn {
		padding: 0 2rem !important;
	}

	p strong {
		text-align: center;
	}

	p {
		text-align: center;
	}

	.panel-heading {
		text-align: center;
	}

	ul.formas-pagamento li {
		display: block !important;
		width: 100%
	}

	ul.formas-pagamento li a {
		width: 100% !important;
	}

	h3, h5, h6 {
		font-size: 1.4rem;
	}

	.modal.bottom-sheet {
		width: 100% !important;
	}

	.input-field.col.s6 {
		width: 100% !important;
		display: block;
	}

	td form .col {
		width: 100% !important;
		display: block !important;
		padding: 0 !important;
	}

	td form .col strong {
		display: block;
	}

	#finalizar-venda label {
		top: -.6rem !important;
	}

	#finalizar-venda select {
		top: 10px !important;
	}

	.entrada-dinheiro {
		padding-top: 10px;
	}

	.card .card-content {
		padding: 10px;
		border-radius: 0 0 2px 2px;
		height: auto !important;
		line-height: 20px !important;
	}

	table th {
		text-align: right !important;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none !important;
	}

	h1, h2, h3, h4, h5, h6 {
		text-align: center;
	}

	.materialboxed {
		width: 30px !important;
		margin: 0 !important;
	}
}

ul.formas-pagamento li {
	margin-bottom: 8px;
	display: inline-block;
}

ul.formas-pagamento li a {
	cursor: default;
	font-size: .9rem
}

ul.formas-pagamento li a span {
	font-size: 1.3rem;
	font-weight: bold;
}

@media only screen and (min-width: 993px) {
	body.admin-contas .container {
		width: 100%;
	}

	body.admin-contas {
		background: url(../imagens/bg.painel.png) no-repeat center center fixed;
		background-size: cover;
	}

	body.admin-contas nav {
		margin-bottom: 30px;
	}

	body.admin-contas .card {
		text-align: center;
	}

	body.admin-contas .card h4 {
		font-size: 1.4rem;
	}

	body.admin-contas nav .brand-logo {
		padding: 0 20px;
	}

	body.admin-contas #logo {
		padding: 30px 0 0 0;
	}
}

body.admin-contas .panel.panel-default {
	padding: 20px 30px;
    background: #fff;
}

.ui-menu .ui-menu-item-wrapper,
.ui-menu .ui-menu-item {
	z-index: 9999 !important;
}

/*table.responsive-table tbody {
	white-space: normal;
}*/

body.admin-contas div#logo {
	padding-top: 20px;
}

.select-dropdown li,
.select-dropdown li span,
.select-wrapper input.select-dropdown {
	text-align: left !important;
	float: left !important;
}


.card h4 {
	font-size: 2rem;
}

.fixed-action-btn.horizontal ul {
	top: -470px !important;
	right: 0;
	bottom: 0;
}

.fixed-action-btn.horizontal ul li {
	display: block;
}

table.devolucao tr:hover {
	background-color: #f2f2f2;
}

table td img {
	max-width: 120px !important;
}