*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

html,body{
	height: 100%;
	background: rgb(225,225,225);
}

body{
	overflow-x: hidden;
}


/*Página de login*/
.box-login{
	box-shadow: 10px 10px 5px rgb(200,200,200);
	max-width: 600px;
	width: 95%;
	padding: 60px 2%;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}

.box-login h2{
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	margin:10px 0;
	color: black;
}

.box-login input[type=text],
.box-login input[type=email],
.box-login input[type=password]
{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
	margin-top:8px;
}

.box-login input[type=submit]{
	width: 100px;
	height: 40px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 14px;
	background: #00bfa5;
	color: white;
	border: 0;
}


/*Box erro do painel*/

.erro-box{
	width: 100%;
	padding: 8px 2%;
	text-align: center;
	background: #F75353;
	color: white;
	font-size: 15px;
}

/*Fim página login*

/*Painel de controle*/

.clear{clear:both;}

.center{padding:0 2%;margin:0 auto;}

.logout{
	float: right;
}

.logout a{
	padding: 0 20px;
	position: relative;
	top: 4px;
	text-decoration: none;
	color: white;
	font-size: 16px;
}

.logout a > span{
	font-size: 16px;
	text-decoration: none;
}

.menu-btn{
	float: left;
	cursor: pointer;
	font-size: 23px;
	color: white;
}


.menu-wraper{width:250px;}

div.menu{
	overflow-x:hidden;
	overflow-y: auto;
	height: 100%;
	padding:10px 0;
	position: fixed;
	left: 0;
	top: 0;
	background: #455a64;
	float: left;
	width: 250px;
}


header{
	position: relative;
	left: 250px;
	padding: 10px 0;
	background: #78909c; 
	width: calc(100% - 250px);
}

.content{
	width: calc(100% - 250px);
	position: relative;
	left: 250px;
	padding: 2%;
}



.items-menu{
	margin-top: 30px;
}

.items-menu h2{
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	background: #2F3D42;
	color: white;
	padding:8px;
}

.items-menu a{
	display: block;
	padding: 8px;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	color: white;
	border-bottom: 2px solid #2F3D42;
}


div.box-usuario, div.status-carrinho{
	padding: 8px;
	text-align: center;
}

.avatar-usuario{
	text-align: left;
	display: inline-block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 3px solid #2F3D42;
}

.avatar-usuario i{
	position: relative;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	font-size: 50px;
	color: #2F3D42;
}

.imagem-usuario{
	display: inline-block;
	width: 130px;
	height: 130px;
	position: relative;
	border-radius: 50%;
	border: 3px solid #2F3D42;
}

.imagem-usuario img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.nome-usuario{
	text-align: center;
	margin-top: 10px;
}

.nome-usuario p{
	color: white;
	font-size: 15px;
	font-weight: normal;
}

/*Conteúdo principal do painel*/

.w100{
	width: 100%;
}

.w50{
	width: 49%;
}

.left{
	float: left;
}

.sweet-alert p{
	float: left;
}

.right{
	float: right;
}

.box-content{
	background: white;
	padding: 30px;
	margin-bottom: 25px;
}

.box-content h2{
	font-weight: 300;
	font-size: 23px;
}


/*Tabelas*/

.wraper-table{
	overflow-x: auto;
}

table tr td input[type=submit]{
	width: 100px;
	height: 30px;
	cursor: pointer;
	font-size: 14px;
	background: #00bfa5;
	color: white;
	border: 0;
}

table tr td input[type=number]{
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 75%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
}

table{
	font-weight: 300;
	min-width: 900px;
	margin:20px 0;
	width: 100%;
	border-collapse: collapse;
}

table tr:nth-of-type(1){
	background: #0091ea;
	color: white;
}

table tr{
	border-bottom: 1px solid #ccc;
}

table tr{
	color: #555;
}

table td{
	padding: 8px;
}



table a.btn{
	font-weight: normal;
	font-size: 13px;
	color: white;
	text-decoration: none;
	padding: 4px 6px;
}

