/******************************* LISTAR *****************************/

#div-admin-listar {
	position: relative;
	width: 100%;
}

.admin-titulo {
	font-size: 2em;
	color: #5a5a5a;
	margin-bottom: 1em;
}

.linha {
	width: 100%;
	height: 52px;
	padding-top: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dee2e6;
}

.vendas {
	height: 100px;
}

.vendas-toggle {
	margin-top: 35px;
}

.linha-botoes {
	float: right;
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #ccc;
	padding: 10px 10px 10px 30px;
	margin-top: -8px;
	right: 42px;
}

.bt-toggle {
	float: right;
	cursor: pointer;
}

.bt-toggle img,
.bt-toggle a img {
	width: 32px;
	height: auto;
}

.tab,
.tab-detalhes,
.tab-detalhes-loja,
.tab-detalhes-compra,
.tab-imprimir {
	padding-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	color: #403939;
	font: 14px calibriRegular;
}

.tab-topo {
	padding-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #ccc;
}
.tab-topo-lojas {
	padding-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #8f8f8f;
}
.tab-topo-lojas tr td {
	color: #fff;
}
.tab-topo td {
	padding: 10px 0 0 10px;
}

.tab-total {
	padding: 10px;
	width: 100%;
	background-color: #4450ce;
}

.tab-total * {
	color: #fff;
}

.tab-topo-vendas {
	padding-top: 15px;
	width: 100%;
	background-color: #5d5c5c;
}

.tab-topo-vendas tr td {
	color: #fff;
}

.tab tr td,
.tab tr td a {
	padding-bottom: 15px;
	text-decoration: none;
}

.tab-detalhes tr td,
.tab-detalhes tr td a,
.tab-detalhes-loja tr td,
.tab-detalhes-loja tr td a,
.tab-imprimir tr td,
.tab-imprimir tr td a {
	padding-bottom: 5px;
	text-decoration: none;
}

.tab-detalhes-venda {
	background-color: #c0c0c0;
}
.tab-detalhes-vendas {
	padding-top: 10px;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.tab-detalhes-vendas tr td,
.tab-detalhes-vendas tr td a {
	padding-bottom: 5px;
	text-decoration: none;
}

.tab_thumb {
	width: 90px;
}

.tab_thumb_user {
	width: 20px;
}

.tab_nome {
	float:left;
	margin-top: 5px;
}
.tab_aceite {
	float:right;
	margin-top:5px;
}
.vendas_nome {
	float: left;
	margin-top: 0;
}
.aniversariantes_nome {
	width: 80%;
}
.tab_nome_100 {
	width: 100%;
}

.tab_nome_menor {
	width: 120px;
	padding-left: 10px;
}
.tab_nome_menor div {
	cursor: pointer;
}
.tab_valor {
	width: 25%;
	text-align: right;
	padding-right: 10px;
}

.tab_valor span {
	font-size: 12px;
}

.tab_icon {
	float:left;
	margin-right: 20px;
}
.arredondar a img {
	border-radius:20px;
}
.vendas_icon {
	margin-top: 35px;
}
.aniversariantes_icon {
	float: right;
}

.tab_linha {
	border-top: #ccc 1px solid;
}

.input_data_inicio {
	border: 1px solid #333;
	width: 100px;
}

.input_busca_pro {
	border: 1px solid #333;
	width: 300px;
}

select {
	border: 1px solid #333;
}

.bt_envia_data {
	padding: 3px;
	cursor: pointer;
}
.bt_envia_data:hover {
	background-color: #575757;
}

/******************************* OUTROS TAMANHOS **************/
@media (max-width: 999px) {
	#div-admin-listar {
		position: relative;
		width: 98%;
		left: 0;
		margin-left: 0;
		padding: 0 1%;
	}
}

@media (max-width: 700px) {
	.tab_nome_menor,
	.tab_valor {
		font-size: 10px;
	}

	.tab_valor span {
		font-size: 10px;
	}

	.tab_nome {
		width: 75%;
	}

	.tab_aceite {
		float:none;
		margin-top:0;
	}
}