/*Barra Menu*/
/*Header*/
/*Cor*/
/*Font*/
/*Tamanho de texto*/
/*Footer*/
/**
    ===============================================================================
    Reset and style for tags
    ===============================================================================
*/
.some {
  display:none !important;
  }
  
* {
  border: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #131313;
}
.background-1 span{
  display:block;
}
.background-1 p {
    text-align: center;
    display:inline-block;
}
.background-1 a {
   font-weight: 300;
   font-size:0.8em;
   margin-bottom:10px;
   display:inline-block;
}
.gdpr-box p{margin-bottom:0.85em;}
p 
p 
html {
  height: 100%;
}
body {
  min-height: 100%;
  background-color: #ffffff;
}
body {
  position: relative;
}
p,
div#complainantFields div,
fieldset div {
  margin: 0.85em 0 0 0;
}
p {
  text-align: justify;
}
h1,
h2,
h3,
h4,
h4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #53555c;
}
h3 {
  height: 2em;
  padding-top: 1em;
  font-size: 25px;
}
fieldset h3 {
  border-bottom: 2px solid #0a5c9d;
  height: 1.5em;
  margin: 15px 0px 15px 0;
}
textarea {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
select {
  width: 100% !important;
}
input,
textarea,
select {
  border: 1.3px solid #666666;
  border-radius: 5px;
  font-size: 15px;
  max-width: 100%;
  padding: 4px 8px 4px 8px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border: 1.3px solid #0a5c9d;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  background-color: #F4F9FF;
}
a {
  text-decoration: none;
}
fieldset ul li {
  list-style: none;
}
fieldset ul li label {
  font-weight: bold;
}
h4 {
  color: #495d7c;
  height: 2em;
  padding-top: 1em;
}
/**
    ===============================================================================
    Generic class
    ===============================================================================
*/
/*
.hidden {
  display: none !important;
}
*/
.logo {
  padding-bottom: 25px;
  font-size: 35px;
  color: #2b5b79;
}
.main {
  margin: 1.7em auto auto auto;
  width: 60%;
  padding-bottom: 100px;
  background-color: #ffffff;
}
/**
    ===============================================================================
    Logo, header and menu horizontal
    ===============================================================================
*/
.logo-and-header {
  border-top-width: 50px;
  padding-top: 30px;
  background-color: #ffffff;
  position: relative;
}
.logo-and-header .altera-lingua-menu {
  position: absolute;
  top: 5px;
  right: 25px;
}
.logo-and-header img {
  display: inline-block;
  vertical-align: middle;
}
.logo-and-header,
.menu-horizontal {
  text-align: center;
}
.logo-and-header .logo-image {
  background: transparent url("../images/logo.png") center center no-repeat;
  height: 56px;
  width: 120px;
  display: inline-block;
  background-size: cover;
}
.menu-horizontal {
  border-bottom: 3px solid #3e7898;
  background-color: #ffffff;
}
.menu-horizontal li {
  display: inline-block;
  cursor: pointer;
  height: 100%;
  vertical-align: middle;
  background-color: #ffffff;
}
.menu-horizontal li:hover {
  background-color: #ffffff;
}
.menu-horizontal li a {
  color: #ffffff;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 45px;
  padding: 0 25px;
  text-decoration: none;
  font-size: 16px;
}
.menu-horizontal a:hover,
.menu-horizontal a.menu-item-hover {
  color: #4f8db3;
}
.menu-horizontal ul {
  background-color: #0a5c9d;
  border-radius: 0px 0 9px 0px;
  color: #bad2e1;
  position: absolute;
}
.menu-horizontal ul li {
  display: block;
  text-align: left;
}
.menu-horizontal ul a {
  color: #ffffff;
}
.menu-horizontal ul a:hover {
  color: #4f8db3;
}
/**
    ===============================================================================
    Internacionalizacao
    ===============================================================================
*/
.altera-lingua {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  display: block;
  font-size: 10px;
  float: right;
  padding: 0;
  background-color: #fff;
  color: #000;
  margin: 0 3px;
}
.altera-lingua:hover {
  border: 0;
  background-color: #000;
  color: #fff;
}
.altera-lingua:hover,
.altera-lingua:focus {
  border: 0;
}
/**
    ===============================================================================
    Button
    ===============================================================================
*/
.buttonRemove {
  background: url("../images/icons/iconRemove.png") no-repeat !important;
  float: none!important;
  border: none !important;
  width: 20px !important;
  margin: 0 5px !important;
  padding: 0px !important;
  height: 25px;
  vertical-align: middle;
}
.buttonRemove:hover {
  cursor: pointer;
}
.dxButtons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.button {
  cursor: pointer;
  background-clip: border-box;
  border-radius: 3px;
  border-width: 0px;
  border-style: none;
  padding: 0 15px 0 15px;
  font-size: 1em;
  line-height: 27px;
}
#incidentStatusDiv fieldset ul li label.button--primary,
label.button--primary {
  font-weight: normal;
  display: inline-block;
}
#incidentStatusDiv fieldset ul li label.button--primary,
label.button--primary,
.button--primary {
  background-color: #f3f3f3;
  color: #676767;
  margin: 0em 0.5em 0 0;
}
#incidentStatusDiv fieldset ul li label.button--primary.primary-hover {
  background-color: #0a5c9d;
}
.button--primary:active {
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
}
.button--primary:hover {
  background: #0a5c9d;
}
.primary-hover:hover {
  background: #0a5c9d;
}
.secondary-hover {
  background: #c5b6ac;
}
.fileParent {
  position: absolute;
  top: -100000px;
  opacity: 0;
  -moz-opacity: 0;
}
.background-1 {
  color: white;
  background-color: #f3f3f3;
  text-align: center;
}
.vertical-align {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.clear-list {
  list-style: outside none none;
}
.initial-list {
  list-style: initial;
}
.required-mark {
  color: #f00;
}
.attach-label {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
.attachment-list {
  margin: 10px 0px;
}
tr.even {
  background: none;
}
tr.odd {
  background: #d5d5d5;
}
.progress-cursor {
  cursor: progress;
}
.overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: none no-repeat scroll center center #333333;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.loading .load {
  background: none no-repeat scroll center center #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px;
  border-radius: 20px;
  text-align: center;
  z-index: 9999;
}
.load-size {
  height: 32px;
  width: 32px;
}
div.footer {
  background-color: #444444;
  background-image: "";
  height: 50px;
  line-height: 50px;
  padding-top: 0.9%;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#incidentAttachmentList {
  margin: 20px 30px;
}
.upload-button {
  padding: 4px 15px;
}
.upload-button span {
  color: #676767;
}
#validMailPhone {
  font-size: 0.90em;
  color: #B04212;
}
div.ui-datepicker {
  font-size: 10pt;
}
div .toast-title ul li {
  list-style-type: none;
}
select.locale {
  margin: 1em 0 0 0px;
}
div#complainantFields input,
div#anonymousEmailDiv input {
  width: 35%;
}
table#incidentAuditTable {
  width: 100%;
  text-align: left;
}
#incidentStatusDiv fieldset ul li {
  margin: 10px 0;
}
#incidentStatusDiv fieldset ul li label {
  display: block;
  background-color: #f3f3f3;
  color: #fff;
}
table#incidentAuditTable td,
table#incidentAuditTable th {
  padding: 0.4em;
}
table#incidentAuditTable th {
  background: #f3f3f3;
  color: #fff;
}
table#incidentAuditTable tr:nth-child(2n+1) {
  background: #f5f6ff;
}
div.dxHint {
  display: inline-block;
}
li.protocolField label > p {
  font-weight: normal;
}
#searchIncidentStatusDiv .protocolField label {
  font-weight: normal;
  display: block;
}
#toast-container * {
  color: #ffffff;
}
@media (max-width: 765px) {
  .menu-button {
    background: #2b5b79;
    color: #FFF;
    font-size: 20px;
    margin: 3px 0px;
    padding: 10px 10px;
    width: 100%;
    text-align: left;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 10;
  }
  .hamburger-button {
    z-index: 10;
    position: fixed;
    width: 50%;
  }
  .icon-hamburger {
    background: url('../images/icons/iconHamburger.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    background-color: #FFF;
  }
  .icon-hamburger-hover {
    background: url('../images/icons/iconHamburgerHover.png');
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  .menu-hamburger-div-large {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .menu-hamburger-background {
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .menu-hamburger-div {
    position: absolute;
    top: 0;
    left: 0;
  }
  .vertical-align {
    display: inline-block;
  }
  .menu-horizontal li a {
    padding: 0 10px;
    font-size: 14px;
  }
  .button--primary {
    margin-bottom: 10px;
  }
  div#complainantFields input,
  div#anonymousEmailDiv input {
    width: 95%;
  }
  .hamburger-button {
    display: block;
  }
  .menu-horizontal {
    display: none;
  }
  .menu-horizontal li a {
    padding: 0 10px;
    font-size: 14px;
  }
  fieldset h3,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    height: auto;
  }
  div p {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .main {
    width: 90%;
    margin: 0 auto;
  }
  .altera-lingua-menu {
    display: none;
  }
  .altera-lingua-menu-hamburger {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    z-index: 10;
    position: relative;
  }
  .altera-lingua-hamburger {
    background-color: #2b5b79;
    color: #FFF;
    font-size: 20px;
    display: inline-block;
    border-radius: 100%;
    margin: 10px;
    padding: 5px;
  }
  div.footer {
    height: auto;
    line-height: 35px;
    padding: 5px;
    z-index: 10;
  }
  #toast-container.toast-top-center > div,
  #toast-container.toast-bottom-center > div {
    width: 100% !important;
  }
  .overflow-hidden {
    overflow: hidden;
    height: 100vh !important;
  }
  .logo-and-header a {
    margin: 10px;
  }
}
@media (min-width: 766px) {
  .vertical-align {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }
  .menu-horizontal {
    display: block;
  }
  .menu-hamburger-div {
    display: none;
  }
  .altera-lingua-menu {
    display: block;
  }
}