a.btn.edit{background: #F4B03E;}
a.btn.delete{background: #E05C4E;}
a.btn.order{background: #0091ea;}


/*Paginacao*/

.paginacao{
	margin:20px 0;
	text-align: center;
}

.paginacao a{
	font-size: 14px;
	margin:0 8px;
	display: inline-block;
	padding: 3px 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

.paginacao a.page-selected{
	background: rgb(220,220,220);
}
/*Box Metricas*/

.box-metricas{
	margin-top:16px;
	padding:0 15px;
}

.box-metrica-single{
	float: left;
	position: relative;
	width: 33.3%;
	background: #F4B03E;
	border: 5px solid white;
}

.box-metrica-single a {
	text-decoration: none;
}

.box-metrica-single a:visited {
    text-decoration: none;
}


.box-metricas .box-metrica-single:nth-of-type(2){
	background: #E05C4E;
}

.box-metricas .box-metrica-single:nth-of-type(3){
	background: #0091ea;
}

.box-metrica-wraper{
	padding: 10px 20px;
	text-align: left;
	color: white;
}

.box-metrica-wraper h2{
	font-size: 28px;
}

.box-metrica-wraper p{
	padding: 10px 0;
	font-size: 26px;
}

/*Tabela Responsiva*/

.table-responsive{
	margin:20px auto;
	font-weight: 300;
}

.table-responsive .row:nth-of-type(1){
	font-weight: normal;
	background: #00bfa5;
	padding: 10px;
	color: white;
}

.table-responsive .row{
	color: #777;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}

.col{
	float: left;
	width: 50%;
}


/*Formulários de contato do box-content*/

.box-content form{
	margin:30px 0;
}

.box-content form label:not(.filtro > label){
	font-size: 17px;
	font-weight: 300;
	color: black;
	display: block;
}

.box-content .form-group{
	margin:15px 0;
}

.buscador {
	width: 100%;
}

.buscador label:not(.filtro > label) {
	text-align: center;
}

.buscador input:not(input[type=radio]) {
	margin-left: 25%;
	text-align: center;
	width: 50% !important;
}

.buscador .filtro {
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
	display: block;
}

.buscador .filtro label {
	padding-right: 2%;
}

.box-content form input[type=text],
.box-content form input[type=email],
.box-content form input[type=password],
.box-content form input[type=number],
.box-content form input[type=date]
{
	margin-top:8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
}

.box-content form textarea{
	margin-top:8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	padding: 8px;
	resize: vertical;
}

.box-content form select{
	margin-top:8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
}

.box-content form input[type=file]{
	margin-top:8px;
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
}

.box-content form input[type=submit]{
	width: 100px;
	height: 40px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 16px;
	background: #00bfa5;
	color: white;
	border: 0;
}

/*Box de alerta!*/

.box-alert{
	width: 100%;
	padding:8px 0;
	text-align: center;
}

.sucesso{
	background: #a5d6a7;
	color: white;
}

.erro{
	background: #F75353;
	color: white;
}

/*Menu selecionado*/
.menu-active{
	background: #3a4b51;
}

.menu-active::before{
	content: " | ";
}

.form-group-login label{
	font-size: 13px;
	padding-right: 6px;
	font-weight: 300;
	color: black;
}

.form-group-login a{
	color: inherit;
	text-decoration: none;
	font-size: 13px;
}

.form-group-login a:visited{
	text-decoration: none;
	color: inherit;
}
form .form-group-login:nth-of-type(2){
	position: relative;
	top: 10px;
}

.column {
	flex-direction: column;
}

/* Flex Container */
.box-operacoes {
	margin: 0 auto;
	display: flex;
	flex-direction: row;

}
/* Flex Item */
.operacao {
	/* O flex: 1; é necessário para que cada item se expanda ocupando o tamanho máximo do container. */
	flex: 1;
	margin: 5px;
	width: 100px;
	text-align: center;
	background: #00bfa5;
}

.operacao:first-child, #desativar {
	background: #E05C4E;
}

.operacao:nth-child(2), #ativar {
	background: #50fa7b;
}

.box-operacoes a {
	font-size: 16px;
	cursor: pointer;
	padding: 20px;
	color: #fff;
	text-decoration: none;
}

.termos-google {
	margin-top: 15px;
}

.termos-google p {
	text-align: center;
}

.termos-google a {
	text-decoration: none;
}

.feedback {
    padding-bottom: 5%;
}

/* Caso necessite de um botão maior devido ao tamanho do texto */
.botao-maior {
	width: inherit !important;
	padding: 0 0.5%;
}

/* Configura a parte da busca ao inserir objetos novos */
.list-group, .list-group p {
	margin-top: 2%;
}

.list-group-item{
	padding: 2% 1%;
	border: 1px solid #ccc;
	list-style-type: none;
}

.list-group-item a {
	height: 200px;
	cursor: pointer;
	font-size: 14px;
	padding: 8px;
	background: #F4B03E;
	color: white;
	border: 0;
	text-decoration: none;
}

/* Gráficos */

.graficos {
	margin-top: 1%;
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
}

.graficos .botao-export {
	width: 100px;
    height: 50px;
	padding-top: 2% 0;
    cursor: pointer;
    margin-top: 3px;
    font-size: 16px;
    background: #00bfa5;
    color: white;
    border: 0;
	margin-left: 45%;
	margin-right: 45%;
}


@media screen and (max-width: 1024px){
	.box-metrica-single{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	
	.content{
		width: 100%;
		left: 0;
	}

	header{
		left: 0;
		width: 100%;
	}

	.feedback {
    	padding-bottom: 5%;
	}
}

@media screen and (max-width: 500px){
	.w50{
		width: 100%;
	}
	.box-single-metrica{
		width: 100%;
		padding-top: 40%;
	}

	.feedback {
    	padding-bottom: 8%;
	}

	.table-responsive .row{
		overflow-x: scroll;
	}
}

@media screen and (max-width: 400px){

	.box-metrica-wraper h2{
		font-size: 24px;
	}

	.box-metrica-wraper p{
		padding: 10px 0;
		font-size: 22px;
	}

	.menu-wraper{
		width: 200px;
	}

	.feedback {
    	padding-bottom: 10%;
	}
}

@media screen and (max-width: 380px){
	.items-menu a{
		font-size: 15px;
	}
	.box-operacoes {
		flex-direction: column;
	}

	.operacao {
		width: auto;
	}

	.feedback {
    	padding-bottom: 14%;
	}

	.list-group-item{
		padding: 5% 1%;
	}
}
