@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
	min-width: 980px;
	background-color:#f3f7f6;
}

.clearfloat{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1{
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
}
h2{
	font-size: 18px;
	font-weight: normal;
	color: #444;
	border-bottom: 1px solid #bcbcb7;
}
h3{
	font-size: 16px;
	font-weight: normal;
	color: #444;
}
h4{
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	margin: 5px 0px;
}

header{
    background: #3db253;
}
footer{
	background-color: #257a4a;
	color: #FFF;
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;
}
footer > div p > span{
	color: #D5D5D5;
}
footer > span{
	display: block;
	background-color: #3db253;
	padding: 14px 0;
}
footer > .row > div > p{
	margin: 0px;
	height: 42px;
	line-height: 42px;
}

.logo-ag{
	margin-top: 5px;
}

#menu-rodape{
	list-style: none;
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 0px;
}
#menu-rodape > li{
	float: left;
	border-left: 1px #FFF solid;
}
#menu-rodape > li:first-child{
	border: none;
}
#menu-rodape > li > a{
	color: #FFF;
	padding: 0px 10px;
}
#menu-rodape > li:hover > a{
	color: #FFF;
}
#menu-rodape > li:first-child > a{
	padding-left: 0px;
}

#logout{
	float: right;
	list-style: none;
	margin-top: 14px;
}
#logout > li{
	display: block;
	float: left;
	color: #FFF;
	border-left: 1px #777 dotted;
}
#logout > li:first-child{
	border: none;
}
#logout > li > a{
	color: #FFF;
	padding: 0px 15px;
}
#logout > li:last-child > a{
	padding-right: 0px;
}

div.menu{
	height: 42px;
	background: #3db253;
}
div.menu ul#menu{
	display: block;
	list-style: none;
	height: 42px;
	line-height: 42px;
	margin: 0px;
	background-color: #267c49;
}
div.menu ul#menu > li{
	display: block;
	float: left;
	height: inherit;
	line-height: inherit;
	position: relative;
	z-index: 100;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
div.menu ul#menu > li#active, div.menu ul > li#active > a{
	background-color: #30924e;
	color: #FFF;
}
div.menu ul#menu > li:hover{
	background-color: #FFF;
}
div.menu ul#menu > li:hover > a{
	color: #3db253;
}
div.menu ul#menu > li:hover > span{
	color: #000;
}
div.menu ul#menu > li#active:hover > a{
	color: #ddd;
}
div.menu ul#menu > li > a, div.menu ul#menu > li > span{
	color: #FFF;
	padding: 0px 15px;
	display: block;
	height: 100%;
}
div.menu ul#menu > li > ul{
	position: absolute;
	right: 0px;
	top: 42px;
	width: 250px;
	height: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: none;
	background-color: #277e4a;
}
div.menu ul#menu > li > ul > li{
	display: block;
	float: left;
	width: inherit;
	height: 42px;
	line-height: 42px;
}
div.menu ul#menu > li > ul > li > a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px 15px;
	color: #FFF;
}
div.menu ul#menu > li > ul > li:hover > a{
	color: #ddd;
}
div.menu ul#menu > li:hover > ul{
	display: block;
}

#menu-inicio{
	list-style: none;
}
#menu-inicio > li{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
#menu-inicio > li > a{
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	color: #575F62;
}
#menu-inicio > li > span{
	color: #575F62;
}

