@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro);
@import url('../fonts/bonvenocf_light_macroman/stylesheet.css');


/* @media screen and (min-width: 1500px) {
	html,body {
		background: #E3E3E3 !important;
	}
	 #tudo {
		width: 1496px !important;
		background-image: url(../images/bg-poligonos3.jpg);
		-webkit-box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.2);
	}
	#rodape{
		position: relative !important;
		margin-left: auto;
		margin-right: auto;
	}
} */

body {
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif !important;
	font-size: 14px;
	color: #4f4f4f;
	/*overflow-y: scroll;*/
}

footer {
	width: 100%;
	height: 110px;
}

#rodape {
	height: 80px;
	background: #275278;
	color: #FFF
}

#rodape-universia {
	height: 80px;
	background: #EE1C25;
	color: #FFF
}

#rodape-uniessa {
	height: 80px;
	background: #005aa5;
	color: #FFF
}

.container-centralizado {
	margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#tudo {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #FFF;
	border: 1px solid #d3e0e9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 30px;
}
#tudo-all {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	background: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


::-moz-placeholder { color: #777;} /* firefox 19+ */
input:-moz-placeholder { color: #777;}

.ui-widget {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
}

.body-teste {
	background: url(../images/fundo-teste.jpg) !important ;
}

hr {
	height: 1px;
	background: #ededed;
	margin: 0px;
	border: none;
}

a img{/*Para o IE*/
    border: 0;
}
a {
	color: #333333;
}
a:VISITED {
	color: gray;
}

.altura-total {
	height: 100vh;
}

#topocentral {
	height: 80px;
	border-bottom: 1px solid #d3e0e9;
}

.imagem-logo-instituicao {
	max-width: 250px;
	max-height: 60px;
	margin-left: 20px;
}

#logo-topo {
	display: inline;
	float: left;
	position: relative
}

#logo-topo span {
	padding-left: 14px;
	padding-top: 10px;
	display: block;
}

.nome-usuario {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	margin-top: 28px;
}

.nome-usuario:hover {
	text-decoration: underline;
}

#opcoes img {
	margin-top: 16px;
	margin-right: 10px;
}

#menu-perfil {
	display: inline;
	float: right;
	position: relative;
	margin-left: 10px;
}

#menuConfig {
	display: none;
	z-index: 999;
	right: 0px;
	position: absolute;
}

.painel-usuario {
	background: #FFF;
	border: #F1F1F1 solid 1px;
	width: 163px;
	font-size: 14px;
	-webkit-box-shadow: 1px 1px 7px -2px #494949;
	box-shadow: 1px 1px 7px -2px #494949;
}

.menuConfiguracao {
	width: 163px;
	margin-left: -3px;
}

.menuConfiguracao:hover {
	background: #F1F1F1;
}

.texto-editar {
	float: left;
	margin-left: 5px;
	padding: 10px;
	color: #545454;
}

#conteudo {
	padding-bottom: 80px;
}

#divAjuda{
	float: right;
	padding-right: 10px;
	padding-top: 7px;
	color: #979797;
}

#divAjuda a{
	color: #979797;
	text-decoration: none;
}
#divAjuda a:hover{
text-decoration: underline;
}

#anunciantes {
	margin-left: 30px;
	margin-right: 30px;
	height: 40px;
}
#anunciantes > a {
	display: block;
	float: left;
	width: 160px;
	height: 100px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#anunciantes > a:nth-child(5n) {
	margin-right: 0px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}