@charset "utf-8";
/* CSS Document */
/*#################################################################################################### 
/ General Styles
/###################################################################################################*/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
article, aside, figure, footer, header, hgroup, nav, section { 
	display:block; 
}
a:link, a:active, a:visited {
	text-decoration: none;
}
input, textarea {	
	outline:none;
}
section{
	/*padding-top: 85px;*/
}
.content_center {
	width: 370px;
	margin: 100px auto;
}
.content_center img {
	margin: 0 0 20px 0;
}
.content_center a.left {
	float:left !important;
}
/*#################################################################################################### 
/ Login Painel
/###################################################################################################*/
body.bg_login {
	background: #1b1b1b;
}
#login {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
}
/* Login form
----------------------------------------------------------------------------------------------------*/
#login .form_login {
	width: 300px;
	height: 500px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -150px;
}
#login .form_login label {
	color: #74c24a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 0 3px 0;
	display: block;
}
#login .form_login input {
	width: 100%;
	height: 35px;
	border: thin solid #74c24a;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	padding: 0 10px;
	background: #fff;
}
#login .form_login input[type=submit] {
	cursor: pointer;
	display: block;
	width: 100px;
	height: 32px;
	outline:none;
	border: 2px solid #74c24a;
	color: #74c24a;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px auto 0;
	background: none;
	-webkit-transition: background 0.3s ease-out;
}
#login .form_login input[type=submit]:hover {
	background: #202020;
	-webkit-transition: background 0.3s ease-out;
}
#login .form_login p {
	color: #666;
	font-size: 10px;
	font-weight: 400;
	padding: 15px 0 0 0;
	text-align: center;
}
#login .form_login p a {
	color: #666;
}
#login .form_login .help-block strong {
	color: red;
}
/*#################################################################################################### 
/ Header
/###################################################################################################*/
#header {
	position: fixed;
	z-index: 1000;
	float:left;
	width: 100%;
	height: 87px;
	background: #74c24a;
}
/* Logo
----------------------------------------------------------------------------------------------------*/
#header .logo {
	float:left;
	width: 159px;
	height: 87px;
	background: #515151;
}
/* top
----------------------------------------------------------------------------------------------------*/
#header .top {
	overflow: hidden;
	padding: 30px 40px;
}
#header .title {
	float:left;
}
#header .title h2 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	padding:0;
	margin:0;
}
#header .search {
	width: 50%;
	float: right;
}
#header form {
	width: 150px;
	height: 30px;
	float: right;
	margin-right: 25px;
	background: #e6390f;
	border-radius: 3px;
}
#header form input {
	width: 122px;
	height: 30px;
	float:left;
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 0 10px;
}
#header form input[type=submit] {
	cursor: pointer;
	width: 28px;
	float:left;
	margin-top: 5px;
	background: url(../images/icon-search.png) no-repeat;
}
#header .search .user{
	float: right;
}
#header .search h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	padding:0;
	margin:0;
}
#header .search p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 16px;
	padding:0;
	margin:0;
}
#header .search p a {
	color: #fff;
	text-decoration: underline;
}