/* _-_-_-_-_-_-_-_-_-_-_-_ */
.login{
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	background-color: #F3F7F6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.56);
	-ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.56);
	-o-box-shadow: 0px 0px 6px rgba(0,0,0,0.56);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.56);
}
.login > span{
	margin-left: -15px;
	margin-right: -15px;
	display: block;
	text-align: center;
	font-size: 1.2em;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	margin-bottom: 15px;
	border-bottom: 1px #ddd solid;
	background: #3db253 ;
	background: -moz-linear-gradient(top, #3db253  0%, #247749 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3db253 ), color-stop(100%,#247749));
	background: -webkit-linear-gradient(top, #3db253  0%,#247749 100%);
	background: -o-linear-gradient(top, #3db253  0%,#247749 100%);
	background: -ms-linear-gradient(top, #3db253  0%,#247749 100%);
	background: linear-gradient(to bottom, #3db253  0%,#247749 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f2f2f2',GradientType=0 );
}
.login span#copy{
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	color: #CCC;
	font-size: 0.9em;
}
.login span#copy img{
	margin: 20px auto;
	text-align: center;
}
.formulario-login input{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.formulario-login input:focus{
	outline: none;
	box-shadow: 0px 0px 4px #999999;
	-moz-box-shadow: 0px 0px 4px #999999;
	-ms-box-shadow: 0px 0px 4px #999999;
	-o-box-shadow: 0px 0px 4px #999999;
	-webkit-box-shadow: 0px 0px 4px #999999;
}
.formulario-login input[type=submit]{
	border: none;
	padding: 0px 18px;
	margin: 0px;
	background-color: #3db253;
	border-bottom: 3px solid #247749;
	color: #FFF;
	height: 32px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.formulario-login input[type=submit]:hover{
	background-color: #247749;
}

/* send-news */
#send-news, #view-news, #edit-news{
	background-image: url(../images/send-email.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 0px 42px 0px 15px;;
	border: none;
	background-color: #3db253;
	color: #FFF;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 30px;
}
#send-news:hover, #view-news:hover, #edit-news:hover{
	background-color: #257a4a;
}
#view-news{
	background-image: url(../images/list.png);
}
#edit-news{
	background-image: url(../images/edit-email.png);
}

/* - - */
#accordion h3{
	outline: none;
	background-color: #3db253;
	color: #FFF;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	margin: 4px 0px 0px 0px;
	padding: 0px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#accordion h3.ui-accordion-header-active{
	-webkit-border-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-radius: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#accordion > div{
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #3db253;
	padding: 0px 4px 8px 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #f2f2f2;
	height: 442px;
	display: none;
}
/* - - */
#tabs{
}
#tabs > ul{
	list-style: none;
	display: block;
	width: 100%;
	height: 33px;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
}
#tabs > ul > li{
	display: block;
	float: left;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #DFDEDE;
}
#tabs > ul > li.ui-state-active{
	border-color: #DFDEDE #DFDEDE #FFF #DFDEDE;
}
#tabs > ul > li > a{
	padding: 0px 8px;
	outline: none;
	height: 100%;
	display: block;
	float: left;
	padding: 0px 8px;
	color: #B8B6B6;
}
#tabs > ul > li.ui-state-active > a{
	color: #000;
}
#tabs > ul > li:first-child{
	margin-right: 3px;
}
#tabs > div[id^=tab-]{
	background-color: #FFF;
	padding: 10px 15px;
	border: 1px #DFDEDE solid;
}
#tabs > div#tab-2{
	display: none;
}

.main{
	min-height: 650px;
}

.button{
	outline: none;
}

/* tabela */
table#curriculos tbody tr:nth-child(even){
	background-color: #f2f2f2;
}
table#curriculos tbody tr:hover{
	background-color: #f0f0f0;
}

/* paginação */
.paging > ul{
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	-ms-box-shadow: 0px 0px 3px #999999;
	-o-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	height: 26px;
	line-height: 26px;
}
.paging > ul > li{
	float: left;
}
.paging > ul > li > a{
	padding: 6px 10px;
	border-right: 1px #CCCCCC solid;
	cursor: pointer;
}
.paging > ul > li:hover > a{
	color: #000D71;
}
.paging > ul > li:last-child > a{
	border: none;
}
.paging > ul > li.active > a{
	color: #CCC;
}

input#salvar{
	height: 32px;
	padding: 0px 15px;
	border: none;
	background-color: #3db253;
	color: #FFF;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input#salvar:hover{
	background-color: #0982A1;
}

/* currículo */
#curriculo{
	background-color: #FFF;
}
#curriculo > h5{
	font-weight: normal;
	font-size: 18px;
}

/* mapa */
#mapa{
	height: 200px;
	border: 2px #16a085 solid;
}
/* mapa */

.modulos p{
	margin: 8px 0px;
}
.modulos hr{
	margin: 0px;
}
.modulos .row:hover hr{
	border-color: #bbb;
}
.modulos .row img{
	margin: 10px 0px;
}

.toggle{
	float: left;
	width: auto;
	margin: 11px 0px 0px 0px;
}

.alert-box a{
	color:  #FFF;
}
