/*Barra Menu*/
/*Header*/
/*Cor*/
/*Font*/
/*Tamanho de texto*/
/*Footer*/
.wrap {
  max-width: 1140px;
  width:100%;
  margin: 0 auto;
}
.main {
  padding: 18px 25px;
  width: auto;
}
h3 {
  color: #0062ac;
}
div.footer {
  background: url("../images/bg-footer.jpg") center top no-repeat #ffffff;
  width: 900px;
  color: #848587;
  font: 10px Arial, sans-serif;
  position: relative;
}
.logo-and-header {
    background: url("../images/bg-header-blue2.jpg") center left no-repeat;
    background-size: auto auto;
    height: 110px;
    margin: 0 auto;
    background-size: 100% auto;
}
.menu-horizontal {
  border-bottom: 0px;
  background: none;
  margin-top: 63px;
}
.menu-horizontal li {
  background: none;
}
.menu-horizontal li:hover {
  background: #0a5c9d;
}
.menu-horizontal a:hover,
.menu-horizontal a.menu-item-hover {
  color: #FFF;
}
.button--primary:hover {
  color: #ffffff;
}
.img-lingua {
  background: transparent none no-repeat top left;
  width: 16px;
  height: 11px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 0px;
  padding: 0;
}
.img-lingua.fr {
  background-image: url("../images/flags/fr.gif");
}
.img-lingua.zh {
  background-image: url("../images/flags/zh.gif");
}
.img-lingua.en_US {
  background-image: url("../images/flags/us.gif");
}
.img-lingua.es_ES {
  background-image: url("../images/flags/es.gif");
}
.img-lingua.pt_BR {
  background-image: url("../images/flags/br.gif");
}
.upload-button span {
  color: #676767;
}
.upload-button:hover > span {
  color: #FFF;
}
#incidentStatusDiv fieldset ul li label {
  color: #0062ac;
}
table#incidentAuditTable th {
  color: #0062ac;
}
.flexibleFields h3 {
  border: 0;
}
.full-input {
  width: 98%;
}
.flexibleFields {
  margin-bottom: 10px;
}