/*#################################################################################################### 
/ Main
/###################################################################################################*/
#main {
	width: 100%;
	height: auto;
	background: #fff;
	float:left;
	overflow: auto;
	margin-top: 87px;
}
/*#################################################################################################### 
/ Nav
/###################################################################################################*/
nav {
	position: fixed;
	float: left;
	overflow:hidden;
	width: 159px;
	height: 100%;
	background: #2f2f2f;
	padding: 15px 0 0 0;
	margin-top: 87px;
}
nav ul {
	margin: 0;
	padding:0;	
}
nav ul li {
	font-size: 12px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	list-style: none;
	margin-bottom: 15px;
}
nav ul li.icon1 {
	background: url(../images/icons-nav.png) 5px 0 no-repeat;
}
nav ul li.icon2 {
	background: url(../images/icons-nav.png) 5px -59px no-repeat;
}
nav ul li.icon3 {
	background: url(../images/icons-nav.png) 5px -115px no-repeat;
}
nav ul li.icon4 {
	background: url(../images/icons-nav.png) 5px -174px no-repeat;
}
nav ul li.icon5 {
	background: url(../images/icons-nav.png) 5px -231px no-repeat;
}
nav ul li.icon6 {
	background: url(../images/icons-nav.png) 5px -289px no-repeat;
}
nav ul li.icon7 {
	background: url(../images/icons-nav.png) 5px -345px no-repeat;
}nav ul li.icon8 {
	background: url(../images/icons-nav.png) 5px -402px no-repeat;
}
nav ul li a {
	display: block;
	color: #fff;
	padding: 14px 0 14px 20px;
	border-left: 6px solid #2f2f2f;
}
nav ul li a:hover {
	color: #74c24a;
	border-left: 6px solid #74c24a;
}
nav .by {
	position: fixed;
	bottom: 0px;
}
nav .by a {
	color: #666;
}
nav .by p {
	font-size: 10px;
	color: #74c24a;
	font-weight: 400;
	text-align: center;
	list-style: none;
	margin-left: 10px;
}
/*#################################################################################################### 
/ Title
/###################################################################################################*/
#title {
	position:relative;
	overflow: hidden;
	display: block;
	z-index: 100;
    padding: 15px 35px;
	background: #eff0f0;
	margin-left: 159px;
}
#title .title {
	background: url(../images/icons.png) -3px 0 no-repeat ;
}
#title .title2 {
	background: url(../images/icons.png) -8px -287px no-repeat ;
}
#title .title3 {
	background: url(../images/icons.png) -8px -451px no-repeat ;
}
#title .title4 {
	background: url(../images/icons.png) -8px -397px no-repeat ;
}
#title .title5 {
	background: url(../images/icons.png) -8px -234px no-repeat ;
}
#title .title6 {
	background: url(../images/icons.png) -8px -506px no-repeat ;
}
#title .title7 {
	background: url(../images/icons.png) -8px -189px no-repeat ;
}
#title .title8 {
	float: left;
    width: 100%;
	background: url(../images/icons.png) -8px -340px no-repeat ;
}
#title h2 {
	display: inline-block;
    color: #7f7f7f;
    font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
    padding: 9px 0 0 45px;
	margin:0;
}
#title .title8 h2 {
	float:left;
}
#title h3 {
	float:right;
	display: inline-block;
	text-align: right;
    color: #7f7f7f;
    font-size: 13px;
	font-weight: 400;
	line-height: 20px;
    padding: 9px 0 0 0;
	margin:0;
}
.arrow-down {
	width: 0; 
	height: 0; 
	margin-left: 200px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
  	border-top: 13px solid #eff0f0;
}

#title a.bt {
	float:right;
	color: #7f7f7f;
    font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	padding: 2px 25px;
	margin-left: 10px;
	border: 2px solid #7f7f7f;
	border-radius: 12px;
	-webkit-transition: background 0.3s ease-out;
}
#title a.bt:hover {
	color: #fff;
	background: #74c24a;
	-webkit-transition: background 0.3s ease-out;
}
/*#################################################################################################### 
/ Content
/###################################################################################################*/
#content {
	position:relative;
	overflow: hidden;
	display: block;
	height: auto;
	z-index: 100;
    padding: 15px 40px 0 45px;
	background: #fff;
	margin-left: 159px;
}
/* posts
----------------------------------------------------------------------------------------------------*/
#content .posts,
#content .editor,
#content .cursos {
	position:relative;
	z-index: 100;
	display: block;
    height: auto;
	margin: 20px 0 0 0;
}
#content .header {
	position:relative;
	width: 100%;
	display: block;
    overflow: hidden;
    padding-bottom: 10px;
	margin: 15px 0 10px 0;
	border-bottom: thin solid #74c24a;
}
#content h3 {
	float: left;
	color: #74c24a;
    font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
    padding: 9px 10px 0 30px;
	margin:0;
	background: url(../images/icons.png) -10px -45px no-repeat;
}
#content a.bt_see {
	float: left;
	display: block;
	color: #979797;
    font-size: 11px;
	font-weight: 500;
	line-height: 20px;
	text-transform: lowercase;
	text-decoration: underline;
	padding: 12px 0 0 0;
}
#content a.bt,.filtros-select {
	float:right;
	color: #666;
    font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 25px;
	margin-left: 10px;
	border: 2px solid #666;
	border-radius: 12px;
	-webkit-transition: background 0.3s ease-out;
}
.filtros-select {
	height: 28px;
}
.datas_span {
	color: #666 !important;
}
#content a.bt:hover {
	color: #fff;
	background: #74c24a;
	-webkit-transition: background 0.3s ease-out;
}
#content table {
	float:left;
	margin: 0 0 40px 0;
}
#content table tr th {
	color: #74c24a;
    font-size: 12px;
	font-weight: 700;
	text-align: left;
	padding: 5px;
	background: #fff;
}
#content table tr th a {
	color: #74c24a;
}
#content table tr td {
	color: #676767;
    font-size: 14px;
	font-weight: 500;
	padding: 8px;
}
#content table tr td a {
	color: #676767;
	text-decoration: underline;
}
#content table tr td span {
	display: block;
	position:relative;
	clear:both;
	color: #ff0000;
	font-size: 12px;
	padding-top:5px;
}
#content table.zebra tbody tr:nth-child(even) {
   background-color: #eff0f0;
}
#content a.bt_search {
	float:left;
	width: 23px; 
	height: 23px;
	background: url(../images/icon-search.png) -28px 0 no-repeat;
}

