div#content {
	width: 90%;
	margin: 2% auto;
	display:flex;
    justify-content: space-between;
}

div#sistema_abas {
	width: 29%;
	display: inline-block;
}

div#abas {
	width: 100%;
	display:flex;
    justify-content: space-between;
}

p.aba {
	width: 32%;
	font-size: 0,7vw;
	display: inline-block;
	height: 40px;
    line-height: 48px;
	color: #fff;
    font-weight: 400;
	text-transform: uppercase;
	border-radius: 30px 30px 0 0;
	background-color: #8BC34A;
	text-align: center;
	cursor: pointer;
}

p.aba_select {
	background-color: #558B2F;
}

div.aba_visivel {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
	min-height: 600px;
	border-radius: 10px;
}

div.text_aba {
	margin: 1% 2%;
	width: 96%;
	padding: 1% 0;
	display: flex;
	justify-content: space-between;
}

div.text_aba:hover {
	background-color: #F1F8E9;
	cursor: pointer;
}

div#selected {
	background-color: #E0E0E0;
}

h3.text_aba,
p.text_aba {
	display: block;
	color: #000;
	font-size: 16px;
}

div.edit_delete {
	display: inline-block;
}

a.link_notes {
	display: inline-block;
	width: 70%;
}

img.editar,
img.deletar {
	width: 18px;
}

div.nota_selected {
	width: 649px;
	background-color: #fff;
	margin: 0 1%;
	min-height: 600px;
	display: inline-block;
	padding: 1%;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
	border-radius: 10px;
}

div.text_nota {
	display: block;
	margin: 2% 0 0 0;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 5%;
}

div#propaganda {
	width: 19%;
	min-height: 600px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
	border-radius: 10px;
	padding: 1%;
}

a.anuncio {
	width: 100%;
	display: block;
	margin-bottom: 30%;
}

img.anuncio {
	width: 100%;
	display: block;
}

h3.titulo,
p.titulo {
	width: 100%;
	color: #64DD17;
	font-size: 16px;
	font-weight: normal;
}

p.data {
	display: inline;
	font-style: italic;
	font-size: 12px;
	color: #757575;
}

p.autor {
	display: inline;
	font-weight: 600;
	font-size: 12px;
	color: #757575;
}

input#pesq_notas1,
input#pesq_notas2,
input#pesq_notas3 {
	display: inline-block;
	width: 98%;
	margin: 0 0 2% 0;
	font-size: 16px;
	color: #9E9E9E;
    font-weight: 400;
	padding: 1%;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	border-bottom: solid 1px #C5E1A5;
	transition: border 0.3s;
}

input#pesq_notas1:focus,
input#pesq_notas2:focus,
input#pesq_notas3:focus {
   outline: none;
   border-bottom: solid 2px #8BC34A;
}

/* dentro da nota */
div#centralizar_top {
	display: flex;
	justify-content: space-between;
}

a#link_perfil {
	display: flex;
	justify-content: flex-start;
	padding: 1%;
	margin: 1% 0 2% 1%;
	width: 40%;
}

img#photo_perfil {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 1%;
	display: inline-block;
}

p#nome_user {
	font-style: italic;
	color: #000;
	display: inline-block;
}

div.addthis_inline_share_toolbox {
	display: inline-block;
	float: right;
}

a.report {
	display: block;
	text-decoration: underline;
	color: #d50000;
	float: right;
	margin-top: -5%;
}

a.report:hover {
	color: #B71C1C;
}

h1.titulo_nota {
	color: #64DD17;
}

/* window modal de confirmação */

div#janela {
	margin: 0;
	padding: 0;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 4000;
}

div#janela div.window_confirm{
	display:none;
	width:650px;
	height:450px;
	position:fixed;
	left:0;
	top:0;
	background:#FFF;
	z-index:4900;
	border-radius: 10px;
}

div#janela div#mascara {
	position:absolute;
  	left:0;
  	top:0;
  	z-index:4000;
  	background-color:#000;
  	display:none;
}

div#topo {
	width: 100%;
	background-color: #8BC34A;
	border-radius: 10px 10px 0 0;
}

p.titulo_topo {
	float: left;
	margin: 5px 0 10px 20px;
	color: #fff;
	font-weight: bold;
}

p#entendi {
	margin: 10px auto;
	font-size: 16px;
	color: #fff;
	display: block;
	cursor: pointer;
	background-color: #8BC34A;
	border-radius: 5px;
	width: 200px;
	text-align: center;
	padding: 10px 0;
}

div#texto {
	padding: 10px;
}

div#texto p {
	margin-bottom: 10px;
	text-indent: 20px;
}

h2#patrocinadores {
	color: #8BC34A;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}