/* Portal
   Main color: #3e4555 */
.main-color {
   background-color: #3e4555;
}
.menu-root li a:hover, .main-font{
  color: #3e4555;
}
.main-color-80 {
   background-color: rgba(62, 69, 85, 0.8);
}
.navbar {
  background-color: #3e4555;
  border: none;
}
header > .navbar {
  border-color: #1a1e28;
}
/* Busca */
span.tt-dropdown-menu .tt-suggestion:nth-child(odd) {
  background-color: #3e4555;
}
.navbar .search, .tt-dataset-suggest, input.more-results, .navbar-form input[type="submit"].more-results:hover {
  background-color: #262c3a;
}
.goback a, .videos-home .block-title a, .publications .block-title > a, .block-title a, .org-color {
  color: #3e4555;
}
/* Sprites icons */
.lvl1 .active i {
  background-position: -125px -248px;
}
.icon.logo-casa {
  background-position: -5px -228px;
  width: 319px;
  height: 26px;
  float: left;
}
.icon.ic-affix.logo-casa {
  background-position: -150px -346px;
  width: 225px;
  height: 18px;
  margin-top: 0;
}
.icon.ic-footer.logo-home {
  background-position: -211px -301px;
  width: 243px;
  height: 20px;
  margin-bottom: 3px;
}
/* Icons change color */
.icon.ic-casa, .menu-bottom > li:hover i.icon, .menu-bottom > li a.active-menu i.icon {
  background-image: url('http://arquivos.portaldaindustria.com.br/imgs/2015/sprites/sprite-portal.png?r=0.044422058863');
}
/* Hover */
.nav-hover li:hover .icon, .customer-service ul li a:hover .icon, .set-hover > li:hover .icon, .set-hover > li a.active-menu .icon, a.clickable:hover .icon {
  background-image: url('http://arquivos.portaldaindustria.com.br/imgs/2015/sprites/sprite-portal-hover.png?r=0.120766357708');
}
.nav-hover li > a:hover, a.clickable:hover span {
  color: #7c869e;
}
.menu-top li.dropdown:hover > a, .menu-top li.dropdown > a.active-menu, .menu-top .dropdown-menu > .title-dropdown {
  color: #9a9a9a;
}
.menu-bottom > li:hover a, .menu-bottom > li a.active-menu {
  color: #3e4555;
}
.menu-footer ul.nav-pills li a:hover, .customer-service ul li a:hover {
  color: #5b647a;
}
div.hover-opened a:hover {
  color: #ffffff;
}
/* Rodapé */
.menu-footer {
  background-color: #262c3a;
}
.menu-footer .wtf {
  background-color: #2c313e;
}
.hover-closed, ul.btn-menu > li:hover, ul.btn-menu li.open, ul.btn-menu.nav .open > a, ul.btn-menu.nav .open > a:hover, ul.btn-menu.nav .open > a:focus {
  background-color: #333948;
}
.hover-opened {
  background-color: #3e4555;
}
div.hover-opened a, .address p.location {
  color: #979797;
}
.footer {
  background-color: #262c3a;
}
.footer .logo-rodape {
  background-position: -310px -164px;
  width: 243px;
  height: 20px !important;
}
/* select footer */
.select-footer select.custom-chosen-js + .chzn-container .chzn-drop {
  border-color: #51596b;
}
.select-footer .chzn-container.chzn-container-single.chzn-container-single-nosearch a {
  background-color: #333948;
  border-color: #51596b;
}
.select-footer .chzn-container-single .chzn-single, .select-footer .chzn-container-single .chzn-drop {
  border: 1px solid #51596b;
}
.select-footer .chzn-container-single .chzn-single, .select-footer .chzn-container .chzn-drop {
  background-color: #333948;
  filter: none;
}
select.custom-chosen-js + .chzn-container .chzn-container-single .chzn-container-single-nosearch {
  background: #333948;
}
.select-footer .chzn-container .chzn-results > li {
  border-top: 1px solid #51596b;
}
.select-footer .chzn-single span, select.custom-chosen-js + .chzn-container {
  color: #979797;
}
.set-hover > li:hover a, .set-hover > li a.active-menu {
  color: #3e4555!important;
}
.col-footer, .bordered {
  border-color: #5f6876;
}
/* Gradients */
.gradient, .gradient-hover, .content-menu li.active, .content-menu li:hover {
  background: #2b313d; /* Old browsers */
  background: -moz-linear-gradient(70deg,  #2b313d 0%, #3e4555 51%, #4f586d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2b313d), color-stop(51%,#3e4555), color-stop(100%,#4f586d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(70deg,  #2b313d 0%,#3e4555 51%,#4f586d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(70deg,  #2b313d 0%,#3e4555 51%,#4f586d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(70deg,  #2b313d 0%,#3e4555 51%,#4f586d 100%); /* IE10+ */
  background: linear-gradient(70deg,  #2b313d 0%,#3e4555 51%,#4f586d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b313d', endColorstr='#4f586d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.home-news .gradient:hover, .gradient-hover:hover {
  background: #515765; /* Old browsers */
  background: -moz-linear-gradient(70deg,  #515765 0%, #565e71 51%, #727c94 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#515765), color-stop(51%,#565e71), color-stop(100%,#727c94)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(70deg,  #515765 0%,#565e71 51%,#727c94 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(70deg,  #515765 0%,#565e71 51%,#727c94 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(70deg,  #515765 0%,#565e71 51%,#727c94 100%); /* IE10+ */
  background: linear-gradient(70deg,  #515765 0%,#565e71 51%,#727c94 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515765', endColorstr='#727c94',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* Loading */
i.loading {
  background: url('http://arquivos.portaldaindustria.com.br/imgs/2015/loading/pdi.GIF?r=0.985222881514') no-repeat;
}
.content-menu li, .content-menu .filter-search, .modal-header {
  border-top-color: #3e4555;
}
.newsletter div.head:after {
  border-color: transparent transparent transparent #4f586d;
}
.content-menu p, .news-menu h2, .newsletter .child h4 strong, .goback a {
  color: #3e4555;
}
#mostrar_assuntos {
  color: #3e4555;
}
.novas, .tag-name, .modal-header {
  background-color: #3e4555;
}
.novas-footer a {
  color: #3e4555;
}
.pai form h2 {
  color: #3e4555;
}
.new-form input[type="checkbox"].checked + label span.check {
  background: url('http://arquivos.portaldaindustria.com.br/imgs/2015/sprites/sprite-portal.png?r=0.044422058863') no-repeat -383px -2px;
}
#result-assunto li {
  color: #3e4555;
}
.menu-footer {
  background-color: #3e4555;
}
.menu-footer a:hover .ic {
  background-image: url('http://arquivos.portaldaindustria.com.br/imgs/2015/sprites/sprite-footer-portal.png');
}
.menu-footer .part .part-body a:hover,
.menu-footer .dark-feat:hover,
.menu-footer .restricted a:hover {
  color: #7b859e;
}
.menu-footer .dark-bg {
  background-color: #262c3a;
}
.menu-footer .part .part-body a {
  color: #979797;
}