#content a.bt_remove {
	float:left;
	width: 23px; 
	height: 23px;
	background: url(../images/icon-remove.png) -28px 0 no-repeat;
}

#content a.bt_check {
	float:right;
	width: 23px; 
	height: 23px;
	background: url(../images/icon-check.png) -28px 0 no-repeat;
}

#content a.bt_edit {
	float:left;
	width: 23px; 
	height: 23px;
	background: url(../images/icon-edit.png) -28px 0 no-repeat;
}

#content a.bt_change {
	float:left;
	width: 23px; 
	height: 23px;
	background: url(../images/seta-up.png) no-repeat center center fixed;
}

#content a.bt_clean {
	float: left;
	margin: 2px 0 0 10px;
	width: 15px; 
	height: 15px;
	background: url(../images/icons.png) -518px -563px no-repeat;
}
#content .emails {
	position:relative;
	z-index: 100;
	display: block;
    height: auto;
	margin: 20px 0 0 0;
}
#content .emails h3 {
	background: url(../images/icons.png) -10px -89px no-repeat;
}
#content .relat {
	float:right;
	width: 230px;
	margin: 0;
}
#content .header2 {
	display: block;
    overflow: hidden;
	float:right;
	width: 230px;
}
#content .header2 h3 {
	background: url(../images/icons.png) -10px -137px no-repeat;
}
#content .relat .box_laranja,
#content .relat .box_cinza {
	float:left;
	width: 230px;
	height: 90px;
	margin: 0 0 15px 0;
	border: thin solid #74c24a;
}
#content .relat .box_laranja p,
#content .relat .box_cinza p {
	color: #74c24a;
    font-size: 52px;
	font-weight: 800;
	text-align: center;
	margin: 0;
	padding: 0;
}
#content .relat .box_laranja p span,
#content .relat .box_cinza p span {
    font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
}
#content .relat .box_cinza {
	border: thin solid #929292;
	margin: 0;
}
#content .relat .box_cinza p {
	color: #929292;
}
#content .boxes_rel {
	width: 610px;
	float:right;
}
#content .boxes_rel h5 {
	float:left;
	color: #74c24a;
    font-size: 12px;
	font-weight: 800;
	text-align: right;
	text-transform: uppercase;
	margin: 0;
	padding: 17px 0 0 0;
}
.box_rel,
.box_rel2 {
	float:right;
	width: 230px;
	height: auto;
	margin: 0 20px 15px 0;
	border: thin solid #74c24a;
}
.box_rel p,
.box_rel2 p {
	color: #74c24a;
    font-size: 12px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
}
.box_rel2 {
	border: thin solid #929292;
	margin: 0;
}
.box_rel2 p {
	color: #929292;
}
.box_rel p strong,
.box_rel2 p strong {
    font-size: 18px;
}
/*#################################################################################################### 
/ Editor news
/###################################################################################################*/
#content .editor h3,
#content .cursos h3  {
	background: none;
    padding: 9px 10px 0 0;
}
#content .editor table tr td {
	vertical-align:top;
}
#content .editor label {
	color: #727272;
    font-size: 13px;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
}
#content .editor input,
#content .editor textarea,
#content .editor select {
	width: 100%;
	height:25px;
	color: #727272;
    font-size: 13px;
	font-weight: 400;
	text-align: left;
	border: none;
	padding: 0 10px;
	background: #eaeaea;
    border: 1px solid black;
}
#content .editor textarea {
	height:200px;
	padding: 10px;
}
#content .editor input[type=file] {
	width: 100px;
}
#content .editor input[type=select] {
	width: 200px;
}
input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
}
input[type=file]::before {
	content: 'Selecionar...';
	display: inline-block;
	background: #eaeaea;
	border: none;
	padding: 4px 0;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 400;
}
input[type=file]:hover::before {
	border-color: black;
}
input[type=file]:active::before {
	background: #eaeaea;
}
#content .editor input[type=checkbox] {
	width: 20px;
	height: 20px;
}
#content .editor table tr td img {
	width: 110px;
	border: 2px solid #c0c0c0;
}
#content .editor table tr td img:hover {
	border: 2px solid #74c24a;
}
#content a.bt_add {
	float: left;
	display: block;
	color: #979797;
    font-size: 11px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 12px 0 0 0;
}
/*#################################################################################################### 
/ Grupos
/###################################################################################################*/
#content .grupo {
	float: left;
	position:relative;
	z-index: 100;
	width: 280px;
    height: auto;
	margin: 20px 20px 0 0;
	padding: 25px 30px;
	border: 2px solid #74c24a;
}
#content .grupo h3 {
	float: none;
	color: #74c24a;
    font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
    padding: 0 0 20px 0;
	margin:0;
	background: none;
}
#content .grupo p {
	color: #2f2f2f;
    font-size: 13px;
	font-weight: 400;
	line-height: 18px;
    padding: 0 0 10px 0;
	margin:0;
}
#content .grupo a.bt_grupo {
	color: #74c24a;
    font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
    padding: 0;
	margin:0;
}

