@charset "utf-8";

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

.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: #373d40; /* Old browsers */
	background: -moz-linear-gradient(top,  #373d40 0%, #42494c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373d40), color-stop(100%,#42494c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #373d40 0%,#42494c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #373d40 0%,#42494c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #373d40 0%,#42494c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #373d40 0%,#42494c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373d40', endColorstr='#42494c',GradientType=0 ); /* IE6-9 */
}
footer{
	background-color: #2B2F31;
	color: #6E7272;
	display: block;
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 50px;
}
footer > div p > span{
	color: #D5D5D5;
}
footer > span{
	display: block;
	background-color: #434A4D;
}
footer > .row > div > p{
	margin: 0px;
	height: 42px;
	line-height: 42px;
}

.logo{
	margin: 11rem 0 5rem;
}

#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: #adc3d3;
	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;
}
#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: #52595c; /* Old browsers */
	background: -moz-linear-gradient(top,  #52595c 0%, #5c6467 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52595c), color-stop(100%,#5c6467)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #52595c 0%,#5c6467 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #52595c 0%,#5c6467 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #52595c 0%,#5c6467 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #52595c 0%,#5c6467 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52595c', endColorstr='#5c6467',GradientType=0 ); /* IE6-9 */
}
div.menu ul#menu{
	display: block;
	list-style: none;
	height: 42px;
	line-height: 42px;
	margin: 0px;
	background-color: #61686B;
}
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: #6C7275;
	color: #FFF;
}
div.menu ul#menu > li:hover{
	background-color: #FFF;
}
div.menu ul#menu > li:hover > a{
	color: #508DB8;
}
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: #6C7275;
}
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;
}
.formulario-login {
	margin: 3rem;
}
.formulario-login input{
	width: 100%;
  padding: 10px !important;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e1e1e1;
  color: #bbbbbb;
	height: auto !important;
	margin: 1rem 0;
}
.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]{
	width: 100%;
  padding: 10px;
  border: solid 2px #888;
  background-color: #86898B;
  color: #FFF;
  font-size: .9em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
	height: auto !important;
}
.formulario-login input[type=submit]:hover{
	background-color: #95989B;
	cursor: pointer;
}

.copyright {
	margin-top: 2rem;
	display: block;
	text-align: center;
}

.copyright a {
	color: #86898B !important;
}

/* 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: #00A1CB;
	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: #0982A1;
}
#view-news{
	background-image: url(../images/list.png);
}
#edit-news{
	background-image: url(../images/edit-email.png);
}

/* - - */
#accordion h3{
	outline: none;
	background-color: #2BA6CB;
	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: #2BA6CB;
	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 4px 4px 4px;
	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: #00A1CB;
	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;
}