/*#################################################################################################### 
/ Relatórios
/###################################################################################################*/
#content a.page_nav {
	//display: block;
	color: #74c24a;
    font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
    padding: 0;
	margin:0;
	margin-left: 5px;
	margin-right: 5px;
}
#content .list_relat {
	width: 230px;
	display: block;
    padding: 10px 0;
	margin: 0 auto;
}
#content span.list {
	color: #2f2f2f;
    font-size: 11px;
	font-weight: 400;
	line-height: 18px;
}
#content select.list {
	border: thin solid #2f2f2f;
	background: #fff;
    width: 28px;
	height: 15px;
	border-radius: 0;
	-webkit-appearance: none;
}
/*#################################################################################################### 
/ Search inscricoes
/###################################################################################################*/
#content .header form.search {
	width: 445px;
	height: 30px;
	float: right;
}
#content .header form.search2 {
	width: 275px;
	height: 30px;
	float: right;
}
#content .header form.search input,
#content .header form.search2 input {
	width: 162px;
	height: 30px;
	float:left;
	color: #666;
    font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	padding: 2px 5px;
	margin-left: 10px;
	background: #fff;
	border: 2px solid #666;
	border-radius: 12px;
	-webkit-transition: background 0.3s ease-out;
}
#content .header form.search ::-webkit-input-placeholder,
#content .header form.search2 ::-webkit-input-placeholder {
	color: #666;
}
#content .header form.search :-moz-placeholder,
#content .header form.search2 :-moz-placeholder {
	color: #666;
}
#content .header form.search ::-moz-placeholder,
#content .header form.search2 ::-moz-placeholder {
	color: #666;
}
#content .header form.search :-ms-input-placeholder,
#content .header form.search2 :-ms-input-placeholder {  
	color: #666;
}
#content .header form.search input[type=submit],
#content .header form.search input[type=reset],
#content .header form.search2 input[type=submit],
#content .header form.search2 input[type=reset] {
	float:left;
	width: auto;
	cursor: pointer;
	color: #74c24a;
    font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	padding: 2px 25px;
	margin-left: 10px;
	border: 2px solid #74c24a;
	border-radius: 12px;
	-webkit-transition: background 0.3s ease-out;
}

#content .header form.search input[type=submit]:hover,
#content .header form.search input[type=reset]:hover {
	color: #fff;
	background: #74c24a;
	-webkit-transition: background 0.3s ease-out;
}
/*#################################################################################################### 
/ cursos
/###################################################################################################*/
#content .cursos input[type=checkbox] {
	width: 20px;
	height: 12px;
}
/*#################################################################################################### 
/ Alerts
/###################################################################################################*/
span.alert_on {
	display: inline-block;
	color: #2f2f2f;
    font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	font-style:italic;
    padding: 0 0 0 25px;
	margin-left: 20px;
	background: url(../images/icons.png) -519px -595px no-repeat;	
}
span.alert_off {
	display: inline-block;
	color: #2f2f2f;
    font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	font-style:italic;
    padding: 0 0 0 25px;
	margin-left: 20px;
	background: url(../images/icons.png) -517px -562px no-repeat;	
}
span.alert_error {
	width: 17px;
	height: 17px;
	display: inline-block;
	color: #2f2f2f;
    font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	font-style:italic;
    padding: 0;
	margin-top: 8px;
	background: url(../images/icons.png) -16px -567px no-repeat;	
}
/*#################################################################################################### 
/ Lista de emails
/###################################################################################################*/
#content table.list_emails {
	border-bottom: 1px solid #74c24a;
	padding-bottom: 10px;
}
#content table.list_emails label {
	color: #74c24a;	
}
#content table.list_emails input {
	color: #7f7f7f;
    font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 2px 10px;
	margin-left: 10px;
	border: 1px solid #74c24a;
	border-radius: 12px;
	background: #fff;
	-webkit-transition: background 0.3s ease-out;
}
/*# sourceMappingURL=styles.css.map */